01J8FXSTVN7C23NWYBN8DPA1MW: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J8FXTDWY96FSYMK5SF016X1M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-23T17:11:50.618Zjob assigned to worker 01J8FXTHDPM6A0T9WWZZVT2ZZ7 (queued for 1 m 6 s)
 
22024-09-23T17:11:58.549Zstarting task 0: "setup"
32024-09-23T17:11:58.557Z++ uname -s
42024-09-23T17:11:58.560Z+ kern=SunOS
52024-09-23T17:11:58.560Z+ case "$kern" in
62024-09-23T17:11:58.560Z+ groupadd -g 12345 build
72024-09-23T17:11:58.562Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-23T17:12:00.573Z+ zfs create -o mountpoint=/work rpool/work
92024-09-23T17:12:00.772Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-23T17:12:00.775Z+ home_fs=zfs
112024-09-23T17:12:00.775Z+ [[ zfs == autofs ]]
122024-09-23T17:12:00.775Z+ mkdir -p /home/build
132024-09-23T17:12:00.775Z+ chown build:build /home/build /work
142024-09-23T17:12:02.777Z+ chmod 0700 /home/build /work
152024-09-23T17:12:02.780Zprocess exited: duration 4231 ms, exit code 0
 
162024-09-23T17:12:02.785Zstarting task 1: "rust-toolchain"
172024-09-23T17:12:02.791Z+ printf ' * toolchain channel = "%s"
182024-09-23T17:12:02.791Z' 1.80.1
192024-09-23T17:12:02.791Z+ printf ' * toolchain profile = "%s"
202024-09-23T17:12:02.791Z' default
212024-09-23T17:12:02.791Z * toolchain channel = "1.80.1"
222024-09-23T17:12:02.791Z * toolchain profile = "default"
232024-09-23T17:12:02.793Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-23T17:12:02.793Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-23T17:12:02.911Zinfo: downloading installer
262024-09-23T17:12:04.236Zinfo: profile set to 'default'
272024-09-23T17:12:04.236Zinfo: default host triple is x86_64-unknown-illumos
282024-09-23T17:12:04.238Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-23T17:12:04.370Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-23T17:12:04.370Zinfo: downloading component 'cargo'
312024-09-23T17:12:05.074Zinfo: downloading component 'clippy'
322024-09-23T17:12:05.322Zinfo: downloading component 'rust-docs'
332024-09-23T17:12:06.305Zinfo: downloading component 'rust-std'
342024-09-23T17:12:07.687Zinfo: downloading component 'rustc'
352024-09-23T17:12:11.432Zinfo: downloading component 'rustfmt'
362024-09-23T17:12:11.636Zinfo: installing component 'cargo'
372024-09-23T17:12:12.485Zinfo: installing component 'clippy'
382024-09-23T17:12:12.871Zinfo: installing component 'rust-docs'
392024-09-23T17:12:14.497Zinfo: installing component 'rust-std'
402024-09-23T17:12:16.219Zinfo: installing component 'rustc'
412024-09-23T17:12:20.462Zinfo: installing component 'rustfmt'
422024-09-23T17:12:20.808Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-23T17:12:20.808Z
442024-09-23T17:12:21.054Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-23T17:12:21.054Z
462024-09-23T17:12:21.056Z
472024-09-23T17:12:21.056ZRust is installed now. Great!
482024-09-23T17:12:21.056Z
492024-09-23T17:12:21.056ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-23T17:12:21.056Zenvironment variable. This has not been done automatically.
512024-09-23T17:12:21.057Z
522024-09-23T17:12:21.057ZTo configure your current shell, you need to source
532024-09-23T17:12:21.057Zthe corresponding env file under $HOME/.cargo.
542024-09-23T17:12:21.057Z
552024-09-23T17:12:21.057ZThis is usually done by running one of the following (note the leading DOT):
562024-09-23T17:12:21.057Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-23T17:12:21.057Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-23T17:12:21.106Z+ rustc --version
592024-09-23T17:12:21.168Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-23T17:12:21.171Zprocess exited: duration 18383 ms, exit code 0
 
612024-09-23T17:12:21.176Zstarting task 2: "authentication"
622024-09-23T17:12:21.241Zprocess exited: duration 36 ms, exit code 0
 
632024-09-23T17:12:21.287Zstarting task 3: "clone repository"
642024-09-23T17:12:21.316Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-23T17:12:21.317Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-23T17:12:23.564ZCloning into '/work/oxidecomputer/omicron'...
672024-09-23T17:12:37.943Z+ cd /work/oxidecomputer/omicron
682024-09-23T17:12:37.943Z+ git fetch origin 402474252831978ebd37a654d146c03ce0e8802c
692024-09-23T17:12:38.260ZFrom https://github.com/oxidecomputer/omicron
702024-09-23T17:12:38.260Z * branch 402474252831978ebd37a654d146c03ce0e8802c -> FETCH_HEAD
712024-09-23T17:12:38.269Z+ [[ -n delete-inv-dataset ]]
722024-09-23T17:12:38.274Z++ git branch --show-current
732024-09-23T17:12:38.274Z+ current=main
742024-09-23T17:12:38.274Z+ [[ main != delete-inv-dataset ]]
752024-09-23T17:12:38.274Z+ git branch -f delete-inv-dataset 402474252831978ebd37a654d146c03ce0e8802c
762024-09-23T17:12:38.277Z+ git checkout -f delete-inv-dataset
772024-09-23T17:12:38.409ZSwitched to branch 'delete-inv-dataset'
782024-09-23T17:12:38.412Z+ git reset --hard 402474252831978ebd37a654d146c03ce0e8802c
792024-09-23T17:12:38.540ZHEAD is now at 402474252 clippy why am I never enough for you
802024-09-23T17:12:38.543Zprocess exited: duration 17259 ms, exit code 0
 
812024-09-23T17:12:38.549Zstarting task 4: "build"
822024-09-23T17:12:38.556Z+ cargo --version
832024-09-23T17:12:38.609Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-23T17:12:38.613Z+ rustc --version
852024-09-23T17:12:38.668Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-23T17:12:38.671Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-23T17:13:00.668Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-23T17:13:03.464Z Startup: Caching catalogs ... Done
892024-09-23T17:13:06.602ZPlanning: Solver setup ... Done (2.505s)
902024-09-23T17:13:06.644ZPlanning: Running solver ... Done (0.042s)
912024-09-23T17:13:06.775ZPlanning: Finding local manifests ... Done (0.086s)
922024-09-23T17:13:07.285ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-23T17:13:08.278ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-23T17:13:08.479ZPlanning: Package planning ... Done (0.203s)
952024-09-23T17:13:08.531ZPlanning: Merging actions ... Done (0.056s)
962024-09-23T17:13:09.320ZPlanning: Checking for conflicting actions ... Done (0.780s)
972024-09-23T17:13:18.044ZPlanning: Consolidating action changes ... Done (8.739s)
982024-09-23T17:13:18.434ZPlanning: Evaluating mediators ... Done (0.389s)
992024-09-23T17:13:18.512ZPlanning: Planning completed in 14.97 seconds
1002024-09-23T17:13:18.966Z Packages to install: 4
1012024-09-23T17:13:18.967Z Packages to update: 1
1022024-09-23T17:13:18.969Z Mediators to change: 2
1032024-09-23T17:13:18.969Z Services to change: 1
1042024-09-23T17:13:18.969Z Estimated space available: 155.71 GB
1052024-09-23T17:13:18.969ZEstimated space to be consumed: 1.54 GB
1062024-09-23T17:13:18.969Z Create boot environment: No
1072024-09-23T17:13:18.969ZCreate backup boot environment: Yes
1082024-09-23T17:13:18.969Z Rebuild boot archive: No
1092024-09-23T17:13:18.969Z
1102024-09-23T17:13:18.969ZChanged mediators:
1112024-09-23T17:13:18.969Z mediator clang:
1122024-09-23T17:13:18.969Z version: None -> 15 (system default)
1132024-09-23T17:13:18.969Z
1142024-09-23T17:13:18.969Z mediator llvm:
1152024-09-23T17:13:18.970Z version: 14 (system default) -> 15 (system default)
1162024-09-23T17:13:18.970Z
1172024-09-23T17:13:18.970ZChanged packages:
1182024-09-23T17:13:18.970Zhelios-dev
1192024-09-23T17:13:18.970Z developer/build-essential
1202024-09-23T17:13:18.970Z None -> 11-2.0
1212024-09-23T17:13:18.970Z library/libxmlsec1
1222024-09-23T17:13:18.970Z None -> 1.2.35-2.0
1232024-09-23T17:13:18.970Z ooce/developer/clang-15
1242024-09-23T17:13:18.970Z None -> 15.0.7-2.0
1252024-09-23T17:13:18.970Z ooce/developer/llvm-15
1262024-09-23T17:13:18.970Z None -> 15.0.7-2.0
1272024-09-23T17:13:18.970Z package/pkg
1282024-09-23T17:13:18.970Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-23T17:13:18.970Z
1302024-09-23T17:13:18.970ZServices:
1312024-09-23T17:13:18.970Z restart_fmri:
1322024-09-23T17:13:18.970Z svc:/system/update-man-index:default
1332024-09-23T17:13:18.970Z
1342024-09-23T17:13:18.970ZEditable files to change:
1352024-09-23T17:13:18.970Z Update:
1362024-09-23T17:13:18.970Z usr/share/lib/pkg/web/config.shtml
1372024-09-23T17:13:19.359Z
1382024-09-23T17:13:19.359ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-23T17:13:24.365ZDownload: 542/4281 items 3.2/220.6MB 1% complete (650k/s)
1402024-09-23T17:13:29.820ZDownload: 1196/4281 items 83.2/220.6MB 37% complete (8.9M/s)
1412024-09-23T17:13:34.845ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (11.7M/s)
1422024-09-23T17:13:40.324ZDownload: 3285/4281 items 209.7/220.6MB 95% complete (13.2M/s)
1432024-09-23T17:13:43.794ZDownload: Completed 220.60 MB in 24.43 seconds (9.0M/s)
1442024-09-23T17:13:45.956Z Actions: 1/5063 actions (Removing old actions)
1452024-09-23T17:13:45.974Z Actions: 194/5063 actions (Installing new actions)
1462024-09-23T17:13:51.029Z Actions: 4144/5063 actions (Installing new actions)
1472024-09-23T17:13:51.366Z Actions: 4226/5063 actions (Updating modified actions)
1482024-09-23T17:13:51.729Z Actions: Completed 5063 actions in 5.77 seconds.
1492024-09-23T17:13:52.035Z Done (0.298s)
1502024-09-23T17:13:52.038Z Done (0.000s)
1512024-09-23T17:13:52.455Z Done (0.416s)
1522024-09-23T17:13:58.265Z Done (5.631s)
1532024-09-23T17:13:58.516Z Done (0.182s)
1542024-09-23T17:13:58.519Z Done (0.000s)
1552024-09-23T17:13:58.802Z Done (0.000s)
1562024-09-23T17:13:59.419ZPlanning: Evaluating mediator changes ... Done
1572024-09-23T17:13:59.580ZPlanning: Checking for conflicting actions ... Done
1582024-09-23T17:13:59.584ZPlanning: Consolidating action changes ... Done
1592024-09-23T17:13:59.849ZPlanning: Evaluating mediators ... Done
1602024-09-23T17:13:59.852ZPlanning: Planning completed in 0.43 seconds
1612024-09-23T17:13:59.889Z Mediators to change: 2
1622024-09-23T17:13:59.889Z Create boot environment: No
1632024-09-23T17:13:59.891ZCreate backup boot environment: No
1642024-09-23T17:14:00.187Z Done
1652024-09-23T17:14:00.188Z Done
1662024-09-23T17:14:00.287Z Done
1672024-09-23T17:14:03.891Z Done
1682024-09-23T17:14:03.983Z Done
1692024-09-23T17:14:03.986Z Done
1702024-09-23T17:14:04.155Z Done
1712024-09-23T17:14:04.763ZPlanning: Evaluating mediator changes ... Done
1722024-09-23T17:14:04.765ZPlanning: Merging actions ... Done
1732024-09-23T17:14:04.954ZPlanning: Checking for conflicting actions ... Done
1742024-09-23T17:14:04.956ZPlanning: Consolidating action changes ... Done
1752024-09-23T17:14:05.222ZPlanning: Evaluating mediators ... Done
1762024-09-23T17:14:05.278ZPlanning: Planning completed in 0.76 seconds
1772024-09-23T17:14:05.320Z Packages to change: 1
1782024-09-23T17:14:05.320Z Mediators to change: 1
1792024-09-23T17:14:05.323Z Services to change: 1
1802024-09-23T17:14:05.323Z Create boot environment: No
1812024-09-23T17:14:05.323ZCreate backup boot environment: Yes
1822024-09-23T17:14:07.505Z Actions: 1/6 actions (Updating modified actions)
1832024-09-23T17:14:07.555Z Actions: Completed 6 actions in 0.05 seconds.
1842024-09-23T17:14:07.558Z Done
1852024-09-23T17:14:07.558Z Done
1862024-09-23T17:14:07.641Z Done
1872024-09-23T17:14:11.214Z Done
1882024-09-23T17:14:11.304Z Done
1892024-09-23T17:14:11.307Z Done
1902024-09-23T17:14:11.469Z Done
1912024-09-23T17:14:11.907ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-09-23T17:14:11.907Zclang system 15 system
1932024-09-23T17:14:11.907Zcsh system system illumos
1942024-09-23T17:14:11.907Zctags system system illumos
1952024-09-23T17:14:11.907Zgcc vendor 12 vendor
1962024-09-23T17:14:11.907Zgcc system 10 system
1972024-09-23T17:14:11.907Zgcc system 7 system
1982024-09-23T17:14:11.907Zgo system 1.20 system
1992024-09-23T17:14:11.907Zgo system 1.19 system
2002024-09-23T17:14:11.907Zllvm system 15 system
2012024-09-23T17:14:11.907Zllvm system 14 system
2022024-09-23T17:14:11.907Zmariadb system 10.6 system
2032024-09-23T17:14:11.907Zmta vendor vendor dma
2042024-09-23T17:14:11.907Zopenjdk system 17 system
2052024-09-23T17:14:11.907Zopenjdk system 11 system
2062024-09-23T17:14:11.907Zopenjdk system 1.8 system
2072024-09-23T17:14:11.907Zopenssl vendor 3 vendor
2082024-09-23T17:14:11.907Zperl system 5.36 system
2092024-09-23T17:14:11.907Zpostgresql system 15 system
2102024-09-23T17:14:11.907Zpostgresql system 13 system
2112024-09-23T17:14:11.908Zpython vendor 3 vendor
2122024-09-23T17:14:11.908Zpython system 2 system
2132024-09-23T17:14:11.908Zpython3 system 3.11 system
2142024-09-23T17:14:11.908Zruby system 3.0 system
2152024-09-23T17:14:11.908Zwords vendor vendor american-english
2162024-09-23T17:14:11.908Zwords system system australian-english
2172024-09-23T17:14:11.908Zwords system system british-english
2182024-09-23T17:14:11.908Zwords system system canadian-english
2192024-09-23T17:14:11.908Zwords system system french
2202024-09-23T17:14:11.908Zwords system system italian
2212024-09-23T17:14:11.908Zwords system system ngerman
2222024-09-23T17:14:11.908Zwords system system ogerman
2232024-09-23T17:14:11.908Zwords system system spanish
2242024-09-23T17:14:12.248ZPUBLISHER TYPE STATUS P LOCATION
2252024-09-23T17:14:12.248Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2262024-09-23T17:14:14.168ZFMRI IFO
2272024-09-23T17:14:14.168Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-09-23T17:14:14.168Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-09-23T17:14:14.168Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-09-23T17:14:14.168Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-09-23T17:14:14.168Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2322024-09-23T17:14:14.168Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-09-23T17:14:14.168Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2342024-09-23T17:14:14.168Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2352024-09-23T17:14:14.168Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2362024-09-23T17:14:14.168Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2372024-09-23T17:14:14.168Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2382024-09-23T17:14:14.168Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-09-23T17:14:14.168Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2402024-09-23T17:14:14.806Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412024-09-23T17:14:15.127Z Updating crates.io index
2422024-09-23T17:14:15.174Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2432024-09-23T17:14:15.855Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442024-09-23T17:14:16.626Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2452024-09-23T17:14:16.868Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2462024-09-23T17:14:18.353Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-09-23T17:14:18.617Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-09-23T17:14:18.905Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-09-23T17:14:20.217Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-09-23T17:14:22.261Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-09-23T17:14:23.266Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-09-23T17:14:23.949Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532024-09-23T17:14:24.217Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542024-09-23T17:14:24.453Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2552024-09-23T17:14:25.030Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2562024-09-23T17:14:25.402Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2572024-09-23T17:14:25.684Z Updating git repository `https://github.com/oxidecomputer/qorb`
2582024-09-23T17:14:26.011Z Updating git repository `https://github.com/oxidecomputer/propolis`
2592024-09-23T17:14:26.550Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602024-09-23T17:14:26.867Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612024-09-23T17:14:27.205Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622024-09-23T17:14:27.517Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632024-09-23T17:14:27.851Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642024-09-23T17:14:28.182Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652024-09-23T17:14:28.447Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662024-09-23T17:14:28.830Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2672024-09-23T17:14:29.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682024-09-23T17:14:29.558Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692024-09-23T17:14:29.819Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702024-09-23T17:14:30.211Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712024-09-23T17:14:30.616Z Updating git repository `https://github.com/oxidecomputer/typify`
2722024-09-23T17:14:33.026Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732024-09-23T17:14:33.359Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742024-09-23T17:14:33.658Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752024-09-23T17:14:34.201Z Updating git repository `https://github.com/oxidecomputer/rfb`
2762024-09-23T17:14:35.383Z Downloading crates ...
2772024-09-23T17:14:35.434Z Downloaded anstyle v1.0.8
2782024-09-23T17:14:35.442Z Downloaded colorchoice v1.0.1
2792024-09-23T17:14:35.446Z Downloaded clap_derive v4.5.13
2802024-09-23T17:14:35.449Z Downloaded autocfg v1.3.0
2812024-09-23T17:14:35.452Z Downloaded cargo_toml v0.20.4
2822024-09-23T17:14:35.454Z Downloaded anyhow v1.0.89
2832024-09-23T17:14:35.457Z Downloaded is_terminal_polyfill v1.70.0
2842024-09-23T17:14:35.468Z Downloaded usdt-macro v0.5.0
2852024-09-23T17:14:35.473Z Downloaded usdt-attr-macro v0.5.0
2862024-09-23T17:14:35.475Z Downloaded equivalent v1.0.1
2872024-09-23T17:14:35.478Z Downloaded block-buffer v0.10.4
2882024-09-23T17:14:35.478Z Downloaded crypto-common v0.1.6
2892024-09-23T17:14:35.482Z Downloaded strsim v0.11.1
2902024-09-23T17:14:35.485Z Downloaded serde_spanned v0.6.7
2912024-09-23T17:14:35.487Z Downloaded proc-macro-error-attr v1.0.4
2922024-09-23T17:14:35.487Z Downloaded plain v0.2.3
2932024-09-23T17:14:35.487Z Downloaded generic-array v0.14.7
2942024-09-23T17:14:35.490Z Downloaded dof v0.3.0
2952024-09-23T17:14:35.492Z Downloaded thiserror-impl v1.0.63
2962024-09-23T17:14:35.492Z Downloaded fnv v1.0.7
2972024-09-23T17:14:35.495Z Downloaded fastrand v2.1.0
2982024-09-23T17:14:35.495Z Downloaded heck v0.5.0
2992024-09-23T17:14:35.497Z Downloaded itoa v1.0.11
3002024-09-23T17:14:35.498Z Downloaded camino-tempfile v1.1.1
3012024-09-23T17:14:35.503Z Downloaded version_check v0.9.5
3022024-09-23T17:14:35.505Z Downloaded pest_generator v2.7.10
3032024-09-23T17:14:35.507Z Downloaded byteorder v1.5.0
3042024-09-23T17:14:35.507Z Downloaded unicode-linebreak v0.1.5
3052024-09-23T17:14:35.510Z Downloaded clap_lex v0.7.0
3062024-09-23T17:14:35.510Z Downloaded anstyle-query v1.0.3
3072024-09-23T17:14:35.515Z Downloaded semver v1.0.23
3082024-09-23T17:14:35.517Z Downloaded sha2 v0.10.8
3092024-09-23T17:14:35.521Z Downloaded scroll v0.12.0
3102024-09-23T17:14:35.523Z Downloaded once_cell v1.19.0
3112024-09-23T17:14:35.523Z Downloaded usdt v0.5.0
3122024-09-23T17:14:35.527Z Downloaded dtrace-parser v0.2.0
3132024-09-23T17:14:35.529Z Downloaded macaddr v1.0.1
3142024-09-23T17:14:35.534Z Downloaded scroll_derive v0.12.0
3152024-09-23T17:14:35.537Z Downloaded swrite v0.1.0
3162024-09-23T17:14:35.543Z Downloaded thread-id v4.2.1
3172024-09-23T17:14:35.546Z Downloaded tempfile v3.10.1
3182024-09-23T17:14:35.549Z Downloaded cpufeatures v0.2.12
3192024-09-23T17:14:35.551Z Downloaded cargo-platform v0.1.8
3202024-09-23T17:14:35.551Z Downloaded cargo_metadata v0.18.1
3212024-09-23T17:14:35.554Z Downloaded bytecount v0.6.8
3222024-09-23T17:14:35.554Z Downloaded anstream v0.6.14
3232024-09-23T17:14:35.556Z Downloaded cfg-if v1.0.0
3242024-09-23T17:14:35.559Z Downloaded toml v0.8.19
3252024-09-23T17:14:35.562Z Downloaded textwrap v0.16.1
3262024-09-23T17:14:35.564Z Downloaded ucd-trie v0.1.6
3272024-09-23T17:14:35.566Z Downloaded serde_derive v1.0.208
3282024-09-23T17:14:35.569Z Downloaded errno v0.3.9
3292024-09-23T17:14:35.569Z Downloaded digest v0.10.7
3302024-09-23T17:14:35.571Z Downloaded memmap v0.7.0
3312024-09-23T17:14:35.571Z Downloaded heck v0.4.1
3322024-09-23T17:14:35.574Z Downloaded fs-err v2.11.0
3332024-09-23T17:14:35.576Z Downloaded log v0.4.21
3342024-09-23T17:14:35.580Z Downloaded clap v4.5.16
3352024-09-23T17:14:35.585Z Downloaded toml_datetime v0.6.8
3362024-09-23T17:14:35.588Z Downloaded thiserror v1.0.63
3372024-09-23T17:14:35.591Z Downloaded camino v1.1.9
3382024-09-23T17:14:35.594Z Downloaded utf8parse v0.2.1
3392024-09-23T17:14:35.596Z Downloaded anstyle-parse v0.2.4
3402024-09-23T17:14:35.596Z Downloaded bitflags v2.6.0
3412024-09-23T17:14:35.600Z Downloaded terminal_size v0.3.0
3422024-09-23T17:14:35.602Z Downloaded smawk v0.3.2
3432024-09-23T17:14:35.604Z Downloaded serde_tokenstream v0.2.2
3442024-09-23T17:14:35.604Z Downloaded pretty-hex v0.4.1
3452024-09-23T17:14:35.607Z Downloaded quote v1.0.36
3462024-09-23T17:14:35.609Z Downloaded tabled_derive v0.7.0
3472024-09-23T17:14:35.610Z Downloaded proc-macro-error v1.0.4
3482024-09-23T17:14:35.615Z Downloaded pest_derive v2.7.10
3492024-09-23T17:14:35.618Z Downloaded zerocopy-derive v0.7.34
3502024-09-23T17:14:35.622Z Downloaded usdt-impl v0.5.0
3512024-09-23T17:14:35.635Z Downloaded ryu v1.0.18
3522024-09-23T17:14:35.638Z Downloaded proc-macro2 v1.0.86
3532024-09-23T17:14:35.638Z Downloaded pest_meta v2.7.10
3542024-09-23T17:14:35.640Z Downloaded unicode-ident v1.0.12
3552024-09-23T17:14:35.646Z Downloaded memchr v2.7.2
3562024-09-23T17:14:35.651Z Downloaded papergrid v0.11.0
3572024-09-23T17:14:35.655Z Downloaded typenum v1.17.0
3582024-09-23T17:14:35.662Z Downloaded toml_edit v0.22.20
3592024-09-23T17:14:35.684Z Downloaded serde v1.0.208
3602024-09-23T17:14:35.687Z Downloaded indexmap v2.4.0
3612024-09-23T17:14:35.693Z Downloaded hashbrown v0.14.5
3622024-09-23T17:14:35.701Z Downloaded pest v2.7.10
3632024-09-23T17:14:35.728Z Downloaded serde_json v1.0.125
3642024-09-23T17:14:35.734Z Downloaded zerocopy v0.7.34
3652024-09-23T17:14:35.749Z Downloaded winnow v0.6.18
3662024-09-23T17:14:35.757Z Downloaded clap_builder v4.5.15
3672024-09-23T17:14:35.764Z Downloaded tabled v0.15.0
3682024-09-23T17:14:35.779Z Downloaded goblin v0.8.2
3692024-09-23T17:14:35.785Z Downloaded syn v1.0.109
3702024-09-23T17:14:35.795Z Downloaded syn v2.0.74
3712024-09-23T17:14:35.806Z Downloaded rustix v0.38.34
3722024-09-23T17:14:35.829Z Downloaded unicode-width v0.1.13
3732024-09-23T17:14:35.846Z Downloaded libc v0.2.158
3742024-09-23T17:14:36.157Z Compiling proc-macro2 v1.0.86
3752024-09-23T17:14:36.157Z Compiling unicode-ident v1.0.12
3762024-09-23T17:14:36.160Z Compiling serde v1.0.208
3772024-09-23T17:14:36.160Z Compiling version_check v0.9.5
3782024-09-23T17:14:36.160Z Compiling memchr v2.7.2
3792024-09-23T17:14:36.160Z Compiling thiserror v1.0.63
3802024-09-23T17:14:36.160Z Compiling libc v0.2.158
3812024-09-23T17:14:36.193Z Compiling itoa v1.0.11
3822024-09-23T17:14:36.434Z Compiling ucd-trie v0.1.6
3832024-09-23T17:14:36.503Z Compiling ryu v1.0.18
3842024-09-23T17:14:37.000Z Compiling once_cell v1.19.0
3852024-09-23T17:14:37.054Z Compiling byteorder v1.5.0
3862024-09-23T17:14:37.301Z Compiling serde_json v1.0.125
3872024-09-23T17:14:37.655Z Compiling rustix v0.38.34
3882024-09-23T17:14:37.699Z Compiling bitflags v2.6.0
3892024-09-23T17:14:37.718Z Compiling usdt-impl v0.5.0
3902024-09-23T17:14:37.806Z Compiling proc-macro-error-attr v1.0.4
3912024-09-23T17:14:38.078Z Compiling syn v1.0.109
3922024-09-23T17:14:38.179Z Compiling proc-macro-error v1.0.4
3932024-09-23T17:14:38.204Z Compiling utf8parse v0.2.1
3942024-09-23T17:14:38.264Z Compiling equivalent v1.0.1
3952024-09-23T17:14:38.395Z Compiling plain v0.2.3
3962024-09-23T17:14:38.395Z Compiling log v0.4.21
3972024-09-23T17:14:38.484Z Compiling hashbrown v0.14.5
3982024-09-23T17:14:38.509Z Compiling camino v1.1.9
3992024-09-23T17:14:38.545Z Compiling quote v1.0.36
4002024-09-23T17:14:38.807Z Compiling anstyle-parse v0.2.4
4012024-09-23T17:14:38.925Z Compiling syn v2.0.74
4022024-09-23T17:14:38.967Z Compiling errno v0.3.9
4032024-09-23T17:14:39.179Z Compiling thread-id v4.2.1
4042024-09-23T17:14:39.282Z Compiling semver v1.0.23
4052024-09-23T17:14:39.308Z Compiling colorchoice v1.0.1
4062024-09-23T17:14:39.482Z Compiling is_terminal_polyfill v1.70.0
4072024-09-23T17:14:39.599Z Compiling winnow v0.6.18
4082024-09-23T17:14:39.623Z Compiling autocfg v1.3.0
4092024-09-23T17:14:39.798Z Compiling indexmap v2.4.0
4102024-09-23T17:14:39.826Z Compiling pretty-hex v0.4.1
4112024-09-23T17:14:40.039Z Compiling anstyle v1.0.8
4122024-09-23T17:14:40.534Z Compiling anstyle-query v1.0.3
4132024-09-23T17:14:40.559Z Compiling unicode-width v0.1.13
4142024-09-23T17:14:40.584Z Compiling fs-err v2.11.0
4152024-09-23T17:14:40.687Z Compiling anstream v0.6.14
4162024-09-23T17:14:41.018Z Compiling anyhow v1.0.89
4172024-09-23T17:14:41.044Z Compiling bytecount v0.6.8
4182024-09-23T17:14:41.126Z Compiling heck v0.5.0
4192024-09-23T17:14:41.268Z Compiling terminal_size v0.3.0
4202024-09-23T17:14:41.447Z Compiling strsim v0.11.1
4212024-09-23T17:14:41.471Z Compiling fastrand v2.1.0
4222024-09-23T17:14:41.675Z Compiling cfg-if v1.0.0
4232024-09-23T17:14:41.702Z Compiling clap_lex v0.7.0
4242024-09-23T17:14:41.781Z Compiling fnv v1.0.7
4252024-09-23T17:14:41.928Z Compiling heck v0.4.1
4262024-09-23T17:14:42.044Z Compiling clap_builder v4.5.15
4272024-09-23T17:14:42.071Z Compiling papergrid v0.11.0
4282024-09-23T17:14:42.385Z Compiling tempfile v3.10.1
4292024-09-23T17:14:42.743Z Compiling memmap v0.7.0
4302024-09-23T17:14:42.962Z Compiling unicode-linebreak v0.1.5
4312024-09-23T17:14:43.113Z Compiling smawk v0.3.2
4322024-09-23T17:14:43.438Z Compiling textwrap v0.16.1
4332024-09-23T17:14:43.507Z Compiling swrite v0.1.0
4342024-09-23T17:14:44.996Z Compiling tabled_derive v0.7.0
4352024-09-23T17:14:46.688Z Compiling tabled v0.15.0
4362024-09-23T17:14:47.658Z Compiling serde_derive v1.0.208
4372024-09-23T17:14:47.663Z Compiling thiserror-impl v1.0.63
4382024-09-23T17:14:47.663Z Compiling zerocopy-derive v0.7.34
4392024-09-23T17:14:47.663Z Compiling scroll_derive v0.12.0
4402024-09-23T17:14:47.663Z Compiling clap_derive v4.5.13
4412024-09-23T17:14:49.008Z Compiling scroll v0.12.0
4422024-09-23T17:14:49.469Z Compiling zerocopy v0.7.34
4432024-09-23T17:14:49.544Z Compiling goblin v0.8.2
4442024-09-23T17:14:50.249Z Compiling pest v2.7.10
4452024-09-23T17:14:51.144Z Compiling clap v4.5.16
4462024-09-23T17:14:52.548Z Compiling pest_meta v2.7.10
4472024-09-23T17:14:53.403Z Compiling pest_generator v2.7.10
4482024-09-23T17:14:55.279Z Compiling pest_derive v2.7.10
4492024-09-23T17:14:56.007Z Compiling dtrace-parser v0.2.0
4502024-09-23T17:14:57.529Z Compiling serde_tokenstream v0.2.2
4512024-09-23T17:14:57.660Z Compiling toml_datetime v0.6.8
4522024-09-23T17:14:57.660Z Compiling serde_spanned v0.6.7
4532024-09-23T17:14:57.788Z Compiling cargo-platform v0.1.8
4542024-09-23T17:14:58.048Z Compiling toml_edit v0.22.20
4552024-09-23T17:14:58.091Z Compiling macaddr v1.0.1
4562024-09-23T17:14:58.356Z Compiling camino-tempfile v1.1.1
4572024-09-23T17:14:58.939Z Compiling dof v0.3.0
4582024-09-23T17:14:59.130Z Compiling cargo_metadata v0.18.1
4592024-09-23T17:15:00.561Z Compiling usdt-macro v0.5.0
4602024-09-23T17:15:00.561Z Compiling usdt-attr-macro v0.5.0
4612024-09-23T17:15:00.835Z Compiling toml v0.8.19
4622024-09-23T17:15:01.731Z Compiling cargo_toml v0.20.4
4632024-09-23T17:15:01.929Z Compiling usdt v0.5.0
4642024-09-23T17:15:05.408Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-09-23T17:15:09.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.09s
4662024-09-23T17:15:09.933Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-09-23T17:15:10.548Z Downloading crates ...
4682024-09-23T17:15:10.673Z Downloaded async-stream-impl v0.3.5
4692024-09-23T17:15:10.686Z Downloaded async-recursion v1.1.1
4702024-09-23T17:15:10.689Z Downloaded adler v1.0.2
4712024-09-23T17:15:10.693Z Downloaded ascii-canvas v3.0.0
4722024-09-23T17:15:10.696Z Downloaded arrayvec v0.7.4
4732024-09-23T17:15:10.698Z Downloaded assert_matches v1.5.0
4742024-09-23T17:15:10.700Z Downloaded http-body v1.0.0
4752024-09-23T17:15:10.703Z Downloaded ciborium-io v0.2.2
4762024-09-23T17:15:10.706Z Downloaded atomicwrites v0.4.3
4772024-09-23T17:15:10.706Z Downloaded cfg_aliases v0.1.1
4782024-09-23T17:15:10.708Z Downloaded hostname v0.4.0
4792024-09-23T17:15:10.711Z Downloaded home v0.5.9
4802024-09-23T17:15:10.714Z Downloaded convert_case v0.4.0
4812024-09-23T17:15:10.717Z Downloaded hickory-server v0.24.1
4822024-09-23T17:15:10.721Z Downloaded bitstruct_derive v0.1.0
4832024-09-23T17:15:10.724Z Downloaded instant v0.1.12
4842024-09-23T17:15:10.727Z Downloaded md5 v0.7.0
4852024-09-23T17:15:10.727Z Downloaded ident_case v1.0.1
4862024-09-23T17:15:10.729Z Downloaded base16ct v0.2.0
4872024-09-23T17:15:10.729Z Downloaded aead v0.5.2
4882024-09-23T17:15:10.732Z Downloaded cstr-argument v0.1.2
4892024-09-23T17:15:10.732Z Downloaded const_format_proc_macros v0.2.33
4902024-09-23T17:15:10.735Z Downloaded match_cfg v0.1.0
4912024-09-23T17:15:10.737Z Downloaded normalize-line-endings v0.3.0
4922024-09-23T17:15:10.737Z Downloaded cbc v0.1.2
4932024-09-23T17:15:10.740Z Downloaded new_debug_unreachable v1.0.6
4942024-09-23T17:15:10.742Z Downloaded hyper-staticfile v0.9.5
4952024-09-23T17:15:10.744Z Downloaded is-terminal v0.4.12
4962024-09-23T17:15:10.745Z Downloaded block-padding v0.3.3
4972024-09-23T17:15:10.748Z Downloaded cassowary v0.3.0
4982024-09-23T17:15:10.748Z Downloaded crc v3.2.1
4992024-09-23T17:15:10.751Z Downloaded cipher v0.4.4
5002024-09-23T17:15:10.754Z Downloaded keccak v0.1.5
5012024-09-23T17:15:10.757Z Downloaded libefi-sys v0.1.0
5022024-09-23T17:15:10.760Z Downloaded cobs v0.2.3
5032024-09-23T17:15:10.760Z Downloaded lru v0.12.3
5042024-09-23T17:15:10.762Z Downloaded memoffset v0.9.1
5052024-09-23T17:15:10.765Z Downloaded indent_write v2.2.0
5062024-09-23T17:15:10.765Z Downloaded ctr v0.9.2
5072024-09-23T17:15:10.767Z Downloaded chacha20 v0.9.1
5082024-09-23T17:15:10.770Z Downloaded nodrop v0.1.14
5092024-09-23T17:15:10.773Z Downloaded newtype-uuid v1.1.0
5102024-09-23T17:15:10.773Z Downloaded mockall v0.13.0
5112024-09-23T17:15:10.775Z Downloaded atty v0.2.14
5122024-09-23T17:15:10.778Z Downloaded nibble_vec v0.1.0
5132024-09-23T17:15:10.778Z Downloaded bitstruct v0.1.1
5142024-09-23T17:15:10.781Z Downloaded highway v1.2.0
5152024-09-23T17:15:10.784Z Downloaded lazy_static v1.5.0
5162024-09-23T17:15:10.786Z Downloaded cfg_aliases v0.2.1
5172024-09-23T17:15:10.787Z Downloaded is_ci v1.2.0
5182024-09-23T17:15:10.791Z Downloaded multer v3.1.0
5192024-09-23T17:15:10.794Z Downloaded matches v0.1.10
5202024-09-23T17:15:10.794Z Downloaded maybe-uninit v2.0.0
5212024-09-23T17:15:10.794Z Downloaded linked-hash-map v0.5.6
5222024-09-23T17:15:10.797Z Downloaded nanorand v0.7.0
5232024-09-23T17:15:10.799Z Downloaded libsw v3.3.1
5242024-09-23T17:15:10.802Z Downloaded mime_guess v2.0.4
5252024-09-23T17:15:10.804Z Downloaded managed v0.8.0
5262024-09-23T17:15:10.804Z Downloaded ascii v1.1.0
5272024-09-23T17:15:10.807Z Downloaded darling v0.20.9
5282024-09-23T17:15:10.812Z Downloaded backoff v0.4.0
5292024-09-23T17:15:10.815Z Downloaded newtype_derive v0.1.6
5302024-09-23T17:15:10.817Z Downloaded newline-converter v0.3.0
5312024-09-23T17:15:10.820Z Downloaded async-trait v0.1.82
5322024-09-23T17:15:10.822Z Downloaded httparse v1.8.0
5332024-09-23T17:15:10.825Z Downloaded crc-catalog v2.4.0
5342024-09-23T17:15:10.827Z Downloaded argon2 v0.5.3
5352024-09-23T17:15:10.830Z Downloaded adler2 v2.0.0
5362024-09-23T17:15:10.830Z Downloaded waitgroup v0.1.2
5372024-09-23T17:15:10.832Z Downloaded libloading v0.8.3
5382024-09-23T17:15:10.835Z Downloaded ipnet v2.9.0
5392024-09-23T17:15:10.838Z Downloaded atomic-waker v1.1.2
5402024-09-23T17:15:10.840Z Downloaded secrecy v0.8.0
5412024-09-23T17:15:10.840Z Downloaded indoc v1.0.9
5422024-09-23T17:15:10.843Z Downloaded impl-trait-for-tuples v0.2.2
5432024-09-23T17:15:10.846Z Downloaded ipnetwork v0.20.0
5442024-09-23T17:15:10.849Z Downloaded mime v0.3.17
5452024-09-23T17:15:10.852Z Downloaded kstat-rs v0.2.4
5462024-09-23T17:15:10.854Z Downloaded internet-checksum v0.2.1
5472024-09-23T17:15:10.854Z Downloaded constant_time_eq v0.3.0
5482024-09-23T17:15:10.858Z Downloaded buf-list v1.0.3
5492024-09-23T17:15:10.861Z Downloaded tower-layer v0.3.2
5502024-09-23T17:15:10.861Z Downloaded lazycell v1.3.0
5512024-09-23T17:15:10.861Z Downloaded sync_wrapper v0.1.2
5522024-09-23T17:15:10.864Z Downloaded miniz_oxide v0.7.2
5532024-09-23T17:15:10.866Z Downloaded shlex v1.3.0
5542024-09-23T17:15:10.868Z Downloaded multimap v0.10.0
5552024-09-23T17:15:10.868Z Downloaded blake2 v0.10.6
5562024-09-23T17:15:10.871Z Downloaded bitfield v0.14.0
5572024-09-23T17:15:10.873Z Downloaded linear-map v1.2.0
5582024-09-23T17:15:10.876Z Downloaded hyper-tls v0.5.0
5592024-09-23T17:15:10.876Z Downloaded md-5 v0.10.6
5602024-09-23T17:15:10.881Z Downloaded lru-cache v0.1.2
5612024-09-23T17:15:10.884Z Downloaded hmac v0.12.1
5622024-09-23T17:15:10.884Z Downloaded curve25519-dalek-derive v0.1.1
5632024-09-23T17:15:10.884Z Downloaded semver v0.1.20
5642024-09-23T17:15:10.887Z Downloaded crossbeam-utils v0.8.19
5652024-09-23T17:15:10.890Z Downloaded addr2line v0.21.0
5662024-09-23T17:15:10.892Z Downloaded tabwriter v1.4.0
5672024-09-23T17:15:10.892Z Downloaded thiserror-no-std v2.0.2
5682024-09-23T17:15:10.897Z Downloaded rustc_version v0.1.7
5692024-09-23T17:15:10.900Z Downloaded oso-derive v0.27.3
5702024-09-23T17:15:10.900Z Downloaded zeroize_derive v1.4.2
5712024-09-23T17:15:10.902Z Downloaded cookie v0.18.1
5722024-09-23T17:15:10.905Z Downloaded arc-swap v1.7.1
5732024-09-23T17:15:10.909Z Downloaded parse-size v1.0.0
5742024-09-23T17:15:10.911Z Downloaded wait-timeout v0.2.0
5752024-09-23T17:15:10.914Z Downloaded iana-time-zone v0.1.60
5762024-09-23T17:15:10.916Z Downloaded ahash v0.8.11
5772024-09-23T17:15:10.919Z Downloaded dropshot_endpoint v0.10.1
5782024-09-23T17:15:10.921Z Downloaded indicatif v0.17.8
5792024-09-23T17:15:10.924Z Downloaded bcs v0.1.6
5802024-09-23T17:15:10.927Z Downloaded structmeta-derive v0.3.0
5812024-09-23T17:15:10.930Z Downloaded structmeta-derive v0.2.0
5822024-09-23T17:15:10.933Z Downloaded ciborium v0.2.2
5832024-09-23T17:15:10.935Z Downloaded bzip2 v0.4.4
5842024-09-23T17:15:10.938Z Downloaded base64ct v1.6.0
5852024-09-23T17:15:10.940Z Downloaded untrusted v0.9.0
5862024-09-23T17:15:10.943Z Downloaded foreign-types-macros v0.2.3
5872024-09-23T17:15:10.943Z Downloaded ff v0.13.0
5882024-09-23T17:15:10.945Z Downloaded deranged v0.3.11
5892024-09-23T17:15:10.948Z Downloaded csv-core v0.1.11
5902024-09-23T17:15:10.948Z Downloaded cookie v0.17.0
5912024-09-23T17:15:10.951Z Downloaded futures-macro v0.3.30
5922024-09-23T17:15:10.953Z Downloaded console v0.15.8
5932024-09-23T17:15:10.956Z Downloaded fd-lock v4.0.2
5942024-09-23T17:15:10.958Z Downloaded russh-cryptovec v0.7.2
5952024-09-23T17:15:10.961Z Downloaded walkdir v2.5.0
5962024-09-23T17:15:10.964Z Downloaded tokio-stream v0.1.15
5972024-09-23T17:15:10.967Z Downloaded tinyvec_macros v0.1.1
5982024-09-23T17:15:10.979Z Downloaded vte_generate_state_changes v0.1.1
5992024-09-23T17:15:10.979Z Downloaded num_enum v0.5.11
6002024-09-23T17:15:10.998Z Downloaded hex-literal v0.4.1
6012024-09-23T17:15:10.998Z Downloaded paste v1.0.15
6022024-09-23T17:15:10.998Z Downloaded env_logger v0.11.5
6032024-09-23T17:15:10.999Z Downloaded ppv-lite86 v0.2.17
6042024-09-23T17:15:10.999Z Downloaded parse-display-derive v0.10.0
6052024-09-23T17:15:10.999Z Downloaded num-iter v0.1.45
6062024-09-23T17:15:10.999Z Downloaded ena v0.14.3
6072024-09-23T17:15:10.999Z Downloaded gethostname v0.5.0
6082024-09-23T17:15:10.999Z Downloaded powerfmt v0.2.0
6092024-09-23T17:15:10.999Z Downloaded embedded-io v0.4.0
6102024-09-23T17:15:11.006Z Downloaded indexmap v1.9.3
6112024-09-23T17:15:11.013Z Downloaded foreign-types-shared v0.3.1
6122024-09-23T17:15:11.016Z Downloaded foreign-types-shared v0.1.1
6132024-09-23T17:15:11.016Z Downloaded polyval v0.6.2
6142024-09-23T17:15:11.016Z Downloaded tokio-macros v2.4.0
6152024-09-23T17:15:11.019Z Downloaded quick-error v1.2.3
6162024-09-23T17:15:11.020Z Downloaded hyper-util v0.1.7
6172024-09-23T17:15:11.023Z Downloaded socket2 v0.4.10
6182024-09-23T17:15:11.027Z Downloaded snafu-derive v0.8.2
6192024-09-23T17:15:11.030Z Downloaded signal-hook-registry v1.4.2
6202024-09-23T17:15:11.030Z Downloaded zeroize v1.8.1
6212024-09-23T17:15:11.033Z Downloaded bytes v1.7.1
6222024-09-23T17:15:11.035Z Downloaded toml v0.7.8
6232024-09-23T17:15:11.039Z Downloaded signal-hook-tokio v0.3.1
6242024-09-23T17:15:11.041Z Downloaded opaque-debug v0.3.1
6252024-09-23T17:15:11.044Z Downloaded num-rational v0.4.2
6262024-09-23T17:15:11.046Z Downloaded number_prefix v0.4.0
6272024-09-23T17:15:11.046Z Downloaded zone v0.3.0
6282024-09-23T17:15:11.051Z Downloaded password-hash v0.5.0
6292024-09-23T17:15:11.051Z Downloaded phf_shared v0.10.0
6302024-09-23T17:15:11.056Z Downloaded scheduled-thread-pool v0.2.7
6312024-09-23T17:15:11.056Z Downloaded scopeguard v1.2.0
6322024-09-23T17:15:11.056Z Downloaded precomputed-hash v0.1.1
6332024-09-23T17:15:11.060Z Downloaded universal-hash v0.5.1
6342024-09-23T17:15:11.060Z Downloaded tap v1.0.1
6352024-09-23T17:15:11.060Z Downloaded take_mut v0.2.2
6362024-09-23T17:15:11.060Z Downloaded strum_macros v0.25.3
6372024-09-23T17:15:11.063Z Downloaded strip-ansi-escapes v0.2.0
6382024-09-23T17:15:11.063Z Downloaded signal-hook-mio v0.2.4
6392024-09-23T17:15:11.066Z Downloaded dhcproto v0.12.0
6402024-09-23T17:15:11.069Z Downloaded des v0.8.1
6412024-09-23T17:15:11.072Z Downloaded schemars_derive v0.8.21
6422024-09-23T17:15:11.072Z Downloaded sqlparser_derive v0.2.2
6432024-09-23T17:15:11.075Z Downloaded password-hash v0.4.2
6442024-09-23T17:15:11.076Z Downloaded chacha20poly1305 v0.10.1
6452024-09-23T17:15:11.079Z Downloaded base64 v0.13.1
6462024-09-23T17:15:11.082Z Downloaded owo-colors v4.0.0
6472024-09-23T17:15:11.084Z Downloaded time-core v0.1.2
6482024-09-23T17:15:11.087Z Downloaded env_filter v0.1.2
6492024-09-23T17:15:11.087Z Downloaded ed25519 v2.2.3
6502024-09-23T17:15:11.089Z Downloaded zone_cfg_derive v0.1.2
6512024-09-23T17:15:11.093Z Downloaded form_urlencoded v1.2.1
6522024-09-23T17:15:11.093Z Downloaded fixedbitset v0.4.2
6532024-09-23T17:15:11.095Z Downloaded dirs-sys-next v0.1.2
6542024-09-23T17:15:11.095Z Downloaded funty v2.0.0
6552024-09-23T17:15:11.099Z Downloaded fragile v2.0.0
6562024-09-23T17:15:11.099Z Downloaded scrypt v0.11.0
6572024-09-23T17:15:11.101Z Downloaded num-traits v0.2.19
6582024-09-23T17:15:11.105Z Downloaded rustls-pemfile v2.1.3
6592024-09-23T17:15:11.107Z Downloaded phf_shared v0.11.2
6602024-09-23T17:15:11.110Z Downloaded foreign-types v0.3.2
6612024-09-23T17:15:11.110Z Downloaded olpc-cjson v0.1.3
6622024-09-23T17:15:11.112Z Downloaded http v1.1.0
6632024-09-23T17:15:11.115Z Downloaded tracing-attributes v0.1.27
6642024-09-23T17:15:11.118Z Downloaded num_threads v0.1.7
6652024-09-23T17:15:11.120Z Downloaded diesel_table_macro_syntax v0.2.0
6662024-09-23T17:15:11.123Z Downloaded vte v0.11.1
6672024-09-23T17:15:11.125Z Downloaded oso v0.27.3
6682024-09-23T17:15:11.127Z Downloaded phf v0.11.2
6692024-09-23T17:15:11.130Z Downloaded num_enum_derive v0.5.11
6702024-09-23T17:15:11.132Z Downloaded path-slash v0.1.5
6712024-09-23T17:15:11.132Z Downloaded openssl-macros v0.1.1
6722024-09-23T17:15:11.135Z Downloaded foreign-types v0.5.0
6732024-09-23T17:15:11.135Z Downloaded half v2.4.1
6742024-09-23T17:15:11.137Z Downloaded rustls-pki-types v1.7.0
6752024-09-23T17:15:11.140Z Downloaded smf v0.2.3
6762024-09-23T17:15:11.143Z Downloaded ssh-encoding v0.2.0
6772024-09-23T17:15:11.145Z Downloaded slog-async v2.8.0
6782024-09-23T17:15:11.145Z Downloaded backtrace v0.3.71
6792024-09-23T17:15:11.151Z Downloaded serde_arrays v0.1.0
6802024-09-23T17:15:11.154Z Downloaded rsa v0.9.6
6812024-09-23T17:15:11.159Z Downloaded float-cmp v0.9.0
6822024-09-23T17:15:11.161Z Downloaded strum v0.26.3
6832024-09-23T17:15:11.164Z Downloaded rpassword v7.3.1
6842024-09-23T17:15:11.164Z Downloaded slog-bunyan v2.5.0
6852024-09-23T17:15:11.166Z Downloaded enum-as-inner v0.5.1
6862024-09-23T17:15:11.169Z Downloaded tokio-rustls v0.25.0
6872024-09-23T17:15:11.171Z Downloaded tungstenite v0.20.1
6882024-09-23T17:15:11.174Z Downloaded tar v0.4.41
6892024-09-23T17:15:11.177Z Downloaded try-lock v0.2.5
6902024-09-23T17:15:11.180Z Downloaded rustc-demangle v0.1.24
6912024-09-23T17:15:11.182Z Downloaded crypto-bigint v0.5.5
6922024-09-23T17:15:11.188Z Downloaded sqlformat v0.2.4
6932024-09-23T17:15:11.191Z Downloaded toolchain_find v0.4.0
6942024-09-23T17:15:11.194Z Downloaded pretty-hex v0.2.1
6952024-09-23T17:15:11.196Z Downloaded futures-task v0.3.30
6962024-09-23T17:15:11.196Z Downloaded xattr v1.3.1
6972024-09-23T17:15:11.199Z Downloaded pbkdf2 v0.12.2
6982024-09-23T17:15:11.201Z Downloaded pkg-config v0.3.30
6992024-09-23T17:15:11.204Z Downloaded twox-hash v1.6.3
7002024-09-23T17:15:11.204Z Downloaded tokio-tungstenite v0.23.1
7012024-09-23T17:15:11.207Z Downloaded endian-type v0.1.2
7022024-09-23T17:15:11.209Z Downloaded predicates v3.1.2
7032024-09-23T17:15:11.212Z Downloaded postgres-protocol v0.6.7
7042024-09-23T17:15:11.215Z Downloaded serde-big-array v0.5.1
7052024-09-23T17:15:11.218Z Downloaded flagset v0.4.5
7062024-09-23T17:15:11.218Z Downloaded same-file v1.0.6
7072024-09-23T17:15:11.220Z Downloaded smallvec v0.6.14
7082024-09-23T17:15:11.223Z Downloaded ref-cast-impl v1.0.23
7092024-09-23T17:15:11.223Z Downloaded time-macros v0.2.18
7102024-09-23T17:15:11.225Z Downloaded ecdsa v0.16.9
7112024-09-23T17:15:11.228Z Downloaded yasna v0.5.2
7122024-09-23T17:15:11.230Z Downloaded rcgen v0.12.1
7132024-09-23T17:15:11.234Z Downloaded http v0.2.12
7142024-09-23T17:15:11.238Z Downloaded downcast v0.11.0
7152024-09-23T17:15:11.242Z Downloaded dsl_auto_type v0.1.2
7162024-09-23T17:15:11.245Z Downloaded parking_lot v0.11.2
7172024-09-23T17:15:11.245Z Downloaded libm v0.2.8
7182024-09-23T17:15:11.255Z Downloaded strum_macros v0.24.3
7192024-09-23T17:15:11.258Z Downloaded dirs-next v2.0.0
7202024-09-23T17:15:11.260Z Downloaded futures-sink v0.3.30
7212024-09-23T17:15:11.263Z Downloaded percent-encoding v2.3.1
7222024-09-23T17:15:11.263Z Downloaded hash32 v0.3.1
7232024-09-23T17:15:11.265Z Downloaded pkcs8 v0.10.2
7242024-09-23T17:15:11.268Z Downloaded rand v0.8.5
7252024-09-23T17:15:11.271Z Downloaded topological-sort v0.2.2
7262024-09-23T17:15:11.273Z Downloaded primeorder v0.13.6
7272024-09-23T17:15:11.276Z Downloaded smallvec v1.13.2
7282024-09-23T17:15:11.279Z Downloaded portpicker v0.1.1
7292024-09-23T17:15:11.279Z Downloaded structmeta v0.2.0
7302024-09-23T17:15:11.281Z Downloaded spki v0.7.3
7312024-09-23T17:15:11.283Z Downloaded sec1 v0.7.3
7322024-09-23T17:15:11.286Z Downloaded salsa20 v0.10.2
7332024-09-23T17:15:11.286Z Downloaded pem v3.0.4
7342024-09-23T17:15:11.288Z Downloaded tracing v0.1.40
7352024-09-23T17:15:11.292Z Downloaded tls_codec v0.4.1
7362024-09-23T17:15:11.296Z Downloaded tiny-keccak v2.0.2
7372024-09-23T17:15:11.299Z Downloaded postcard v1.0.8
7382024-09-23T17:15:11.302Z Downloaded itertools v0.13.0
7392024-09-23T17:15:11.310Z Downloaded thread_local v1.1.8
7402024-09-23T17:15:11.313Z Downloaded packed_struct_codegen v0.10.1
7412024-09-23T17:15:11.315Z Downloaded hkdf v0.12.4
7422024-09-23T17:15:11.318Z Downloaded dhcproto-macros v0.1.0
7432024-09-23T17:15:11.318Z Downloaded serde_with_macros v3.9.0
7442024-09-23T17:15:11.320Z Downloaded termcolor v1.4.1
7452024-09-23T17:15:11.323Z Downloaded utf-8 v0.7.6
7462024-09-23T17:15:11.325Z Downloaded which v4.4.2
7472024-09-23T17:15:11.325Z Downloaded tungstenite v0.23.0
7482024-09-23T17:15:11.330Z Downloaded proc-macro-crate v1.3.1
7492024-09-23T17:15:11.332Z Downloaded tokio-native-tls v0.3.1
7502024-09-23T17:15:11.335Z Downloaded ref-cast v1.0.23
7512024-09-23T17:15:11.337Z Downloaded vergen v8.3.2
7522024-09-23T17:15:11.340Z Downloaded packed_struct v0.10.1
7532024-09-23T17:15:11.348Z Downloaded hash32 v0.2.1
7542024-09-23T17:15:11.351Z Downloaded futures-io v0.3.30
7552024-09-23T17:15:11.351Z Downloaded openssl-probe v0.1.5
7562024-09-23T17:15:11.351Z Downloaded difflib v0.4.0
7572024-09-23T17:15:11.353Z Downloaded either v1.13.0
7582024-09-23T17:15:11.353Z Downloaded data-encoding v2.6.0
7592024-09-23T17:15:11.356Z Downloaded num-conv v0.1.0
7602024-09-23T17:15:11.359Z Downloaded crossterm v0.28.1
7612024-09-23T17:15:11.369Z Downloaded ghash v0.5.1
7622024-09-23T17:15:11.371Z Downloaded rand_xorshift v0.3.0
7632024-09-23T17:15:11.374Z Downloaded rand_chacha v0.3.1
7642024-09-23T17:15:11.377Z Downloaded slog-dtrace v0.3.0
7652024-09-23T17:15:11.379Z Downloaded spin v0.5.2
7662024-09-23T17:15:11.382Z Downloaded headers-core v0.2.0
7672024-09-23T17:15:11.382Z Downloaded tungstenite v0.21.0
7682024-09-23T17:15:11.387Z Downloaded sha1 v0.10.6
7692024-09-23T17:15:11.390Z Downloaded rand_seeder v0.3.0
7702024-09-23T17:15:11.392Z Downloaded derive_builder_macro v0.20.0
7712024-09-23T17:15:11.392Z Downloaded num-complex v0.4.6
7722024-09-23T17:15:11.395Z Downloaded nom v7.1.3
7732024-09-23T17:15:11.400Z Downloaded tokio-tungstenite v0.21.0
7742024-09-23T17:15:11.403Z Downloaded want v0.3.1
7752024-09-23T17:15:11.405Z Downloaded getopts v0.2.21
7762024-09-23T17:15:11.408Z Downloaded dyn-clone v1.0.17
7772024-09-23T17:15:11.408Z Downloaded vsss-rs v3.3.4
7782024-09-23T17:15:11.410Z Downloaded heapless v0.8.0
7792024-09-23T17:15:11.416Z Downloaded aes v0.8.4
7802024-09-23T17:15:11.419Z Downloaded termios v0.3.3
7812024-09-23T17:15:11.421Z Downloaded slog-json v2.6.1
7822024-09-23T17:15:11.424Z Downloaded stringprep v0.1.4
7832024-09-23T17:15:11.426Z Downloaded slog-stdlog v4.1.1
7842024-09-23T17:15:11.427Z Downloaded rustc_version v0.4.0
7852024-09-23T17:15:11.429Z Downloaded diesel_derives v2.2.2
7862024-09-23T17:15:11.432Z Downloaded aes-gcm v0.10.3
7872024-09-23T17:15:11.435Z Downloaded itertools v0.12.1
7882024-09-23T17:15:11.442Z Downloaded rustc-hash v1.1.0
7892024-09-23T17:15:11.445Z Downloaded rand_core v0.6.4
7902024-09-23T17:15:11.445Z Downloaded unicode_categories v0.1.1
7912024-09-23T17:15:11.447Z Downloaded num-derive v0.4.2
7922024-09-23T17:15:11.450Z Downloaded getrandom v0.2.14
7932024-09-23T17:15:11.452Z Downloaded peg-runtime v0.8.3
7942024-09-23T17:15:11.455Z Downloaded tui-tree-widget v0.22.0
7952024-09-23T17:15:11.455Z Downloaded unicode-xid v0.2.4
7962024-09-23T17:15:11.457Z Downloaded supports-color v3.0.1
7972024-09-23T17:15:11.457Z Downloaded flume v0.11.0
7982024-09-23T17:15:11.460Z Downloaded term v0.7.0
7992024-09-23T17:15:11.465Z Downloaded stable_deref_trait v1.2.0
8002024-09-23T17:15:11.467Z Downloaded defmt v0.3.8
8012024-09-23T17:15:11.470Z Downloaded prettyplease v0.2.20
8022024-09-23T17:15:11.473Z Downloaded zone_cfg_derive v0.3.0
8032024-09-23T17:15:11.473Z Downloaded fxhash v0.2.1
8042024-09-23T17:15:11.473Z Downloaded string_cache v0.8.7
8052024-09-23T17:15:11.476Z Downloaded unicode-truncate v1.0.0
8062024-09-23T17:15:11.479Z Downloaded erased-serde v0.3.31
8072024-09-23T17:15:11.479Z Downloaded serde_yaml v0.9.34+deprecated
8082024-09-23T17:15:11.482Z Downloaded rusty-fork v0.3.0
8092024-09-23T17:15:11.485Z Downloaded rustversion v1.0.17
8102024-09-23T17:15:11.488Z Downloaded der v0.7.9
8112024-09-23T17:15:11.492Z Downloaded samael v0.0.17
8122024-09-23T17:15:11.499Z Downloaded crossterm v0.27.0
8132024-09-23T17:15:11.506Z Downloaded pin-utils v0.1.0
8142024-09-23T17:15:11.509Z Downloaded psl-types v2.0.11
8152024-09-23T17:15:11.511Z Downloaded hashbrown v0.12.3
8162024-09-23T17:15:11.513Z Downloaded predicates-tree v1.0.9
8172024-09-23T17:15:11.516Z Downloaded poly1305 v0.8.0
8182024-09-23T17:15:11.519Z Downloaded filetime v0.2.25
8192024-09-23T17:15:11.521Z Downloaded serde_repr v0.1.19
8202024-09-23T17:15:11.521Z Downloaded rustfmt-wrapper v0.2.1
8212024-09-23T17:15:11.524Z Downloaded serde_urlencoded v0.7.1
8222024-09-23T17:15:11.524Z Downloaded parking_lot_core v0.9.10
8232024-09-23T17:15:11.527Z Downloaded parking_lot v0.12.2
8242024-09-23T17:15:11.530Z Downloaded parking_lot_core v0.8.6
8252024-09-23T17:15:11.533Z Downloaded env_logger v0.10.2
8262024-09-23T17:15:11.536Z Downloaded pem-rfc7468 v0.7.0
8272024-09-23T17:15:11.539Z Downloaded parse-display v0.10.0
8282024-09-23T17:15:11.541Z Downloaded slog-scope v4.4.0
8292024-09-23T17:15:11.545Z Downloaded derive_builder v0.20.0
8302024-09-23T17:15:11.548Z Downloaded ron v0.7.1
8312024-09-23T17:15:11.552Z Downloaded defmt-macros v0.3.9
8322024-09-23T17:15:11.556Z Downloaded tough v0.17.1
8332024-09-23T17:15:11.564Z Downloaded fallible-streaming-iterator v0.1.9
8342024-09-23T17:15:11.567Z Downloaded uzers v0.11.3
8352024-09-23T17:15:11.569Z Downloaded subtle v2.5.0
8362024-09-23T17:15:11.569Z Downloaded futures-executor v0.3.30
8372024-09-23T17:15:11.572Z Downloaded serde_plain v1.0.2
8382024-09-23T17:15:11.572Z Downloaded r2d2 v0.8.10
8392024-09-23T17:15:11.574Z Downloaded derive-where v1.2.7
8402024-09-23T17:15:11.577Z Downloaded pin-project-lite v0.2.14
8412024-09-23T17:15:11.582Z Downloaded whoami v1.5.1
8422024-09-23T17:15:11.584Z Downloaded p256 v0.13.2
8432024-09-23T17:15:11.587Z Downloaded glob v0.3.1
8442024-09-23T17:15:11.590Z Downloaded serde-hex v0.1.0
8452024-09-23T17:15:11.592Z Downloaded peg-macros v0.8.4
8462024-09-23T17:15:11.592Z Downloaded serde_path_to_error v0.1.16
8472024-09-23T17:15:11.595Z Downloaded value-bag v1.9.0
8482024-09-23T17:15:11.597Z Downloaded globset v0.4.14
8492024-09-23T17:15:11.600Z Downloaded derive_builder_core v0.20.0
8502024-09-23T17:15:11.602Z Downloaded ron v0.8.1
8512024-09-23T17:15:11.607Z Downloaded darling_core v0.20.9
8522024-09-23T17:15:11.612Z Downloaded tls_codec_derive v0.4.1
8532024-09-23T17:15:11.615Z Downloaded peg v0.8.4
8542024-09-23T17:15:11.619Z Downloaded ed25519-dalek v2.1.1
8552024-09-23T17:15:11.623Z Downloaded serde_with v3.9.0
8562024-09-23T17:15:11.633Z Downloaded blake3 v1.5.1
8572024-09-23T17:15:11.641Z Downloaded fallible-iterator v0.2.0
8582024-09-23T17:15:11.643Z Downloaded group v0.13.0
8592024-09-23T17:15:11.646Z Downloaded pin-project v1.1.5
8602024-09-23T17:15:11.657Z Downloaded elliptic-curve v0.13.8
8612024-09-23T17:15:11.662Z Downloaded strum_macros v0.26.4
8622024-09-23T17:15:11.665Z Downloaded hickory-resolver v0.24.1
8632024-09-23T17:15:11.670Z Downloaded flate2 v1.0.33
8642024-09-23T17:15:11.676Z Downloaded lalrpop v0.19.12
8652024-09-23T17:15:11.689Z Downloaded unicode-bidi v0.3.15
8662024-09-23T17:15:11.693Z Downloaded subprocess v0.2.9
8672024-09-23T17:15:11.696Z Downloaded slog-term v2.9.1
8682024-09-23T17:15:11.699Z Downloaded url v2.5.2
8692024-09-23T17:15:11.701Z Downloaded headers v0.3.9
8702024-09-23T17:15:11.706Z Downloaded tokio-postgres v0.7.11
8712024-09-23T17:15:11.711Z Downloaded steno v0.4.1
8722024-09-23T17:15:11.715Z Downloaded num-bigint-dig v0.8.4
8732024-09-23T17:15:11.720Z Downloaded reedline v0.33.0
8742024-09-23T17:15:11.727Z Downloaded heapless v0.7.17
8752024-09-23T17:15:11.732Z Downloaded x509-cert v0.2.5
8762024-09-23T17:15:11.737Z Downloaded ssh-key v0.6.6
8772024-09-23T17:15:11.744Z Downloaded chrono v0.4.38
8782024-09-23T17:15:11.753Z Downloaded num-bigint v0.4.5
8792024-09-23T17:15:11.758Z Downloaded publicsuffix v2.2.3
8802024-09-23T17:15:11.761Z Downloaded unicode-segmentation v1.11.0
8812024-09-23T17:15:11.764Z Downloaded rustyline v14.0.0
8822024-09-23T17:15:11.770Z Downloaded rusqlite v0.32.1
8832024-09-23T17:15:11.777Z Downloaded bindgen v0.69.4
8842024-09-23T17:15:11.785Z Downloaded idna v0.5.0
8852024-09-23T17:15:11.791Z Downloaded expectorate v1.1.0
8862024-09-23T17:15:11.795Z Downloaded typed-path v0.7.1
8872024-09-23T17:15:11.800Z Downloaded git2 v0.19.0
8882024-09-23T17:15:11.810Z Downloaded unicode-normalization v0.1.23
8892024-09-23T17:15:11.814Z Downloaded rustls-webpki v0.102.4
8902024-09-23T17:15:11.833Z Downloaded idna v0.4.0
8912024-09-23T17:15:11.840Z Downloaded p521 v0.13.3
8922024-09-23T17:15:11.845Z Downloaded nix v0.28.0
8932024-09-23T17:15:11.858Z Downloaded bitvec v1.0.1
8942024-09-23T17:15:11.876Z Downloaded sqlparser v0.45.0
8952024-09-23T17:15:11.882Z Downloaded h2 v0.4.6
8962024-09-23T17:15:11.891Z Downloaded dropshot v0.10.1
8972024-09-23T17:15:11.901Z Downloaded portable-atomic v1.6.0
8982024-09-23T17:15:11.908Z Downloaded reqwest v0.11.27
8992024-09-23T17:15:11.917Z Downloaded curve25519-dalek v4.1.3
9002024-09-23T17:15:11.927Z Downloaded idna v0.2.3
9012024-09-23T17:15:11.934Z Downloaded winnow v0.5.40
9022024-09-23T17:15:11.944Z Downloaded object v0.32.2
9032024-09-23T17:15:11.955Z Downloaded object v0.30.4
9042024-09-23T17:15:11.965Z Downloaded proptest v1.5.0
9052024-09-23T17:15:11.975Z Downloaded smoltcp v0.9.1
9062024-09-23T17:15:11.987Z Downloaded vcpkg v0.2.15
9072024-09-23T17:15:12.027Z Downloaded p384 v0.13.0
9082024-09-23T17:15:12.034Z Downloaded radix_trie v0.2.1
9092024-09-23T17:15:12.040Z Downloaded regex-syntax v0.8.4
9102024-09-23T17:15:12.049Z Downloaded gimli v0.28.1
9112024-09-23T17:15:12.059Z Downloaded bstr v1.9.1
9122024-09-23T17:15:12.072Z Downloaded trust-dns-proto v0.22.0
9132024-09-23T17:15:12.086Z Downloaded webpki-roots v0.25.4
9142024-09-23T17:15:12.093Z Downloaded rustls v0.23.10
9152024-09-23T17:15:12.109Z Downloaded regex v1.10.6
9162024-09-23T17:15:12.123Z Downloaded rustls v0.21.12
9172024-09-23T17:15:12.135Z Downloaded openapiv3 v2.0.0
9182024-09-23T17:15:12.147Z Downloaded regress v0.9.1
9192024-09-23T17:15:12.156Z Downloaded diesel v2.2.4
9202024-09-23T17:15:12.176Z Downloaded hickory-proto v0.24.1
9212024-09-23T17:15:12.191Z Downloaded sled v0.34.7
9222024-09-23T17:15:12.201Z Downloaded smoltcp v0.11.0
9232024-09-23T17:15:12.214Z Downloaded ratatui v0.28.0
9242024-09-23T17:15:12.234Z Downloaded zerocopy-derive v0.6.6
9252024-09-23T17:15:12.244Z Downloaded regex-automata v0.4.6
9262024-09-23T17:15:12.262Z Downloaded bzip2-sys v0.1.11+1.0.8
9272024-09-23T17:15:12.274Z Downloaded rustls v0.22.4
9282024-09-23T17:15:12.288Z Downloaded polar-core v0.27.3
9292024-09-23T17:15:12.297Z Downloaded finl_unicode v1.2.0
9302024-09-23T17:15:12.310Z Downloaded openssl v0.10.66
9312024-09-23T17:15:12.319Z Downloaded petgraph v0.6.5
9322024-09-23T17:15:12.337Z Downloaded sha3 v0.10.8
9332024-09-23T17:15:12.342Z Downloaded csv v1.3.0
9342024-09-23T17:15:12.362Z Downloaded nix v0.29.0
9352024-09-23T17:15:12.373Z Downloaded regex-syntax v0.6.29
9362024-09-23T17:15:12.382Z Downloaded tokio v1.39.3
9372024-09-23T17:15:12.419Z Downloaded quick-xml v0.33.0
9382024-09-23T17:15:12.425Z Downloaded h2 v0.3.26
9392024-09-23T17:15:12.431Z Downloaded futures-util v0.3.30
9402024-09-23T17:15:12.443Z Downloaded nix v0.27.1
9412024-09-23T17:15:12.453Z Downloaded idna v0.3.0
9422024-09-23T17:15:12.460Z Downloaded rayon v1.10.0
9432024-09-23T17:15:12.469Z Downloaded toml_edit v0.19.15
9442024-09-23T17:15:12.485Z Downloaded hashbrown v0.13.2
9452024-09-23T17:15:12.489Z Downloaded salty v0.3.0
9462024-09-23T17:15:12.496Z Downloaded rustls-webpki v0.101.7
9472024-09-23T17:15:12.509Z Downloaded uuid v1.10.0
9482024-09-23T17:15:12.512Z Downloaded tokio-util v0.7.11
9492024-09-23T17:15:12.520Z Downloaded time v0.3.36
9502024-09-23T17:15:12.526Z Downloaded socket2 v0.5.7
9512024-09-23T17:15:12.528Z Downloaded openssl-sys v0.9.103
9522024-09-23T17:15:12.532Z Downloaded pin-project-internal v1.1.5
9532024-09-23T17:15:12.536Z Downloaded russh v0.45.0
9542024-09-23T17:15:12.540Z Downloaded futures-core v0.3.30
9552024-09-23T17:15:12.543Z Downloaded hyper v0.14.30
9562024-09-23T17:15:12.548Z Downloaded fallible-iterator v0.3.0
9572024-09-23T17:15:12.551Z Downloaded wyz v0.5.1
9582024-09-23T17:15:12.551Z Downloaded num-integer v0.1.46
9592024-09-23T17:15:12.553Z Downloaded aho-corasick v1.1.3
9602024-09-23T17:15:12.560Z Downloaded tracing-core v0.1.32
9612024-09-23T17:15:12.562Z Downloaded predicates-core v1.0.6
9622024-09-23T17:15:12.562Z Downloaded debug-ignore v1.0.5
9632024-09-23T17:15:12.564Z Downloaded spin v0.9.8
9642024-09-23T17:15:12.567Z Downloaded russh-keys v0.45.0
9652024-09-23T17:15:12.567Z Downloaded rayon-core v1.12.1
9662024-09-23T17:15:12.571Z Downloaded slog-envlogger v2.2.0
9672024-09-23T17:15:12.573Z Downloaded tokio-rustls v0.24.1
9682024-09-23T17:15:12.576Z Downloaded tinyvec v1.6.0
9692024-09-23T17:15:12.578Z Downloaded tower v0.4.13
9702024-09-23T17:15:12.591Z Downloaded tokio-tungstenite v0.20.1
9712024-09-23T17:15:12.595Z Downloaded diff v0.1.13
9722024-09-23T17:15:12.595Z Downloaded pkcs5 v0.7.1
9732024-09-23T17:15:12.598Z Downloaded snafu v0.8.2
9742024-09-23T17:15:12.600Z Downloaded libxml v0.3.3
9752024-09-23T17:15:12.606Z Downloaded num v0.4.3
9762024-09-23T17:15:12.609Z Downloaded enum-as-inner v0.6.0
9772024-09-23T17:15:12.612Z Downloaded float-ord v0.3.2
9782024-09-23T17:15:12.612Z Downloaded zerocopy v0.6.6
9792024-09-23T17:15:12.614Z Downloaded sct v0.7.1
9802024-09-23T17:15:12.617Z Downloaded structmeta v0.3.0
9812024-09-23T17:15:12.619Z Downloaded hyper v1.4.1
9822024-09-23T17:15:12.623Z Downloaded darling_macro v0.20.9
9832024-09-23T17:15:12.626Z Downloaded const_format v0.2.33
9842024-09-23T17:15:12.633Z Downloaded unsafe-libyaml v0.2.11
9852024-09-23T17:15:12.636Z Downloaded encoding_rs v0.8.34
9862024-09-23T17:15:12.653Z Downloaded mio v0.8.11
9872024-09-23T17:15:12.659Z Downloaded crossbeam-channel v0.5.12
9882024-09-23T17:15:12.663Z Downloaded rtoolbox v0.0.2
9892024-09-23T17:15:12.668Z Downloaded futures-channel v0.3.30
9902024-09-23T17:15:12.668Z Downloaded display-error-chain v0.2.1
9912024-09-23T17:15:12.672Z Downloaded termtree v0.4.1
9922024-09-23T17:15:12.672Z Downloaded radium v0.7.0
9932024-09-23T17:15:12.672Z Downloaded serde_derive_internals v0.29.1
9942024-09-23T17:15:12.672Z Downloaded omicron-zone-package v0.11.0
9952024-09-23T17:15:12.675Z Downloaded base64 v0.21.7
9962024-09-23T17:15:12.679Z Downloaded signal-hook v0.3.17
9972024-09-23T17:15:12.682Z Downloaded pbkdf2 v0.11.0
9982024-09-23T17:15:12.682Z Downloaded ssh-cipher v0.2.0
9992024-09-23T17:15:12.684Z Downloaded schemars v0.8.21
10002024-09-23T17:15:12.693Z Downloaded minimal-lexical v0.2.1
10012024-09-23T17:15:12.698Z Downloaded itertools v0.10.5
10022024-09-23T17:15:12.706Z Downloaded similar v2.6.0
10032024-09-23T17:15:12.710Z Downloaded cc v1.0.97
10042024-09-23T17:15:12.713Z Downloaded hickory-client v0.24.1
10052024-09-23T17:15:12.716Z Downloaded env_logger v0.9.3
10062024-09-23T17:15:12.719Z Downloaded der_derive v0.7.2
10072024-09-23T17:15:12.723Z Downloaded fatfs v0.3.6
10082024-09-23T17:15:12.726Z Downloaded futures v0.3.30
10092024-09-23T17:15:12.729Z Downloaded derive_more v0.99.18
10102024-09-23T17:15:12.733Z Downloaded zip v0.6.6
10112024-09-23T17:15:12.737Z Downloaded compact_str v0.8.0
10122024-09-23T17:15:12.741Z Downloaded tokio-rustls v0.26.0
10132024-09-23T17:15:12.745Z Downloaded base64 v0.22.1
10142024-09-23T17:15:12.752Z Downloaded rustls-pemfile v1.0.4
10152024-09-23T17:15:12.752Z Downloaded mio v1.0.2
10162024-09-23T17:15:12.758Z Downloaded postgres-types v0.2.7
10172024-09-23T17:15:12.758Z Downloaded pkcs1 v0.7.5
10182024-09-23T17:15:12.758Z Downloaded defmt-parser v0.3.4
10192024-09-23T17:15:12.763Z Downloaded zone v0.1.8
10202024-09-23T17:15:12.763Z Downloaded hashlink v0.9.1
10212024-09-23T17:15:12.763Z Downloaded rfc6979 v0.4.0
10222024-09-23T17:15:12.763Z Downloaded resolv-conf v0.7.0
10232024-09-23T17:15:12.768Z Downloaded crc-any v2.5.0
10242024-09-23T17:15:12.768Z Downloaded test-strategy v0.3.1
10252024-09-23T17:15:12.773Z Downloaded slog v2.7.0
10262024-09-23T17:15:12.773Z Downloaded crossbeam-epoch v0.9.18
10272024-09-23T17:15:12.778Z Downloaded native-tls v0.2.11
10282024-09-23T17:15:12.778Z Downloaded mockall_derive v0.13.0
10292024-09-23T17:15:12.783Z Downloaded miniz_oxide v0.8.0
10302024-09-23T17:15:12.783Z Downloaded clang-sys v1.7.0
10312024-09-23T17:15:12.783Z Downloaded cancel-safe-futures v0.1.5
10322024-09-23T17:15:12.788Z Downloaded heck v0.3.3
10332024-09-23T17:15:12.788Z Downloaded libgit2-sys v0.17.0+1.8.1
10342024-09-23T17:15:12.844Z Downloaded tower-service v0.3.2
10352024-09-23T17:15:12.848Z Downloaded sigpipe v0.1.3
10362024-09-23T17:15:12.848Z Downloaded signature v2.2.0
10372024-09-23T17:15:12.848Z Downloaded crc32fast v1.4.0
10382024-09-23T17:15:12.851Z Downloaded allocator-api2 v0.2.18
10392024-09-23T17:15:12.851Z Downloaded cookie_store v0.20.0
10402024-09-23T17:15:12.855Z Downloaded untrusted v0.7.1
10412024-09-23T17:15:12.855Z Downloaded unicase v2.7.0
10422024-09-23T17:15:12.859Z Downloaded unarray v0.1.4
10432024-09-23T17:15:12.859Z Downloaded static_assertions v1.1.0
10442024-09-23T17:15:12.859Z Downloaded slab v0.4.9
10452024-09-23T17:15:12.863Z Downloaded siphasher v0.3.11
10462024-09-23T17:15:12.863Z Downloaded shell-words v1.1.0
10472024-09-23T17:15:12.863Z Downloaded memmap2 v0.9.4
10482024-09-23T17:15:12.863Z Downloaded lock_api v0.4.12
10492024-09-23T17:15:12.867Z Downloaded jobserver v0.1.32
10502024-09-23T17:15:12.867Z Downloaded hex v0.4.3
10512024-09-23T17:15:12.870Z Downloaded thiserror-impl-no-std v2.0.2
10522024-09-23T17:15:12.870Z Downloaded nu-ansi-term v0.50.0
10532024-09-23T17:15:12.875Z Downloaded const-oid v0.9.6
10542024-09-23T17:15:12.875Z Downloaded lalrpop-util v0.19.12
10552024-09-23T17:15:12.875Z Downloaded maplit v1.0.2
10562024-09-23T17:15:12.879Z Downloaded instability v0.3.2
10572024-09-23T17:15:12.879Z Downloaded hyper-rustls v0.24.2
10582024-09-23T17:15:12.879Z Downloaded colored v2.1.0
10592024-09-23T17:15:12.882Z Downloaded ciborium-ll v0.2.2
10602024-09-23T17:15:12.882Z Downloaded castaway v0.2.3
10612024-09-23T17:15:12.882Z Downloaded bitflags v1.3.2
10622024-09-23T17:15:12.887Z Downloaded bit-set v0.5.3
10632024-09-23T17:15:12.887Z Downloaded bcrypt-pbkdf v0.10.0
10642024-09-23T17:15:12.891Z Downloaded blowfish v0.9.1
10652024-09-23T17:15:12.891Z Downloaded async-bb8-diesel v0.2.1
10662024-09-23T17:15:12.898Z Downloaded httpdate v1.0.3
10672024-09-23T17:15:12.898Z Downloaded http-body v0.4.6
10682024-09-23T17:15:12.898Z Downloaded crucible-workspace-hack v0.1.0
10692024-09-23T17:15:12.898Z Downloaded hostname v0.3.1
10702024-09-23T17:15:12.902Z Downloaded inout v0.1.3
10712024-09-23T17:15:12.902Z Downloaded hubpack v0.1.2
10722024-09-23T17:15:12.902Z Downloaded async-stream v0.3.5
10732024-09-23T17:15:12.902Z Downloaded humantime v2.1.0
10742024-09-23T17:15:12.902Z Downloaded hubpack_derive v0.1.1
10752024-09-23T17:15:12.902Z Downloaded bitfield-struct v0.6.1
10762024-09-23T17:15:12.907Z Downloaded arrayref v0.3.7
10772024-09-23T17:15:12.907Z Downloaded bb8 v0.8.5
10782024-09-23T17:15:12.907Z Downloaded bit-vec v0.6.3
10792024-09-23T17:15:12.907Z Downloaded http-range v0.1.5
10802024-09-23T17:15:12.911Z Downloaded crossbeam-deque v0.8.5
10812024-09-23T17:15:12.912Z Downloaded cexpr v0.6.0
10822024-09-23T17:15:12.912Z Downloaded crunchy v0.2.2
10832024-09-23T17:15:12.912Z Downloaded array-init v0.0.4
10842024-09-23T17:15:13.356Z Downloaded libz-sys v1.1.16
10852024-09-23T17:15:13.504Z Downloaded ring v0.17.8
10862024-09-23T17:15:13.672Z Downloaded libsqlite3-sys v0.30.1
10872024-09-23T17:15:13.750Z Downloaded ring v0.16.20
10882024-09-23T17:15:13.923Z Compiling serde v1.0.208
10892024-09-23T17:15:13.926Z Compiling typenum v1.17.0
10902024-09-23T17:15:13.926Z Compiling generic-array v0.14.7
10912024-09-23T17:15:13.926Z Compiling lock_api v0.4.12
10922024-09-23T17:15:13.926Z Compiling scopeguard v1.2.0
10932024-09-23T17:15:14.082Z Compiling value-bag v1.9.0
10942024-09-23T17:15:14.118Z Compiling syn v2.0.74
10952024-09-23T17:15:14.121Z Compiling getrandom v0.2.14
10962024-09-23T17:15:14.270Z Compiling subtle v2.5.0
10972024-09-23T17:15:14.393Z Compiling rand_core v0.6.4
10982024-09-23T17:15:14.610Z Compiling log v0.4.21
10992024-09-23T17:15:14.647Z Compiling const-oid v0.9.6
11002024-09-23T17:15:14.650Z Compiling jobserver v0.1.32
11012024-09-23T17:15:14.650Z Compiling smallvec v1.13.2
11022024-09-23T17:15:14.928Z Compiling pin-project-lite v0.2.14
11032024-09-23T17:15:15.059Z Compiling cc v1.0.97
11042024-09-23T17:15:15.079Z Compiling parking_lot_core v0.9.10
11052024-09-23T17:15:15.099Z Compiling signal-hook-registry v1.4.2
11062024-09-23T17:15:15.431Z Compiling mio v1.0.2
11072024-09-23T17:15:15.618Z Compiling socket2 v0.5.7
11082024-09-23T17:15:15.929Z Compiling parking_lot v0.12.2
11092024-09-23T17:15:16.215Z Compiling ahash v0.8.11
11102024-09-23T17:15:16.646Z Compiling futures-core v0.3.30
11112024-09-23T17:15:16.667Z Compiling futures-sink v0.3.30
11122024-09-23T17:15:16.759Z Compiling cpufeatures v0.2.12
11132024-09-23T17:15:16.827Z Compiling slab v0.4.9
11142024-09-23T17:15:16.848Z Compiling allocator-api2 v0.2.18
11152024-09-23T17:15:16.872Z Compiling spin v0.9.8
11162024-09-23T17:15:16.891Z Compiling tinyvec_macros v0.1.1
11172024-09-23T17:15:16.909Z Compiling futures-channel v0.3.30
11182024-09-23T17:15:16.961Z Compiling base64ct v1.6.0
11192024-09-23T17:15:16.982Z Compiling tinyvec v1.6.0
11202024-09-23T17:15:17.310Z Compiling futures-task v0.3.30
11212024-09-23T17:15:17.313Z Compiling libm v0.2.8
11222024-09-23T17:15:17.594Z Compiling futures-io v0.3.30
11232024-09-23T17:15:17.626Z Compiling serde_json v1.0.125
11242024-09-23T17:15:17.645Z Compiling pin-utils v0.1.0
11252024-09-23T17:15:17.733Z Compiling pem-rfc7468 v0.7.0
11262024-09-23T17:15:17.753Z Compiling num-traits v0.2.19
11272024-09-23T17:15:17.803Z Compiling flagset v0.4.5
11282024-09-23T17:15:17.929Z Compiling unicode-bidi v0.3.15
11292024-09-23T17:15:18.026Z Compiling tracing-core v0.1.32
11302024-09-23T17:15:18.294Z Compiling pkg-config v0.3.30
11312024-09-23T17:15:18.504Z Compiling unicode-normalization v0.1.23
11322024-09-23T17:15:18.588Z Compiling vcpkg v0.2.15
11332024-09-23T17:15:19.503Z Compiling ring v0.17.8
11342024-09-23T17:15:19.532Z Compiling ppv-lite86 v0.2.17
11352024-09-23T17:15:19.577Z Compiling httparse v1.8.0
11362024-09-23T17:15:19.687Z Compiling percent-encoding v2.3.1
11372024-09-23T17:15:19.862Z Compiling rustix v0.38.34
11382024-09-23T17:15:20.043Z Compiling try-lock v0.2.5
11392024-09-23T17:15:20.064Z Compiling untrusted v0.9.0
11402024-09-23T17:15:20.194Z Compiling want v0.3.1
11412024-09-23T17:15:20.235Z Compiling rand_chacha v0.3.1
11422024-09-23T17:15:20.476Z Compiling time-core v0.1.2
11432024-09-23T17:15:20.683Z Compiling rand v0.8.5
11442024-09-23T17:15:20.787Z Compiling rustversion v1.0.17
11452024-09-23T17:15:20.820Z Compiling openssl-sys v0.9.103
11462024-09-23T17:15:20.905Z Compiling num-conv v0.1.0
11472024-09-23T17:15:21.174Z Compiling httpdate v1.0.3
11482024-09-23T17:15:21.324Z Compiling openssl v0.10.66
11492024-09-23T17:15:21.464Z Compiling tower-service v0.3.2
11502024-09-23T17:15:21.561Z Compiling foreign-types-shared v0.1.1
11512024-09-23T17:15:21.587Z Compiling powerfmt v0.2.0
11522024-09-23T17:15:21.669Z Compiling foreign-types v0.3.2
11532024-09-23T17:15:21.761Z Compiling time-macros v0.2.18
11542024-09-23T17:15:21.807Z Compiling form_urlencoded v1.2.1
11552024-09-23T17:15:21.965Z Compiling deranged v0.3.11
11562024-09-23T17:15:22.077Z Compiling aho-corasick v1.1.3
11572024-09-23T17:15:22.356Z Compiling native-tls v0.2.11
11582024-09-23T17:15:22.511Z Compiling crossbeam-utils v0.8.19
11592024-09-23T17:15:22.704Z Compiling regex-syntax v0.8.4
11602024-09-23T17:15:23.122Z Compiling rustls v0.21.12
11612024-09-23T17:15:23.396Z Compiling syn v1.0.109
11622024-09-23T17:15:23.767Z Compiling num_threads v0.1.7
11632024-09-23T17:15:23.885Z Compiling siphasher v0.3.11
11642024-09-23T17:15:24.277Z Compiling idna v0.5.0
11652024-09-23T17:15:24.581Z Compiling socket2 v0.4.10
11662024-09-23T17:15:24.811Z Compiling time v0.3.36
11672024-09-23T17:15:25.415Z Compiling cookie v0.17.0
11682024-09-23T17:15:25.438Z Compiling finl_unicode v1.2.0
11692024-09-23T17:15:25.648Z Compiling slog v2.7.0
11702024-09-23T17:15:25.694Z Compiling openssl-probe v0.1.5
11712024-09-23T17:15:25.999Z Compiling regex-automata v0.4.6
11722024-09-23T17:15:26.035Z Compiling iana-time-zone v0.1.60
11732024-09-23T17:15:26.229Z Compiling stringprep v0.1.4
11742024-09-23T17:15:26.627Z Compiling url v2.5.2
11752024-09-23T17:15:28.143Z Compiling serde_derive v1.0.208
11762024-09-23T17:15:28.398Z Compiling zeroize_derive v1.4.2
11772024-09-23T17:15:28.465Z Compiling zerocopy-derive v0.7.34
11782024-09-23T17:15:28.797Z Compiling tokio-macros v2.4.0
11792024-09-23T17:15:29.704Z Compiling futures-macro v0.3.30
11802024-09-23T17:15:29.947Z Compiling zeroize v1.8.1
11812024-09-23T17:15:30.496Z Compiling thiserror-impl v1.0.63
11822024-09-23T17:15:30.785Z Compiling zerocopy v0.7.34
11832024-09-23T17:15:31.618Z Compiling crypto-common v0.1.6
11842024-09-23T17:15:31.665Z Compiling block-buffer v0.10.4
11852024-09-23T17:15:31.684Z Compiling block-padding v0.3.3
11862024-09-23T17:15:31.864Z Compiling futures-util v0.3.30
11872024-09-23T17:15:31.932Z Compiling digest v0.10.7
11882024-09-23T17:15:31.951Z Compiling inout v0.1.3
11892024-09-23T17:15:32.341Z Compiling cipher v0.4.4
11902024-09-23T17:15:32.400Z Compiling hmac v0.12.1
11912024-09-23T17:15:32.654Z Compiling sha2 v0.10.8
11922024-09-23T17:15:32.830Z Compiling hashbrown v0.14.5
11932024-09-23T17:15:32.832Z Compiling der_derive v0.7.2
11942024-09-23T17:15:33.744Z Compiling thiserror v1.0.63
11952024-09-23T17:15:33.884Z Compiling salsa20 v0.10.2
11962024-09-23T17:15:34.111Z Compiling pbkdf2 v0.12.2
11972024-09-23T17:15:34.234Z Compiling tracing-attributes v0.1.27
11982024-09-23T17:15:34.292Z Compiling scrypt v0.11.0
11992024-09-23T17:15:34.868Z Compiling cbc v0.1.2
12002024-09-23T17:15:35.106Z Compiling aes v0.8.4
12012024-09-23T17:15:35.410Z Compiling der v0.7.9
12022024-09-23T17:15:36.271Z Compiling pest v2.7.10
12032024-09-23T17:15:37.939Z Compiling spki v0.7.3
12042024-09-23T17:15:38.044Z Compiling scroll_derive v0.12.0
12052024-09-23T17:15:38.158Z Compiling tracing v0.1.40
12062024-09-23T17:15:38.306Z Compiling pkcs5 v0.7.1
12072024-09-23T17:15:38.682Z Compiling openssl-macros v0.1.1
12082024-09-23T17:15:38.718Z Compiling signature v2.2.0
12092024-09-23T17:15:39.002Z Compiling pkcs8 v0.10.2
12102024-09-23T17:15:39.372Z Compiling pest_meta v2.7.10
12112024-09-23T17:15:39.468Z Compiling md-5 v0.10.6
12122024-09-23T17:15:39.506Z Compiling pin-project-internal v1.1.5
12132024-09-23T17:15:39.522Z Compiling scroll v0.12.0
12142024-09-23T17:15:39.680Z Compiling num-integer v0.1.46
12152024-09-23T17:15:39.731Z Compiling idna v0.3.0
12162024-09-23T17:15:40.055Z Compiling goblin v0.8.2
12172024-09-23T17:15:40.471Z Compiling backtrace v0.3.71
12182024-09-23T17:15:40.932Z Compiling pest_generator v2.7.10
12192024-09-23T17:15:41.314Z Compiling sct v0.7.1
12202024-09-23T17:15:41.410Z Compiling rustls-webpki v0.101.7
12212024-09-23T17:15:41.681Z Compiling lazy_static v1.5.0
12222024-09-23T17:15:41.810Z Compiling ff v0.13.0
12232024-09-23T17:15:42.047Z Compiling hash32 v0.2.1
12242024-09-23T17:15:42.408Z Compiling bytes v1.7.1
12252024-09-23T17:15:42.522Z Compiling indexmap v2.4.0
12262024-09-23T17:15:42.603Z Compiling bitflags v2.6.0
12272024-09-23T17:15:43.002Z Compiling semver v1.0.23
12282024-09-23T17:15:43.304Z Compiling tokio v1.39.3
12292024-09-23T17:15:43.731Z Compiling rustc_version v0.4.0
12302024-09-23T17:15:43.766Z Compiling http v0.2.12
12312024-09-23T17:15:43.941Z Compiling http v1.1.0
12322024-09-23T17:15:44.511Z Compiling heapless v0.7.17
12332024-09-23T17:15:44.513Z Compiling pest_derive v2.7.10
12342024-09-23T17:15:45.331Z Compiling dtrace-parser v0.2.0
12352024-09-23T17:15:45.850Z Compiling dof v0.3.0
12362024-09-23T17:15:46.309Z Compiling http-body v0.4.6
12372024-09-23T17:15:46.329Z Compiling uuid v1.10.0
12382024-09-23T17:15:46.797Z Compiling usdt-impl v0.5.0
12392024-09-23T17:15:47.604Z Compiling curve25519-dalek v4.1.3
12402024-09-23T17:15:47.885Z Compiling serde_spanned v0.6.7
12412024-09-23T17:15:48.081Z Compiling serde_tokenstream v0.2.2
12422024-09-23T17:15:48.119Z Compiling chrono v0.4.38
12432024-09-23T17:15:48.248Z Compiling toml_datetime v0.6.8
12442024-09-23T17:15:48.435Z Compiling psl-types v2.0.11
12452024-09-23T17:15:48.640Z Compiling signal-hook v0.3.17
12462024-09-23T17:15:48.667Z Compiling crc32fast v1.4.0
12472024-09-23T17:15:48.764Z Compiling gimli v0.28.1
12482024-09-23T17:15:48.900Z Compiling smoltcp v0.9.1
12492024-09-23T17:15:49.174Z Compiling base64 v0.22.1
12502024-09-23T17:15:49.656Z Compiling fallible-iterator v0.2.0
12512024-09-23T17:15:49.944Z Compiling base16ct v0.2.0
12522024-09-23T17:15:50.287Z Compiling adler v1.0.2
12532024-09-23T17:15:50.367Z Compiling stable_deref_trait v1.2.0
12542024-09-23T17:15:50.412Z Compiling atomic-waker v1.1.2
12552024-09-23T17:15:50.463Z Compiling num-bigint-dig v0.8.4
12562024-09-23T17:15:50.576Z Compiling miniz_oxide v0.7.2
12572024-09-23T17:15:50.794Z Compiling postgres-protocol v0.6.7
12582024-09-23T17:15:51.419Z Compiling tokio-util v0.7.11
12592024-09-23T17:15:51.860Z Compiling sec1 v0.7.3
12602024-09-23T17:15:52.145Z Compiling tokio-native-tls v0.3.1
12612024-09-23T17:15:52.315Z Compiling tokio-rustls v0.24.1
12622024-09-23T17:15:52.425Z Compiling h2 v0.3.26
12632024-09-23T17:15:52.447Z Compiling h2 v0.4.6
12642024-09-23T17:15:52.827Z Compiling publicsuffix v2.2.3
12652024-09-23T17:15:52.958Z Compiling terminal_size v0.3.0
12662024-09-23T17:15:53.081Z Compiling addr2line v0.21.0
12672024-09-23T17:15:53.160Z Compiling http-body v1.0.0
12682024-09-23T17:15:53.402Z Compiling pin-project v1.1.5
12692024-09-23T17:15:53.540Z Compiling group v0.13.0
12702024-09-23T17:15:53.678Z Compiling hubpack_derive v0.1.1
12712024-09-23T17:15:53.736Z Compiling num-iter v0.1.45
12722024-09-23T17:15:53.774Z Compiling hkdf v0.12.4
12732024-09-23T17:15:53.887Z Compiling crypto-bigint v0.5.5
12742024-09-23T17:15:53.935Z Compiling async-trait v0.1.82
12752024-09-23T17:15:54.031Z Compiling curve25519-dalek-derive v0.1.1
12762024-09-23T17:15:54.616Z Compiling zerocopy-derive v0.6.6
12772024-09-23T17:15:56.853Z Compiling phf_shared v0.11.2
12782024-09-23T17:15:56.874Z Compiling serde_derive_internals v0.29.1
12792024-09-23T17:15:57.245Z Compiling object v0.32.2
12802024-09-23T17:15:57.469Z Compiling fs-err v2.11.0
12812024-09-23T17:15:57.645Z Compiling adler2 v2.0.0
12822024-09-23T17:15:57.774Z Compiling schemars v0.8.21
12832024-09-23T17:15:57.845Z Compiling managed v0.8.0
12842024-09-23T17:15:58.148Z Compiling base64 v0.21.7
12852024-09-23T17:15:58.307Z Compiling ipnet v2.9.0
12862024-09-23T17:15:58.475Z Compiling winnow v0.5.40
12872024-09-23T17:15:58.888Z Compiling tower-layer v0.3.2
12882024-09-23T17:15:59.177Z Compiling rustc-demangle v0.1.24
12892024-09-23T17:15:59.543Z Compiling hyper v0.14.30
12902024-09-23T17:15:59.584Z Compiling either v1.13.0
12912024-09-23T17:16:00.019Z Compiling anyhow v1.0.89
12922024-09-23T17:16:00.022Z Compiling bitflags v1.3.2
12932024-09-23T17:16:00.138Z Compiling clap_builder v4.5.15
12942024-09-23T17:16:00.842Z Compiling schemars_derive v0.8.21
12952024-09-23T17:16:02.330Z Compiling toml_edit v0.19.15
12962024-09-23T17:16:02.355Z Compiling tower v0.4.13
12972024-09-23T17:16:02.911Z Compiling hyper v1.4.1
12982024-09-23T17:16:03.139Z Compiling rustls-pemfile v1.0.4
12992024-09-23T17:16:03.248Z Compiling miniz_oxide v0.8.0
13002024-09-23T17:16:03.699Z Compiling phf v0.11.2
13012024-09-23T17:16:04.331Z Compiling elliptic-curve v0.13.8
13022024-09-23T17:16:04.514Z Compiling zerocopy v0.6.6
13032024-09-23T17:16:04.795Z Compiling cookie_store v0.20.0
13042024-09-23T17:16:05.394Z Compiling hubpack v0.1.2
13052024-09-23T17:16:07.058Z Compiling hyper-tls v0.5.0
13062024-09-23T17:16:07.325Z Compiling hyper-rustls v0.24.2
13072024-09-23T17:16:07.509Z Compiling postgres-types v0.2.7
13082024-09-23T17:16:07.681Z Compiling usdt-macro v0.5.0
13092024-09-23T17:16:07.748Z Compiling usdt-attr-macro v0.5.0
13102024-09-23T17:16:09.014Z Compiling serde-big-array v0.5.1
13112024-09-23T17:16:09.206Z Compiling serde_urlencoded v0.7.1
13122024-09-23T17:16:09.235Z Compiling ed25519 v2.2.3
13132024-09-23T17:16:09.426Z Compiling pkcs1 v0.7.5
13142024-09-23T17:16:09.448Z Compiling futures-executor v0.3.30
13152024-09-23T17:16:09.602Z Compiling rfc6979 v0.4.0
13162024-09-23T17:16:09.739Z Compiling bstr v1.9.1
13172024-09-23T17:16:09.794Z Compiling regex v1.10.6
13182024-09-23T17:16:09.995Z Compiling clap_derive v4.5.13
13192024-09-23T17:16:10.212Z Compiling strum_macros v0.25.3
13202024-09-23T17:16:10.433Z Compiling serde_repr v0.1.19
13212024-09-23T17:16:10.894Z Compiling enum-as-inner v0.6.0
13222024-09-23T17:16:11.275Z Compiling phf_shared v0.10.0
13232024-09-23T17:16:11.519Z Compiling float-cmp v0.9.0
13242024-09-23T17:16:11.665Z Compiling idna v0.4.0
13252024-09-23T17:16:11.695Z Compiling mio v0.8.11
13262024-09-23T17:16:11.747Z Compiling encoding_rs v0.8.34
13272024-09-23T17:16:11.989Z Compiling difflib v0.4.0
13282024-09-23T17:16:12.990Z Compiling data-encoding v2.6.0
13292024-09-23T17:16:13.167Z Compiling precomputed-hash v0.1.1
13302024-09-23T17:16:13.273Z Compiling minimal-lexical v0.2.1
13312024-09-23T17:16:13.293Z Compiling sync_wrapper v0.1.2
13322024-09-23T17:16:13.424Z Compiling normalize-line-endings v0.3.0
13332024-09-23T17:16:13.554Z Compiling dyn-clone v1.0.17
13342024-09-23T17:16:13.585Z Compiling unicode-segmentation v1.11.0
13352024-09-23T17:16:13.778Z Compiling webpki-roots v0.25.4
13362024-09-23T17:16:13.809Z Compiling whoami v1.5.1
13372024-09-23T17:16:13.949Z Compiling mime v0.3.17
13382024-09-23T17:16:14.392Z Compiling predicates-core v1.0.6
13392024-09-23T17:16:14.426Z Compiling bit-vec v0.6.3
13402024-09-23T17:16:14.465Z Compiling new_debug_unreachable v1.0.6
13412024-09-23T17:16:14.542Z Compiling fixedbitset v0.4.2
13422024-09-23T17:16:14.566Z Compiling static_assertions v1.1.0
13432024-09-23T17:16:14.671Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13442024-09-23T17:16:14.737Z Compiling predicates v3.1.2
13452024-09-23T17:16:14.879Z Compiling petgraph v0.6.5
13462024-09-23T17:16:15.005Z Compiling bit-set v0.5.3
13472024-09-23T17:16:15.034Z Compiling clap v4.5.16
13482024-09-23T17:16:15.160Z Compiling string_cache v0.8.7
13492024-09-23T17:16:15.280Z Compiling reqwest v0.11.27
13502024-09-23T17:16:15.326Z Compiling similar v2.6.0
13512024-09-23T17:16:15.630Z Compiling tokio-postgres v0.7.11
13522024-09-23T17:16:16.181Z Compiling console v0.15.8
13532024-09-23T17:16:17.744Z Compiling hickory-proto v0.24.1
13542024-09-23T17:16:17.765Z Compiling nom v7.1.3
13552024-09-23T17:16:18.966Z Compiling toml_edit v0.22.20
13562024-09-23T17:16:20.359Z Compiling signal-hook-mio v0.2.4
13572024-09-23T17:16:20.545Z Compiling usdt v0.5.0
13582024-09-23T17:16:20.685Z Compiling rsa v0.9.6
13592024-09-23T17:16:21.058Z Compiling ecdsa v0.16.9
13602024-09-23T17:16:21.436Z Compiling futures v0.3.30
13612024-09-23T17:16:21.488Z Compiling ed25519-dalek v2.1.1
13622024-09-23T17:16:21.525Z Compiling flate2 v1.0.33
13632024-09-23T17:16:21.554Z Compiling toml v0.7.8
13642024-09-23T17:16:21.949Z Compiling hyper-util v0.1.7
13652024-09-23T17:16:23.286Z Compiling itertools v0.12.1
13662024-09-23T17:16:23.412Z Compiling itertools v0.10.5
13672024-09-23T17:16:23.647Z Compiling tokio-stream v0.1.15
13682024-09-23T17:16:24.696Z Compiling openapiv3 v2.0.0
13692024-09-23T17:16:24.943Z Compiling hex v0.4.3
13702024-09-23T17:16:25.561Z Compiling x509-cert v0.2.5
13712024-09-23T17:16:26.288Z Compiling sha1 v0.10.6
13722024-09-23T17:16:26.534Z Compiling crossbeam-epoch v0.9.18
13732024-09-23T17:16:26.739Z Compiling dirs-sys-next v0.1.2
13742024-09-23T17:16:27.326Z Compiling unicode-xid v0.2.4
13752024-09-23T17:16:27.331Z Compiling lalrpop-util v0.19.12
13762024-09-23T17:16:27.422Z Compiling peg-runtime v0.8.3
13772024-09-23T17:16:27.507Z Compiling dirs-next v2.0.0
13782024-09-23T17:16:27.689Z Compiling thread_local v1.1.8
13792024-09-23T17:16:27.708Z Compiling slog-async v2.8.0
13802024-09-23T17:16:28.070Z Compiling term v0.7.0
13812024-09-23T17:16:28.109Z Compiling xattr v1.3.1
13822024-09-23T17:16:28.232Z Compiling strum_macros v0.26.4
13832024-09-23T17:16:28.318Z Compiling crossbeam-channel v0.5.12
13842024-09-23T17:16:28.359Z Compiling filetime v0.2.25
13852024-09-23T17:16:28.662Z Compiling is-terminal v0.4.12
13862024-09-23T17:16:28.792Z Compiling take_mut v0.2.2
13872024-09-23T17:16:28.956Z Compiling slog-term v2.9.1
13882024-09-23T17:16:28.976Z Compiling tar v0.4.41
13892024-09-23T17:16:29.108Z Compiling camino v1.1.9
13902024-09-23T17:16:30.507Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13912024-09-23T17:16:31.370Z Compiling strum v0.26.3
13922024-09-23T17:16:31.470Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13932024-09-23T17:16:36.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
13942024-09-23T17:16:36.947Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13952024-09-23T17:16:36.998ZSep 23 17:16:35.180 INFO Starting download, target: Clickhouse
13962024-09-23T17:16:37.000ZSep 23 17:16:35.180 INFO Starting download, target: Cockroach
13972024-09-23T17:16:37.001ZSep 23 17:16:35.180 INFO Starting download, target: Console
13982024-09-23T17:16:37.001ZSep 23 17:16:35.180 INFO Starting download, target: DendriteOpenapi
13992024-09-23T17:16:37.001ZSep 23 17:16:35.180 INFO Starting download, target: DendriteStub
14002024-09-23T17:16:37.001ZSep 23 17:16:35.180 INFO Starting download, target: MaghemiteMgd
14012024-09-23T17:16:37.001ZSep 23 17:16:35.180 INFO Starting download, target: TransceiverControl
14022024-09-23T17:16:37.001ZSep 23 17:16:35.181 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14032024-09-23T17:16:37.001ZSep 23 17:16:35.181 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14042024-09-23T17:16:37.001ZSep 23 17:16:35.181 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14052024-09-23T17:16:37.001ZSep 23 17:16:35.181 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14062024-09-23T17:16:37.001ZSep 23 17:16:35.181 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14072024-09-23T17:16:37.001ZSep 23 17:16:35.181 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14082024-09-23T17:16:37.001ZSep 23 17:16:35.181 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14092024-09-23T17:16:37.159ZSep 23 17:16:35.333 INFO Download complete, target: DendriteOpenapi
14102024-09-23T17:16:37.275ZSep 23 17:16:35.450 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14112024-09-23T17:16:37.615ZSep 23 17:16:35.796 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14122024-09-23T17:16:37.676ZSep 23 17:16:35.857 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14132024-09-23T17:16:37.880ZSep 23 17:16:36.062 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14142024-09-23T17:16:38.024ZSep 23 17:16:36.203 INFO Download complete, target: Console
14152024-09-23T17:16:38.082ZSep 23 17:16:36.262 INFO Download complete, target: TransceiverControl
14162024-09-23T17:16:38.377ZSep 23 17:16:36.559 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14172024-09-23T17:16:38.377ZSep 23 17:16:36.559 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14182024-09-23T17:16:39.145ZSep 23 17:16:37.326 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14192024-09-23T17:16:40.894ZSep 23 17:16:39.075 INFO Download complete, target: DendriteStub
14202024-09-23T17:16:40.939ZSep 23 17:16:39.120 INFO Download complete, target: MaghemiteMgd
14212024-09-23T17:16:46.787ZSep 23 17:16:44.967 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14222024-09-23T17:16:47.089ZSep 23 17:16:45.270 INFO Checking that binary works, target: Cockroach
14232024-09-23T17:16:47.256ZSep 23 17:16:45.431 INFO Download complete, target: Cockroach
14242024-09-23T17:16:53.321ZSep 23 17:16:51.501 INFO Checking that binary works, target: Clickhouse
14252024-09-23T17:16:53.776ZSep 23 17:16:51.948 INFO Download complete, target: Clickhouse
14262024-09-23T17:16:53.780ZAll prerequisites installed successfully
14272024-09-23T17:16:53.780Z
14282024-09-23T17:16:53.780Zreal 4:15.069748533
14292024-09-23T17:16:53.780Zuser 12:03.343155102
14302024-09-23T17:16:53.780Zsys 2:33.507192648
14312024-09-23T17:16:53.780Ztrap 0.417978750
14322024-09-23T17:16:53.780Ztflt 5.325294128
14332024-09-23T17:16:53.780Zdflt 4.088686119
14342024-09-23T17:16:53.781Zkflt 0.412987364
14352024-09-23T17:16:53.781Zlock 24:11.513722134
14362024-09-23T17:16:53.781Zslp 47:49.181453609
14372024-09-23T17:16:53.781Zlat 43.158359668
14382024-09-23T17:16:53.781Zstop 1:54.498831522
14392024-09-23T17:16:53.781Z+ source ./tools/include/force-git-over-https.sh
14402024-09-23T17:16:53.781Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14412024-09-23T17:16:53.781Z++ (( i = 0 ))
14422024-09-23T17:16:53.781Z++ (( i < 5 ))
14432024-09-23T17:16:53.781Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14442024-09-23T17:16:53.783Z++ (( i++ ))
14452024-09-23T17:16:53.783Z++ (( i < 5 ))
14462024-09-23T17:16:53.783Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14472024-09-23T17:16:53.786Z++ (( i++ ))
14482024-09-23T17:16:53.786Z++ (( i < 5 ))
14492024-09-23T17:16:53.786Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14502024-09-23T17:16:53.789Z++ (( i++ ))
14512024-09-23T17:16:53.789Z++ (( i < 5 ))
14522024-09-23T17:16:53.789Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14532024-09-23T17:16:53.792Z++ (( i++ ))
14542024-09-23T17:16:53.792Z++ (( i < 5 ))
14552024-09-23T17:16:53.792Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14562024-09-23T17:16:53.794Z++ (( i++ ))
14572024-09-23T17:16:53.794Z++ (( i < 5 ))
14582024-09-23T17:16:53.794Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14592024-09-23T17:16:53.794Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14602024-09-23T17:16:53.794Z+ rc=0
14612024-09-23T17:16:53.795Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14622024-09-23T17:17:16.297Z+ case $rc in
14632024-09-23T17:17:16.297Z+ pfexec zfs create -p rpool/images/build/host
14642024-09-23T17:17:16.479Z+ pfexec zfs create -p rpool/images/build/recovery
14652024-09-23T17:17:16.553Z+ cargo xtask releng --output-dir /work
14662024-09-23T17:17:17.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14672024-09-23T17:17:17.176Z Running `target/debug/xtask releng --output-dir /work`
14682024-09-23T17:17:18.131Z Compiling proc-macro2 v1.0.86
14692024-09-23T17:17:18.131Z Compiling unicode-ident v1.0.12
14702024-09-23T17:17:18.131Z Compiling libc v0.2.158
14712024-09-23T17:17:18.133Z Compiling serde v1.0.208
14722024-09-23T17:17:18.133Z Compiling version_check v0.9.5
14732024-09-23T17:17:18.133Z Compiling autocfg v1.3.0
14742024-09-23T17:17:18.133Z Compiling cfg-if v1.0.0
14752024-09-23T17:17:18.133Z Compiling once_cell v1.19.0
14762024-09-23T17:17:18.494Z Compiling typenum v1.17.0
14772024-09-23T17:17:18.573Z Compiling memchr v2.7.2
14782024-09-23T17:17:19.011Z Compiling lock_api v0.4.12
14792024-09-23T17:17:19.087Z Compiling generic-array v0.14.7
14802024-09-23T17:17:19.304Z Compiling ahash v0.8.11
14812024-09-23T17:17:19.385Z Compiling parking_lot_core v0.9.10
14822024-09-23T17:17:19.460Z Compiling serde_json v1.0.125
14832024-09-23T17:17:19.664Z Compiling byteorder v1.5.0
14842024-09-23T17:17:19.793Z Compiling quote v1.0.36
14852024-09-23T17:17:19.820Z Compiling libm v0.2.8
14862024-09-23T17:17:20.095Z Compiling num-traits v0.2.19
14872024-09-23T17:17:20.177Z Compiling syn v2.0.74
14882024-09-23T17:17:20.372Z Compiling getrandom v0.2.14
14892024-09-23T17:17:20.445Z Compiling jobserver v0.1.32
14902024-09-23T17:17:20.545Z Compiling value-bag v1.9.0
14912024-09-23T17:17:20.766Z Compiling scopeguard v1.2.0
14922024-09-23T17:17:20.825Z Compiling cc v1.0.97
14932024-09-23T17:17:20.955Z Compiling slab v0.4.9
14942024-09-23T17:17:21.148Z Compiling log v0.4.21
14952024-09-23T17:17:21.288Z Compiling itoa v1.0.11
14962024-09-23T17:17:21.561Z Compiling thiserror v1.0.63
14972024-09-23T17:17:21.605Z Compiling rand_core v0.6.4
14982024-09-23T17:17:22.071Z Compiling semver v1.0.23
14992024-09-23T17:17:22.388Z Compiling pkg-config v0.3.30
15002024-09-23T17:17:22.444Z Compiling smallvec v1.13.2
15012024-09-23T17:17:22.555Z Compiling pin-project-lite v0.2.14
15022024-09-23T17:17:22.908Z Compiling subtle v2.5.0
15032024-09-23T17:17:22.937Z Compiling const-oid v0.9.6
15042024-09-23T17:17:23.242Z Compiling allocator-api2 v0.2.18
15052024-09-23T17:17:23.517Z Compiling ryu v1.0.18
15062024-09-23T17:17:23.782Z Compiling vcpkg v0.2.15
15072024-09-23T17:17:24.017Z Compiling signal-hook-registry v1.4.2
15082024-09-23T17:17:24.215Z Compiling httparse v1.8.0
15092024-09-23T17:17:24.262Z Compiling ring v0.17.8
15102024-09-23T17:17:24.689Z Compiling parking_lot v0.12.2
15112024-09-23T17:17:24.978Z Compiling mio v1.0.2
15122024-09-23T17:17:25.349Z Compiling futures-core v0.3.30
15132024-09-23T17:17:25.467Z Compiling openssl-sys v0.9.103
15142024-09-23T17:17:25.720Z Compiling spin v0.9.8
15152024-09-23T17:17:25.936Z Compiling socket2 v0.5.7
15162024-09-23T17:17:26.064Z Compiling fnv v1.0.7
15172024-09-23T17:17:26.804Z Compiling futures-sink v0.3.30
15182024-09-23T17:17:26.850Z Compiling schemars v0.8.21
15192024-09-23T17:17:27.040Z Compiling heck v0.5.0
15202024-09-23T17:17:27.435Z Compiling rustix v0.38.34
15212024-09-23T17:17:27.475Z Compiling equivalent v1.0.1
15222024-09-23T17:17:27.797Z Compiling serde_derive_internals v0.29.1
15232024-09-23T17:17:28.175Z Compiling num-conv v0.1.0
15242024-09-23T17:17:28.501Z Compiling time-core v0.1.2
15252024-09-23T17:17:28.776Z Compiling time-macros v0.2.18
15262024-09-23T17:17:28.915Z Compiling cpufeatures v0.2.12
15272024-09-23T17:17:29.101Z Compiling openssl v0.10.66
15282024-09-23T17:17:29.560Z Compiling futures-channel v0.3.30
15292024-09-23T17:17:29.597Z Compiling tinyvec_macros v0.1.1
15302024-09-23T17:17:29.808Z Compiling native-tls v0.2.11
15312024-09-23T17:17:29.858Z Compiling futures-io v0.3.30
15322024-09-23T17:17:29.993Z Compiling futures-task v0.3.30
15332024-09-23T17:17:30.046Z Compiling pin-utils v0.1.0
15342024-09-23T17:17:30.066Z Compiling rustls v0.21.12
15352024-09-23T17:17:30.169Z Compiling tinyvec v1.6.0
15362024-09-23T17:17:30.388Z Compiling crossbeam-utils v0.8.19
15372024-09-23T17:17:30.706Z Compiling cookie v0.17.0
15382024-09-23T17:17:30.928Z Compiling base64ct v1.6.0
15392024-09-23T17:17:31.198Z Compiling iana-time-zone v0.1.60
15402024-09-23T17:17:31.507Z Compiling ucd-trie v0.1.6
15412024-09-23T17:17:31.598Z Compiling pem-rfc7468 v0.7.0
15422024-09-23T17:17:31.813Z Compiling unicode-normalization v0.1.23
15432024-09-23T17:17:31.865Z Compiling slog v2.7.0
15442024-09-23T17:17:31.893Z Compiling unicode-bidi v0.3.15
15452024-09-23T17:17:32.303Z Compiling syn v1.0.109
15462024-09-23T17:17:32.445Z Compiling flagset v0.4.5
15472024-09-23T17:17:32.744Z Compiling tracing-core v0.1.32
15482024-09-23T17:17:32.996Z Compiling aho-corasick v1.1.3
15492024-09-23T17:17:33.195Z Compiling regex-syntax v0.8.4
15502024-09-23T17:17:33.306Z Compiling untrusted v0.9.0
15512024-09-23T17:17:33.471Z Compiling serde_derive v1.0.208
15522024-09-23T17:17:33.520Z Compiling zeroize_derive v1.4.2
15532024-09-23T17:17:34.012Z Compiling zerocopy-derive v0.7.34
15542024-09-23T17:17:35.145Z Compiling tokio-macros v2.4.0
15552024-09-23T17:17:35.229Z Compiling zeroize v1.8.1
15562024-09-23T17:17:35.770Z Compiling thiserror-impl v1.0.63
15572024-09-23T17:17:35.773Z Compiling futures-macro v0.3.30
15582024-09-23T17:17:36.205Z Compiling zerocopy v0.7.34
15592024-09-23T17:17:38.133Z Compiling crypto-common v0.1.6
15602024-09-23T17:17:38.447Z Compiling der_derive v0.7.2
15612024-09-23T17:17:38.629Z Compiling tracing-attributes v0.1.27
15622024-09-23T17:17:38.708Z Compiling hashbrown v0.14.5
15632024-09-23T17:17:39.545Z Compiling block-buffer v0.10.4
15642024-09-23T17:17:39.788Z Compiling digest v0.10.7
15652024-09-23T17:17:40.204Z Compiling schemars_derive v0.8.21
15662024-09-23T17:17:40.393Z Compiling hmac v0.12.1
15672024-09-23T17:17:40.529Z Compiling block-padding v0.3.3
15682024-09-23T17:17:40.627Z Compiling openssl-macros v0.1.1
15692024-09-23T17:17:40.777Z Compiling inout v0.1.3
15702024-09-23T17:17:40.884Z Compiling futures-util v0.3.30
15712024-09-23T17:17:41.085Z Compiling cipher v0.4.4
15722024-09-23T17:17:41.864Z Compiling sha2 v0.10.8
15732024-09-23T17:17:41.933Z Compiling scroll_derive v0.12.0
15742024-09-23T17:17:42.366Z Compiling pest v2.7.10
15752024-09-23T17:17:43.350Z Compiling der v0.7.9
15762024-09-23T17:17:44.352Z Compiling tracing v0.1.40
15772024-09-23T17:17:45.532Z Compiling pest_meta v2.7.10
15782024-09-23T17:17:45.782Z Compiling spki v0.7.3
15792024-09-23T17:17:46.235Z Compiling salsa20 v0.10.2
15802024-09-23T17:17:46.496Z Compiling pbkdf2 v0.12.2
15812024-09-23T17:17:46.789Z Compiling regex-automata v0.4.6
15822024-09-23T17:17:48.139Z Compiling bytes v1.7.1
15832024-09-23T17:17:49.728Z Compiling tokio v1.39.3
15842024-09-23T17:17:49.909Z Compiling bitflags v2.6.0
15852024-09-23T17:17:50.288Z Compiling indexmap v2.4.0
15862024-09-23T17:17:52.223Z Compiling rustc_version v0.4.0
15872024-09-23T17:17:52.405Z Compiling serde_tokenstream v0.2.2
15882024-09-23T17:17:52.458Z Compiling uuid v1.10.0
15892024-09-23T17:17:52.522Z Compiling chrono v0.4.38
15902024-09-23T17:17:53.002Z Compiling http v0.2.12
15912024-09-23T17:17:53.472Z Compiling pest_generator v2.7.10
15922024-09-23T17:17:56.445Z Compiling crc32fast v1.4.0
15932024-09-23T17:17:56.882Z Compiling dyn-clone v1.0.17
15942024-09-23T17:17:57.806Z Compiling pest_derive v2.7.10
15952024-09-23T17:17:58.943Z Compiling scrypt v0.11.0
15962024-09-23T17:17:59.509Z Compiling tokio-util v0.7.11
15972024-09-23T17:17:59.574Z Compiling cbc v0.1.2
15982024-09-23T17:18:00.235Z Compiling aes v0.8.4
15992024-09-23T17:18:00.925Z Compiling usdt-impl v0.5.0
16002024-09-23T17:18:01.097Z Compiling heck v0.4.1
16012024-09-23T17:18:01.564Z Compiling percent-encoding v2.3.1
16022024-09-23T17:18:01.601Z Compiling powerfmt v0.2.0
16032024-09-23T17:18:02.187Z Compiling deranged v0.3.11
16042024-09-23T17:18:02.213Z Compiling pkcs5 v0.7.1
16052024-09-23T17:18:02.718Z Compiling heapless v0.7.17
16062024-09-23T17:18:03.558Z Compiling scroll v0.12.0
16072024-09-23T17:18:03.607Z Compiling zerocopy-derive v0.6.6
16082024-09-23T17:18:04.234Z Compiling pin-project-internal v1.1.5
16092024-09-23T17:18:04.795Z Compiling backtrace v0.3.71
16102024-09-23T17:18:05.318Z Compiling errno v0.3.9
16112024-09-23T17:18:05.752Z Compiling try-lock v0.2.5
16122024-09-23T17:18:05.917Z Compiling num-bigint-dig v0.8.4
16132024-09-23T17:18:05.946Z Compiling num_threads v0.1.7
16142024-09-23T17:18:06.091Z Compiling plain v0.2.3
16152024-09-23T17:18:06.305Z Compiling ppv-lite86 v0.2.17
16162024-09-23T17:18:06.604Z Compiling goblin v0.8.2
16172024-09-23T17:18:07.080Z Compiling time v0.3.36
16182024-09-23T17:18:07.212Z Compiling rand_chacha v0.3.1
16192024-09-23T17:18:08.370Z Compiling want v0.3.1
16202024-09-23T17:18:08.934Z Compiling pkcs8 v0.10.2
16212024-09-23T17:18:09.328Z Compiling regex v1.10.6
16222024-09-23T17:18:09.766Z Compiling async-trait v0.1.82
16232024-09-23T17:18:09.839Z Compiling strsim v0.11.1
16242024-09-23T17:18:10.589Z Compiling httpdate v1.0.3
16252024-09-23T17:18:10.641Z Compiling tower-service v0.3.2
16262024-09-23T17:18:10.816Z Compiling rustversion v1.0.17
16272024-09-23T17:18:11.269Z Compiling pretty-hex v0.4.1
16282024-09-23T17:18:12.250Z Compiling rand v0.8.5
16292024-09-23T17:18:12.365Z Compiling form_urlencoded v1.2.1
16302024-09-23T17:18:12.767Z Compiling dof v0.3.0
16312024-09-23T17:18:13.163Z Compiling dtrace-parser v0.2.0
16322024-09-23T17:18:13.979Z Compiling curve25519-dalek v4.1.3
16332024-09-23T17:18:15.083Z Compiling thread-id v4.2.1
16342024-09-23T17:18:15.395Z Compiling unicode-width v0.1.13
16352024-09-23T17:18:15.446Z Compiling signal-hook v0.3.17
16362024-09-23T17:18:15.940Z Compiling foreign-types-shared v0.1.1
16372024-09-23T17:18:16.090Z Compiling anyhow v1.0.89
16382024-09-23T17:18:16.850Z Compiling smoltcp v0.9.1
16392024-09-23T17:18:17.309Z Compiling foreign-types v0.3.2
16402024-09-23T17:18:19.737Z Compiling h2 v0.3.26
16412024-09-23T17:18:20.408Z Compiling http-body v0.4.6
16422024-09-23T17:18:22.052Z Compiling clap_derive v4.5.13
16432024-09-23T17:18:22.640Z Compiling socket2 v0.4.10
16442024-09-23T17:18:22.768Z Compiling siphasher v0.3.11
16452024-09-23T17:18:23.539Z Compiling base64 v0.21.7
16462024-09-23T17:18:28.522Z Compiling hyper v0.14.30
16472024-09-23T17:18:32.267Z Compiling rustls-webpki v0.101.7
16482024-09-23T17:18:32.544Z Compiling sct v0.7.1
16492024-09-23T17:18:32.936Z Compiling hubpack_derive v0.1.1
16502024-09-23T17:18:34.238Z Compiling openapiv3 v2.0.0
16512024-09-23T17:18:34.475Z Compiling http v1.1.0
16522024-09-23T17:18:37.201Z Compiling signature v2.2.0
16532024-09-23T17:18:37.513Z Compiling curve25519-dalek-derive v0.1.1
16542024-09-23T17:18:39.032Z Compiling idna v0.5.0
16552024-09-23T17:18:40.778Z Compiling fs-err v2.11.0
16562024-09-23T17:18:41.072Z Compiling openssl-probe v0.1.5
16572024-09-23T17:18:41.326Z Compiling finl_unicode v1.2.0
16582024-09-23T17:18:41.392Z Compiling utf8parse v0.2.1
16592024-09-23T17:18:41.630Z Compiling anstyle v1.0.8
16602024-09-23T17:18:42.008Z Compiling stringprep v0.1.4
16612024-09-23T17:18:42.264Z Compiling anstyle-parse v0.2.4
16622024-09-23T17:18:43.606Z Compiling url v2.5.2
16632024-09-23T17:18:49.306Z Compiling usdt-attr-macro v0.5.0
16642024-09-23T17:18:49.375Z Compiling usdt-macro v0.5.0
16652024-09-23T17:18:49.799Z Compiling serde_spanned v0.6.7
16662024-09-23T17:18:50.086Z Compiling toml_datetime v0.6.8
16672024-09-23T17:18:50.590Z Compiling md-5 v0.10.6
16682024-09-23T17:18:50.861Z Compiling regress v0.9.1
16692024-09-23T17:18:50.887Z Compiling idna v0.3.0
16702024-09-23T17:18:52.710Z Compiling lazy_static v1.5.0
16712024-09-23T17:18:52.965Z Compiling num-integer v0.1.46
16722024-09-23T17:18:53.062Z Compiling ff v0.13.0
16732024-09-23T17:18:53.443Z Compiling hash32 v0.2.1
16742024-09-23T17:18:53.775Z Compiling encoding_rs v0.8.34
16752024-09-23T17:18:53.858Z Compiling fallible-iterator v0.2.0
16762024-09-23T17:18:54.625Z Compiling is_terminal_polyfill v1.70.0
16772024-09-23T17:18:54.658Z Compiling stable_deref_trait v1.2.0
16782024-09-23T17:18:54.778Z Compiling base64 v0.22.1
16792024-09-23T17:18:54.791Z Compiling psl-types v2.0.11
16802024-09-23T17:18:54.975Z Compiling mime v0.3.17
16812024-09-23T17:18:55.103Z Compiling anstyle-query v1.0.3
16822024-09-23T17:18:55.252Z Compiling adler v1.0.2
16832024-09-23T17:18:55.436Z Compiling gimli v0.28.1
16842024-09-23T17:18:55.465Z Compiling atomic-waker v1.1.2
16852024-09-23T17:18:55.649Z Compiling colorchoice v1.0.1
16862024-09-23T17:18:55.812Z Compiling base16ct v0.2.0
16872024-09-23T17:18:55.882Z Compiling anstream v0.6.14
16882024-09-23T17:18:56.098Z Compiling sec1 v0.7.3
16892024-09-23T17:18:56.116Z Compiling h2 v0.4.6
16902024-09-23T17:18:56.559Z Compiling miniz_oxide v0.7.2
16912024-09-23T17:18:56.668Z Compiling postgres-protocol v0.6.7
16922024-09-23T17:18:57.245Z Compiling publicsuffix v2.2.3
16932024-09-23T17:18:57.798Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16942024-09-23T17:18:59.086Z Compiling num-iter v0.1.45
16952024-09-23T17:19:00.295Z Compiling addr2line v0.21.0
16962024-09-23T17:19:00.767Z Compiling group v0.13.0
16972024-09-23T17:19:01.891Z Compiling tokio-rustls v0.24.1
16982024-09-23T17:19:02.755Z Compiling terminal_size v0.3.0
16992024-09-23T17:19:02.961Z Compiling tokio-native-tls v0.3.1
17002024-09-23T17:19:03.565Z Compiling http-body v1.0.0
17012024-09-23T17:19:03.808Z Compiling phf_shared v0.11.2
17022024-09-23T17:19:03.954Z Compiling strum_macros v0.25.3
17032024-09-23T17:19:04.366Z Compiling serde_urlencoded v0.7.1
17042024-09-23T17:19:04.713Z Compiling pin-project v1.1.5
17052024-09-23T17:19:04.921Z Compiling enum-as-inner v0.6.0
17062024-09-23T17:19:05.949Z Compiling hkdf v0.12.4
17072024-09-23T17:19:05.967Z Compiling crypto-bigint v0.5.5
17082024-09-23T17:19:05.986Z Compiling serde_repr v0.1.19
17092024-09-23T17:19:06.225Z Compiling object v0.32.2
17102024-09-23T17:19:07.093Z Compiling clap_lex v0.7.0
17112024-09-23T17:19:07.543Z Compiling managed v0.8.0
17122024-09-23T17:19:07.571Z Compiling bitflags v1.3.2
17132024-09-23T17:19:07.686Z Compiling winnow v0.5.40
17142024-09-23T17:19:08.015Z Compiling tower-layer v0.3.2
17152024-09-23T17:19:08.315Z Compiling adler2 v2.0.0
17162024-09-23T17:19:08.344Z Compiling rustc-demangle v0.1.24
17172024-09-23T17:19:08.507Z Compiling either v1.13.0
17182024-09-23T17:19:08.923Z Compiling ipnet v2.9.0
17192024-09-23T17:19:09.840Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17202024-09-23T17:19:10.008Z Compiling elliptic-curve v0.13.8
17212024-09-23T17:19:10.383Z Compiling miniz_oxide v0.8.0
17222024-09-23T17:19:10.758Z Compiling tower v0.4.13
17232024-09-23T17:19:11.444Z Compiling toml_edit v0.19.15
17242024-09-23T17:19:11.699Z Compiling rustls-pemfile v1.0.4
17252024-09-23T17:19:12.077Z Compiling clap_builder v4.5.15
17262024-09-23T17:19:13.720Z Compiling phf v0.11.2
17272024-09-23T17:19:14.010Z Compiling hyper v1.4.1
17282024-09-23T17:19:14.518Z Compiling hyper-tls v0.5.0
17292024-09-23T17:19:15.272Z Compiling hyper-rustls v0.24.2
17302024-09-23T17:19:15.674Z Compiling cookie_store v0.20.0
17312024-09-23T17:19:16.060Z Compiling postgres-types v0.2.7
17322024-09-23T17:19:16.222Z Compiling ed25519 v2.2.3
17332024-09-23T17:19:16.684Z Compiling hubpack v0.1.2
17342024-09-23T17:19:17.393Z Compiling phf_shared v0.10.0
17352024-09-23T17:19:17.862Z Compiling pkcs1 v0.7.5
17362024-09-23T17:19:17.892Z Compiling zerocopy v0.6.6
17372024-09-23T17:19:17.983Z Compiling bstr v1.9.1
17382024-09-23T17:19:18.032Z Compiling futures-executor v0.3.30
17392024-09-23T17:19:18.506Z Compiling serde-big-array v0.5.1
17402024-09-23T17:19:18.740Z Compiling rfc6979 v0.4.0
17412024-09-23T17:19:18.778Z Compiling idna v0.4.0
17422024-09-23T17:19:18.992Z Compiling float-cmp v0.9.0
17432024-09-23T17:19:19.046Z Compiling mio v0.8.11
17442024-09-23T17:19:19.198Z Compiling memmap v0.7.0
17452024-09-23T17:19:19.567Z Compiling data-encoding v2.6.0
17462024-09-23T17:19:19.629Z Compiling webpki-roots v0.25.4
17472024-09-23T17:19:19.804Z Compiling precomputed-hash v0.1.1
17482024-09-23T17:19:19.835Z Compiling winnow v0.6.18
17492024-09-23T17:19:19.931Z Compiling sync_wrapper v0.1.2
17502024-09-23T17:19:20.128Z Compiling predicates-core v1.0.6
17512024-09-23T17:19:20.131Z Compiling whoami v1.5.1
17522024-09-23T17:19:20.422Z Compiling static_assertions v1.1.0
17532024-09-23T17:19:20.533Z Compiling bit-vec v0.6.3
17542024-09-23T17:19:20.894Z Compiling minimal-lexical v0.2.1
17552024-09-23T17:19:20.976Z Compiling new_debug_unreachable v1.0.6
17562024-09-23T17:19:21.210Z Compiling fixedbitset v0.4.2
17572024-09-23T17:19:21.230Z Compiling unicode-segmentation v1.11.0
17582024-09-23T17:19:21.255Z Compiling normalize-line-endings v0.3.0
17592024-09-23T17:19:21.390Z Compiling difflib v0.4.0
17602024-09-23T17:19:21.605Z Compiling petgraph v0.6.5
17612024-09-23T17:19:22.043Z Compiling similar v2.6.0
17622024-09-23T17:19:22.641Z Compiling predicates v3.1.2
17632024-09-23T17:19:22.643Z Compiling reqwest v0.11.27
17642024-09-23T17:19:22.766Z Compiling nom v7.1.3
17652024-09-23T17:19:22.817Z Compiling string_cache v0.8.7
17662024-09-23T17:19:23.262Z Compiling toml_edit v0.22.20
17672024-09-23T17:19:23.429Z Compiling bit-set v0.5.3
17682024-09-23T17:19:23.726Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17692024-09-23T17:19:24.036Z Compiling tokio-postgres v0.7.11
17702024-09-23T17:19:24.109Z Compiling hickory-proto v0.24.1
17712024-09-23T17:19:26.352Z Compiling signal-hook-mio v0.2.4
17722024-09-23T17:19:26.542Z Compiling usdt v0.5.0
17732024-09-23T17:19:27.791Z Compiling ecdsa v0.16.9
17742024-09-23T17:19:28.653Z Compiling rsa v0.9.6
17752024-09-23T17:19:29.182Z Compiling futures v0.3.30
17762024-09-23T17:19:30.257Z Compiling ed25519-dalek v2.1.1
17772024-09-23T17:19:30.444Z Compiling hyper-util v0.1.7
17782024-09-23T17:19:30.832Z Compiling clap v4.5.16
17792024-09-23T17:19:30.836Z Compiling toml v0.7.8
17802024-09-23T17:19:30.836Z Compiling crossbeam-epoch v0.9.18
17812024-09-23T17:19:31.290Z Compiling flate2 v1.0.33
17822024-09-23T17:19:31.507Z Compiling itertools v0.12.1
17832024-09-23T17:19:32.241Z Compiling itertools v0.10.5
17842024-09-23T17:19:32.286Z Compiling console v0.15.8
17852024-09-23T17:19:33.884Z Compiling tokio-stream v0.1.15
17862024-09-23T17:19:34.391Z Compiling hex v0.4.3
17872024-09-23T17:19:34.683Z Compiling x509-cert v0.2.5
17882024-09-23T17:19:35.007Z Compiling sha1 v0.10.6
17892024-09-23T17:19:35.521Z Compiling radium v0.7.0
17902024-09-23T17:19:36.000Z Compiling camino v1.1.9
17912024-09-23T17:19:36.211Z Compiling peg-runtime v0.8.3
17922024-09-23T17:19:36.235Z Compiling lalrpop-util v0.19.12
17932024-09-23T17:19:36.752Z Compiling unicode-xid v0.2.4
17942024-09-23T17:19:39.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17952024-09-23T17:19:42.319Z Compiling is-terminal v0.4.12
17962024-09-23T17:19:42.658Z Compiling rustls-pki-types v1.7.0
17972024-09-23T17:19:43.992Z Compiling ident_case v1.0.1
17982024-09-23T17:19:44.361Z Compiling tap v1.0.1
17992024-09-23T17:19:45.429Z Compiling maybe-uninit v2.0.0
18002024-09-23T17:19:53.178Z Compiling wyz v0.5.1
18012024-09-23T17:19:53.660Z Compiling darling_core v0.20.9
18022024-09-23T17:20:01.691Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18032024-09-23T17:20:02.875Z Compiling getopts v0.2.21
18042024-09-23T17:20:04.182Z Compiling bzip2-sys v0.1.11+1.0.8
18052024-09-23T17:20:05.372Z Compiling dirs-sys-next v0.1.2
18062024-09-23T17:20:05.839Z Compiling paste v1.0.15
18072024-09-23T17:20:06.148Z Compiling unsafe-libyaml v0.2.11
18082024-09-23T17:20:06.297Z Compiling funty v2.0.0
18092024-09-23T17:20:06.428Z Compiling rustls v0.22.4
18102024-09-23T17:20:06.743Z Compiling packed_struct v0.10.1
18112024-09-23T17:20:07.935Z Compiling serde_yaml v0.9.34+deprecated
18122024-09-23T17:20:08.163Z Compiling bitvec v1.0.1
18132024-09-23T17:20:10.847Z Compiling dirs-next v2.0.0
18142024-09-23T17:20:11.671Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18152024-09-23T17:20:13.043Z Compiling darling_macro v0.20.9
18162024-09-23T17:20:14.246Z Compiling rustls-webpki v0.102.4
18172024-09-23T17:20:18.891Z Compiling packed_struct_codegen v0.10.1
18182024-09-23T17:20:19.360Z Compiling structmeta-derive v0.3.0
18192024-09-23T17:20:20.372Z Compiling thread_local v1.1.8
18202024-09-23T17:20:21.376Z Compiling multer v3.1.0
18212024-09-23T17:20:21.555Z Compiling indexmap v1.9.3
18222024-09-23T17:20:21.721Z Compiling nodrop v0.1.14
18232024-09-23T17:20:21.887Z Compiling crc-catalog v2.4.0
18242024-09-23T17:20:21.981Z Compiling rayon-core v1.12.1
18252024-09-23T17:20:22.002Z Compiling slog-async v2.8.0
18262024-09-23T17:20:22.050Z Compiling fastrand v2.1.0
18272024-09-23T17:20:22.490Z Compiling match_cfg v0.1.0
18282024-09-23T17:20:22.723Z Compiling hostname v0.3.1
18292024-09-23T17:20:23.138Z Compiling tempfile v3.10.1
18302024-09-23T17:20:24.479Z Compiling crc v3.2.1
18312024-09-23T17:20:24.777Z Compiling structmeta v0.3.0
18322024-09-23T17:20:24.928Z Compiling array-init v0.0.4
18332024-09-23T17:20:30.590Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18342024-09-23T17:20:32.808Z Compiling smallvec v0.6.14
18352024-09-23T17:20:33.326Z Compiling darling v0.20.9
18362024-09-23T17:20:33.454Z Compiling term v0.7.0
18372024-09-23T17:20:37.137Z Compiling crossbeam-deque v0.8.5
18382024-09-23T17:20:37.540Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18392024-09-23T17:20:38.196Z Compiling slog-json v2.6.1
18402024-09-23T17:20:39.033Z Compiling crossbeam-channel v0.5.12
18412024-09-23T17:20:39.639Z Compiling async-stream-impl v0.3.5
18422024-09-23T17:20:40.619Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18432024-09-23T17:20:41.472Z Compiling termcolor v1.4.1
18442024-09-23T17:20:42.554Z Compiling take_mut v0.2.2
18452024-09-23T17:20:43.001Z Compiling bitfield v0.14.0
18462024-09-23T17:20:43.675Z Compiling same-file v1.0.6
18472024-09-23T17:20:43.940Z Compiling hashbrown v0.12.3
18482024-09-23T17:20:43.959Z Compiling walkdir v2.5.0
18492024-09-23T17:20:45.778Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18502024-09-23T17:20:46.337Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18512024-09-23T17:20:52.181Z Compiling env_logger v0.10.2
18522024-09-23T17:20:58.959Z Compiling async-stream v0.3.5
18532024-09-23T17:21:00.324Z Compiling slog-bunyan v2.5.0
18542024-09-23T17:21:01.508Z Compiling tokio-rustls v0.25.0
18552024-09-23T17:21:02.024Z Compiling slog-term v2.9.1
18562024-09-23T17:21:02.101Z Compiling serde_with_macros v3.9.0
18572024-09-23T17:21:04.059Z Compiling serde-hex v0.1.0
18582024-09-23T17:21:04.363Z Compiling bzip2 v0.4.4
18592024-09-23T17:21:04.690Z Compiling parse-display-derive v0.10.0
18602024-09-23T17:21:04.777Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18612024-09-23T17:21:05.311Z Compiling toml v0.8.19
18622024-09-23T17:21:06.626Z Compiling rustls-pemfile v2.1.3
18632024-09-23T17:21:07.309Z Compiling waitgroup v0.1.2
18642024-09-23T17:21:08.944Z Compiling ron v0.8.1
18652024-09-23T17:21:10.189Z Compiling ipnetwork v0.20.0
18662024-09-23T17:21:10.273Z Compiling newtype-uuid v1.1.0
18672024-09-23T17:21:10.318Z Compiling strum_macros v0.26.4
18682024-09-23T17:21:10.629Z Compiling xattr v1.3.1
18692024-09-23T17:21:10.959Z Compiling snafu-derive v0.8.2
18702024-09-23T17:21:11.811Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18712024-09-23T17:21:11.919Z Compiling serde_path_to_error v0.1.16
18722024-09-23T17:21:12.570Z Compiling hashbrown v0.13.2
18732024-09-23T17:21:12.929Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18742024-09-23T17:21:13.697Z Compiling blake3 v1.5.1
18752024-09-23T17:21:13.916Z Compiling ring v0.16.20
18762024-09-23T17:21:13.937Z Compiling filetime v0.2.25
18772024-09-23T17:21:14.291Z Compiling hostname v0.4.0
18782024-09-23T17:21:14.328Z Compiling instant v0.1.12
18792024-09-23T17:21:14.500Z Compiling crc-any v2.5.0
18802024-09-23T17:21:14.553Z Compiling debug-ignore v1.0.5
18812024-09-23T17:21:14.868Z Compiling buf-list v1.0.3
18822024-09-23T17:21:15.415Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18832024-09-23T17:21:15.486Z Compiling strum v0.26.3
18842024-09-23T17:21:15.514Z Compiling backoff v0.4.0
18852024-09-23T17:21:15.695Z Compiling snafu v0.8.2
18862024-09-23T17:21:15.713Z Compiling tar v0.4.41
18872024-09-23T17:21:15.845Z Compiling object v0.30.4
18882024-09-23T17:21:16.311Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18892024-09-23T17:21:16.516Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18902024-09-23T17:21:16.940Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18912024-09-23T17:21:18.631Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18922024-09-23T17:21:19.145Z Compiling parse-display v0.10.0
18932024-09-23T17:21:20.157Z Compiling serde_with v3.9.0
18942024-09-23T17:21:20.767Z Compiling zip v0.6.6
18952024-09-23T17:21:20.814Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18962024-09-23T17:21:21.064Z Compiling rayon v1.10.0
18972024-09-23T17:21:21.568Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18982024-09-23T17:21:23.474Z Compiling camino-tempfile v1.1.1
18992024-09-23T17:21:24.204Z Compiling globset v0.4.14
19002024-09-23T17:21:24.265Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19012024-09-23T17:21:24.468Z Compiling pem v3.0.4
19022024-09-23T17:21:26.022Z Compiling olpc-cjson v0.1.3
19032024-09-23T17:21:26.360Z Compiling serde_plain v1.0.2
19042024-09-23T17:21:26.738Z Compiling macaddr v1.0.1
19052024-09-23T17:21:26.893Z Compiling async-recursion v1.1.1
19062024-09-23T17:21:27.382Z Compiling memmap2 v0.9.4
19072024-09-23T17:21:27.974Z Compiling path-slash v0.1.5
19082024-09-23T17:21:28.222Z Compiling untrusted v0.7.1
19092024-09-23T17:21:28.373Z Compiling arrayref v0.3.7
19102024-09-23T17:21:28.434Z Compiling constant_time_eq v0.3.0
19112024-09-23T17:21:28.488Z Compiling typed-path v0.7.1
19122024-09-23T17:21:28.624Z Compiling spin v0.5.2
19132024-09-23T17:21:28.743Z Compiling arrayvec v0.7.4
19142024-09-23T17:21:29.259Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19152024-09-23T17:21:31.894Z Compiling tough v0.17.1
19162024-09-23T17:21:31.939Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19172024-09-23T17:21:33.853Z Compiling itertools v0.13.0
19182024-09-23T17:21:35.325Z Compiling cargo-platform v0.1.8
19192024-09-23T17:21:36.309Z Compiling parse-size v1.0.0
19202024-09-23T17:21:36.442Z Compiling topological-sort v0.2.2
19212024-09-23T17:21:36.609Z Compiling cargo_metadata v0.18.1
19222024-09-23T17:21:36.711Z Compiling omicron-zone-package v0.11.0
19232024-09-23T17:21:37.666Z Compiling shell-words v1.1.0
19242024-09-23T17:21:45.534Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19252024-09-23T17:21:57.218Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19262024-09-23T17:22:11.033Z Finished `release` profile [optimized] target(s) in 4m 53s
19272024-09-23T17:22:11.188Z Running `target/release/omicron-releng --output-dir /work`
19282024-09-23T17:22:11.233ZSep 23 17:22:09.373 DEBG changing working directory to /work/oxidecomputer/omicron
19292024-09-23T17:22:11.328ZSep 23 17:22:09.468 DEBG running: git rev-parse HEAD
19302024-09-23T17:22:11.334ZSep 23 17:22:09.475 DEBG process exited with exit status: 0 (6.429472ms)
19312024-09-23T17:22:11.334ZSep 23 17:22:09.475 INFO version: 11.0.0-0.ci+git40247425283
19322024-09-23T17:22:11.375ZSep 23 17:22:09.515 INFO cloning helios to /work/oxidecomputer/helios
19332024-09-23T17:22:11.375ZSep 23 17:22:09.515 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19342024-09-23T17:22:11.380ZCloning into '/work/oxidecomputer/helios'...
19352024-09-23T17:22:11.848ZSep 23 17:22:09.989 DEBG process exited with exit status: 0 (473.074297ms)
19362024-09-23T17:22:11.849ZSep 23 17:22:09.989 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19372024-09-23T17:22:11.856Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19382024-09-23T17:22:11.856Z# branch.head master
19392024-09-23T17:22:11.856Z# branch.upstream origin/master
19402024-09-23T17:22:11.856Z# branch.ab +0 -0
19412024-09-23T17:22:11.858ZSep 23 17:22:09.997 DEBG process exited with exit status: 0 (8.142295ms)
19422024-09-23T17:22:11.858ZSep 23 17:22:09.997 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19432024-09-23T17:22:12.584ZSep 23 17:22:10.724 DEBG process exited with exit status: 0 (726.874704ms)
19442024-09-23T17:22:12.584ZSep 23 17:22:10.724 DEBG running: zfs list rpool/images/build/host
19452024-09-23T17:22:12.590ZNAME USED AVAIL REFER MOUNTPOINT
19462024-09-23T17:22:12.590Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19472024-09-23T17:22:12.592ZSep 23 17:22:10.731 DEBG process exited with exit status: 0 (7.36921ms)
19482024-09-23T17:22:12.592ZSep 23 17:22:10.732 DEBG running: zfs list rpool/images/build/recovery
19492024-09-23T17:22:12.597ZNAME USED AVAIL REFER MOUNTPOINT
19502024-09-23T17:22:12.597Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19512024-09-23T17:22:12.599ZSep 23 17:22:10.738 DEBG process exited with exit status: 0 (6.296305ms)
19522024-09-23T17:22:12.599ZSep 23 17:22:10.739 INFO [hubris-staging] running task
19532024-09-23T17:22:12.599ZSep 23 17:22:10.739 INFO [hubris-production] running task
19542024-09-23T17:22:12.599ZSep 23 17:22:10.739 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
19552024-09-23T17:22:12.602ZSep 23 17:22:10.742 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19562024-09-23T17:22:12.943Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19572024-09-23T17:22:13.165Z[ omicron-package] Blocking waiting for file lock on package cache
19582024-09-23T17:22:13.745Z[ omicron-package] Blocking waiting for file lock on package cache
19592024-09-23T17:22:14.027Z[ omicron-package] Blocking waiting for file lock on package cache
19602024-09-23T17:22:14.041ZSep 23 17:22:12.182 INFO [hubris-production] task succeeded (1.442863932s)
19612024-09-23T17:22:14.778Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19622024-09-23T17:22:14.781Z[ omicron-package] Compiling heapless v0.8.0
19632024-09-23T17:22:14.781Z[ omicron-package] Compiling hash32 v0.3.1
19642024-09-23T17:22:14.781Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19652024-09-23T17:22:14.781Z[ omicron-package] Compiling smoltcp v0.11.0
19662024-09-23T17:22:14.781Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19672024-09-23T17:22:14.781Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19682024-09-23T17:22:14.781Z[ omicron-package] Compiling embedded-io v0.4.0
19692024-09-23T17:22:15.636Z[ omicron-package] Compiling cobs v0.2.3
19702024-09-23T17:22:16.007Z[ omicron-package] Compiling num_enum_derive v0.5.11
19712024-09-23T17:22:16.309Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19722024-09-23T17:22:16.476Z[ omicron-package] Compiling postcard v1.0.8
19732024-09-23T17:22:16.580Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19742024-09-23T17:22:16.700Z[ omicron-package] Compiling proc-macro-error v1.0.4
19752024-09-23T17:22:16.750Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19762024-09-23T17:22:17.152Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19772024-09-23T17:22:17.155Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19782024-09-23T17:22:18.339Z[ omicron-package] Compiling tabwriter v1.4.0
19792024-09-23T17:22:18.388Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19802024-09-23T17:22:18.509Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19812024-09-23T17:22:18.921Z[ omicron-package] Compiling cstr-argument v0.1.2
19822024-09-23T17:22:19.456Z[ omicron-package] Compiling foreign-types v0.5.0
19832024-09-23T17:22:19.580Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19842024-09-23T17:22:19.643Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19852024-09-23T17:22:19.761Z[ omicron-package] Compiling pretty-hex v0.2.1
19862024-09-23T17:22:20.196Z[ omicron-package] Compiling num_enum v0.5.11
19872024-09-23T17:22:20.198Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19882024-09-23T17:22:20.589Z[ omicron-package] Compiling colored v2.1.0
19892024-09-23T17:22:20.611Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19902024-09-23T17:22:20.675Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19912024-09-23T17:22:21.466Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19922024-09-23T17:22:21.563Z[ omicron-package] Compiling num-derive v0.4.2
19932024-09-23T17:22:21.735Z[ omicron-package] Compiling sigpipe v0.1.3
19942024-09-23T17:22:21.874Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19952024-09-23T17:22:22.111Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19962024-09-23T17:22:22.462Z[ omicron-package] Compiling libefi-sys v0.1.0
19972024-09-23T17:22:22.737Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19982024-09-23T17:22:22.879Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19992024-09-23T17:22:23.031Z[ omicron-package] Compiling smf v0.2.3
20002024-09-23T17:22:23.750Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20012024-09-23T17:22:23.823Z[ omicron-package] Compiling bitfield-struct v0.6.1
20022024-09-23T17:22:24.682Z[ omicron-package] Compiling zone v0.3.0
20032024-09-23T17:22:25.154Z[ omicron-package] Compiling portable-atomic v1.6.0
20042024-09-23T17:22:26.566Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20052024-09-23T17:22:26.726Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
20062024-09-23T17:22:26.896ZSep 23 17:22:25.034 INFO [hubris-staging] task succeeded (14.295608818s)
20072024-09-23T17:22:27.676Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20082024-09-23T17:22:29.027Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20092024-09-23T17:22:29.195Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20102024-09-23T17:22:29.896Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20112024-09-23T17:22:30.580Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20122024-09-23T17:22:31.088Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20132024-09-23T17:22:31.583Z[ omicron-package] Compiling gethostname v0.5.0
20142024-09-23T17:22:31.755Z[ omicron-package] Compiling number_prefix v0.4.0
20152024-09-23T17:22:32.112Z[ omicron-package] Compiling indicatif v0.17.8
20162024-09-23T17:22:33.128Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20172024-09-23T17:22:36.333Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20182024-09-23T17:22:36.987Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20192024-09-23T17:22:38.554Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20202024-09-23T17:22:56.124Z[ helios-setup] Sep 23 17:22:54.258 INFO helios repository root is: /work/oxidecomputer/helios
20212024-09-23T17:22:56.130Z[ helios-setup] Sep 23 17:22:54.261 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20222024-09-23T17:22:56.130Z[ helios-setup] Sep 23 17:22:54.261 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20232024-09-23T17:22:56.130Z[ helios-setup] Sep 23 17:22:54.261 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
20242024-09-23T17:22:56.130Z[ helios-setup] Sep 23 17:22:54.261 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20252024-09-23T17:22:56.134Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20262024-09-23T17:22:56.931Z[ helios-setup] Sep 23 17:22:55.065 INFO clone ok!, project: pinprick
20272024-09-23T17:22:56.934Z[ helios-setup] Sep 23 17:22:55.066 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
20282024-09-23T17:22:56.934Z[ helios-setup] Sep 23 17:22:55.066 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20292024-09-23T17:22:56.937Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20302024-09-23T17:22:57.410Z[ helios-setup] Sep 23 17:22:55.544 INFO clone ok!, project: phbl
20312024-09-23T17:22:57.414Z[ helios-setup] Sep 23 17:22:55.544 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
20322024-09-23T17:22:57.414Z[ helios-setup] Sep 23 17:22:55.544 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20332024-09-23T17:22:57.414Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20342024-09-23T17:22:57.739Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.12s
20352024-09-23T17:22:57.915Z[ helios-setup] Sep 23 17:22:56.049 INFO clone ok!, project: image-builder
20362024-09-23T17:22:57.921Z[ helios-setup] Sep 23 17:22:56.049 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
20372024-09-23T17:22:57.921Z[ helios-setup] Sep 23 17:22:56.049 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
20382024-09-23T17:22:57.921Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20392024-09-23T17:22:57.977Z[ omicron-package]
20402024-09-23T17:22:57.977Z[ omicron-package] real 45.328974834
20412024-09-23T17:22:57.982Z[ omicron-package] user 2:46.070428956
20422024-09-23T17:22:57.982Z[ omicron-package] sys 22.162552925
20432024-09-23T17:22:57.982Z[ omicron-package] trap 0.154281428
20442024-09-23T17:22:57.982Z[ omicron-package] tflt 0.513207392
20452024-09-23T17:22:57.982Z[ omicron-package] dflt 0.567600084
20462024-09-23T17:22:57.982Z[ omicron-package] kflt 0.011882077
20472024-09-23T17:22:57.982Z[ omicron-package] lock 5:48.755336117
20482024-09-23T17:22:57.982Z[ omicron-package] slp 9:10.397405157
20492024-09-23T17:22:57.982Z[ omicron-package] lat 1:41.477861737
20502024-09-23T17:22:57.982Z[ omicron-package] stop 59.695374468
20512024-09-23T17:22:57.982ZSep 23 17:22:56.112 INFO [omicron-package] process exited with exit status: 0 (45.373028959s)
20522024-09-23T17:22:57.982ZSep 23 17:22:56.113 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20532024-09-23T17:22:58.017ZSep 23 17:22:56.151 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
20542024-09-23T17:22:58.030Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20552024-09-23T17:22:58.033Z[ recovery-target] Created new build target 'recovery' and set it as active
20562024-09-23T17:22:58.033ZSep 23 17:22:56.164 INFO [recovery-target] process exited with exit status: 0 (50.987447ms)
20572024-09-23T17:22:58.033Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20582024-09-23T17:22:58.033Z[ host-target] Created new build target 'host' and set it as active
20592024-09-23T17:22:58.033ZSep 23 17:22:56.166 INFO [host-target] process exited with exit status: 0 (15.049669ms)
20602024-09-23T17:22:58.033ZSep 23 17:22:56.166 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20612024-09-23T17:22:58.043Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20622024-09-23T17:22:58.718Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20632024-09-23T17:22:58.724Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20642024-09-23T17:22:59.268Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20652024-09-23T17:22:59.268Z[ host-package] Compiling convert_case v0.4.0
20662024-09-23T17:22:59.268Z[ host-package] Compiling camino v1.1.9
20672024-09-23T17:22:59.272Z[ host-package] Compiling newline-converter v0.3.0
20682024-09-23T17:22:59.272Z[ host-package] Compiling password-hash v0.5.0
20692024-09-23T17:22:59.272Z[ host-package] Compiling blake2 v0.10.6
20702024-09-23T17:22:59.395Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20712024-09-23T17:22:59.464Z[ host-package] Compiling cancel-safe-futures v0.1.5
20722024-09-23T17:22:59.601Z[ host-package] Compiling expectorate v1.1.0
20732024-09-23T17:22:59.623Z[ host-package] Compiling derive-where v1.2.7
20742024-09-23T17:22:59.806Z[ host-package] Compiling libsw v3.3.1
20752024-09-23T17:23:00.194Z[ host-package] Compiling derive_more v0.99.18
20762024-09-23T17:23:00.217Z[ host-package] Compiling argon2 v0.5.3
20772024-09-23T17:23:00.343Z[ host-package] Compiling swrite v0.1.0
20782024-09-23T17:23:00.500Z[ host-package] Compiling indent_write v2.2.0
20792024-09-23T17:23:00.579Z[ host-package] Compiling owo-colors v4.0.0
20802024-09-23T17:23:00.597Z[ host-package] Compiling linear-map v1.2.0
20812024-09-23T17:23:00.730Z[ host-package] Compiling humantime v2.1.0
20822024-09-23T17:23:01.008Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20832024-09-23T17:23:01.382Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20842024-09-23T17:23:01.608Z[ host-package] Compiling toml v0.8.19
20852024-09-23T17:23:01.641Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20862024-09-23T17:23:01.656Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20872024-09-23T17:23:02.149Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20882024-09-23T17:23:02.384Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20892024-09-23T17:23:02.729Z[ host-package] Compiling num-rational v0.4.2
20902024-09-23T17:23:02.749Z[ host-package] Compiling num-complex v0.4.6
20912024-09-23T17:23:03.273Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20922024-09-23T17:23:03.576Z[ host-package] Compiling dirs-sys-next v0.1.2
20932024-09-23T17:23:04.147Z[ host-package] Compiling num v0.4.3
20942024-09-23T17:23:04.193Z[ host-package] Compiling dirs-next v2.0.0
20952024-09-23T17:23:04.290Z[ host-package] Compiling float-ord v0.3.2
20962024-09-23T17:23:04.443Z[ host-package] Compiling term v0.7.0
20972024-09-23T17:23:04.573Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20982024-09-23T17:23:05.096Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20992024-09-23T17:23:05.107Z[ helios-setup] Sep 23 17:23:03.241 INFO clone ok!, project: amd-host-image-builder
21002024-09-23T17:23:05.111Z[ helios-setup] Sep 23 17:23:03.241 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
21012024-09-23T17:23:05.111Z[ helios-setup] Sep 23 17:23:03.241 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21022024-09-23T17:23:05.115Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21032024-09-23T17:23:05.408Z[ host-package] Compiling atomicwrites v0.4.3
21042024-09-23T17:23:05.891Z[ host-package] Compiling utf-8 v0.7.6
21052024-09-23T17:23:05.965Z[ host-package] Compiling semver v0.1.20
21062024-09-23T17:23:06.309Z[ helios-setup] Sep 23 17:23:04.440 INFO clone ok!, project: chelsio-t6-roms
21072024-09-23T17:23:06.309Z[ helios-setup] Sep 23 17:23:04.440 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
21082024-09-23T17:23:06.314Z[ helios-setup] Sep 23 17:23:04.440 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21092024-09-23T17:23:06.314Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21102024-09-23T17:23:06.343Z[ host-package] Compiling prettyplease v0.2.20
21112024-09-23T17:23:06.602Z[ host-package] Compiling rustc_version v0.1.7
21122024-09-23T17:23:06.719Z[ host-package] Compiling is-terminal v0.4.12
21132024-09-23T17:23:06.900Z[ host-package] Compiling cookie v0.18.1
21142024-09-23T17:23:07.067Z[ host-package] Compiling newtype_derive v0.1.6
21152024-09-23T17:23:07.086Z[ helios-setup] Sep 23 17:23:05.216 INFO clone ok!, project: bootserver
21162024-09-23T17:23:07.086Z[ helios-setup] Sep 23 17:23:05.216 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21172024-09-23T17:23:07.086Z[ helios-setup] Sep 23 17:23:05.216 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
21182024-09-23T17:23:07.086Z[ helios-setup] Sep 23 17:23:05.216 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21192024-09-23T17:23:07.088Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21202024-09-23T17:23:07.093Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21212024-09-23T17:23:07.257Z[ host-package] Compiling highway v1.2.0
21222024-09-23T17:23:07.738Z[ host-package] Compiling linked-hash-map v0.5.6
21232024-09-23T17:23:08.172Z[ host-package] Compiling rustls-pki-types v1.7.0
21242024-09-23T17:23:08.225Z[ host-package] Compiling lru-cache v0.1.2
21252024-09-23T17:23:08.779Z[ host-package] Compiling steno v0.4.1
21262024-09-23T17:23:08.836Z[ host-package] Compiling home v0.5.9
21272024-09-23T17:23:08.971Z[ host-package] Compiling quick-error v1.2.3
21282024-09-23T17:23:09.096Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21292024-09-23T17:23:09.138Z[ host-package] Compiling resolv-conf v0.7.0
21302024-09-23T17:23:10.762Z[ host-package] Compiling rustls-webpki v0.102.4
21312024-09-23T17:23:12.120Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21322024-09-23T17:23:12.972Z[ host-package] Compiling rustls v0.22.4
21332024-09-23T17:23:13.007Z[ host-package] Compiling thread_local v1.1.8
21342024-09-23T17:23:13.561Z[ host-package] Compiling match_cfg v0.1.0
21352024-09-23T17:23:13.717Z[ host-package] Compiling hostname v0.3.1
21362024-09-23T17:23:14.005Z[ host-package] Compiling hickory-resolver v0.24.1
21372024-09-23T17:23:14.397Z[ helios-setup] Sep 23 17:23:12.529 INFO clone ok!, project: amd-firmware
21382024-09-23T17:23:14.405Z[ helios-setup] Sep 23 17:23:12.529 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
21392024-09-23T17:23:14.405Z[ helios-setup] Sep 23 17:23:12.529 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21402024-09-23T17:23:14.405Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21412024-09-23T17:23:15.536Z[ helios-setup] Sep 23 17:23:13.667 INFO clone ok!, project: pilot
21422024-09-23T17:23:15.543Z[ helios-setup] Sep 23 17:23:13.668 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21432024-09-23T17:23:15.798Z[ host-package] Compiling multer v3.1.0
21442024-09-23T17:23:19.621Z[ host-package] Compiling slog-async v2.8.0
21452024-09-23T17:23:19.657Z[ host-package] Compiling slog-json v2.6.1
21462024-09-23T17:23:19.657Z[ host-package] Compiling crossbeam-channel v0.5.12
21472024-09-23T17:23:19.657Z[ helios-setup] Sep 23 17:23:14.582 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21482024-09-23T17:23:19.657Z[ helios-setup] Sep 23 17:23:15.237 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21492024-09-23T17:23:19.657Z[ helios-setup] Sep 23 17:23:15.237 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21502024-09-23T17:23:19.657Z[ host-package] Compiling take_mut v0.2.2
21512024-09-23T17:23:19.657Z[ host-package] Compiling slog-bunyan v2.5.0
21522024-09-23T17:23:19.657Z[ helios-setup] Sep 23 17:23:15.874 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21532024-09-23T17:23:19.657Z[ helios-setup] Sep 23 17:23:16.387 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21542024-09-23T17:23:19.657Z[ helios-setup] Sep 23 17:23:16.387 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21552024-09-23T17:23:19.671Z[ host-package] Compiling tokio-rustls v0.25.0
21562024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:16.986 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21572024-09-23T17:23:19.671Z[ host-package] Compiling slog-term v2.9.1
21582024-09-23T17:23:19.671Z[ host-package] Compiling rustls-pemfile v2.1.3
21592024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.517 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21602024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21612024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21622024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO ok!
21632024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21642024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21652024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO ok!
21662024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21672024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21682024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO ok!
21692024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21702024-09-23T17:23:19.671Z[ helios-setup] Sep 23 17:23:17.518 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21712024-09-23T17:23:19.732Z[ helios-setup] Sep 23 17:23:17.863 INFO E| Compiling adler v1.0.2
21722024-09-23T17:23:19.803Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21732024-09-23T17:23:19.892Z[ helios-setup] Sep 23 17:23:18.024 INFO E| Compiling miniz_oxide v0.7.2
21742024-09-23T17:23:19.894Z[ host-package] Compiling async-stream v0.3.5
21752024-09-23T17:23:20.339Z[ host-package] Compiling waitgroup v0.1.2
21762024-09-23T17:23:20.501Z[ host-package] Compiling ipnetwork v0.20.0
21772024-09-23T17:23:20.615Z[ host-package] Compiling newtype-uuid v1.1.0
21782024-09-23T17:23:21.048Z[ host-package] Compiling serde_path_to_error v0.1.16
21792024-09-23T17:23:21.527Z[ host-package] Compiling hostname v0.4.0
21802024-09-23T17:23:21.872Z[ host-package] Compiling instant v0.1.12
21812024-09-23T17:23:22.124Z[ host-package] Compiling debug-ignore v1.0.5
21822024-09-23T17:23:22.310Z[ host-package] Compiling backoff v0.4.0
21832024-09-23T17:23:22.495Z[ helios-setup] Sep 23 17:23:20.626 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21842024-09-23T17:23:22.749Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21852024-09-23T17:23:23.622Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21862024-09-23T17:23:23.795Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21872024-09-23T17:23:23.840Z[ helios-setup] Sep 23 17:23:21.970 INFO E| Finished `release` profile [optimized] target(s) in 4.36s
21882024-09-23T17:23:23.846Z[ helios-setup] Sep 23 17:23:21.978 INFO building project "pinprick" ok (4 seconds)
21892024-09-23T17:23:23.848Z[ helios-setup] Sep 23 17:23:21.978 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21902024-09-23T17:23:23.848Z[ helios-setup] Sep 23 17:23:21.978 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21912024-09-23T17:23:24.074Z[ host-package] Compiling parse-display v0.10.0
21922024-09-23T17:23:24.121Z[ helios-setup] Sep 23 17:23:22.253 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21932024-09-23T17:23:24.598Z[ helios-setup] Sep 23 17:23:22.729 INFO E| From https://github.com/jclulow/rust-jmclib
21942024-09-23T17:23:24.598Z[ helios-setup] Sep 23 17:23:22.729 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21952024-09-23T17:23:24.619Z[ helios-setup] Sep 23 17:23:22.750 INFO E| Updating crates.io index
21962024-09-23T17:23:24.687Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972024-09-23T17:23:24.708Z[ helios-setup] Sep 23 17:23:22.839 INFO E| Downloading crates ...
21982024-09-23T17:23:24.806Z[ helios-setup] Sep 23 17:23:22.938 INFO E| Downloaded cpufeatures v0.2.9
21992024-09-23T17:23:24.839Z[ helios-setup] Sep 23 17:23:22.971 INFO E| Downloaded opaque-debug v0.3.0
22002024-09-23T17:23:24.842Z[ helios-setup] Sep 23 17:23:22.972 INFO E| Downloaded libdevinfo-sys v1.0.0
22012024-09-23T17:23:24.844Z[ helios-setup] Sep 23 17:23:22.974 INFO E| Downloaded errno v0.3.1
22022024-09-23T17:23:24.847Z[ helios-setup] Sep 23 17:23:22.976 INFO E| Downloaded block-buffer v0.9.0
22032024-09-23T17:23:24.847Z[ helios-setup] Sep 23 17:23:22.978 INFO E| Downloaded md-5 v0.9.1
22042024-09-23T17:23:24.886Z[ helios-setup] Sep 23 17:23:23.013 INFO E| Downloaded walkdir v2.3.3
22052024-09-23T17:23:24.896Z[ helios-setup] Sep 23 17:23:23.016 INFO E| Downloaded unicode-width v0.1.10
22062024-09-23T17:23:24.896Z[ helios-setup] Sep 23 17:23:23.019 INFO E| Downloaded sha-1 v0.9.8
22072024-09-23T17:23:24.896Z[ helios-setup] Sep 23 17:23:23.021 INFO E| Downloaded itoa v1.0.9
22082024-09-23T17:23:24.898Z[ helios-setup] Sep 23 17:23:23.023 INFO E| Downloaded bitflags v2.3.3
22092024-09-23T17:23:24.899Z[ host-package] Compiling serde_with v3.9.0
22102024-09-23T17:23:24.899Z[ helios-setup] Sep 23 17:23:23.028 INFO E| Downloaded getrandom v0.2.10
22112024-09-23T17:23:24.902Z[ helios-setup] Sep 23 17:23:23.033 INFO E| Downloaded tempfile v3.7.0
22122024-09-23T17:23:24.905Z[ helios-setup] Sep 23 17:23:23.037 INFO E| Downloaded uuid v0.8.2
22132024-09-23T17:23:24.911Z[ helios-setup] Sep 23 17:23:23.042 INFO E| Downloaded unicode-ident v1.0.11
22142024-09-23T17:23:24.916Z[ helios-setup] Sep 23 17:23:23.047 INFO E| Downloaded typenum v1.16.0
22152024-09-23T17:23:24.921Z[ helios-setup] Sep 23 17:23:23.052 INFO E| Downloaded proc-macro2 v1.0.66
22162024-09-23T17:23:24.925Z[ helios-setup] Sep 23 17:23:23.056 INFO E| Downloaded serde_derive v1.0.193
22172024-09-23T17:23:24.929Z[ helios-setup] Sep 23 17:23:23.061 INFO E| Downloaded toml v0.5.11
22182024-09-23T17:23:24.934Z[ helios-setup] Sep 23 17:23:23.065 INFO E| Downloaded serde v1.0.193
22192024-09-23T17:23:24.939Z[ helios-setup] Sep 23 17:23:23.071 INFO E| Downloaded ryu v1.0.15
22202024-09-23T17:23:24.946Z[ helios-setup] Sep 23 17:23:23.077 INFO E| Downloaded anyhow v1.0.72
22212024-09-23T17:23:24.953Z[ helios-setup] Sep 23 17:23:23.085 INFO E| Downloaded serde_json v1.0.103
22222024-09-23T17:23:24.966Z[ helios-setup] Sep 23 17:23:23.097 INFO E| Downloaded syn v2.0.32
22232024-09-23T17:23:24.984Z[ helios-setup] Sep 23 17:23:23.115 INFO E| Downloaded rustix v0.38.4
22242024-09-23T17:23:25.019Z[ helios-setup] Sep 23 17:23:23.150 INFO E| Downloaded quote v1.0.31
22252024-09-23T17:23:25.023Z[ helios-setup] Sep 23 17:23:23.154 INFO E| Downloaded libc v0.2.147
22262024-09-23T17:23:25.063Z[ helios-setup] Sep 23 17:23:23.194 INFO E| Downloaded once_cell v1.18.0
22272024-09-23T17:23:25.066Z[ helios-setup] Sep 23 17:23:23.198 INFO E| Downloaded fastrand v2.0.0
22282024-09-23T17:23:25.068Z[ helios-setup] Sep 23 17:23:23.200 INFO E| Downloaded digest v0.9.0
22292024-09-23T17:23:25.338Z[ helios-setup] Sep 23 17:23:23.469 INFO E| Compiling libc v0.2.147
22302024-09-23T17:23:25.376Z[ helios-setup] Sep 23 17:23:23.507 INFO E| Compiling proc-macro2 v1.0.66
22312024-09-23T17:23:25.378Z[ helios-setup] Sep 23 17:23:23.507 INFO E| Compiling cfg-if v1.0.0
22322024-09-23T17:23:25.378Z[ helios-setup] Sep 23 17:23:23.507 INFO E| Compiling unicode-ident v1.0.11
22332024-09-23T17:23:25.378Z[ helios-setup] Sep 23 17:23:23.508 INFO E| Compiling typenum v1.16.0
22342024-09-23T17:23:25.378Z[ helios-setup] Sep 23 17:23:23.508 INFO E| Compiling version_check v0.9.4
22352024-09-23T17:23:25.378Z[ helios-setup] Sep 23 17:23:23.508 INFO E| Compiling serde v1.0.193
22362024-09-23T17:23:25.378Z[ helios-setup] Sep 23 17:23:23.508 INFO E| Compiling itoa v1.0.9
22372024-09-23T17:23:25.561Z[ helios-setup] Sep 23 17:23:23.692 INFO E| Compiling powerfmt v0.2.0
22382024-09-23T17:23:25.960Z[ helios-setup] Sep 23 17:23:24.091 INFO E| Compiling slog v2.7.0
22392024-09-23T17:23:26.152Z[ helios-setup] Sep 23 17:23:24.283 INFO E| Compiling rustix v0.38.4
22402024-09-23T17:23:26.165Z[ host-package] Compiling strum v0.26.3
22412024-09-23T17:23:26.480Z[ helios-setup] Sep 23 17:23:24.611 INFO E| Compiling time-core v0.1.2
22422024-09-23T17:23:26.604Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22432024-09-23T17:23:27.028Z[ helios-setup] Sep 23 17:23:24.994 INFO E| Compiling generic-array v0.14.7
22442024-09-23T17:23:27.052Z[ helios-setup] Sep 23 17:23:25.173 INFO E| Compiling num-conv v0.1.0
22452024-09-23T17:23:27.200Z[ helios-setup] Sep 23 17:23:25.331 INFO E| Compiling deranged v0.3.11
22462024-09-23T17:23:27.232Z[ helios-setup] Sep 23 17:23:25.363 INFO E| Compiling bitflags v2.3.3
22472024-09-23T17:23:27.270Z[ helios-setup] Sep 23 17:23:25.401 INFO E| Compiling once_cell v1.18.0
22482024-09-23T17:23:27.612Z[ helios-setup] Sep 23 17:23:25.743 INFO E| Compiling time-macros v0.2.18
22492024-09-23T17:23:27.617Z[ helios-setup] Sep 23 17:23:25.748 INFO E| Compiling num_threads v0.1.6
22502024-09-23T17:23:28.039Z[ helios-setup] Sep 23 17:23:26.170 INFO E| Compiling thread_local v1.1.7
22512024-09-23T17:23:28.262Z[ helios-setup] Sep 23 17:23:26.393 INFO E| Compiling fastrand v2.0.0
22522024-09-23T17:23:29.209Z[ helios-setup] Sep 23 17:23:27.340 INFO E| Compiling quote v1.0.31
22532024-09-23T17:23:29.563Z[ helios-setup] Sep 23 17:23:27.694 INFO E| Compiling dirs-sys-next v0.1.2
22542024-09-23T17:23:29.695Z[ helios-setup] Sep 23 17:23:27.826 INFO E| Compiling errno v0.3.1
22552024-09-23T17:23:29.808Z[ helios-setup] Sep 23 17:23:27.939 INFO E| Compiling atty v0.2.14
22562024-09-23T17:23:29.978Z[ helios-setup] Sep 23 17:23:28.108 INFO E| Compiling syn v2.0.32
22572024-09-23T17:23:30.005Z[ helios-setup] Sep 23 17:23:28.135 INFO E| Compiling dirs-next v2.0.0
22582024-09-23T17:23:30.319Z[ helios-setup] Sep 23 17:23:28.449 INFO E| Compiling term v0.7.0
22592024-09-23T17:23:30.683Z[ helios-setup] Sep 23 17:23:28.814 INFO E| Compiling serde_json v1.0.103
22602024-09-23T17:23:31.018Z[ helios-setup] Sep 23 17:23:29.149 INFO E| Compiling anyhow v1.0.72
22612024-09-23T17:23:31.398Z[ helios-setup] Sep 23 17:23:29.529 INFO E| Compiling opaque-debug v0.3.0
22622024-09-23T17:23:31.484Z[ helios-setup] Sep 23 17:23:29.615 INFO E| Compiling getrandom v0.2.10
22632024-09-23T17:23:31.721Z[ helios-setup] Sep 23 17:23:29.851 INFO E| Compiling digest v0.9.0
22642024-09-23T17:23:31.987Z[ helios-setup] Sep 23 17:23:30.117 INFO E| Compiling block-buffer v0.9.0
22652024-09-23T17:23:32.367Z[ helios-setup] Sep 23 17:23:30.497 INFO E| Compiling unicode-width v0.1.10
22662024-09-23T17:23:32.373Z[ helios-setup] Sep 23 17:23:30.504 INFO E| Compiling ryu v1.0.15
22672024-09-23T17:23:32.521Z[ helios-setup] Sep 23 17:23:30.652 INFO E| Compiling cpufeatures v0.2.9
22682024-09-23T17:23:32.615Z[ helios-setup] Sep 23 17:23:30.745 INFO E| Compiling same-file v1.0.6
22692024-09-23T17:23:32.671Z[ helios-setup] Sep 23 17:23:30.800 INFO E| Compiling sha-1 v0.9.8
22702024-09-23T17:23:32.739Z[ host-package] Compiling macaddr v1.0.1
22712024-09-23T17:23:33.136Z[ helios-setup] Sep 23 17:23:31.267 INFO E| Compiling time v0.3.36
22722024-09-23T17:23:33.182Z[ helios-setup] Sep 23 17:23:31.313 INFO E| Compiling tempfile v3.7.0
22732024-09-23T17:23:33.194Z[ host-package] Compiling slog-dtrace v0.3.0
22742024-09-23T17:23:33.245Z[ helios-setup] Sep 23 17:23:31.375 INFO E| Compiling walkdir v2.3.3
22752024-09-23T17:23:33.614Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22762024-09-23T17:23:33.744Z[ helios-setup] Sep 23 17:23:31.874 INFO E| Compiling getopts v0.2.21
22772024-09-23T17:23:33.767Z[ helios-setup] Sep 23 17:23:31.897 INFO E| Compiling md-5 v0.9.1
22782024-09-23T17:23:34.394Z[ helios-setup] Sep 23 17:23:32.524 INFO E| Compiling glob v0.3.1
22792024-09-23T17:23:34.595Z[ helios-setup] Sep 23 17:23:32.725 INFO E| Compiling libdevinfo-sys v1.0.0
22802024-09-23T17:23:36.684Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22812024-09-23T17:23:36.711Z[ helios-setup] Sep 23 17:23:34.841 INFO E| Compiling slog-term v2.9.0
22822024-09-23T17:23:36.964Z[ host-package] Compiling display-error-chain v0.2.1
22832024-09-23T17:23:37.319Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22842024-09-23T17:23:37.528Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22852024-09-23T17:23:38.364Z[ host-package] Compiling half v2.4.1
22862024-09-23T17:23:38.949Z[ host-package] Compiling ciborium-io v0.2.2
22872024-09-23T17:23:39.059Z[ helios-setup] Sep 23 17:23:37.188 INFO E| Compiling serde_derive v1.0.193
22882024-09-23T17:23:39.173Z[ host-package] Compiling ciborium-ll v0.2.2
22892024-09-23T17:23:39.371Z[ host-package] Compiling tungstenite v0.21.0
22902024-09-23T17:23:39.742Z[ host-package] Compiling ciborium v0.2.2
22912024-09-23T17:23:42.151Z[ host-package] Compiling tokio-tungstenite v0.21.0
22922024-09-23T17:23:42.813Z[ host-package] Compiling rayon-core v1.12.1
22932024-09-23T17:23:42.847Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22942024-09-23T17:23:43.493Z[ host-package] Compiling crossbeam-deque v0.8.5
22952024-09-23T17:23:44.000Z[ host-package] Compiling same-file v1.0.6
22962024-09-23T17:23:44.450Z[ host-package] Compiling fastrand v2.1.0
22972024-09-23T17:23:45.149Z[ host-package] Compiling tempfile v3.10.1
22982024-09-23T17:23:45.213Z[ host-package] Compiling walkdir v2.5.0
22992024-09-23T17:23:46.265Z[ host-package] Compiling blake3 v1.5.1
23002024-09-23T17:23:46.975Z[ host-package] Compiling ring v0.16.20
23012024-09-23T17:23:47.945Z[ host-package] Compiling rayon v1.10.0
23022024-09-23T17:23:50.430Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23032024-09-23T17:23:53.111Z[ helios-setup] Sep 23 17:23:51.238 INFO E| Compiling toml v0.5.11
23042024-09-23T17:23:53.111Z[ helios-setup] Sep 23 17:23:51.238 INFO E| Compiling uuid v0.8.2
23052024-09-23T17:23:53.284Z[ host-package] Compiling xattr v1.3.1
23062024-09-23T17:23:53.677Z[ host-package] Compiling memmap2 v0.9.4
23072024-09-23T17:23:54.262Z[ host-package] Compiling filetime v0.2.25
23082024-09-23T17:23:54.473Z[ host-package] Compiling constant_time_eq v0.3.0
23092024-09-23T17:23:54.582Z[ host-package] Compiling untrusted v0.7.1
23102024-09-23T17:23:54.692Z[ host-package] Compiling arrayref v0.3.7
23112024-09-23T17:23:54.731Z[ host-package] Compiling keccak v0.1.5
23122024-09-23T17:23:54.833Z[ host-package] Compiling arrayvec v0.7.4
23132024-09-23T17:23:54.914Z[ host-package] Compiling spin v0.5.2
23142024-09-23T17:23:55.224Z[ helios-setup] Sep 23 17:23:53.352 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23152024-09-23T17:23:56.134Z[ host-package] Compiling sha3 v0.10.8
23162024-09-23T17:23:57.481Z[ host-package] Compiling tar v0.4.41
23172024-09-23T17:23:58.710Z[ helios-setup] Sep 23 17:23:56.836 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23182024-09-23T17:23:59.065Z[ host-package] Compiling camino-tempfile v1.1.1
23192024-09-23T17:23:59.488Z[ host-package] Compiling toolchain_find v0.4.0
23202024-09-23T17:23:59.554Z[ host-package] Compiling nibble_vec v0.1.0
23212024-09-23T17:23:59.671Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23222024-09-23T17:23:59.965Z[ host-package] Compiling atty v0.2.14
23232024-09-23T17:24:00.155Z[ host-package] Compiling topological-sort v0.2.2
23242024-09-23T17:24:00.237Z[ host-package] Compiling endian-type v0.1.2
23252024-09-23T17:24:00.426Z[ host-package] Compiling crunchy v0.2.2
23262024-09-23T17:24:00.547Z[ host-package] Compiling glob v0.3.1
23272024-09-23T17:24:00.645Z[ host-package] Compiling maplit v1.0.2
23282024-09-23T17:24:00.830Z[ host-package] Compiling radix_trie v0.2.1
23292024-09-23T17:24:01.199Z[ host-package] Compiling omicron-zone-package v0.11.0
23302024-09-23T17:24:01.478Z[ host-package] Compiling clang-sys v1.7.0
23312024-09-23T17:24:01.915Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23322024-09-23T17:24:01.954Z[ host-package] Compiling tiny-keccak v2.0.2
23332024-09-23T17:24:02.270Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23342024-09-23T17:24:02.526Z[ host-package] Compiling dsl_auto_type v0.1.2
23352024-09-23T17:24:02.529Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23362024-09-23T17:24:02.549Z[ host-package] Compiling secrecy v0.8.0
23372024-09-23T17:24:03.032Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23382024-09-23T17:24:03.570Z[ host-package] Compiling arc-swap v1.7.1
23392024-09-23T17:24:04.035Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23402024-09-23T17:24:04.035Z[ host-package] Compiling diesel_derives v2.2.2
23412024-09-23T17:24:04.475Z[ host-package] Compiling slog-scope v4.4.0
23422024-09-23T17:24:04.615Z[ host-package] Compiling r2d2 v0.8.10
23432024-09-23T17:24:04.637Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23442024-09-23T17:24:05.172Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
23452024-09-23T17:24:05.469Z[ host-package] Compiling ascii-canvas v3.0.0
23462024-09-23T17:24:05.641Z[ host-package] Compiling universal-hash v0.5.1
23472024-09-23T17:24:06.024Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23482024-09-23T17:24:06.059Z[ host-package] Compiling ena v0.14.3
23492024-09-23T17:24:06.681Z[ host-package] Compiling libloading v0.8.3
23502024-09-23T17:24:07.203Z[ host-package] Compiling regex-syntax v0.6.29
23512024-09-23T17:24:07.363Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23522024-09-23T17:24:09.745Z[ host-package] Compiling opaque-debug v0.3.1
23532024-09-23T17:24:09.925Z[ host-package] Compiling bindgen v0.69.4
23542024-09-23T17:24:10.577Z[ host-package] Compiling diff v0.1.13
23552024-09-23T17:24:11.120Z[ helios-setup] Sep 23 17:24:09.246 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.17s
23562024-09-23T17:24:11.155Z[ helios-setup] Sep 23 17:24:09.280 INFO building project "image-builder" ok (47 seconds)
23572024-09-23T17:24:11.157Z[ helios-setup] Sep 23 17:24:09.280 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23582024-09-23T17:24:11.157Z[ helios-setup] Sep 23 17:24:09.280 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23592024-09-23T17:24:11.165Z[ helios-setup] Sep 23 17:24:09.290 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23602024-09-23T17:24:11.206Z[ host-package] Compiling lalrpop v0.19.12
23612024-09-23T17:24:11.357Z[ helios-setup] Sep 23 17:24:09.482 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23622024-09-23T17:24:11.357Z[ helios-setup] Sep 23 17:24:09.482 INFO E| info: downloading component 'cargo'
23632024-09-23T17:24:12.323Z[ helios-setup] Sep 23 17:24:10.447 INFO E| info: downloading component 'clippy'
23642024-09-23T17:24:12.607Z[ helios-setup] Sep 23 17:24:10.732 INFO E| info: downloading component 'rust-docs'
23652024-09-23T17:24:13.403Z[ host-package] Compiling poly1305 v0.8.0
23662024-09-23T17:24:13.536Z[ helios-setup] Sep 23 17:24:11.661 INFO E| info: downloading component 'rust-src'
23672024-09-23T17:24:13.700Z[ helios-setup] Sep 23 17:24:11.825 INFO E| info: downloading component 'rust-std'
23682024-09-23T17:24:14.951Z[ host-package] Compiling thiserror-no-std v2.0.2
23692024-09-23T17:24:15.694Z[ helios-setup] Sep 23 17:24:13.818 INFO E| info: downloading component 'rustc'
23702024-09-23T17:24:16.742Z[ host-package] Compiling diesel v2.2.4
23712024-09-23T17:24:22.168Z[ helios-setup] Sep 23 17:24:20.292 INFO E| info: downloading component 'rustfmt'
23722024-09-23T17:24:22.731Z[ helios-setup] Sep 23 17:24:20.855 INFO E| info: installing component 'cargo'
23732024-09-23T17:24:24.172Z[ helios-setup] Sep 23 17:24:22.296 INFO E| info: installing component 'clippy'
23742024-09-23T17:24:24.619Z[ helios-setup] Sep 23 17:24:22.743 INFO E| info: installing component 'rust-docs'
23752024-09-23T17:24:25.890Z[ host-package] Compiling slog-stdlog v4.1.1
23762024-09-23T17:24:26.821Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23772024-09-23T17:24:26.851Z[ host-package] Compiling which v4.4.2
23782024-09-23T17:24:27.470Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23792024-09-23T17:24:27.917Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23802024-09-23T17:24:28.133Z[ host-package] Compiling chacha20 v0.9.1
23812024-09-23T17:24:28.224Z[ host-package] Compiling cexpr v0.6.0
23822024-09-23T17:24:28.964Z[ host-package] Compiling aead v0.5.2
23832024-09-23T17:24:29.387Z[ host-package] Compiling shlex v1.3.0
23842024-09-23T17:24:30.027Z[ host-package] Compiling rustc-hash v1.1.0
23852024-09-23T17:24:30.053Z[ host-package] Compiling ref-cast v1.0.23
23862024-09-23T17:24:30.437Z[ host-package] Compiling lazycell v1.3.0
23872024-09-23T17:24:30.561Z[ helios-setup] Sep 23 17:24:28.684 INFO E| info: installing component 'rust-src'
23882024-09-23T17:24:31.004Z[ host-package] Compiling chacha20poly1305 v0.10.1
23892024-09-23T17:24:31.207Z[ helios-setup] Sep 23 17:24:29.330 INFO E| info: installing component 'rust-std'
23902024-09-23T17:24:31.388Z[ host-package] Compiling slog-envlogger v2.2.0
23912024-09-23T17:24:33.957Z[ helios-setup] Sep 23 17:24:32.080 INFO E| info: installing component 'rustc'
23922024-09-23T17:24:34.328Z[ host-package] Compiling vsss-rs v3.3.4
23932024-09-23T17:24:37.928Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23942024-09-23T17:24:38.398Z[ host-package] Compiling derive_builder_core v0.20.0
23952024-09-23T17:24:39.504Z[ host-package] Compiling headers-core v0.2.0
23962024-09-23T17:24:39.751Z[ host-package] Compiling fxhash v0.2.1
23972024-09-23T17:24:40.133Z[ host-package] Compiling libxml v0.3.3
23982024-09-23T17:24:40.527Z[ host-package] Compiling polar-core v0.27.3
23992024-09-23T17:24:40.529Z[ helios-setup] Sep 23 17:24:38.649 INFO E| info: installing component 'rustfmt'
24002024-09-23T17:24:40.593Z[ host-package] Compiling ref-cast-impl v1.0.23
24012024-09-23T17:24:41.012Z[ host-package] Compiling derive_builder_macro v0.20.0
24022024-09-23T17:24:41.501Z[ helios-setup] Sep 23 17:24:39.622 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24032024-09-23T17:24:41.936Z[ host-package] Compiling headers v0.3.9
24042024-09-23T17:24:42.481Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24052024-09-23T17:24:42.485Z[ helios-setup] Sep 23 17:24:40.607 INFO E| From https://github.com/oxidecomputer/amd-apcb
24062024-09-23T17:24:42.485Z[ helios-setup] Sep 23 17:24:40.607 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
24072024-09-23T17:24:42.485Z[ helios-setup] Sep 23 17:24:40.607 INFO E| * [new tag] v0.3.3 -> v0.3.3
24082024-09-23T17:24:42.530Z[ helios-setup] Sep 23 17:24:40.651 INFO E| * [new tag] v0.1.3 -> v0.1.3
24092024-09-23T17:24:42.530Z[ helios-setup] Sep 23 17:24:40.651 INFO E| * [new tag] v0.1.4 -> v0.1.4
24102024-09-23T17:24:42.530Z[ helios-setup] Sep 23 17:24:40.651 INFO E| * [new tag] v0.1.5 -> v0.1.5
24112024-09-23T17:24:42.532Z[ helios-setup] Sep 23 17:24:40.652 INFO E| * [new tag] v0.2.0 -> v0.2.0
24122024-09-23T17:24:42.532Z[ helios-setup] Sep 23 17:24:40.652 INFO E| * [new tag] v0.3.0 -> v0.3.0
24132024-09-23T17:24:42.532Z[ helios-setup] Sep 23 17:24:40.652 INFO E| * [new tag] v0.3.1 -> v0.3.1
24142024-09-23T17:24:42.532Z[ helios-setup] Sep 23 17:24:40.652 INFO E| * [new tag] v0.3.2 -> v0.3.2
24152024-09-23T17:24:42.571Z[ helios-setup] Sep 23 17:24:40.693 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24162024-09-23T17:24:43.618Z[ helios-setup] Sep 23 17:24:41.740 INFO E| From https://github.com/oxidecomputer/amd-efs
24172024-09-23T17:24:43.618Z[ helios-setup] Sep 23 17:24:41.740 INFO E| * [new branch] empty -> origin/empty
24182024-09-23T17:24:43.618Z[ helios-setup] Sep 23 17:24:41.740 INFO E| * [new branch] issue-99 -> origin/issue-99
24192024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.740 INFO E| * [new branch] main -> origin/main
24202024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.740 INFO E| * [new branch] review -> origin/review
24212024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.740 INFO E| * [new ref] -> origin/HEAD
24222024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.741 INFO E| * [new tag] v0.2.0 -> v0.2.0
24232024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.741 INFO E| * [new tag] v0.2.1 -> v0.2.1
24242024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.741 INFO E| * [new tag] v0.2.2 -> v0.2.2
24252024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.741 INFO E| * [new tag] v0.2.3 -> v0.2.3
24262024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.741 INFO E| * [new tag] v0.2.4 -> v0.2.4
24272024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.741 INFO E| * [new tag] v0.2.5 -> v0.2.5
24282024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.742 INFO E| * [new tag] v0.2.6 -> v0.2.6
24292024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.742 INFO E| * [new tag] v0.2.7 -> v0.2.7
24302024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.742 INFO E| * [new tag] v0.3.0 -> v0.3.0
24312024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.742 INFO E| * [new tag] v0.3.1 -> v0.3.1
24322024-09-23T17:24:43.625Z[ helios-setup] Sep 23 17:24:41.742 INFO E| * [new tag] v0.4.0 -> v0.4.0
24332024-09-23T17:24:43.646Z[ helios-setup] Sep 23 17:24:41.765 INFO E| Updating crates.io index
24342024-09-23T17:24:43.770Z[ helios-setup] Sep 23 17:24:41.891 INFO E| Downloading crates ...
24352024-09-23T17:24:43.906Z[ helios-setup] Sep 23 17:24:42.027 INFO E| Downloaded unic-ucd-version v0.9.0
24362024-09-23T17:24:43.909Z[ helios-setup] Sep 23 17:24:42.029 INFO E| Downloaded unic-common v0.9.0
24372024-09-23T17:24:43.909Z[ helios-setup] Sep 23 17:24:42.030 INFO E| Downloaded unic-char-property v0.9.0
24382024-09-23T17:24:43.911Z[ helios-setup] Sep 23 17:24:42.031 INFO E| Downloaded scroll_derive v0.10.5
24392024-09-23T17:24:43.911Z[ helios-setup] Sep 23 17:24:42.033 INFO E| Downloaded pest_meta v2.7.11
24402024-09-23T17:24:43.914Z[ helios-setup] Sep 23 17:24:42.036 INFO E| Downloaded proc-macro-crate v0.1.5
24412024-09-23T17:24:43.916Z[ helios-setup] Sep 23 17:24:42.037 INFO E| Downloaded parse_int v0.6.0
24422024-09-23T17:24:43.916Z[ helios-setup] Sep 23 17:24:42.038 INFO E| Downloaded memoffset v0.5.6
24432024-09-23T17:24:43.918Z[ helios-setup] Sep 23 17:24:42.039 INFO E| Downloaded log v0.4.22
24442024-09-23T17:24:43.921Z[ helios-setup] Sep 23 17:24:42.043 INFO E| Downloaded strum v0.23.0
24452024-09-23T17:24:43.923Z[ helios-setup] Sep 23 17:24:42.044 INFO E| Downloaded semver-parser v0.7.0
24462024-09-23T17:24:43.983Z[ helios-setup] Sep 23 17:24:42.105 INFO E| Downloaded unic-char-range v0.9.0
24472024-09-23T17:24:43.986Z[ helios-setup] Sep 23 17:24:42.107 INFO E| Downloaded structopt-derive v0.4.18
24482024-09-23T17:24:43.988Z[ helios-setup] Sep 23 17:24:42.109 INFO E| Downloaded strsim v0.8.0
24492024-09-23T17:24:43.990Z[ helios-setup] Sep 23 17:24:42.111 INFO E| Downloaded semver v0.9.0
24502024-09-23T17:24:43.993Z[ helios-setup] Sep 23 17:24:42.113 INFO E| Downloaded rustc_version v0.2.3
24512024-09-23T17:24:43.995Z[ helios-setup] Sep 23 17:24:42.114 INFO E| Downloaded unic-ucd-ident v0.9.0
24522024-09-23T17:24:43.997Z[ helios-setup] Sep 23 17:24:42.117 INFO E| Downloaded strum_macros v0.23.1
24532024-09-23T17:24:43.999Z[ helios-setup] Sep 23 17:24:42.119 INFO E| Downloaded pre-proc-macro v0.2.1
24542024-09-23T17:24:44.001Z[ helios-setup] Sep 23 17:24:42.121 INFO E| Downloaded four-cc v0.3.0
24552024-09-23T17:24:44.004Z[ helios-setup] Sep 23 17:24:42.123 INFO E| Downloaded vec_map v0.8.2
24562024-09-23T17:24:44.004Z[ helios-setup] Sep 23 17:24:42.125 INFO E| Downloaded textwrap v0.11.0
24572024-09-23T17:24:44.006Z[ helios-setup] Sep 23 17:24:42.127 INFO E| Downloaded scroll v0.10.2
24582024-09-23T17:24:44.008Z[ helios-setup] Sep 23 17:24:42.129 INFO E| Downloaded pre v0.2.1
24592024-09-23T17:24:44.011Z[ helios-setup] Sep 23 17:24:42.131 INFO E| Downloaded structopt v0.3.26
24602024-09-23T17:24:44.023Z[ helios-setup] Sep 23 17:24:42.143 INFO E| Downloaded serde_derive v1.0.204
24612024-09-23T17:24:44.025Z[ helios-setup] Sep 23 17:24:42.147 INFO E| Downloaded modular-bitfield v0.11.2
24622024-09-23T17:24:44.042Z[ helios-setup] Sep 23 17:24:42.164 INFO E| Downloaded serde v1.0.204
24632024-09-23T17:24:44.049Z[ helios-setup] Sep 23 17:24:42.169 INFO E| Downloaded memchr v2.7.4
24642024-09-23T17:24:44.055Z[ helios-setup] Sep 23 17:24:42.177 INFO E| Downloaded pest_generator v2.7.11
24652024-09-23T17:24:44.057Z[ helios-setup] Sep 23 17:24:42.179 INFO E| Downloaded pest_derive v2.7.11
24662024-09-23T17:24:44.061Z[ helios-setup] Sep 23 17:24:42.182 INFO E| Downloaded pest v2.7.11
24672024-09-23T17:24:44.069Z[ helios-setup] Sep 23 17:24:42.190 INFO E| Downloaded serde_json v1.0.120
24682024-09-23T17:24:44.081Z[ helios-setup] Sep 23 17:24:42.202 INFO E| Downloaded syn v2.0.71
24692024-09-23T17:24:44.099Z[ helios-setup] Sep 23 17:24:42.220 INFO E| Downloaded clap v2.34.0
24702024-09-23T17:24:44.109Z[ helios-setup] Sep 23 17:24:42.231 INFO E| Downloaded goblin v0.4.3
24712024-09-23T17:24:44.117Z[ helios-setup] Sep 23 17:24:42.239 INFO E| Downloaded num-derive v0.3.3
24722024-09-23T17:24:44.120Z[ helios-setup] Sep 23 17:24:42.241 INFO E| Downloaded modular-bitfield-impl v0.11.2
24732024-09-23T17:24:44.131Z[ helios-setup] Sep 23 17:24:42.253 INFO E| Downloaded libc v0.2.155
24742024-09-23T17:24:44.173Z[ helios-setup] Sep 23 17:24:42.294 INFO E| Downloaded cfg-if v0.1.10
24752024-09-23T17:24:44.175Z[ helios-setup] Sep 23 17:24:42.295 INFO E| Downloaded fletcher v0.1.0
24762024-09-23T17:24:44.178Z[ helios-setup] Sep 23 17:24:42.297 INFO E| Downloaded bytesize v1.3.0
24772024-09-23T17:24:44.178Z[ helios-setup] Sep 23 17:24:42.298 INFO E| Downloaded ansi_term v0.12.1
24782024-09-23T17:24:44.313Z[ helios-setup] Sep 23 17:24:42.434 INFO E| Compiling proc-macro2 v1.0.86
24792024-09-23T17:24:44.313Z[ helios-setup] Sep 23 17:24:42.434 INFO E| Compiling unicode-ident v1.0.12
24802024-09-23T17:24:44.313Z[ helios-setup] Sep 23 17:24:42.435 INFO E| Compiling syn v1.0.109
24812024-09-23T17:24:44.315Z[ helios-setup] Sep 23 17:24:42.435 INFO E| Compiling version_check v0.9.4
24822024-09-23T17:24:44.315Z[ helios-setup] Sep 23 17:24:42.435 INFO E| Compiling semver-parser v0.7.0
24832024-09-23T17:24:44.315Z[ helios-setup] Sep 23 17:24:42.435 INFO E| Compiling thiserror v1.0.63
24842024-09-23T17:24:44.315Z[ helios-setup] Sep 23 17:24:42.435 INFO E| Compiling autocfg v1.3.0
24852024-09-23T17:24:44.315Z[ helios-setup] Sep 23 17:24:42.435 INFO E| Compiling serde v1.0.204
24862024-09-23T17:24:45.677Z[ helios-setup] Sep 23 17:24:43.798 INFO E| Compiling semver v0.9.0
24872024-09-23T17:24:45.791Z[ helios-setup] Sep 23 17:24:43.912 INFO E| Compiling serde_json v1.0.120
24882024-09-23T17:24:45.980Z[ helios-setup] Sep 23 17:24:44.101 INFO E| Compiling proc-macro-error-attr v1.0.4
24892024-09-23T17:24:46.049Z[ helios-setup] Sep 23 17:24:44.171 INFO E| Compiling proc-macro-error v1.0.4
24902024-09-23T17:24:46.228Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24912024-09-23T17:24:46.504Z[ helios-setup] Sep 23 17:24:44.625 INFO E| Compiling num-traits v0.2.19
24922024-09-23T17:24:46.548Z[ helios-setup] Sep 23 17:24:44.669 INFO E| Compiling rustc_version v0.2.3
24932024-09-23T17:24:46.614Z[ helios-setup] Sep 23 17:24:44.734 INFO E| Compiling schemars v0.8.21
24942024-09-23T17:24:46.656Z[ host-package] Compiling samael v0.0.17
24952024-09-23T17:24:46.659Z[ helios-setup] Sep 23 17:24:44.781 INFO E| Compiling itoa v1.0.11
24962024-09-23T17:24:46.804Z[ helios-setup] Sep 23 17:24:44.925 INFO E| Compiling ryu v1.0.18
24972024-09-23T17:24:47.018Z[ helios-setup] Sep 23 17:24:45.138 INFO E| Compiling unicode-segmentation v1.11.0
24982024-09-23T17:24:47.026Z[ helios-setup] Sep 23 17:24:45.147 INFO E| Compiling memoffset v0.5.6
24992024-09-23T17:24:47.039Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25002024-09-23T17:24:47.129Z[ host-package] Compiling strum_macros v0.24.3
25012024-09-23T17:24:47.298Z[ helios-setup] Sep 23 17:24:45.419 INFO E| Compiling memchr v2.7.4
25022024-09-23T17:24:47.373Z[ helios-setup] Sep 23 17:24:45.494 INFO E| Compiling pre-proc-macro v0.2.1
25032024-09-23T17:24:47.412Z[ helios-setup] Sep 23 17:24:45.533 INFO E| Compiling lazy_static v1.5.0
25042024-09-23T17:24:47.605Z[ helios-setup] Sep 23 17:24:45.719 INFO E| Compiling paste v1.0.15
25052024-09-23T17:24:47.609Z[ helios-setup] Sep 23 17:24:45.730 INFO E| Compiling dyn-clone v1.0.17
25062024-09-23T17:24:47.812Z[ helios-setup] Sep 23 17:24:45.933 INFO E| Compiling quote v1.0.36
25072024-09-23T17:24:48.083Z[ helios-setup] Sep 23 17:24:46.204 INFO E| Compiling libc v0.2.155
25082024-09-23T17:24:48.089Z[ helios-setup] Sep 23 17:24:46.210 INFO E| Compiling rustversion v1.0.17
25092024-09-23T17:24:48.679Z[ helios-setup] Sep 23 17:24:46.800 INFO E| Compiling syn v2.0.71
25102024-09-23T17:24:48.895Z[ helios-setup] Sep 23 17:24:47.016 INFO E| Compiling heck v0.3.3
25112024-09-23T17:24:49.419Z[ helios-setup] Sep 23 17:24:47.540 INFO E| Compiling ucd-trie v0.1.6
25122024-09-23T17:24:50.095Z[ helios-setup] Sep 23 17:24:48.215 INFO E| Compiling pre v0.2.1
25132024-09-23T17:24:50.207Z[ host-package] Compiling kstat-rs v0.2.4
25142024-09-23T17:24:51.020Z[ helios-setup] Sep 23 17:24:49.141 INFO E| Compiling once_cell v1.19.0
25152024-09-23T17:24:51.141Z[ helios-setup] Sep 23 17:24:49.261 INFO E| Compiling byteorder v1.5.0
25162024-09-23T17:24:51.251Z[ helios-setup] Sep 23 17:24:49.372 INFO E| Compiling static_assertions v1.1.0
25172024-09-23T17:24:51.493Z[ helios-setup] Sep 23 17:24:49.613 INFO E| Compiling cfg-if v0.1.10
25182024-09-23T17:24:52.149Z[ host-package] Compiling dropshot v0.10.1
25192024-09-23T17:24:52.279Z[ helios-setup] Sep 23 17:24:50.399 INFO E| Compiling unicode-width v0.1.13
25202024-09-23T17:24:52.662Z[ helios-setup] Sep 23 17:24:50.783 INFO E| Compiling textwrap v0.11.0
25212024-09-23T17:24:53.016Z[ host-package] Compiling unicase v2.7.0
25222024-09-23T17:24:53.352Z[ helios-setup] Sep 23 17:24:51.472 INFO E| Compiling atty v0.2.14
25232024-09-23T17:24:53.604Z[ helios-setup] Sep 23 17:24:51.725 INFO E| Compiling strsim v0.8.0
25242024-09-23T17:24:53.658Z[ helios-setup] Sep 23 17:24:51.778 INFO E| Compiling unic-common v0.9.0
25252024-09-23T17:24:53.669Z[ host-package] Compiling indoc v1.0.9
25262024-09-23T17:24:53.853Z[ helios-setup] Sep 23 17:24:51.973 INFO E| Compiling unic-char-range v0.9.0
25272024-09-23T17:24:54.112Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25282024-09-23T17:24:54.159Z[ helios-setup] Sep 23 17:24:52.280 INFO E| Compiling parse_int v0.6.0
25292024-09-23T17:24:54.211Z[ helios-setup] Sep 23 17:24:52.332 INFO E| Compiling bitflags v1.3.2
25302024-09-23T17:24:55.300Z[ helios-setup] Sep 23 17:24:52.417 INFO E| Compiling ansi_term v0.12.1
25312024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:52.568 INFO E| Compiling strum v0.23.0
25322024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:52.661 INFO E| Compiling fletcher v0.1.0
25332024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:52.676 INFO E| Compiling vec_map v0.8.2
25342024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:52.739 INFO E| Compiling unic-char-property v0.9.0
25352024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:52.911 INFO E| Compiling unic-ucd-version v0.9.0
25362024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:53.005 INFO E| Compiling log v0.4.22
25372024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:53.014 INFO E| Compiling plain v0.2.3
25382024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:53.269 INFO E| Compiling clap v2.34.0
25392024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:53.357 INFO E| Compiling unic-ucd-ident v0.9.0
25402024-09-23T17:24:55.302Z[ helios-setup] Sep 23 17:24:53.383 INFO E| Compiling bytesize v1.3.0
25412024-09-23T17:24:56.300Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422024-09-23T17:24:57.619Z[ helios-setup] Sep 23 17:24:55.738 INFO E| Compiling serde_derive_internals v0.29.1
25432024-09-23T17:24:58.628Z[ helios-setup] Sep 23 17:24:56.748 INFO E| Compiling toml v0.5.11
25442024-09-23T17:25:02.083Z[ helios-setup] Sep 23 17:25:00.202 INFO E| Compiling proc-macro-crate v0.1.5
25452024-09-23T17:25:03.360Z[ helios-setup] Sep 23 17:25:01.479 INFO E| Compiling thiserror-impl v1.0.63
25462024-09-23T17:25:03.935Z[ helios-setup] Sep 23 17:25:02.054 INFO E| Compiling serde_derive v1.0.204
25472024-09-23T17:25:04.177Z[ helios-setup] Sep 23 17:25:02.295 INFO E| Compiling schemars_derive v0.8.21
25482024-09-23T17:25:04.199Z[ helios-setup] Sep 23 17:25:02.317 INFO E| Compiling zerocopy-derive v0.6.6
25492024-09-23T17:25:07.261Z[ host-package] Compiling derive_builder v0.20.0
25502024-09-23T17:25:07.660Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25512024-09-23T17:25:08.081Z[ helios-setup] Sep 23 17:25:06.199 INFO E| Compiling zerocopy v0.6.6
25522024-09-23T17:25:09.086Z[ helios-setup] Sep 23 17:25:07.205 INFO E| Compiling pest v2.7.11
25532024-09-23T17:25:10.146Z[ helios-setup] Sep 23 17:25:08.263 INFO E| Compiling modular-bitfield-impl v0.11.2
25542024-09-23T17:25:10.146Z[ helios-setup] Sep 23 17:25:08.263 INFO E| Compiling num-derive v0.3.3
25552024-09-23T17:25:11.040Z[ helios-setup] Sep 23 17:25:09.157 INFO E| Compiling scroll_derive v0.10.5
25562024-09-23T17:25:11.316Z[ host-package] Compiling tungstenite v0.23.0
25572024-09-23T17:25:12.710Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25582024-09-23T17:25:12.950Z[ helios-setup] Sep 23 17:25:11.068 INFO E| Compiling strum_macros v0.23.1
25592024-09-23T17:25:13.470Z[ host-package] Compiling crossterm v0.28.1
25602024-09-23T17:25:13.769Z[ helios-setup] Sep 23 17:25:11.886 INFO E| Compiling structopt-derive v0.4.18
25612024-09-23T17:25:14.420Z[ helios-setup] Sep 23 17:25:12.538 INFO E| Compiling pest_meta v2.7.11
25622024-09-23T17:25:14.589Z[ helios-setup] Sep 23 17:25:12.706 INFO E| Compiling scroll v0.10.2
25632024-09-23T17:25:14.591Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25642024-09-23T17:25:15.416Z[ helios-setup] Sep 23 17:25:13.533 INFO E| Compiling modular-bitfield v0.11.2
25652024-09-23T17:25:15.671Z[ helios-setup] Sep 23 17:25:13.789 INFO E| Compiling goblin v0.4.3
25662024-09-23T17:25:17.217Z[ helios-setup] Sep 23 17:25:15.335 INFO E| Compiling pest_generator v2.7.11
25672024-09-23T17:25:19.742Z[ helios-setup] Sep 23 17:25:17.859 INFO E| Compiling structopt v0.3.26
25682024-09-23T17:25:20.717Z[ helios-setup] Sep 23 17:25:18.834 INFO E| Compiling pest_derive v2.7.11
25692024-09-23T17:25:23.931Z[ host-package] Compiling dropshot_endpoint v0.10.1
25702024-09-23T17:25:25.759Z[ host-package] Compiling oso-derive v0.27.3
25712024-09-23T17:25:25.817Z[ host-package] Compiling libz-sys v1.1.16
25722024-09-23T17:25:26.453Z[ host-package] Compiling quick-xml v0.33.0
25732024-09-23T17:25:26.663Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25742024-09-23T17:25:26.834Z[ helios-setup] Sep 23 17:25:24.950 INFO E| Compiling json5 v0.4.1
25752024-09-23T17:25:27.112Z[ host-package] Compiling parking_lot_core v0.8.6
25762024-09-23T17:25:27.392Z[ host-package] Compiling cfg_aliases v0.1.1
25772024-09-23T17:25:27.591Z[ host-package] Compiling nix v0.28.0
25782024-09-23T17:25:28.143Z[ host-package] Compiling oso v0.27.3
25792024-09-23T17:25:30.972Z[ host-package] Compiling tokio-tungstenite v0.23.1
25802024-09-23T17:25:31.990Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25812024-09-23T17:25:32.264Z[ helios-setup] Sep 23 17:25:30.380 INFO E| Compiling four-cc v0.3.0
25822024-09-23T17:25:32.264Z[ helios-setup] Sep 23 17:25:30.380 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
25832024-09-23T17:25:32.494Z[ helios-setup] Sep 23 17:25:30.609 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
25842024-09-23T17:25:34.087Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25852024-09-23T17:25:40.916Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25862024-09-23T17:25:41.452Z[ host-package] Compiling const_format_proc_macros v0.2.33
25872024-09-23T17:25:43.738Z[ host-package] Compiling bb8 v0.8.5
25882024-09-23T17:25:44.509Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25892024-09-23T17:25:45.318Z[ host-package] Compiling vte v0.11.1
25902024-09-23T17:25:47.284Z[ host-package] Compiling async-bb8-diesel v0.2.1
25912024-09-23T17:25:48.769Z[ host-package] Compiling const_format v0.2.33
25922024-09-23T17:25:50.008Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25932024-09-23T17:25:52.124Z[ host-package] Compiling fd-lock v4.0.2
25942024-09-23T17:25:52.426Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25952024-09-23T17:25:53.388Z[ host-package] Compiling bytecount v0.6.8
25962024-09-23T17:25:53.749Z[ host-package] Compiling salty v0.3.0
25972024-09-23T17:25:54.318Z[ host-package] Compiling papergrid v0.11.0
25982024-09-23T17:26:07.857Z[ host-package] Compiling parking_lot v0.11.2
25992024-09-23T17:26:14.060Z[ helios-setup] Sep 23 17:26:12.170 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26002024-09-23T17:26:16.926Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26012024-09-23T17:26:18.033Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
26022024-09-23T17:26:20.058Z[ host-package] Compiling tabled_derive v0.7.0
26032024-09-23T17:26:22.906Z[ host-package] Compiling crossterm v0.27.0
26042024-09-23T17:26:23.602Z[ host-package] Compiling peg-macros v0.8.4
26052024-09-23T17:26:26.077Z[ helios-setup] Sep 23 17:26:24.186 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26062024-09-23T17:26:27.816Z[ host-package] Compiling sqlparser_derive v0.2.2
26072024-09-23T17:26:28.987Z[ host-package] Compiling rustls v0.23.10
26082024-09-23T17:26:29.081Z[ host-package] Compiling nu-ansi-term v0.50.0
26092024-09-23T17:26:29.435Z[ host-package] Compiling unicode_categories v0.1.1
26102024-09-23T17:26:30.177Z[ host-package] Compiling rustyline v14.0.0
26112024-09-23T17:26:30.416Z[ host-package] Compiling sqlformat v0.2.4
26122024-09-23T17:26:30.608Z[ host-package] Compiling reedline v0.33.0
26132024-09-23T17:26:33.530Z[ host-package] Compiling sqlparser v0.45.0
26142024-09-23T17:26:33.828Z[ host-package] Compiling peg v0.8.4
26152024-09-23T17:26:33.960Z[ host-package] Compiling tabled v0.15.0
26162024-09-23T17:26:42.286Z[ host-package] Compiling sled v0.34.7
26172024-09-23T17:26:42.347Z[ host-package] Compiling mime_guess v2.0.4
26182024-09-23T17:26:44.203Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26192024-09-23T17:26:46.487Z[ host-package] Compiling hickory-client v0.24.1
26202024-09-23T17:26:46.965Z[ host-package] Compiling env_logger v0.9.3
26212024-09-23T17:26:52.242Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26222024-09-23T17:26:52.827Z[ host-package] Compiling tungstenite v0.20.1
26232024-09-23T17:26:57.770Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26242024-09-23T17:26:58.235Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26252024-09-23T17:26:59.727Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26262024-09-23T17:27:00.461Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26272024-09-23T17:27:01.640Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26282024-09-23T17:27:02.263Z[ host-package] Compiling hickory-server v0.24.1
26292024-09-23T17:27:04.390Z[ helios-setup] Sep 23 17:27:02.494 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 23s
26302024-09-23T17:27:04.425Z[ helios-setup] Sep 23 17:27:02.529 INFO building project "amd-host-image-builder" ok (173 seconds)
26312024-09-23T17:27:04.425Z[ helios-setup] Sep 23 17:27:02.529 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26322024-09-23T17:27:04.428Z[ helios-setup] Sep 23 17:27:02.529 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26332024-09-23T17:27:04.700Z[ helios-setup] Sep 23 17:27:02.804 INFO E| Downloading crates ...
26342024-09-23T17:27:04.768Z[ helios-setup] Sep 23 17:27:02.872 INFO E| Downloaded generic-array v0.14.6
26352024-09-23T17:27:04.777Z[ helios-setup] Sep 23 17:27:02.881 INFO E| Downloaded anyhow v1.0.62
26362024-09-23T17:27:04.784Z[ helios-setup] Sep 23 17:27:02.888 INFO E| Downloaded digest v0.10.3
26372024-09-23T17:27:04.787Z[ helios-setup] Sep 23 17:27:02.892 INFO E| Downloaded flate2 v1.0.25
26382024-09-23T17:27:04.816Z[ helios-setup] Sep 23 17:27:02.920 INFO E| Downloaded typenum v1.15.0
26392024-09-23T17:27:04.820Z[ helios-setup] Sep 23 17:27:02.924 INFO E| Downloaded sha2 v0.10.5
26402024-09-23T17:27:04.823Z[ helios-setup] Sep 23 17:27:02.927 INFO E| Downloaded miniz_oxide v0.6.2
26412024-09-23T17:27:04.826Z[ helios-setup] Sep 23 17:27:02.931 INFO E| Downloaded cpufeatures v0.2.5
26422024-09-23T17:27:04.829Z[ helios-setup] Sep 23 17:27:02.933 INFO E| Downloaded bytes v1.2.1
26432024-09-23T17:27:04.834Z[ helios-setup] Sep 23 17:27:02.938 INFO E| Downloaded block-buffer v0.10.3
26442024-09-23T17:27:05.047Z[ helios-setup] Sep 23 17:27:03.151 INFO E| Compiling typenum v1.15.0
26452024-09-23T17:27:05.143Z[ helios-setup] Sep 23 17:27:03.247 INFO E| Compiling version_check v0.9.4
26462024-09-23T17:27:05.143Z[ helios-setup] Sep 23 17:27:03.247 INFO E| Compiling cfg-if v1.0.0
26472024-09-23T17:27:05.143Z[ helios-setup] Sep 23 17:27:03.247 INFO E| Compiling crc32fast v1.3.2
26482024-09-23T17:27:05.143Z[ helios-setup] Sep 23 17:27:03.247 INFO E| Compiling anyhow v1.0.62
26492024-09-23T17:27:05.146Z[ helios-setup] Sep 23 17:27:03.247 INFO E| Compiling adler v1.0.2
26502024-09-23T17:27:05.146Z[ helios-setup] Sep 23 17:27:03.247 INFO E| Compiling cpufeatures v0.2.5
26512024-09-23T17:27:05.146Z[ helios-setup] Sep 23 17:27:03.247 INFO E| Compiling unicode-width v0.1.10
26522024-09-23T17:27:05.495Z[ helios-setup] Sep 23 17:27:03.599 INFO E| Compiling getopts v0.2.21
26532024-09-23T17:27:05.603Z[ helios-setup] Sep 23 17:27:03.706 INFO E| Compiling bitflags v1.3.2
26542024-09-23T17:27:05.746Z[ helios-setup] Sep 23 17:27:03.850 INFO E| Compiling bytes v1.2.1
26552024-09-23T17:27:06.100Z[ helios-setup] Sep 23 17:27:04.204 INFO E| Compiling miniz_oxide v0.6.2
26562024-09-23T17:27:06.940Z[ helios-setup] Sep 23 17:27:05.044 INFO E| Compiling generic-array v0.14.6
26572024-09-23T17:27:07.854Z[ helios-setup] Sep 23 17:27:05.956 INFO E| Compiling flate2 v1.0.25
26582024-09-23T17:27:09.058Z[ host-package] Compiling primeorder v0.13.6
26592024-09-23T17:27:09.911Z[ host-package] Compiling bcs v0.1.6
26602024-09-23T17:27:09.954Z[ host-package] Compiling vergen v8.3.2
26612024-09-23T17:27:10.413Z[ host-package] Compiling bitstruct_derive v0.1.0
26622024-09-23T17:27:10.999Z[ host-package] Compiling env_filter v0.1.2
26632024-09-23T17:27:11.617Z[ helios-setup] Sep 23 17:27:09.720 INFO E| Compiling block-buffer v0.10.3
26642024-09-23T17:27:11.618Z[ helios-setup] Sep 23 17:27:09.721 INFO E| Compiling crypto-common v0.1.6
26652024-09-23T17:27:11.883Z[ helios-setup] Sep 23 17:27:09.986 INFO E| Compiling digest v0.10.3
26662024-09-23T17:27:12.241Z[ helios-setup] Sep 23 17:27:10.344 INFO E| Compiling sha2 v0.10.5
26672024-09-23T17:27:12.567Z[ host-package] Compiling cargo-platform v0.1.8
26682024-09-23T17:27:12.741Z[ helios-setup] Sep 23 17:27:10.844 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26692024-09-23T17:27:13.332Z[ host-package] Compiling nanorand v0.7.0
26702024-09-23T17:27:14.735Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26712024-09-23T17:27:14.922Z[ host-package] Compiling memoffset v0.9.1
26722024-09-23T17:27:15.433Z[ host-package] Compiling ascii v1.1.0
26732024-09-23T17:27:16.618Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26742024-09-23T17:27:18.297Z[ helios-setup] Sep 23 17:27:16.400 INFO E| Finished `release` profile [optimized] target(s) in 13.79s
26752024-09-23T17:27:18.316Z[ helios-setup] Sep 23 17:27:16.418 INFO building project "bootserver" ok (13 seconds)
26762024-09-23T17:27:18.316Z[ helios-setup] Sep 23 17:27:16.418 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26772024-09-23T17:27:18.318Z[ helios-setup] Sep 23 17:27:16.418 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26782024-09-23T17:27:18.763Z[ helios-setup] Sep 23 17:27:16.865 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26792024-09-23T17:27:18.830Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-09-23T17:27:19.193Z[ host-package] Compiling flume v0.11.0
26812024-09-23T17:27:19.446Z[ helios-setup] Sep 23 17:27:17.547 INFO E| From https://github.com/jclulow/hiercmd
26822024-09-23T17:27:19.446Z[ helios-setup] Sep 23 17:27:17.547 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26832024-09-23T17:27:19.510Z[ helios-setup] Sep 23 17:27:17.610 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26842024-09-23T17:27:19.780Z[ host-package] Compiling cargo_metadata v0.18.1
26852024-09-23T17:27:19.997Z[ host-package] Compiling bitstruct v0.1.1
26862024-09-23T17:27:20.099Z[ helios-setup] Sep 23 17:27:18.201 INFO E| From https://github.com/jclulow/network-interface
26872024-09-23T17:27:20.099Z[ helios-setup] Sep 23 17:27:18.201 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26882024-09-23T17:27:20.120Z[ helios-setup] Sep 23 17:27:18.222 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26892024-09-23T17:27:20.157Z[ host-package] Compiling env_logger v0.11.5
26902024-09-23T17:27:20.744Z[ helios-setup] Sep 23 17:27:18.846 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26912024-09-23T17:27:20.744Z[ helios-setup] Sep 23 17:27:18.846 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26922024-09-23T17:27:20.784Z[ helios-setup] Sep 23 17:27:18.886 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26932024-09-23T17:27:21.626Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26942024-09-23T17:27:21.639Z[ helios-setup] Sep 23 17:27:19.741 INFO E| From https://github.com/oxidecomputer/facade
26952024-09-23T17:27:21.639Z[ helios-setup] Sep 23 17:27:19.741 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26962024-09-23T17:27:21.721Z[ helios-setup] Sep 23 17:27:19.823 INFO E| Updating crates.io index
26972024-09-23T17:27:22.402Z[ helios-setup] Sep 23 17:27:20.504 INFO E| Downloading crates ...
26982024-09-23T17:27:22.549Z[ helios-setup] Sep 23 17:27:20.646 INFO E| Downloaded bincode v1.3.3
26992024-09-23T17:27:22.554Z[ helios-setup] Sep 23 17:27:20.651 INFO E| Downloaded autocfg v1.1.0
27002024-09-23T17:27:22.558Z[ helios-setup] Sep 23 17:27:20.657 INFO E| Downloaded const-random v0.1.15
27012024-09-23T17:27:22.565Z[ helios-setup] Sep 23 17:27:20.660 INFO E| Downloaded concolor-override v1.0.0
27022024-09-23T17:27:22.565Z[ helios-setup] Sep 23 17:27:20.661 INFO E| Downloaded anstream v0.2.6
27032024-09-23T17:27:22.566Z[ helios-setup] Sep 23 17:27:20.665 INFO E| Downloaded project-root v0.2.2
27042024-09-23T17:27:22.566Z[ helios-setup] Sep 23 17:27:20.666 INFO E| Downloaded ahash v0.8.3
27052024-09-23T17:27:22.572Z[ helios-setup] Sep 23 17:27:20.671 INFO E| Downloaded dyn-clone v1.0.11
27062024-09-23T17:27:22.575Z[ helios-setup] Sep 23 17:27:20.675 INFO E| Downloaded strsim v0.10.0
27072024-09-23T17:27:22.577Z[ helios-setup] Sep 23 17:27:20.678 INFO E| Downloaded home v0.5.4
27082024-09-23T17:27:22.587Z[ helios-setup] Sep 23 17:27:20.689 INFO E| Downloaded futures-task v0.3.28
27092024-09-23T17:27:22.590Z[ helios-setup] Sep 23 17:27:20.692 INFO E| Downloaded futures-sink v0.3.28
27102024-09-23T17:27:22.600Z[ helios-setup] Sep 23 17:27:20.702 INFO E| Downloaded is-terminal v0.4.7
27112024-09-23T17:27:22.611Z[ helios-setup] Sep 23 17:27:20.713 INFO E| Downloaded want v0.3.0
27122024-09-23T17:27:22.613Z[ helios-setup] Sep 23 17:27:20.715 INFO E| Downloaded toolchain_find v0.2.0
27132024-09-23T17:27:22.615Z[ helios-setup] Sep 23 17:27:20.717 INFO E| Downloaded try-lock v0.2.4
27142024-09-23T17:27:22.618Z[ helios-setup] Sep 23 17:27:20.719 INFO E| Downloaded time v0.1.45
27152024-09-23T17:27:22.620Z[ helios-setup] Sep 23 17:27:20.721 INFO E| Downloaded proc-macro-crate v1.2.1
27162024-09-23T17:27:22.622Z[ helios-setup] Sep 23 17:27:20.723 INFO E| Downloaded iana-time-zone v0.1.56
27172024-09-23T17:27:22.648Z[ helios-setup] Sep 23 17:27:20.742 INFO E| Downloaded async-trait v0.1.68
27182024-09-23T17:27:22.651Z[ helios-setup] Sep 23 17:27:20.748 INFO E| Downloaded smallvec v1.10.0
27192024-09-23T17:27:22.651Z[ helios-setup] Sep 23 17:27:20.751 INFO E| Downloaded slog-async v2.7.0
27202024-09-23T17:27:22.653Z[ helios-setup] Sep 23 17:27:20.753 INFO E| Downloaded thiserror v1.0.38
27212024-09-23T17:27:22.679Z[ helios-setup] Sep 23 17:27:20.781 INFO E| Downloaded futures-channel v0.3.28
27222024-09-23T17:27:22.682Z[ helios-setup] Sep 23 17:27:20.784 INFO E| Downloaded slog-bunyan v2.4.0
27232024-09-23T17:27:22.684Z[ helios-setup] Sep 23 17:27:20.786 INFO E| Downloaded slab v0.4.7
27242024-09-23T17:27:22.687Z[ helios-setup] Sep 23 17:27:20.788 INFO E| Downloaded sha2 v0.10.6
27252024-09-23T17:27:22.690Z[ helios-setup] Sep 23 17:27:20.792 INFO E| Downloaded tempfile v3.5.0
27262024-09-23T17:27:22.693Z[ helios-setup] Sep 23 17:27:20.795 INFO E| Downloaded serde_derive_internals v0.26.0
27272024-09-23T17:27:22.696Z[ helios-setup] Sep 23 17:27:20.798 INFO E| Downloaded thiserror-impl v1.0.38
27282024-09-23T17:27:22.698Z[ helios-setup] Sep 23 17:27:20.800 INFO E| Downloaded tokio-rustls v0.24.0
27292024-09-23T17:27:22.701Z[ helios-setup] Sep 23 17:27:20.803 INFO E| Downloaded getrandom v0.2.8
27302024-09-23T17:27:22.705Z[ helios-setup] Sep 23 17:27:20.807 INFO E| Downloaded futures-io v0.3.28
27312024-09-23T17:27:22.708Z[ helios-setup] Sep 23 17:27:20.809 INFO E| Downloaded anstyle-parse v0.1.1
27322024-09-23T17:27:22.711Z[ helios-setup] Sep 23 17:27:20.812 INFO E| Downloaded lazy_static v1.4.0
27332024-09-23T17:27:22.713Z[ helios-setup] Sep 23 17:27:20.814 INFO E| Downloaded unicode-ident v1.0.8
27342024-09-23T17:27:22.717Z[ helios-setup] Sep 23 17:27:20.819 INFO E| Downloaded textwrap v0.16.0
27352024-09-23T17:27:22.721Z[ helios-setup] Sep 23 17:27:20.823 INFO E| Downloaded ucd-trie v0.1.5
27362024-09-23T17:27:22.723Z[ helios-setup] Sep 23 17:27:20.825 INFO E| Downloaded semver-parser v0.10.2
27372024-09-23T17:27:22.726Z[ helios-setup] Sep 23 17:27:20.828 INFO E| Downloaded percent-encoding v2.2.0
27382024-09-23T17:27:22.729Z[ helios-setup] Sep 23 17:27:20.830 INFO E| Downloaded schemars_derive v0.8.12
27392024-09-23T17:27:22.731Z[ helios-setup] Sep 23 17:27:20.832 INFO E| Downloaded rustls-pemfile v1.0.2
27402024-09-23T17:27:22.734Z[ helios-setup] Sep 23 17:27:20.836 INFO E| Downloaded tracing-core v0.1.30
27412024-09-23T17:27:22.738Z[ helios-setup] Sep 23 17:27:20.840 INFO E| Downloaded socket2 v0.4.9
27422024-09-23T17:27:22.742Z[ helios-setup] Sep 23 17:27:20.844 INFO E| Downloaded serde_yaml v0.9.21
27432024-09-23T17:27:22.748Z[ helios-setup] Sep 23 17:27:20.850 INFO E| Downloaded unsafe-libyaml v0.2.8
27442024-09-23T17:27:22.754Z[ helios-setup] Sep 23 17:27:20.856 INFO E| Downloaded unicode-bidi v0.3.13
27452024-09-23T17:27:22.758Z[ helios-setup] Sep 23 17:27:20.860 INFO E| Downloaded unicode-linebreak v0.1.4
27462024-09-23T17:27:22.761Z[ helios-setup] Sep 23 17:27:20.863 INFO E| Downloaded smawk v0.3.1
27472024-09-23T17:27:22.764Z[ helios-setup] Sep 23 17:27:20.866 INFO E| Downloaded unicode-normalization v0.1.22
27482024-09-23T17:27:22.770Z[ helios-setup] Sep 23 17:27:20.872 INFO E| Downloaded schemars v0.8.12
27492024-09-23T17:27:22.789Z[ helios-setup] Sep 23 17:27:20.890 INFO E| Downloaded winnow v0.4.1
27502024-09-23T17:27:22.802Z[ helios-setup] Sep 23 17:27:20.904 INFO E| Downloaded serde_json v1.0.95
27512024-09-23T17:27:22.815Z[ helios-setup] Sep 23 17:27:20.917 INFO E| Downloaded memchr v2.5.0
27522024-09-23T17:27:22.822Z[ helios-setup] Sep 23 17:27:20.924 INFO E| Downloaded smartstring v1.0.1
27532024-09-23T17:27:22.826Z[ helios-setup] Sep 23 17:27:20.928 INFO E| Downloaded tokio v1.27.0
27542024-09-23T17:27:22.880Z[ helios-setup] Sep 23 17:27:20.982 INFO E| Downloaded bytes v1.4.0
27552024-09-23T17:27:22.887Z[ helios-setup] Sep 23 17:27:20.988 INFO E| Downloaded rayon-core v1.10.2
27562024-09-23T17:27:22.893Z[ helios-setup] Sep 23 17:27:20.995 INFO E| Downloaded ryu v1.0.13
27572024-09-23T17:27:22.898Z[ helios-setup] Sep 23 17:27:20.999 INFO E| Downloaded base64 v0.21.0
27582024-09-23T17:27:22.904Z[ helios-setup] Sep 23 17:27:21.006 INFO E| Downloaded rustls-webpki v0.100.1
27592024-09-23T17:27:22.915Z[ helios-setup] Sep 23 17:27:21.017 INFO E| Downloaded mio v0.8.5
27602024-09-23T17:27:22.925Z[ helios-setup] Sep 23 17:27:21.027 INFO E| Downloaded http v0.2.9
27612024-09-23T17:27:22.932Z[ helios-setup] Sep 23 17:27:21.033 INFO E| Downloaded crossbeam-channel v0.5.6
27622024-09-23T17:27:22.939Z[ helios-setup] Sep 23 17:27:21.041 INFO E| Downloaded pest v2.5.7
27632024-09-23T17:27:22.947Z[ helios-setup] Sep 23 17:27:21.049 INFO E| Downloaded parking_lot v0.12.1
27642024-09-23T17:27:22.951Z[ helios-setup] Sep 23 17:27:21.053 INFO E| Downloaded futures v0.3.28
27652024-09-23T17:27:23.147Z[ helios-setup] Sep 23 17:27:21.061 INFO E| Downloaded aho-corasick v0.7.20
27662024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.067 INFO E| Downloaded semver v1.0.17
27672024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.071 INFO E| Downloaded syn v2.0.72
27682024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.088 INFO E| Downloaded syn v1.0.107
27692024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.105 INFO E| Downloaded sct v0.7.0
27702024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.111 INFO E| Downloaded h2 v0.3.16
27712024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.121 INFO E| Downloaded futures-util v0.3.28
27722024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.143 INFO E| Downloaded clap_builder v4.2.1
27732024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.153 INFO E| Downloaded reqwest v0.11.16
27742024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.163 INFO E| Downloaded rayon v1.6.1
27752024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.175 INFO E| Downloaded rhai_codegen v1.5.0
27762024-09-23T17:27:23.152Z[ helios-setup] Sep 23 17:27:21.209 INFO E| Downloaded chrono v0.4.24
27772024-09-23T17:27:23.206Z[ helios-setup] Sep 23 17:27:21.308 INFO E| Downloaded hyper v0.14.25
27782024-09-23T17:27:23.220Z[ helios-setup] Sep 23 17:27:21.321 INFO E| Downloaded regress v0.5.0
27792024-09-23T17:27:23.232Z[ helios-setup] Sep 23 17:27:21.334 INFO E| Downloaded git2 v0.16.1
27802024-09-23T17:27:23.253Z[ helios-setup] Sep 23 17:27:21.355 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27812024-09-23T17:27:23.253Z[ helios-setup] Sep 23 17:27:21.355 INFO E| Downloaded rustls v0.21.0
27822024-09-23T17:27:23.270Z[ helios-setup] Sep 23 17:27:21.372 INFO E| Downloaded rustix v0.37.3
27832024-09-23T17:27:23.273Z[ host-package] Compiling p384 v0.13.0
27842024-09-23T17:27:23.302Z[ helios-setup] Sep 23 17:27:21.404 INFO E| Downloaded rhai v1.14.0
27852024-09-23T17:27:23.315Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27862024-09-23T17:27:23.326Z[ helios-setup] Sep 23 17:27:21.427 INFO E| Downloaded openapiv3 v1.0.2
27872024-09-23T17:27:23.343Z[ helios-setup] Sep 23 17:27:21.445 INFO E| Downloaded regex v1.7.3
27882024-09-23T17:27:23.356Z[ helios-setup] Sep 23 17:27:21.457 INFO E| Downloaded parking_lot_core v0.9.6
27892024-09-23T17:27:23.359Z[ helios-setup] Sep 23 17:27:21.461 INFO E| Downloaded once_cell v1.17.0
27902024-09-23T17:27:23.362Z[ helios-setup] Sep 23 17:27:21.464 INFO E| Downloaded num-integer v0.1.45
27912024-09-23T17:27:23.365Z[ helios-setup] Sep 23 17:27:21.467 INFO E| Downloaded log v0.4.17
27922024-09-23T17:27:23.368Z[ helios-setup] Sep 23 17:27:21.470 INFO E| Downloaded ipnet v2.7.2
27932024-09-23T17:27:23.371Z[ helios-setup] Sep 23 17:27:21.473 INFO E| Downloaded libc v0.2.139
27942024-09-23T17:27:23.434Z[ helios-setup] Sep 23 17:27:21.536 INFO E| Downloaded cc v1.0.78
27952024-09-23T17:27:23.438Z[ helios-setup] Sep 23 17:27:21.540 INFO E| Downloaded http-body v0.4.5
27962024-09-23T17:27:23.440Z[ helios-setup] Sep 23 17:27:21.542 INFO E| Downloaded crossbeam-epoch v0.9.13
27972024-09-23T17:27:23.445Z[ helios-setup] Sep 23 17:27:21.546 INFO E| Downloaded crossbeam-deque v0.8.2
27982024-09-23T17:27:23.447Z[ helios-setup] Sep 23 17:27:21.549 INFO E| Downloaded concolor-query v0.3.3
27992024-09-23T17:27:23.449Z[ helios-setup] Sep 23 17:27:21.550 INFO E| Downloaded clap v4.2.1
28002024-09-23T17:27:23.463Z[ helios-setup] Sep 23 17:27:21.564 INFO E| Downloaded ahash v0.7.6
28012024-09-23T17:27:23.467Z[ helios-setup] Sep 23 17:27:21.568 INFO E| Downloaded tracing v0.1.37
28022024-09-23T17:27:23.473Z[ helios-setup] Sep 23 17:27:21.575 INFO E| Downloaded toml_edit v0.19.8
28032024-09-23T17:27:23.503Z[ helios-setup] Sep 23 17:27:21.605 INFO E| Downloaded tokio-util v0.7.7
28042024-09-23T17:27:23.513Z[ helios-setup] Sep 23 17:27:21.614 INFO E| Downloaded num-traits v0.2.15
28052024-09-23T17:27:23.517Z[ helios-setup] Sep 23 17:27:21.619 INFO E| Downloaded uuid v1.3.0
28062024-09-23T17:27:23.523Z[ helios-setup] Sep 23 17:27:21.625 INFO E| Downloaded url v2.3.1
28072024-09-23T17:27:23.528Z[ helios-setup] Sep 23 17:27:21.630 INFO E| Downloaded cargo-lock v8.0.3
28082024-09-23T17:27:23.531Z[ helios-setup] Sep 23 17:27:21.633 INFO E| Downloaded anyhow v1.0.68
28092024-09-23T17:27:23.537Z[ helios-setup] Sep 23 17:27:21.638 INFO E| Downloaded pkg-config v0.3.26
28102024-09-23T17:27:23.541Z[ helios-setup] Sep 23 17:27:21.640 INFO E| Downloaded num_cpus v1.15.0
28112024-09-23T17:27:23.543Z[ helios-setup] Sep 23 17:27:21.644 INFO E| Downloaded num_enum_derive v0.5.7
28122024-09-23T17:27:23.543Z[ helios-setup] Sep 23 17:27:21.645 INFO E| Downloaded memoffset v0.7.1
28132024-09-23T17:27:23.546Z[ helios-setup] Sep 23 17:27:21.647 INFO E| Downloaded semver v0.11.0
28142024-09-23T17:27:23.548Z[ helios-setup] Sep 23 17:27:21.649 INFO E| Downloaded tungstenite v0.18.0
28152024-09-23T17:27:23.551Z[ helios-setup] Sep 23 17:27:21.653 INFO E| Downloaded toml v0.7.3
28162024-09-23T17:27:23.556Z[ helios-setup] Sep 23 17:27:21.658 INFO E| Downloaded itoa v1.0.6
28172024-09-23T17:27:23.558Z[ helios-setup] Sep 23 17:27:21.659 INFO E| Downloaded either v1.8.0
28182024-09-23T17:27:23.561Z[ helios-setup] Sep 23 17:27:21.661 INFO E| Downloaded futures-core v0.3.28
28192024-09-23T17:27:23.563Z[ helios-setup] Sep 23 17:27:21.663 INFO E| Downloaded fastrand v1.9.0
28202024-09-23T17:27:23.563Z[ helios-setup] Sep 23 17:27:21.665 INFO E| Downloaded digest v0.10.6
28212024-09-23T17:27:23.566Z[ helios-setup] Sep 23 17:27:21.667 INFO E| Downloaded clap_lex v0.4.1
28222024-09-23T17:27:23.568Z[ helios-setup] Sep 23 17:27:21.668 INFO E| Downloaded terminal_size v0.2.6
28232024-09-23T17:27:23.571Z[ helios-setup] Sep 23 17:27:21.670 INFO E| Downloaded tokio-tungstenite v0.18.0
28242024-09-23T17:27:23.573Z[ helios-setup] Sep 23 17:27:21.673 INFO E| Downloaded pin-project-lite v0.2.9
28252024-09-23T17:27:23.577Z[ helios-setup] Sep 23 17:27:21.679 INFO E| Downloaded io-lifetimes v1.0.10
28262024-09-23T17:27:23.581Z[ helios-setup] Sep 23 17:27:21.682 INFO E| Downloaded crossbeam-utils v0.8.14
28272024-09-23T17:27:23.586Z[ helios-setup] Sep 23 17:27:21.688 INFO E| Downloaded clap_derive v4.2.0
28282024-09-23T17:27:23.588Z[ helios-setup] Sep 23 17:27:21.690 INFO E| Downloaded paste v1.0.12
28292024-09-23T17:27:23.592Z[ helios-setup] Sep 23 17:27:21.694 INFO E| Downloaded lock_api v0.4.9
28302024-09-23T17:27:23.594Z[ helios-setup] Sep 23 17:27:21.696 INFO E| Downloaded anstyle v0.3.5
28312024-09-23T17:27:23.597Z[ helios-setup] Sep 23 17:27:21.697 INFO E| Downloaded camino v1.1.4
28322024-09-23T17:27:23.599Z[ helios-setup] Sep 23 17:27:21.700 INFO E| Downloaded built v0.6.0
28332024-09-23T17:27:23.601Z[ helios-setup] Sep 23 17:27:21.701 INFO E| Downloaded signal-hook-registry v1.4.0
28342024-09-23T17:27:23.601Z[ helios-setup] Sep 23 17:27:21.703 INFO E| Downloaded sha1 v0.10.5
28352024-09-23T17:27:23.604Z[ helios-setup] Sep 23 17:27:21.705 INFO E| Downloaded serde_tokenstream v0.2.0
28362024-09-23T17:27:23.612Z[ helios-setup] Sep 23 17:27:21.714 INFO E| Downloaded serde_spanned v0.6.1
28372024-09-23T17:27:23.614Z[ helios-setup] Sep 23 17:27:21.715 INFO E| Downloaded encoding_rs v0.8.32
28382024-09-23T17:27:23.644Z[ helios-setup] Sep 23 17:27:21.746 INFO E| Downloaded serde_path_to_error v0.1.11
28392024-09-23T17:27:23.647Z[ helios-setup] Sep 23 17:27:21.748 INFO E| Downloaded toml_datetime v0.6.1
28402024-09-23T17:27:23.650Z[ helios-setup] Sep 23 17:27:21.750 INFO E| Downloaded tokio-macros v2.0.0
28412024-09-23T17:27:23.650Z[ helios-setup] Sep 23 17:27:21.751 INFO E| Downloaded const-random-macro v0.1.15
28422024-09-23T17:27:23.652Z[ helios-setup] Sep 23 17:27:21.752 INFO E| Downloaded scopeguard v1.1.0
28432024-09-23T17:27:23.652Z[ helios-setup] Sep 23 17:27:21.753 INFO E| Downloaded rustfmt-wrapper v0.2.0
28442024-09-23T17:27:23.655Z[ helios-setup] Sep 23 17:27:21.757 INFO E| Downloaded httpdate v1.0.2
28452024-09-23T17:27:23.657Z[ helios-setup] Sep 23 17:27:21.759 INFO E| Downloaded num_enum v0.5.7
28462024-09-23T17:27:23.662Z[ helios-setup] Sep 23 17:27:21.764 INFO E| Downloaded jobserver v0.1.26
28472024-09-23T17:27:23.670Z[ helios-setup] Sep 23 17:27:21.766 INFO E| Downloaded futures-macro v0.3.28
28482024-09-23T17:27:23.670Z[ helios-setup] Sep 23 17:27:21.768 INFO E| Downloaded futures-executor v0.3.28
28492024-09-23T17:27:23.697Z[ helios-setup] Sep 23 17:27:21.799 INFO E| Downloaded form_urlencoded v1.1.0
28502024-09-23T17:27:23.700Z[ helios-setup] Sep 23 17:27:21.800 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28512024-09-23T17:27:23.786Z[ helios-setup] Sep 23 17:27:21.886 INFO E| Downloaded byteorder v1.4.3
28522024-09-23T17:27:23.833Z[ helios-setup] Sep 23 17:27:21.935 INFO E| Downloaded libz-sys v1.1.8
28532024-09-23T17:27:24.007Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28542024-09-23T17:27:24.245Z[ helios-setup] Sep 23 17:27:22.347 INFO E| Compiling proc-macro2 v1.0.86
28552024-09-23T17:27:24.248Z[ helios-setup] Sep 23 17:27:22.350 INFO E| Compiling libc v0.2.139
28562024-09-23T17:27:24.251Z[ helios-setup] Sep 23 17:27:22.350 INFO E| Compiling unicode-ident v1.0.8
28572024-09-23T17:27:24.251Z[ helios-setup] Sep 23 17:27:22.350 INFO E| Compiling autocfg v1.1.0
28582024-09-23T17:27:24.251Z[ helios-setup] Sep 23 17:27:22.350 INFO E| Compiling cfg-if v1.0.0
28592024-09-23T17:27:24.251Z[ helios-setup] Sep 23 17:27:22.350 INFO E| Compiling version_check v0.9.4
28602024-09-23T17:27:24.251Z[ helios-setup] Sep 23 17:27:22.350 INFO E| Compiling serde v1.0.204
28612024-09-23T17:27:24.251Z[ helios-setup] Sep 23 17:27:22.351 INFO E| Compiling syn v1.0.107
28622024-09-23T17:27:24.640Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28632024-09-23T17:27:25.685Z[ helios-setup] Sep 23 17:27:23.786 INFO E| Compiling memchr v2.5.0
28642024-09-23T17:27:26.015Z[ helios-setup] Sep 23 17:27:24.116 INFO E| Compiling once_cell v1.17.0
28652024-09-23T17:27:26.547Z[ helios-setup] Sep 23 17:27:24.648 INFO E| Compiling thiserror v1.0.38
28662024-09-23T17:27:26.702Z[ helios-setup] Sep 23 17:27:24.803 INFO E| Compiling log v0.4.17
28672024-09-23T17:27:26.989Z[ helios-setup] Sep 23 17:27:25.090 INFO E| Compiling itoa v1.0.6
28682024-09-23T17:27:27.625Z[ helios-setup] Sep 23 17:27:25.726 INFO E| Compiling serde_json v1.0.95
28692024-09-23T17:27:28.363Z[ helios-setup] Sep 23 17:27:26.464 INFO E| Compiling quote v1.0.36
28702024-09-23T17:27:28.475Z[ helios-setup] Sep 23 17:27:26.576 INFO E| Compiling jobserver v0.1.26
28712024-09-23T17:27:28.733Z[ helios-setup] Sep 23 17:27:26.834 INFO E| Compiling getrandom v0.2.8
28722024-09-23T17:27:28.970Z[ helios-setup] Sep 23 17:27:27.071 INFO E| Compiling indexmap v1.9.3
28732024-09-23T17:27:29.378Z[ helios-setup] Sep 23 17:27:27.479 INFO E| Compiling syn v2.0.72
28742024-09-23T17:27:29.484Z[ helios-setup] Sep 23 17:27:27.585 INFO E| Compiling cc v1.0.78
28752024-09-23T17:27:29.710Z[ helios-setup] Sep 23 17:27:27.811 INFO E| Compiling scopeguard v1.1.0
28762024-09-23T17:27:29.710Z[ helios-setup] Sep 23 17:27:27.811 INFO E| Compiling pin-project-lite v0.2.9
28772024-09-23T17:27:29.871Z[ helios-setup] Sep 23 17:27:27.972 INFO E| Compiling num-integer v0.1.45
28782024-09-23T17:27:30.070Z[ helios-setup] Sep 23 17:27:28.169 INFO E| Compiling futures-core v0.3.28
28792024-09-23T17:27:30.158Z[ helios-setup] Sep 23 17:27:28.259 INFO E| Compiling bytes v1.4.0
28802024-09-23T17:27:30.643Z[ helios-setup] Sep 23 17:27:28.744 INFO E| Compiling ryu v1.0.13
28812024-09-23T17:27:32.016Z[ helios-setup] Sep 23 17:27:30.117 INFO E| Compiling lock_api v0.4.9
28822024-09-23T17:27:32.186Z[ helios-setup] Sep 23 17:27:30.286 INFO E| Compiling parking_lot_core v0.9.6
28832024-09-23T17:27:32.638Z[ helios-setup] Sep 23 17:27:30.739 INFO E| Compiling bitflags v1.3.2
28842024-09-23T17:27:32.720Z[ helios-setup] Sep 23 17:27:30.820 INFO E| Compiling typenum v1.16.0
28852024-09-23T17:27:33.493Z[ helios-setup] Sep 23 17:27:31.594 INFO E| Compiling num_cpus v1.15.0
28862024-09-23T17:27:33.497Z[ host-package] Compiling git2 v0.19.0
28872024-09-23T17:27:33.640Z[ helios-setup] Sep 23 17:27:31.740 INFO E| Compiling generic-array v0.14.6
28882024-09-23T17:27:33.642Z[ helios-setup] Sep 23 17:27:31.742 INFO E| Compiling slab v0.4.7
28892024-09-23T17:27:33.758Z[ helios-setup] Sep 23 17:27:31.858 INFO E| Compiling futures-task v0.3.28
28902024-09-23T17:27:34.108Z[ helios-setup] Sep 23 17:27:32.208 INFO E| Compiling futures-channel v0.3.28
28912024-09-23T17:27:34.214Z[ helios-setup] Sep 23 17:27:32.314 INFO E| Compiling futures-sink v0.3.28
28922024-09-23T17:27:34.653Z[ helios-setup] Sep 23 17:27:32.753 INFO E| Compiling tokio v1.27.0
28932024-09-23T17:27:34.959Z[ helios-setup] Sep 23 17:27:33.059 INFO E| Compiling futures-util v0.3.28
28942024-09-23T17:27:35.096Z[ helios-setup] Sep 23 17:27:33.196 INFO E| Compiling schemars v0.8.12
28952024-09-23T17:27:36.127Z[ helios-setup] Sep 23 17:27:34.227 INFO E| Compiling mio v0.8.5
28962024-09-23T17:27:36.314Z[ helios-setup] Sep 23 17:27:34.414 INFO E| Compiling signal-hook-registry v1.4.0
28972024-09-23T17:27:36.390Z[ helios-setup] Sep 23 17:27:34.490 INFO E| Compiling socket2 v0.4.9
28982024-09-23T17:27:36.684Z[ helios-setup] Sep 23 17:27:34.784 INFO E| Compiling ahash v0.7.6
28992024-09-23T17:27:37.423Z[ helios-setup] Sep 23 17:27:35.523 INFO E| Compiling num-traits v0.2.15
29002024-09-23T17:27:37.912Z[ helios-setup] Sep 23 17:27:36.012 INFO E| Compiling io-lifetimes v1.0.10
29012024-09-23T17:27:38.195Z[ helios-setup] Sep 23 17:27:36.295 INFO E| Compiling futures-io v0.3.28
29022024-09-23T17:27:38.882Z[ helios-setup] Sep 23 17:27:36.982 INFO E| Compiling crunchy v0.2.2
29032024-09-23T17:27:39.112Z[ helios-setup] Sep 23 17:27:37.211 INFO E| Compiling pin-utils v0.1.0
29042024-09-23T17:27:39.962Z[ helios-setup] Sep 23 17:27:38.060 INFO E| Compiling ahash v0.8.3
29052024-09-23T17:27:40.133Z[ helios-setup] Sep 23 17:27:38.232 INFO E| Compiling rustix v0.37.3
29062024-09-23T17:27:40.529Z[ helios-setup] Sep 23 17:27:38.629 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29072024-09-23T17:27:40.624Z[ helios-setup] Sep 23 17:27:38.724 INFO E| Compiling hashbrown v0.12.3
29082024-09-23T17:27:40.782Z[ helios-setup] Sep 23 17:27:38.882 INFO E| Compiling tiny-keccak v2.0.2
29092024-09-23T17:27:41.586Z[ helios-setup] Sep 23 17:27:39.686 INFO E| Compiling serde_derive_internals v0.26.0
29102024-09-23T17:27:41.673Z[ host-package] Compiling tokio-tungstenite v0.20.1
29112024-09-23T17:27:41.713Z[ helios-setup] Sep 23 17:27:39.812 INFO E| Compiling block-buffer v0.10.3
29122024-09-23T17:27:42.065Z[ helios-setup] Sep 23 17:27:40.164 INFO E| Compiling crypto-common v0.1.6
29132024-09-23T17:27:42.947Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29142024-09-23T17:27:43.303Z[ helios-setup] Sep 23 17:27:41.402 INFO E| Compiling errno v0.3.1
29152024-09-23T17:27:43.658Z[ helios-setup] Sep 23 17:27:41.757 INFO E| Compiling pkg-config v0.3.26
29162024-09-23T17:27:43.725Z[ helios-setup] Sep 23 17:27:41.824 INFO E| Compiling slog v2.7.0
29172024-09-23T17:27:43.757Z[ helios-setup] Sep 23 17:27:41.856 INFO E| Compiling fnv v1.0.7
29182024-09-23T17:27:44.471Z[ helios-setup] Sep 23 17:27:42.570 INFO E| Compiling crossbeam-utils v0.8.14
29192024-09-23T17:27:45.281Z[ helios-setup] Sep 23 17:27:43.380 INFO E| Compiling http v0.2.9
29202024-09-23T17:27:47.138Z[ helios-setup] Sep 23 17:27:45.236 INFO E| Compiling digest v0.10.6
29212024-09-23T17:27:47.760Z[ helios-setup] Sep 23 17:27:45.859 INFO E| Compiling aho-corasick v0.7.20
29222024-09-23T17:27:48.381Z[ helios-setup] Sep 23 17:27:46.479 INFO E| Compiling httparse v1.8.0
29232024-09-23T17:27:48.428Z[ helios-setup] Sep 23 17:27:46.527 INFO E| Compiling tinyvec_macros v0.1.1
29242024-09-23T17:27:48.704Z[ helios-setup] Sep 23 17:27:46.802 INFO E| Compiling cpufeatures v0.2.5
29252024-09-23T17:27:48.924Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29262024-09-23T17:27:48.949Z[ helios-setup] Sep 23 17:27:47.048 INFO E| Compiling heck v0.4.1
29272024-09-23T17:27:49.457Z[ helios-setup] Sep 23 17:27:47.556 INFO E| Compiling regex-syntax v0.6.29
29282024-09-23T17:27:49.745Z[ helios-setup] Sep 23 17:27:47.843 INFO E| Compiling unicode-width v0.1.10
29292024-09-23T17:27:50.647Z[ helios-setup] Sep 23 17:27:48.746 INFO E| Compiling anyhow v1.0.68
29302024-09-23T17:27:50.708Z[ helios-setup] Sep 23 17:27:48.805 INFO E| Compiling percent-encoding v2.2.0
29312024-09-23T17:27:51.262Z[ helios-setup] Sep 23 17:27:49.360 INFO E| Compiling const-random-macro v0.1.15
29322024-09-23T17:27:51.430Z[ helios-setup] Sep 23 17:27:49.528 INFO E| Compiling serde_derive v1.0.204
29332024-09-23T17:27:51.658Z[ helios-setup] Sep 23 17:27:49.756 INFO E| Compiling tokio-macros v2.0.0
29342024-09-23T17:27:51.884Z[ helios-setup] Sep 23 17:27:49.981 INFO E| Compiling futures-macro v0.3.28
29352024-09-23T17:27:52.046Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29362024-09-23T17:27:52.243Z[ helios-setup] Sep 23 17:27:50.341 INFO E| Compiling thiserror-impl v1.0.38
29372024-09-23T17:27:52.932Z[ helios-setup] Sep 23 17:27:51.029 INFO E| Compiling schemars_derive v0.8.12
29382024-09-23T17:27:53.585Z[ helios-setup] Sep 23 17:27:51.682 INFO E| Compiling form_urlencoded v1.1.0
29392024-09-23T17:27:53.664Z[ helios-setup] Sep 23 17:27:51.760 INFO E| Compiling tinyvec v1.6.0
29402024-09-23T17:27:54.415Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29412024-09-23T17:27:54.828Z[ helios-setup] Sep 23 17:27:52.926 INFO E| Compiling hashbrown v0.13.2
29422024-09-23T17:27:57.147Z[ helios-setup] Sep 23 17:27:55.244 INFO E| Compiling regex v1.7.3
29432024-09-23T17:27:57.593Z[ host-package] Compiling libsqlite3-sys v0.30.1
29442024-09-23T17:27:58.098Z[ helios-setup] Sep 23 17:27:56.195 INFO E| Compiling chrono v0.4.24
29452024-09-23T17:27:58.674Z[ host-package] Compiling erased-serde v0.3.31
29462024-09-23T17:27:58.900Z[ helios-setup] Sep 23 17:27:56.997 INFO E| Compiling libz-sys v1.1.8
29472024-09-23T17:28:01.270Z[ helios-setup] Sep 23 17:27:59.367 INFO E| Compiling uuid v1.3.0
29482024-09-23T17:28:01.814Z[ helios-setup] Sep 23 17:27:59.910 INFO E| Compiling dyn-clone v1.0.11
29492024-09-23T17:28:02.488Z[ helios-setup] Sep 23 17:28:00.584 INFO E| Compiling unicode-normalization v0.1.22
29502024-09-23T17:28:02.545Z[ host-package] Compiling serde_arrays v0.1.0
29512024-09-23T17:28:02.614Z[ helios-setup] Sep 23 17:28:00.711 INFO E| Compiling regress v0.5.0
29522024-09-23T17:28:02.654Z[ helios-setup] Sep 23 17:28:00.750 INFO E| Compiling const-random v0.1.15
29532024-09-23T17:28:02.982Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29542024-09-23T17:28:03.988Z[ host-package] Compiling cfg_aliases v0.2.1
29552024-09-23T17:28:04.305Z[ host-package] Compiling tokio-rustls v0.26.0
29562024-09-23T17:28:04.362Z[ host-package] Compiling nix v0.29.0
29572024-09-23T17:28:04.798Z[ helios-setup] Sep 23 17:28:02.894 INFO E| Compiling getopts v0.2.21
29582024-09-23T17:28:05.154Z[ helios-setup] Sep 23 17:28:03.250 INFO E| Compiling tracing-core v0.1.30
29592024-09-23T17:28:05.298Z[ helios-setup] Sep 23 17:28:03.394 INFO E| Compiling memoffset v0.7.1
29602024-09-23T17:28:05.737Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29612024-09-23T17:28:06.286Z[ helios-setup] Sep 23 17:28:04.383 INFO E| Compiling time-core v0.1.2
29622024-09-23T17:28:06.554Z[ helios-setup] Sep 23 17:28:04.650 INFO E| Compiling ucd-trie v0.1.5
29632024-09-23T17:28:08.300Z[ helios-setup] Sep 23 17:28:06.396 INFO E| Compiling powerfmt v0.2.0
29642024-09-23T17:28:08.355Z[ helios-setup] Sep 23 17:28:06.451 INFO E| Compiling num-conv v0.1.0
29652024-09-23T17:28:08.918Z[ helios-setup] Sep 23 17:28:07.013 INFO E| Compiling unicode-bidi v0.3.13
29662024-09-23T17:28:09.230Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29672024-09-23T17:28:09.955Z[ helios-setup] Sep 23 17:28:08.050 INFO E| Compiling time-macros v0.2.18
29682024-09-23T17:28:10.369Z[ helios-setup] Sep 23 17:28:08.464 INFO E| Compiling idna v0.3.0
29692024-09-23T17:28:11.577Z[ helios-setup] Sep 23 17:28:09.673 INFO E| Compiling deranged v0.3.11
29702024-09-23T17:28:13.674Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29712024-09-23T17:28:15.534Z[ helios-setup] Sep 23 17:28:13.628 INFO E| Compiling pest v2.5.7
29722024-09-23T17:28:16.335Z[ helios-setup] Sep 23 17:28:14.430 INFO E| Compiling tracing v0.1.37
29732024-09-23T17:28:17.107Z[ helios-setup] Sep 23 17:28:15.202 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29742024-09-23T17:28:17.305Z[ helios-setup] Sep 23 17:28:15.400 INFO E| Compiling time v0.1.45
29752024-09-23T17:28:17.412Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29762024-09-23T17:28:17.871Z[ helios-setup] Sep 23 17:28:15.965 INFO E| Compiling crossbeam-epoch v0.9.13
29772024-09-23T17:28:18.776Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29782024-09-23T17:28:18.922Z[ helios-setup] Sep 23 17:28:17.016 INFO E| Compiling toml v0.5.11
29792024-09-23T17:28:19.317Z[ helios-setup] Sep 23 17:28:17.412 INFO E| Compiling serde_tokenstream v0.2.0
29802024-09-23T17:28:19.656Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
29812024-09-23T17:28:20.050Z[ helios-setup] Sep 23 17:28:18.144 INFO E| Compiling smallvec v1.10.0
29822024-09-23T17:28:20.862Z[ host-package] Compiling heck v0.3.3
29832024-09-23T17:28:21.486Z[ helios-setup] Sep 23 17:28:19.581 INFO E| Compiling num_threads v0.1.6
29842024-09-23T17:28:21.668Z[ host-package] Compiling castaway v0.2.3
29852024-09-23T17:28:21.725Z[ helios-setup] Sep 23 17:28:19.820 INFO E| Compiling semver v1.0.17
29862024-09-23T17:28:22.208Z[ host-package] Compiling rand_seeder v0.3.0
29872024-09-23T17:28:22.745Z[ helios-setup] Sep 23 17:28:20.839 INFO E| Compiling parking_lot v0.12.1
29882024-09-23T17:28:22.961Z[ helios-setup] Sep 23 17:28:21.055 INFO E| Compiling iana-time-zone v0.1.56
29892024-09-23T17:28:23.141Z[ host-package] Compiling csv-core v0.1.11
29902024-09-23T17:28:23.212Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29912024-09-23T17:28:24.638Z[ host-package] Compiling http-range v0.1.5
29922024-09-23T17:28:24.748Z[ helios-setup] Sep 23 17:28:22.842 INFO E| Compiling time v0.3.36
29932024-09-23T17:28:24.985Z[ helios-setup] Sep 23 17:28:23.079 INFO E| Compiling semver-parser v0.10.2
29942024-09-23T17:28:25.902Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29952024-09-23T17:28:27.232Z[ host-package] Compiling hyper-staticfile v0.9.5
29962024-09-23T17:28:27.959Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29972024-09-23T17:28:28.852Z[ helios-setup] Sep 23 17:28:26.945 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29982024-09-23T17:28:31.944Z[ helios-setup] Sep 23 17:28:30.037 INFO E| Compiling url v2.3.1
29992024-09-23T17:28:32.568Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30002024-09-23T17:28:34.047Z[ host-package] Compiling csv v1.3.0
30012024-09-23T17:28:36.845Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30022024-09-23T17:28:37.052Z[ helios-setup] Sep 23 17:28:35.145 INFO E| Compiling crossbeam-channel v0.5.6
30032024-09-23T17:28:37.229Z[ host-package] Compiling compact_str v0.8.0
30042024-09-23T17:28:38.144Z[ host-package] Compiling zone_cfg_derive v0.1.2
30052024-09-23T17:28:38.359Z[ helios-setup] Sep 23 17:28:36.451 INFO E| Compiling dirs-sys-next v0.1.2
30062024-09-23T17:28:39.776Z[ helios-setup] Sep 23 17:28:37.868 INFO E| Compiling try-lock v0.2.4
30072024-09-23T17:28:39.969Z[ helios-setup] Sep 23 17:28:38.061 INFO E| Compiling same-file v1.0.6
30082024-09-23T17:28:40.236Z[ helios-setup] Sep 23 17:28:38.328 INFO E| Compiling crc32fast v1.3.2
30092024-09-23T17:28:40.453Z[ helios-setup] Sep 23 17:28:38.545 INFO E| Compiling walkdir v2.3.3
30102024-09-23T17:28:40.484Z[ helios-setup] Sep 23 17:28:38.576 INFO E| Compiling want v0.3.0
30112024-09-23T17:28:40.879Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
30122024-09-23T17:28:41.226Z[ host-package] Compiling nix v0.27.1
30132024-09-23T17:28:41.278Z[ helios-setup] Sep 23 17:28:39.370 INFO E| Compiling dirs-next v2.0.0
30142024-09-23T17:28:42.188Z[ helios-setup] Sep 23 17:28:40.280 INFO E| Compiling tokio-util v0.7.7
30152024-09-23T17:28:42.391Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
30162024-09-23T17:28:44.322Z[ helios-setup] Sep 23 17:28:42.413 INFO E| Compiling h2 v0.3.16
30172024-09-23T17:28:44.911Z[ helios-setup] Sep 23 17:28:43.002 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30182024-09-23T17:28:45.763Z[ helios-setup] Sep 23 17:28:43.854 INFO E| Compiling semver v0.11.0
30192024-09-23T17:28:46.986Z[ helios-setup] Sep 23 17:28:45.077 INFO E| Compiling proc-macro-crate v1.2.1
30202024-09-23T17:28:47.794Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30212024-09-23T17:28:48.638Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30222024-09-23T17:28:51.463Z[ helios-setup] Sep 23 17:28:49.539 INFO E| Compiling futures-executor v0.3.28
30232024-09-23T17:28:52.086Z[ helios-setup] Sep 23 17:28:50.176 INFO E| Compiling http-body v0.4.5
30242024-09-23T17:28:52.379Z[ helios-setup] Sep 23 17:28:50.469 INFO E| Compiling ring v0.16.20
30252024-09-23T17:28:53.624Z[ helios-setup] Sep 23 17:28:51.714 INFO E| Compiling rand_core v0.6.4
30262024-09-23T17:28:53.826Z[ helios-setup] Sep 23 17:28:51.917 INFO E| Compiling thread_local v1.1.7
30272024-09-23T17:28:54.917Z[ helios-setup] Sep 23 17:28:53.006 INFO E| Compiling tower-service v0.3.2
30282024-09-23T17:28:55.067Z[ helios-setup] Sep 23 17:28:53.156 INFO E| Compiling lazy_static v1.4.0
30292024-09-23T17:28:55.204Z[ helios-setup] Sep 23 17:28:53.294 INFO E| Compiling utf8parse v0.2.1
30302024-09-23T17:28:55.429Z[ helios-setup] Sep 23 17:28:53.519 INFO E| Compiling ppv-lite86 v0.2.17
30312024-09-23T17:28:55.597Z[ helios-setup] Sep 23 17:28:53.687 INFO E| Compiling home v0.5.4
30322024-09-23T17:28:55.698Z[ helios-setup] Sep 23 17:28:53.788 INFO E| Compiling httpdate v1.0.2
30332024-09-23T17:28:56.281Z[ helios-setup] Sep 23 17:28:54.371 INFO E| Compiling rayon-core v1.10.2
30342024-09-23T17:28:57.162Z[ helios-setup] Sep 23 17:28:55.251 INFO E| Compiling base64 v0.21.0
30352024-09-23T17:28:57.319Z[ helios-setup] Sep 23 17:28:55.409 INFO E| Compiling adler v1.0.2
30362024-09-23T17:28:57.836Z[ helios-setup] Sep 23 17:28:55.926 INFO E| Compiling fastrand v1.9.0
30372024-09-23T17:28:58.885Z[ helios-setup] Sep 23 17:28:56.974 INFO E| Compiling tempfile v3.5.0
30382024-09-23T17:28:59.751Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30392024-09-23T17:28:59.786Z[ helios-setup] Sep 23 17:28:57.876 INFO E| Compiling miniz_oxide v0.6.2
30402024-09-23T17:29:00.129Z[ helios-setup] Sep 23 17:28:58.218 INFO E| Compiling rand_chacha v0.3.1
30412024-09-23T17:29:01.429Z[ helios-setup] Sep 23 17:28:59.518 INFO E| Compiling hyper v0.14.25
30422024-09-23T17:29:04.110Z[ helios-setup] Sep 23 17:29:02.199 INFO E| Compiling toolchain_find v0.2.0
30432024-09-23T17:29:04.514Z[ helios-setup] Sep 23 17:29:02.602 INFO E| Compiling anstyle-parse v0.1.1
30442024-09-23T17:29:05.721Z[ helios-setup] Sep 23 17:29:03.810 INFO E| Compiling futures v0.3.28
30452024-09-23T17:29:07.943Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30462024-09-23T17:29:08.014Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30472024-09-23T17:29:08.724Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30482024-09-23T17:29:08.939Z[ host-package] Compiling unicode-truncate v1.0.0
30492024-09-23T17:29:09.464Z[ host-package] Compiling hashlink v0.9.1
30502024-09-23T17:29:09.695Z[ host-package] Compiling lru v0.12.3
30512024-09-23T17:29:10.684Z[ host-package] Compiling instability v0.3.2
30522024-09-23T17:29:11.490Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30532024-09-23T17:29:12.297Z[ host-package] Compiling base64 v0.13.1
30542024-09-23T17:29:12.727Z[ host-package] Compiling cassowary v0.3.0
30552024-09-23T17:29:13.996Z[ host-package] Compiling fallible-iterator v0.3.0
30562024-09-23T17:29:14.195Z[ host-package] Compiling ratatui v0.28.0
30572024-09-23T17:29:15.988Z[ helios-setup] Sep 23 17:29:14.076 INFO E| Compiling num_enum_derive v0.5.7
30582024-09-23T17:29:16.095Z[ host-package] Compiling rusqlite v0.32.1
30592024-09-23T17:29:16.784Z[ helios-setup] Sep 23 17:29:14.871 INFO E| Compiling cargo-lock v8.0.3
30602024-09-23T17:29:20.281Z[ host-package] Compiling ron v0.7.1
30612024-09-23T17:29:20.355Z[ helios-setup] Sep 23 17:29:18.442 INFO E| Compiling crossbeam-deque v0.8.2
30622024-09-23T17:29:21.587Z[ helios-setup] Sep 23 17:29:19.674 INFO E| Compiling term v0.7.0
30632024-09-23T17:29:23.879Z[ helios-setup] Sep 23 17:29:21.965 INFO E| Compiling serde_urlencoded v0.7.1
30642024-09-23T17:29:25.008Z[ helios-setup] Sep 23 17:29:23.094 INFO E| Compiling is-terminal v0.4.7
30652024-09-23T17:29:25.474Z[ helios-setup] Sep 23 17:29:23.560 INFO E| Compiling sha1 v0.10.5
30662024-09-23T17:29:25.596Z[ helios-setup] Sep 23 17:29:23.683 INFO E| Compiling sha2 v0.10.6
30672024-09-23T17:29:26.043Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30682024-09-23T17:29:27.297Z[ helios-setup] Sep 23 17:29:25.383 INFO E| Compiling atty v0.2.14
30692024-09-23T17:29:27.351Z[ helios-setup] Sep 23 17:29:25.437 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30702024-09-23T17:29:27.699Z[ helios-setup] Sep 23 17:29:25.784 INFO E| Compiling concolor-query v0.3.3
30712024-09-23T17:29:28.101Z[ helios-setup] Sep 23 17:29:26.187 INFO E| Compiling concolor-override v1.0.0
30722024-09-23T17:29:29.882Z[ helios-setup] Sep 23 17:29:27.968 INFO E| Compiling anstyle v0.3.5
30732024-09-23T17:29:30.851Z[ helios-setup] Sep 23 17:29:28.937 INFO E| Compiling anstream v0.2.6
30742024-09-23T17:29:32.474Z[ helios-setup] Sep 23 17:29:30.559 INFO E| Compiling slog-term v2.9.0
30752024-09-23T17:29:32.810Z[ helios-setup] Sep 23 17:29:30.896 INFO E| Compiling flate2 v1.0.25
30762024-09-23T17:29:35.202Z[ helios-setup] Sep 23 17:29:33.287 INFO E| Compiling num_enum v0.5.7
30772024-09-23T17:29:35.307Z[ helios-setup] Sep 23 17:29:33.392 INFO E| Compiling rustfmt-wrapper v0.2.0
30782024-09-23T17:29:35.659Z[ helios-setup] Sep 23 17:29:33.744 INFO E| Compiling rand v0.8.5
30792024-09-23T17:29:36.807Z[ helios-setup] Sep 23 17:29:34.892 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30802024-09-23T17:29:37.154Z[ helios-setup] Sep 23 17:29:35.239 INFO E| Compiling openapiv3 v1.0.2
30812024-09-23T17:29:38.742Z[ helios-setup] Sep 23 17:29:36.827 INFO E| Compiling encoding_rs v0.8.32
30822024-09-23T17:29:39.620Z[ helios-setup] Sep 23 17:29:37.705 INFO E| Compiling unsafe-libyaml v0.2.8
30832024-09-23T17:29:40.818Z[ helios-setup] Sep 23 17:29:38.903 INFO E| Compiling either v1.8.0
30842024-09-23T17:29:41.639Z[ helios-setup] Sep 23 17:29:39.723 INFO E| Compiling untrusted v0.7.1
30852024-09-23T17:29:42.389Z[ helios-setup] Sep 23 17:29:40.473 INFO E| Compiling project-root v0.2.2
30862024-09-23T17:29:43.224Z[ helios-setup] Sep 23 17:29:41.308 INFO E| Compiling strsim v0.10.0
30872024-09-23T17:29:43.394Z[ helios-setup] Sep 23 17:29:41.479 INFO E| Compiling clap_lex v0.4.1
30882024-09-23T17:29:45.378Z[ helios-setup] Sep 23 17:29:43.462 INFO E| Compiling mime v0.3.17
30892024-09-23T17:29:45.548Z[ helios-setup] Sep 23 17:29:43.631 INFO E| Compiling ipnet v2.7.2
30902024-09-23T17:29:46.056Z[ helios-setup] Sep 23 17:29:44.140 INFO E| Compiling spin v0.5.2
30912024-09-23T17:29:46.680Z[ helios-setup] Sep 23 17:29:44.764 INFO E| Compiling base64 v0.13.1
30922024-09-23T17:29:46.925Z[ helios-setup] Sep 23 17:29:45.009 INFO E| Compiling byteorder v1.4.3
30932024-09-23T17:29:47.646Z[ helios-setup] Sep 23 17:29:45.729 INFO E| Compiling utf-8 v0.7.6
30942024-09-23T17:29:48.212Z[ helios-setup] Sep 23 17:29:46.295 INFO E| Compiling tungstenite v0.18.0
30952024-09-23T17:29:48.405Z[ helios-setup] Sep 23 17:29:46.488 INFO E| Compiling reqwest v0.11.16
30962024-09-23T17:29:48.989Z[ helios-setup] Sep 23 17:29:47.072 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30972024-09-23T17:29:51.074Z[ helios-setup] Sep 23 17:29:49.157 INFO E| Compiling clap_builder v4.2.1
30982024-09-23T17:29:51.522Z[ helios-setup] Sep 23 17:29:49.606 INFO E| Compiling serde_yaml v0.9.21
30992024-09-23T17:29:58.662Z[ helios-setup] Sep 23 17:29:56.745 INFO E| Compiling rayon v1.6.1
31002024-09-23T17:29:59.375Z[ helios-setup] Sep 23 17:29:57.457 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31012024-09-23T17:29:59.550Z[ helios-setup] Sep 23 17:29:57.632 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31022024-09-23T17:29:59.615Z[ host-package] Compiling zone v0.1.8
31032024-09-23T17:30:00.772Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31042024-09-23T17:30:02.105Z[ helios-setup] Sep 23 17:30:00.187 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31052024-09-23T17:30:02.772Z[ helios-setup] Sep 23 17:30:00.854 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31062024-09-23T17:30:03.679Z[ helios-setup] Sep 23 17:30:01.760 INFO E| Compiling clap_derive v4.2.0
31072024-09-23T17:30:04.629Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31082024-09-23T17:30:06.020Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31092024-09-23T17:30:06.745Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31102024-09-23T17:30:10.330Z[ helios-setup] Sep 23 17:30:08.411 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31112024-09-23T17:30:12.317Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31122024-09-23T17:30:12.879Z[ helios-setup] Sep 23 17:30:10.959 INFO E| Compiling clap v4.2.1
31132024-09-23T17:30:13.402Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31142024-09-23T17:30:15.105Z[ helios-setup] Sep 23 17:30:13.184 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31152024-09-23T17:30:23.022Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
31162024-09-23T17:30:26.013Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31172024-09-23T17:30:26.873Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31182024-09-23T17:30:27.195Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31192024-09-23T17:30:27.648Z[ host-package] Compiling signal-hook-tokio v0.3.1
31202024-09-23T17:30:28.656Z[ host-package] Compiling twox-hash v1.6.3
31212024-09-23T17:30:31.043Z[ host-package] Compiling yasna v0.5.2
31222024-09-23T17:30:31.053Z[ helios-setup] Sep 23 17:30:29.129 INFO E| Compiling tokio-tungstenite v0.18.0
31232024-09-23T17:30:32.272Z[ helios-setup] Sep 23 17:30:30.350 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31242024-09-23T17:30:35.898Z[ helios-setup] Sep 23 17:30:33.975 INFO E| Compiling smartstring v1.0.1
31252024-09-23T17:30:36.552Z[ host-package] Compiling portpicker v0.1.1
31262024-09-23T17:30:36.767Z[ helios-setup] Sep 23 17:30:34.845 INFO E| Compiling rustls v0.21.0
31272024-09-23T17:30:37.699Z[ host-package] Compiling smawk v0.3.2
31282024-09-23T17:30:37.876Z[ host-package] Compiling is_ci v1.2.0
31292024-09-23T17:30:38.374Z[ host-package] Compiling unicode-linebreak v0.1.5
31302024-09-23T17:30:38.651Z[ host-package] Compiling supports-color v3.0.1
31312024-09-23T17:30:38.728Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31322024-09-23T17:30:39.020Z[ host-package] Compiling rcgen v0.12.1
31332024-09-23T17:30:39.198Z[ helios-setup] Sep 23 17:30:37.276 INFO E| Compiling serde_spanned v0.6.1
31342024-09-23T17:30:39.621Z[ host-package] Compiling textwrap v0.16.1
31352024-09-23T17:30:39.698Z[ helios-setup] Sep 23 17:30:37.775 INFO E| Compiling toml_datetime v0.6.1
31362024-09-23T17:30:41.168Z[ helios-setup] Sep 23 17:30:39.245 INFO E| Compiling winnow v0.4.1
31372024-09-23T17:30:43.608Z[ helios-setup] Sep 23 17:30:41.685 INFO E| Compiling static_assertions v1.1.0
31382024-09-23T17:30:44.039Z[ helios-setup] Sep 23 17:30:42.116 INFO E| Compiling slog-async v2.7.0
31392024-09-23T17:30:45.558Z[ helios-setup] Sep 23 17:30:43.634 INFO E| Compiling camino v1.1.4
31402024-09-23T17:30:47.332Z[ helios-setup] Sep 23 17:30:45.408 INFO E| Compiling match_cfg v0.1.0
31412024-09-23T17:30:47.669Z[ helios-setup] Sep 23 17:30:45.745 INFO E| Compiling async-trait v0.1.68
31422024-09-23T17:30:49.261Z[ helios-setup] Sep 23 17:30:47.337 INFO E| Compiling paste v1.0.12
31432024-09-23T17:30:49.893Z[ helios-setup] Sep 23 17:30:47.969 INFO E| Compiling toml_edit v0.19.8
31442024-09-23T17:30:50.250Z[ helios-setup] Sep 23 17:30:48.326 INFO E| Compiling hostname v0.3.1
31452024-09-23T17:30:50.917Z[ helios-setup] Sep 23 17:30:48.993 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31462024-09-23T17:30:52.383Z[ helios-setup] Sep 23 17:30:50.458 INFO E| Compiling slog-json v2.6.1
31472024-09-23T17:30:53.783Z[ helios-setup] Sep 23 17:30:51.857 INFO E| Compiling unicode-linebreak v0.1.4
31482024-09-23T17:30:57.837Z[ helios-setup] Sep 23 17:30:55.912 INFO E| Compiling rhai_codegen v1.5.0
31492024-09-23T17:30:58.693Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31502024-09-23T17:30:59.267Z[ helios-setup] Sep 23 17:30:57.342 INFO E| Compiling async-stream-impl v0.3.5
31512024-09-23T17:30:59.437Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31522024-09-23T17:31:00.827Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31532024-09-23T17:31:02.453Z[ helios-setup] Sep 23 17:31:00.527 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31542024-09-23T17:31:02.821Z[ helios-setup] Sep 23 17:31:00.895 INFO E| Compiling take_mut v0.2.2
31552024-09-23T17:31:03.645Z[ helios-setup] Sep 23 17:31:01.719 INFO E| Compiling rhai v1.14.0
31562024-09-23T17:31:04.908Z[ helios-setup] Sep 23 17:31:02.981 INFO E| Compiling async-stream v0.3.5
31572024-09-23T17:31:05.345Z[ helios-setup] Sep 23 17:31:03.419 INFO E| Compiling toml v0.7.3
31582024-09-23T17:31:05.685Z[ helios-setup] Sep 23 17:31:03.759 INFO E| Compiling slog-bunyan v2.4.0
31592024-09-23T17:31:09.922Z[ helios-setup] Sep 23 17:31:07.996 INFO E| Compiling rustls-pemfile v1.0.2
31602024-09-23T17:31:10.168Z[ helios-setup] Sep 23 17:31:08.241 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31612024-09-23T17:31:11.402Z[ helios-setup] Sep 23 17:31:09.474 INFO E| Compiling serde_path_to_error v0.1.11
31622024-09-23T17:31:13.841Z[ helios-setup] Sep 23 17:31:11.914 INFO E| Compiling bincode v1.3.3
31632024-09-23T17:31:14.856Z[ helios-setup] Sep 23 17:31:12.928 INFO E| Compiling terminal_size v0.2.6
31642024-09-23T17:31:15.644Z[ helios-setup] Sep 23 17:31:13.716 INFO E| Compiling smawk v0.3.1
31652024-09-23T17:31:16.454Z[ helios-setup] Sep 23 17:31:14.527 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31662024-09-23T17:31:16.503Z[ helios-setup] Sep 23 17:31:14.576 INFO E| Compiling textwrap v0.16.0
31672024-09-23T17:31:21.545Z[ helios-setup] Sep 23 17:31:19.617 INFO E| Compiling rustls-webpki v0.100.1
31682024-09-23T17:31:22.217Z[ helios-setup] Sep 23 17:31:20.289 INFO E| Compiling sct v0.7.0
31692024-09-23T17:31:25.802Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31702024-09-23T17:31:31.980Z[ helios-setup] Sep 23 17:31:30.051 INFO E| Compiling tokio-rustls v0.24.0
31712024-09-23T17:31:32.638Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31722024-09-23T17:31:33.356Z[ helios-setup] Sep 23 17:31:31.426 INFO E| Compiling git2 v0.16.1
31732024-09-23T17:31:35.284Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31742024-09-23T17:31:36.577Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31752024-09-23T17:31:43.355Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762024-09-23T17:31:44.032Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
31772024-09-23T17:31:44.624Z[ helios-setup] Sep 23 17:31:42.693 INFO E| Compiling built v0.6.0
31782024-09-23T17:31:46.971Z[ helios-setup] Sep 23 17:31:45.040 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31792024-09-23T17:31:49.142Z[ helios-setup] Sep 23 17:31:47.210 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31802024-09-23T17:31:50.354Z[ helios-setup] Sep 23 17:31:48.422 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31812024-09-23T17:31:55.207Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31822024-09-23T17:31:56.719Z[ host-package] Compiling fatfs v0.3.6
31832024-09-23T17:31:58.904Z[ host-package] Compiling subprocess v0.2.9
31842024-09-23T17:32:00.913Z[ host-package] Compiling rtoolbox v0.0.2
31852024-09-23T17:32:01.506Z[ host-package] Compiling assert_matches v1.5.0
31862024-09-23T17:32:05.383Z[ host-package] Compiling rpassword v7.3.1
31872024-09-23T17:32:06.790Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31882024-09-23T17:32:09.420Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31892024-09-23T17:32:10.734Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902024-09-23T17:32:16.597Z[ host-package] Compiling tui-tree-widget v0.22.0
31912024-09-23T17:32:17.357Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31922024-09-23T17:32:18.736Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31932024-09-23T17:32:19.533Z[ helios-setup] Sep 23 17:32:17.598 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31942024-09-23T17:32:21.978Z[ helios-setup] Sep 23 17:32:20.042 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31952024-09-23T17:32:33.760Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31962024-09-23T17:32:40.774Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31972024-09-23T17:32:41.977Z[ host-package] Compiling uzers v0.11.3
31982024-09-23T17:32:46.986Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31992024-09-23T17:32:47.279Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32002024-09-23T17:32:50.881Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32012024-09-23T17:32:55.853Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32022024-09-23T17:33:05.252Z[ helios-setup] Sep 23 17:33:03.312 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32032024-09-23T17:33:58.726Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32042024-09-23T17:34:07.804Z[ host-package] Compiling multimap v0.10.0
32052024-09-23T17:34:10.537Z[ helios-setup] Sep 23 17:34:08.588 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
32062024-09-23T17:34:10.661Z[ helios-setup] Sep 23 17:34:08.712 INFO building project "pilot" ok (412 seconds)
32072024-09-23T17:34:10.665Z[ helios-setup] rm -f helios-build
32082024-09-23T17:34:10.668Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32092024-09-23T17:34:10.668Z[ helios-setup]
32102024-09-23T17:34:10.671Z[ helios-setup] Setup complete! ./helios-build is now available.
32112024-09-23T17:34:10.671Z[ helios-setup]
32122024-09-23T17:34:10.674Z[ helios-setup]
32132024-09-23T17:34:10.674Z[ helios-setup] real 11:57.976226350
32142024-09-23T17:34:10.674Z[ helios-setup] user 29:03.273763662
32152024-09-23T17:34:10.674ZSep 23 17:34:08.725[ helios-setup] sys 3:34.529115719
32162024-09-23T17:34:10.674Z INFO [helios-setup] process exited with exit status: 0 (717.982398827s)
32172024-09-23T17:34:10.674Z[ helios-setup] trap 1.755602137
32182024-09-23T17:34:10.682Z[ helios-setup] tflt 8.341618017
32192024-09-23T17:34:10.682Z[ helios-setup] dflt 27.964963775
32202024-09-23T17:34:10.682Z[ helios-setup] kflt 0.062194242
32212024-09-23T17:34:10.682Z[ helios-setup] lock 2:03:19.193719634
32222024-09-23T17:34:10.682Z[ helios-setup] slp 3:41:25.129622979
32232024-09-23T17:34:10.682Z[ helios-setup] lat 32:46.096104318
32242024-09-23T17:34:10.682Z[ helios-setup] stop 4:37.238532906
32252024-09-23T17:34:10.682ZSep 23 17:34:08.726 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32262024-09-23T17:34:10.694Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
32272024-09-23T17:34:10.937Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
32282024-09-23T17:34:10.940Z[ phbl-toolchain] info: downloading component 'cargo'
32292024-09-23T17:34:12.559Z[ phbl-toolchain] info: downloading component 'clippy'
32302024-09-23T17:34:12.933Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32312024-09-23T17:34:19.083Z[ phbl-toolchain] info: downloading component 'miri'
32322024-09-23T17:34:19.760Z[ phbl-toolchain] info: downloading component 'rust-docs'
32332024-09-23T17:34:21.281Z[ phbl-toolchain] info: downloading component 'rust-src'
32342024-09-23T17:34:21.786Z[ phbl-toolchain] info: downloading component 'rust-std'
32352024-09-23T17:34:24.243Z[ phbl-toolchain] info: downloading component 'rustc'
32362024-09-23T17:34:34.850Z[ phbl-toolchain] info: downloading component 'rustfmt'
32372024-09-23T17:34:35.125Z[ phbl-toolchain] info: installing component 'cargo'
32382024-09-23T17:34:36.621Z[ phbl-toolchain] info: installing component 'clippy'
32392024-09-23T17:34:37.199Z[ phbl-toolchain] info: installing component 'llvm-tools'
32402024-09-23T17:34:43.031Z[ phbl-toolchain] info: installing component 'miri'
32412024-09-23T17:34:43.441Z[ phbl-toolchain] info: installing component 'rust-docs'
32422024-09-23T17:34:51.719Z[ phbl-toolchain] info: installing component 'rust-src'
32432024-09-23T17:34:52.450Z[ phbl-toolchain] info: installing component 'rust-std'
32442024-09-23T17:34:55.088Z[ phbl-toolchain] info: installing component 'rustc'
32452024-09-23T17:35:04.794Z[ phbl-toolchain] info: installing component 'rustfmt'
32462024-09-23T17:35:05.631Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32472024-09-23T17:35:05.634ZSep 23 17:35:03.678 INFO [phbl-toolchain] process exited with exit status: 0 (54.95255574s)
32482024-09-23T17:36:07.151Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32492024-09-23T17:36:24.017Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32502024-09-23T17:42:36.582Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 38s
32512024-09-23T17:43:37.613ZSep 23 17:43:35.594 INFO [host-package] process exited with exit status: 0 (1239.427207727s)
32522024-09-23T17:43:37.615ZSep 23 17:43:35.594 INFO [host-stamp] running task
32532024-09-23T17:43:37.615ZSep 23 17:43:35.594 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32542024-09-23T17:43:37.619ZSep 23 17:43:35.600 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git40247425283
32552024-09-23T17:43:37.626ZSep 23 17:43:35.607 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git40247425283
32562024-09-23T17:43:37.633Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32572024-09-23T17:43:37.636ZSep 23 17:43:35.614 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git40247425283
32582024-09-23T17:43:37.639Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32592024-09-23T17:43:37.641ZSep 23 17:43:35.620 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git40247425283
32602024-09-23T17:43:37.643Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32612024-09-23T17:43:37.646ZSep 23 17:43:35.626 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git40247425283
32622024-09-23T17:43:37.646Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32632024-09-23T17:43:37.650Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32642024-09-23T17:43:37.652ZSep 23 17:43:35.633 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git40247425283
32652024-09-23T17:43:37.658Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32662024-09-23T17:43:37.660Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32672024-09-23T17:43:37.660ZSep 23 17:43:35.642 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git40247425283
32682024-09-23T17:43:37.666Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32692024-09-23T17:43:37.666Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32702024-09-23T17:43:37.669ZSep 23 17:43:35.650 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git40247425283
32712024-09-23T17:43:37.675Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32722024-09-23T17:43:37.678ZSep 23 17:43:35.659 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (39.075971ms)
32732024-09-23T17:43:37.678ZSep 23 17:43:35.659 INFO [stamp-overlay] process exited with exit status: 0 (51.67417ms)
32742024-09-23T17:43:37.678ZSep 23 17:43:35.659 INFO [stamp-oxlog] process exited with exit status: 0 (45.111592ms)
32752024-09-23T17:43:37.681Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32762024-09-23T17:43:37.689Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-09-23T17:43:37.739Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32782024-09-23T17:43:37.743ZSep 23 17:43:35.724 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (123.871165ms)
32792024-09-23T17:43:37.895Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32802024-09-23T17:43:37.898ZSep 23 17:43:35.879 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.808719ms)
32812024-09-23T17:43:38.032Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32822024-09-23T17:43:38.035ZSep 23 17:43:36.016 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (390.245062ms)
32832024-09-23T17:43:38.774Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32842024-09-23T17:43:38.778ZSep 23 17:43:36.758 INFO [stamp-propolis-server] process exited with exit status: 0 (1.108230055s)
32852024-09-23T17:43:38.964Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32862024-09-23T17:43:41.288Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32872024-09-23T17:43:47.802Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32882024-09-23T17:43:47.805ZSep 23 17:43:45.784 INFO [stamp-switch-asic] process exited with exit status: 0 (10.151116929s)
32892024-09-23T17:43:47.807ZSep 23 17:43:45.785 INFO [host-stamp] task succeeded (10.190998822s)
32902024-09-23T17:43:47.807ZSep 23 17:43:45.785 INFO [host-proto] running task
32912024-09-23T17:43:48.190ZSep 23 17:43:46.170 INFO [host-proto] task succeeded (384.825642ms)
32922024-09-23T17:43:48.190ZSep 23 17:43:46.170 INFO [host-profile] running task
32932024-09-23T17:43:48.194ZSep 23 17:43:46.170 INFO [host-profile] task succeeded (271.804µs)
32942024-09-23T17:43:48.194ZSep 23 17:43:46.170 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpTNLru8/proto/host/root -N 'ci 4024742/${os_short_commit} 2024-09-23 17:22' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32952024-09-23T17:43:48.204Z[ host-image] Sep 23 17:43:46.183 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32962024-09-23T17:43:48.204Z[ host-image] Sep 23 17:43:46.184 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32972024-09-23T17:43:48.220Z[ host-image] Sep 23 17:43:46.200 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpTNLru8/proto/host/root"
32982024-09-23T17:43:48.220Z[ host-image] Sep 23 17:43:46.200 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32992024-09-23T17:43:48.222Z[ host-image] Sep 23 17:43:46.200 INFO image builder template: ramdisk-01-os...
33002024-09-23T17:43:48.222Z[ host-image] Sep 23 17:43:46.200 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTNLru8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33012024-09-23T17:43:48.240Z[ host-image] Sep 23 17:43:46.220 INFO O| Sep 23 17:43:46.219 INFO CREATE DATASET: rpool/images/build/host/output
33022024-09-23T17:43:48.504Z[ host-image] Sep 23 17:43:46.483 INFO O| Sep 23 17:43:46.483 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33032024-09-23T17:43:48.508Z[ host-image] Sep 23 17:43:46.488 INFO O| Sep 23 17:43:46.488 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33042024-09-23T17:43:48.719Z[ host-image] Sep 23 17:43:46.698 INFO O| Sep 23 17:43:46.698 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33052024-09-23T17:43:48.781Z[ host-image] Sep 23 17:43:46.761 INFO O| Sep 23 17:43:46.761 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33062024-09-23T17:43:48.781Z[ host-image] Sep 23 17:43:46.761 INFO O| Sep 23 17:43:46.761 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33072024-09-23T17:43:48.784Z[ host-image] Sep 23 17:43:46.761 INFO O| Sep 23 17:43:46.761 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33082024-09-23T17:43:48.784Z[ host-image] Sep 23 17:43:46.761 INFO O| Sep 23 17:43:46.761 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33092024-09-23T17:43:48.791Z[ host-image] Sep 23 17:43:46.770 INFO O| Sep 23 17:43:46.770 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33102024-09-23T17:43:48.993Z[ host-image] Sep 23 17:43:46.973 INFO O| Sep 23 17:43:46.973 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-09-23T17:43:49.005Z[ host-image] Sep 23 17:43:46.985 INFO O| Sep 23 17:43:46.985 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33122024-09-23T17:43:49.412Z[ host-image] Sep 23 17:43:47.390 INFO O| Sep 23 17:43:47.390 INFO O| Caching catalogs ... Done
33132024-09-23T17:43:49.540Z[ host-image] Sep 23 17:43:47.520 INFO O| Sep 23 17:43:47.519 INFO STEP 0 (pkg_image_create) COMPLETE
33142024-09-23T17:43:49.540Z[ host-image] Sep 23 17:43:47.520 INFO O| Sep 23 17:43:47.520 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-09-23T17:43:49.543Z[ host-image] Sep 23 17:43:47.520 INFO O| Sep 23 17:43:47.520 INFO skip step because feature "repo_redist" is not enabled
33162024-09-23T17:43:49.543Z[ host-image] Sep 23 17:43:47.520 INFO O| Sep 23 17:43:47.520 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-09-23T17:43:49.558Z[ host-image] Sep 23 17:43:47.538 INFO O| Sep 23 17:43:47.537 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33182024-09-23T17:43:50.100Z[ host-image] Sep 23 17:43:48.079 INFO O| Sep 23 17:43:48.078 INFO STEP 2 (pkg_set_publisher) COMPLETE
33192024-09-23T17:43:50.100Z[ host-image] Sep 23 17:43:48.079 INFO O| Sep 23 17:43:48.078 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-09-23T17:43:50.115Z[ host-image] Sep 23 17:43:48.095 INFO O| Sep 23 17:43:48.094 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33212024-09-23T17:43:50.664Z[ host-image] Sep 23 17:43:48.643 INFO O| Sep 23 17:43:48.643 INFO STEP 3 (pkg_set_publisher) COMPLETE
33222024-09-23T17:43:50.664Z[ host-image] Sep 23 17:43:48.643 INFO O| Sep 23 17:43:48.643 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33232024-09-23T17:43:50.667Z[ host-image] Sep 23 17:43:48.643 INFO O| Sep 23 17:43:48.643 INFO skip step because feature "repo_redist" is not enabled
33242024-09-23T17:43:50.667Z[ host-image] Sep 23 17:43:48.643 INFO O| Sep 23 17:43:48.643 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33252024-09-23T17:43:51.222Z[ host-image] Sep 23 17:43:49.201 INFO O| Sep 23 17:43:49.201 INFO variant opensolaris.zone is already global
33262024-09-23T17:43:51.222Z[ host-image] Sep 23 17:43:49.201 INFO O| Sep 23 17:43:49.201 INFO STEP 5 (pkg_change_variant) COMPLETE
33272024-09-23T17:43:51.225Z[ host-image] Sep 23 17:43:49.201 INFO O| Sep 23 17:43:49.201 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-09-23T17:43:51.705Z[ host-image] Sep 23 17:43:49.683 INFO O| Sep 23 17:43:49.683 INFO variant opensolaris.imagetype is full; changing to partial
33292024-09-23T17:43:51.705Z[ host-image] Sep 23 17:43:49.684 INFO O| Sep 23 17:43:49.683 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33302024-09-23T17:43:58.278Z[ host-image] Sep 23 17:43:56.256 INFO O| Sep 23 17:43:56.256 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33312024-09-23T17:44:00.733Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.88s
33322024-09-23T17:44:00.780Z[ host-image] Sep 23 17:43:58.757 INFO O| Sep 23 17:43:58.757 INFO O| Startup: Caching catalogs ... Done
33332024-09-23T17:44:00.830Z[ host-image] Sep 23 17:43:58.808 INFO O| Sep 23 17:43:58.808 INFO O| Planning: Planning completed in 0.00 seconds
33342024-09-23T17:44:00.832Z[ host-image] Sep 23 17:43:58.809 INFO O| Sep 23 17:43:58.809 INFO O| Planning: Consolidating action changes ... Done
33352024-09-23T17:44:00.833Z[ host-image] Sep 23 17:43:58.809 INFO O| Sep 23 17:43:58.809 INFO O| Planning: Evaluating mediators ... Done
33362024-09-23T17:44:00.833Z[ host-image] Sep 23 17:43:58.809 INFO O| Sep 23 17:43:58.809 INFO O| Planning: Planning completed in 0.00 seconds
33372024-09-23T17:44:00.833Z[ host-image] Sep 23 17:43:58.809 INFO O| Sep 23 17:43:58.809 INFO O| Variants/Facets to change: 1
33382024-09-23T17:44:00.848Z[ host-image] Sep 23 17:43:58.826 INFO O| Sep 23 17:43:58.826 INFO O| Done
33392024-09-23T17:44:00.848Z[ host-image] Sep 23 17:43:58.826 INFO O| Sep 23 17:43:58.826 INFO O| Done
33402024-09-23T17:44:01.249Z[ host-image] Sep 23 17:43:59.227 INFO O| Sep 23 17:43:59.227 INFO O| Done
33412024-09-23T17:44:01.282Z[ host-image] Sep 23 17:43:59.259 INFO O| Sep 23 17:43:59.259 INFO O| Done
33422024-09-23T17:44:01.285Z[ host-image] Sep 23 17:43:59.260 INFO O| Sep 23 17:43:59.260 INFO O| Done
33432024-09-23T17:44:01.285Z[ host-image] Sep 23 17:43:59.260 INFO O| Sep 23 17:43:59.260 INFO O| Done
33442024-09-23T17:44:01.285Z[ host-image] Sep 23 17:43:59.262 INFO O| Sep 23 17:43:59.262 INFO O| Done
33452024-09-23T17:44:01.596Z[ host-image] Sep 23 17:43:59.574 INFO O| Sep 23 17:43:59.574 INFO STEP 6 (pkg_change_variant) COMPLETE
33462024-09-23T17:44:01.596Z[ host-image] Sep 23 17:43:59.574 INFO O| Sep 23 17:43:59.574 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-09-23T17:44:01.596Z[ host-image] Sep 23 17:43:59.574 INFO O| Sep 23 17:43:59.574 INFO skip step because feature "debug_variant" is not enabled
33482024-09-23T17:44:01.599Z[ host-image] Sep 23 17:43:59.574 INFO O| Sep 23 17:43:59.574 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33492024-09-23T17:44:02.001Z[ host-image] Sep 23 17:43:59.976 INFO O| Sep 23 17:43:59.976 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33502024-09-23T17:44:02.232ZSep 23 17:44:00.210 INFO [recovery-package] process exited with exit status: 0 (24.615963628s)
33512024-09-23T17:44:02.233ZSep 23 17:44:00.210 INFO [recovery-stamp] running task
33522024-09-23T17:44:02.235ZSep 23 17:44:00.211 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33532024-09-23T17:44:02.235ZSep 23 17:44:00.211 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git40247425283
33542024-09-23T17:44:02.245ZSep 23 17:44:00.223 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git40247425283
33552024-09-23T17:44:02.254Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33562024-09-23T17:44:02.260Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33572024-09-23T17:44:02.324Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33582024-09-23T17:44:02.328ZSep 23 17:44:00.306 INFO [stamp-installinator] process exited with exit status: 0 (94.846021ms)
33592024-09-23T17:44:02.379Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33602024-09-23T17:44:02.382ZSep 23 17:44:00.360 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (136.327388ms)
33612024-09-23T17:44:02.382ZSep 23 17:44:00.360 INFO [recovery-stamp] task succeeded (149.410068ms)
33622024-09-23T17:44:02.382ZSep 23 17:44:00.360 INFO [recovery-proto] running task
33632024-09-23T17:44:02.382ZSep 23 17:44:00.360 INFO [tuf-stamp] running task
33642024-09-23T17:44:02.384ZSep 23 17:44:00.360 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git40247425283
33652024-09-23T17:44:02.393ZSep 23 17:44:00.371 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git40247425283
33662024-09-23T17:44:02.403ZSep 23 17:44:00.381 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git40247425283
33672024-09-23T17:44:02.409Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33682024-09-23T17:44:02.412ZSep 23 17:44:00.390 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git40247425283
33692024-09-23T17:44:02.418Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-09-23T17:44:02.420ZSep 23 17:44:00.398 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git40247425283
33712024-09-23T17:44:02.427Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33722024-09-23T17:44:02.432Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-09-23T17:44:02.454ZSep 23 17:44:00.432 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git40247425283
33742024-09-23T17:44:02.478Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33752024-09-23T17:44:02.480ZSep 23 17:44:00.456 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git40247425283
33762024-09-23T17:44:02.515Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33772024-09-23T17:44:02.517ZSep 23 17:44:00.493 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git40247425283
33782024-09-23T17:44:02.595Z[ host-image] Sep 23 17:44:00.496 INFO O| Sep 23 17:44:00.496 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33792024-09-23T17:44:02.597Z[ host-image] Sep 23 17:44:00.498 INFO O| Sep 23 17:44:00.498 INFO O| Planning: Planning completed in 0.00 seconds
33802024-09-23T17:44:02.597Z[ host-image] Sep 23 17:44:00.499 INFO O| Sep 23 17:44:00.499 INFO O| Planning: Consolidating action changes ... Done
33812024-09-23T17:44:02.597Z[ host-image] Sep 23 17:44:00.499 INFO O| Sep 23 17:44:00.499 INFO O| Planning: Evaluating mediators ... Done
33822024-09-23T17:44:02.597Z[ host-image] Sep 23 17:44:00.499 INFO O| Sep 23 17:44:00.499 INFO O| Planning: Planning completed in 0.00 seconds
33832024-09-23T17:44:02.597Z[ host-image] Sep 23 17:44:00.499 INFO O| Sep 23 17:44:00.499 INFO O| Variants/Facets to change: 1
33842024-09-23T17:44:02.598Z[ host-image] Sep 23 17:44:00.543 INFO O| Sep 23 17:44:00.542 INFO O| Done
33852024-09-23T17:44:02.598Z[ host-image] Sep 23 17:44:00.543 INFO O| Sep 23 17:44:00.542 INFO O| Done
33862024-09-23T17:44:02.600Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33872024-09-23T17:44:02.600ZSep 23 17:44:00.576 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git40247425283
33882024-09-23T17:44:02.651ZSep 23 17:44:00.629 INFO [recovery-proto] task succeeded (268.787262ms)
33892024-09-23T17:44:02.658Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33902024-09-23T17:44:02.658ZSep 23 17:44:00.629 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpTNLru8/proto/recovery/root -N 'recovery 4024742/${os_short_commit} 2024-09-23 17:22' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33912024-09-23T17:44:02.659ZSep 23 17:44:00.629 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git40247425283
33922024-09-23T17:44:02.670Z[ recovery-image] Sep 23 17:44:00.647 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33932024-09-23T17:44:02.670Z[ recovery-image] Sep 23 17:44:00.648 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33942024-09-23T17:44:02.703Z[ recovery-image] Sep 23 17:44:00.667 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpTNLru8/proto/recovery/root"
33952024-09-23T17:44:02.703Z[ recovery-image] Sep 23 17:44:00.667 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33962024-09-23T17:44:02.706Z[ recovery-image] Sep 23 17:44:00.667 INFO image builder template: ramdisk-01-os...
33972024-09-23T17:44:02.706Z[ recovery-image] Sep 23 17:44:00.667 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTNLru8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33982024-09-23T17:44:02.706Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33992024-09-23T17:44:02.706ZSep 23 17:44:00.681 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git40247425283
34002024-09-23T17:44:02.836Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34012024-09-23T17:44:02.839Z[ recovery-image] Sep 23 17:44:00.807 INFO O| Sep 23 17:44:00.807 INFO CREATE DATASET: rpool/images/build/recovery/output
34022024-09-23T17:44:02.839Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34032024-09-23T17:44:02.839Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34042024-09-23T17:44:02.839Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34052024-09-23T17:44:02.839ZSep 23 17:44:00.815 INFO [stamp-ntp] process exited with exit status: 0 (433.980728ms)
34062024-09-23T17:44:03.029ZSep 23 17:44:01.007 INFO [stamp-probe] process exited with exit status: 0 (514.501988ms)
34072024-09-23T17:44:03.335Z[ host-image] Sep 23 17:44:01.312 INFO O| Sep 23 17:44:01.312 INFO O| Done
34082024-09-23T17:44:03.394Z[ host-image] Sep 23 17:44:01.371 INFO O| Sep 23 17:44:01.371 INFO O| Done
34092024-09-23T17:44:03.399Z[ host-image] Sep 23 17:44:01.372 INFO O| Sep 23 17:44:01.372 INFO O| Done
34102024-09-23T17:44:03.399Z[ host-image] Sep 23 17:44:01.372 INFO O| Sep 23 17:44:01.372 INFO O| Done
34112024-09-23T17:44:03.399Z[ host-image] Sep 23 17:44:01.374 INFO O| Sep 23 17:44:01.374 INFO O| Done
34122024-09-23T17:44:03.473Z[ host-image] Sep 23 17:44:01.451 INFO O| Sep 23 17:44:01.451 INFO STEP 8 (pkg_change_facet) COMPLETE
34132024-09-23T17:44:03.473Z[ host-image] Sep 23 17:44:01.451 INFO O| Sep 23 17:44:01.451 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-09-23T17:44:03.476Z[ host-image] Sep 23 17:44:01.451 INFO O| Sep 23 17:44:01.451 INFO skip step because feature "recovery" is not enabled
34152024-09-23T17:44:03.476Z[ recovery-image] Sep 23 17:44:01.451 INFO O| Sep 23 17:44:01.451 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34162024-09-23T17:44:03.476Z[ host-image] Sep 23 17:44:01.451 INFO O| Sep 23 17:44:01.451 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-09-23T17:44:03.476Z[ host-image] Sep 23 17:44:01.451 INFO O| Sep 23 17:44:01.451 INFO skip step because feature "recovery" is not enabled
34182024-09-23T17:44:03.477Z[ host-image] Sep 23 17:44:01.451 INFO O| Sep 23 17:44:01.451 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34192024-09-23T17:44:03.488Z[ host-image] Sep 23 17:44:01.466 INFO O| Sep 23 17:44:01.465 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
34202024-09-23T17:44:03.507Z[ recovery-image] Sep 23 17:44:01.485 INFO O| Sep 23 17:44:01.484 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34212024-09-23T17:44:03.621Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34222024-09-23T17:44:03.680ZSep 23 17:44:01.657 INFO [stamp-internal-dns] process exited with exit status: 0 (1.285798552s)
34232024-09-23T17:44:03.705Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34242024-09-23T17:44:03.712ZSep 23 17:44:01.689 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.299608082s)
34252024-09-23T17:44:03.815Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34262024-09-23T17:44:03.862ZSep 23 17:44:01.840 INFO [stamp-external-dns] process exited with exit status: 0 (1.441333531s)
34272024-09-23T17:44:03.968Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
34282024-09-23T17:44:03.992Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34292024-09-23T17:44:04.059Z[ recovery-image] Sep 23 17:44:02.036 INFO O| Sep 23 17:44:02.036 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34302024-09-23T17:44:04.143Z[ recovery-image] Sep 23 17:44:02.119 INFO O| Sep 23 17:44:02.119 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34312024-09-23T17:44:04.143Z[ recovery-image] Sep 23 17:44:02.119 INFO O| Sep 23 17:44:02.119 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34322024-09-23T17:44:04.146Z[ recovery-image] Sep 23 17:44:02.120 INFO O| Sep 23 17:44:02.120 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34332024-09-23T17:44:04.146Z[ recovery-image] Sep 23 17:44:02.120 INFO O| Sep 23 17:44:02.120 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34342024-09-23T17:44:04.153Z[ recovery-image] Sep 23 17:44:02.131 INFO O| Sep 23 17:44:02.131 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34352024-09-23T17:44:04.249Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34362024-09-23T17:44:04.253ZSep 23 17:44:02.231 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.601747284s)
34372024-09-23T17:44:04.321Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34382024-09-23T17:44:04.325ZSep 23 17:44:02.303 INFO [stamp-oximeter] process exited with exit status: 0 (1.942650268s)
34392024-09-23T17:44:04.625Z[ recovery-image] Sep 23 17:44:02.603 INFO O| Sep 23 17:44:02.603 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34402024-09-23T17:44:04.640Z[ recovery-image] Sep 23 17:44:02.617 INFO O| Sep 23 17:44:02.617 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34412024-09-23T17:44:04.678Z[ host-image] Sep 23 17:44:02.655 INFO O| Sep 23 17:44:02.655 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34422024-09-23T17:44:05.127Z[ recovery-image] Sep 23 17:44:03.104 INFO O| Sep 23 17:44:03.104 INFO O| Caching catalogs ... Done
34432024-09-23T17:44:05.245Z[ recovery-image] Sep 23 17:44:03.222 INFO O| Sep 23 17:44:03.222 INFO STEP 0 (pkg_image_create) COMPLETE
34442024-09-23T17:44:05.245Z[ recovery-image] Sep 23 17:44:03.222 INFO O| Sep 23 17:44:03.222 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34452024-09-23T17:44:05.245Z[ recovery-image] Sep 23 17:44:03.222 INFO O| Sep 23 17:44:03.222 INFO skip step because feature "repo_redist" is not enabled
34462024-09-23T17:44:05.247Z[ recovery-image] Sep 23 17:44:03.222 INFO O| Sep 23 17:44:03.222 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34472024-09-23T17:44:05.261Z[ recovery-image] Sep 23 17:44:03.238 INFO O| Sep 23 17:44:03.238 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34482024-09-23T17:44:05.744Z[ recovery-image] Sep 23 17:44:03.720 INFO O| Sep 23 17:44:03.720 INFO STEP 2 (pkg_set_publisher) COMPLETE
34492024-09-23T17:44:05.744Z[ recovery-image] Sep 23 17:44:03.721 INFO O| Sep 23 17:44:03.720 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34502024-09-23T17:44:05.759Z[ recovery-image] Sep 23 17:44:03.737 INFO O| Sep 23 17:44:03.737 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
34512024-09-23T17:44:06.174Z[ recovery-image] Sep 23 17:44:04.151 INFO O| Sep 23 17:44:04.151 INFO STEP 3 (pkg_set_publisher) COMPLETE
34522024-09-23T17:44:06.174Z[ recovery-image] Sep 23 17:44:04.151 INFO O| Sep 23 17:44:04.151 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34532024-09-23T17:44:06.178Z[ recovery-image] Sep 23 17:44:04.151 INFO O| Sep 23 17:44:04.151 INFO skip step because feature "repo_redist" is not enabled
34542024-09-23T17:44:06.178Z[ recovery-image] Sep 23 17:44:04.151 INFO O| Sep 23 17:44:04.151 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-09-23T17:44:06.288Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34562024-09-23T17:44:06.293ZSep 23 17:44:04.271 INFO [stamp-nexus] process exited with exit status: 0 (3.81486503s)
34572024-09-23T17:44:06.652Z[ recovery-image] Sep 23 17:44:04.629 INFO O| Sep 23 17:44:04.629 INFO variant opensolaris.zone is already global
34582024-09-23T17:44:06.652Z[ recovery-image] Sep 23 17:44:04.629 INFO O| Sep 23 17:44:04.629 INFO STEP 5 (pkg_change_variant) COMPLETE
34592024-09-23T17:44:06.652Z[ recovery-image] Sep 23 17:44:04.629 INFO O| Sep 23 17:44:04.629 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34602024-09-23T17:44:07.086Z[ recovery-image] Sep 23 17:44:05.063 INFO O| Sep 23 17:44:05.063 INFO variant opensolaris.imagetype is full; changing to partial
34612024-09-23T17:44:07.087Z[ recovery-image] Sep 23 17:44:05.063 INFO O| Sep 23 17:44:05.063 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34622024-09-23T17:44:07.796Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34632024-09-23T17:44:07.799ZSep 23 17:44:05.777 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.200664329s)
34642024-09-23T17:44:08.467Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652024-09-23T17:44:08.613Z[verify-libraries] Compiling polyval v0.6.2
34662024-09-23T17:44:08.617Z[verify-libraries] Compiling ctr v0.9.2
34672024-09-23T17:44:08.698Z[verify-libraries] Compiling ssh-encoding v0.2.0
34682024-09-23T17:44:08.701Z[verify-libraries] Compiling blowfish v0.9.1
34692024-09-23T17:44:08.728Z[verify-libraries] Compiling password-hash v0.4.2
34702024-09-23T17:44:08.730Z[verify-libraries] Compiling matches v0.1.10
34712024-09-23T17:44:08.756Z[verify-libraries] Compiling p521 v0.13.3
34722024-09-23T17:44:08.980Z[verify-libraries] Compiling ghash v0.5.1
34732024-09-23T17:44:09.326Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34742024-09-23T17:44:09.452Z[verify-libraries] Compiling aes-gcm v0.10.3
34752024-09-23T17:44:09.538Z[verify-libraries] Compiling pbkdf2 v0.11.0
34762024-09-23T17:44:09.786Z[verify-libraries] Compiling idna v0.2.3
34772024-09-23T17:44:09.998Z[verify-libraries] Compiling ssh-cipher v0.2.0
34782024-09-23T17:44:10.060Z[verify-libraries] Compiling p256 v0.13.2
34792024-09-23T17:44:10.226Z[verify-libraries] Compiling enum-as-inner v0.5.1
34802024-09-23T17:44:10.562Z[verify-libraries] Compiling ssh-key v0.6.6
34812024-09-23T17:44:11.237Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34822024-09-23T17:44:12.063Z[verify-libraries] Compiling md5 v0.7.0
34832024-09-23T17:44:12.248Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34842024-09-23T17:44:12.341Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34852024-09-23T17:44:12.467ZSep 23 17:44:10.443 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.7618713s)
34862024-09-23T17:44:12.745Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34872024-09-23T17:44:12.751ZSep 23 17:44:10.728 INFO [stamp-clickhouse] process exited with exit status: 0 (10.296246348s)
34882024-09-23T17:44:12.754ZSep 23 17:44:10.728 INFO [tuf-stamp] task succeeded (10.368202656s)
34892024-09-23T17:44:12.869Z[verify-libraries] Compiling num-bigint v0.4.5
34902024-09-23T17:44:13.183Z[verify-libraries] Compiling des v0.8.1
34912024-09-23T17:44:13.769Z[verify-libraries] Compiling russh-keys v0.45.0
34922024-09-23T17:44:13.865Z[verify-libraries] Compiling hex-literal v0.4.1
34932024-09-23T17:44:14.179Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34942024-09-23T17:44:15.230Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34952024-09-23T17:44:15.273Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34962024-09-23T17:44:16.819Z[verify-libraries] Compiling russh v0.45.0
34972024-09-23T17:44:17.222Z[ recovery-image] Sep 23 17:44:15.198 INFO O| Sep 23 17:44:15.198 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34982024-09-23T17:44:22.566Z[verify-libraries] Compiling dhcproto v0.12.0
34992024-09-23T17:44:22.885Z[ recovery-image] Sep 23 17:44:20.860 INFO O| Sep 23 17:44:20.860 INFO O| Startup: Caching catalogs ... Done
35002024-09-23T17:44:22.963Z[ recovery-image] Sep 23 17:44:20.938 INFO O| Sep 23 17:44:20.938 INFO O| Planning: Planning completed in 0.00 seconds
35012024-09-23T17:44:22.965Z[ recovery-image] Sep 23 17:44:20.939 INFO O| Sep 23 17:44:20.939 INFO O| Planning: Consolidating action changes ... Done
35022024-09-23T17:44:22.965Z[ recovery-image] Sep 23 17:44:20.939 INFO O| Sep 23 17:44:20.939 INFO O| Planning: Evaluating mediators ... Done
35032024-09-23T17:44:22.965Z[ recovery-image] Sep 23 17:44:20.939 INFO O| Sep 23 17:44:20.939 INFO O| Planning: Planning completed in 0.00 seconds
35042024-09-23T17:44:22.965Z[ recovery-image] Sep 23 17:44:20.940 INFO O| Sep 23 17:44:20.940 INFO O| Variants/Facets to change: 1
35052024-09-23T17:44:23.065Z[ recovery-image] Sep 23 17:44:21.040 INFO O| Sep 23 17:44:21.040 INFO O| Done
35062024-09-23T17:44:23.065Z[ recovery-image] Sep 23 17:44:21.040 INFO O| Sep 23 17:44:21.040 INFO O| Done
35072024-09-23T17:44:23.741Z[verify-libraries] Compiling internet-checksum v0.2.1
35082024-09-23T17:44:23.811Z[ recovery-image] Sep 23 17:44:21.786 INFO O| Sep 23 17:44:21.786 INFO O| Done
35092024-09-23T17:44:23.875Z[ recovery-image] Sep 23 17:44:21.850 INFO O| Sep 23 17:44:21.849 INFO O| Done
35102024-09-23T17:44:23.877Z[ recovery-image] Sep 23 17:44:21.851 INFO O| Sep 23 17:44:21.851 INFO O| Done
35112024-09-23T17:44:23.877Z[ recovery-image] Sep 23 17:44:21.852 INFO O| Sep 23 17:44:21.852 INFO O| Done
35122024-09-23T17:44:23.880Z[ recovery-image] Sep 23 17:44:21.853 INFO O| Sep 23 17:44:21.853 INFO O| Done
35132024-09-23T17:44:24.126Z[verify-libraries] Compiling heck v0.4.1
35142024-09-23T17:44:24.495Z[ recovery-image] Sep 23 17:44:22.470 INFO O| Sep 23 17:44:22.469 INFO STEP 6 (pkg_change_variant) COMPLETE
35152024-09-23T17:44:24.495Z[ recovery-image] Sep 23 17:44:22.470 INFO O| Sep 23 17:44:22.469 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35162024-09-23T17:44:24.498Z[ recovery-image] Sep 23 17:44:22.470 INFO O| Sep 23 17:44:22.470 INFO skip step because feature "debug_variant" is not enabled
35172024-09-23T17:44:24.498Z[ recovery-image] Sep 23 17:44:22.470 INFO O| Sep 23 17:44:22.470 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-09-23T17:44:25.139Z[ recovery-image] Sep 23 17:44:23.113 INFO O| Sep 23 17:44:23.113 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35192024-09-23T17:44:25.805Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35202024-09-23T17:44:26.019Z[ recovery-image] Sep 23 17:44:23.993 INFO O| Sep 23 17:44:23.993 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35212024-09-23T17:44:26.021Z[ recovery-image] Sep 23 17:44:23.996 INFO O| Sep 23 17:44:23.996 INFO O| Planning: Planning completed in 0.00 seconds
35222024-09-23T17:44:26.024Z[ recovery-image] Sep 23 17:44:23.997 INFO O| Sep 23 17:44:23.997 INFO O| Planning: Consolidating action changes ... Done
35232024-09-23T17:44:26.025Z[ recovery-image] Sep 23 17:44:23.997 INFO O| Sep 23 17:44:23.997 INFO O| Planning: Evaluating mediators ... Done
35242024-09-23T17:44:26.025Z[ recovery-image] Sep 23 17:44:23.998 INFO O| Sep 23 17:44:23.998 INFO O| Planning: Planning completed in 0.00 seconds
35252024-09-23T17:44:26.025Z[ recovery-image] Sep 23 17:44:23.998 INFO O| Sep 23 17:44:23.998 INFO O| Variants/Facets to change: 1
35262024-09-23T17:44:26.119Z[ recovery-image] Sep 23 17:44:24.094 INFO O| Sep 23 17:44:24.093 INFO O| Done
35272024-09-23T17:44:26.119Z[ recovery-image] Sep 23 17:44:24.094 INFO O| Sep 23 17:44:24.093 INFO O| Done
35282024-09-23T17:44:26.796Z[ recovery-image] Sep 23 17:44:24.770 INFO O| Sep 23 17:44:24.770 INFO O| Done
35292024-09-23T17:44:26.872Z[ recovery-image] Sep 23 17:44:24.847 INFO O| Sep 23 17:44:24.847 INFO O| Done
35302024-09-23T17:44:26.875Z[ recovery-image] Sep 23 17:44:24.848 INFO O| Sep 23 17:44:24.848 INFO O| Done
35312024-09-23T17:44:26.875Z[ recovery-image] Sep 23 17:44:24.848 INFO O| Sep 23 17:44:24.848 INFO O| Done
35322024-09-23T17:44:26.877Z[ recovery-image] Sep 23 17:44:24.850 INFO O| Sep 23 17:44:24.850 INFO O| Done
35332024-09-23T17:44:26.985Z[ recovery-image] Sep 23 17:44:24.958 INFO O| Sep 23 17:44:24.958 INFO STEP 8 (pkg_change_facet) COMPLETE
35342024-09-23T17:44:26.985Z[ recovery-image] Sep 23 17:44:24.958 INFO O| Sep 23 17:44:24.958 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-09-23T17:44:27.725Z[ recovery-image] Sep 23 17:44:25.699 INFO O| Sep 23 17:44:25.699 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35362024-09-23T17:44:28.903Z[ recovery-image] Sep 23 17:44:26.878 INFO O| Sep 23 17:44:26.878 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35372024-09-23T17:44:28.917Z[ recovery-image] Sep 23 17:44:26.891 INFO O| Sep 23 17:44:26.891 INFO O| Planning: Planning completed in 0.01 seconds
35382024-09-23T17:44:28.919Z[ recovery-image] Sep 23 17:44:26.892 INFO O| Sep 23 17:44:26.892 INFO O| Planning: Consolidating action changes ... Done
35392024-09-23T17:44:28.919Z[ recovery-image] Sep 23 17:44:26.892 INFO O| Sep 23 17:44:26.892 INFO O| Planning: Evaluating mediators ... Done
35402024-09-23T17:44:28.919Z[ recovery-image] Sep 23 17:44:26.893 INFO O| Sep 23 17:44:26.893 INFO O| Planning: Planning completed in 0.01 seconds
35412024-09-23T17:44:28.919Z[ recovery-image] Sep 23 17:44:26.893 INFO O| Sep 23 17:44:26.893 INFO O| Variants/Facets to change: 1
35422024-09-23T17:44:28.959Z[ recovery-image] Sep 23 17:44:26.934 INFO O| Sep 23 17:44:26.933 INFO O| Done
35432024-09-23T17:44:28.959Z[ recovery-image] Sep 23 17:44:26.934 INFO O| Sep 23 17:44:26.934 INFO O| Done
35442024-09-23T17:44:29.673Z[ recovery-image] Sep 23 17:44:27.647 INFO O| Sep 23 17:44:27.647 INFO O| Done
35452024-09-23T17:44:29.730Z[ recovery-image] Sep 23 17:44:27.705 INFO O| Sep 23 17:44:27.704 INFO O| Done
35462024-09-23T17:44:29.733Z[ recovery-image] Sep 23 17:44:27.705 INFO O| Sep 23 17:44:27.705 INFO O| Done
35472024-09-23T17:44:29.733Z[ recovery-image] Sep 23 17:44:27.706 INFO O| Sep 23 17:44:27.705 INFO O| Done
35482024-09-23T17:44:29.735Z[ recovery-image] Sep 23 17:44:27.708 INFO O| Sep 23 17:44:27.707 INFO O| Done
35492024-09-23T17:44:29.823Z[ recovery-image] Sep 23 17:44:27.797 INFO O| Sep 23 17:44:27.797 INFO STEP 9 (pkg_change_facet) COMPLETE
35502024-09-23T17:44:29.823Z[ recovery-image] Sep 23 17:44:27.797 INFO O| Sep 23 17:44:27.797 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-09-23T17:44:30.546Z[ recovery-image] Sep 23 17:44:28.521 INFO O| Sep 23 17:44:28.520 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35522024-09-23T17:44:31.720Z[ recovery-image] Sep 23 17:44:29.694 INFO O| Sep 23 17:44:29.694 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35532024-09-23T17:44:31.722Z[ recovery-image] Sep 23 17:44:29.696 INFO O| Sep 23 17:44:29.696 INFO O| Planning: Planning completed in 0.00 seconds
35542024-09-23T17:44:31.726Z[ recovery-image] Sep 23 17:44:29.697 INFO O| Sep 23 17:44:29.697 INFO O| Planning: Consolidating action changes ... Done
35552024-09-23T17:44:31.726Z[ recovery-image] Sep 23 17:44:29.697 INFO O| Sep 23 17:44:29.697 INFO O| Planning: Evaluating mediators ... Done
35562024-09-23T17:44:31.726Z[ recovery-image] Sep 23 17:44:29.697 INFO O| Sep 23 17:44:29.697 INFO O| Planning: Planning completed in 0.00 seconds
35572024-09-23T17:44:31.726Z[ recovery-image] Sep 23 17:44:29.698 INFO O| Sep 23 17:44:29.698 INFO O| Variants/Facets to change: 1
35582024-09-23T17:44:31.778Z[ recovery-image] Sep 23 17:44:29.752 INFO O| Sep 23 17:44:29.752 INFO O| Done
35592024-09-23T17:44:31.778Z[ recovery-image] Sep 23 17:44:29.752 INFO O| Sep 23 17:44:29.752 INFO O| Done
35602024-09-23T17:44:32.424Z[ recovery-image] Sep 23 17:44:30.398 INFO O| Sep 23 17:44:30.398 INFO O| Done
35612024-09-23T17:44:32.482Z[ recovery-image] Sep 23 17:44:30.455 INFO O| Sep 23 17:44:30.455 INFO O| Done
35622024-09-23T17:44:32.484Z[ recovery-image] Sep 23 17:44:30.456 INFO O| Sep 23 17:44:30.456 INFO O| Done
35632024-09-23T17:44:32.484Z[ recovery-image] Sep 23 17:44:30.456 INFO O| Sep 23 17:44:30.456 INFO O| Done
35642024-09-23T17:44:32.486Z[ recovery-image] Sep 23 17:44:30.459 INFO O| Sep 23 17:44:30.459 INFO O| Done
35652024-09-23T17:44:32.580Z[ recovery-image] Sep 23 17:44:30.554 INFO O| Sep 23 17:44:30.554 INFO STEP 10 (pkg_change_facet) COMPLETE
35662024-09-23T17:44:32.580Z[ recovery-image] Sep 23 17:44:30.554 INFO O| Sep 23 17:44:30.554 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-09-23T17:44:32.602Z[ recovery-image] Sep 23 17:44:30.575 INFO O| Sep 23 17:44:30.575 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35682024-09-23T17:44:33.247Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35692024-09-23T17:44:33.680Z[ recovery-image] Sep 23 17:44:31.653 INFO O| Sep 23 17:44:31.653 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35702024-09-23T17:44:34.403Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35712024-09-23T17:44:34.713Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35722024-09-23T17:44:34.888Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35732024-09-23T17:44:35.256Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35742024-09-23T17:44:35.482Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35752024-09-23T17:44:35.554Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35762024-09-23T17:44:35.915Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35772024-09-23T17:44:38.597Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35782024-09-23T17:44:38.937Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35792024-09-23T17:44:39.270Z[ host-image] Sep 23 17:44:37.243 INFO O| Sep 23 17:44:37.242 INFO O| Planning: Solver setup ... Done
35802024-09-23T17:44:45.226Z[verify-libraries] Compiling termios v0.3.3
35812024-09-23T17:44:45.647Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35822024-09-23T17:45:10.540Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35832024-09-23T17:45:11.041Z[ recovery-image] Sep 23 17:45:09.009 INFO O| Sep 23 17:45:09.009 INFO O| Planning: Solver setup ... Done
35842024-09-23T17:45:11.043Z[ host-image] Sep 23 17:45:09.012 INFO O| Sep 23 17:45:09.012 INFO O| Planning: Running solver ... Done
35852024-09-23T17:45:11.440Z[ host-image] Sep 23 17:45:09.409 INFO O| Sep 23 17:45:09.409 INFO O| Planning: Finding local manifests ... Done
35862024-09-23T17:45:11.476Z[ host-image] Sep 23 17:45:09.445 INFO O| Sep 23 17:45:09.445 INFO O| Planning: Fetching manifests: 0/124 0% complete
35872024-09-23T17:45:15.996Z[ host-image] Sep 23 17:45:13.965 INFO O| Sep 23 17:45:13.965 INFO O| Planning: Fetching manifests: 124/124 100% complete
35882024-09-23T17:45:17.077Z[ host-image] Sep 23 17:45:15.045 INFO O| Sep 23 17:45:15.045 INFO O| Planning: Package planning ... Done
35892024-09-23T17:45:18.774Z[ host-image] Sep 23 17:45:16.743 INFO O| Sep 23 17:45:16.742 INFO O| Planning: Merging actions ... Done
35902024-09-23T17:45:19.313Z[ host-image] Sep 23 17:45:17.281 INFO O| Sep 23 17:45:17.281 INFO O| Planning: Checking for conflicting actions ... Done
35912024-09-23T17:45:19.621Z[ host-image] Sep 23 17:45:17.589 INFO O| Sep 23 17:45:17.589 INFO O| Planning: Consolidating action changes ... Done
35922024-09-23T17:45:20.243Z[ host-image] Sep 23 17:45:18.211 INFO O| Sep 23 17:45:18.211 INFO O| Planning: Evaluating mediators ... Done
35932024-09-23T17:45:26.639Z[ host-image] Sep 23 17:45:24.606 INFO O| Sep 23 17:45:24.606 INFO O| Planning: Planning completed in 81.95 seconds
35942024-09-23T17:45:26.646Z[ host-image] Sep 23 17:45:24.613 INFO O| Sep 23 17:45:24.613 INFO O| Packages to install: 124
35952024-09-23T17:45:26.648Z[ host-image] Sep 23 17:45:24.613 INFO O| Sep 23 17:45:24.613 INFO O| Mediators to change: 4
35962024-09-23T17:45:26.648Z[ host-image] Sep 23 17:45:24.614 INFO O| Sep 23 17:45:24.614 INFO O| Services to change: 6
35972024-09-23T17:45:26.847Z[ host-image] Sep 23 17:45:24.815 INFO O| Sep 23 17:45:24.814 INFO O| Download: 0/22731 items 0.0/196.5MB 0% complete
35982024-09-23T17:45:31.850Z[ host-image] Sep 23 17:45:29.816 INFO O| Sep 23 17:45:29.816 INFO O| Download: 1022/22731 items 7.3/196.5MB 3% complete (1.5M/s)
35992024-09-23T17:45:36.989Z[ host-image] Sep 23 17:45:34.955 INFO O| Sep 23 17:45:34.955 INFO O| Download: 1652/22731 items 10.9/196.5MB 5% complete (1.1M/s)
36002024-09-23T17:45:41.933Z[ recovery-image] Sep 23 17:45:39.897 INFO O| Sep 23 17:45:39.896 INFO O| Planning: Running solver ... Done
36012024-09-23T17:45:42.128Z[ host-image] Sep 23 17:45:40.093 INFO O| Sep 23 17:45:40.093 INFO O| Download: 2148/22731 items 23.9/196.5MB 12% complete (1.7M/s)
36022024-09-23T17:45:42.285Z[ recovery-image] Sep 23 17:45:40.250 INFO O| Sep 23 17:45:40.250 INFO O| Planning: Finding local manifests ... Done
36032024-09-23T17:45:42.300Z[ recovery-image] Sep 23 17:45:40.266 INFO O| Sep 23 17:45:40.265 INFO O| Planning: Fetching manifests: 0/124 0% complete
36042024-09-23T17:45:46.918Z[ recovery-image] Sep 23 17:45:44.882 INFO O| Sep 23 17:45:44.882 INFO O| Planning: Fetching manifests: 124/124 100% complete
36052024-09-23T17:45:47.138Z[ host-image] Sep 23 17:45:45.103 INFO O| Sep 23 17:45:45.103 INFO O| Download: 2936/22731 items 33.7/196.5MB 17% complete (2.3M/s)
36062024-09-23T17:45:48.113Z[ recovery-image] Sep 23 17:45:46.077 INFO O| Sep 23 17:45:46.077 INFO O| Planning: Package planning ... Done
36072024-09-23T17:45:48.825Z[ recovery-image] Sep 23 17:45:46.790 INFO O| Sep 23 17:45:46.790 INFO O| Planning: Merging actions ... Done
36082024-09-23T17:45:49.055Z[ recovery-image] Sep 23 17:45:47.019 INFO O| Sep 23 17:45:47.019 INFO O| Planning: Checking for conflicting actions ... Done
36092024-09-23T17:45:49.217Z[ recovery-image] Sep 23 17:45:47.181 INFO O| Sep 23 17:45:47.181 INFO O| Planning: Consolidating action changes ... Done
36102024-09-23T17:45:49.604Z[ recovery-image] Sep 23 17:45:47.568 INFO O| Sep 23 17:45:47.568 INFO O| Planning: Evaluating mediators ... Done
36112024-09-23T17:45:52.142Z[ host-image] Sep 23 17:45:50.106 INFO O| Sep 23 17:45:50.106 INFO O| Download: 3925/22731 items 40.0/196.5MB 20% complete (1.6M/s)
36122024-09-23T17:45:55.060Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36132024-09-23T17:45:55.913Z[ recovery-image] Sep 23 17:45:53.876 INFO O| Sep 23 17:45:53.876 INFO O| Planning: Planning completed in 82.22 seconds
36142024-09-23T17:45:55.921Z[ recovery-image] Sep 23 17:45:53.884 INFO O| Sep 23 17:45:53.884 INFO O| Packages to install: 124
36152024-09-23T17:45:55.923Z[ recovery-image] Sep 23 17:45:53.884 INFO O| Sep 23 17:45:53.884 INFO O| Mediators to change: 4
36162024-09-23T17:45:55.923Z[ recovery-image] Sep 23 17:45:53.884 INFO O| Sep 23 17:45:53.884 INFO O| Services to change: 5
36172024-09-23T17:45:56.018Z[ recovery-image] Sep 23 17:45:53.982 INFO O| Sep 23 17:45:53.981 INFO O| Download: 0/15834 items 0.0/173.3MB 0% complete
36182024-09-23T17:45:57.529Z[ host-image] Sep 23 17:45:55.491 INFO O| Sep 23 17:45:55.491 INFO O| Download: 4542/22731 items 42.4/196.5MB 21% complete (1.1M/s)
36192024-09-23T17:46:01.022Z[ recovery-image] Sep 23 17:45:58.985 INFO O| Sep 23 17:45:58.985 INFO O| Download: 775/15834 items 5.6/173.3MB 3% complete (1.1M/s)
36202024-09-23T17:46:01.447Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36212024-09-23T17:46:02.529Z[ host-image] Sep 23 17:46:00.492 INFO O| Sep 23 17:46:00.492 INFO O| Download: 5288/22731 items 46.0/196.5MB 23% complete (615k/s)
36222024-09-23T17:46:06.184Z[ recovery-image] Sep 23 17:46:04.146 INFO O| Sep 23 17:46:04.146 INFO O| Download: 1175/15834 items 11.3/173.3MB 6% complete (1.1M/s)
36232024-09-23T17:46:07.532Z[ host-image] Sep 23 17:46:05.494 INFO O| Sep 23 17:46:05.494 INFO O| Download: 5813/22731 items 46.3/196.5MB 23% complete (404k/s)
36242024-09-23T17:46:08.844Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36252024-09-23T17:46:11.189Z[ recovery-image] Sep 23 17:46:09.150 INFO O| Sep 23 17:46:09.150 INFO O| Download: 1460/15834 items 21.4/173.3MB 12% complete (1.6M/s)
36262024-09-23T17:46:12.675Z[ host-image] Sep 23 17:46:10.635 INFO O| Sep 23 17:46:10.635 INFO O| Download: 6762/22731 items 47.8/196.5MB 24% complete (163k/s)
36272024-09-23T17:46:16.371Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36282024-09-23T17:46:17.685Z[ recovery-image] Sep 23 17:46:15.646 INFO O| Sep 23 17:46:15.646 INFO O| Download: 1616/15834 items 25.1/173.3MB 14% complete (1.6M/s)
36292024-09-23T17:46:18.233Z[ host-image] Sep 23 17:46:16.193 INFO O| Sep 23 17:46:16.193 INFO O| Download: 6973/22731 items 50.1/196.5MB 25% complete (377k/s)
36302024-09-23T17:46:22.694Z[ recovery-image] Sep 23 17:46:20.654 INFO O| Sep 23 17:46:20.654 INFO O| Download: 1933/15834 items 29.1/173.3MB 16% complete (723k/s)
36312024-09-23T17:46:23.268Z[ host-image] Sep 23 17:46:21.226 INFO O| Sep 23 17:46:21.226 INFO O| Download: 6988/22731 items 50.4/196.5MB 25% complete (286k/s)
36322024-09-23T17:46:30.307Z[ recovery-image] Sep 23 17:46:25.680 INFO O| Sep 23 17:46:25.679 INFO O| Download: 2542/15834 items 32.2/173.3MB 18% complete (680k/s)
36332024-09-23T17:46:30.365Z[ host-image] Sep 23 17:46:26.231 INFO O| Sep 23 17:46:26.231 INFO O| Download: 7691/22731 items 58.7/196.5MB 29% complete (897k/s)
36342024-09-23T17:46:32.724Z[ recovery-image] Sep 23 17:46:30.682 INFO O| Sep 23 17:46:30.682 INFO O| Download: 3096/15834 items 37.3/173.3MB 21% complete (844k/s)
36352024-09-23T17:46:33.305Z[ host-image] Sep 23 17:46:31.264 INFO O| Sep 23 17:46:31.264 INFO O| Download: 8060/22731 items 60.3/196.5MB 30% complete (1.0M/s)
36362024-09-23T17:46:37.886Z[ recovery-image] Sep 23 17:46:35.844 INFO O| Sep 23 17:46:35.844 INFO O| Download: 3679/15834 items 40.1/173.3MB 23% complete (859k/s)
36372024-09-23T17:46:39.148Z[ host-image] Sep 23 17:46:37.106 INFO O| Sep 23 17:46:37.106 INFO O| Download: 8234/22731 items 63.3/196.5MB 32% complete (385k/s)
36382024-09-23T17:46:39.250Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36392024-09-23T17:46:41.565Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36402024-09-23T17:46:42.886Z[ recovery-image] Sep 23 17:46:40.844 INFO O| Sep 23 17:46:40.844 INFO O| Download: 4597/15834 items 42.9/173.3MB 24% complete (561k/s)
36412024-09-23T17:46:44.169Z[ host-image] Sep 23 17:46:42.126 INFO O| Sep 23 17:46:42.126 INFO O| Download: 8385/22731 items 69.2/196.5MB 35% complete (966k/s)
36422024-09-23T17:46:44.310Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36432024-09-23T17:46:47.919Z[ recovery-image] Sep 23 17:46:45.852 INFO O| Sep 23 17:46:45.852 INFO O| Download: 5174/15834 items 43.2/173.3MB 24% complete (328k/s)
36442024-09-23T17:46:49.182Z[ host-image] Sep 23 17:46:47.139 INFO O| Sep 23 17:46:47.139 INFO O| Download: 8906/22731 items 71.9/196.5MB 36% complete (909k/s)
36452024-09-23T17:46:53.222Z[ recovery-image] Sep 23 17:46:51.178 INFO O| Sep 23 17:46:51.178 INFO O| Download: 5658/15834 items 44.3/173.3MB 25% complete (114k/s)
36462024-09-23T17:46:54.304Z[ host-image] Sep 23 17:46:52.261 INFO O| Sep 23 17:46:52.260 INFO O| Download: 9422/22731 items 81.9/196.5MB 41% complete (1.3M/s)
36472024-09-23T17:46:58.208Z[ recovery-image] Sep 23 17:46:56.164 INFO O| Sep 23 17:46:56.164 INFO O| Download: 5697/15834 items 45.4/173.3MB 26% complete (199k/s)
36482024-09-23T17:46:59.321Z[ host-image] Sep 23 17:46:57.277 INFO O| Sep 23 17:46:57.277 INFO O| Download: 10403/22731 items 88.0/196.5MB 44% complete (1.6M/s)
36492024-09-23T17:47:03.339Z[ recovery-image] Sep 23 17:47:01.294 INFO O| Sep 23 17:47:01.294 INFO O| Download: 5731/15834 items 46.5/173.3MB 26% complete (273k/s)
36502024-09-23T17:47:04.322Z[ host-image] Sep 23 17:47:02.277 INFO O| Sep 23 17:47:02.277 INFO O| Download: 10833/22731 items 89.9/196.5MB 45% complete (821k/s)
36512024-09-23T17:47:09.003Z[ recovery-image] Sep 23 17:47:06.957 INFO O| Sep 23 17:47:06.957 INFO O| Download: 5912/15834 items 53.0/173.3MB 30% complete (834k/s)
36522024-09-23T17:47:09.384Z[ host-image] Sep 23 17:47:07.339 INFO O| Sep 23 17:47:07.339 INFO O| Download: 11230/22731 items 94.1/196.5MB 47% complete (744k/s)
36532024-09-23T17:47:14.405Z[ host-image] Sep 23 17:47:12.358 INFO O| Sep 23 17:47:12.358 INFO O| Download: 11873/22731 items 96.4/196.5MB 49% complete (672k/s)
36542024-09-23T17:47:15.979Z[ recovery-image] Sep 23 17:47:13.933 INFO O| Sep 23 17:47:13.933 INFO O| Download: 6178/15834 items 61.9/173.3MB 35% complete (1.5M/s)
36552024-09-23T17:47:19.417Z[ host-image] Sep 23 17:47:17.370 INFO O| Sep 23 17:47:17.370 INFO O| Download: 12013/22731 items 100.4/196.5MB 51% complete (908k/s)
36562024-09-23T17:47:20.982Z[ recovery-image] Sep 23 17:47:18.934 INFO O| Sep 23 17:47:18.934 INFO O| Download: 7615/15834 items 73.6/173.3MB 42% complete (2.0M/s)
36572024-09-23T17:47:24.432Z[ host-image] Sep 23 17:47:22.385 INFO O| Sep 23 17:47:22.385 INFO O| Download: 12129/22731 items 107.8/196.5MB 54% complete (1.1M/s)
36582024-09-23T17:47:27.240Z[ recovery-image] Sep 23 17:47:25.192 INFO O| Sep 23 17:47:25.192 INFO O| Download: 7915/15834 items 77.4/173.3MB 44% complete (1.6M/s)
36592024-09-23T17:47:29.449Z[ host-image] Sep 23 17:47:27.401 INFO O| Sep 23 17:47:27.401 INFO O| Download: 12822/22731 items 109.7/196.5MB 55% complete (1.1M/s)
36602024-09-23T17:47:32.425Z[ recovery-image] Sep 23 17:47:30.377 INFO O| Sep 23 17:47:30.377 INFO O| Download: 7969/15834 items 78.3/173.3MB 45% complete (513k/s)
36612024-09-23T17:47:34.460Z[ host-image] Sep 23 17:47:32.411 INFO O| Sep 23 17:47:32.411 INFO O| Download: 13581/22731 items 110.0/196.5MB 56% complete (314k/s)
36622024-09-23T17:47:37.971Z[ recovery-image] Sep 23 17:47:35.922 INFO O| Sep 23 17:47:35.922 INFO O| Download: 8655/15834 items 81.5/173.3MB 47% complete (377k/s)
36632024-09-23T17:47:39.465Z[ host-image] Sep 23 17:47:37.415 INFO O| Sep 23 17:47:37.415 INFO O| Download: 14126/22731 items 110.6/196.5MB 56% complete (86.5k/s)
36642024-09-23T17:47:43.418Z[ recovery-image] Sep 23 17:47:41.368 INFO O| Sep 23 17:47:41.368 INFO O| Download: 8848/15834 items 92.0/173.3MB 53% complete (1.4M/s)
36652024-09-23T17:47:44.868Z[ host-image] Sep 23 17:47:42.818 INFO O| Sep 23 17:47:42.818 INFO O| Download: 14428/22731 items 111.9/196.5MB 56% complete (174k/s)
36662024-09-23T17:47:48.478Z[ recovery-image] Sep 23 17:47:46.427 INFO O| Sep 23 17:47:46.427 INFO O| Download: 9392/15834 items 92.9/173.3MB 53% complete (1.3M/s)
36672024-09-23T17:47:49.869Z[ host-image] Sep 23 17:47:47.819 INFO O| Sep 23 17:47:47.819 INFO O| Download: 14759/22731 items 120.9/196.5MB 61% complete (1010k/s)
36682024-09-23T17:47:53.562Z[ recovery-image] Sep 23 17:47:51.511 INFO O| Sep 23 17:47:51.511 INFO O| Download: 9953/15834 items 93.1/173.3MB 53% complete (128k/s)
36692024-09-23T17:47:55.360Z[ host-image] Sep 23 17:47:53.309 INFO O| Sep 23 17:47:53.309 INFO O| Download: 15548/22731 items 123.1/196.5MB 62% complete (1.2M/s)
36702024-09-23T17:47:58.744Z[ recovery-image] Sep 23 17:47:56.692 INFO O| Sep 23 17:47:56.692 INFO O| Download: 10538/15834 items 93.4/173.3MB 53% complete (69.4k/s)
36712024-09-23T17:48:02.445Z[ host-image] Sep 23 17:48:00.393 INFO O| Sep 23 17:48:00.392 INFO O| Download: 15716/22731 items 125.9/196.5MB 64% complete (879k/s)
36722024-09-23T17:48:03.744Z[ recovery-image] Sep 23 17:48:01.692 INFO O| Sep 23 17:48:01.692 INFO O| Download: 10847/15834 items 93.8/173.3MB 54% complete (72.7k/s)
36732024-09-23T17:48:07.450Z[ host-image] Sep 23 17:48:05.397 INFO O| Sep 23 17:48:05.397 INFO O| Download: 16204/22731 items 131.7/196.5MB 67% complete (681k/s)
36742024-09-23T17:48:09.016Z[ recovery-image] Sep 23 17:48:06.963 INFO O| Sep 23 17:48:06.963 INFO O| Download: 11012/15834 items 94.7/173.3MB 54% complete (119k/s)
36752024-09-23T17:48:12.554Z[ host-image] Sep 23 17:48:10.501 INFO O| Sep 23 17:48:10.501 INFO O| Download: 16872/22731 items 135.1/196.5MB 68% complete (1.1M/s)
36762024-09-23T17:48:14.029Z[ recovery-image] Sep 23 17:48:11.975 INFO O| Sep 23 17:48:11.975 INFO O| Download: 11022/15834 items 94.9/173.3MB 54% complete (126k/s)
36772024-09-23T17:48:17.575Z[ host-image] Sep 23 17:48:15.521 INFO O| Sep 23 17:48:15.521 INFO O| Download: 17716/22731 items 144.4/196.5MB 73% complete (1.2M/s)
36782024-09-23T17:48:19.043Z[ recovery-image] Sep 23 17:48:16.989 INFO O| Sep 23 17:48:16.989 INFO O| Download: 11258/15834 items 104.0/173.3MB 60% complete (987k/s)
36792024-09-23T17:48:22.582Z[ host-image] Sep 23 17:48:20.527 INFO O| Sep 23 17:48:20.527 INFO O| Download: 18128/22731 items 160.1/196.5MB 81% complete (2.5M/s)
36802024-09-23T17:48:24.118Z[ recovery-image] Sep 23 17:48:22.063 INFO O| Sep 23 17:48:22.063 INFO O| Download: 11419/15834 items 107.2/173.3MB 61% complete (1.3M/s)
36812024-09-23T17:48:27.839Z[ host-image] Sep 23 17:48:25.783 INFO O| Sep 23 17:48:25.783 INFO O| Download: 18835/22731 items 162.4/196.5MB 82% complete (1.9M/s)
36822024-09-23T17:48:29.194Z[ recovery-image] Sep 23 17:48:27.139 INFO O| Sep 23 17:48:27.139 INFO O| Download: 11732/15834 items 118.8/173.3MB 68% complete (1.4M/s)
36832024-09-23T17:48:32.844Z[ host-image] Sep 23 17:48:30.788 INFO O| Sep 23 17:48:30.787 INFO O| Download: 19408/22731 items 164.9/196.5MB 83% complete (450k/s)
36842024-09-23T17:48:34.206Z[ recovery-image] Sep 23 17:48:32.150 INFO O| Sep 23 17:48:32.150 INFO O| Download: 12090/15834 items 137.4/173.3MB 79% complete (3.3M/s)
36852024-09-23T17:48:39.207Z[ recovery-image] Sep 23 17:48:37.150 INFO O| Sep 23 17:48:37.150 INFO O| Download: 13008/15834 items 141.0/173.3MB 81% complete (2.2M/s)
36862024-09-23T17:48:39.774Z[ host-image] Sep 23 17:48:37.717 INFO O| Sep 23 17:48:37.717 INFO O| Download: 19969/22731 items 166.8/196.5MB 84% complete (519k/s)
36872024-09-23T17:48:44.222Z[ recovery-image] Sep 23 17:48:42.165 INFO O| Sep 23 17:48:42.165 INFO O| Download: 13933/15834 items 144.7/173.3MB 83% complete (747k/s)
36882024-09-23T17:48:44.799Z[ host-image] Sep 23 17:48:42.742 INFO O| Sep 23 17:48:42.742 INFO O| Download: 20609/22731 items 169.9/196.5MB 86% complete (382k/s)
36892024-09-23T17:48:49.277Z[ recovery-image] Sep 23 17:48:47.219 INFO O| Sep 23 17:48:47.219 INFO O| Download: 14586/15834 items 147.2/173.3MB 84% complete (634k/s)
36902024-09-23T17:48:50.161Z[ host-image] Sep 23 17:48:48.103 INFO O| Sep 23 17:48:48.103 INFO O| Download: 20886/22731 items 175.5/196.5MB 89% complete (953k/s)
36912024-09-23T17:48:55.010Z[ recovery-image] Sep 23 17:48:52.952 INFO O| Sep 23 17:48:52.951 INFO O| Download: 14704/15834 items 148.9/173.3MB 85% complete (565k/s)
36922024-09-23T17:48:55.336Z[ host-image] Sep 23 17:48:53.277 INFO O| Sep 23 17:48:53.277 INFO O| Download: 20949/22731 items 175.9/196.5MB 89% complete (738k/s)
36932024-09-23T17:49:00.018Z[ recovery-image] Sep 23 17:48:57.959 INFO O| Sep 23 17:48:57.959 INFO O| Download: 15142/15834 items 155.0/173.3MB 89% complete (769k/s)
36942024-09-23T17:49:00.442Z[ host-image] Sep 23 17:48:58.383 INFO O| Sep 23 17:48:58.383 INFO O| Download: 21482/22731 items 180.0/196.5MB 91% complete (375k/s)
36952024-09-23T17:49:05.030Z[ recovery-image] Sep 23 17:49:02.970 INFO O| Sep 23 17:49:02.970 INFO O| Download: 15492/15834 items 165.7/173.3MB 95% complete (1.6M/s)
36962024-09-23T17:49:05.701Z[ host-image] Sep 23 17:49:03.641 INFO O| Sep 23 17:49:03.641 INFO O| Download: 21549/22731 items 180.5/196.5MB 91% complete (529k/s)
36972024-09-23T17:49:10.347Z[ recovery-image] Sep 23 17:49:08.283 INFO O| Sep 23 17:49:08.283 INFO O| Download: 15536/15834 items 166.0/173.3MB 95% complete (1.2M/s)
36982024-09-23T17:49:11.031Z[ host-image] Sep 23 17:49:08.970 INFO O| Sep 23 17:49:08.970 INFO O| Download: 21871/22731 items 188.3/196.5MB 95% complete (869k/s)
36992024-09-23T17:49:15.918Z[ recovery-image] Sep 23 17:49:13.856 INFO O| Sep 23 17:49:13.856 INFO O| Download: 15805/15834 items 172.1/173.3MB 99% complete (1.3M/s)
37002024-09-23T17:49:16.945Z[ host-image] Sep 23 17:49:14.883 INFO O| Sep 23 17:49:14.883 INFO O| Download: 21980/22731 items 189.2/196.5MB 96% complete (900k/s)
37012024-09-23T17:49:17.413Z[ recovery-image] Sep 23 17:49:15.351 INFO O| Sep 23 17:49:15.351 INFO O| Download: Completed 173.28 MB in 201.37 seconds (878k/s)
37022024-09-23T17:49:18.305Z[ recovery-image] Sep 23 17:49:16.243 INFO O| Sep 23 17:49:16.243 INFO O| Actions: 1/24969 actions (Installing new actions)
37032024-09-23T17:49:22.862Z[ host-image] Sep 23 17:49:20.800 INFO O| Sep 23 17:49:20.799 INFO O| Download: 22728/22731 items 196.5/196.5MB 99% complete (823k/s)
37042024-09-23T17:49:22.929Z[ host-image] Sep 23 17:49:20.867 INFO O| Sep 23 17:49:20.866 INFO O| Download: Completed 196.51 MB in 236.05 seconds (850k/s)
37052024-09-23T17:49:23.306Z[ recovery-image] Sep 23 17:49:21.244 INFO O| Sep 23 17:49:21.244 INFO O| Actions: 11782/24969 actions (Installing new actions)
37062024-09-23T17:49:23.578Z[ host-image] Sep 23 17:49:21.516 INFO O| Sep 23 17:49:21.516 INFO O| Actions: 1/49266 actions (Installing new actions)
37072024-09-23T17:49:26.157Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 19s
37082024-09-23T17:49:26.506ZSep 23 17:49:24.443 INFO [verify-libraries] process exited with exit status: 0 (324.232557818s)
37092024-09-23T17:49:28.579Z[ host-image] Sep 23 17:49:26.516 INFO O| Sep 23 17:49:26.516 INFO O| Actions: 13280/49266 actions (Installing new actions)
37102024-09-23T17:49:29.653Z[ recovery-image] Sep 23 17:49:27.590 INFO O| Sep 23 17:49:27.590 INFO O| Actions: 24416/24969 actions (Installing new actions)
37112024-09-23T17:49:30.567Z[ recovery-image] Sep 23 17:49:28.504 INFO O| Sep 23 17:49:28.504 INFO O| Actions: Completed 24969 actions in 12.26 seconds.
37122024-09-23T17:49:30.856Z[ recovery-image] Sep 23 17:49:28.793 INFO O| Sep 23 17:49:28.793 INFO O| Done
37132024-09-23T17:49:30.856Z[ recovery-image] Sep 23 17:49:28.793 INFO O| Sep 23 17:49:28.793 INFO O| Done
37142024-09-23T17:49:31.395Z[ recovery-image] Sep 23 17:49:29.332 INFO O| Sep 23 17:49:29.332 INFO O| Done
37152024-09-23T17:49:32.280Z[ recovery-image] Sep 23 17:49:30.217 INFO O| Sep 23 17:49:30.217 INFO O| Done
37162024-09-23T17:49:32.293Z[ recovery-image] Sep 23 17:49:30.230 INFO O| Sep 23 17:49:30.230 INFO O| Done
37172024-09-23T17:49:33.580Z[ host-image] Sep 23 17:49:31.517 INFO O| Sep 23 17:49:31.517 INFO O| Actions: 25383/49266 actions (Installing new actions)
37182024-09-23T17:49:34.542Z[ recovery-image] Sep 23 17:49:32.479 INFO O| Sep 23 17:49:32.478 INFO O| Done
37192024-09-23T17:49:34.850Z[ recovery-image] Sep 23 17:49:32.787 INFO O| Sep 23 17:49:32.787 INFO O| Done
37202024-09-23T17:49:35.062Z[ recovery-image] Sep 23 17:49:32.998 INFO O| Sep 23 17:49:32.998 INFO STEP 11 (pkg_install) COMPLETE
37212024-09-23T17:49:35.062Z[ recovery-image] Sep 23 17:49:32.998 INFO O| Sep 23 17:49:32.998 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-09-23T17:49:35.064Z[ recovery-image] Sep 23 17:49:32.998 INFO O| Sep 23 17:49:32.998 INFO skip step because feature "recovery" is enabled
37232024-09-23T17:49:35.064Z[ recovery-image] Sep 23 17:49:32.998 INFO O| Sep 23 17:49:32.998 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-09-23T17:49:35.065Z[ recovery-image] Sep 23 17:49:32.998 INFO O| Sep 23 17:49:32.998 INFO skip step because feature "omicron1" is not enabled
37252024-09-23T17:49:35.065Z[ recovery-image] Sep 23 17:49:32.998 INFO O| Sep 23 17:49:32.998 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262024-09-23T17:49:35.074Z[ recovery-image] Sep 23 17:49:33.010 INFO O| Sep 23 17:49:33.010 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37272024-09-23T17:49:37.112Z[ recovery-image] Sep 23 17:49:35.048 INFO O| Sep 23 17:49:35.048 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37282024-09-23T17:49:37.898Z[ host-image] Sep 23 17:49:35.834 INFO O| Sep 23 17:49:35.834 INFO O| Actions: Completed 49266 actions in 14.31 seconds.
37292024-09-23T17:49:38.275Z[ host-image] Sep 23 17:49:36.211 INFO O| Sep 23 17:49:36.211 INFO O| Done
37302024-09-23T17:49:38.275Z[ host-image] Sep 23 17:49:36.211 INFO O| Sep 23 17:49:36.211 INFO O| Done
37312024-09-23T17:49:38.626Z[ recovery-image] Sep 23 17:49:36.562 INFO O| Sep 23 17:49:36.562 INFO O| Planning: Solver setup ... Done
37322024-09-23T17:49:38.629Z[ recovery-image] Sep 23 17:49:36.566 INFO O| Sep 23 17:49:36.565 INFO O| Planning: Running solver ... Done
37332024-09-23T17:49:38.673Z[ recovery-image] Sep 23 17:49:36.609 INFO O| Sep 23 17:49:36.609 INFO O| Planning: Finding local manifests ... Done
37342024-09-23T17:49:38.675Z[ recovery-image] Sep 23 17:49:36.610 INFO O| Sep 23 17:49:36.610 INFO O| Planning: Fetching manifests: 0/1 0% complete
37352024-09-23T17:49:38.745Z[ recovery-image] Sep 23 17:49:36.680 INFO O| Sep 23 17:49:36.680 INFO O| Planning: Fetching manifests: 1/1 100% complete
37362024-09-23T17:49:38.763Z[ recovery-image] Sep 23 17:49:36.699 INFO O| Sep 23 17:49:36.699 INFO O| Planning: Package planning ... Done
37372024-09-23T17:49:38.766Z[ recovery-image] Sep 23 17:49:36.700 INFO O| Sep 23 17:49:36.700 INFO O| Planning: Merging actions ... Done
37382024-09-23T17:49:38.791Z[ host-image] Sep 23 17:49:36.727 INFO O| Sep 23 17:49:36.727 INFO O| Done
37392024-09-23T17:49:38.796Z[ recovery-image] Sep 23 17:49:36.732 INFO O| Sep 23 17:49:36.732 INFO O| Planning: Checking for conflicting actions ... Done
37402024-09-23T17:49:38.799Z[ recovery-image] Sep 23 17:49:36.732 INFO O| Sep 23 17:49:36.732 INFO O| Planning: Consolidating action changes ... Done
37412024-09-23T17:49:38.924Z[ recovery-image] Sep 23 17:49:36.860 INFO O| Sep 23 17:49:36.860 INFO O| Planning: Evaluating mediators ... Done
37422024-09-23T17:49:38.926Z[ recovery-image] Sep 23 17:49:36.860 INFO O| Sep 23 17:49:36.860 INFO O| Planning: Planning completed in 1.81 seconds
37432024-09-23T17:49:38.926Z[ recovery-image] Sep 23 17:49:36.862 INFO O| Sep 23 17:49:36.862 INFO O| Packages to install: 1
37442024-09-23T17:49:38.936Z[ recovery-image] Sep 23 17:49:36.872 INFO O| Sep 23 17:49:36.872 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37452024-09-23T17:49:39.284Z[ recovery-image] Sep 23 17:49:37.220 INFO O| Sep 23 17:49:37.220 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.8M/s)
37462024-09-23T17:49:39.309Z[ recovery-image] Sep 23 17:49:37.245 INFO O| Sep 23 17:49:37.245 INFO O| Actions: 1/22 actions (Installing new actions)
37472024-09-23T17:49:39.882Z[ host-image] Sep 23 17:49:37.818 INFO O| Sep 23 17:49:37.818 INFO O| Done
37482024-09-23T17:49:39.885Z[ recovery-image] Sep 23 17:49:37.818 INFO O| Sep 23 17:49:37.818 INFO O| Actions: Completed 22 actions in 0.57 seconds.
37492024-09-23T17:49:39.906Z[ host-image] Sep 23 17:49:37.842 INFO O| Sep 23 17:49:37.842 INFO O| Done
37502024-09-23T17:49:40.133Z[ recovery-image] Sep 23 17:49:38.068 INFO O| Sep 23 17:49:38.068 INFO O| Done
37512024-09-23T17:49:40.133Z[ recovery-image] Sep 23 17:49:38.068 INFO O| Sep 23 17:49:38.068 INFO O| Done
37522024-09-23T17:49:40.549Z[ recovery-image] Sep 23 17:49:38.484 INFO O| Sep 23 17:49:38.484 INFO O| Done
37532024-09-23T17:49:41.344Z[ recovery-image] Sep 23 17:49:39.280 INFO O| Sep 23 17:49:39.280 INFO O| Done
37542024-09-23T17:49:41.356Z[ recovery-image] Sep 23 17:49:39.292 INFO O| Sep 23 17:49:39.292 INFO O| Done
37552024-09-23T17:49:41.356Z[ recovery-image] Sep 23 17:49:39.292 INFO O| Sep 23 17:49:39.292 INFO O| Done
37562024-09-23T17:49:41.366Z[ recovery-image] Sep 23 17:49:39.301 INFO O| Sep 23 17:49:39.301 INFO O| Done
37572024-09-23T17:49:41.457Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO STEP 14 (pkg_install) COMPLETE
37582024-09-23T17:49:41.457Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37592024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO skip step because feature "mfg" is not enabled
37602024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO skip step because feature "compliance" is not enabled
37622024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO skip step because feature "stress" is not enabled
37642024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37652024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO skip step because feature "nfs" is not enabled
37662024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37672024-09-23T17:49:41.460Z[ recovery-image] Sep 23 17:49:39.393 INFO O| Sep 23 17:49:39.393 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37682024-09-23T17:49:41.560Z[ recovery-image] Sep 23 17:49:39.496 INFO O| Sep 23 17:49:39.496 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37692024-09-23T17:49:41.661Z[ recovery-image] Sep 23 17:49:39.597 INFO O| Sep 23 17:49:39.597 INFO completed processing gimlet/ramdisk-01-os
37702024-09-23T17:49:41.664Z[ recovery-image] Sep 23 17:49:39.599 INFO image builder template: ramdisk-02-trim...
37712024-09-23T17:49:41.664Z[ recovery-image] Sep 23 17:49:39.599 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTNLru8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
37722024-09-23T17:49:41.689Z[ recovery-image] Sep 23 17:49:39.624 INFO O| Sep 23 17:49:39.624 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37732024-09-23T17:49:41.693Z[ recovery-image] Sep 23 17:49:39.628 INFO O| Sep 23 17:49:39.628 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37742024-09-23T17:49:41.782Z[ recovery-image] Sep 23 17:49:39.718 INFO O| Sep 23 17:49:39.718 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37752024-09-23T17:49:41.854Z[ recovery-image] Sep 23 17:49:39.790 INFO O| Sep 23 17:49:39.790 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37762024-09-23T17:49:41.856Z[ recovery-image] Sep 23 17:49:39.790 INFO O| Sep 23 17:49:39.790 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37772024-09-23T17:49:41.859Z[ recovery-image] Sep 23 17:49:39.795 INFO O| Sep 23 17:49:39.795 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37782024-09-23T17:49:41.863Z[ recovery-image] Sep 23 17:49:39.799 INFO O| Sep 23 17:49:39.799 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37792024-09-23T17:49:41.868Z[ recovery-image] Sep 23 17:49:39.804 INFO O| Sep 23 17:49:39.804 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37802024-09-23T17:49:42.026Z[ recovery-image] Sep 23 17:49:39.961 INFO O| Sep 23 17:49:39.961 INFO rolled back to input snapshot; work may begin
37812024-09-23T17:49:42.026Z[ recovery-image] Sep 23 17:49:39.961 INFO O| Sep 23 17:49:39.961 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37822024-09-23T17:49:42.031Z[ recovery-image] Sep 23 17:49:39.967 INFO O| Sep 23 17:49:39.967 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-09-23T17:49:42.042Z[ recovery-image] Sep 23 17:49:39.978 INFO O| Sep 23 17:49:39.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37842024-09-23T17:49:42.091Z[ recovery-image] Sep 23 17:49:40.027 INFO O| Sep 23 17:49:40.027 INFO STEP 0 (remove_files) COMPLETE
37852024-09-23T17:49:42.091Z[ recovery-image] Sep 23 17:49:40.027 INFO O| Sep 23 17:49:40.027 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-09-23T17:49:42.102Z[ recovery-image] Sep 23 17:49:40.038 INFO O| Sep 23 17:49:40.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37872024-09-23T17:49:42.105Z[ recovery-image] Sep 23 17:49:40.040 INFO O| Sep 23 17:49:40.040 INFO STEP 1 (remove_files) COMPLETE
37882024-09-23T17:49:42.105Z[ recovery-image] Sep 23 17:49:40.040 INFO O| Sep 23 17:49:40.040 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-09-23T17:49:42.113Z[ recovery-image] Sep 23 17:49:40.049 INFO O| Sep 23 17:49:40.049 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37902024-09-23T17:49:42.127Z[ recovery-image] Sep 23 17:49:40.063 INFO O| Sep 23 17:49:40.063 INFO STEP 2 (remove_files) COMPLETE
37912024-09-23T17:49:42.127Z[ recovery-image] Sep 23 17:49:40.063 INFO O| Sep 23 17:49:40.063 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-23T17:49:42.137Z[ recovery-image] Sep 23 17:49:40.073 INFO O| Sep 23 17:49:40.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37932024-09-23T17:49:42.140Z[ recovery-image] Sep 23 17:49:40.075 INFO O| Sep 23 17:49:40.075 INFO STEP 3 (remove_files) COMPLETE
37942024-09-23T17:49:42.140Z[ recovery-image] Sep 23 17:49:40.075 INFO O| Sep 23 17:49:40.075 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-23T17:49:42.148Z[ recovery-image] Sep 23 17:49:40.084 INFO O| Sep 23 17:49:40.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37962024-09-23T17:49:42.152Z[ recovery-image] Sep 23 17:49:40.088 INFO O| Sep 23 17:49:40.088 INFO STEP 4 (remove_files) COMPLETE
37972024-09-23T17:49:42.152Z[ recovery-image] Sep 23 17:49:40.088 INFO O| Sep 23 17:49:40.088 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-09-23T17:49:42.162Z[ recovery-image] Sep 23 17:49:40.098 INFO O| Sep 23 17:49:40.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37992024-09-23T17:49:42.165Z[ recovery-image] Sep 23 17:49:40.098 INFO O| Sep 23 17:49:40.098 INFO STEP 5 (remove_files) COMPLETE
38002024-09-23T17:49:42.165Z[ recovery-image] Sep 23 17:49:40.098 INFO O| Sep 23 17:49:40.098 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-23T17:49:42.172Z[ recovery-image] Sep 23 17:49:40.107 INFO O| Sep 23 17:49:40.107 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38022024-09-23T17:49:42.184Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO STEP 6 (remove_files) COMPLETE
38032024-09-23T17:49:42.184Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-09-23T17:49:42.189Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO skip step because feature "recovery" is enabled
38052024-09-23T17:49:42.189Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-23T17:49:42.189Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO skip step because feature "recovery" is enabled
38072024-09-23T17:49:42.189Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-09-23T17:49:42.189Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO skip step because feature "recovery" is enabled
38092024-09-23T17:49:42.189Z[ recovery-image] Sep 23 17:49:40.119 INFO O| Sep 23 17:49:40.119 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-09-23T17:49:42.193Z[ recovery-image] Sep 23 17:49:40.128 INFO O| Sep 23 17:49:40.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38112024-09-23T17:49:42.196Z[ recovery-image] Sep 23 17:49:40.132 INFO O| Sep 23 17:49:40.132 INFO STEP 10 (remove_files) COMPLETE
38122024-09-23T17:49:42.197Z[ recovery-image] Sep 23 17:49:40.132 INFO O| Sep 23 17:49:40.132 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-09-23T17:49:42.206Z[ recovery-image] Sep 23 17:49:40.141 INFO O| Sep 23 17:49:40.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38142024-09-23T17:49:42.208Z[ recovery-image] Sep 23 17:49:40.142 INFO O| Sep 23 17:49:40.142 INFO STEP 11 (remove_files) COMPLETE
38152024-09-23T17:49:42.209Z[ recovery-image] Sep 23 17:49:40.142 INFO O| Sep 23 17:49:40.142 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-09-23T17:49:42.216Z[ recovery-image] Sep 23 17:49:40.152 INFO O| Sep 23 17:49:40.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38172024-09-23T17:49:42.218Z[ recovery-image] Sep 23 17:49:40.153 INFO O| Sep 23 17:49:40.153 INFO STEP 12 (remove_files) COMPLETE
38182024-09-23T17:49:42.219Z[ recovery-image] Sep 23 17:49:40.153 INFO O| Sep 23 17:49:40.153 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-09-23T17:49:42.228Z[ recovery-image] Sep 23 17:49:40.163 INFO O| Sep 23 17:49:40.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38202024-09-23T17:49:42.265Z[ recovery-image] Sep 23 17:49:40.201 INFO O| Sep 23 17:49:40.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38212024-09-23T17:49:42.268Z[ recovery-image] Sep 23 17:49:40.202 INFO O| Sep 23 17:49:40.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38222024-09-23T17:49:42.272Z[ recovery-image] Sep 23 17:49:40.208 INFO O| Sep 23 17:49:40.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38232024-09-23T17:49:42.276Z[ recovery-image] Sep 23 17:49:40.212 INFO O| Sep 23 17:49:40.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38242024-09-23T17:49:42.466Z[ recovery-image] Sep 23 17:49:40.400 INFO O| Sep 23 17:49:40.400 INFO STEP 13 (remove_files) COMPLETE
38252024-09-23T17:49:42.466Z[ recovery-image] Sep 23 17:49:40.400 INFO O| Sep 23 17:49:40.400 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-09-23T17:49:42.475Z[ recovery-image] Sep 23 17:49:40.411 INFO O| Sep 23 17:49:40.411 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38272024-09-23T17:49:42.478Z[ recovery-image] Sep 23 17:49:40.412 INFO O| Sep 23 17:49:40.412 INFO STEP 14 (remove_files) COMPLETE
38282024-09-23T17:49:42.478Z[ recovery-image] Sep 23 17:49:40.412 INFO O| Sep 23 17:49:40.412 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-09-23T17:49:42.486Z[ recovery-image] Sep 23 17:49:40.422 INFO O| Sep 23 17:49:40.422 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38302024-09-23T17:49:42.492Z[ recovery-image] Sep 23 17:49:40.428 INFO O| Sep 23 17:49:40.428 INFO STEP 15 (remove_files) COMPLETE
38312024-09-23T17:49:42.492Z[ recovery-image] Sep 23 17:49:40.428 INFO O| Sep 23 17:49:40.428 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-09-23T17:49:42.502Z[ recovery-image] Sep 23 17:49:40.438 INFO O| Sep 23 17:49:40.438 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38332024-09-23T17:49:42.505Z[ recovery-image] Sep 23 17:49:40.438 INFO O| Sep 23 17:49:40.438 INFO STEP 16 (remove_files) COMPLETE
38342024-09-23T17:49:42.506Z[ recovery-image] Sep 23 17:49:40.438 INFO O| Sep 23 17:49:40.438 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-09-23T17:49:42.512Z[ recovery-image] Sep 23 17:49:40.447 INFO O| Sep 23 17:49:40.447 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38362024-09-23T17:49:42.514Z[ recovery-image] Sep 23 17:49:40.449 INFO O| Sep 23 17:49:40.449 INFO STEP 17 (remove_files) COMPLETE
38372024-09-23T17:49:42.514Z[ recovery-image] Sep 23 17:49:40.449 INFO O| Sep 23 17:49:40.449 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-09-23T17:49:42.523Z[ recovery-image] Sep 23 17:49:40.458 INFO O| Sep 23 17:49:40.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38392024-09-23T17:49:42.525Z[ recovery-image] Sep 23 17:49:40.459 INFO O| Sep 23 17:49:40.458 INFO STEP 18 (remove_files) COMPLETE
38402024-09-23T17:49:42.525Z[ recovery-image] Sep 23 17:49:40.459 INFO O| Sep 23 17:49:40.459 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-09-23T17:49:42.532Z[ recovery-image] Sep 23 17:49:40.468 INFO O| Sep 23 17:49:40.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38422024-09-23T17:49:42.532Z[ recovery-image] Sep 23 17:49:40.468 INFO O| Sep 23 17:49:40.468 INFO STEP 19 (remove_files) COMPLETE
38432024-09-23T17:49:42.535Z[ recovery-image] Sep 23 17:49:40.468 INFO O| Sep 23 17:49:40.468 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-09-23T17:49:42.541Z[ recovery-image] Sep 23 17:49:40.477 INFO O| Sep 23 17:49:40.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38452024-09-23T17:49:42.544Z[ recovery-image] Sep 23 17:49:40.477 INFO O| Sep 23 17:49:40.477 INFO STEP 20 (remove_files) COMPLETE
38462024-09-23T17:49:42.544Z[ recovery-image] Sep 23 17:49:40.477 INFO O| Sep 23 17:49:40.477 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-09-23T17:49:42.551Z[ recovery-image] Sep 23 17:49:40.486 INFO O| Sep 23 17:49:40.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38482024-09-23T17:49:42.553Z[ recovery-image] Sep 23 17:49:40.487 INFO O| Sep 23 17:49:40.487 INFO STEP 21 (remove_files) COMPLETE
38492024-09-23T17:49:42.553Z[ recovery-image] Sep 23 17:49:40.487 INFO O| Sep 23 17:49:40.487 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-09-23T17:49:42.560Z[ recovery-image] Sep 23 17:49:40.496 INFO O| Sep 23 17:49:40.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38512024-09-23T17:49:42.560Z[ recovery-image] Sep 23 17:49:40.496 INFO O| Sep 23 17:49:40.496 INFO STEP 22 (remove_files) COMPLETE
38522024-09-23T17:49:42.560Z[ recovery-image] Sep 23 17:49:40.496 INFO O| Sep 23 17:49:40.496 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-09-23T17:49:42.569Z[ recovery-image] Sep 23 17:49:40.505 INFO O| Sep 23 17:49:40.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38542024-09-23T17:49:42.569Z[ recovery-image] Sep 23 17:49:40.505 INFO O| Sep 23 17:49:40.505 INFO STEP 23 (remove_files) COMPLETE
38552024-09-23T17:49:42.570Z[ recovery-image] Sep 23 17:49:40.505 INFO O| Sep 23 17:49:40.505 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-09-23T17:49:42.579Z[ recovery-image] Sep 23 17:49:40.514 INFO O| Sep 23 17:49:40.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38572024-09-23T17:49:42.581Z[ recovery-image] Sep 23 17:49:40.515 INFO O| Sep 23 17:49:40.515 INFO STEP 24 (remove_files) COMPLETE
38582024-09-23T17:49:42.581Z[ recovery-image] Sep 23 17:49:40.515 INFO O| Sep 23 17:49:40.515 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-09-23T17:49:42.588Z[ recovery-image] Sep 23 17:49:40.524 INFO O| Sep 23 17:49:40.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38602024-09-23T17:49:42.591Z[ recovery-image] Sep 23 17:49:40.524 INFO O| Sep 23 17:49:40.524 INFO STEP 25 (remove_files) COMPLETE
38612024-09-23T17:49:42.591Z[ recovery-image] Sep 23 17:49:40.524 INFO O| Sep 23 17:49:40.524 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-09-23T17:49:42.598Z[ recovery-image] Sep 23 17:49:40.533 INFO O| Sep 23 17:49:40.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38632024-09-23T17:49:42.598Z[ recovery-image] Sep 23 17:49:40.534 INFO O| Sep 23 17:49:40.533 INFO STEP 26 (remove_files) COMPLETE
38642024-09-23T17:49:42.598Z[ recovery-image] Sep 23 17:49:40.534 INFO O| Sep 23 17:49:40.534 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-09-23T17:49:42.607Z[ recovery-image] Sep 23 17:49:40.543 INFO O| Sep 23 17:49:40.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38662024-09-23T17:49:42.607Z[ recovery-image] Sep 23 17:49:40.543 INFO O| Sep 23 17:49:40.543 INFO STEP 27 (remove_files) COMPLETE
38672024-09-23T17:49:42.607Z[ recovery-image] Sep 23 17:49:40.543 INFO O| Sep 23 17:49:40.543 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-09-23T17:49:42.616Z[ recovery-image] Sep 23 17:49:40.552 INFO O| Sep 23 17:49:40.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38692024-09-23T17:49:42.619Z[ recovery-image] Sep 23 17:49:40.552 INFO O| Sep 23 17:49:40.552 INFO STEP 28 (remove_files) COMPLETE
38702024-09-23T17:49:42.619Z[ recovery-image] Sep 23 17:49:40.552 INFO O| Sep 23 17:49:40.552 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-09-23T17:49:42.626Z[ recovery-image] Sep 23 17:49:40.561 INFO O| Sep 23 17:49:40.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38722024-09-23T17:49:42.626Z[ recovery-image] Sep 23 17:49:40.562 INFO O| Sep 23 17:49:40.562 INFO STEP 29 (remove_files) COMPLETE
38732024-09-23T17:49:42.626Z[ recovery-image] Sep 23 17:49:40.562 INFO O| Sep 23 17:49:40.562 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-09-23T17:49:42.636Z[ recovery-image] Sep 23 17:49:40.571 INFO O| Sep 23 17:49:40.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38752024-09-23T17:49:42.636Z[ recovery-image] Sep 23 17:49:40.571 INFO O| Sep 23 17:49:40.571 INFO STEP 30 (remove_files) COMPLETE
38762024-09-23T17:49:42.639Z[ recovery-image] Sep 23 17:49:40.571 INFO O| Sep 23 17:49:40.571 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-09-23T17:49:42.645Z[ recovery-image] Sep 23 17:49:40.580 INFO O| Sep 23 17:49:40.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38782024-09-23T17:49:42.645Z[ recovery-image] Sep 23 17:49:40.581 INFO O| Sep 23 17:49:40.580 INFO STEP 31 (remove_files) COMPLETE
38792024-09-23T17:49:42.649Z[ recovery-image] Sep 23 17:49:40.581 INFO O| Sep 23 17:49:40.581 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-09-23T17:49:42.656Z[ recovery-image] Sep 23 17:49:40.590 INFO O| Sep 23 17:49:40.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38812024-09-23T17:49:42.656Z[ recovery-image] Sep 23 17:49:40.590 INFO O| Sep 23 17:49:40.590 INFO STEP 32 (remove_files) COMPLETE
38822024-09-23T17:49:42.660Z[ recovery-image] Sep 23 17:49:40.590 INFO O| Sep 23 17:49:40.590 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-09-23T17:49:42.664Z[ recovery-image] Sep 23 17:49:40.599 INFO O| Sep 23 17:49:40.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38842024-09-23T17:49:42.664Z[ recovery-image] Sep 23 17:49:40.599 INFO O| Sep 23 17:49:40.599 INFO STEP 33 (remove_files) COMPLETE
38852024-09-23T17:49:42.664Z[ recovery-image] Sep 23 17:49:40.599 INFO O| Sep 23 17:49:40.599 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-09-23T17:49:42.674Z[ recovery-image] Sep 23 17:49:40.608 INFO O| Sep 23 17:49:40.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38872024-09-23T17:49:42.674Z[ recovery-image] Sep 23 17:49:40.608 INFO O| Sep 23 17:49:40.608 INFO STEP 34 (remove_files) COMPLETE
38882024-09-23T17:49:42.674Z[ recovery-image] Sep 23 17:49:40.608 INFO O| Sep 23 17:49:40.608 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-09-23T17:49:42.683Z[ recovery-image] Sep 23 17:49:40.618 INFO O| Sep 23 17:49:40.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38902024-09-23T17:49:42.683Z[ recovery-image] Sep 23 17:49:40.618 INFO O| Sep 23 17:49:40.618 INFO STEP 35 (remove_files) COMPLETE
38912024-09-23T17:49:42.686Z[ recovery-image] Sep 23 17:49:40.618 INFO O| Sep 23 17:49:40.618 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-09-23T17:49:42.693Z[ recovery-image] Sep 23 17:49:40.627 INFO O| Sep 23 17:49:40.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38932024-09-23T17:49:42.693Z[ recovery-image] Sep 23 17:49:40.627 INFO O| Sep 23 17:49:40.627 INFO STEP 36 (remove_files) COMPLETE
38942024-09-23T17:49:42.696Z[ recovery-image] Sep 23 17:49:40.627 INFO O| Sep 23 17:49:40.627 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-09-23T17:49:42.701Z[ recovery-image] Sep 23 17:49:40.636 INFO O| Sep 23 17:49:40.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38962024-09-23T17:49:42.701Z[ recovery-image] Sep 23 17:49:40.636 INFO O| Sep 23 17:49:40.636 INFO STEP 37 (remove_files) COMPLETE
38972024-09-23T17:49:42.701Z[ recovery-image] Sep 23 17:49:40.637 INFO O| Sep 23 17:49:40.636 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-09-23T17:49:42.710Z[ recovery-image] Sep 23 17:49:40.646 INFO O| Sep 23 17:49:40.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38992024-09-23T17:49:42.713Z[ recovery-image] Sep 23 17:49:40.646 INFO O| Sep 23 17:49:40.646 INFO STEP 38 (remove_files) COMPLETE
39002024-09-23T17:49:42.713Z[ recovery-image] Sep 23 17:49:40.646 INFO O| Sep 23 17:49:40.646 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-09-23T17:49:42.720Z[ recovery-image] Sep 23 17:49:40.655 INFO O| Sep 23 17:49:40.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39022024-09-23T17:49:42.720Z[ recovery-image] Sep 23 17:49:40.655 INFO O| Sep 23 17:49:40.655 INFO STEP 39 (remove_files) COMPLETE
39032024-09-23T17:49:42.720Z[ recovery-image] Sep 23 17:49:40.655 INFO O| Sep 23 17:49:40.655 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-09-23T17:49:42.729Z[ recovery-image] Sep 23 17:49:40.664 INFO O| Sep 23 17:49:40.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39052024-09-23T17:49:42.729Z[ recovery-image] Sep 23 17:49:40.665 INFO O| Sep 23 17:49:40.664 INFO STEP 40 (remove_files) COMPLETE
39062024-09-23T17:49:42.731Z[ recovery-image] Sep 23 17:49:40.665 INFO O| Sep 23 17:49:40.665 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-09-23T17:49:42.738Z[ recovery-image] Sep 23 17:49:40.674 INFO O| Sep 23 17:49:40.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39082024-09-23T17:49:42.738Z[ recovery-image] Sep 23 17:49:40.674 INFO O| Sep 23 17:49:40.674 INFO STEP 41 (remove_files) COMPLETE
39092024-09-23T17:49:42.738Z[ recovery-image] Sep 23 17:49:40.674 INFO O| Sep 23 17:49:40.674 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-09-23T17:49:42.748Z[ recovery-image] Sep 23 17:49:40.683 INFO O| Sep 23 17:49:40.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39112024-09-23T17:49:42.748Z[ recovery-image] Sep 23 17:49:40.683 INFO O| Sep 23 17:49:40.683 INFO STEP 42 (remove_files) COMPLETE
39122024-09-23T17:49:42.748Z[ recovery-image] Sep 23 17:49:40.683 INFO O| Sep 23 17:49:40.683 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-09-23T17:49:42.757Z[ recovery-image] Sep 23 17:49:40.692 INFO O| Sep 23 17:49:40.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39142024-09-23T17:49:42.757Z[ recovery-image] Sep 23 17:49:40.693 INFO O| Sep 23 17:49:40.692 INFO STEP 43 (remove_files) COMPLETE
39152024-09-23T17:49:42.759Z[ recovery-image] Sep 23 17:49:40.693 INFO O| Sep 23 17:49:40.692 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-09-23T17:49:42.766Z[ recovery-image] Sep 23 17:49:40.702 INFO O| Sep 23 17:49:40.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39172024-09-23T17:49:42.769Z[ recovery-image] Sep 23 17:49:40.702 INFO O| Sep 23 17:49:40.702 INFO STEP 44 (remove_files) COMPLETE
39182024-09-23T17:49:42.769Z[ recovery-image] Sep 23 17:49:40.702 INFO O| Sep 23 17:49:40.702 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-09-23T17:49:42.776Z[ recovery-image] Sep 23 17:49:40.711 INFO O| Sep 23 17:49:40.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39202024-09-23T17:49:42.776Z[ recovery-image] Sep 23 17:49:40.711 INFO O| Sep 23 17:49:40.711 INFO STEP 45 (remove_files) COMPLETE
39212024-09-23T17:49:42.776Z[ recovery-image] Sep 23 17:49:40.711 INFO O| Sep 23 17:49:40.711 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-09-23T17:49:42.785Z[ recovery-image] Sep 23 17:49:40.720 INFO O| Sep 23 17:49:40.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39232024-09-23T17:49:42.787Z[ recovery-image] Sep 23 17:49:40.720 INFO O| Sep 23 17:49:40.720 INFO STEP 46 (remove_files) COMPLETE
39242024-09-23T17:49:42.787Z[ recovery-image] Sep 23 17:49:40.720 INFO O| Sep 23 17:49:40.720 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-09-23T17:49:42.794Z[ recovery-image] Sep 23 17:49:40.730 INFO O| Sep 23 17:49:40.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39262024-09-23T17:49:42.794Z[ recovery-image] Sep 23 17:49:40.730 INFO O| Sep 23 17:49:40.730 INFO STEP 47 (remove_files) COMPLETE
39272024-09-23T17:49:42.796Z[ recovery-image] Sep 23 17:49:40.730 INFO O| Sep 23 17:49:40.730 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-09-23T17:49:42.803Z[ recovery-image] Sep 23 17:49:40.739 INFO O| Sep 23 17:49:40.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39292024-09-23T17:49:42.803Z[ recovery-image] Sep 23 17:49:40.739 INFO O| Sep 23 17:49:40.739 INFO STEP 48 (remove_files) COMPLETE
39302024-09-23T17:49:42.803Z[ recovery-image] Sep 23 17:49:40.739 INFO O| Sep 23 17:49:40.739 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-09-23T17:49:42.813Z[ recovery-image] Sep 23 17:49:40.748 INFO O| Sep 23 17:49:40.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39322024-09-23T17:49:42.813Z[ recovery-image] Sep 23 17:49:40.748 INFO O| Sep 23 17:49:40.748 INFO STEP 49 (remove_files) COMPLETE
39332024-09-23T17:49:42.815Z[ recovery-image] Sep 23 17:49:40.748 INFO O| Sep 23 17:49:40.748 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-09-23T17:49:42.822Z[ recovery-image] Sep 23 17:49:40.758 INFO O| Sep 23 17:49:40.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39352024-09-23T17:49:42.822Z[ recovery-image] Sep 23 17:49:40.758 INFO O| Sep 23 17:49:40.758 INFO STEP 50 (remove_files) COMPLETE
39362024-09-23T17:49:42.822Z[ recovery-image] Sep 23 17:49:40.758 INFO O| Sep 23 17:49:40.758 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-09-23T17:49:42.831Z[ recovery-image] Sep 23 17:49:40.767 INFO O| Sep 23 17:49:40.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39382024-09-23T17:49:42.831Z[ recovery-image] Sep 23 17:49:40.767 INFO O| Sep 23 17:49:40.767 INFO STEP 51 (remove_files) COMPLETE
39392024-09-23T17:49:42.834Z[ recovery-image] Sep 23 17:49:40.767 INFO O| Sep 23 17:49:40.767 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-09-23T17:49:42.841Z[ recovery-image] Sep 23 17:49:40.776 INFO O| Sep 23 17:49:40.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39412024-09-23T17:49:42.841Z[ recovery-image] Sep 23 17:49:40.776 INFO O| Sep 23 17:49:40.776 INFO STEP 52 (remove_files) COMPLETE
39422024-09-23T17:49:42.841Z[ recovery-image] Sep 23 17:49:40.776 INFO O| Sep 23 17:49:40.776 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-09-23T17:49:42.850Z[ recovery-image] Sep 23 17:49:40.786 INFO O| Sep 23 17:49:40.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39442024-09-23T17:49:42.851Z[ recovery-image] Sep 23 17:49:40.786 INFO O| Sep 23 17:49:40.786 INFO STEP 53 (remove_files) COMPLETE
39452024-09-23T17:49:42.853Z[ recovery-image] Sep 23 17:49:40.786 INFO O| Sep 23 17:49:40.786 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-09-23T17:49:42.859Z[ recovery-image] Sep 23 17:49:40.795 INFO O| Sep 23 17:49:40.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39472024-09-23T17:49:42.859Z[ recovery-image] Sep 23 17:49:40.795 INFO O| Sep 23 17:49:40.795 INFO STEP 54 (remove_files) COMPLETE
39482024-09-23T17:49:42.860Z[ recovery-image] Sep 23 17:49:40.795 INFO O| Sep 23 17:49:40.795 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-09-23T17:49:42.869Z[ recovery-image] Sep 23 17:49:40.804 INFO O| Sep 23 17:49:40.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39502024-09-23T17:49:42.871Z[ recovery-image] Sep 23 17:49:40.804 INFO O| Sep 23 17:49:40.804 INFO STEP 55 (remove_files) COMPLETE
39512024-09-23T17:49:42.871Z[ recovery-image] Sep 23 17:49:40.805 INFO O| Sep 23 17:49:40.804 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-09-23T17:49:42.878Z[ recovery-image] Sep 23 17:49:40.814 INFO O| Sep 23 17:49:40.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39532024-09-23T17:49:42.881Z[ recovery-image] Sep 23 17:49:40.814 INFO O| Sep 23 17:49:40.814 INFO STEP 56 (remove_files) COMPLETE
39542024-09-23T17:49:42.881Z[ recovery-image] Sep 23 17:49:40.814 INFO O| Sep 23 17:49:40.814 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-09-23T17:49:42.888Z[ recovery-image] Sep 23 17:49:40.823 INFO O| Sep 23 17:49:40.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39562024-09-23T17:49:42.888Z[ recovery-image] Sep 23 17:49:40.823 INFO O| Sep 23 17:49:40.823 INFO STEP 57 (remove_files) COMPLETE
39572024-09-23T17:49:42.888Z[ recovery-image] Sep 23 17:49:40.823 INFO O| Sep 23 17:49:40.823 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-09-23T17:49:42.898Z[ recovery-image] Sep 23 17:49:40.833 INFO O| Sep 23 17:49:40.833 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39592024-09-23T17:49:42.898Z[ recovery-image] Sep 23 17:49:40.833 INFO O| Sep 23 17:49:40.833 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39602024-09-23T17:49:42.900Z[ recovery-image] Sep 23 17:49:40.834 INFO O| Sep 23 17:49:40.834 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39612024-09-23T17:49:42.900Z[ recovery-image] Sep 23 17:49:40.834 INFO O| Sep 23 17:49:40.834 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39622024-09-23T17:49:42.900Z[ recovery-image] Sep 23 17:49:40.834 INFO O| Sep 23 17:49:40.834 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39632024-09-23T17:49:42.900Z[ recovery-image] Sep 23 17:49:40.834 INFO O| Sep 23 17:49:40.834 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39642024-09-23T17:49:42.900Z[ recovery-image] Sep 23 17:49:40.834 INFO O| Sep 23 17:49:40.834 INFO ok!
39652024-09-23T17:49:42.900Z[ recovery-image] Sep 23 17:49:40.834 INFO O| Sep 23 17:49:40.834 INFO STEP 58 (ensure_file) COMPLETE
39662024-09-23T17:49:42.900Z[ recovery-image] Sep 23 17:49:40.834 INFO O| Sep 23 17:49:40.834 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-09-23T17:49:42.908Z[ recovery-image] Sep 23 17:49:40.843 INFO O| Sep 23 17:49:40.843 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39682024-09-23T17:49:42.908Z[ recovery-image] Sep 23 17:49:40.843 INFO O| Sep 23 17:49:40.843 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39692024-09-23T17:49:42.910Z[ recovery-image] Sep 23 17:49:40.844 INFO O| Sep 23 17:49:40.844 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39702024-09-23T17:49:42.910Z[ recovery-image] Sep 23 17:49:40.844 INFO O| Sep 23 17:49:40.844 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39712024-09-23T17:49:42.910Z[ recovery-image] Sep 23 17:49:40.844 INFO O| Sep 23 17:49:40.844 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39722024-09-23T17:49:42.911Z[ recovery-image] Sep 23 17:49:40.844 INFO O| Sep 23 17:49:40.844 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39732024-09-23T17:49:42.911Z[ recovery-image] Sep 23 17:49:40.844 INFO O| Sep 23 17:49:40.844 INFO ok!
39742024-09-23T17:49:42.911Z[ recovery-image] Sep 23 17:49:40.844 INFO O| Sep 23 17:49:40.844 INFO STEP 59 (ensure_file) COMPLETE
39752024-09-23T17:49:42.911Z[ recovery-image] Sep 23 17:49:40.844 INFO O| Sep 23 17:49:40.844 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-09-23T17:49:42.918Z[ recovery-image] Sep 23 17:49:40.853 INFO O| Sep 23 17:49:40.853 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39772024-09-23T17:49:42.918Z[ recovery-image] Sep 23 17:49:40.853 INFO O| Sep 23 17:49:40.853 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39782024-09-23T17:49:42.920Z[ recovery-image] Sep 23 17:49:40.853 INFO O| Sep 23 17:49:40.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39792024-09-23T17:49:42.920Z[ recovery-image] Sep 23 17:49:40.853 INFO O| Sep 23 17:49:40.853 INFO ok!
39802024-09-23T17:49:42.920Z[ recovery-image] Sep 23 17:49:40.853 INFO O| Sep 23 17:49:40.853 INFO STEP 60 (ensure_file) COMPLETE
39812024-09-23T17:49:42.920Z[ recovery-image] Sep 23 17:49:40.853 INFO O| Sep 23 17:49:40.853 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-09-23T17:49:42.927Z[ recovery-image] Sep 23 17:49:40.863 INFO O| Sep 23 17:49:40.863 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39832024-09-23T17:49:42.927Z[ recovery-image] Sep 23 17:49:40.863 INFO O| Sep 23 17:49:40.863 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39842024-09-23T17:49:42.929Z[ recovery-image] Sep 23 17:49:40.863 INFO O| Sep 23 17:49:40.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39852024-09-23T17:49:42.930Z[ recovery-image] Sep 23 17:49:40.863 INFO O| Sep 23 17:49:40.863 INFO ok!
39862024-09-23T17:49:42.930Z[ recovery-image] Sep 23 17:49:40.863 INFO O| Sep 23 17:49:40.863 INFO STEP 61 (ensure_file) COMPLETE
39872024-09-23T17:49:42.930Z[ recovery-image] Sep 23 17:49:40.863 INFO O| Sep 23 17:49:40.863 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-09-23T17:49:42.937Z[ recovery-image] Sep 23 17:49:40.872 INFO O| Sep 23 17:49:40.872 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39892024-09-23T17:49:42.940Z[ recovery-image] Sep 23 17:49:40.872 INFO O| Sep 23 17:49:40.872 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39902024-09-23T17:49:42.940Z[ recovery-image] Sep 23 17:49:40.873 INFO O| Sep 23 17:49:40.873 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39912024-09-23T17:49:42.940Z[ recovery-image] Sep 23 17:49:40.873 INFO O| Sep 23 17:49:40.873 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39922024-09-23T17:49:42.940Z[ recovery-image] Sep 23 17:49:40.873 INFO O| Sep 23 17:49:40.873 INFO ok!
39932024-09-23T17:49:42.940Z[ recovery-image] Sep 23 17:49:40.873 INFO O| Sep 23 17:49:40.873 INFO STEP 62 (ensure_file) COMPLETE
39942024-09-23T17:49:42.940Z[ recovery-image] Sep 23 17:49:40.873 INFO O| Sep 23 17:49:40.873 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-09-23T17:49:42.946Z[ recovery-image] Sep 23 17:49:40.882 INFO O| Sep 23 17:49:40.882 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39962024-09-23T17:49:42.946Z[ recovery-image] Sep 23 17:49:40.882 INFO O| Sep 23 17:49:40.882 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39972024-09-23T17:49:42.949Z[ recovery-image] Sep 23 17:49:40.882 INFO O| Sep 23 17:49:40.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39982024-09-23T17:49:42.949Z[ recovery-image] Sep 23 17:49:40.882 INFO O| Sep 23 17:49:40.882 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39992024-09-23T17:49:42.949Z[ recovery-image] Sep 23 17:49:40.882 INFO O| Sep 23 17:49:40.882 INFO ok!
40002024-09-23T17:49:42.950Z[ recovery-image] Sep 23 17:49:40.882 INFO O| Sep 23 17:49:40.882 INFO STEP 63 (ensure_file) COMPLETE
40012024-09-23T17:49:42.950Z[ recovery-image] Sep 23 17:49:40.882 INFO O| Sep 23 17:49:40.882 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-09-23T17:49:42.956Z[ recovery-image] Sep 23 17:49:40.892 INFO O| Sep 23 17:49:40.892 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40032024-09-23T17:49:42.959Z[ recovery-image] Sep 23 17:49:40.892 INFO O| Sep 23 17:49:40.892 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40042024-09-23T17:49:42.959Z[ recovery-image] Sep 23 17:49:40.892 INFO O| Sep 23 17:49:40.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40052024-09-23T17:49:42.959Z[ recovery-image] Sep 23 17:49:40.892 INFO O| Sep 23 17:49:40.892 INFO ok!
40062024-09-23T17:49:42.959Z[ recovery-image] Sep 23 17:49:40.892 INFO O| Sep 23 17:49:40.892 INFO STEP 64 (assemble_files) COMPLETE
40072024-09-23T17:49:42.959Z[ recovery-image] Sep 23 17:49:40.892 INFO O| Sep 23 17:49:40.892 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-09-23T17:49:42.966Z[ recovery-image] Sep 23 17:49:40.901 INFO O| Sep 23 17:49:40.901 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40092024-09-23T17:49:42.966Z[ recovery-image] Sep 23 17:49:40.901 INFO O| Sep 23 17:49:40.901 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40102024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.901 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40112024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40122024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO ok!
40132024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO STEP 65 (ensure_file) COMPLETE
40142024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO skip step because feature "omicron1" is not enabled
40162024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO skip step because feature "omicron1" is not enabled
40182024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO skip step because feature "omicron1" is not enabled
40202024-09-23T17:49:42.968Z[ recovery-image] Sep 23 17:49:40.902 INFO O| Sep 23 17:49:40.902 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-09-23T17:49:42.981Z[ recovery-image] Sep 23 17:49:40.916 INFO O| Sep 23 17:49:40.916 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40222024-09-23T17:49:42.981Z[ recovery-image] Sep 23 17:49:40.916 INFO O| Sep 23 17:49:40.916 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40232024-09-23T17:49:43.188Z[ host-image] Sep 23 17:49:41.123 INFO O| Sep 23 17:49:41.123 INFO O| Done
40242024-09-23T17:49:43.664Z[ host-image] Sep 23 17:49:41.599 INFO O| Sep 23 17:49:41.599 INFO O| Done
40252024-09-23T17:49:43.877Z[ host-image] Sep 23 17:49:41.812 INFO O| Sep 23 17:49:41.812 INFO STEP 11 (pkg_install) COMPLETE
40262024-09-23T17:49:43.877Z[ host-image] Sep 23 17:49:41.812 INFO O| Sep 23 17:49:41.812 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40272024-09-23T17:49:43.887Z[ host-image] Sep 23 17:49:41.823 INFO O| Sep 23 17:49:41.823 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
40282024-09-23T17:49:44.334Z[ host-image] Sep 23 17:49:42.270 INFO O| Sep 23 17:49:42.270 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40292024-09-23T17:49:44.654Z[ recovery-image] Sep 23 17:49:42.587 INFO O| Sep 23 17:49:42.587 INFO STEP 69 (pack_tar) COMPLETE
40302024-09-23T17:49:44.654Z[ recovery-image] Sep 23 17:49:42.587 INFO O| Sep 23 17:49:42.587 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40312024-09-23T17:49:44.654Z[ recovery-image] Sep 23 17:49:42.587 INFO O| Sep 23 17:49:42.587 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40322024-09-23T17:49:45.286Z[ recovery-image] Sep 23 17:49:43.222 INFO O| Sep 23 17:49:43.221 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40332024-09-23T17:49:45.383Z[ recovery-image] Sep 23 17:49:43.318 INFO O| Sep 23 17:49:43.318 INFO completed processing gimlet/ramdisk-02-trim
40342024-09-23T17:49:45.386Z[ recovery-image] Sep 23 17:49:43.322 INFO image builder template: ramdisk-03-recovery-trim...
40352024-09-23T17:49:45.389Z[ recovery-image] Sep 23 17:49:43.322 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTNLru8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
40362024-09-23T17:49:45.532Z[ recovery-image] Sep 23 17:49:43.466 INFO O| Sep 23 17:49:43.465 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40372024-09-23T17:49:45.536Z[ recovery-image] Sep 23 17:49:43.471 INFO O| Sep 23 17:49:43.471 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40382024-09-23T17:49:45.721Z[ recovery-image] Sep 23 17:49:43.656 INFO O| Sep 23 17:49:43.656 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40392024-09-23T17:49:45.782Z[ recovery-image] Sep 23 17:49:43.717 INFO O| Sep 23 17:49:43.717 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40402024-09-23T17:49:45.784Z[ recovery-image] Sep 23 17:49:43.717 INFO O| Sep 23 17:49:43.717 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40412024-09-23T17:49:45.790Z[ recovery-image] Sep 23 17:49:43.726 INFO O| Sep 23 17:49:43.726 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40422024-09-23T17:49:45.795Z[ recovery-image] Sep 23 17:49:43.730 INFO O| Sep 23 17:49:43.730 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40432024-09-23T17:49:45.799Z[ recovery-image] Sep 23 17:49:43.734 INFO O| Sep 23 17:49:43.734 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40442024-09-23T17:49:46.043Z[ recovery-image] Sep 23 17:49:43.978 INFO O| Sep 23 17:49:43.978 INFO rolled back to input snapshot; work may begin
40452024-09-23T17:49:46.043Z[ recovery-image] Sep 23 17:49:43.978 INFO O| Sep 23 17:49:43.978 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40462024-09-23T17:49:46.049Z[ recovery-image] Sep 23 17:49:43.984 INFO O| Sep 23 17:49:43.984 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-09-23T17:49:46.060Z[ recovery-image] Sep 23 17:49:43.996 INFO O| Sep 23 17:49:43.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40482024-09-23T17:49:46.063Z[ recovery-image] Sep 23 17:49:43.998 INFO O| Sep 23 17:49:43.998 INFO STEP 0 (remove_files) COMPLETE
40492024-09-23T17:49:46.063Z[ recovery-image] Sep 23 17:49:43.999 INFO O| Sep 23 17:49:43.998 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-09-23T17:49:46.075Z[ recovery-image] Sep 23 17:49:44.010 INFO O| Sep 23 17:49:44.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40512024-09-23T17:49:46.131Z[ recovery-image] Sep 23 17:49:44.066 INFO O| Sep 23 17:49:44.066 INFO STEP 1 (remove_files) COMPLETE
40522024-09-23T17:49:46.131Z[ recovery-image] Sep 23 17:49:44.066 INFO O| Sep 23 17:49:44.066 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-09-23T17:49:46.144Z[ recovery-image] Sep 23 17:49:44.079 INFO O| Sep 23 17:49:44.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40542024-09-23T17:49:46.146Z[ recovery-image] Sep 23 17:49:44.081 INFO O| Sep 23 17:49:44.081 INFO STEP 2 (remove_files) COMPLETE
40552024-09-23T17:49:46.146Z[ recovery-image] Sep 23 17:49:44.081 INFO O| Sep 23 17:49:44.081 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-09-23T17:49:46.156Z[ recovery-image] Sep 23 17:49:44.091 INFO O| Sep 23 17:49:44.091 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40572024-09-23T17:49:46.201Z[ recovery-image] Sep 23 17:49:44.136 INFO O| Sep 23 17:49:44.136 INFO STEP 3 (remove_files) COMPLETE
40582024-09-23T17:49:46.201Z[ recovery-image] Sep 23 17:49:44.136 INFO O| Sep 23 17:49:44.136 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-09-23T17:49:46.212Z[ recovery-image] Sep 23 17:49:44.147 INFO O| Sep 23 17:49:44.147 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40602024-09-23T17:49:46.222Z[ recovery-image] Sep 23 17:49:44.158 INFO O| Sep 23 17:49:44.158 INFO STEP 4 (remove_files) COMPLETE
40612024-09-23T17:49:46.222Z[ recovery-image] Sep 23 17:49:44.158 INFO O| Sep 23 17:49:44.158 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-09-23T17:49:46.232Z[ recovery-image] Sep 23 17:49:44.167 INFO O| Sep 23 17:49:44.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40632024-09-23T17:49:46.235Z[ recovery-image] Sep 23 17:49:44.170 INFO O| Sep 23 17:49:44.170 INFO STEP 5 (remove_files) COMPLETE
40642024-09-23T17:49:46.235Z[ recovery-image] Sep 23 17:49:44.170 INFO O| Sep 23 17:49:44.170 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-09-23T17:49:46.245Z[ recovery-image] Sep 23 17:49:44.180 INFO O| Sep 23 17:49:44.180 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40662024-09-23T17:49:46.247Z[ recovery-image] Sep 23 17:49:44.181 INFO O| Sep 23 17:49:44.181 INFO STEP 6 (remove_files) COMPLETE
40672024-09-23T17:49:46.247Z[ recovery-image] Sep 23 17:49:44.181 INFO O| Sep 23 17:49:44.181 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-09-23T17:49:46.258Z[ recovery-image] Sep 23 17:49:44.193 INFO O| Sep 23 17:49:44.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40692024-09-23T17:49:46.260Z[ recovery-image] Sep 23 17:49:44.194 INFO O| Sep 23 17:49:44.194 INFO STEP 7 (remove_files) COMPLETE
40702024-09-23T17:49:46.260Z[ recovery-image] Sep 23 17:49:44.194 INFO O| Sep 23 17:49:44.194 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-09-23T17:49:46.269Z[ recovery-image] Sep 23 17:49:44.204 INFO O| Sep 23 17:49:44.204 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40722024-09-23T17:49:46.272Z[ recovery-image] Sep 23 17:49:44.207 INFO O| Sep 23 17:49:44.207 INFO STEP 8 (remove_files) COMPLETE
40732024-09-23T17:49:46.272Z[ recovery-image] Sep 23 17:49:44.207 INFO O| Sep 23 17:49:44.207 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-09-23T17:49:46.281Z[ recovery-image] Sep 23 17:49:44.216 INFO O| Sep 23 17:49:44.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40752024-09-23T17:49:46.284Z[ recovery-image] Sep 23 17:49:44.217 INFO O| Sep 23 17:49:44.217 INFO STEP 9 (remove_files) COMPLETE
40762024-09-23T17:49:46.284Z[ recovery-image] Sep 23 17:49:44.217 INFO O| Sep 23 17:49:44.217 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-09-23T17:49:46.291Z[ recovery-image] Sep 23 17:49:44.226 INFO O| Sep 23 17:49:44.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40782024-09-23T17:49:46.293Z[ recovery-image] Sep 23 17:49:44.227 INFO O| Sep 23 17:49:44.227 INFO STEP 10 (remove_files) COMPLETE
40792024-09-23T17:49:46.294Z[ recovery-image] Sep 23 17:49:44.227 INFO O| Sep 23 17:49:44.227 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-09-23T17:49:46.301Z[ recovery-image] Sep 23 17:49:44.237 INFO O| Sep 23 17:49:44.236 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40812024-09-23T17:49:46.349Z[ recovery-image] Sep 23 17:49:44.285 INFO O| Sep 23 17:49:44.284 INFO STEP 11 (remove_files) COMPLETE
40822024-09-23T17:49:46.349Z[ recovery-image] Sep 23 17:49:44.285 INFO O| Sep 23 17:49:44.285 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-09-23T17:49:46.361Z[ recovery-image] Sep 23 17:49:44.296 INFO O| Sep 23 17:49:44.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40842024-09-23T17:49:46.363Z[ recovery-image] Sep 23 17:49:44.298 INFO O| Sep 23 17:49:44.298 INFO STEP 12 (remove_files) COMPLETE
40852024-09-23T17:49:46.363Z[ recovery-image] Sep 23 17:49:44.298 INFO O| Sep 23 17:49:44.298 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-09-23T17:49:46.373Z[ recovery-image] Sep 23 17:49:44.309 INFO O| Sep 23 17:49:44.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40872024-09-23T17:49:46.376Z[ recovery-image] Sep 23 17:49:44.311 INFO O| Sep 23 17:49:44.311 INFO STEP 13 (remove_files) COMPLETE
40882024-09-23T17:49:46.376Z[ recovery-image] Sep 23 17:49:44.311 INFO O| Sep 23 17:49:44.311 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-09-23T17:49:46.386Z[ recovery-image] Sep 23 17:49:44.321 INFO O| Sep 23 17:49:44.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40902024-09-23T17:49:46.389Z[ recovery-image] Sep 23 17:49:44.322 INFO O| Sep 23 17:49:44.322 INFO STEP 14 (remove_files) COMPLETE
40912024-09-23T17:49:46.389Z[ recovery-image] Sep 23 17:49:44.322 INFO O| Sep 23 17:49:44.322 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-09-23T17:49:46.396Z[ recovery-image] Sep 23 17:49:44.332 INFO O| Sep 23 17:49:44.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40932024-09-23T17:49:46.400Z[ recovery-image] Sep 23 17:49:44.333 INFO O| Sep 23 17:49:44.333 INFO STEP 15 (remove_files) COMPLETE
40942024-09-23T17:49:46.400Z[ recovery-image] Sep 23 17:49:44.333 INFO O| Sep 23 17:49:44.333 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-09-23T17:49:46.407Z[ recovery-image] Sep 23 17:49:44.342 INFO O| Sep 23 17:49:44.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40962024-09-23T17:49:46.413Z[ recovery-image] Sep 23 17:49:44.348 INFO O| Sep 23 17:49:44.348 INFO STEP 16 (remove_files) COMPLETE
40972024-09-23T17:49:46.413Z[ recovery-image] Sep 23 17:49:44.348 INFO O| Sep 23 17:49:44.348 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-09-23T17:49:46.422Z[ host-image] Sep 23 17:49:44.357 INFO O| Sep 23 17:49:44.357 INFO O| Planning: Solver setup ... Done
40992024-09-23T17:49:46.424Z[ recovery-image] Sep 23 17:49:44.358 INFO O| Sep 23 17:49:44.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41002024-09-23T17:49:46.424Z[ recovery-image] Sep 23 17:49:44.358 INFO O| Sep 23 17:49:44.358 INFO STEP 17 (remove_files) COMPLETE
41012024-09-23T17:49:46.424Z[ recovery-image] Sep 23 17:49:44.358 INFO O| Sep 23 17:49:44.358 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-23T17:49:46.427Z[ host-image] Sep 23 17:49:44.361 INFO O| Sep 23 17:49:44.361 INFO O| Planning: Running solver ... Done
41032024-09-23T17:49:46.433Z[ recovery-image] Sep 23 17:49:44.369 INFO O| Sep 23 17:49:44.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41042024-09-23T17:49:46.436Z[ recovery-image] Sep 23 17:49:44.369 INFO O| Sep 23 17:49:44.369 INFO STEP 18 (remove_files) COMPLETE
41052024-09-23T17:49:46.436Z[ recovery-image] Sep 23 17:49:44.369 INFO O| Sep 23 17:49:44.369 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-09-23T17:49:46.444Z[ recovery-image] Sep 23 17:49:44.379 INFO O| Sep 23 17:49:44.379 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41072024-09-23T17:49:46.471Z[ host-image] Sep 23 17:49:44.406 INFO O| Sep 23 17:49:44.406 INFO O| Planning: Finding local manifests ... Done
41082024-09-23T17:49:46.474Z[ host-image] Sep 23 17:49:44.408 INFO O| Sep 23 17:49:44.408 INFO O| Planning: Fetching manifests: 0/4 0% complete
41092024-09-23T17:49:46.485Z[ recovery-image] Sep 23 17:49:44.420 INFO O| Sep 23 17:49:44.420 INFO STEP 19 (remove_files) COMPLETE
41102024-09-23T17:49:46.488Z[ recovery-image] Sep 23 17:49:44.420 INFO O| Sep 23 17:49:44.420 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-23T17:49:46.497Z[ recovery-image] Sep 23 17:49:44.432 INFO O| Sep 23 17:49:44.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41122024-09-23T17:49:46.499Z[ recovery-image] Sep 23 17:49:44.433 INFO O| Sep 23 17:49:44.433 INFO STEP 20 (remove_files) COMPLETE
41132024-09-23T17:49:46.499Z[ recovery-image] Sep 23 17:49:44.433 INFO O| Sep 23 17:49:44.433 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-23T17:49:46.508Z[ recovery-image] Sep 23 17:49:44.444 INFO O| Sep 23 17:49:44.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41152024-09-23T17:49:46.511Z[ recovery-image] Sep 23 17:49:44.444 INFO O| Sep 23 17:49:44.444 INFO STEP 21 (remove_files) COMPLETE
41162024-09-23T17:49:46.511Z[ recovery-image] Sep 23 17:49:44.444 INFO O| Sep 23 17:49:44.444 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-23T17:49:46.519Z[ recovery-image] Sep 23 17:49:44.454 INFO O| Sep 23 17:49:44.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41182024-09-23T17:49:46.521Z[ recovery-image] Sep 23 17:49:44.454 INFO O| Sep 23 17:49:44.454 INFO STEP 22 (remove_files) COMPLETE
41192024-09-23T17:49:46.521Z[ recovery-image] Sep 23 17:49:44.454 INFO O| Sep 23 17:49:44.454 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-23T17:49:46.529Z[ recovery-image] Sep 23 17:49:44.464 INFO O| Sep 23 17:49:44.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41212024-09-23T17:49:46.531Z[ recovery-image] Sep 23 17:49:44.464 INFO O| Sep 23 17:49:44.464 INFO STEP 23 (remove_files) COMPLETE
41222024-09-23T17:49:46.531Z[ recovery-image] Sep 23 17:49:44.464 INFO O| Sep 23 17:49:44.464 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-23T17:49:46.539Z[ recovery-image] Sep 23 17:49:44.474 INFO O| Sep 23 17:49:44.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41242024-09-23T17:49:46.542Z[ recovery-image] Sep 23 17:49:44.474 INFO O| Sep 23 17:49:44.474 INFO STEP 24 (remove_files) COMPLETE
41252024-09-23T17:49:46.542Z[ recovery-image] Sep 23 17:49:44.474 INFO O| Sep 23 17:49:44.474 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-23T17:49:46.549Z[ recovery-image] Sep 23 17:49:44.484 INFO O| Sep 23 17:49:44.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41272024-09-23T17:49:46.549Z[ recovery-image] Sep 23 17:49:44.484 INFO O| Sep 23 17:49:44.484 INFO STEP 25 (remove_files) COMPLETE
41282024-09-23T17:49:46.551Z[ recovery-image] Sep 23 17:49:44.484 INFO O| Sep 23 17:49:44.484 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-23T17:49:46.558Z[ recovery-image] Sep 23 17:49:44.494 INFO O| Sep 23 17:49:44.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41302024-09-23T17:49:46.561Z[ recovery-image] Sep 23 17:49:44.494 INFO O| Sep 23 17:49:44.494 INFO STEP 26 (remove_files) COMPLETE
41312024-09-23T17:49:46.561Z[ recovery-image] Sep 23 17:49:44.494 INFO O| Sep 23 17:49:44.494 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-23T17:49:46.569Z[ host-image] Sep 23 17:49:44.503 INFO O| Sep 23 17:49:44.503 INFO O| Planning: Fetching manifests: 4/4 100% complete
41332024-09-23T17:49:46.571Z[ recovery-image] Sep 23 17:49:44.503 INFO O| Sep 23 17:49:44.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41342024-09-23T17:49:46.571Z[ recovery-image] Sep 23 17:49:44.503 INFO O| Sep 23 17:49:44.503 INFO STEP 27 (remove_files) COMPLETE
41352024-09-23T17:49:46.571Z[ recovery-image] Sep 23 17:49:44.503 INFO O| Sep 23 17:49:44.503 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-09-23T17:49:46.578Z[ recovery-image] Sep 23 17:49:44.513 INFO O| Sep 23 17:49:44.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41372024-09-23T17:49:46.578Z[ recovery-image] Sep 23 17:49:44.513 INFO O| Sep 23 17:49:44.513 INFO STEP 28 (remove_files) COMPLETE
41382024-09-23T17:49:46.580Z[ recovery-image] Sep 23 17:49:44.513 INFO O| Sep 23 17:49:44.513 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-09-23T17:49:46.588Z[ recovery-image] Sep 23 17:49:44.523 INFO O| Sep 23 17:49:44.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41402024-09-23T17:49:46.588Z[ recovery-image] Sep 23 17:49:44.523 INFO O| Sep 23 17:49:44.523 INFO STEP 29 (remove_files) COMPLETE
41412024-09-23T17:49:46.590Z[ recovery-image] Sep 23 17:49:44.523 INFO O| Sep 23 17:49:44.523 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-09-23T17:49:46.590Z[ host-image] Sep 23 17:49:44.525 INFO O| Sep 23 17:49:44.525 INFO O| Planning: Package planning ... Done
41432024-09-23T17:49:46.593Z[ host-image] Sep 23 17:49:44.527 INFO O| Sep 23 17:49:44.527 INFO O| Planning: Merging actions ... Done
41442024-09-23T17:49:46.598Z[ recovery-image] Sep 23 17:49:44.533 INFO O| Sep 23 17:49:44.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41452024-09-23T17:49:46.600Z[ recovery-image] Sep 23 17:49:44.533 INFO O| Sep 23 17:49:44.533 INFO STEP 30 (remove_files) COMPLETE
41462024-09-23T17:49:46.600Z[ recovery-image] Sep 23 17:49:44.533 INFO O| Sep 23 17:49:44.533 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-23T17:49:46.607Z[ recovery-image] Sep 23 17:49:44.543 INFO O| Sep 23 17:49:44.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41482024-09-23T17:49:46.611Z[ recovery-image] Sep 23 17:49:44.543 INFO O| Sep 23 17:49:44.543 INFO STEP 31 (remove_files) COMPLETE
41492024-09-23T17:49:46.611Z[ recovery-image] Sep 23 17:49:44.543 INFO O| Sep 23 17:49:44.543 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-23T17:49:46.617Z[ recovery-image] Sep 23 17:49:44.552 INFO O| Sep 23 17:49:44.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41512024-09-23T17:49:46.617Z[ recovery-image] Sep 23 17:49:44.552 INFO O| Sep 23 17:49:44.552 INFO STEP 32 (remove_files) COMPLETE
41522024-09-23T17:49:46.619Z[ recovery-image] Sep 23 17:49:44.552 INFO O| Sep 23 17:49:44.552 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-23T17:49:46.627Z[ recovery-image] Sep 23 17:49:44.562 INFO O| Sep 23 17:49:44.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41542024-09-23T17:49:46.627Z[ recovery-image] Sep 23 17:49:44.562 INFO O| Sep 23 17:49:44.562 INFO STEP 33 (remove_files) COMPLETE
41552024-09-23T17:49:46.629Z[ recovery-image] Sep 23 17:49:44.562 INFO O| Sep 23 17:49:44.562 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-23T17:49:46.637Z[ recovery-image] Sep 23 17:49:44.572 INFO O| Sep 23 17:49:44.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41572024-09-23T17:49:46.639Z[ recovery-image] Sep 23 17:49:44.572 INFO O| Sep 23 17:49:44.572 INFO STEP 34 (remove_files) COMPLETE
41582024-09-23T17:49:46.639Z[ recovery-image] Sep 23 17:49:44.572 INFO O| Sep 23 17:49:44.572 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-23T17:49:46.647Z[ recovery-image] Sep 23 17:49:44.582 INFO O| Sep 23 17:49:44.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41602024-09-23T17:49:46.647Z[ recovery-image] Sep 23 17:49:44.582 INFO O| Sep 23 17:49:44.582 INFO STEP 35 (remove_files) COMPLETE
41612024-09-23T17:49:46.647Z[ recovery-image] Sep 23 17:49:44.582 INFO O| Sep 23 17:49:44.582 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-23T17:49:46.656Z[ recovery-image] Sep 23 17:49:44.591 INFO O| Sep 23 17:49:44.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41632024-09-23T17:49:46.659Z[ recovery-image] Sep 23 17:49:44.592 INFO O| Sep 23 17:49:44.592 INFO STEP 36 (remove_files) COMPLETE
41642024-09-23T17:49:46.659Z[ recovery-image] Sep 23 17:49:44.592 INFO O| Sep 23 17:49:44.592 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-23T17:49:46.666Z[ recovery-image] Sep 23 17:49:44.601 INFO O| Sep 23 17:49:44.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41662024-09-23T17:49:46.666Z[ recovery-image] Sep 23 17:49:44.601 INFO O| Sep 23 17:49:44.601 INFO STEP 37 (remove_files) COMPLETE
41672024-09-23T17:49:46.666Z[ recovery-image] Sep 23 17:49:44.601 INFO O| Sep 23 17:49:44.601 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-23T17:49:46.670Z[ host-image] Sep 23 17:49:44.605 INFO O| Sep 23 17:49:44.605 INFO O| Planning: Checking for conflicting actions ... Done
41692024-09-23T17:49:46.672Z[ host-image] Sep 23 17:49:44.606 INFO O| Sep 23 17:49:44.606 INFO O| Planning: Consolidating action changes ... Done
41702024-09-23T17:49:46.676Z[ recovery-image] Sep 23 17:49:44.611 INFO O| Sep 23 17:49:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41712024-09-23T17:49:46.676Z[ recovery-image] Sep 23 17:49:44.611 INFO O| Sep 23 17:49:44.611 INFO STEP 38 (remove_files) COMPLETE
41722024-09-23T17:49:46.676Z[ recovery-image] Sep 23 17:49:44.611 INFO O| Sep 23 17:49:44.611 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-09-23T17:49:46.685Z[ recovery-image] Sep 23 17:49:44.620 INFO O| Sep 23 17:49:44.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41742024-09-23T17:49:46.685Z[ recovery-image] Sep 23 17:49:44.620 INFO O| Sep 23 17:49:44.620 INFO STEP 39 (remove_files) COMPLETE
41752024-09-23T17:49:46.687Z[ recovery-image] Sep 23 17:49:44.620 INFO O| Sep 23 17:49:44.620 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-09-23T17:49:46.695Z[ recovery-image] Sep 23 17:49:44.630 INFO O| Sep 23 17:49:44.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41772024-09-23T17:49:46.695Z[ recovery-image] Sep 23 17:49:44.630 INFO O| Sep 23 17:49:44.630 INFO STEP 40 (remove_files) COMPLETE
41782024-09-23T17:49:46.695Z[ recovery-image] Sep 23 17:49:44.630 INFO O| Sep 23 17:49:44.630 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-09-23T17:49:46.704Z[ recovery-image] Sep 23 17:49:44.639 INFO O| Sep 23 17:49:44.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41802024-09-23T17:49:46.704Z[ recovery-image] Sep 23 17:49:44.639 INFO O| Sep 23 17:49:44.639 INFO STEP 41 (remove_files) COMPLETE
41812024-09-23T17:49:46.706Z[ recovery-image] Sep 23 17:49:44.639 INFO O| Sep 23 17:49:44.639 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-09-23T17:49:46.714Z[ recovery-image] Sep 23 17:49:44.649 INFO O| Sep 23 17:49:44.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41832024-09-23T17:49:46.714Z[ recovery-image] Sep 23 17:49:44.649 INFO O| Sep 23 17:49:44.649 INFO STEP 42 (remove_files) COMPLETE
41842024-09-23T17:49:46.714Z[ recovery-image] Sep 23 17:49:44.649 INFO O| Sep 23 17:49:44.649 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-09-23T17:49:46.723Z[ recovery-image] Sep 23 17:49:44.658 INFO O| Sep 23 17:49:44.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41862024-09-23T17:49:46.725Z[ recovery-image] Sep 23 17:49:44.658 INFO O| Sep 23 17:49:44.658 INFO STEP 43 (remove_files) COMPLETE
41872024-09-23T17:49:46.725Z[ recovery-image] Sep 23 17:49:44.658 INFO O| Sep 23 17:49:44.658 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-09-23T17:49:46.733Z[ recovery-image] Sep 23 17:49:44.668 INFO O| Sep 23 17:49:44.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41892024-09-23T17:49:46.735Z[ recovery-image] Sep 23 17:49:44.668 INFO O| Sep 23 17:49:44.668 INFO STEP 44 (remove_files) COMPLETE
41902024-09-23T17:49:46.735Z[ recovery-image] Sep 23 17:49:44.668 INFO O| Sep 23 17:49:44.668 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-09-23T17:49:46.743Z[ recovery-image] Sep 23 17:49:44.678 INFO O| Sep 23 17:49:44.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41922024-09-23T17:49:46.745Z[ recovery-image] Sep 23 17:49:44.679 INFO O| Sep 23 17:49:44.679 INFO STEP 45 (remove_files) COMPLETE
41932024-09-23T17:49:46.745Z[ recovery-image] Sep 23 17:49:44.679 INFO O| Sep 23 17:49:44.679 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-09-23T17:49:46.753Z[ recovery-image] Sep 23 17:49:44.688 INFO O| Sep 23 17:49:44.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41952024-09-23T17:49:46.756Z[ recovery-image] Sep 23 17:49:44.689 INFO O| Sep 23 17:49:44.688 INFO STEP 46 (remove_files) COMPLETE
41962024-09-23T17:49:46.756Z[ recovery-image] Sep 23 17:49:44.689 INFO O| Sep 23 17:49:44.688 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-09-23T17:49:46.763Z[ recovery-image] Sep 23 17:49:44.698 INFO O| Sep 23 17:49:44.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41982024-09-23T17:49:46.763Z[ recovery-image] Sep 23 17:49:44.698 INFO O| Sep 23 17:49:44.698 INFO STEP 47 (remove_files) COMPLETE
41992024-09-23T17:49:46.765Z[ recovery-image] Sep 23 17:49:44.698 INFO O| Sep 23 17:49:44.698 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-09-23T17:49:46.772Z[ recovery-image] Sep 23 17:49:44.707 INFO O| Sep 23 17:49:44.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42012024-09-23T17:49:46.774Z[ recovery-image] Sep 23 17:49:44.707 INFO O| Sep 23 17:49:44.707 INFO STEP 48 (remove_files) COMPLETE
42022024-09-23T17:49:46.774Z[ recovery-image] Sep 23 17:49:44.707 INFO O| Sep 23 17:49:44.707 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-09-23T17:49:46.782Z[ recovery-image] Sep 23 17:49:44.717 INFO O| Sep 23 17:49:44.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42042024-09-23T17:49:46.782Z[ recovery-image] Sep 23 17:49:44.717 INFO O| Sep 23 17:49:44.717 INFO STEP 49 (remove_files) COMPLETE
42052024-09-23T17:49:46.785Z[ recovery-image] Sep 23 17:49:44.717 INFO O| Sep 23 17:49:44.717 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-09-23T17:49:46.791Z[ recovery-image] Sep 23 17:49:44.727 INFO O| Sep 23 17:49:44.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42072024-09-23T17:49:46.791Z[ recovery-image] Sep 23 17:49:44.727 INFO O| Sep 23 17:49:44.727 INFO STEP 50 (remove_files) COMPLETE
42082024-09-23T17:49:46.794Z[ recovery-image] Sep 23 17:49:44.727 INFO O| Sep 23 17:49:44.727 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-09-23T17:49:46.801Z[ recovery-image] Sep 23 17:49:44.736 INFO O| Sep 23 17:49:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42102024-09-23T17:49:46.804Z[ recovery-image] Sep 23 17:49:44.736 INFO O| Sep 23 17:49:44.736 INFO STEP 51 (remove_files) COMPLETE
42112024-09-23T17:49:46.804Z[ recovery-image] Sep 23 17:49:44.736 INFO O| Sep 23 17:49:44.736 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-09-23T17:49:46.811Z[ recovery-image] Sep 23 17:49:44.746 INFO O| Sep 23 17:49:44.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42132024-09-23T17:49:46.811Z[ recovery-image] Sep 23 17:49:44.746 INFO O| Sep 23 17:49:44.746 INFO STEP 52 (remove_files) COMPLETE
42142024-09-23T17:49:46.811Z[ recovery-image] Sep 23 17:49:44.746 INFO O| Sep 23 17:49:44.746 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-09-23T17:49:46.820Z[ recovery-image] Sep 23 17:49:44.755 INFO O| Sep 23 17:49:44.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42162024-09-23T17:49:46.822Z[ recovery-image] Sep 23 17:49:44.755 INFO O| Sep 23 17:49:44.755 INFO STEP 53 (remove_files) COMPLETE
42172024-09-23T17:49:46.822Z[ recovery-image] Sep 23 17:49:44.755 INFO O| Sep 23 17:49:44.755 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-09-23T17:49:46.829Z[ recovery-image] Sep 23 17:49:44.765 INFO O| Sep 23 17:49:44.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42192024-09-23T17:49:46.832Z[ recovery-image] Sep 23 17:49:44.765 INFO O| Sep 23 17:49:44.765 INFO STEP 54 (remove_files) COMPLETE
42202024-09-23T17:49:46.832Z[ recovery-image] Sep 23 17:49:44.765 INFO O| Sep 23 17:49:44.765 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-09-23T17:49:46.839Z[ recovery-image] Sep 23 17:49:44.774 INFO O| Sep 23 17:49:44.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42222024-09-23T17:49:46.841Z[ recovery-image] Sep 23 17:49:44.775 INFO O| Sep 23 17:49:44.774 INFO STEP 55 (remove_files) COMPLETE
42232024-09-23T17:49:46.841Z[ recovery-image] Sep 23 17:49:44.775 INFO O| Sep 23 17:49:44.775 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-09-23T17:49:46.847Z[ host-image] Sep 23 17:49:44.782 INFO O| Sep 23 17:49:44.782 INFO O| Planning: Evaluating mediators ... Done
42252024-09-23T17:49:46.849Z[ host-image] Sep 23 17:49:44.783 INFO O| Sep 23 17:49:44.783 INFO O| Planning: Planning completed in 2.51 seconds
42262024-09-23T17:49:46.849Z[ recovery-image] Sep 23 17:49:44.784 INFO O| Sep 23 17:49:44.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42272024-09-23T17:49:46.849Z[ recovery-image] Sep 23 17:49:44.784 INFO O| Sep 23 17:49:44.784 INFO STEP 56 (remove_files) COMPLETE
42282024-09-23T17:49:46.849Z[ recovery-image] Sep 23 17:49:44.784 INFO O| Sep 23 17:49:44.784 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-09-23T17:49:46.852Z[ host-image] Sep 23 17:49:44.785 INFO O| Sep 23 17:49:44.785 INFO O| Packages to install: 4
42302024-09-23T17:49:46.852Z[ host-image] Sep 23 17:49:44.785 INFO O| Sep 23 17:49:44.785 INFO O| Services to change: 2
42312024-09-23T17:49:46.859Z[ recovery-image] Sep 23 17:49:44.794 INFO O| Sep 23 17:49:44.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42322024-09-23T17:49:46.862Z[ recovery-image] Sep 23 17:49:44.794 INFO O| Sep 23 17:49:44.794 INFO STEP 57 (remove_files) COMPLETE
42332024-09-23T17:49:46.862Z[ recovery-image] Sep 23 17:49:44.794 INFO O| Sep 23 17:49:44.794 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-23T17:49:46.862Z[ host-image] Sep 23 17:49:44.795 INFO O| Sep 23 17:49:44.795 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
42352024-09-23T17:49:46.869Z[ recovery-image] Sep 23 17:49:44.804 INFO O| Sep 23 17:49:44.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42362024-09-23T17:49:46.869Z[ recovery-image] Sep 23 17:49:44.804 INFO O| Sep 23 17:49:44.804 INFO STEP 58 (remove_files) COMPLETE
42372024-09-23T17:49:46.871Z[ recovery-image] Sep 23 17:49:44.804 INFO O| Sep 23 17:49:44.804 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-09-23T17:49:46.880Z[ recovery-image] Sep 23 17:49:44.815 INFO O| Sep 23 17:49:44.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42392024-09-23T17:49:46.882Z[ recovery-image] Sep 23 17:49:44.815 INFO O| Sep 23 17:49:44.815 INFO STEP 59 (remove_files) COMPLETE
42402024-09-23T17:49:46.882Z[ recovery-image] Sep 23 17:49:44.815 INFO O| Sep 23 17:49:44.815 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-09-23T17:49:46.890Z[ recovery-image] Sep 23 17:49:44.825 INFO O| Sep 23 17:49:44.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42422024-09-23T17:49:46.890Z[ recovery-image] Sep 23 17:49:44.825 INFO O| Sep 23 17:49:44.825 INFO STEP 60 (remove_files) COMPLETE
42432024-09-23T17:49:46.890Z[ recovery-image] Sep 23 17:49:44.825 INFO O| Sep 23 17:49:44.825 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-09-23T17:49:46.900Z[ recovery-image] Sep 23 17:49:44.835 INFO O| Sep 23 17:49:44.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42452024-09-23T17:49:46.900Z[ recovery-image] Sep 23 17:49:44.835 INFO O| Sep 23 17:49:44.835 INFO STEP 61 (remove_files) COMPLETE
42462024-09-23T17:49:46.900Z[ recovery-image] Sep 23 17:49:44.835 INFO O| Sep 23 17:49:44.835 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-09-23T17:49:46.910Z[ recovery-image] Sep 23 17:49:44.845 INFO O| Sep 23 17:49:44.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42482024-09-23T17:49:46.910Z[ recovery-image] Sep 23 17:49:44.845 INFO O| Sep 23 17:49:44.845 INFO STEP 62 (remove_files) COMPLETE
42492024-09-23T17:49:46.913Z[ recovery-image] Sep 23 17:49:44.845 INFO O| Sep 23 17:49:44.845 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-09-23T17:49:46.921Z[ recovery-image] Sep 23 17:49:44.857 INFO O| Sep 23 17:49:44.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42512024-09-23T17:49:46.921Z[ recovery-image] Sep 23 17:49:44.857 INFO O| Sep 23 17:49:44.857 INFO STEP 63 (remove_files) COMPLETE
42522024-09-23T17:49:46.924Z[ recovery-image] Sep 23 17:49:44.857 INFO O| Sep 23 17:49:44.857 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-09-23T17:49:46.934Z[ recovery-image] Sep 23 17:49:44.869 INFO O| Sep 23 17:49:44.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42542024-09-23T17:49:46.936Z[ recovery-image] Sep 23 17:49:44.869 INFO O| Sep 23 17:49:44.869 INFO STEP 64 (remove_files) COMPLETE
42552024-09-23T17:49:46.936Z[ recovery-image] Sep 23 17:49:44.869 INFO O| Sep 23 17:49:44.869 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-09-23T17:49:46.944Z[ recovery-image] Sep 23 17:49:44.879 INFO O| Sep 23 17:49:44.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42572024-09-23T17:49:46.944Z[ recovery-image] Sep 23 17:49:44.879 INFO O| Sep 23 17:49:44.879 INFO STEP 65 (remove_files) COMPLETE
42582024-09-23T17:49:46.944Z[ recovery-image] Sep 23 17:49:44.879 INFO O| Sep 23 17:49:44.879 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-09-23T17:49:46.955Z[ recovery-image] Sep 23 17:49:44.890 INFO O| Sep 23 17:49:44.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42602024-09-23T17:49:46.958Z[ recovery-image] Sep 23 17:49:44.890 INFO O| Sep 23 17:49:44.890 INFO STEP 66 (remove_files) COMPLETE
42612024-09-23T17:49:46.958Z[ recovery-image] Sep 23 17:49:44.890 INFO O| Sep 23 17:49:44.890 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-09-23T17:49:46.965Z[ recovery-image] Sep 23 17:49:44.900 INFO O| Sep 23 17:49:44.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42632024-09-23T17:49:46.965Z[ recovery-image] Sep 23 17:49:44.900 INFO O| Sep 23 17:49:44.900 INFO STEP 67 (remove_files) COMPLETE
42642024-09-23T17:49:46.965Z[ recovery-image] Sep 23 17:49:44.900 INFO O| Sep 23 17:49:44.900 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-09-23T17:49:46.975Z[ recovery-image] Sep 23 17:49:44.910 INFO O| Sep 23 17:49:44.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42662024-09-23T17:49:46.977Z[ recovery-image] Sep 23 17:49:44.910 INFO O| Sep 23 17:49:44.910 INFO STEP 68 (remove_files) COMPLETE
42672024-09-23T17:49:46.978Z[ recovery-image] Sep 23 17:49:44.910 INFO O| Sep 23 17:49:44.910 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-09-23T17:49:46.985Z[ recovery-image] Sep 23 17:49:44.920 INFO O| Sep 23 17:49:44.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42692024-09-23T17:49:46.985Z[ recovery-image] Sep 23 17:49:44.920 INFO O| Sep 23 17:49:44.920 INFO STEP 69 (remove_files) COMPLETE
42702024-09-23T17:49:46.988Z[ recovery-image] Sep 23 17:49:44.921 INFO O| Sep 23 17:49:44.920 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-09-23T17:49:47.074Z[ recovery-image] Sep 23 17:49:44.930 INFO O| Sep 23 17:49:44.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42722024-09-23T17:49:47.074Z[ recovery-image] Sep 23 17:49:44.930 INFO O| Sep 23 17:49:44.930 INFO STEP 70 (remove_files) COMPLETE
42732024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.930 INFO O| Sep 23 17:49:44.930 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.940 INFO O| Sep 23 17:49:44.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42752024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.940 INFO O| Sep 23 17:49:44.940 INFO STEP 71 (remove_files) COMPLETE
42762024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.940 INFO O| Sep 23 17:49:44.940 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.949 INFO O| Sep 23 17:49:44.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42782024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.949 INFO O| Sep 23 17:49:44.949 INFO STEP 72 (remove_files) COMPLETE
42792024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.949 INFO O| Sep 23 17:49:44.949 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.959 INFO O| Sep 23 17:49:44.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42812024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.959 INFO O| Sep 23 17:49:44.959 INFO STEP 73 (remove_files) COMPLETE
42822024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.959 INFO O| Sep 23 17:49:44.959 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.969 INFO O| Sep 23 17:49:44.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42842024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.969 INFO O| Sep 23 17:49:44.969 INFO STEP 74 (remove_files) COMPLETE
42852024-09-23T17:49:47.077Z[ recovery-image] Sep 23 17:49:44.969 INFO O| Sep 23 17:49:44.969 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.978 INFO O| Sep 23 17:49:44.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42872024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.978 INFO O| Sep 23 17:49:44.978 INFO STEP 75 (remove_files) COMPLETE
42882024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.978 INFO O| Sep 23 17:49:44.978 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.988 INFO O| Sep 23 17:49:44.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42902024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.988 INFO O| Sep 23 17:49:44.988 INFO STEP 76 (remove_files) COMPLETE
42912024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.988 INFO O| Sep 23 17:49:44.988 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.997 INFO O| Sep 23 17:49:44.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42932024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.998 INFO O| Sep 23 17:49:44.997 INFO STEP 77 (remove_files) COMPLETE
42942024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:44.998 INFO O| Sep 23 17:49:44.997 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:45.007 INFO O| Sep 23 17:49:45.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42962024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:45.007 INFO O| Sep 23 17:49:45.007 INFO STEP 78 (remove_files) COMPLETE
42972024-09-23T17:49:47.078Z[ recovery-image] Sep 23 17:49:45.007 INFO O| Sep 23 17:49:45.007 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-09-23T17:49:47.082Z[ recovery-image] Sep 23 17:49:45.017 INFO O| Sep 23 17:49:45.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42992024-09-23T17:49:47.084Z[ recovery-image] Sep 23 17:49:45.017 INFO O| Sep 23 17:49:45.017 INFO STEP 79 (remove_files) COMPLETE
43002024-09-23T17:49:47.084Z[ recovery-image] Sep 23 17:49:45.017 INFO O| Sep 23 17:49:45.017 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-09-23T17:49:47.091Z[ recovery-image] Sep 23 17:49:45.026 INFO O| Sep 23 17:49:45.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43022024-09-23T17:49:47.094Z[ recovery-image] Sep 23 17:49:45.026 INFO O| Sep 23 17:49:45.026 INFO STEP 80 (remove_files) COMPLETE
43032024-09-23T17:49:47.094Z[ recovery-image] Sep 23 17:49:45.026 INFO O| Sep 23 17:49:45.026 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-09-23T17:49:47.101Z[ recovery-image] Sep 23 17:49:45.036 INFO O| Sep 23 17:49:45.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43052024-09-23T17:49:47.101Z[ recovery-image] Sep 23 17:49:45.036 INFO O| Sep 23 17:49:45.036 INFO STEP 81 (remove_files) COMPLETE
43062024-09-23T17:49:47.103Z[ recovery-image] Sep 23 17:49:45.036 INFO O| Sep 23 17:49:45.036 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-09-23T17:49:47.110Z[ recovery-image] Sep 23 17:49:45.045 INFO O| Sep 23 17:49:45.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43082024-09-23T17:49:47.110Z[ recovery-image] Sep 23 17:49:45.045 INFO O| Sep 23 17:49:45.045 INFO STEP 82 (remove_files) COMPLETE
43092024-09-23T17:49:47.113Z[ recovery-image] Sep 23 17:49:45.045 INFO O| Sep 23 17:49:45.045 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-09-23T17:49:47.121Z[ recovery-image] Sep 23 17:49:45.056 INFO O| Sep 23 17:49:45.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43112024-09-23T17:49:47.121Z[ recovery-image] Sep 23 17:49:45.056 INFO O| Sep 23 17:49:45.056 INFO STEP 83 (remove_files) COMPLETE
43122024-09-23T17:49:47.123Z[ recovery-image] Sep 23 17:49:45.056 INFO O| Sep 23 17:49:45.056 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-23T17:49:47.130Z[ recovery-image] Sep 23 17:49:45.065 INFO O| Sep 23 17:49:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43142024-09-23T17:49:47.132Z[ recovery-image] Sep 23 17:49:45.065 INFO O| Sep 23 17:49:45.065 INFO STEP 84 (remove_files) COMPLETE
43152024-09-23T17:49:47.132Z[ recovery-image] Sep 23 17:49:45.065 INFO O| Sep 23 17:49:45.065 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-09-23T17:49:47.139Z[ recovery-image] Sep 23 17:49:45.075 INFO O| Sep 23 17:49:45.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43172024-09-23T17:49:47.142Z[ recovery-image] Sep 23 17:49:45.075 INFO O| Sep 23 17:49:45.075 INFO STEP 85 (remove_files) COMPLETE
43182024-09-23T17:49:47.142Z[ recovery-image] Sep 23 17:49:45.075 INFO O| Sep 23 17:49:45.075 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-23T17:49:47.150Z[ recovery-image] Sep 23 17:49:45.085 INFO O| Sep 23 17:49:45.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43202024-09-23T17:49:47.152Z[ recovery-image] Sep 23 17:49:45.085 INFO O| Sep 23 17:49:45.085 INFO STEP 86 (remove_files) COMPLETE
43212024-09-23T17:49:47.152Z[ recovery-image] Sep 23 17:49:45.085 INFO O| Sep 23 17:49:45.085 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-23T17:49:47.160Z[ recovery-image] Sep 23 17:49:45.095 INFO O| Sep 23 17:49:45.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43232024-09-23T17:49:47.164Z[ recovery-image] Sep 23 17:49:45.095 INFO O| Sep 23 17:49:45.095 INFO STEP 87 (remove_files) COMPLETE
43242024-09-23T17:49:47.164Z[ recovery-image] Sep 23 17:49:45.095 INFO O| Sep 23 17:49:45.095 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-23T17:49:47.169Z[ recovery-image] Sep 23 17:49:45.104 INFO O| Sep 23 17:49:45.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43262024-09-23T17:49:47.169Z[ recovery-image] Sep 23 17:49:45.104 INFO O| Sep 23 17:49:45.104 INFO STEP 88 (remove_files) COMPLETE
43272024-09-23T17:49:47.172Z[ recovery-image] Sep 23 17:49:45.104 INFO O| Sep 23 17:49:45.104 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-23T17:49:47.184Z[ recovery-image] Sep 23 17:49:45.114 INFO O| Sep 23 17:49:45.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43292024-09-23T17:49:47.186Z[ recovery-image] Sep 23 17:49:45.114 INFO O| Sep 23 17:49:45.114 INFO STEP 89 (remove_files) COMPLETE
43302024-09-23T17:49:47.186Z[ recovery-image] Sep 23 17:49:45.114 INFO O| Sep 23 17:49:45.114 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-23T17:49:47.191Z[ recovery-image] Sep 23 17:49:45.123 INFO O| Sep 23 17:49:45.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43322024-09-23T17:49:47.191Z[ recovery-image] Sep 23 17:49:45.123 INFO O| Sep 23 17:49:45.123 INFO STEP 90 (remove_files) COMPLETE
43332024-09-23T17:49:47.191Z[ recovery-image] Sep 23 17:49:45.123 INFO O| Sep 23 17:49:45.123 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-23T17:49:47.198Z[ recovery-image] Sep 23 17:49:45.133 INFO O| Sep 23 17:49:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43352024-09-23T17:49:47.198Z[ recovery-image] Sep 23 17:49:45.133 INFO O| Sep 23 17:49:45.133 INFO STEP 91 (remove_files) COMPLETE
43362024-09-23T17:49:47.202Z[ recovery-image] Sep 23 17:49:45.133 INFO O| Sep 23 17:49:45.133 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-23T17:49:47.212Z[ recovery-image] Sep 23 17:49:45.142 INFO O| Sep 23 17:49:45.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43382024-09-23T17:49:47.212Z[ recovery-image] Sep 23 17:49:45.142 INFO O| Sep 23 17:49:45.142 INFO STEP 92 (remove_files) COMPLETE
43392024-09-23T17:49:47.215Z[ recovery-image] Sep 23 17:49:45.142 INFO O| Sep 23 17:49:45.142 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-23T17:49:47.218Z[ recovery-image] Sep 23 17:49:45.152 INFO O| Sep 23 17:49:45.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43412024-09-23T17:49:47.218Z[ recovery-image] Sep 23 17:49:45.152 INFO O| Sep 23 17:49:45.152 INFO STEP 93 (remove_files) COMPLETE
43422024-09-23T17:49:47.218Z[ recovery-image] Sep 23 17:49:45.152 INFO O| Sep 23 17:49:45.152 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-23T17:49:47.226Z[ recovery-image] Sep 23 17:49:45.161 INFO O| Sep 23 17:49:45.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43442024-09-23T17:49:47.228Z[ recovery-image] Sep 23 17:49:45.161 INFO O| Sep 23 17:49:45.161 INFO STEP 94 (remove_files) COMPLETE
43452024-09-23T17:49:47.228Z[ recovery-image] Sep 23 17:49:45.161 INFO O| Sep 23 17:49:45.161 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-23T17:49:47.236Z[ recovery-image] Sep 23 17:49:45.171 INFO O| Sep 23 17:49:45.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43472024-09-23T17:49:47.236Z[ recovery-image] Sep 23 17:49:45.171 INFO O| Sep 23 17:49:45.171 INFO STEP 95 (remove_files) COMPLETE
43482024-09-23T17:49:47.239Z[ recovery-image] Sep 23 17:49:45.171 INFO O| Sep 23 17:49:45.171 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-23T17:49:47.246Z[ recovery-image] Sep 23 17:49:45.180 INFO O| Sep 23 17:49:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43502024-09-23T17:49:47.248Z[ recovery-image] Sep 23 17:49:45.181 INFO O| Sep 23 17:49:45.181 INFO STEP 96 (remove_files) COMPLETE
43512024-09-23T17:49:47.248Z[ recovery-image] Sep 23 17:49:45.181 INFO O| Sep 23 17:49:45.181 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-23T17:49:47.255Z[ recovery-image] Sep 23 17:49:45.190 INFO O| Sep 23 17:49:45.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43532024-09-23T17:49:47.255Z[ recovery-image] Sep 23 17:49:45.190 INFO O| Sep 23 17:49:45.190 INFO STEP 97 (remove_files) COMPLETE
43542024-09-23T17:49:47.255Z[ recovery-image] Sep 23 17:49:45.190 INFO O| Sep 23 17:49:45.190 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-23T17:49:47.264Z[ recovery-image] Sep 23 17:49:45.199 INFO O| Sep 23 17:49:45.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43562024-09-23T17:49:47.265Z[ recovery-image] Sep 23 17:49:45.199 INFO O| Sep 23 17:49:45.199 INFO STEP 98 (remove_files) COMPLETE
43572024-09-23T17:49:47.265Z[ recovery-image] Sep 23 17:49:45.199 INFO O| Sep 23 17:49:45.199 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-23T17:49:47.274Z[ recovery-image] Sep 23 17:49:45.209 INFO O| Sep 23 17:49:45.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43592024-09-23T17:49:47.274Z[ recovery-image] Sep 23 17:49:45.209 INFO O| Sep 23 17:49:45.209 INFO STEP 99 (remove_files) COMPLETE
43602024-09-23T17:49:47.276Z[ recovery-image] Sep 23 17:49:45.209 INFO O| Sep 23 17:49:45.209 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-23T17:49:47.283Z[ recovery-image] Sep 23 17:49:45.218 INFO O| Sep 23 17:49:45.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43622024-09-23T17:49:47.283Z[ recovery-image] Sep 23 17:49:45.218 INFO O| Sep 23 17:49:45.218 INFO STEP 100 (remove_files) COMPLETE
43632024-09-23T17:49:47.283Z[ recovery-image] Sep 23 17:49:45.218 INFO O| Sep 23 17:49:45.218 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-23T17:49:47.292Z[ recovery-image] Sep 23 17:49:45.228 INFO O| Sep 23 17:49:45.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43652024-09-23T17:49:47.295Z[ recovery-image] Sep 23 17:49:45.228 INFO O| Sep 23 17:49:45.228 INFO STEP 101 (remove_files) COMPLETE
43662024-09-23T17:49:47.295Z[ recovery-image] Sep 23 17:49:45.228 INFO O| Sep 23 17:49:45.228 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-23T17:49:47.302Z[ recovery-image] Sep 23 17:49:45.237 INFO O| Sep 23 17:49:45.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43682024-09-23T17:49:47.302Z[ recovery-image] Sep 23 17:49:45.237 INFO O| Sep 23 17:49:45.237 INFO STEP 102 (remove_files) COMPLETE
43692024-09-23T17:49:47.305Z[ recovery-image] Sep 23 17:49:45.237 INFO O| Sep 23 17:49:45.237 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-23T17:49:47.311Z[ recovery-image] Sep 23 17:49:45.246 INFO O| Sep 23 17:49:45.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43712024-09-23T17:49:47.311Z[ recovery-image] Sep 23 17:49:45.246 INFO O| Sep 23 17:49:45.246 INFO STEP 103 (remove_files) COMPLETE
43722024-09-23T17:49:47.315Z[ recovery-image] Sep 23 17:49:45.246 INFO O| Sep 23 17:49:45.246 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-23T17:49:47.321Z[ recovery-image] Sep 23 17:49:45.256 INFO O| Sep 23 17:49:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43742024-09-23T17:49:47.321Z[ recovery-image] Sep 23 17:49:45.256 INFO O| Sep 23 17:49:45.256 INFO STEP 104 (remove_files) COMPLETE
43752024-09-23T17:49:47.321Z[ recovery-image] Sep 23 17:49:45.256 INFO O| Sep 23 17:49:45.256 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-23T17:49:47.330Z[ recovery-image] Sep 23 17:49:45.265 INFO O| Sep 23 17:49:45.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43772024-09-23T17:49:47.332Z[ recovery-image] Sep 23 17:49:45.265 INFO O| Sep 23 17:49:45.265 INFO STEP 105 (remove_files) COMPLETE
43782024-09-23T17:49:47.332Z[ recovery-image] Sep 23 17:49:45.265 INFO O| Sep 23 17:49:45.265 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-23T17:49:47.339Z[ recovery-image] Sep 23 17:49:45.274 INFO O| Sep 23 17:49:45.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43802024-09-23T17:49:47.339Z[ recovery-image] Sep 23 17:49:45.274 INFO O| Sep 23 17:49:45.274 INFO STEP 106 (remove_files) COMPLETE
43812024-09-23T17:49:47.342Z[ recovery-image] Sep 23 17:49:45.274 INFO O| Sep 23 17:49:45.274 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-23T17:49:47.349Z[ recovery-image] Sep 23 17:49:45.284 INFO O| Sep 23 17:49:45.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43832024-09-23T17:49:47.349Z[ recovery-image] Sep 23 17:49:45.284 INFO O| Sep 23 17:49:45.284 INFO STEP 107 (remove_files) COMPLETE
43842024-09-23T17:49:47.349Z[ recovery-image] Sep 23 17:49:45.284 INFO O| Sep 23 17:49:45.284 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-23T17:49:47.358Z[ recovery-image] Sep 23 17:49:45.293 INFO O| Sep 23 17:49:45.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43862024-09-23T17:49:47.358Z[ recovery-image] Sep 23 17:49:45.293 INFO O| Sep 23 17:49:45.293 INFO STEP 108 (remove_files) COMPLETE
43872024-09-23T17:49:47.361Z[ recovery-image] Sep 23 17:49:45.293 INFO O| Sep 23 17:49:45.293 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-23T17:49:47.367Z[ recovery-image] Sep 23 17:49:45.302 INFO O| Sep 23 17:49:45.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43892024-09-23T17:49:47.367Z[ recovery-image] Sep 23 17:49:45.302 INFO O| Sep 23 17:49:45.302 INFO STEP 109 (remove_files) COMPLETE
43902024-09-23T17:49:47.367Z[ recovery-image] Sep 23 17:49:45.302 INFO O| Sep 23 17:49:45.302 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-23T17:49:47.377Z[ recovery-image] Sep 23 17:49:45.312 INFO O| Sep 23 17:49:45.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43922024-09-23T17:49:47.379Z[ recovery-image] Sep 23 17:49:45.312 INFO O| Sep 23 17:49:45.312 INFO STEP 110 (remove_files) COMPLETE
43932024-09-23T17:49:47.379Z[ recovery-image] Sep 23 17:49:45.312 INFO O| Sep 23 17:49:45.312 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-23T17:49:47.386Z[ recovery-image] Sep 23 17:49:45.321 INFO O| Sep 23 17:49:45.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43952024-09-23T17:49:47.386Z[ recovery-image] Sep 23 17:49:45.321 INFO O| Sep 23 17:49:45.321 INFO STEP 111 (remove_files) COMPLETE
43962024-09-23T17:49:47.389Z[ recovery-image] Sep 23 17:49:45.321 INFO O| Sep 23 17:49:45.321 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-23T17:49:47.395Z[ recovery-image] Sep 23 17:49:45.330 INFO O| Sep 23 17:49:45.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43982024-09-23T17:49:47.395Z[ recovery-image] Sep 23 17:49:45.330 INFO O| Sep 23 17:49:45.330 INFO STEP 112 (remove_files) COMPLETE
43992024-09-23T17:49:47.395Z[ recovery-image] Sep 23 17:49:45.330 INFO O| Sep 23 17:49:45.330 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-23T17:49:47.405Z[ recovery-image] Sep 23 17:49:45.340 INFO O| Sep 23 17:49:45.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44012024-09-23T17:49:47.405Z[ recovery-image] Sep 23 17:49:45.340 INFO O| Sep 23 17:49:45.340 INFO STEP 113 (remove_files) COMPLETE
44022024-09-23T17:49:47.409Z[ recovery-image] Sep 23 17:49:45.340 INFO O| Sep 23 17:49:45.340 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-23T17:49:47.415Z[ recovery-image] Sep 23 17:49:45.349 INFO O| Sep 23 17:49:45.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44042024-09-23T17:49:47.415Z[ recovery-image] Sep 23 17:49:45.349 INFO O| Sep 23 17:49:45.349 INFO STEP 114 (remove_files) COMPLETE
44052024-09-23T17:49:47.419Z[ recovery-image] Sep 23 17:49:45.349 INFO O| Sep 23 17:49:45.349 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-23T17:49:47.423Z[ recovery-image] Sep 23 17:49:45.358 INFO O| Sep 23 17:49:45.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44072024-09-23T17:49:47.426Z[ recovery-image] Sep 23 17:49:45.359 INFO O| Sep 23 17:49:45.359 INFO STEP 115 (remove_files) COMPLETE
44082024-09-23T17:49:47.426Z[ recovery-image] Sep 23 17:49:45.359 INFO O| Sep 23 17:49:45.359 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-23T17:49:47.433Z[ recovery-image] Sep 23 17:49:45.368 INFO O| Sep 23 17:49:45.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44102024-09-23T17:49:47.433Z[ recovery-image] Sep 23 17:49:45.368 INFO O| Sep 23 17:49:45.368 INFO STEP 116 (remove_files) COMPLETE
44112024-09-23T17:49:47.433Z[ recovery-image] Sep 23 17:49:45.368 INFO O| Sep 23 17:49:45.368 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-23T17:49:47.442Z[ recovery-image] Sep 23 17:49:45.377 INFO O| Sep 23 17:49:45.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44132024-09-23T17:49:47.445Z[ recovery-image] Sep 23 17:49:45.377 INFO O| Sep 23 17:49:45.377 INFO STEP 117 (remove_files) COMPLETE
44142024-09-23T17:49:47.445Z[ recovery-image] Sep 23 17:49:45.377 INFO O| Sep 23 17:49:45.377 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-23T17:49:47.452Z[ recovery-image] Sep 23 17:49:45.387 INFO O| Sep 23 17:49:45.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44162024-09-23T17:49:47.454Z[ recovery-image] Sep 23 17:49:45.387 INFO O| Sep 23 17:49:45.387 INFO STEP 118 (remove_files) COMPLETE
44172024-09-23T17:49:47.454Z[ recovery-image] Sep 23 17:49:45.387 INFO O| Sep 23 17:49:45.387 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-09-23T17:49:47.461Z[ recovery-image] Sep 23 17:49:45.396 INFO O| Sep 23 17:49:45.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44192024-09-23T17:49:47.461Z[ recovery-image] Sep 23 17:49:45.396 INFO O| Sep 23 17:49:45.396 INFO STEP 119 (remove_files) COMPLETE
44202024-09-23T17:49:47.464Z[ recovery-image] Sep 23 17:49:45.396 INFO O| Sep 23 17:49:45.396 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-23T17:49:47.470Z[ recovery-image] Sep 23 17:49:45.405 INFO O| Sep 23 17:49:45.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44222024-09-23T17:49:47.473Z[ recovery-image] Sep 23 17:49:45.406 INFO O| Sep 23 17:49:45.405 INFO STEP 120 (remove_files) COMPLETE
44232024-09-23T17:49:47.473Z[ recovery-image] Sep 23 17:49:45.406 INFO O| Sep 23 17:49:45.405 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-23T17:49:47.480Z[ recovery-image] Sep 23 17:49:45.415 INFO O| Sep 23 17:49:45.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44252024-09-23T17:49:47.480Z[ recovery-image] Sep 23 17:49:45.415 INFO O| Sep 23 17:49:45.415 INFO STEP 121 (remove_files) COMPLETE
44262024-09-23T17:49:47.483Z[ recovery-image] Sep 23 17:49:45.415 INFO O| Sep 23 17:49:45.415 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-09-23T17:49:47.490Z[ recovery-image] Sep 23 17:49:45.425 INFO O| Sep 23 17:49:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44282024-09-23T17:49:47.493Z[ recovery-image] Sep 23 17:49:45.425 INFO O| Sep 23 17:49:45.425 INFO STEP 122 (remove_files) COMPLETE
44292024-09-23T17:49:47.493Z[ recovery-image] Sep 23 17:49:45.425 INFO O| Sep 23 17:49:45.425 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-23T17:49:47.500Z[ recovery-image] Sep 23 17:49:45.435 INFO O| Sep 23 17:49:45.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44312024-09-23T17:49:47.500Z[ recovery-image] Sep 23 17:49:45.435 INFO O| Sep 23 17:49:45.435 INFO STEP 123 (remove_files) COMPLETE
44322024-09-23T17:49:47.500Z[ recovery-image] Sep 23 17:49:45.435 INFO O| Sep 23 17:49:45.435 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-09-23T17:49:47.510Z[ recovery-image] Sep 23 17:49:45.445 INFO O| Sep 23 17:49:45.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44342024-09-23T17:49:47.513Z[ recovery-image] Sep 23 17:49:45.445 INFO O| Sep 23 17:49:45.445 INFO STEP 124 (remove_files) COMPLETE
44352024-09-23T17:49:47.513Z[ recovery-image] Sep 23 17:49:45.445 INFO O| Sep 23 17:49:45.445 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-09-23T17:49:47.519Z[ recovery-image] Sep 23 17:49:45.454 INFO O| Sep 23 17:49:45.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44372024-09-23T17:49:47.522Z[ recovery-image] Sep 23 17:49:45.455 INFO O| Sep 23 17:49:45.455 INFO STEP 125 (remove_files) COMPLETE
44382024-09-23T17:49:47.522Z[ recovery-image] Sep 23 17:49:45.455 INFO O| Sep 23 17:49:45.455 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-09-23T17:49:47.531Z[ recovery-image] Sep 23 17:49:45.464 INFO O| Sep 23 17:49:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44402024-09-23T17:49:47.531Z[ recovery-image] Sep 23 17:49:45.464 INFO O| Sep 23 17:49:45.464 INFO STEP 126 (remove_files) COMPLETE
44412024-09-23T17:49:47.531Z[ recovery-image] Sep 23 17:49:45.464 INFO O| Sep 23 17:49:45.464 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-09-23T17:49:47.539Z[ recovery-image] Sep 23 17:49:45.474 INFO O| Sep 23 17:49:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44432024-09-23T17:49:47.539Z[ recovery-image] Sep 23 17:49:45.474 INFO O| Sep 23 17:49:45.474 INFO STEP 127 (remove_files) COMPLETE
44442024-09-23T17:49:47.539Z[ recovery-image] Sep 23 17:49:45.474 INFO O| Sep 23 17:49:45.474 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-09-23T17:49:47.548Z[ recovery-image] Sep 23 17:49:45.483 INFO O| Sep 23 17:49:45.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44462024-09-23T17:49:47.551Z[ recovery-image] Sep 23 17:49:45.483 INFO O| Sep 23 17:49:45.483 INFO STEP 128 (remove_files) COMPLETE
44472024-09-23T17:49:47.551Z[ recovery-image] Sep 23 17:49:45.483 INFO O| Sep 23 17:49:45.483 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-09-23T17:49:47.558Z[ recovery-image] Sep 23 17:49:45.493 INFO O| Sep 23 17:49:45.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44492024-09-23T17:49:47.558Z[ recovery-image] Sep 23 17:49:45.493 INFO O| Sep 23 17:49:45.493 INFO STEP 129 (remove_files) COMPLETE
44502024-09-23T17:49:47.558Z[ recovery-image] Sep 23 17:49:45.493 INFO O| Sep 23 17:49:45.493 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-09-23T17:49:47.567Z[ recovery-image] Sep 23 17:49:45.502 INFO O| Sep 23 17:49:45.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44522024-09-23T17:49:47.567Z[ recovery-image] Sep 23 17:49:45.502 INFO O| Sep 23 17:49:45.502 INFO STEP 130 (remove_files) COMPLETE
44532024-09-23T17:49:47.567Z[ recovery-image] Sep 23 17:49:45.502 INFO O| Sep 23 17:49:45.502 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-09-23T17:49:47.576Z[ recovery-image] Sep 23 17:49:45.511 INFO O| Sep 23 17:49:45.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44552024-09-23T17:49:47.576Z[ recovery-image] Sep 23 17:49:45.511 INFO O| Sep 23 17:49:45.511 INFO STEP 131 (remove_files) COMPLETE
44562024-09-23T17:49:47.579Z[ recovery-image] Sep 23 17:49:45.511 INFO O| Sep 23 17:49:45.511 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-09-23T17:49:47.586Z[ recovery-image] Sep 23 17:49:45.521 INFO O| Sep 23 17:49:45.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44582024-09-23T17:49:47.586Z[ recovery-image] Sep 23 17:49:45.521 INFO O| Sep 23 17:49:45.521 INFO STEP 132 (remove_files) COMPLETE
44592024-09-23T17:49:47.589Z[ recovery-image] Sep 23 17:49:45.521 INFO O| Sep 23 17:49:45.521 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-09-23T17:49:47.596Z[ recovery-image] Sep 23 17:49:45.530 INFO O| Sep 23 17:49:45.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44612024-09-23T17:49:47.598Z[ recovery-image] Sep 23 17:49:45.530 INFO O| Sep 23 17:49:45.530 INFO STEP 133 (remove_files) COMPLETE
44622024-09-23T17:49:47.598Z[ recovery-image] Sep 23 17:49:45.531 INFO O| Sep 23 17:49:45.530 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-09-23T17:49:47.605Z[ recovery-image] Sep 23 17:49:45.540 INFO O| Sep 23 17:49:45.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44642024-09-23T17:49:47.605Z[ recovery-image] Sep 23 17:49:45.540 INFO O| Sep 23 17:49:45.540 INFO STEP 134 (remove_files) COMPLETE
44652024-09-23T17:49:47.607Z[ recovery-image] Sep 23 17:49:45.540 INFO O| Sep 23 17:49:45.540 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-09-23T17:49:47.615Z[ recovery-image] Sep 23 17:49:45.550 INFO O| Sep 23 17:49:45.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44672024-09-23T17:49:47.615Z[ recovery-image] Sep 23 17:49:45.550 INFO O| Sep 23 17:49:45.550 INFO STEP 135 (remove_files) COMPLETE
44682024-09-23T17:49:47.617Z[ recovery-image] Sep 23 17:49:45.550 INFO O| Sep 23 17:49:45.550 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-09-23T17:49:47.624Z[ recovery-image] Sep 23 17:49:45.559 INFO O| Sep 23 17:49:45.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44702024-09-23T17:49:47.624Z[ recovery-image] Sep 23 17:49:45.559 INFO O| Sep 23 17:49:45.559 INFO STEP 136 (remove_files) COMPLETE
44712024-09-23T17:49:47.627Z[ recovery-image] Sep 23 17:49:45.559 INFO O| Sep 23 17:49:45.559 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-09-23T17:49:47.634Z[ recovery-image] Sep 23 17:49:45.568 INFO O| Sep 23 17:49:45.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44732024-09-23T17:49:47.634Z[ recovery-image] Sep 23 17:49:45.569 INFO O| Sep 23 17:49:45.569 INFO STEP 137 (remove_files) COMPLETE
44742024-09-23T17:49:47.636Z[ recovery-image] Sep 23 17:49:45.569 INFO O| Sep 23 17:49:45.569 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-09-23T17:49:47.643Z[ recovery-image] Sep 23 17:49:45.578 INFO O| Sep 23 17:49:45.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44762024-09-23T17:49:47.646Z[ recovery-image] Sep 23 17:49:45.578 INFO O| Sep 23 17:49:45.578 INFO STEP 138 (remove_files) COMPLETE
44772024-09-23T17:49:47.646Z[ recovery-image] Sep 23 17:49:45.578 INFO O| Sep 23 17:49:45.578 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-09-23T17:49:47.653Z[ recovery-image] Sep 23 17:49:45.587 INFO O| Sep 23 17:49:45.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44792024-09-23T17:49:47.653Z[ recovery-image] Sep 23 17:49:45.588 INFO O| Sep 23 17:49:45.588 INFO STEP 139 (remove_files) COMPLETE
44802024-09-23T17:49:47.655Z[ recovery-image] Sep 23 17:49:45.588 INFO O| Sep 23 17:49:45.588 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-09-23T17:49:47.662Z[ recovery-image] Sep 23 17:49:45.597 INFO O| Sep 23 17:49:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44822024-09-23T17:49:47.662Z[ recovery-image] Sep 23 17:49:45.597 INFO O| Sep 23 17:49:45.597 INFO STEP 140 (remove_files) COMPLETE
44832024-09-23T17:49:47.662Z[ recovery-image] Sep 23 17:49:45.597 INFO O| Sep 23 17:49:45.597 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-09-23T17:49:47.671Z[ recovery-image] Sep 23 17:49:45.606 INFO O| Sep 23 17:49:45.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44852024-09-23T17:49:47.672Z[ recovery-image] Sep 23 17:49:45.607 INFO O| Sep 23 17:49:45.607 INFO STEP 141 (remove_files) COMPLETE
44862024-09-23T17:49:47.674Z[ recovery-image] Sep 23 17:49:45.607 INFO O| Sep 23 17:49:45.607 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-09-23T17:49:47.681Z[ recovery-image] Sep 23 17:49:45.616 INFO O| Sep 23 17:49:45.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44882024-09-23T17:49:47.681Z[ recovery-image] Sep 23 17:49:45.616 INFO O| Sep 23 17:49:45.616 INFO STEP 142 (remove_files) COMPLETE
44892024-09-23T17:49:47.683Z[ recovery-image] Sep 23 17:49:45.616 INFO O| Sep 23 17:49:45.616 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-09-23T17:49:47.690Z[ recovery-image] Sep 23 17:49:45.625 INFO O| Sep 23 17:49:45.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44912024-09-23T17:49:47.690Z[ recovery-image] Sep 23 17:49:45.625 INFO O| Sep 23 17:49:45.625 INFO STEP 143 (remove_files) COMPLETE
44922024-09-23T17:49:47.693Z[ recovery-image] Sep 23 17:49:45.625 INFO O| Sep 23 17:49:45.625 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-09-23T17:49:47.700Z[ recovery-image] Sep 23 17:49:45.635 INFO O| Sep 23 17:49:45.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44942024-09-23T17:49:47.700Z[ recovery-image] Sep 23 17:49:45.635 INFO O| Sep 23 17:49:45.635 INFO STEP 144 (remove_files) COMPLETE
44952024-09-23T17:49:47.700Z[ recovery-image] Sep 23 17:49:45.635 INFO O| Sep 23 17:49:45.635 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-09-23T17:49:47.709Z[ recovery-image] Sep 23 17:49:45.644 INFO O| Sep 23 17:49:45.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44972024-09-23T17:49:47.711Z[ recovery-image] Sep 23 17:49:45.644 INFO O| Sep 23 17:49:45.644 INFO STEP 145 (remove_files) COMPLETE
44982024-09-23T17:49:47.711Z[ recovery-image] Sep 23 17:49:45.644 INFO O| Sep 23 17:49:45.644 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-09-23T17:49:47.718Z[ recovery-image] Sep 23 17:49:45.653 INFO O| Sep 23 17:49:45.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45002024-09-23T17:49:47.721Z[ recovery-image] Sep 23 17:49:45.654 INFO O| Sep 23 17:49:45.653 INFO STEP 146 (remove_files) COMPLETE
45012024-09-23T17:49:47.721Z[ recovery-image] Sep 23 17:49:45.654 INFO O| Sep 23 17:49:45.654 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-09-23T17:49:47.728Z[ recovery-image] Sep 23 17:49:45.663 INFO O| Sep 23 17:49:45.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45032024-09-23T17:49:47.730Z[ recovery-image] Sep 23 17:49:45.663 INFO O| Sep 23 17:49:45.663 INFO STEP 147 (remove_files) COMPLETE
45042024-09-23T17:49:47.730Z[ recovery-image] Sep 23 17:49:45.663 INFO O| Sep 23 17:49:45.663 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-09-23T17:49:47.737Z[ recovery-image] Sep 23 17:49:45.672 INFO O| Sep 23 17:49:45.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45062024-09-23T17:49:47.740Z[ recovery-image] Sep 23 17:49:45.672 INFO O| Sep 23 17:49:45.672 INFO STEP 148 (remove_files) COMPLETE
45072024-09-23T17:49:47.740Z[ recovery-image] Sep 23 17:49:45.672 INFO O| Sep 23 17:49:45.672 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-09-23T17:49:47.747Z[ recovery-image] Sep 23 17:49:45.682 INFO O| Sep 23 17:49:45.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45092024-09-23T17:49:47.747Z[ recovery-image] Sep 23 17:49:45.682 INFO O| Sep 23 17:49:45.682 INFO STEP 149 (remove_files) COMPLETE
45102024-09-23T17:49:47.750Z[ recovery-image] Sep 23 17:49:45.682 INFO O| Sep 23 17:49:45.682 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-23T17:49:47.756Z[ recovery-image] Sep 23 17:49:45.691 INFO O| Sep 23 17:49:45.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45122024-09-23T17:49:47.759Z[ recovery-image] Sep 23 17:49:45.691 INFO O| Sep 23 17:49:45.691 INFO STEP 150 (remove_files) COMPLETE
45132024-09-23T17:49:47.759Z[ recovery-image] Sep 23 17:49:45.691 INFO O| Sep 23 17:49:45.691 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-23T17:49:47.766Z[ recovery-image] Sep 23 17:49:45.701 INFO O| Sep 23 17:49:45.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45152024-09-23T17:49:47.768Z[ recovery-image] Sep 23 17:49:45.701 INFO O| Sep 23 17:49:45.701 INFO STEP 151 (remove_files) COMPLETE
45162024-09-23T17:49:47.768Z[ recovery-image] Sep 23 17:49:45.701 INFO O| Sep 23 17:49:45.701 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-09-23T17:49:47.777Z[ recovery-image] Sep 23 17:49:45.710 INFO O| Sep 23 17:49:45.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45182024-09-23T17:49:47.777Z[ recovery-image] Sep 23 17:49:45.710 INFO O| Sep 23 17:49:45.710 INFO STEP 152 (remove_files) COMPLETE
45192024-09-23T17:49:47.779Z[ recovery-image] Sep 23 17:49:45.710 INFO O| Sep 23 17:49:45.710 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-09-23T17:49:47.785Z[ recovery-image] Sep 23 17:49:45.720 INFO O| Sep 23 17:49:45.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45212024-09-23T17:49:47.785Z[ recovery-image] Sep 23 17:49:45.720 INFO O| Sep 23 17:49:45.720 INFO STEP 153 (remove_files) COMPLETE
45222024-09-23T17:49:47.788Z[ recovery-image] Sep 23 17:49:45.720 INFO O| Sep 23 17:49:45.720 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-23T17:49:47.794Z[ recovery-image] Sep 23 17:49:45.729 INFO O| Sep 23 17:49:45.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45242024-09-23T17:49:47.797Z[ recovery-image] Sep 23 17:49:45.730 INFO O| Sep 23 17:49:45.730 INFO STEP 154 (remove_files) COMPLETE
45252024-09-23T17:49:47.797Z[ recovery-image] Sep 23 17:49:45.730 INFO O| Sep 23 17:49:45.730 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-23T17:49:47.804Z[ recovery-image] Sep 23 17:49:45.739 INFO O| Sep 23 17:49:45.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45272024-09-23T17:49:47.807Z[ recovery-image] Sep 23 17:49:45.740 INFO O| Sep 23 17:49:45.740 INFO STEP 155 (remove_files) COMPLETE
45282024-09-23T17:49:47.807Z[ recovery-image] Sep 23 17:49:45.740 INFO O| Sep 23 17:49:45.740 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-23T17:49:47.814Z[ recovery-image] Sep 23 17:49:45.749 INFO O| Sep 23 17:49:45.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45302024-09-23T17:49:47.814Z[ recovery-image] Sep 23 17:49:45.749 INFO O| Sep 23 17:49:45.749 INFO STEP 156 (remove_files) COMPLETE
45312024-09-23T17:49:47.814Z[ recovery-image] Sep 23 17:49:45.749 INFO O| Sep 23 17:49:45.749 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-23T17:49:47.824Z[ recovery-image] Sep 23 17:49:45.759 INFO O| Sep 23 17:49:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45332024-09-23T17:49:47.824Z[ recovery-image] Sep 23 17:49:45.759 INFO O| Sep 23 17:49:45.759 INFO STEP 157 (remove_files) COMPLETE
45342024-09-23T17:49:47.826Z[ recovery-image] Sep 23 17:49:45.759 INFO O| Sep 23 17:49:45.759 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-23T17:49:47.833Z[ recovery-image] Sep 23 17:49:45.768 INFO O| Sep 23 17:49:45.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45362024-09-23T17:49:47.833Z[ recovery-image] Sep 23 17:49:45.768 INFO O| Sep 23 17:49:45.768 INFO STEP 158 (remove_files) COMPLETE
45372024-09-23T17:49:47.835Z[ recovery-image] Sep 23 17:49:45.768 INFO O| Sep 23 17:49:45.768 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-23T17:49:47.843Z[ recovery-image] Sep 23 17:49:45.778 INFO O| Sep 23 17:49:45.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45392024-09-23T17:49:47.843Z[ recovery-image] Sep 23 17:49:45.778 INFO O| Sep 23 17:49:45.778 INFO STEP 159 (remove_files) COMPLETE
45402024-09-23T17:49:47.845Z[ recovery-image] Sep 23 17:49:45.778 INFO O| Sep 23 17:49:45.778 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-23T17:49:47.852Z[ recovery-image] Sep 23 17:49:45.787 INFO O| Sep 23 17:49:45.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45422024-09-23T17:49:47.855Z[ recovery-image] Sep 23 17:49:45.787 INFO O| Sep 23 17:49:45.787 INFO STEP 160 (remove_files) COMPLETE
45432024-09-23T17:49:47.855Z[ recovery-image] Sep 23 17:49:45.787 INFO O| Sep 23 17:49:45.787 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-23T17:49:47.862Z[ recovery-image] Sep 23 17:49:45.797 INFO O| Sep 23 17:49:45.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45452024-09-23T17:49:47.862Z[ recovery-image] Sep 23 17:49:45.797 INFO O| Sep 23 17:49:45.797 INFO STEP 161 (remove_files) COMPLETE
45462024-09-23T17:49:47.864Z[ recovery-image] Sep 23 17:49:45.797 INFO O| Sep 23 17:49:45.797 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-23T17:49:47.871Z[ recovery-image] Sep 23 17:49:45.806 INFO O| Sep 23 17:49:45.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45482024-09-23T17:49:47.871Z[ recovery-image] Sep 23 17:49:45.806 INFO O| Sep 23 17:49:45.806 INFO STEP 162 (remove_files) COMPLETE
45492024-09-23T17:49:47.871Z[ recovery-image] Sep 23 17:49:45.806 INFO O| Sep 23 17:49:45.806 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-23T17:49:47.881Z[ recovery-image] Sep 23 17:49:45.816 INFO O| Sep 23 17:49:45.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45512024-09-23T17:49:47.881Z[ recovery-image] Sep 23 17:49:45.816 INFO O| Sep 23 17:49:45.816 INFO STEP 163 (remove_files) COMPLETE
45522024-09-23T17:49:47.884Z[ recovery-image] Sep 23 17:49:45.816 INFO O| Sep 23 17:49:45.816 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-23T17:49:47.890Z[ recovery-image] Sep 23 17:49:45.825 INFO O| Sep 23 17:49:45.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45542024-09-23T17:49:47.890Z[ recovery-image] Sep 23 17:49:45.825 INFO O| Sep 23 17:49:45.825 INFO STEP 164 (remove_files) COMPLETE
45552024-09-23T17:49:47.893Z[ recovery-image] Sep 23 17:49:45.825 INFO O| Sep 23 17:49:45.825 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-23T17:49:47.900Z[ recovery-image] Sep 23 17:49:45.835 INFO O| Sep 23 17:49:45.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45572024-09-23T17:49:47.900Z[ recovery-image] Sep 23 17:49:45.835 INFO O| Sep 23 17:49:45.835 INFO STEP 165 (remove_files) COMPLETE
45582024-09-23T17:49:47.902Z[ recovery-image] Sep 23 17:49:45.835 INFO O| Sep 23 17:49:45.835 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-23T17:49:47.909Z[ recovery-image] Sep 23 17:49:45.844 INFO O| Sep 23 17:49:45.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45602024-09-23T17:49:47.912Z[ recovery-image] Sep 23 17:49:45.845 INFO O| Sep 23 17:49:45.845 INFO STEP 166 (remove_files) COMPLETE
45612024-09-23T17:49:47.912Z[ recovery-image] Sep 23 17:49:45.845 INFO O| Sep 23 17:49:45.845 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-23T17:49:47.919Z[ recovery-image] Sep 23 17:49:45.854 INFO O| Sep 23 17:49:45.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45632024-09-23T17:49:47.919Z[ recovery-image] Sep 23 17:49:45.854 INFO O| Sep 23 17:49:45.854 INFO STEP 167 (remove_files) COMPLETE
45642024-09-23T17:49:47.922Z[ recovery-image] Sep 23 17:49:45.854 INFO O| Sep 23 17:49:45.854 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-23T17:49:47.929Z[ recovery-image] Sep 23 17:49:45.864 INFO O| Sep 23 17:49:45.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45662024-09-23T17:49:47.929Z[ recovery-image] Sep 23 17:49:45.864 INFO O| Sep 23 17:49:45.864 INFO STEP 168 (remove_files) COMPLETE
45672024-09-23T17:49:47.932Z[ recovery-image] Sep 23 17:49:45.864 INFO O| Sep 23 17:49:45.864 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-23T17:49:47.938Z[ recovery-image] Sep 23 17:49:45.873 INFO O| Sep 23 17:49:45.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45692024-09-23T17:49:47.938Z[ recovery-image] Sep 23 17:49:45.873 INFO O| Sep 23 17:49:45.873 INFO STEP 169 (remove_files) COMPLETE
45702024-09-23T17:49:47.941Z[ recovery-image] Sep 23 17:49:45.873 INFO O| Sep 23 17:49:45.873 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-09-23T17:49:47.948Z[ recovery-image] Sep 23 17:49:45.883 INFO O| Sep 23 17:49:45.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45722024-09-23T17:49:47.950Z[ recovery-image] Sep 23 17:49:45.883 INFO O| Sep 23 17:49:45.883 INFO STEP 170 (remove_files) COMPLETE
45732024-09-23T17:49:47.950Z[ recovery-image] Sep 23 17:49:45.883 INFO O| Sep 23 17:49:45.883 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-23T17:49:47.958Z[ recovery-image] Sep 23 17:49:45.893 INFO O| Sep 23 17:49:45.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45752024-09-23T17:49:47.958Z[ recovery-image] Sep 23 17:49:45.893 INFO O| Sep 23 17:49:45.893 INFO STEP 171 (remove_files) COMPLETE
45762024-09-23T17:49:47.960Z[ recovery-image] Sep 23 17:49:45.893 INFO O| Sep 23 17:49:45.893 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-23T17:49:47.964Z[ host-image] Sep 23 17:49:45.898 INFO O| Sep 23 17:49:45.898 INFO O| Download: Completed 1.39 MB in 1.10 seconds (1.3M/s)
45782024-09-23T17:49:47.967Z[ recovery-image] Sep 23 17:49:45.902 INFO O| Sep 23 17:49:45.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45792024-09-23T17:49:47.970Z[ recovery-image] Sep 23 17:49:45.903 INFO O| Sep 23 17:49:45.903 INFO STEP 172 (remove_files) COMPLETE
45802024-09-23T17:49:47.970Z[ recovery-image] Sep 23 17:49:45.903 INFO O| Sep 23 17:49:45.903 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-09-23T17:49:47.978Z[ recovery-image] Sep 23 17:49:45.913 INFO O| Sep 23 17:49:45.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45822024-09-23T17:49:47.978Z[ recovery-image] Sep 23 17:49:45.913 INFO O| Sep 23 17:49:45.913 INFO STEP 173 (remove_files) COMPLETE
45832024-09-23T17:49:47.978Z[ recovery-image] Sep 23 17:49:45.913 INFO O| Sep 23 17:49:45.913 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-09-23T17:49:47.988Z[ recovery-image] Sep 23 17:49:45.923 INFO O| Sep 23 17:49:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45852024-09-23T17:49:47.988Z[ recovery-image] Sep 23 17:49:45.923 INFO O| Sep 23 17:49:45.923 INFO STEP 174 (remove_files) COMPLETE
45862024-09-23T17:49:47.990Z[ recovery-image] Sep 23 17:49:45.923 INFO O| Sep 23 17:49:45.923 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-09-23T17:49:47.990Z[ host-image] Sep 23 17:49:45.925 INFO O| Sep 23 17:49:45.925 INFO O| Actions: 1/238 actions (Installing new actions)
45882024-09-23T17:49:47.998Z[ recovery-image] Sep 23 17:49:45.932 INFO O| Sep 23 17:49:45.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45892024-09-23T17:49:47.998Z[ recovery-image] Sep 23 17:49:45.933 INFO O| Sep 23 17:49:45.932 INFO STEP 175 (remove_files) COMPLETE
45902024-09-23T17:49:48.000Z[ recovery-image] Sep 23 17:49:45.933 INFO O| Sep 23 17:49:45.933 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-09-23T17:49:48.007Z[ recovery-image] Sep 23 17:49:45.942 INFO O| Sep 23 17:49:45.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45922024-09-23T17:49:48.007Z[ recovery-image] Sep 23 17:49:45.942 INFO O| Sep 23 17:49:45.942 INFO STEP 176 (remove_files) COMPLETE
45932024-09-23T17:49:48.010Z[ recovery-image] Sep 23 17:49:45.942 INFO O| Sep 23 17:49:45.942 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-09-23T17:49:48.017Z[ recovery-image] Sep 23 17:49:45.951 INFO O| Sep 23 17:49:45.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45952024-09-23T17:49:48.017Z[ recovery-image] Sep 23 17:49:45.952 INFO O| Sep 23 17:49:45.951 INFO STEP 177 (remove_files) COMPLETE
45962024-09-23T17:49:48.017Z[ recovery-image] Sep 23 17:49:45.952 INFO O| Sep 23 17:49:45.952 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-09-23T17:49:48.026Z[ recovery-image] Sep 23 17:49:45.961 INFO O| Sep 23 17:49:45.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45982024-09-23T17:49:48.026Z[ recovery-image] Sep 23 17:49:45.961 INFO O| Sep 23 17:49:45.961 INFO STEP 178 (remove_files) COMPLETE
45992024-09-23T17:49:48.026Z[ recovery-image] Sep 23 17:49:45.961 INFO O| Sep 23 17:49:45.961 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-23T17:49:48.036Z[ recovery-image] Sep 23 17:49:45.971 INFO O| Sep 23 17:49:45.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46012024-09-23T17:49:48.036Z[ recovery-image] Sep 23 17:49:45.971 INFO O| Sep 23 17:49:45.971 INFO STEP 179 (remove_files) COMPLETE
46022024-09-23T17:49:48.036Z[ recovery-image] Sep 23 17:49:45.971 INFO O| Sep 23 17:49:45.971 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-23T17:49:48.046Z[ recovery-image] Sep 23 17:49:45.981 INFO O| Sep 23 17:49:45.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46042024-09-23T17:49:48.046Z[ recovery-image] Sep 23 17:49:45.981 INFO O| Sep 23 17:49:45.981 INFO STEP 180 (remove_files) COMPLETE
46052024-09-23T17:49:48.049Z[ recovery-image] Sep 23 17:49:45.981 INFO O| Sep 23 17:49:45.981 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-09-23T17:49:48.056Z[ recovery-image] Sep 23 17:49:45.991 INFO O| Sep 23 17:49:45.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46072024-09-23T17:49:48.058Z[ recovery-image] Sep 23 17:49:45.991 INFO O| Sep 23 17:49:45.991 INFO STEP 181 (remove_files) COMPLETE
46082024-09-23T17:49:48.058Z[ recovery-image] Sep 23 17:49:45.991 INFO O| Sep 23 17:49:45.991 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-09-23T17:49:48.066Z[ recovery-image] Sep 23 17:49:46.001 INFO O| Sep 23 17:49:46.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46102024-09-23T17:49:48.069Z[ recovery-image] Sep 23 17:49:46.001 INFO O| Sep 23 17:49:46.001 INFO STEP 182 (remove_files) COMPLETE
46112024-09-23T17:49:48.069Z[ recovery-image] Sep 23 17:49:46.001 INFO O| Sep 23 17:49:46.001 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-09-23T17:49:48.078Z[ recovery-image] Sep 23 17:49:46.013 INFO O| Sep 23 17:49:46.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46132024-09-23T17:49:48.078Z[ recovery-image] Sep 23 17:49:46.013 INFO O| Sep 23 17:49:46.013 INFO STEP 183 (remove_files) COMPLETE
46142024-09-23T17:49:48.081Z[ recovery-image] Sep 23 17:49:46.013 INFO O| Sep 23 17:49:46.013 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-09-23T17:49:48.088Z[ recovery-image] Sep 23 17:49:46.023 INFO O| Sep 23 17:49:46.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46162024-09-23T17:49:48.088Z[ recovery-image] Sep 23 17:49:46.023 INFO O| Sep 23 17:49:46.023 INFO STEP 184 (remove_files) COMPLETE
46172024-09-23T17:49:48.088Z[ recovery-image] Sep 23 17:49:46.023 INFO O| Sep 23 17:49:46.023 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-09-23T17:49:48.097Z[ recovery-image] Sep 23 17:49:46.032 INFO O| Sep 23 17:49:46.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46192024-09-23T17:49:48.100Z[ recovery-image] Sep 23 17:49:46.032 INFO O| Sep 23 17:49:46.032 INFO STEP 185 (remove_files) COMPLETE
46202024-09-23T17:49:48.100Z[ recovery-image] Sep 23 17:49:46.033 INFO O| Sep 23 17:49:46.032 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-09-23T17:49:48.104Z[ host-image] Sep 23 17:49:46.039 INFO O| Sep 23 17:49:46.039 INFO O| Actions: Completed 238 actions in 0.11 seconds.
46222024-09-23T17:49:48.107Z[ recovery-image] Sep 23 17:49:46.042 INFO O| Sep 23 17:49:46.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46232024-09-23T17:49:48.107Z[ recovery-image] Sep 23 17:49:46.042 INFO O| Sep 23 17:49:46.042 INFO STEP 186 (remove_files) COMPLETE
46242024-09-23T17:49:48.107Z[ recovery-image] Sep 23 17:49:46.042 INFO O| Sep 23 17:49:46.042 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-09-23T17:49:48.117Z[ recovery-image] Sep 23 17:49:46.052 INFO O| Sep 23 17:49:46.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46262024-09-23T17:49:48.117Z[ recovery-image] Sep 23 17:49:46.052 INFO O| Sep 23 17:49:46.052 INFO STEP 187 (remove_files) COMPLETE
46272024-09-23T17:49:48.119Z[ recovery-image] Sep 23 17:49:46.052 INFO O| Sep 23 17:49:46.052 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-09-23T17:49:48.126Z[ recovery-image] Sep 23 17:49:46.061 INFO O| Sep 23 17:49:46.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46292024-09-23T17:49:48.129Z[ recovery-image] Sep 23 17:49:46.061 INFO O| Sep 23 17:49:46.061 INFO STEP 188 (remove_files) COMPLETE
46302024-09-23T17:49:48.130Z[ recovery-image] Sep 23 17:49:46.062 INFO O| Sep 23 17:49:46.061 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-09-23T17:49:48.136Z[ recovery-image] Sep 23 17:49:46.071 INFO O| Sep 23 17:49:46.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46322024-09-23T17:49:48.136Z[ recovery-image] Sep 23 17:49:46.071 INFO O| Sep 23 17:49:46.071 INFO STEP 189 (remove_files) COMPLETE
46332024-09-23T17:49:48.136Z[ recovery-image] Sep 23 17:49:46.071 INFO O| Sep 23 17:49:46.071 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-09-23T17:49:48.146Z[ recovery-image] Sep 23 17:49:46.081 INFO O| Sep 23 17:49:46.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46352024-09-23T17:49:48.146Z[ recovery-image] Sep 23 17:49:46.081 INFO O| Sep 23 17:49:46.081 INFO STEP 190 (remove_files) COMPLETE
46362024-09-23T17:49:48.149Z[ recovery-image] Sep 23 17:49:46.081 INFO O| Sep 23 17:49:46.081 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-09-23T17:49:48.157Z[ recovery-image] Sep 23 17:49:46.091 INFO O| Sep 23 17:49:46.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46382024-09-23T17:49:48.157Z[ recovery-image] Sep 23 17:49:46.091 INFO O| Sep 23 17:49:46.091 INFO STEP 191 (remove_files) COMPLETE
46392024-09-23T17:49:48.160Z[ recovery-image] Sep 23 17:49:46.091 INFO O| Sep 23 17:49:46.091 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-09-23T17:49:48.168Z[ recovery-image] Sep 23 17:49:46.103 INFO O| Sep 23 17:49:46.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46412024-09-23T17:49:48.168Z[ recovery-image] Sep 23 17:49:46.103 INFO O| Sep 23 17:49:46.103 INFO STEP 192 (remove_files) COMPLETE
46422024-09-23T17:49:48.171Z[ recovery-image] Sep 23 17:49:46.103 INFO O| Sep 23 17:49:46.103 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-09-23T17:49:48.178Z[ recovery-image] Sep 23 17:49:46.113 INFO O| Sep 23 17:49:46.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46442024-09-23T17:49:48.178Z[ recovery-image] Sep 23 17:49:46.113 INFO O| Sep 23 17:49:46.113 INFO STEP 193 (remove_files) COMPLETE
46452024-09-23T17:49:48.178Z[ recovery-image] Sep 23 17:49:46.113 INFO O| Sep 23 17:49:46.113 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-09-23T17:49:48.188Z[ recovery-image] Sep 23 17:49:46.123 INFO O| Sep 23 17:49:46.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46472024-09-23T17:49:48.188Z[ recovery-image] Sep 23 17:49:46.123 INFO O| Sep 23 17:49:46.123 INFO STEP 194 (remove_files) COMPLETE
46482024-09-23T17:49:48.191Z[ recovery-image] Sep 23 17:49:46.123 INFO O| Sep 23 17:49:46.123 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-09-23T17:49:48.198Z[ recovery-image] Sep 23 17:49:46.133 INFO O| Sep 23 17:49:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46502024-09-23T17:49:48.198Z[ recovery-image] Sep 23 17:49:46.133 INFO O| Sep 23 17:49:46.133 INFO STEP 195 (remove_files) COMPLETE
46512024-09-23T17:49:48.198Z[ recovery-image] Sep 23 17:49:46.133 INFO O| Sep 23 17:49:46.133 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-09-23T17:49:48.209Z[ recovery-image] Sep 23 17:49:46.143 INFO O| Sep 23 17:49:46.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46532024-09-23T17:49:48.209Z[ recovery-image] Sep 23 17:49:46.143 INFO O| Sep 23 17:49:46.143 INFO STEP 196 (remove_files) COMPLETE
46542024-09-23T17:49:48.212Z[ recovery-image] Sep 23 17:49:46.143 INFO O| Sep 23 17:49:46.143 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-09-23T17:49:48.220Z[ recovery-image] Sep 23 17:49:46.154 INFO O| Sep 23 17:49:46.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46562024-09-23T17:49:48.220Z[ recovery-image] Sep 23 17:49:46.154 INFO O| Sep 23 17:49:46.154 INFO STEP 197 (remove_files) COMPLETE
46572024-09-23T17:49:48.220Z[ recovery-image] Sep 23 17:49:46.154 INFO O| Sep 23 17:49:46.154 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-09-23T17:49:48.229Z[ recovery-image] Sep 23 17:49:46.164 INFO O| Sep 23 17:49:46.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46592024-09-23T17:49:48.229Z[ recovery-image] Sep 23 17:49:46.164 INFO O| Sep 23 17:49:46.164 INFO STEP 198 (remove_files) COMPLETE
46602024-09-23T17:49:48.232Z[ recovery-image] Sep 23 17:49:46.164 INFO O| Sep 23 17:49:46.164 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-09-23T17:49:48.239Z[ recovery-image] Sep 23 17:49:46.174 INFO O| Sep 23 17:49:46.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46622024-09-23T17:49:48.242Z[ recovery-image] Sep 23 17:49:46.174 INFO O| Sep 23 17:49:46.174 INFO STEP 199 (remove_files) COMPLETE
46632024-09-23T17:49:48.242Z[ recovery-image] Sep 23 17:49:46.174 INFO O| Sep 23 17:49:46.174 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-09-23T17:49:48.249Z[ recovery-image] Sep 23 17:49:46.184 INFO O| Sep 23 17:49:46.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46652024-09-23T17:49:48.249Z[ recovery-image] Sep 23 17:49:46.184 INFO O| Sep 23 17:49:46.184 INFO STEP 200 (remove_files) COMPLETE
46662024-09-23T17:49:48.252Z[ recovery-image] Sep 23 17:49:46.184 INFO O| Sep 23 17:49:46.184 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-09-23T17:49:48.259Z[ recovery-image] Sep 23 17:49:46.194 INFO O| Sep 23 17:49:46.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46682024-09-23T17:49:48.262Z[ recovery-image] Sep 23 17:49:46.194 INFO O| Sep 23 17:49:46.194 INFO STEP 201 (remove_files) COMPLETE
46692024-09-23T17:49:48.262Z[ recovery-image] Sep 23 17:49:46.194 INFO O| Sep 23 17:49:46.194 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-09-23T17:49:48.269Z[ recovery-image] Sep 23 17:49:46.204 INFO O| Sep 23 17:49:46.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46712024-09-23T17:49:48.272Z[ recovery-image] Sep 23 17:49:46.204 INFO O| Sep 23 17:49:46.204 INFO STEP 202 (remove_files) COMPLETE
46722024-09-23T17:49:48.272Z[ recovery-image] Sep 23 17:49:46.204 INFO O| Sep 23 17:49:46.204 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-09-23T17:49:48.279Z[ recovery-image] Sep 23 17:49:46.214 INFO O| Sep 23 17:49:46.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46742024-09-23T17:49:48.279Z[ recovery-image] Sep 23 17:49:46.214 INFO O| Sep 23 17:49:46.214 INFO STEP 203 (remove_files) COMPLETE
46752024-09-23T17:49:48.280Z[ recovery-image] Sep 23 17:49:46.214 INFO O| Sep 23 17:49:46.214 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-09-23T17:49:48.289Z[ recovery-image] Sep 23 17:49:46.224 INFO O| Sep 23 17:49:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46772024-09-23T17:49:48.289Z[ recovery-image] Sep 23 17:49:46.224 INFO O| Sep 23 17:49:46.224 INFO STEP 204 (remove_files) COMPLETE
46782024-09-23T17:49:48.289Z[ recovery-image] Sep 23 17:49:46.224 INFO O| Sep 23 17:49:46.224 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-09-23T17:49:48.299Z[ recovery-image] Sep 23 17:49:46.234 INFO O| Sep 23 17:49:46.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46802024-09-23T17:49:48.299Z[ recovery-image] Sep 23 17:49:46.234 INFO O| Sep 23 17:49:46.234 INFO STEP 205 (remove_files) COMPLETE
46812024-09-23T17:49:48.299Z[ recovery-image] Sep 23 17:49:46.234 INFO O| Sep 23 17:49:46.234 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-09-23T17:49:48.309Z[ recovery-image] Sep 23 17:49:46.244 INFO O| Sep 23 17:49:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46832024-09-23T17:49:48.309Z[ recovery-image] Sep 23 17:49:46.244 INFO O| Sep 23 17:49:46.244 INFO STEP 206 (remove_files) COMPLETE
46842024-09-23T17:49:48.309Z[ recovery-image] Sep 23 17:49:46.244 INFO O| Sep 23 17:49:46.244 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-09-23T17:49:48.319Z[ recovery-image] Sep 23 17:49:46.253 INFO O| Sep 23 17:49:46.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46862024-09-23T17:49:48.319Z[ recovery-image] Sep 23 17:49:46.254 INFO O| Sep 23 17:49:46.253 INFO STEP 207 (remove_files) COMPLETE
46872024-09-23T17:49:48.319Z[ recovery-image] Sep 23 17:49:46.254 INFO O| Sep 23 17:49:46.254 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-09-23T17:49:48.329Z[ recovery-image] Sep 23 17:49:46.263 INFO O| Sep 23 17:49:46.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46892024-09-23T17:49:48.330Z[ recovery-image] Sep 23 17:49:46.263 INFO O| Sep 23 17:49:46.263 INFO STEP 208 (remove_files) COMPLETE
46902024-09-23T17:49:48.330Z[ recovery-image] Sep 23 17:49:46.263 INFO O| Sep 23 17:49:46.263 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-23T17:49:48.338Z[ recovery-image] Sep 23 17:49:46.273 INFO O| Sep 23 17:49:46.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46922024-09-23T17:49:48.338Z[ recovery-image] Sep 23 17:49:46.273 INFO O| Sep 23 17:49:46.273 INFO STEP 209 (remove_files) COMPLETE
46932024-09-23T17:49:48.338Z[ recovery-image] Sep 23 17:49:46.273 INFO O| Sep 23 17:49:46.273 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-23T17:49:48.348Z[ recovery-image] Sep 23 17:49:46.283 INFO O| Sep 23 17:49:46.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46952024-09-23T17:49:48.348Z[ recovery-image] Sep 23 17:49:46.283 INFO O| Sep 23 17:49:46.283 INFO STEP 210 (remove_files) COMPLETE
46962024-09-23T17:49:48.351Z[ recovery-image] Sep 23 17:49:46.283 INFO O| Sep 23 17:49:46.283 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-23T17:49:48.358Z[ recovery-image] Sep 23 17:49:46.293 INFO O| Sep 23 17:49:46.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46982024-09-23T17:49:48.361Z[ recovery-image] Sep 23 17:49:46.293 INFO O| Sep 23 17:49:46.293 INFO STEP 211 (remove_files) COMPLETE
46992024-09-23T17:49:48.361Z[ recovery-image] Sep 23 17:49:46.293 INFO O| Sep 23 17:49:46.293 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-09-23T17:49:48.364Z[ host-image] Sep 23 17:49:46.299 INFO O| Sep 23 17:49:46.299 INFO O| Done
47012024-09-23T17:49:48.364Z[ host-image] Sep 23 17:49:46.299 INFO O| Sep 23 17:49:46.299 INFO O| Done
47022024-09-23T17:49:48.368Z[ recovery-image] Sep 23 17:49:46.303 INFO O| Sep 23 17:49:46.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47032024-09-23T17:49:48.368Z[ recovery-image] Sep 23 17:49:46.303 INFO O| Sep 23 17:49:46.303 INFO STEP 212 (remove_files) COMPLETE
47042024-09-23T17:49:48.371Z[ recovery-image] Sep 23 17:49:46.303 INFO O| Sep 23 17:49:46.303 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-09-23T17:49:48.378Z[ recovery-image] Sep 23 17:49:46.313 INFO O| Sep 23 17:49:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47062024-09-23T17:49:48.378Z[ recovery-image] Sep 23 17:49:46.313 INFO O| Sep 23 17:49:46.313 INFO STEP 213 (remove_files) COMPLETE
47072024-09-23T17:49:48.381Z[ recovery-image] Sep 23 17:49:46.313 INFO O| Sep 23 17:49:46.313 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-09-23T17:49:48.389Z[ recovery-image] Sep 23 17:49:46.323 INFO O| Sep 23 17:49:46.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47092024-09-23T17:49:48.389Z[ recovery-image] Sep 23 17:49:46.324 INFO O| Sep 23 17:49:46.324 INFO STEP 214 (remove_files) COMPLETE
47102024-09-23T17:49:48.391Z[ recovery-image] Sep 23 17:49:46.324 INFO O| Sep 23 17:49:46.324 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-09-23T17:49:48.398Z[ recovery-image] Sep 23 17:49:46.333 INFO O| Sep 23 17:49:46.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47122024-09-23T17:49:48.398Z[ recovery-image] Sep 23 17:49:46.333 INFO O| Sep 23 17:49:46.333 INFO STEP 215 (remove_files) COMPLETE
47132024-09-23T17:49:48.401Z[ recovery-image] Sep 23 17:49:46.333 INFO O| Sep 23 17:49:46.333 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-09-23T17:49:48.408Z[ recovery-image] Sep 23 17:49:46.343 INFO O| Sep 23 17:49:46.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47152024-09-23T17:49:48.408Z[ recovery-image] Sep 23 17:49:46.343 INFO O| Sep 23 17:49:46.343 INFO STEP 216 (remove_files) COMPLETE
47162024-09-23T17:49:48.408Z[ recovery-image] Sep 23 17:49:46.343 INFO O| Sep 23 17:49:46.343 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-09-23T17:49:48.418Z[ recovery-image] Sep 23 17:49:46.353 INFO O| Sep 23 17:49:46.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47182024-09-23T17:49:48.418Z[ recovery-image] Sep 23 17:49:46.353 INFO O| Sep 23 17:49:46.353 INFO STEP 217 (remove_files) COMPLETE
47192024-09-23T17:49:48.420Z[ recovery-image] Sep 23 17:49:46.353 INFO O| Sep 23 17:49:46.353 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-09-23T17:49:48.427Z[ recovery-image] Sep 23 17:49:46.362 INFO O| Sep 23 17:49:46.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47212024-09-23T17:49:48.430Z[ recovery-image] Sep 23 17:49:46.362 INFO O| Sep 23 17:49:46.362 INFO STEP 218 (remove_files) COMPLETE
47222024-09-23T17:49:48.430Z[ recovery-image] Sep 23 17:49:46.362 INFO O| Sep 23 17:49:46.362 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-09-23T17:49:48.437Z[ recovery-image] Sep 23 17:49:46.372 INFO O| Sep 23 17:49:46.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47242024-09-23T17:49:48.437Z[ recovery-image] Sep 23 17:49:46.372 INFO O| Sep 23 17:49:46.372 INFO STEP 219 (remove_files) COMPLETE
47252024-09-23T17:49:48.440Z[ recovery-image] Sep 23 17:49:46.372 INFO O| Sep 23 17:49:46.372 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-09-23T17:49:48.447Z[ recovery-image] Sep 23 17:49:46.382 INFO O| Sep 23 17:49:46.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47272024-09-23T17:49:48.449Z[ recovery-image] Sep 23 17:49:46.382 INFO O| Sep 23 17:49:46.382 INFO STEP 220 (remove_files) COMPLETE
47282024-09-23T17:49:48.449Z[ recovery-image] Sep 23 17:49:46.382 INFO O| Sep 23 17:49:46.382 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-23T17:49:48.456Z[ recovery-image] Sep 23 17:49:46.391 INFO O| Sep 23 17:49:46.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47302024-09-23T17:49:48.459Z[ recovery-image] Sep 23 17:49:46.391 INFO O| Sep 23 17:49:46.391 INFO STEP 221 (remove_files) COMPLETE
47312024-09-23T17:49:48.459Z[ recovery-image] Sep 23 17:49:46.391 INFO O| Sep 23 17:49:46.391 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-23T17:49:48.467Z[ recovery-image] Sep 23 17:49:46.401 INFO O| Sep 23 17:49:46.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47332024-09-23T17:49:48.467Z[ recovery-image] Sep 23 17:49:46.401 INFO O| Sep 23 17:49:46.401 INFO STEP 222 (remove_files) COMPLETE
47342024-09-23T17:49:48.469Z[ recovery-image] Sep 23 17:49:46.402 INFO O| Sep 23 17:49:46.401 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-23T17:49:48.476Z[ recovery-image] Sep 23 17:49:46.411 INFO O| Sep 23 17:49:46.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47362024-09-23T17:49:48.479Z[ recovery-image] Sep 23 17:49:46.412 INFO O| Sep 23 17:49:46.412 INFO STEP 223 (remove_files) COMPLETE
47372024-09-23T17:49:48.479Z[ recovery-image] Sep 23 17:49:46.412 INFO O| Sep 23 17:49:46.412 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-23T17:49:48.486Z[ recovery-image] Sep 23 17:49:46.421 INFO O| Sep 23 17:49:46.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47392024-09-23T17:49:48.486Z[ recovery-image] Sep 23 17:49:46.421 INFO O| Sep 23 17:49:46.421 INFO STEP 224 (remove_files) COMPLETE
47402024-09-23T17:49:48.486Z[ recovery-image] Sep 23 17:49:46.421 INFO O| Sep 23 17:49:46.421 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-23T17:49:48.496Z[ recovery-image] Sep 23 17:49:46.431 INFO O| Sep 23 17:49:46.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47422024-09-23T17:49:48.499Z[ recovery-image] Sep 23 17:49:46.431 INFO O| Sep 23 17:49:46.431 INFO STEP 225 (remove_files) COMPLETE
47432024-09-23T17:49:48.499Z[ recovery-image] Sep 23 17:49:46.431 INFO O| Sep 23 17:49:46.431 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-23T17:49:48.512Z[ recovery-image] Sep 23 17:49:46.446 INFO O| Sep 23 17:49:46.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47452024-09-23T17:49:48.512Z[ recovery-image] Sep 23 17:49:46.446 INFO O| Sep 23 17:49:46.446 INFO STEP 226 (remove_files) COMPLETE
47462024-09-23T17:49:48.512Z[ recovery-image] Sep 23 17:49:46.447 INFO O| Sep 23 17:49:46.446 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-23T17:49:48.527Z[ recovery-image] Sep 23 17:49:46.462 INFO O| Sep 23 17:49:46.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47482024-09-23T17:49:48.529Z[ recovery-image] Sep 23 17:49:46.462 INFO O| Sep 23 17:49:46.462 INFO STEP 227 (remove_files) COMPLETE
47492024-09-23T17:49:48.529Z[ recovery-image] Sep 23 17:49:46.462 INFO O| Sep 23 17:49:46.462 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-23T17:49:48.542Z[ recovery-image] Sep 23 17:49:46.476 INFO O| Sep 23 17:49:46.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47512024-09-23T17:49:48.542Z[ recovery-image] Sep 23 17:49:46.477 INFO O| Sep 23 17:49:46.476 INFO STEP 228 (remove_files) COMPLETE
47522024-09-23T17:49:48.544Z[ recovery-image] Sep 23 17:49:46.477 INFO O| Sep 23 17:49:46.476 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-23T17:49:48.557Z[ recovery-image] Sep 23 17:49:46.492 INFO O| Sep 23 17:49:46.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47542024-09-23T17:49:48.557Z[ recovery-image] Sep 23 17:49:46.492 INFO O| Sep 23 17:49:46.492 INFO STEP 229 (remove_files) COMPLETE
47552024-09-23T17:49:48.560Z[ recovery-image] Sep 23 17:49:46.492 INFO O| Sep 23 17:49:46.492 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-23T17:49:48.571Z[ recovery-image] Sep 23 17:49:46.506 INFO O| Sep 23 17:49:46.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47572024-09-23T17:49:48.574Z[ recovery-image] Sep 23 17:49:46.506 INFO O| Sep 23 17:49:46.506 INFO STEP 230 (remove_files) COMPLETE
47582024-09-23T17:49:48.574Z[ recovery-image] Sep 23 17:49:46.506 INFO O| Sep 23 17:49:46.506 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-23T17:49:48.583Z[ recovery-image] Sep 23 17:49:46.518 INFO O| Sep 23 17:49:46.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47602024-09-23T17:49:48.583Z[ recovery-image] Sep 23 17:49:46.518 INFO O| Sep 23 17:49:46.518 INFO STEP 231 (remove_files) COMPLETE
47612024-09-23T17:49:48.586Z[ recovery-image] Sep 23 17:49:46.518 INFO O| Sep 23 17:49:46.518 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-23T17:49:48.593Z[ recovery-image] Sep 23 17:49:46.528 INFO O| Sep 23 17:49:46.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47632024-09-23T17:49:48.596Z[ recovery-image] Sep 23 17:49:46.528 INFO O| Sep 23 17:49:46.528 INFO STEP 232 (remove_files) COMPLETE
47642024-09-23T17:49:48.596Z[ recovery-image] Sep 23 17:49:46.528 INFO O| Sep 23 17:49:46.528 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-09-23T17:49:48.603Z[ recovery-image] Sep 23 17:49:46.538 INFO O| Sep 23 17:49:46.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47662024-09-23T17:49:48.603Z[ recovery-image] Sep 23 17:49:46.538 INFO O| Sep 23 17:49:46.538 INFO STEP 233 (remove_files) COMPLETE
47672024-09-23T17:49:48.603Z[ recovery-image] Sep 23 17:49:46.538 INFO O| Sep 23 17:49:46.538 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-09-23T17:49:48.613Z[ recovery-image] Sep 23 17:49:46.548 INFO O| Sep 23 17:49:46.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47692024-09-23T17:49:48.616Z[ recovery-image] Sep 23 17:49:46.548 INFO O| Sep 23 17:49:46.548 INFO STEP 234 (remove_files) COMPLETE
47702024-09-23T17:49:48.616Z[ recovery-image] Sep 23 17:49:46.548 INFO O| Sep 23 17:49:46.548 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-09-23T17:49:48.622Z[ recovery-image] Sep 23 17:49:46.557 INFO O| Sep 23 17:49:46.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47722024-09-23T17:49:48.625Z[ recovery-image] Sep 23 17:49:46.557 INFO O| Sep 23 17:49:46.557 INFO STEP 235 (remove_files) COMPLETE
47732024-09-23T17:49:48.625Z[ recovery-image] Sep 23 17:49:46.557 INFO O| Sep 23 17:49:46.557 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-23T17:49:48.632Z[ recovery-image] Sep 23 17:49:46.567 INFO O| Sep 23 17:49:46.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47752024-09-23T17:49:48.634Z[ recovery-image] Sep 23 17:49:46.567 INFO O| Sep 23 17:49:46.567 INFO STEP 236 (remove_files) COMPLETE
47762024-09-23T17:49:48.634Z[ recovery-image] Sep 23 17:49:46.567 INFO O| Sep 23 17:49:46.567 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-23T17:49:48.641Z[ recovery-image] Sep 23 17:49:46.576 INFO O| Sep 23 17:49:46.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47782024-09-23T17:49:48.644Z[ recovery-image] Sep 23 17:49:46.576 INFO O| Sep 23 17:49:46.576 INFO STEP 237 (remove_files) COMPLETE
47792024-09-23T17:49:48.644Z[ recovery-image] Sep 23 17:49:46.576 INFO O| Sep 23 17:49:46.576 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-23T17:49:48.651Z[ recovery-image] Sep 23 17:49:46.586 INFO O| Sep 23 17:49:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47812024-09-23T17:49:48.653Z[ recovery-image] Sep 23 17:49:46.586 INFO O| Sep 23 17:49:46.586 INFO STEP 238 (remove_files) COMPLETE
47822024-09-23T17:49:48.653Z[ recovery-image] Sep 23 17:49:46.586 INFO O| Sep 23 17:49:46.586 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-23T17:49:48.660Z[ recovery-image] Sep 23 17:49:46.595 INFO O| Sep 23 17:49:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47842024-09-23T17:49:48.660Z[ recovery-image] Sep 23 17:49:46.595 INFO O| Sep 23 17:49:46.595 INFO STEP 239 (remove_files) COMPLETE
47852024-09-23T17:49:48.663Z[ recovery-image] Sep 23 17:49:46.595 INFO O| Sep 23 17:49:46.595 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-23T17:49:48.670Z[ recovery-image] Sep 23 17:49:46.605 INFO O| Sep 23 17:49:46.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47872024-09-23T17:49:48.670Z[ recovery-image] Sep 23 17:49:46.605 INFO O| Sep 23 17:49:46.605 INFO STEP 240 (remove_files) COMPLETE
47882024-09-23T17:49:48.672Z[ recovery-image] Sep 23 17:49:46.605 INFO O| Sep 23 17:49:46.605 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-23T17:49:48.680Z[ recovery-image] Sep 23 17:49:46.615 INFO O| Sep 23 17:49:46.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47902024-09-23T17:49:48.680Z[ recovery-image] Sep 23 17:49:46.615 INFO O| Sep 23 17:49:46.615 INFO STEP 241 (remove_files) COMPLETE
47912024-09-23T17:49:48.682Z[ recovery-image] Sep 23 17:49:46.615 INFO O| Sep 23 17:49:46.615 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-23T17:49:48.689Z[ recovery-image] Sep 23 17:49:46.624 INFO O| Sep 23 17:49:46.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47932024-09-23T17:49:48.689Z[ recovery-image] Sep 23 17:49:46.624 INFO O| Sep 23 17:49:46.624 INFO STEP 242 (remove_files) COMPLETE
47942024-09-23T17:49:48.692Z[ recovery-image] Sep 23 17:49:46.624 INFO O| Sep 23 17:49:46.624 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-23T17:49:48.699Z[ recovery-image] Sep 23 17:49:46.634 INFO O| Sep 23 17:49:46.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47962024-09-23T17:49:48.702Z[ recovery-image] Sep 23 17:49:46.634 INFO O| Sep 23 17:49:46.634 INFO STEP 243 (remove_files) COMPLETE
47972024-09-23T17:49:48.702Z[ recovery-image] Sep 23 17:49:46.634 INFO O| Sep 23 17:49:46.634 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-23T17:49:48.709Z[ recovery-image] Sep 23 17:49:46.644 INFO O| Sep 23 17:49:46.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47992024-09-23T17:49:48.709Z[ recovery-image] Sep 23 17:49:46.644 INFO O| Sep 23 17:49:46.644 INFO STEP 244 (remove_files) COMPLETE
48002024-09-23T17:49:48.712Z[ recovery-image] Sep 23 17:49:46.644 INFO O| Sep 23 17:49:46.644 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-23T17:49:48.718Z[ recovery-image] Sep 23 17:49:46.653 INFO O| Sep 23 17:49:46.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48022024-09-23T17:49:48.718Z[ recovery-image] Sep 23 17:49:46.653 INFO O| Sep 23 17:49:46.653 INFO STEP 245 (remove_files) COMPLETE
48032024-09-23T17:49:48.721Z[ recovery-image] Sep 23 17:49:46.653 INFO O| Sep 23 17:49:46.653 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-23T17:49:48.728Z[ recovery-image] Sep 23 17:49:46.663 INFO O| Sep 23 17:49:46.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48052024-09-23T17:49:48.728Z[ recovery-image] Sep 23 17:49:46.663 INFO O| Sep 23 17:49:46.663 INFO STEP 246 (remove_files) COMPLETE
48062024-09-23T17:49:48.728Z[ recovery-image] Sep 23 17:49:46.663 INFO O| Sep 23 17:49:46.663 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-23T17:49:48.737Z[ recovery-image] Sep 23 17:49:46.672 INFO O| Sep 23 17:49:46.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48082024-09-23T17:49:48.737Z[ recovery-image] Sep 23 17:49:46.672 INFO O| Sep 23 17:49:46.672 INFO STEP 247 (remove_files) COMPLETE
48092024-09-23T17:49:48.740Z[ recovery-image] Sep 23 17:49:46.672 INFO O| Sep 23 17:49:46.672 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-23T17:49:48.747Z[ recovery-image] Sep 23 17:49:46.682 INFO O| Sep 23 17:49:46.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48112024-09-23T17:49:48.747Z[ recovery-image] Sep 23 17:49:46.682 INFO O| Sep 23 17:49:46.682 INFO STEP 248 (remove_files) COMPLETE
48122024-09-23T17:49:48.747Z[ recovery-image] Sep 23 17:49:46.682 INFO O| Sep 23 17:49:46.682 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-23T17:49:48.756Z[ recovery-image] Sep 23 17:49:46.691 INFO O| Sep 23 17:49:46.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48142024-09-23T17:49:48.756Z[ recovery-image] Sep 23 17:49:46.691 INFO O| Sep 23 17:49:46.691 INFO STEP 249 (remove_files) COMPLETE
48152024-09-23T17:49:48.759Z[ recovery-image] Sep 23 17:49:46.691 INFO O| Sep 23 17:49:46.691 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-23T17:49:48.766Z[ recovery-image] Sep 23 17:49:46.701 INFO O| Sep 23 17:49:46.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48172024-09-23T17:49:48.768Z[ recovery-image] Sep 23 17:49:46.701 INFO O| Sep 23 17:49:46.701 INFO STEP 250 (remove_files) COMPLETE
48182024-09-23T17:49:48.768Z[ recovery-image] Sep 23 17:49:46.701 INFO O| Sep 23 17:49:46.701 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-23T17:49:48.768Z[ host-image] Sep 23 17:49:46.703 INFO O| Sep 23 17:49:46.703 INFO O| Done
48202024-09-23T17:49:48.776Z[ recovery-image] Sep 23 17:49:46.710 INFO O| Sep 23 17:49:46.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48212024-09-23T17:49:48.779Z[ recovery-image] Sep 23 17:49:46.710 INFO O| Sep 23 17:49:46.710 INFO STEP 251 (remove_files) COMPLETE
48222024-09-23T17:49:48.779Z[ recovery-image] Sep 23 17:49:46.710 INFO O| Sep 23 17:49:46.710 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-09-23T17:49:48.785Z[ recovery-image] Sep 23 17:49:46.720 INFO O| Sep 23 17:49:46.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48242024-09-23T17:49:48.785Z[ recovery-image] Sep 23 17:49:46.720 INFO O| Sep 23 17:49:46.720 INFO STEP 252 (remove_files) COMPLETE
48252024-09-23T17:49:48.788Z[ recovery-image] Sep 23 17:49:46.720 INFO O| Sep 23 17:49:46.720 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-09-23T17:49:48.795Z[ recovery-image] Sep 23 17:49:46.730 INFO O| Sep 23 17:49:46.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48272024-09-23T17:49:48.795Z[ recovery-image] Sep 23 17:49:46.730 INFO O| Sep 23 17:49:46.730 INFO STEP 253 (remove_files) COMPLETE
48282024-09-23T17:49:48.798Z[ recovery-image] Sep 23 17:49:46.730 INFO O| Sep 23 17:49:46.730 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-09-23T17:49:48.805Z[ recovery-image] Sep 23 17:49:46.740 INFO O| Sep 23 17:49:46.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48302024-09-23T17:49:48.808Z[ recovery-image] Sep 23 17:49:46.740 INFO O| Sep 23 17:49:46.740 INFO STEP 254 (remove_files) COMPLETE
48312024-09-23T17:49:48.808Z[ recovery-image] Sep 23 17:49:46.740 INFO O| Sep 23 17:49:46.740 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-09-23T17:49:48.815Z[ recovery-image] Sep 23 17:49:46.750 INFO O| Sep 23 17:49:46.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48332024-09-23T17:49:48.815Z[ recovery-image] Sep 23 17:49:46.750 INFO O| Sep 23 17:49:46.750 INFO STEP 255 (remove_files) COMPLETE
48342024-09-23T17:49:48.817Z[ recovery-image] Sep 23 17:49:46.750 INFO O| Sep 23 17:49:46.750 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-09-23T17:49:48.824Z[ recovery-image] Sep 23 17:49:46.759 INFO O| Sep 23 17:49:46.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48362024-09-23T17:49:48.825Z[ recovery-image] Sep 23 17:49:46.759 INFO O| Sep 23 17:49:46.759 INFO STEP 256 (remove_files) COMPLETE
48372024-09-23T17:49:48.825Z[ recovery-image] Sep 23 17:49:46.759 INFO O| Sep 23 17:49:46.759 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-23T17:49:48.834Z[ recovery-image] Sep 23 17:49:46.769 INFO O| Sep 23 17:49:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48392024-09-23T17:49:48.834Z[ recovery-image] Sep 23 17:49:46.769 INFO O| Sep 23 17:49:46.769 INFO STEP 257 (remove_files) COMPLETE
48402024-09-23T17:49:48.837Z[ recovery-image] Sep 23 17:49:46.769 INFO O| Sep 23 17:49:46.769 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-23T17:49:48.844Z[ recovery-image] Sep 23 17:49:46.779 INFO O| Sep 23 17:49:46.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48422024-09-23T17:49:48.846Z[ recovery-image] Sep 23 17:49:46.779 INFO O| Sep 23 17:49:46.779 INFO STEP 258 (remove_files) COMPLETE
48432024-09-23T17:49:48.846Z[ recovery-image] Sep 23 17:49:46.779 INFO O| Sep 23 17:49:46.779 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-09-23T17:49:48.854Z[ recovery-image] Sep 23 17:49:46.789 INFO O| Sep 23 17:49:46.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48452024-09-23T17:49:48.854Z[ recovery-image] Sep 23 17:49:46.789 INFO O| Sep 23 17:49:46.789 INFO STEP 259 (remove_files) COMPLETE
48462024-09-23T17:49:48.854Z[ recovery-image] Sep 23 17:49:46.789 INFO O| Sep 23 17:49:46.789 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-09-23T17:49:48.864Z[ recovery-image] Sep 23 17:49:46.798 INFO O| Sep 23 17:49:46.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48482024-09-23T17:49:48.864Z[ recovery-image] Sep 23 17:49:46.799 INFO O| Sep 23 17:49:46.798 INFO STEP 260 (remove_files) COMPLETE
48492024-09-23T17:49:48.864Z[ recovery-image] Sep 23 17:49:46.799 INFO O| Sep 23 17:49:46.799 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-09-23T17:49:48.873Z[ recovery-image] Sep 23 17:49:46.808 INFO O| Sep 23 17:49:46.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48512024-09-23T17:49:48.873Z[ recovery-image] Sep 23 17:49:46.808 INFO O| Sep 23 17:49:46.808 INFO STEP 261 (remove_files) COMPLETE
48522024-09-23T17:49:48.876Z[ recovery-image] Sep 23 17:49:46.808 INFO O| Sep 23 17:49:46.808 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-09-23T17:49:48.883Z[ recovery-image] Sep 23 17:49:46.818 INFO O| Sep 23 17:49:46.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48542024-09-23T17:49:48.883Z[ recovery-image] Sep 23 17:49:46.818 INFO O| Sep 23 17:49:46.818 INFO STEP 262 (remove_files) COMPLETE
48552024-09-23T17:49:48.886Z[ recovery-image] Sep 23 17:49:46.818 INFO O| Sep 23 17:49:46.818 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-09-23T17:49:48.893Z[ recovery-image] Sep 23 17:49:46.828 INFO O| Sep 23 17:49:46.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48572024-09-23T17:49:48.893Z[ recovery-image] Sep 23 17:49:46.828 INFO O| Sep 23 17:49:46.828 INFO STEP 263 (remove_files) COMPLETE
48582024-09-23T17:49:48.896Z[ recovery-image] Sep 23 17:49:46.828 INFO O| Sep 23 17:49:46.828 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-09-23T17:49:48.903Z[ recovery-image] Sep 23 17:49:46.838 INFO O| Sep 23 17:49:46.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48602024-09-23T17:49:48.903Z[ recovery-image] Sep 23 17:49:46.838 INFO O| Sep 23 17:49:46.838 INFO STEP 264 (remove_files) COMPLETE
48612024-09-23T17:49:48.903Z[ recovery-image] Sep 23 17:49:46.838 INFO O| Sep 23 17:49:46.838 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-09-23T17:49:48.912Z[ recovery-image] Sep 23 17:49:46.847 INFO O| Sep 23 17:49:46.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48632024-09-23T17:49:48.915Z[ recovery-image] Sep 23 17:49:46.847 INFO O| Sep 23 17:49:46.847 INFO STEP 265 (remove_files) COMPLETE
48642024-09-23T17:49:48.915Z[ recovery-image] Sep 23 17:49:46.847 INFO O| Sep 23 17:49:46.847 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-09-23T17:49:48.922Z[ recovery-image] Sep 23 17:49:46.857 INFO O| Sep 23 17:49:46.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48662024-09-23T17:49:48.922Z[ recovery-image] Sep 23 17:49:46.857 INFO O| Sep 23 17:49:46.857 INFO STEP 266 (remove_files) COMPLETE
48672024-09-23T17:49:48.922Z[ recovery-image] Sep 23 17:49:46.857 INFO O| Sep 23 17:49:46.857 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-09-23T17:49:48.931Z[ recovery-image] Sep 23 17:49:46.866 INFO O| Sep 23 17:49:46.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48692024-09-23T17:49:48.931Z[ recovery-image] Sep 23 17:49:46.866 INFO O| Sep 23 17:49:46.866 INFO STEP 267 (remove_files) COMPLETE
48702024-09-23T17:49:48.932Z[ recovery-image] Sep 23 17:49:46.866 INFO O| Sep 23 17:49:46.866 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-09-23T17:49:48.941Z[ recovery-image] Sep 23 17:49:46.876 INFO O| Sep 23 17:49:46.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48722024-09-23T17:49:48.941Z[ recovery-image] Sep 23 17:49:46.876 INFO O| Sep 23 17:49:46.876 INFO STEP 268 (remove_files) COMPLETE
48732024-09-23T17:49:48.941Z[ recovery-image] Sep 23 17:49:46.876 INFO O| Sep 23 17:49:46.876 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-09-23T17:49:48.950Z[ recovery-image] Sep 23 17:49:46.885 INFO O| Sep 23 17:49:46.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48752024-09-23T17:49:48.950Z[ recovery-image] Sep 23 17:49:46.885 INFO O| Sep 23 17:49:46.885 INFO STEP 269 (remove_files) COMPLETE
48762024-09-23T17:49:48.950Z[ recovery-image] Sep 23 17:49:46.885 INFO O| Sep 23 17:49:46.885 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-09-23T17:49:48.961Z[ recovery-image] Sep 23 17:49:46.895 INFO O| Sep 23 17:49:46.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48782024-09-23T17:49:48.961Z[ recovery-image] Sep 23 17:49:46.896 INFO O| Sep 23 17:49:46.896 INFO STEP 270 (remove_files) COMPLETE
48792024-09-23T17:49:48.961Z[ recovery-image] Sep 23 17:49:46.896 INFO O| Sep 23 17:49:46.896 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-09-23T17:49:48.970Z[ recovery-image] Sep 23 17:49:46.905 INFO O| Sep 23 17:49:46.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48812024-09-23T17:49:48.973Z[ recovery-image] Sep 23 17:49:46.905 INFO O| Sep 23 17:49:46.905 INFO STEP 271 (remove_files) COMPLETE
48822024-09-23T17:49:48.973Z[ recovery-image] Sep 23 17:49:46.905 INFO O| Sep 23 17:49:46.905 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-09-23T17:49:48.980Z[ recovery-image] Sep 23 17:49:46.915 INFO O| Sep 23 17:49:46.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48842024-09-23T17:49:48.980Z[ recovery-image] Sep 23 17:49:46.915 INFO O| Sep 23 17:49:46.915 INFO STEP 272 (remove_files) COMPLETE
48852024-09-23T17:49:48.983Z[ recovery-image] Sep 23 17:49:46.915 INFO O| Sep 23 17:49:46.915 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-09-23T17:49:48.990Z[ recovery-image] Sep 23 17:49:46.925 INFO O| Sep 23 17:49:46.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48872024-09-23T17:49:48.992Z[ recovery-image] Sep 23 17:49:46.925 INFO O| Sep 23 17:49:46.925 INFO STEP 273 (remove_files) COMPLETE
48882024-09-23T17:49:48.992Z[ recovery-image] Sep 23 17:49:46.925 INFO O| Sep 23 17:49:46.925 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-09-23T17:49:48.999Z[ recovery-image] Sep 23 17:49:46.934 INFO O| Sep 23 17:49:46.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48902024-09-23T17:49:49.000Z[ recovery-image] Sep 23 17:49:46.934 INFO O| Sep 23 17:49:46.934 INFO STEP 274 (remove_files) COMPLETE
48912024-09-23T17:49:49.002Z[ recovery-image] Sep 23 17:49:46.934 INFO O| Sep 23 17:49:46.934 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-09-23T17:49:49.009Z[ recovery-image] Sep 23 17:49:46.944 INFO O| Sep 23 17:49:46.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48932024-09-23T17:49:49.012Z[ recovery-image] Sep 23 17:49:46.944 INFO O| Sep 23 17:49:46.944 INFO STEP 275 (remove_files) COMPLETE
48942024-09-23T17:49:49.012Z[ recovery-image] Sep 23 17:49:46.944 INFO O| Sep 23 17:49:46.944 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-09-23T17:49:49.020Z[ recovery-image] Sep 23 17:49:46.954 INFO O| Sep 23 17:49:46.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48962024-09-23T17:49:49.020Z[ recovery-image] Sep 23 17:49:46.955 INFO O| Sep 23 17:49:46.955 INFO STEP 276 (remove_files) COMPLETE
48972024-09-23T17:49:49.023Z[ recovery-image] Sep 23 17:49:46.955 INFO O| Sep 23 17:49:46.955 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-09-23T17:49:49.029Z[ recovery-image] Sep 23 17:49:46.964 INFO O| Sep 23 17:49:46.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48992024-09-23T17:49:49.029Z[ recovery-image] Sep 23 17:49:46.964 INFO O| Sep 23 17:49:46.964 INFO STEP 277 (remove_files) COMPLETE
49002024-09-23T17:49:49.029Z[ recovery-image] Sep 23 17:49:46.964 INFO O| Sep 23 17:49:46.964 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-09-23T17:49:49.039Z[ recovery-image] Sep 23 17:49:46.974 INFO O| Sep 23 17:49:46.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49022024-09-23T17:49:49.039Z[ recovery-image] Sep 23 17:49:46.974 INFO O| Sep 23 17:49:46.974 INFO STEP 278 (remove_files) COMPLETE
49032024-09-23T17:49:49.039Z[ recovery-image] Sep 23 17:49:46.974 INFO O| Sep 23 17:49:46.974 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-09-23T17:49:49.049Z[ recovery-image] Sep 23 17:49:46.983 INFO O| Sep 23 17:49:46.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49052024-09-23T17:49:49.049Z[ recovery-image] Sep 23 17:49:46.984 INFO O| Sep 23 17:49:46.983 INFO STEP 279 (remove_files) COMPLETE
49062024-09-23T17:49:49.049Z[ recovery-image] Sep 23 17:49:46.984 INFO O| Sep 23 17:49:46.983 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-09-23T17:49:49.058Z[ recovery-image] Sep 23 17:49:46.993 INFO O| Sep 23 17:49:46.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49082024-09-23T17:49:49.058Z[ recovery-image] Sep 23 17:49:46.993 INFO O| Sep 23 17:49:46.993 INFO STEP 280 (remove_files) COMPLETE
49092024-09-23T17:49:49.058Z[ recovery-image] Sep 23 17:49:46.993 INFO O| Sep 23 17:49:46.993 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-09-23T17:49:49.068Z[ recovery-image] Sep 23 17:49:47.003 INFO O| Sep 23 17:49:47.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49112024-09-23T17:49:49.068Z[ recovery-image] Sep 23 17:49:47.003 INFO O| Sep 23 17:49:47.003 INFO STEP 281 (remove_files) COMPLETE
49122024-09-23T17:49:49.071Z[ recovery-image] Sep 23 17:49:47.003 INFO O| Sep 23 17:49:47.003 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-09-23T17:49:49.078Z[ recovery-image] Sep 23 17:49:47.013 INFO O| Sep 23 17:49:47.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49142024-09-23T17:49:49.078Z[ recovery-image] Sep 23 17:49:47.013 INFO O| Sep 23 17:49:47.013 INFO STEP 282 (remove_files) COMPLETE
49152024-09-23T17:49:49.080Z[ recovery-image] Sep 23 17:49:47.013 INFO O| Sep 23 17:49:47.013 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-09-23T17:49:49.087Z[ recovery-image] Sep 23 17:49:47.022 INFO O| Sep 23 17:49:47.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49172024-09-23T17:49:49.087Z[ recovery-image] Sep 23 17:49:47.022 INFO O| Sep 23 17:49:47.022 INFO STEP 283 (remove_files) COMPLETE
49182024-09-23T17:49:49.090Z[ recovery-image] Sep 23 17:49:47.022 INFO O| Sep 23 17:49:47.022 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-09-23T17:49:49.097Z[ recovery-image] Sep 23 17:49:47.032 INFO O| Sep 23 17:49:47.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49202024-09-23T17:49:49.100Z[ recovery-image] Sep 23 17:49:47.033 INFO O| Sep 23 17:49:47.032 INFO STEP 284 (remove_files) COMPLETE
49212024-09-23T17:49:49.100Z[ recovery-image] Sep 23 17:49:47.033 INFO O| Sep 23 17:49:47.032 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-09-23T17:49:49.108Z[ recovery-image] Sep 23 17:49:47.043 INFO O| Sep 23 17:49:47.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49232024-09-23T17:49:49.108Z[ recovery-image] Sep 23 17:49:47.043 INFO O| Sep 23 17:49:47.043 INFO STEP 285 (remove_files) COMPLETE
49242024-09-23T17:49:49.108Z[ recovery-image] Sep 23 17:49:47.043 INFO O| Sep 23 17:49:47.043 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-09-23T17:49:49.119Z[ recovery-image] Sep 23 17:49:47.054 INFO O| Sep 23 17:49:47.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49262024-09-23T17:49:49.122Z[ recovery-image] Sep 23 17:49:47.054 INFO O| Sep 23 17:49:47.054 INFO STEP 286 (remove_files) COMPLETE
49272024-09-23T17:49:49.122Z[ recovery-image] Sep 23 17:49:47.054 INFO O| Sep 23 17:49:47.054 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-09-23T17:49:49.129Z[ recovery-image] Sep 23 17:49:47.064 INFO O| Sep 23 17:49:47.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49292024-09-23T17:49:49.129Z[ recovery-image] Sep 23 17:49:47.064 INFO O| Sep 23 17:49:47.064 INFO STEP 287 (remove_files) COMPLETE
49302024-09-23T17:49:49.129Z[ recovery-image] Sep 23 17:49:47.064 INFO O| Sep 23 17:49:47.064 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-09-23T17:49:49.139Z[ recovery-image] Sep 23 17:49:47.073 INFO O| Sep 23 17:49:47.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49322024-09-23T17:49:49.141Z[ recovery-image] Sep 23 17:49:47.074 INFO O| Sep 23 17:49:47.073 INFO STEP 288 (remove_files) COMPLETE
49332024-09-23T17:49:49.141Z[ recovery-image] Sep 23 17:49:47.074 INFO O| Sep 23 17:49:47.074 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-09-23T17:49:49.149Z[ recovery-image] Sep 23 17:49:47.083 INFO O| Sep 23 17:49:47.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49352024-09-23T17:49:49.149Z[ recovery-image] Sep 23 17:49:47.083 INFO O| Sep 23 17:49:47.083 INFO STEP 289 (remove_files) COMPLETE
49362024-09-23T17:49:49.149Z[ recovery-image] Sep 23 17:49:47.083 INFO O| Sep 23 17:49:47.083 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-09-23T17:49:49.159Z[ recovery-image] Sep 23 17:49:47.093 INFO O| Sep 23 17:49:47.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49382024-09-23T17:49:49.159Z[ recovery-image] Sep 23 17:49:47.093 INFO O| Sep 23 17:49:47.093 INFO STEP 290 (remove_files) COMPLETE
49392024-09-23T17:49:49.159Z[ recovery-image] Sep 23 17:49:47.093 INFO O| Sep 23 17:49:47.093 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-09-23T17:49:49.169Z[ recovery-image] Sep 23 17:49:47.103 INFO O| Sep 23 17:49:47.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49412024-09-23T17:49:49.169Z[ recovery-image] Sep 23 17:49:47.103 INFO O| Sep 23 17:49:47.103 INFO STEP 291 (remove_files) COMPLETE
49422024-09-23T17:49:49.172Z[ recovery-image] Sep 23 17:49:47.104 INFO O| Sep 23 17:49:47.103 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-09-23T17:49:49.178Z[ recovery-image] Sep 23 17:49:47.113 INFO O| Sep 23 17:49:47.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49442024-09-23T17:49:49.178Z[ recovery-image] Sep 23 17:49:47.113 INFO O| Sep 23 17:49:47.113 INFO STEP 292 (remove_files) COMPLETE
49452024-09-23T17:49:49.178Z[ recovery-image] Sep 23 17:49:47.113 INFO O| Sep 23 17:49:47.113 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-09-23T17:49:49.189Z[ recovery-image] Sep 23 17:49:47.123 INFO O| Sep 23 17:49:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49472024-09-23T17:49:49.189Z[ recovery-image] Sep 23 17:49:47.123 INFO O| Sep 23 17:49:47.123 INFO STEP 293 (remove_files) COMPLETE
49482024-09-23T17:49:49.189Z[ recovery-image] Sep 23 17:49:47.123 INFO O| Sep 23 17:49:47.123 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-09-23T17:49:49.197Z[ recovery-image] Sep 23 17:49:47.132 INFO O| Sep 23 17:49:47.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49502024-09-23T17:49:49.200Z[ recovery-image] Sep 23 17:49:47.132 INFO O| Sep 23 17:49:47.132 INFO STEP 294 (remove_files) COMPLETE
49512024-09-23T17:49:49.200Z[ recovery-image] Sep 23 17:49:47.132 INFO O| Sep 23 17:49:47.132 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-09-23T17:49:49.209Z[ recovery-image] Sep 23 17:49:47.144 INFO O| Sep 23 17:49:47.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49532024-09-23T17:49:49.211Z[ recovery-image] Sep 23 17:49:47.144 INFO O| Sep 23 17:49:47.144 INFO STEP 295 (remove_files) COMPLETE
49542024-09-23T17:49:49.211Z[ recovery-image] Sep 23 17:49:47.144 INFO O| Sep 23 17:49:47.144 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-09-23T17:49:49.220Z[ recovery-image] Sep 23 17:49:47.155 INFO O| Sep 23 17:49:47.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49562024-09-23T17:49:49.221Z[ recovery-image] Sep 23 17:49:47.155 INFO O| Sep 23 17:49:47.155 INFO STEP 296 (remove_files) COMPLETE
49572024-09-23T17:49:49.223Z[ recovery-image] Sep 23 17:49:47.155 INFO O| Sep 23 17:49:47.155 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-09-23T17:49:49.231Z[ recovery-image] Sep 23 17:49:47.166 INFO O| Sep 23 17:49:47.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49592024-09-23T17:49:49.231Z[ recovery-image] Sep 23 17:49:47.166 INFO O| Sep 23 17:49:47.166 INFO STEP 297 (remove_files) COMPLETE
49602024-09-23T17:49:49.234Z[ recovery-image] Sep 23 17:49:47.166 INFO O| Sep 23 17:49:47.166 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-09-23T17:49:49.241Z[ recovery-image] Sep 23 17:49:47.176 INFO O| Sep 23 17:49:47.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49622024-09-23T17:49:49.244Z[ recovery-image] Sep 23 17:49:47.176 INFO O| Sep 23 17:49:47.176 INFO STEP 298 (remove_files) COMPLETE
49632024-09-23T17:49:49.244Z[ recovery-image] Sep 23 17:49:47.176 INFO O| Sep 23 17:49:47.176 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-09-23T17:49:49.251Z[ recovery-image] Sep 23 17:49:47.186 INFO O| Sep 23 17:49:47.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49652024-09-23T17:49:49.251Z[ recovery-image] Sep 23 17:49:47.186 INFO O| Sep 23 17:49:47.186 INFO STEP 299 (remove_files) COMPLETE
49662024-09-23T17:49:49.254Z[ recovery-image] Sep 23 17:49:47.186 INFO O| Sep 23 17:49:47.186 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-09-23T17:49:49.261Z[ recovery-image] Sep 23 17:49:47.196 INFO O| Sep 23 17:49:47.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49682024-09-23T17:49:49.261Z[ recovery-image] Sep 23 17:49:47.196 INFO O| Sep 23 17:49:47.196 INFO STEP 300 (remove_files) COMPLETE
49692024-09-23T17:49:49.264Z[ recovery-image] Sep 23 17:49:47.196 INFO O| Sep 23 17:49:47.196 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-09-23T17:49:49.271Z[ recovery-image] Sep 23 17:49:47.206 INFO O| Sep 23 17:49:47.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49712024-09-23T17:49:49.271Z[ recovery-image] Sep 23 17:49:47.206 INFO O| Sep 23 17:49:47.206 INFO STEP 301 (remove_files) COMPLETE
49722024-09-23T17:49:49.273Z[ recovery-image] Sep 23 17:49:47.206 INFO O| Sep 23 17:49:47.206 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-09-23T17:49:49.281Z[ recovery-image] Sep 23 17:49:47.216 INFO O| Sep 23 17:49:47.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49742024-09-23T17:49:49.281Z[ recovery-image] Sep 23 17:49:47.216 INFO O| Sep 23 17:49:47.216 INFO STEP 302 (remove_files) COMPLETE
49752024-09-23T17:49:49.284Z[ recovery-image] Sep 23 17:49:47.216 INFO O| Sep 23 17:49:47.216 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-09-23T17:49:49.290Z[ recovery-image] Sep 23 17:49:47.225 INFO O| Sep 23 17:49:47.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49772024-09-23T17:49:49.290Z[ recovery-image] Sep 23 17:49:47.225 INFO O| Sep 23 17:49:47.225 INFO STEP 303 (remove_files) COMPLETE
49782024-09-23T17:49:49.293Z[ recovery-image] Sep 23 17:49:47.225 INFO O| Sep 23 17:49:47.225 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-09-23T17:49:49.300Z[ recovery-image] Sep 23 17:49:47.235 INFO O| Sep 23 17:49:47.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49802024-09-23T17:49:49.300Z[ recovery-image] Sep 23 17:49:47.235 INFO O| Sep 23 17:49:47.235 INFO STEP 304 (remove_files) COMPLETE
49812024-09-23T17:49:49.302Z[ recovery-image] Sep 23 17:49:47.235 INFO O| Sep 23 17:49:47.235 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-09-23T17:49:49.311Z[ recovery-image] Sep 23 17:49:47.246 INFO O| Sep 23 17:49:47.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49832024-09-23T17:49:49.311Z[ recovery-image] Sep 23 17:49:47.246 INFO O| Sep 23 17:49:47.246 INFO STEP 305 (remove_files) COMPLETE
49842024-09-23T17:49:49.311Z[ recovery-image] Sep 23 17:49:47.246 INFO O| Sep 23 17:49:47.246 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-09-23T17:49:49.320Z[ recovery-image] Sep 23 17:49:47.255 INFO O| Sep 23 17:49:47.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49862024-09-23T17:49:49.323Z[ recovery-image] Sep 23 17:49:47.255 INFO O| Sep 23 17:49:47.255 INFO STEP 306 (remove_files) COMPLETE
49872024-09-23T17:49:49.323Z[ recovery-image] Sep 23 17:49:47.255 INFO O| Sep 23 17:49:47.255 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-09-23T17:49:49.330Z[ recovery-image] Sep 23 17:49:47.265 INFO O| Sep 23 17:49:47.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49892024-09-23T17:49:49.330Z[ recovery-image] Sep 23 17:49:47.265 INFO O| Sep 23 17:49:47.265 INFO STEP 307 (remove_files) COMPLETE
49902024-09-23T17:49:49.330Z[ recovery-image] Sep 23 17:49:47.265 INFO O| Sep 23 17:49:47.265 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-09-23T17:49:49.340Z[ recovery-image] Sep 23 17:49:47.275 INFO O| Sep 23 17:49:47.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49922024-09-23T17:49:49.340Z[ recovery-image] Sep 23 17:49:47.275 INFO O| Sep 23 17:49:47.275 INFO STEP 308 (remove_files) COMPLETE
49932024-09-23T17:49:49.342Z[ recovery-image] Sep 23 17:49:47.275 INFO O| Sep 23 17:49:47.275 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-23T17:49:49.350Z[ recovery-image] Sep 23 17:49:47.284 INFO O| Sep 23 17:49:47.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49952024-09-23T17:49:49.352Z[ recovery-image] Sep 23 17:49:47.284 INFO O| Sep 23 17:49:47.284 INFO STEP 309 (remove_files) COMPLETE
49962024-09-23T17:49:49.352Z[ recovery-image] Sep 23 17:49:47.284 INFO O| Sep 23 17:49:47.284 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-23T17:49:49.359Z[ recovery-image] Sep 23 17:49:47.294 INFO O| Sep 23 17:49:47.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49982024-09-23T17:49:49.361Z[ recovery-image] Sep 23 17:49:47.294 INFO O| Sep 23 17:49:47.294 INFO STEP 310 (remove_files) COMPLETE
49992024-09-23T17:49:49.361Z[ recovery-image] Sep 23 17:49:47.294 INFO O| Sep 23 17:49:47.294 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-09-23T17:49:49.369Z[ recovery-image] Sep 23 17:49:47.304 INFO O| Sep 23 17:49:47.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50012024-09-23T17:49:49.371Z[ recovery-image] Sep 23 17:49:47.304 INFO O| Sep 23 17:49:47.304 INFO STEP 311 (remove_files) COMPLETE
50022024-09-23T17:49:49.371Z[ recovery-image] Sep 23 17:49:47.304 INFO O| Sep 23 17:49:47.304 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-09-23T17:49:49.383Z[ recovery-image] Sep 23 17:49:47.313 INFO O| Sep 23 17:49:47.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50042024-09-23T17:49:49.383Z[ recovery-image] Sep 23 17:49:47.313 INFO O| Sep 23 17:49:47.313 INFO STEP 312 (remove_files) COMPLETE
50052024-09-23T17:49:49.386Z[ recovery-image] Sep 23 17:49:47.313 INFO O| Sep 23 17:49:47.313 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-09-23T17:49:49.389Z[ recovery-image] Sep 23 17:49:47.323 INFO O| Sep 23 17:49:47.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50072024-09-23T17:49:49.389Z[ recovery-image] Sep 23 17:49:47.323 INFO O| Sep 23 17:49:47.323 INFO STEP 313 (remove_files) COMPLETE
50082024-09-23T17:49:49.389Z[ recovery-image] Sep 23 17:49:47.323 INFO O| Sep 23 17:49:47.323 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-09-23T17:49:49.398Z[ recovery-image] Sep 23 17:49:47.333 INFO O| Sep 23 17:49:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50102024-09-23T17:49:49.400Z[ recovery-image] Sep 23 17:49:47.333 INFO O| Sep 23 17:49:47.333 INFO STEP 314 (remove_files) COMPLETE
50112024-09-23T17:49:49.401Z[ recovery-image] Sep 23 17:49:47.333 INFO O| Sep 23 17:49:47.333 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-09-23T17:49:49.408Z[ recovery-image] Sep 23 17:49:47.342 INFO O| Sep 23 17:49:47.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50132024-09-23T17:49:49.408Z[ recovery-image] Sep 23 17:49:47.343 INFO O| Sep 23 17:49:47.342 INFO STEP 315 (remove_files) COMPLETE
50142024-09-23T17:49:49.410Z[ recovery-image] Sep 23 17:49:47.343 INFO O| Sep 23 17:49:47.343 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-23T17:49:49.419Z[ recovery-image] Sep 23 17:49:47.352 INFO O| Sep 23 17:49:47.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50162024-09-23T17:49:49.423Z[ recovery-image] Sep 23 17:49:47.352 INFO O| Sep 23 17:49:47.352 INFO STEP 316 (remove_files) COMPLETE
50172024-09-23T17:49:49.423Z[ recovery-image] Sep 23 17:49:47.352 INFO O| Sep 23 17:49:47.352 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-23T17:49:49.427Z[ recovery-image] Sep 23 17:49:47.362 INFO O| Sep 23 17:49:47.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50192024-09-23T17:49:49.427Z[ recovery-image] Sep 23 17:49:47.362 INFO O| Sep 23 17:49:47.362 INFO STEP 317 (remove_files) COMPLETE
50202024-09-23T17:49:49.429Z[ recovery-image] Sep 23 17:49:47.362 INFO O| Sep 23 17:49:47.362 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-23T17:49:49.437Z[ recovery-image] Sep 23 17:49:47.371 INFO O| Sep 23 17:49:47.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50222024-09-23T17:49:49.437Z[ recovery-image] Sep 23 17:49:47.371 INFO O| Sep 23 17:49:47.371 INFO STEP 318 (remove_files) COMPLETE
50232024-09-23T17:49:49.439Z[ recovery-image] Sep 23 17:49:47.371 INFO O| Sep 23 17:49:47.371 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-23T17:49:49.446Z[ recovery-image] Sep 23 17:49:47.381 INFO O| Sep 23 17:49:47.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50252024-09-23T17:49:49.449Z[ recovery-image] Sep 23 17:49:47.381 INFO O| Sep 23 17:49:47.381 INFO STEP 319 (remove_files) COMPLETE
50262024-09-23T17:49:49.449Z[ recovery-image] Sep 23 17:49:47.381 INFO O| Sep 23 17:49:47.381 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-23T17:49:49.456Z[ recovery-image] Sep 23 17:49:47.391 INFO O| Sep 23 17:49:47.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50282024-09-23T17:49:49.456Z[ recovery-image] Sep 23 17:49:47.391 INFO O| Sep 23 17:49:47.391 INFO STEP 320 (remove_files) COMPLETE
50292024-09-23T17:49:49.459Z[ recovery-image] Sep 23 17:49:47.391 INFO O| Sep 23 17:49:47.391 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-23T17:49:49.466Z[ recovery-image] Sep 23 17:49:47.401 INFO O| Sep 23 17:49:47.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50312024-09-23T17:49:49.466Z[ recovery-image] Sep 23 17:49:47.401 INFO O| Sep 23 17:49:47.401 INFO STEP 321 (remove_files) COMPLETE
50322024-09-23T17:49:49.469Z[ recovery-image] Sep 23 17:49:47.401 INFO O| Sep 23 17:49:47.401 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-23T17:49:49.476Z[ recovery-image] Sep 23 17:49:47.411 INFO O| Sep 23 17:49:47.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50342024-09-23T17:49:49.476Z[ recovery-image] Sep 23 17:49:47.411 INFO O| Sep 23 17:49:47.411 INFO STEP 322 (remove_files) COMPLETE
50352024-09-23T17:49:49.479Z[ recovery-image] Sep 23 17:49:47.411 INFO O| Sep 23 17:49:47.411 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-23T17:49:49.487Z[ recovery-image] Sep 23 17:49:47.422 INFO O| Sep 23 17:49:47.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50372024-09-23T17:49:49.487Z[ recovery-image] Sep 23 17:49:47.422 INFO O| Sep 23 17:49:47.422 INFO STEP 323 (remove_files) COMPLETE
50382024-09-23T17:49:49.490Z[ recovery-image] Sep 23 17:49:47.422 INFO O| Sep 23 17:49:47.422 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-23T17:49:49.498Z[ recovery-image] Sep 23 17:49:47.432 INFO O| Sep 23 17:49:47.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50402024-09-23T17:49:49.498Z[ recovery-image] Sep 23 17:49:47.433 INFO O| Sep 23 17:49:47.433 INFO STEP 324 (remove_files) COMPLETE
50412024-09-23T17:49:49.498Z[ recovery-image] Sep 23 17:49:47.433 INFO O| Sep 23 17:49:47.433 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-09-23T17:49:49.508Z[ recovery-image] Sep 23 17:49:47.443 INFO O| Sep 23 17:49:47.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50432024-09-23T17:49:49.508Z[ recovery-image] Sep 23 17:49:47.443 INFO O| Sep 23 17:49:47.443 INFO STEP 325 (remove_files) COMPLETE
50442024-09-23T17:49:49.508Z[ recovery-image] Sep 23 17:49:47.443 INFO O| Sep 23 17:49:47.443 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-09-23T17:49:49.518Z[ recovery-image] Sep 23 17:49:47.453 INFO O| Sep 23 17:49:47.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50462024-09-23T17:49:49.518Z[ recovery-image] Sep 23 17:49:47.453 INFO O| Sep 23 17:49:47.453 INFO STEP 326 (remove_files) COMPLETE
50472024-09-23T17:49:49.518Z[ recovery-image] Sep 23 17:49:47.453 INFO O| Sep 23 17:49:47.453 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-09-23T17:49:49.528Z[ recovery-image] Sep 23 17:49:47.463 INFO O| Sep 23 17:49:47.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50492024-09-23T17:49:49.528Z[ recovery-image] Sep 23 17:49:47.463 INFO O| Sep 23 17:49:47.463 INFO STEP 327 (remove_files) COMPLETE
50502024-09-23T17:49:49.528Z[ recovery-image] Sep 23 17:49:47.463 INFO O| Sep 23 17:49:47.463 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-09-23T17:49:49.538Z[ recovery-image] Sep 23 17:49:47.473 INFO O| Sep 23 17:49:47.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50522024-09-23T17:49:49.538Z[ recovery-image] Sep 23 17:49:47.473 INFO O| Sep 23 17:49:47.473 INFO STEP 328 (remove_files) COMPLETE
50532024-09-23T17:49:49.541Z[ recovery-image] Sep 23 17:49:47.473 INFO O| Sep 23 17:49:47.473 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-23T17:49:49.548Z[ recovery-image] Sep 23 17:49:47.482 INFO O| Sep 23 17:49:47.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50552024-09-23T17:49:49.548Z[ recovery-image] Sep 23 17:49:47.483 INFO O| Sep 23 17:49:47.483 INFO STEP 329 (remove_files) COMPLETE
50562024-09-23T17:49:49.548Z[ recovery-image] Sep 23 17:49:47.483 INFO O| Sep 23 17:49:47.483 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-23T17:49:49.557Z[ recovery-image] Sep 23 17:49:47.492 INFO O| Sep 23 17:49:47.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50582024-09-23T17:49:49.557Z[ recovery-image] Sep 23 17:49:47.492 INFO O| Sep 23 17:49:47.492 INFO STEP 330 (remove_files) COMPLETE
50592024-09-23T17:49:49.560Z[ recovery-image] Sep 23 17:49:47.492 INFO O| Sep 23 17:49:47.492 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-23T17:49:49.567Z[ recovery-image] Sep 23 17:49:47.502 INFO O| Sep 23 17:49:47.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50612024-09-23T17:49:49.567Z[ recovery-image] Sep 23 17:49:47.502 INFO O| Sep 23 17:49:47.502 INFO STEP 331 (remove_files) COMPLETE
50622024-09-23T17:49:49.567Z[ recovery-image] Sep 23 17:49:47.502 INFO O| Sep 23 17:49:47.502 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-23T17:49:49.577Z[ recovery-image] Sep 23 17:49:47.512 INFO O| Sep 23 17:49:47.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50642024-09-23T17:49:49.577Z[ recovery-image] Sep 23 17:49:47.512 INFO O| Sep 23 17:49:47.512 INFO STEP 332 (remove_files) COMPLETE
50652024-09-23T17:49:49.577Z[ recovery-image] Sep 23 17:49:47.512 INFO O| Sep 23 17:49:47.512 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-23T17:49:49.587Z[ recovery-image] Sep 23 17:49:47.522 INFO O| Sep 23 17:49:47.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50672024-09-23T17:49:49.587Z[ recovery-image] Sep 23 17:49:47.522 INFO O| Sep 23 17:49:47.522 INFO STEP 333 (remove_files) COMPLETE
50682024-09-23T17:49:49.590Z[ recovery-image] Sep 23 17:49:47.522 INFO O| Sep 23 17:49:47.522 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-23T17:49:49.597Z[ recovery-image] Sep 23 17:49:47.532 INFO O| Sep 23 17:49:47.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50702024-09-23T17:49:49.600Z[ recovery-image] Sep 23 17:49:47.532 INFO O| Sep 23 17:49:47.532 INFO STEP 334 (remove_files) COMPLETE
50712024-09-23T17:49:49.600Z[ recovery-image] Sep 23 17:49:47.532 INFO O| Sep 23 17:49:47.532 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-09-23T17:49:49.606Z[ recovery-image] Sep 23 17:49:47.541 INFO O| Sep 23 17:49:47.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50732024-09-23T17:49:49.609Z[ recovery-image] Sep 23 17:49:47.541 INFO O| Sep 23 17:49:47.541 INFO STEP 335 (remove_files) COMPLETE
50742024-09-23T17:49:49.609Z[ recovery-image] Sep 23 17:49:47.541 INFO O| Sep 23 17:49:47.541 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-09-23T17:49:49.616Z[ recovery-image] Sep 23 17:49:47.551 INFO O| Sep 23 17:49:47.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50762024-09-23T17:49:49.616Z[ recovery-image] Sep 23 17:49:47.551 INFO O| Sep 23 17:49:47.551 INFO STEP 336 (remove_files) COMPLETE
50772024-09-23T17:49:49.616Z[ recovery-image] Sep 23 17:49:47.551 INFO O| Sep 23 17:49:47.551 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-09-23T17:49:49.626Z[ recovery-image] Sep 23 17:49:47.561 INFO O| Sep 23 17:49:47.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50792024-09-23T17:49:49.626Z[ recovery-image] Sep 23 17:49:47.561 INFO O| Sep 23 17:49:47.561 INFO STEP 337 (remove_files) COMPLETE
50802024-09-23T17:49:49.629Z[ recovery-image] Sep 23 17:49:47.561 INFO O| Sep 23 17:49:47.561 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-09-23T17:49:49.636Z[ recovery-image] Sep 23 17:49:47.571 INFO O| Sep 23 17:49:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50822024-09-23T17:49:49.639Z[ recovery-image] Sep 23 17:49:47.571 INFO O| Sep 23 17:49:47.571 INFO STEP 338 (remove_files) COMPLETE
50832024-09-23T17:49:49.639Z[ recovery-image] Sep 23 17:49:47.571 INFO O| Sep 23 17:49:47.571 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-09-23T17:49:49.646Z[ recovery-image] Sep 23 17:49:47.581 INFO O| Sep 23 17:49:47.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50852024-09-23T17:49:49.646Z[ recovery-image] Sep 23 17:49:47.581 INFO O| Sep 23 17:49:47.581 INFO STEP 339 (remove_files) COMPLETE
50862024-09-23T17:49:49.649Z[ recovery-image] Sep 23 17:49:47.581 INFO O| Sep 23 17:49:47.581 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-09-23T17:49:49.656Z[ recovery-image] Sep 23 17:49:47.590 INFO O| Sep 23 17:49:47.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50882024-09-23T17:49:49.656Z[ recovery-image] Sep 23 17:49:47.591 INFO O| Sep 23 17:49:47.591 INFO STEP 340 (remove_files) COMPLETE
50892024-09-23T17:49:49.656Z[ recovery-image] Sep 23 17:49:47.591 INFO O| Sep 23 17:49:47.591 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-23T17:49:49.666Z[ recovery-image] Sep 23 17:49:47.600 INFO O| Sep 23 17:49:47.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50912024-09-23T17:49:49.666Z[ recovery-image] Sep 23 17:49:47.600 INFO O| Sep 23 17:49:47.600 INFO STEP 341 (remove_files) COMPLETE
50922024-09-23T17:49:49.666Z[ recovery-image] Sep 23 17:49:47.600 INFO O| Sep 23 17:49:47.600 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-23T17:49:49.675Z[ recovery-image] Sep 23 17:49:47.610 INFO O| Sep 23 17:49:47.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50942024-09-23T17:49:49.675Z[ recovery-image] Sep 23 17:49:47.610 INFO O| Sep 23 17:49:47.610 INFO STEP 342 (remove_files) COMPLETE
50952024-09-23T17:49:49.678Z[ recovery-image] Sep 23 17:49:47.610 INFO O| Sep 23 17:49:47.610 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-23T17:49:49.685Z[ recovery-image] Sep 23 17:49:47.620 INFO O| Sep 23 17:49:47.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50972024-09-23T17:49:49.685Z[ recovery-image] Sep 23 17:49:47.620 INFO O| Sep 23 17:49:47.620 INFO STEP 343 (remove_files) COMPLETE
50982024-09-23T17:49:49.687Z[ recovery-image] Sep 23 17:49:47.620 INFO O| Sep 23 17:49:47.620 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-23T17:49:49.695Z[ recovery-image] Sep 23 17:49:47.629 INFO O| Sep 23 17:49:47.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51002024-09-23T17:49:49.695Z[ recovery-image] Sep 23 17:49:47.630 INFO O| Sep 23 17:49:47.630 INFO STEP 344 (remove_files) COMPLETE
51012024-09-23T17:49:49.697Z[ recovery-image] Sep 23 17:49:47.630 INFO O| Sep 23 17:49:47.630 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-23T17:49:49.705Z[ recovery-image] Sep 23 17:49:47.640 INFO O| Sep 23 17:49:47.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51032024-09-23T17:49:49.705Z[ recovery-image] Sep 23 17:49:47.640 INFO O| Sep 23 17:49:47.640 INFO STEP 345 (remove_files) COMPLETE
51042024-09-23T17:49:49.705Z[ recovery-image] Sep 23 17:49:47.640 INFO O| Sep 23 17:49:47.640 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-23T17:49:49.714Z[ recovery-image] Sep 23 17:49:47.649 INFO O| Sep 23 17:49:47.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51062024-09-23T17:49:49.717Z[ recovery-image] Sep 23 17:49:47.649 INFO O| Sep 23 17:49:47.649 INFO STEP 346 (remove_files) COMPLETE
51072024-09-23T17:49:49.717Z[ recovery-image] Sep 23 17:49:47.649 INFO O| Sep 23 17:49:47.649 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-23T17:49:49.724Z[ recovery-image] Sep 23 17:49:47.659 INFO O| Sep 23 17:49:47.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51092024-09-23T17:49:49.727Z[ recovery-image] Sep 23 17:49:47.659 INFO O| Sep 23 17:49:47.659 INFO STEP 347 (remove_files) COMPLETE
51102024-09-23T17:49:49.727Z[ recovery-image] Sep 23 17:49:47.659 INFO O| Sep 23 17:49:47.659 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-09-23T17:49:49.734Z[ recovery-image] Sep 23 17:49:47.669 INFO O| Sep 23 17:49:47.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51122024-09-23T17:49:49.734Z[ recovery-image] Sep 23 17:49:47.669 INFO O| Sep 23 17:49:47.669 INFO STEP 348 (remove_files) COMPLETE
51132024-09-23T17:49:49.737Z[ recovery-image] Sep 23 17:49:47.669 INFO O| Sep 23 17:49:47.669 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-09-23T17:49:49.744Z[ recovery-image] Sep 23 17:49:47.679 INFO O| Sep 23 17:49:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51152024-09-23T17:49:49.744Z[ recovery-image] Sep 23 17:49:47.679 INFO O| Sep 23 17:49:47.679 INFO STEP 349 (remove_files) COMPLETE
51162024-09-23T17:49:49.746Z[ recovery-image] Sep 23 17:49:47.679 INFO O| Sep 23 17:49:47.679 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-09-23T17:49:49.753Z[ recovery-image] Sep 23 17:49:47.688 INFO O| Sep 23 17:49:47.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51182024-09-23T17:49:49.756Z[ recovery-image] Sep 23 17:49:47.688 INFO O| Sep 23 17:49:47.688 INFO STEP 350 (remove_files) COMPLETE
51192024-09-23T17:49:49.756Z[ recovery-image] Sep 23 17:49:47.688 INFO O| Sep 23 17:49:47.688 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-09-23T17:49:49.763Z[ recovery-image] Sep 23 17:49:47.698 INFO O| Sep 23 17:49:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51212024-09-23T17:49:49.763Z[ recovery-image] Sep 23 17:49:47.698 INFO O| Sep 23 17:49:47.698 INFO STEP 351 (remove_files) COMPLETE
51222024-09-23T17:49:49.763Z[ recovery-image] Sep 23 17:49:47.698 INFO O| Sep 23 17:49:47.698 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-09-23T17:49:49.773Z[ recovery-image] Sep 23 17:49:47.707 INFO O| Sep 23 17:49:47.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51242024-09-23T17:49:49.773Z[ recovery-image] Sep 23 17:49:47.707 INFO O| Sep 23 17:49:47.707 INFO STEP 352 (remove_files) COMPLETE
51252024-09-23T17:49:49.773Z[ recovery-image] Sep 23 17:49:47.707 INFO O| Sep 23 17:49:47.707 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-09-23T17:49:49.782Z[ recovery-image] Sep 23 17:49:47.717 INFO O| Sep 23 17:49:47.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51272024-09-23T17:49:49.782Z[ recovery-image] Sep 23 17:49:47.717 INFO O| Sep 23 17:49:47.717 INFO STEP 353 (remove_files) COMPLETE
51282024-09-23T17:49:49.785Z[ recovery-image] Sep 23 17:49:47.717 INFO O| Sep 23 17:49:47.717 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-23T17:49:49.792Z[ recovery-image] Sep 23 17:49:47.726 INFO O| Sep 23 17:49:47.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51302024-09-23T17:49:49.794Z[ recovery-image] Sep 23 17:49:47.726 INFO O| Sep 23 17:49:47.726 INFO STEP 354 (remove_files) COMPLETE
51312024-09-23T17:49:49.794Z[ recovery-image] Sep 23 17:49:47.726 INFO O| Sep 23 17:49:47.726 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-09-23T17:49:49.801Z[ recovery-image] Sep 23 17:49:47.736 INFO O| Sep 23 17:49:47.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51332024-09-23T17:49:49.801Z[ recovery-image] Sep 23 17:49:47.736 INFO O| Sep 23 17:49:47.736 INFO STEP 355 (remove_files) COMPLETE
51342024-09-23T17:49:49.801Z[ recovery-image] Sep 23 17:49:47.736 INFO O| Sep 23 17:49:47.736 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-09-23T17:49:49.810Z[ recovery-image] Sep 23 17:49:47.745 INFO O| Sep 23 17:49:47.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51362024-09-23T17:49:49.810Z[ recovery-image] Sep 23 17:49:47.745 INFO O| Sep 23 17:49:47.745 INFO STEP 356 (remove_files) COMPLETE
51372024-09-23T17:49:49.813Z[ recovery-image] Sep 23 17:49:47.745 INFO O| Sep 23 17:49:47.745 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-09-23T17:49:49.820Z[ recovery-image] Sep 23 17:49:47.754 INFO O| Sep 23 17:49:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51392024-09-23T17:49:49.820Z[ recovery-image] Sep 23 17:49:47.754 INFO O| Sep 23 17:49:47.754 INFO STEP 357 (remove_files) COMPLETE
51402024-09-23T17:49:49.820Z[ recovery-image] Sep 23 17:49:47.754 INFO O| Sep 23 17:49:47.754 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-09-23T17:49:49.829Z[ recovery-image] Sep 23 17:49:47.764 INFO O| Sep 23 17:49:47.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51422024-09-23T17:49:49.829Z[ recovery-image] Sep 23 17:49:47.764 INFO O| Sep 23 17:49:47.764 INFO STEP 358 (remove_files) COMPLETE
51432024-09-23T17:49:49.829Z[ recovery-image] Sep 23 17:49:47.764 INFO O| Sep 23 17:49:47.764 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-23T17:49:49.838Z[ recovery-image] Sep 23 17:49:47.773 INFO O| Sep 23 17:49:47.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51452024-09-23T17:49:49.839Z[ recovery-image] Sep 23 17:49:47.773 INFO O| Sep 23 17:49:47.773 INFO STEP 359 (remove_files) COMPLETE
51462024-09-23T17:49:49.841Z[ recovery-image] Sep 23 17:49:47.773 INFO O| Sep 23 17:49:47.773 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-09-23T17:49:49.848Z[ recovery-image] Sep 23 17:49:47.783 INFO O| Sep 23 17:49:47.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51482024-09-23T17:49:49.848Z[ recovery-image] Sep 23 17:49:47.783 INFO O| Sep 23 17:49:47.783 INFO STEP 360 (remove_files) COMPLETE
51492024-09-23T17:49:49.850Z[ recovery-image] Sep 23 17:49:47.783 INFO O| Sep 23 17:49:47.783 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-09-23T17:49:49.857Z[ recovery-image] Sep 23 17:49:47.792 INFO O| Sep 23 17:49:47.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51512024-09-23T17:49:49.857Z[ recovery-image] Sep 23 17:49:47.792 INFO O| Sep 23 17:49:47.792 INFO STEP 361 (remove_files) COMPLETE
51522024-09-23T17:49:49.857Z[ recovery-image] Sep 23 17:49:47.792 INFO O| Sep 23 17:49:47.792 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-09-23T17:49:49.866Z[ recovery-image] Sep 23 17:49:47.801 INFO O| Sep 23 17:49:47.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51542024-09-23T17:49:49.869Z[ recovery-image] Sep 23 17:49:47.801 INFO O| Sep 23 17:49:47.801 INFO STEP 362 (remove_files) COMPLETE
51552024-09-23T17:49:49.869Z[ recovery-image] Sep 23 17:49:47.801 INFO O| Sep 23 17:49:47.801 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-09-23T17:49:49.876Z[ recovery-image] Sep 23 17:49:47.811 INFO O| Sep 23 17:49:47.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51572024-09-23T17:49:49.876Z[ recovery-image] Sep 23 17:49:47.811 INFO O| Sep 23 17:49:47.811 INFO STEP 363 (remove_files) COMPLETE
51582024-09-23T17:49:49.878Z[ recovery-image] Sep 23 17:49:47.811 INFO O| Sep 23 17:49:47.811 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-09-23T17:49:49.885Z[ recovery-image] Sep 23 17:49:47.820 INFO O| Sep 23 17:49:47.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51602024-09-23T17:49:49.885Z[ recovery-image] Sep 23 17:49:47.820 INFO O| Sep 23 17:49:47.820 INFO STEP 364 (remove_files) COMPLETE
51612024-09-23T17:49:49.888Z[ recovery-image] Sep 23 17:49:47.820 INFO O| Sep 23 17:49:47.820 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-09-23T17:49:49.895Z[ recovery-image] Sep 23 17:49:47.829 INFO O| Sep 23 17:49:47.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51632024-09-23T17:49:49.895Z[ recovery-image] Sep 23 17:49:47.829 INFO O| Sep 23 17:49:47.829 INFO STEP 365 (remove_files) COMPLETE
51642024-09-23T17:49:49.897Z[ recovery-image] Sep 23 17:49:47.829 INFO O| Sep 23 17:49:47.829 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-23T17:49:49.904Z[ recovery-image] Sep 23 17:49:47.839 INFO O| Sep 23 17:49:47.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51662024-09-23T17:49:49.904Z[ recovery-image] Sep 23 17:49:47.839 INFO O| Sep 23 17:49:47.839 INFO STEP 366 (remove_files) COMPLETE
51672024-09-23T17:49:49.904Z[ recovery-image] Sep 23 17:49:47.839 INFO O| Sep 23 17:49:47.839 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-09-23T17:49:49.913Z[ recovery-image] Sep 23 17:49:47.848 INFO O| Sep 23 17:49:47.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51692024-09-23T17:49:49.913Z[ recovery-image] Sep 23 17:49:47.848 INFO O| Sep 23 17:49:47.848 INFO STEP 367 (remove_files) COMPLETE
51702024-09-23T17:49:49.913Z[ recovery-image] Sep 23 17:49:47.848 INFO O| Sep 23 17:49:47.848 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-09-23T17:49:49.922Z[ recovery-image] Sep 23 17:49:47.857 INFO O| Sep 23 17:49:47.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51722024-09-23T17:49:49.923Z[ recovery-image] Sep 23 17:49:47.857 INFO O| Sep 23 17:49:47.857 INFO STEP 368 (remove_files) COMPLETE
51732024-09-23T17:49:49.923Z[ recovery-image] Sep 23 17:49:47.857 INFO O| Sep 23 17:49:47.857 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-23T17:49:49.925Z[ host-image] Sep 23 17:49:47.860 INFO O| Sep 23 17:49:47.860 INFO O| Done
51752024-09-23T17:49:49.932Z[ recovery-image] Sep 23 17:49:47.867 INFO O| Sep 23 17:49:47.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51762024-09-23T17:49:49.932Z[ recovery-image] Sep 23 17:49:47.867 INFO O| Sep 23 17:49:47.867 INFO STEP 369 (remove_files) COMPLETE
51772024-09-23T17:49:49.932Z[ recovery-image] Sep 23 17:49:47.867 INFO O| Sep 23 17:49:47.867 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-09-23T17:49:49.942Z[ recovery-image] Sep 23 17:49:47.876 INFO O| Sep 23 17:49:47.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51792024-09-23T17:49:49.942Z[ recovery-image] Sep 23 17:49:47.876 INFO O| Sep 23 17:49:47.876 INFO STEP 370 (remove_files) COMPLETE
51802024-09-23T17:49:49.942Z[ recovery-image] Sep 23 17:49:47.876 INFO O| Sep 23 17:49:47.876 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-09-23T17:49:49.949Z[ host-image] Sep 23 17:49:47.884 INFO O| Sep 23 17:49:47.884 INFO O| Done
51822024-09-23T17:49:49.952Z[ host-image] Sep 23 17:49:47.884 INFO O| Sep 23 17:49:47.884 INFO O| Done
51832024-09-23T17:49:49.952Z[ recovery-image] Sep 23 17:49:47.886 INFO O| Sep 23 17:49:47.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51842024-09-23T17:49:49.952Z[ recovery-image] Sep 23 17:49:47.886 INFO O| Sep 23 17:49:47.886 INFO STEP 371 (remove_files) COMPLETE
51852024-09-23T17:49:49.953Z[ recovery-image] Sep 23 17:49:47.886 INFO O| Sep 23 17:49:47.886 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-23T17:49:49.961Z[ recovery-image] Sep 23 17:49:47.896 INFO O| Sep 23 17:49:47.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51872024-09-23T17:49:49.961Z[ recovery-image] Sep 23 17:49:47.896 INFO O| Sep 23 17:49:47.896 INFO STEP 372 (remove_files) COMPLETE
51882024-09-23T17:49:49.961Z[ recovery-image] Sep 23 17:49:47.896 INFO O| Sep 23 17:49:47.896 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-23T17:49:49.963Z[ host-image] Sep 23 17:49:47.898 INFO O| Sep 23 17:49:47.898 INFO O| Done
51902024-09-23T17:49:49.972Z[ recovery-image] Sep 23 17:49:47.905 INFO O| Sep 23 17:49:47.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51912024-09-23T17:49:49.972Z[ recovery-image] Sep 23 17:49:47.906 INFO O| Sep 23 17:49:47.905 INFO STEP 373 (remove_files) COMPLETE
51922024-09-23T17:49:49.975Z[ recovery-image] Sep 23 17:49:47.906 INFO O| Sep 23 17:49:47.906 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-09-23T17:49:49.981Z[ recovery-image] Sep 23 17:49:47.916 INFO O| Sep 23 17:49:47.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51942024-09-23T17:49:49.981Z[ recovery-image] Sep 23 17:49:47.916 INFO O| Sep 23 17:49:47.916 INFO STEP 374 (remove_files) COMPLETE
51952024-09-23T17:49:49.981Z[ recovery-image] Sep 23 17:49:47.916 INFO O| Sep 23 17:49:47.916 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-09-23T17:49:49.992Z[ recovery-image] Sep 23 17:49:47.927 INFO O| Sep 23 17:49:47.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51972024-09-23T17:49:49.995Z[ recovery-image] Sep 23 17:49:47.927 INFO O| Sep 23 17:49:47.927 INFO STEP 375 (remove_files) COMPLETE
51982024-09-23T17:49:49.995Z[ recovery-image] Sep 23 17:49:47.927 INFO O| Sep 23 17:49:47.927 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-09-23T17:49:50.002Z[ recovery-image] Sep 23 17:49:47.936 INFO O| Sep 23 17:49:47.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52002024-09-23T17:49:50.005Z[ recovery-image] Sep 23 17:49:47.936 INFO O| Sep 23 17:49:47.936 INFO STEP 376 (remove_files) COMPLETE
52012024-09-23T17:49:50.005Z[ recovery-image] Sep 23 17:49:47.936 INFO O| Sep 23 17:49:47.936 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-09-23T17:49:50.012Z[ recovery-image] Sep 23 17:49:47.946 INFO O| Sep 23 17:49:47.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52032024-09-23T17:49:50.012Z[ recovery-image] Sep 23 17:49:47.946 INFO O| Sep 23 17:49:47.946 INFO STEP 377 (remove_files) COMPLETE
52042024-09-23T17:49:50.012Z[ recovery-image] Sep 23 17:49:47.946 INFO O| Sep 23 17:49:47.946 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-09-23T17:49:50.021Z[ recovery-image] Sep 23 17:49:47.956 INFO O| Sep 23 17:49:47.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52062024-09-23T17:49:50.021Z[ recovery-image] Sep 23 17:49:47.956 INFO O| Sep 23 17:49:47.956 INFO STEP 378 (remove_files) COMPLETE
52072024-09-23T17:49:50.021Z[ recovery-image] Sep 23 17:49:47.956 INFO O| Sep 23 17:49:47.956 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-09-23T17:49:50.031Z[ recovery-image] Sep 23 17:49:47.966 INFO O| Sep 23 17:49:47.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52092024-09-23T17:49:50.031Z[ recovery-image] Sep 23 17:49:47.966 INFO O| Sep 23 17:49:47.966 INFO STEP 379 (remove_files) COMPLETE
52102024-09-23T17:49:50.034Z[ recovery-image] Sep 23 17:49:47.966 INFO O| Sep 23 17:49:47.966 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-09-23T17:49:50.041Z[ recovery-image] Sep 23 17:49:47.976 INFO O| Sep 23 17:49:47.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52122024-09-23T17:49:50.041Z[ recovery-image] Sep 23 17:49:47.976 INFO O| Sep 23 17:49:47.976 INFO STEP 380 (remove_files) COMPLETE
52132024-09-23T17:49:50.044Z[ recovery-image] Sep 23 17:49:47.976 INFO O| Sep 23 17:49:47.976 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-09-23T17:49:50.051Z[ recovery-image] Sep 23 17:49:47.986 INFO O| Sep 23 17:49:47.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52152024-09-23T17:49:50.054Z[ recovery-image] Sep 23 17:49:47.986 INFO O| Sep 23 17:49:47.986 INFO STEP 381 (remove_files) COMPLETE
52162024-09-23T17:49:50.055Z[ recovery-image] Sep 23 17:49:47.986 INFO O| Sep 23 17:49:47.986 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-09-23T17:49:50.061Z[ recovery-image] Sep 23 17:49:47.996 INFO O| Sep 23 17:49:47.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52182024-09-23T17:49:50.061Z[ recovery-image] Sep 23 17:49:47.996 INFO O| Sep 23 17:49:47.996 INFO STEP 382 (remove_files) COMPLETE
52192024-09-23T17:49:50.061Z[ recovery-image] Sep 23 17:49:47.996 INFO O| Sep 23 17:49:47.996 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-09-23T17:49:50.064Z[ host-image] Sep 23 17:49:47.998 INFO O| Sep 23 17:49:47.998 INFO STEP 12 (pkg_install) COMPLETE
52212024-09-23T17:49:50.064Z[ host-image] Sep 23 17:49:47.998 INFO O| Sep 23 17:49:47.998 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
52222024-09-23T17:49:50.072Z[ recovery-image] Sep 23 17:49:48.006 INFO O| Sep 23 17:49:48.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52232024-09-23T17:49:50.072Z[ recovery-image] Sep 23 17:49:48.006 INFO O| Sep 23 17:49:48.006 INFO STEP 383 (remove_files) COMPLETE
52242024-09-23T17:49:50.072Z[ recovery-image] Sep 23 17:49:48.006 INFO O| Sep 23 17:49:48.006 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-23T17:49:50.074Z[ host-image] Sep 23 17:49:48.009 INFO O| Sep 23 17:49:48.009 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
52262024-09-23T17:49:50.082Z[ recovery-image] Sep 23 17:49:48.016 INFO O| Sep 23 17:49:48.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52272024-09-23T17:49:50.084Z[ recovery-image] Sep 23 17:49:48.017 INFO O| Sep 23 17:49:48.017 INFO STEP 384 (remove_files) COMPLETE
52282024-09-23T17:49:50.085Z[ recovery-image] Sep 23 17:49:48.017 INFO O| Sep 23 17:49:48.017 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-09-23T17:49:50.092Z[ recovery-image] Sep 23 17:49:48.027 INFO O| Sep 23 17:49:48.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52302024-09-23T17:49:50.092Z[ recovery-image] Sep 23 17:49:48.027 INFO O| Sep 23 17:49:48.027 INFO STEP 385 (remove_files) COMPLETE
52312024-09-23T17:49:50.096Z[ recovery-image] Sep 23 17:49:48.027 INFO O| Sep 23 17:49:48.027 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-09-23T17:49:50.102Z[ recovery-image] Sep 23 17:49:48.036 INFO O| Sep 23 17:49:48.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52332024-09-23T17:49:50.102Z[ recovery-image] Sep 23 17:49:48.036 INFO O| Sep 23 17:49:48.036 INFO STEP 386 (remove_files) COMPLETE
52342024-09-23T17:49:50.105Z[ recovery-image] Sep 23 17:49:48.036 INFO O| Sep 23 17:49:48.036 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-09-23T17:49:50.111Z[ recovery-image] Sep 23 17:49:48.046 INFO O| Sep 23 17:49:48.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52362024-09-23T17:49:50.114Z[ recovery-image] Sep 23 17:49:48.046 INFO O| Sep 23 17:49:48.046 INFO STEP 387 (remove_files) COMPLETE
52372024-09-23T17:49:50.114Z[ recovery-image] Sep 23 17:49:48.046 INFO O| Sep 23 17:49:48.046 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-09-23T17:49:50.121Z[ recovery-image] Sep 23 17:49:48.056 INFO O| Sep 23 17:49:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52392024-09-23T17:49:50.124Z[ recovery-image] Sep 23 17:49:48.056 INFO O| Sep 23 17:49:48.056 INFO STEP 388 (remove_files) COMPLETE
52402024-09-23T17:49:50.124Z[ recovery-image] Sep 23 17:49:48.056 INFO O| Sep 23 17:49:48.056 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-09-23T17:49:50.131Z[ recovery-image] Sep 23 17:49:48.065 INFO O| Sep 23 17:49:48.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52422024-09-23T17:49:50.131Z[ recovery-image] Sep 23 17:49:48.066 INFO O| Sep 23 17:49:48.066 INFO STEP 389 (remove_files) COMPLETE
52432024-09-23T17:49:50.131Z[ recovery-image] Sep 23 17:49:48.066 INFO O| Sep 23 17:49:48.066 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-09-23T17:49:50.140Z[ recovery-image] Sep 23 17:49:48.075 INFO O| Sep 23 17:49:48.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52452024-09-23T17:49:50.143Z[ recovery-image] Sep 23 17:49:48.075 INFO O| Sep 23 17:49:48.075 INFO STEP 390 (remove_files) COMPLETE
52462024-09-23T17:49:50.143Z[ recovery-image] Sep 23 17:49:48.075 INFO O| Sep 23 17:49:48.075 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-09-23T17:49:50.150Z[ recovery-image] Sep 23 17:49:48.085 INFO O| Sep 23 17:49:48.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52482024-09-23T17:49:50.153Z[ recovery-image] Sep 23 17:49:48.085 INFO O| Sep 23 17:49:48.085 INFO STEP 391 (remove_files) COMPLETE
52492024-09-23T17:49:50.153Z[ recovery-image] Sep 23 17:49:48.085 INFO O| Sep 23 17:49:48.085 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-23T17:49:50.160Z[ recovery-image] Sep 23 17:49:48.094 INFO O| Sep 23 17:49:48.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52512024-09-23T17:49:50.160Z[ recovery-image] Sep 23 17:49:48.094 INFO O| Sep 23 17:49:48.094 INFO STEP 392 (remove_files) COMPLETE
52522024-09-23T17:49:50.160Z[ recovery-image] Sep 23 17:49:48.094 INFO O| Sep 23 17:49:48.094 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-23T17:49:50.170Z[ recovery-image] Sep 23 17:49:48.104 INFO O| Sep 23 17:49:48.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52542024-09-23T17:49:50.170Z[ recovery-image] Sep 23 17:49:48.104 INFO O| Sep 23 17:49:48.104 INFO STEP 393 (remove_files) COMPLETE
52552024-09-23T17:49:50.172Z[ recovery-image] Sep 23 17:49:48.104 INFO O| Sep 23 17:49:48.104 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-23T17:49:50.179Z[ recovery-image] Sep 23 17:49:48.114 INFO O| Sep 23 17:49:48.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52572024-09-23T17:49:50.182Z[ recovery-image] Sep 23 17:49:48.115 INFO O| Sep 23 17:49:48.115 INFO STEP 394 (remove_files) COMPLETE
52582024-09-23T17:49:50.182Z[ recovery-image] Sep 23 17:49:48.115 INFO O| Sep 23 17:49:48.115 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-23T17:49:50.190Z[ recovery-image] Sep 23 17:49:48.124 INFO O| Sep 23 17:49:48.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52602024-09-23T17:49:50.190Z[ recovery-image] Sep 23 17:49:48.124 INFO O| Sep 23 17:49:48.124 INFO STEP 395 (remove_files) COMPLETE
52612024-09-23T17:49:50.190Z[ recovery-image] Sep 23 17:49:48.124 INFO O| Sep 23 17:49:48.124 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-23T17:49:50.199Z[ recovery-image] Sep 23 17:49:48.134 INFO O| Sep 23 17:49:48.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52632024-09-23T17:49:50.202Z[ recovery-image] Sep 23 17:49:48.134 INFO O| Sep 23 17:49:48.134 INFO STEP 396 (remove_files) COMPLETE
52642024-09-23T17:49:50.202Z[ recovery-image] Sep 23 17:49:48.134 INFO O| Sep 23 17:49:48.134 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-23T17:49:50.209Z[ recovery-image] Sep 23 17:49:48.144 INFO O| Sep 23 17:49:48.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52662024-09-23T17:49:50.209Z[ recovery-image] Sep 23 17:49:48.144 INFO O| Sep 23 17:49:48.144 INFO STEP 397 (remove_files) COMPLETE
52672024-09-23T17:49:50.212Z[ recovery-image] Sep 23 17:49:48.144 INFO O| Sep 23 17:49:48.144 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-23T17:49:50.218Z[ recovery-image] Sep 23 17:49:48.153 INFO O| Sep 23 17:49:48.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52692024-09-23T17:49:50.218Z[ recovery-image] Sep 23 17:49:48.153 INFO O| Sep 23 17:49:48.153 INFO STEP 398 (remove_files) COMPLETE
52702024-09-23T17:49:50.218Z[ recovery-image] Sep 23 17:49:48.153 INFO O| Sep 23 17:49:48.153 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-23T17:49:50.229Z[ recovery-image] Sep 23 17:49:48.163 INFO O| Sep 23 17:49:48.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52722024-09-23T17:49:50.231Z[ recovery-image] Sep 23 17:49:48.163 INFO O| Sep 23 17:49:48.163 INFO STEP 399 (remove_files) COMPLETE
52732024-09-23T17:49:50.231Z[ recovery-image] Sep 23 17:49:48.163 INFO O| Sep 23 17:49:48.163 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-23T17:49:50.238Z[ recovery-image] Sep 23 17:49:48.173 INFO O| Sep 23 17:49:48.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52752024-09-23T17:49:50.238Z[ recovery-image] Sep 23 17:49:48.173 INFO O| Sep 23 17:49:48.173 INFO STEP 400 (remove_files) COMPLETE
52762024-09-23T17:49:50.241Z[ recovery-image] Sep 23 17:49:48.173 INFO O| Sep 23 17:49:48.173 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-09-23T17:49:50.257Z[ recovery-image] Sep 23 17:49:48.183 INFO O| Sep 23 17:49:48.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52782024-09-23T17:49:50.257Z[ recovery-image] Sep 23 17:49:48.183 INFO O| Sep 23 17:49:48.183 INFO STEP 401 (remove_files) COMPLETE
52792024-09-23T17:49:50.269Z[ recovery-image] Sep 23 17:49:48.183 INFO O| Sep 23 17:49:48.183 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-09-23T17:49:50.269Z[ recovery-image] Sep 23 17:49:48.193 INFO O| Sep 23 17:49:48.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52812024-09-23T17:49:50.269Z[ recovery-image] Sep 23 17:49:48.193 INFO O| Sep 23 17:49:48.193 INFO STEP 402 (remove_files) COMPLETE
52822024-09-23T17:49:50.269Z[ recovery-image] Sep 23 17:49:48.193 INFO O| Sep 23 17:49:48.193 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-23T17:49:50.272Z[ recovery-image] Sep 23 17:49:48.202 INFO O| Sep 23 17:49:48.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52842024-09-23T17:49:50.272Z[ recovery-image] Sep 23 17:49:48.202 INFO O| Sep 23 17:49:48.202 INFO STEP 403 (remove_files) COMPLETE
52852024-09-23T17:49:50.272Z[ recovery-image] Sep 23 17:49:48.202 INFO O| Sep 23 17:49:48.202 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-09-23T17:49:50.279Z[ recovery-image] Sep 23 17:49:48.212 INFO O| Sep 23 17:49:48.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52872024-09-23T17:49:50.279Z[ recovery-image] Sep 23 17:49:48.212 INFO O| Sep 23 17:49:48.212 INFO STEP 404 (remove_files) COMPLETE
52882024-09-23T17:49:50.282Z[ recovery-image] Sep 23 17:49:48.212 INFO O| Sep 23 17:49:48.212 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-09-23T17:49:50.287Z[ recovery-image] Sep 23 17:49:48.222 INFO O| Sep 23 17:49:48.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52902024-09-23T17:49:50.290Z[ recovery-image] Sep 23 17:49:48.222 INFO O| Sep 23 17:49:48.222 INFO STEP 405 (remove_files) COMPLETE
52912024-09-23T17:49:50.290Z[ recovery-image] Sep 23 17:49:48.222 INFO O| Sep 23 17:49:48.222 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-09-23T17:49:50.297Z[ recovery-image] Sep 23 17:49:48.232 INFO O| Sep 23 17:49:48.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52932024-09-23T17:49:50.297Z[ recovery-image] Sep 23 17:49:48.232 INFO O| Sep 23 17:49:48.232 INFO STEP 406 (remove_files) COMPLETE
52942024-09-23T17:49:50.297Z[ recovery-image] Sep 23 17:49:48.232 INFO O| Sep 23 17:49:48.232 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-09-23T17:49:50.307Z[ recovery-image] Sep 23 17:49:48.241 INFO O| Sep 23 17:49:48.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52962024-09-23T17:49:50.307Z[ recovery-image] Sep 23 17:49:48.241 INFO O| Sep 23 17:49:48.241 INFO STEP 407 (remove_files) COMPLETE
52972024-09-23T17:49:50.307Z[ recovery-image] Sep 23 17:49:48.241 INFO O| Sep 23 17:49:48.241 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-09-23T17:49:50.316Z[ recovery-image] Sep 23 17:49:48.251 INFO O| Sep 23 17:49:48.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52992024-09-23T17:49:50.316Z[ recovery-image] Sep 23 17:49:48.251 INFO O| Sep 23 17:49:48.251 INFO STEP 408 (remove_files) COMPLETE
53002024-09-23T17:49:50.316Z[ recovery-image] Sep 23 17:49:48.251 INFO O| Sep 23 17:49:48.251 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-09-23T17:49:50.326Z[ recovery-image] Sep 23 17:49:48.261 INFO O| Sep 23 17:49:48.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53022024-09-23T17:49:50.326Z[ recovery-image] Sep 23 17:49:48.261 INFO O| Sep 23 17:49:48.261 INFO STEP 409 (remove_files) COMPLETE
53032024-09-23T17:49:50.329Z[ recovery-image] Sep 23 17:49:48.261 INFO O| Sep 23 17:49:48.261 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-23T17:49:50.336Z[ recovery-image] Sep 23 17:49:48.270 INFO O| Sep 23 17:49:48.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53052024-09-23T17:49:50.336Z[ recovery-image] Sep 23 17:49:48.270 INFO O| Sep 23 17:49:48.270 INFO STEP 410 (remove_files) COMPLETE
53062024-09-23T17:49:50.338Z[ recovery-image] Sep 23 17:49:48.271 INFO O| Sep 23 17:49:48.270 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-23T17:49:50.346Z[ recovery-image] Sep 23 17:49:48.280 INFO O| Sep 23 17:49:48.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53082024-09-23T17:49:50.346Z[ recovery-image] Sep 23 17:49:48.280 INFO O| Sep 23 17:49:48.280 INFO STEP 411 (remove_files) COMPLETE
53092024-09-23T17:49:50.348Z[ recovery-image] Sep 23 17:49:48.280 INFO O| Sep 23 17:49:48.280 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-23T17:49:50.356Z[ recovery-image] Sep 23 17:49:48.290 INFO O| Sep 23 17:49:48.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53112024-09-23T17:49:50.356Z[ recovery-image] Sep 23 17:49:48.290 INFO O| Sep 23 17:49:48.290 INFO STEP 412 (remove_files) COMPLETE
53122024-09-23T17:49:50.358Z[ recovery-image] Sep 23 17:49:48.290 INFO O| Sep 23 17:49:48.290 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-23T17:49:50.366Z[ recovery-image] Sep 23 17:49:48.300 INFO O| Sep 23 17:49:48.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53142024-09-23T17:49:50.366Z[ recovery-image] Sep 23 17:49:48.300 INFO O| Sep 23 17:49:48.300 INFO STEP 413 (remove_files) COMPLETE
53152024-09-23T17:49:50.368Z[ recovery-image] Sep 23 17:49:48.300 INFO O| Sep 23 17:49:48.300 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-09-23T17:49:50.375Z[ recovery-image] Sep 23 17:49:48.310 INFO O| Sep 23 17:49:48.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53172024-09-23T17:49:50.375Z[ recovery-image] Sep 23 17:49:48.310 INFO O| Sep 23 17:49:48.310 INFO STEP 414 (remove_files) COMPLETE
53182024-09-23T17:49:50.378Z[ recovery-image] Sep 23 17:49:48.310 INFO O| Sep 23 17:49:48.310 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-09-23T17:49:50.385Z[ recovery-image] Sep 23 17:49:48.319 INFO O| Sep 23 17:49:48.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53202024-09-23T17:49:50.385Z[ recovery-image] Sep 23 17:49:48.319 INFO O| Sep 23 17:49:48.319 INFO STEP 415 (remove_files) COMPLETE
53212024-09-23T17:49:50.387Z[ recovery-image] Sep 23 17:49:48.319 INFO O| Sep 23 17:49:48.319 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-09-23T17:49:50.394Z[ recovery-image] Sep 23 17:49:48.329 INFO O| Sep 23 17:49:48.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53232024-09-23T17:49:50.397Z[ recovery-image] Sep 23 17:49:48.329 INFO O| Sep 23 17:49:48.329 INFO STEP 416 (remove_files) COMPLETE
53242024-09-23T17:49:50.397Z[ recovery-image] Sep 23 17:49:48.329 INFO O| Sep 23 17:49:48.329 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-09-23T17:49:50.404Z[ recovery-image] Sep 23 17:49:48.338 INFO O| Sep 23 17:49:48.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53262024-09-23T17:49:50.406Z[ recovery-image] Sep 23 17:49:48.339 INFO O| Sep 23 17:49:48.339 INFO STEP 417 (remove_files) COMPLETE
53272024-09-23T17:49:50.406Z[ recovery-image] Sep 23 17:49:48.339 INFO O| Sep 23 17:49:48.339 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-09-23T17:49:50.413Z[ recovery-image] Sep 23 17:49:48.348 INFO O| Sep 23 17:49:48.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53292024-09-23T17:49:50.416Z[ recovery-image] Sep 23 17:49:48.348 INFO O| Sep 23 17:49:48.348 INFO STEP 418 (remove_files) COMPLETE
53302024-09-23T17:49:50.416Z[ recovery-image] Sep 23 17:49:48.348 INFO O| Sep 23 17:49:48.348 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-09-23T17:49:50.424Z[ recovery-image] Sep 23 17:49:48.358 INFO O| Sep 23 17:49:48.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53322024-09-23T17:49:50.426Z[ recovery-image] Sep 23 17:49:48.358 INFO O| Sep 23 17:49:48.358 INFO STEP 419 (remove_files) COMPLETE
53332024-09-23T17:49:50.426Z[ recovery-image] Sep 23 17:49:48.358 INFO O| Sep 23 17:49:48.358 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-09-23T17:49:50.433Z[ recovery-image] Sep 23 17:49:48.368 INFO O| Sep 23 17:49:48.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53352024-09-23T17:49:50.433Z[ recovery-image] Sep 23 17:49:48.368 INFO O| Sep 23 17:49:48.368 INFO STEP 420 (remove_files) COMPLETE
53362024-09-23T17:49:50.436Z[ recovery-image] Sep 23 17:49:48.368 INFO O| Sep 23 17:49:48.368 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-09-23T17:49:50.444Z[ recovery-image] Sep 23 17:49:48.378 INFO O| Sep 23 17:49:48.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53382024-09-23T17:49:50.444Z[ recovery-image] Sep 23 17:49:48.378 INFO O| Sep 23 17:49:48.378 INFO STEP 421 (remove_files) COMPLETE
53392024-09-23T17:49:50.446Z[ recovery-image] Sep 23 17:49:48.378 INFO O| Sep 23 17:49:48.378 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-09-23T17:49:50.453Z[ recovery-image] Sep 23 17:49:48.388 INFO O| Sep 23 17:49:48.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53412024-09-23T17:49:50.453Z[ recovery-image] Sep 23 17:49:48.388 INFO O| Sep 23 17:49:48.388 INFO STEP 422 (remove_files) COMPLETE
53422024-09-23T17:49:50.453Z[ recovery-image] Sep 23 17:49:48.388 INFO O| Sep 23 17:49:48.388 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-09-23T17:49:50.463Z[ recovery-image] Sep 23 17:49:48.398 INFO O| Sep 23 17:49:48.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53442024-09-23T17:49:50.465Z[ recovery-image] Sep 23 17:49:48.398 INFO O| Sep 23 17:49:48.398 INFO STEP 423 (remove_files) COMPLETE
53452024-09-23T17:49:50.465Z[ recovery-image] Sep 23 17:49:48.398 INFO O| Sep 23 17:49:48.398 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-09-23T17:49:50.473Z[ recovery-image] Sep 23 17:49:48.407 INFO O| Sep 23 17:49:48.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53472024-09-23T17:49:50.473Z[ recovery-image] Sep 23 17:49:48.407 INFO O| Sep 23 17:49:48.407 INFO STEP 424 (remove_files) COMPLETE
53482024-09-23T17:49:50.475Z[ recovery-image] Sep 23 17:49:48.407 INFO O| Sep 23 17:49:48.407 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-09-23T17:49:50.482Z[ recovery-image] Sep 23 17:49:48.417 INFO O| Sep 23 17:49:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53502024-09-23T17:49:50.482Z[ recovery-image] Sep 23 17:49:48.417 INFO O| Sep 23 17:49:48.417 INFO STEP 425 (remove_files) COMPLETE
53512024-09-23T17:49:50.485Z[ recovery-image] Sep 23 17:49:48.417 INFO O| Sep 23 17:49:48.417 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-09-23T17:49:50.493Z[ recovery-image] Sep 23 17:49:48.427 INFO O| Sep 23 17:49:48.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53532024-09-23T17:49:50.493Z[ recovery-image] Sep 23 17:49:48.427 INFO O| Sep 23 17:49:48.427 INFO STEP 426 (remove_files) COMPLETE
53542024-09-23T17:49:50.493Z[ recovery-image] Sep 23 17:49:48.427 INFO O| Sep 23 17:49:48.427 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-09-23T17:49:50.502Z[ recovery-image] Sep 23 17:49:48.437 INFO O| Sep 23 17:49:48.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53562024-09-23T17:49:50.502Z[ recovery-image] Sep 23 17:49:48.437 INFO O| Sep 23 17:49:48.437 INFO STEP 427 (remove_files) COMPLETE
53572024-09-23T17:49:50.505Z[ recovery-image] Sep 23 17:49:48.437 INFO O| Sep 23 17:49:48.437 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-09-23T17:49:50.512Z[ recovery-image] Sep 23 17:49:48.447 INFO O| Sep 23 17:49:48.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53592024-09-23T17:49:50.512Z[ recovery-image] Sep 23 17:49:48.447 INFO O| Sep 23 17:49:48.447 INFO STEP 428 (remove_files) COMPLETE
53602024-09-23T17:49:50.515Z[ recovery-image] Sep 23 17:49:48.447 INFO O| Sep 23 17:49:48.447 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-09-23T17:49:50.519Z[ host-image] Sep 23 17:49:48.454 INFO O| Sep 23 17:49:48.454 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
53622024-09-23T17:49:50.522Z[ recovery-image] Sep 23 17:49:48.456 INFO O| Sep 23 17:49:48.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53632024-09-23T17:49:50.524Z[ recovery-image] Sep 23 17:49:48.457 INFO O| Sep 23 17:49:48.456 INFO STEP 429 (remove_files) COMPLETE
53642024-09-23T17:49:50.524Z[ recovery-image] Sep 23 17:49:48.457 INFO O| Sep 23 17:49:48.457 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-09-23T17:49:50.531Z[ recovery-image] Sep 23 17:49:48.466 INFO O| Sep 23 17:49:48.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53662024-09-23T17:49:50.532Z[ recovery-image] Sep 23 17:49:48.466 INFO O| Sep 23 17:49:48.466 INFO STEP 430 (remove_files) COMPLETE
53672024-09-23T17:49:50.535Z[ recovery-image] Sep 23 17:49:48.466 INFO O| Sep 23 17:49:48.466 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-23T17:49:50.542Z[ recovery-image] Sep 23 17:49:48.476 INFO O| Sep 23 17:49:48.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53692024-09-23T17:49:50.542Z[ recovery-image] Sep 23 17:49:48.476 INFO O| Sep 23 17:49:48.476 INFO STEP 431 (remove_files) COMPLETE
53702024-09-23T17:49:50.544Z[ recovery-image] Sep 23 17:49:48.476 INFO O| Sep 23 17:49:48.476 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-23T17:49:50.553Z[ recovery-image] Sep 23 17:49:48.487 INFO O| Sep 23 17:49:48.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53722024-09-23T17:49:50.553Z[ recovery-image] Sep 23 17:49:48.487 INFO O| Sep 23 17:49:48.487 INFO STEP 432 (remove_files) COMPLETE
53732024-09-23T17:49:50.555Z[ recovery-image] Sep 23 17:49:48.487 INFO O| Sep 23 17:49:48.487 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-23T17:49:50.562Z[ recovery-image] Sep 23 17:49:48.497 INFO O| Sep 23 17:49:48.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53752024-09-23T17:49:50.562Z[ recovery-image] Sep 23 17:49:48.497 INFO O| Sep 23 17:49:48.497 INFO STEP 433 (remove_files) COMPLETE
53762024-09-23T17:49:50.562Z[ recovery-image] Sep 23 17:49:48.497 INFO O| Sep 23 17:49:48.497 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-23T17:49:50.574Z[ recovery-image] Sep 23 17:49:48.508 INFO O| Sep 23 17:49:48.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53782024-09-23T17:49:50.576Z[ recovery-image] Sep 23 17:49:48.508 INFO O| Sep 23 17:49:48.508 INFO STEP 434 (remove_files) COMPLETE
53792024-09-23T17:49:50.576Z[ recovery-image] Sep 23 17:49:48.509 INFO O| Sep 23 17:49:48.508 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-23T17:49:50.585Z[ recovery-image] Sep 23 17:49:48.519 INFO O| Sep 23 17:49:48.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53812024-09-23T17:49:50.585Z[ recovery-image] Sep 23 17:49:48.519 INFO O| Sep 23 17:49:48.519 INFO STEP 435 (remove_files) COMPLETE
53822024-09-23T17:49:50.588Z[ recovery-image] Sep 23 17:49:48.519 INFO O| Sep 23 17:49:48.519 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-23T17:49:50.594Z[ recovery-image] Sep 23 17:49:48.529 INFO O| Sep 23 17:49:48.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53842024-09-23T17:49:50.594Z[ recovery-image] Sep 23 17:49:48.529 INFO O| Sep 23 17:49:48.529 INFO STEP 436 (remove_files) COMPLETE
53852024-09-23T17:49:50.597Z[ recovery-image] Sep 23 17:49:48.529 INFO O| Sep 23 17:49:48.529 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-23T17:49:50.604Z[ recovery-image] Sep 23 17:49:48.539 INFO O| Sep 23 17:49:48.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53872024-09-23T17:49:50.607Z[ recovery-image] Sep 23 17:49:48.539 INFO O| Sep 23 17:49:48.539 INFO STEP 437 (remove_files) COMPLETE
53882024-09-23T17:49:50.607Z[ recovery-image] Sep 23 17:49:48.539 INFO O| Sep 23 17:49:48.539 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-23T17:49:50.615Z[ recovery-image] Sep 23 17:49:48.549 INFO O| Sep 23 17:49:48.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53902024-09-23T17:49:50.615Z[ recovery-image] Sep 23 17:49:48.549 INFO O| Sep 23 17:49:48.549 INFO STEP 438 (remove_files) COMPLETE
53912024-09-23T17:49:50.615Z[ recovery-image] Sep 23 17:49:48.549 INFO O| Sep 23 17:49:48.549 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-23T17:49:50.626Z[ recovery-image] Sep 23 17:49:48.560 INFO O| Sep 23 17:49:48.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53932024-09-23T17:49:50.626Z[ recovery-image] Sep 23 17:49:48.561 INFO O| Sep 23 17:49:48.561 INFO STEP 439 (remove_files) COMPLETE
53942024-09-23T17:49:50.629Z[ recovery-image] Sep 23 17:49:48.561 INFO O| Sep 23 17:49:48.561 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-23T17:49:50.636Z[ recovery-image] Sep 23 17:49:48.571 INFO O| Sep 23 17:49:48.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53962024-09-23T17:49:50.636Z[ recovery-image] Sep 23 17:49:48.571 INFO O| Sep 23 17:49:48.571 INFO STEP 440 (remove_files) COMPLETE
53972024-09-23T17:49:50.637Z[ recovery-image] Sep 23 17:49:48.571 INFO O| Sep 23 17:49:48.571 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-23T17:49:50.647Z[ recovery-image] Sep 23 17:49:48.581 INFO O| Sep 23 17:49:48.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53992024-09-23T17:49:50.647Z[ recovery-image] Sep 23 17:49:48.581 INFO O| Sep 23 17:49:48.581 INFO STEP 441 (remove_files) COMPLETE
54002024-09-23T17:49:50.647Z[ recovery-image] Sep 23 17:49:48.581 INFO O| Sep 23 17:49:48.581 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-23T17:49:50.657Z[ recovery-image] Sep 23 17:49:48.591 INFO O| Sep 23 17:49:48.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54022024-09-23T17:49:50.657Z[ recovery-image] Sep 23 17:49:48.591 INFO O| Sep 23 17:49:48.591 INFO STEP 442 (remove_files) COMPLETE
54032024-09-23T17:49:50.657Z[ recovery-image] Sep 23 17:49:48.591 INFO O| Sep 23 17:49:48.591 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-23T17:49:50.667Z[ recovery-image] Sep 23 17:49:48.601 INFO O| Sep 23 17:49:48.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54052024-09-23T17:49:50.669Z[ recovery-image] Sep 23 17:49:48.601 INFO O| Sep 23 17:49:48.601 INFO STEP 443 (remove_files) COMPLETE
54062024-09-23T17:49:50.669Z[ recovery-image] Sep 23 17:49:48.601 INFO O| Sep 23 17:49:48.601 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-23T17:49:50.676Z[ recovery-image] Sep 23 17:49:48.611 INFO O| Sep 23 17:49:48.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54082024-09-23T17:49:50.676Z[ recovery-image] Sep 23 17:49:48.611 INFO O| Sep 23 17:49:48.611 INFO STEP 444 (remove_files) COMPLETE
54092024-09-23T17:49:50.676Z[ recovery-image] Sep 23 17:49:48.611 INFO O| Sep 23 17:49:48.611 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-23T17:49:50.686Z[ recovery-image] Sep 23 17:49:48.621 INFO O| Sep 23 17:49:48.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54112024-09-23T17:49:50.686Z[ recovery-image] Sep 23 17:49:48.621 INFO O| Sep 23 17:49:48.621 INFO STEP 445 (remove_files) COMPLETE
54122024-09-23T17:49:50.686Z[ recovery-image] Sep 23 17:49:48.621 INFO O| Sep 23 17:49:48.621 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-23T17:49:50.698Z[ recovery-image] Sep 23 17:49:48.632 INFO O| Sep 23 17:49:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54142024-09-23T17:49:50.698Z[ recovery-image] Sep 23 17:49:48.632 INFO O| Sep 23 17:49:48.632 INFO STEP 446 (remove_files) COMPLETE
54152024-09-23T17:49:50.698Z[ recovery-image] Sep 23 17:49:48.632 INFO O| Sep 23 17:49:48.632 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-23T17:49:50.708Z[ recovery-image] Sep 23 17:49:48.643 INFO O| Sep 23 17:49:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54172024-09-23T17:49:50.711Z[ recovery-image] Sep 23 17:49:48.643 INFO O| Sep 23 17:49:48.643 INFO STEP 447 (remove_files) COMPLETE
54182024-09-23T17:49:50.711Z[ recovery-image] Sep 23 17:49:48.643 INFO O| Sep 23 17:49:48.643 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-23T17:49:50.719Z[ recovery-image] Sep 23 17:49:48.653 INFO O| Sep 23 17:49:48.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54202024-09-23T17:49:50.721Z[ recovery-image] Sep 23 17:49:48.653 INFO O| Sep 23 17:49:48.653 INFO STEP 448 (remove_files) COMPLETE
54212024-09-23T17:49:50.721Z[ recovery-image] Sep 23 17:49:48.653 INFO O| Sep 23 17:49:48.653 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-23T17:49:50.729Z[ recovery-image] Sep 23 17:49:48.663 INFO O| Sep 23 17:49:48.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54232024-09-23T17:49:50.731Z[ recovery-image] Sep 23 17:49:48.663 INFO O| Sep 23 17:49:48.663 INFO STEP 449 (remove_files) COMPLETE
54242024-09-23T17:49:50.731Z[ recovery-image] Sep 23 17:49:48.663 INFO O| Sep 23 17:49:48.663 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-23T17:49:50.739Z[ recovery-image] Sep 23 17:49:48.673 INFO O| Sep 23 17:49:48.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54262024-09-23T17:49:50.739Z[ recovery-image] Sep 23 17:49:48.673 INFO O| Sep 23 17:49:48.673 INFO STEP 450 (remove_files) COMPLETE
54272024-09-23T17:49:50.741Z[ recovery-image] Sep 23 17:49:48.673 INFO O| Sep 23 17:49:48.673 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-23T17:49:50.749Z[ recovery-image] Sep 23 17:49:48.683 INFO O| Sep 23 17:49:48.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54292024-09-23T17:49:50.749Z[ recovery-image] Sep 23 17:49:48.683 INFO O| Sep 23 17:49:48.683 INFO STEP 451 (remove_files) COMPLETE
54302024-09-23T17:49:50.749Z[ recovery-image] Sep 23 17:49:48.683 INFO O| Sep 23 17:49:48.683 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-23T17:49:50.759Z[ recovery-image] Sep 23 17:49:48.693 INFO O| Sep 23 17:49:48.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54322024-09-23T17:49:50.761Z[ recovery-image] Sep 23 17:49:48.693 INFO O| Sep 23 17:49:48.693 INFO STEP 452 (remove_files) COMPLETE
54332024-09-23T17:49:50.761Z[ recovery-image] Sep 23 17:49:48.693 INFO O| Sep 23 17:49:48.693 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-23T17:49:50.768Z[ recovery-image] Sep 23 17:49:48.703 INFO O| Sep 23 17:49:48.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54352024-09-23T17:49:50.768Z[ recovery-image] Sep 23 17:49:48.703 INFO O| Sep 23 17:49:48.703 INFO STEP 453 (remove_files) COMPLETE
54362024-09-23T17:49:50.768Z[ recovery-image] Sep 23 17:49:48.703 INFO O| Sep 23 17:49:48.703 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-23T17:49:50.778Z[ recovery-image] Sep 23 17:49:48.713 INFO O| Sep 23 17:49:48.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54382024-09-23T17:49:50.778Z[ recovery-image] Sep 23 17:49:48.713 INFO O| Sep 23 17:49:48.713 INFO STEP 454 (remove_files) COMPLETE
54392024-09-23T17:49:50.781Z[ recovery-image] Sep 23 17:49:48.713 INFO O| Sep 23 17:49:48.713 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-23T17:49:50.788Z[ recovery-image] Sep 23 17:49:48.723 INFO O| Sep 23 17:49:48.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54412024-09-23T17:49:50.788Z[ recovery-image] Sep 23 17:49:48.723 INFO O| Sep 23 17:49:48.723 INFO STEP 455 (remove_files) COMPLETE
54422024-09-23T17:49:50.791Z[ recovery-image] Sep 23 17:49:48.723 INFO O| Sep 23 17:49:48.723 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-23T17:49:50.799Z[ recovery-image] Sep 23 17:49:48.733 INFO O| Sep 23 17:49:48.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54442024-09-23T17:49:50.799Z[ recovery-image] Sep 23 17:49:48.733 INFO O| Sep 23 17:49:48.733 INFO STEP 456 (remove_files) COMPLETE
54452024-09-23T17:49:50.799Z[ recovery-image] Sep 23 17:49:48.733 INFO O| Sep 23 17:49:48.733 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-23T17:49:50.809Z[ recovery-image] Sep 23 17:49:48.743 INFO O| Sep 23 17:49:48.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54472024-09-23T17:49:50.809Z[ recovery-image] Sep 23 17:49:48.743 INFO O| Sep 23 17:49:48.743 INFO STEP 457 (remove_files) COMPLETE
54482024-09-23T17:49:50.809Z[ recovery-image] Sep 23 17:49:48.743 INFO O| Sep 23 17:49:48.743 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-23T17:49:50.818Z[ recovery-image] Sep 23 17:49:48.753 INFO O| Sep 23 17:49:48.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54502024-09-23T17:49:50.821Z[ recovery-image] Sep 23 17:49:48.754 INFO O| Sep 23 17:49:48.754 INFO STEP 458 (remove_files) COMPLETE
54512024-09-23T17:49:50.821Z[ recovery-image] Sep 23 17:49:48.754 INFO O| Sep 23 17:49:48.754 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-09-23T17:49:50.829Z[ recovery-image] Sep 23 17:49:48.763 INFO O| Sep 23 17:49:48.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54532024-09-23T17:49:50.829Z[ recovery-image] Sep 23 17:49:48.763 INFO O| Sep 23 17:49:48.763 INFO STEP 459 (remove_files) COMPLETE
54542024-09-23T17:49:50.831Z[ recovery-image] Sep 23 17:49:48.763 INFO O| Sep 23 17:49:48.763 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-09-23T17:49:50.838Z[ recovery-image] Sep 23 17:49:48.773 INFO O| Sep 23 17:49:48.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54562024-09-23T17:49:50.838Z[ recovery-image] Sep 23 17:49:48.773 INFO O| Sep 23 17:49:48.773 INFO STEP 460 (remove_files) COMPLETE
54572024-09-23T17:49:50.838Z[ recovery-image] Sep 23 17:49:48.773 INFO O| Sep 23 17:49:48.773 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-09-23T17:49:50.848Z[ recovery-image] Sep 23 17:49:48.783 INFO O| Sep 23 17:49:48.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54592024-09-23T17:49:50.848Z[ recovery-image] Sep 23 17:49:48.783 INFO O| Sep 23 17:49:48.783 INFO STEP 461 (remove_files) COMPLETE
54602024-09-23T17:49:50.851Z[ recovery-image] Sep 23 17:49:48.783 INFO O| Sep 23 17:49:48.783 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-09-23T17:49:50.858Z[ recovery-image] Sep 23 17:49:48.793 INFO O| Sep 23 17:49:48.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54622024-09-23T17:49:50.861Z[ recovery-image] Sep 23 17:49:48.793 INFO O| Sep 23 17:49:48.793 INFO STEP 462 (remove_files) COMPLETE
54632024-09-23T17:49:50.861Z[ recovery-image] Sep 23 17:49:48.793 INFO O| Sep 23 17:49:48.793 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-09-23T17:49:50.868Z[ recovery-image] Sep 23 17:49:48.803 INFO O| Sep 23 17:49:48.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54652024-09-23T17:49:50.868Z[ recovery-image] Sep 23 17:49:48.803 INFO O| Sep 23 17:49:48.803 INFO STEP 463 (remove_files) COMPLETE
54662024-09-23T17:49:50.869Z[ recovery-image] Sep 23 17:49:48.803 INFO O| Sep 23 17:49:48.803 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-09-23T17:49:50.880Z[ recovery-image] Sep 23 17:49:48.815 INFO O| Sep 23 17:49:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54682024-09-23T17:49:50.880Z[ recovery-image] Sep 23 17:49:48.815 INFO O| Sep 23 17:49:48.815 INFO STEP 464 (remove_files) COMPLETE
54692024-09-23T17:49:50.880Z[ recovery-image] Sep 23 17:49:48.815 INFO O| Sep 23 17:49:48.815 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-09-23T17:49:50.890Z[ recovery-image] Sep 23 17:49:48.825 INFO O| Sep 23 17:49:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54712024-09-23T17:49:50.890Z[ recovery-image] Sep 23 17:49:48.825 INFO O| Sep 23 17:49:48.825 INFO STEP 465 (remove_files) COMPLETE
54722024-09-23T17:49:50.890Z[ recovery-image] Sep 23 17:49:48.825 INFO O| Sep 23 17:49:48.825 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-09-23T17:49:50.900Z[ recovery-image] Sep 23 17:49:48.835 INFO O| Sep 23 17:49:48.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54742024-09-23T17:49:50.900Z[ recovery-image] Sep 23 17:49:48.835 INFO O| Sep 23 17:49:48.835 INFO STEP 466 (remove_files) COMPLETE
54752024-09-23T17:49:50.903Z[ recovery-image] Sep 23 17:49:48.835 INFO O| Sep 23 17:49:48.835 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-09-23T17:49:50.912Z[ recovery-image] Sep 23 17:49:48.846 INFO O| Sep 23 17:49:48.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54772024-09-23T17:49:50.912Z[ recovery-image] Sep 23 17:49:48.846 INFO O| Sep 23 17:49:48.846 INFO STEP 467 (remove_files) COMPLETE
54782024-09-23T17:49:50.912Z[ recovery-image] Sep 23 17:49:48.846 INFO O| Sep 23 17:49:48.846 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-09-23T17:49:50.924Z[ recovery-image] Sep 23 17:49:48.858 INFO O| Sep 23 17:49:48.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54802024-09-23T17:49:50.924Z[ recovery-image] Sep 23 17:49:48.859 INFO O| Sep 23 17:49:48.858 INFO STEP 468 (remove_files) COMPLETE
54812024-09-23T17:49:50.927Z[ recovery-image] Sep 23 17:49:48.859 INFO O| Sep 23 17:49:48.859 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-09-23T17:49:50.935Z[ recovery-image] Sep 23 17:49:48.869 INFO O| Sep 23 17:49:48.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54832024-09-23T17:49:50.935Z[ recovery-image] Sep 23 17:49:48.869 INFO O| Sep 23 17:49:48.869 INFO STEP 469 (remove_files) COMPLETE
54842024-09-23T17:49:50.939Z[ recovery-image] Sep 23 17:49:48.869 INFO O| Sep 23 17:49:48.869 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-09-23T17:49:50.945Z[ recovery-image] Sep 23 17:49:48.880 INFO O| Sep 23 17:49:48.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54862024-09-23T17:49:50.945Z[ recovery-image] Sep 23 17:49:48.880 INFO O| Sep 23 17:49:48.880 INFO STEP 470 (remove_files) COMPLETE
54872024-09-23T17:49:50.948Z[ recovery-image] Sep 23 17:49:48.880 INFO O| Sep 23 17:49:48.880 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-09-23T17:49:50.956Z[ recovery-image] Sep 23 17:49:48.890 INFO O| Sep 23 17:49:48.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54892024-09-23T17:49:50.956Z[ recovery-image] Sep 23 17:49:48.890 INFO O| Sep 23 17:49:48.890 INFO STEP 471 (remove_files) COMPLETE
54902024-09-23T17:49:50.958Z[ recovery-image] Sep 23 17:49:48.890 INFO O| Sep 23 17:49:48.890 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-09-23T17:49:50.966Z[ recovery-image] Sep 23 17:49:48.900 INFO O| Sep 23 17:49:48.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54922024-09-23T17:49:50.966Z[ recovery-image] Sep 23 17:49:48.901 INFO O| Sep 23 17:49:48.900 INFO STEP 472 (remove_files) COMPLETE
54932024-09-23T17:49:50.968Z[ recovery-image] Sep 23 17:49:48.901 INFO O| Sep 23 17:49:48.900 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-09-23T17:49:50.976Z[ recovery-image] Sep 23 17:49:48.910 INFO O| Sep 23 17:49:48.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54952024-09-23T17:49:50.976Z[ recovery-image] Sep 23 17:49:48.910 INFO O| Sep 23 17:49:48.910 INFO STEP 473 (remove_files) COMPLETE
54962024-09-23T17:49:50.979Z[ recovery-image] Sep 23 17:49:48.910 INFO O| Sep 23 17:49:48.910 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-09-23T17:49:51.004Z[ recovery-image] Sep 23 17:49:48.938 INFO O| Sep 23 17:49:48.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54982024-09-23T17:49:51.004Z[ recovery-image] Sep 23 17:49:48.938 INFO O| Sep 23 17:49:48.938 INFO STEP 474 (remove_files) COMPLETE
54992024-09-23T17:49:51.004Z[ recovery-image] Sep 23 17:49:48.938 INFO O| Sep 23 17:49:48.938 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-09-23T17:49:51.016Z[ recovery-image] Sep 23 17:49:48.951 INFO O| Sep 23 17:49:48.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55012024-09-23T17:49:51.016Z[ recovery-image] Sep 23 17:49:48.951 INFO O| Sep 23 17:49:48.951 INFO STEP 475 (remove_files) COMPLETE
55022024-09-23T17:49:51.019Z[ recovery-image] Sep 23 17:49:48.951 INFO O| Sep 23 17:49:48.951 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-09-23T17:49:51.029Z[ recovery-image] Sep 23 17:49:48.963 INFO O| Sep 23 17:49:48.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55042024-09-23T17:49:51.029Z[ recovery-image] Sep 23 17:49:48.963 INFO O| Sep 23 17:49:48.963 INFO STEP 476 (remove_files) COMPLETE
55052024-09-23T17:49:51.031Z[ recovery-image] Sep 23 17:49:48.963 INFO O| Sep 23 17:49:48.963 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-09-23T17:49:51.041Z[ recovery-image] Sep 23 17:49:48.976 INFO O| Sep 23 17:49:48.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55072024-09-23T17:49:51.042Z[ recovery-image] Sep 23 17:49:48.976 INFO O| Sep 23 17:49:48.976 INFO STEP 477 (remove_files) COMPLETE
55082024-09-23T17:49:51.045Z[ recovery-image] Sep 23 17:49:48.976 INFO O| Sep 23 17:49:48.976 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-09-23T17:49:51.054Z[ recovery-image] Sep 23 17:49:48.989 INFO O| Sep 23 17:49:48.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55102024-09-23T17:49:51.057Z[ recovery-image] Sep 23 17:49:48.989 INFO O| Sep 23 17:49:48.989 INFO STEP 478 (remove_files) COMPLETE
55112024-09-23T17:49:51.057Z[ recovery-image] Sep 23 17:49:48.989 INFO O| Sep 23 17:49:48.989 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-09-23T17:49:51.065Z[ recovery-image] Sep 23 17:49:49.000 INFO O| Sep 23 17:49:49.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55132024-09-23T17:49:51.065Z[ recovery-image] Sep 23 17:49:49.000 INFO O| Sep 23 17:49:49.000 INFO STEP 479 (remove_files) COMPLETE
55142024-09-23T17:49:51.065Z[ recovery-image] Sep 23 17:49:49.000 INFO O| Sep 23 17:49:49.000 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-09-23T17:49:51.076Z[ recovery-image] Sep 23 17:49:49.010 INFO O| Sep 23 17:49:49.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55162024-09-23T17:49:51.078Z[ recovery-image] Sep 23 17:49:49.010 INFO O| Sep 23 17:49:49.010 INFO STEP 480 (remove_files) COMPLETE
55172024-09-23T17:49:51.078Z[ recovery-image] Sep 23 17:49:49.010 INFO O| Sep 23 17:49:49.010 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-09-23T17:49:51.087Z[ recovery-image] Sep 23 17:49:49.022 INFO O| Sep 23 17:49:49.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55192024-09-23T17:49:51.090Z[ recovery-image] Sep 23 17:49:49.022 INFO O| Sep 23 17:49:49.022 INFO STEP 481 (remove_files) COMPLETE
55202024-09-23T17:49:51.090Z[ recovery-image] Sep 23 17:49:49.022 INFO O| Sep 23 17:49:49.022 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-09-23T17:49:51.098Z[ recovery-image] Sep 23 17:49:49.032 INFO O| Sep 23 17:49:49.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55222024-09-23T17:49:51.098Z[ recovery-image] Sep 23 17:49:49.033 INFO O| Sep 23 17:49:49.033 INFO STEP 482 (remove_files) COMPLETE
55232024-09-23T17:49:51.098Z[ recovery-image] Sep 23 17:49:49.033 INFO O| Sep 23 17:49:49.033 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-09-23T17:49:51.111Z[ recovery-image] Sep 23 17:49:49.045 INFO O| Sep 23 17:49:49.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55252024-09-23T17:49:51.114Z[ recovery-image] Sep 23 17:49:49.046 INFO O| Sep 23 17:49:49.046 INFO STEP 483 (remove_files) COMPLETE
55262024-09-23T17:49:51.114Z[ recovery-image] Sep 23 17:49:49.046 INFO O| Sep 23 17:49:49.046 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-09-23T17:49:51.123Z[ recovery-image] Sep 23 17:49:49.057 INFO O| Sep 23 17:49:49.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55282024-09-23T17:49:51.123Z[ recovery-image] Sep 23 17:49:49.058 INFO O| Sep 23 17:49:49.057 INFO STEP 484 (remove_files) COMPLETE
55292024-09-23T17:49:51.123Z[ recovery-image] Sep 23 17:49:49.058 INFO O| Sep 23 17:49:49.058 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-09-23T17:49:51.134Z[ recovery-image] Sep 23 17:49:49.069 INFO O| Sep 23 17:49:49.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55312024-09-23T17:49:51.135Z[ recovery-image] Sep 23 17:49:49.069 INFO O| Sep 23 17:49:49.069 INFO STEP 485 (remove_files) COMPLETE
55322024-09-23T17:49:51.137Z[ recovery-image] Sep 23 17:49:49.069 INFO O| Sep 23 17:49:49.069 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-09-23T17:49:51.146Z[ recovery-image] Sep 23 17:49:49.080 INFO O| Sep 23 17:49:49.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55342024-09-23T17:49:51.148Z[ recovery-image] Sep 23 17:49:49.080 INFO O| Sep 23 17:49:49.080 INFO STEP 486 (remove_files) COMPLETE
55352024-09-23T17:49:51.148Z[ recovery-image] Sep 23 17:49:49.081 INFO O| Sep 23 17:49:49.080 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-09-23T17:49:51.158Z[ recovery-image] Sep 23 17:49:49.093 INFO O| Sep 23 17:49:49.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55372024-09-23T17:49:51.158Z[ recovery-image] Sep 23 17:49:49.093 INFO O| Sep 23 17:49:49.093 INFO STEP 487 (remove_files) COMPLETE
55382024-09-23T17:49:51.158Z[ recovery-image] Sep 23 17:49:49.093 INFO O| Sep 23 17:49:49.093 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-09-23T17:49:51.170Z[ recovery-image] Sep 23 17:49:49.105 INFO O| Sep 23 17:49:49.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55402024-09-23T17:49:51.170Z[ recovery-image] Sep 23 17:49:49.105 INFO O| Sep 23 17:49:49.105 INFO STEP 488 (remove_files) COMPLETE
55412024-09-23T17:49:51.173Z[ recovery-image] Sep 23 17:49:49.105 INFO O| Sep 23 17:49:49.105 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-09-23T17:49:51.182Z[ recovery-image] Sep 23 17:49:49.117 INFO O| Sep 23 17:49:49.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55432024-09-23T17:49:51.185Z[ recovery-image] Sep 23 17:49:49.117 INFO O| Sep 23 17:49:49.117 INFO STEP 489 (remove_files) COMPLETE
55442024-09-23T17:49:51.185Z[ recovery-image] Sep 23 17:49:49.117 INFO O| Sep 23 17:49:49.117 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-09-23T17:49:51.192Z[ recovery-image] Sep 23 17:49:49.127 INFO O| Sep 23 17:49:49.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55462024-09-23T17:49:51.192Z[ recovery-image] Sep 23 17:49:49.127 INFO O| Sep 23 17:49:49.127 INFO STEP 490 (remove_files) COMPLETE
55472024-09-23T17:49:51.195Z[ recovery-image] Sep 23 17:49:49.127 INFO O| Sep 23 17:49:49.127 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-09-23T17:49:51.202Z[ recovery-image] Sep 23 17:49:49.137 INFO O| Sep 23 17:49:49.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55492024-09-23T17:49:51.205Z[ recovery-image] Sep 23 17:49:49.137 INFO O| Sep 23 17:49:49.137 INFO STEP 491 (remove_files) COMPLETE
55502024-09-23T17:49:51.205Z[ recovery-image] Sep 23 17:49:49.137 INFO O| Sep 23 17:49:49.137 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-09-23T17:49:51.212Z[ recovery-image] Sep 23 17:49:49.147 INFO O| Sep 23 17:49:49.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55522024-09-23T17:49:51.215Z[ recovery-image] Sep 23 17:49:49.147 INFO O| Sep 23 17:49:49.147 INFO STEP 492 (remove_files) COMPLETE
55532024-09-23T17:49:51.215Z[ recovery-image] Sep 23 17:49:49.147 INFO O| Sep 23 17:49:49.147 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-09-23T17:49:51.222Z[ recovery-image] Sep 23 17:49:49.156 INFO O| Sep 23 17:49:49.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55552024-09-23T17:49:51.224Z[ recovery-image] Sep 23 17:49:49.156 INFO O| Sep 23 17:49:49.156 INFO STEP 493 (remove_files) COMPLETE
55562024-09-23T17:49:51.224Z[ recovery-image] Sep 23 17:49:49.157 INFO O| Sep 23 17:49:49.156 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-09-23T17:49:51.233Z[ recovery-image] Sep 23 17:49:49.166 INFO O| Sep 23 17:49:49.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55582024-09-23T17:49:51.236Z[ recovery-image] Sep 23 17:49:49.166 INFO O| Sep 23 17:49:49.166 INFO STEP 494 (remove_files) COMPLETE
55592024-09-23T17:49:51.236Z[ recovery-image] Sep 23 17:49:49.166 INFO O| Sep 23 17:49:49.166 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-09-23T17:49:51.242Z[ recovery-image] Sep 23 17:49:49.176 INFO O| Sep 23 17:49:49.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55612024-09-23T17:49:51.242Z[ recovery-image] Sep 23 17:49:49.176 INFO O| Sep 23 17:49:49.176 INFO STEP 495 (remove_files) COMPLETE
55622024-09-23T17:49:51.244Z[ recovery-image] Sep 23 17:49:49.176 INFO O| Sep 23 17:49:49.176 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-09-23T17:49:51.251Z[ recovery-image] Sep 23 17:49:49.185 INFO O| Sep 23 17:49:49.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55642024-09-23T17:49:51.251Z[ recovery-image] Sep 23 17:49:49.186 INFO O| Sep 23 17:49:49.185 INFO STEP 496 (remove_files) COMPLETE
55652024-09-23T17:49:51.256Z[ recovery-image] Sep 23 17:49:49.186 INFO O| Sep 23 17:49:49.185 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-09-23T17:49:51.261Z[ recovery-image] Sep 23 17:49:49.195 INFO O| Sep 23 17:49:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55672024-09-23T17:49:51.263Z[ recovery-image] Sep 23 17:49:49.195 INFO O| Sep 23 17:49:49.195 INFO STEP 497 (remove_files) COMPLETE
55682024-09-23T17:49:51.263Z[ recovery-image] Sep 23 17:49:49.195 INFO O| Sep 23 17:49:49.195 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-09-23T17:49:51.270Z[ recovery-image] Sep 23 17:49:49.205 INFO O| Sep 23 17:49:49.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55702024-09-23T17:49:51.273Z[ recovery-image] Sep 23 17:49:49.205 INFO O| Sep 23 17:49:49.205 INFO STEP 498 (remove_files) COMPLETE
55712024-09-23T17:49:51.273Z[ recovery-image] Sep 23 17:49:49.205 INFO O| Sep 23 17:49:49.205 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-09-23T17:49:51.280Z[ recovery-image] Sep 23 17:49:49.214 INFO O| Sep 23 17:49:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55732024-09-23T17:49:51.283Z[ recovery-image] Sep 23 17:49:49.214 INFO O| Sep 23 17:49:49.214 INFO STEP 499 (remove_files) COMPLETE
55742024-09-23T17:49:51.284Z[ recovery-image] Sep 23 17:49:49.215 INFO O| Sep 23 17:49:49.214 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-09-23T17:49:51.289Z[ recovery-image] Sep 23 17:49:49.224 INFO O| Sep 23 17:49:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55762024-09-23T17:49:51.289Z[ recovery-image] Sep 23 17:49:49.224 INFO O| Sep 23 17:49:49.224 INFO STEP 500 (remove_files) COMPLETE
55772024-09-23T17:49:51.292Z[ recovery-image] Sep 23 17:49:49.224 INFO O| Sep 23 17:49:49.224 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-09-23T17:49:51.299Z[ recovery-image] Sep 23 17:49:49.234 INFO O| Sep 23 17:49:49.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55792024-09-23T17:49:51.300Z[ recovery-image] Sep 23 17:49:49.234 INFO O| Sep 23 17:49:49.234 INFO STEP 501 (remove_files) COMPLETE
55802024-09-23T17:49:51.302Z[ recovery-image] Sep 23 17:49:49.234 INFO O| Sep 23 17:49:49.234 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-09-23T17:49:51.311Z[ recovery-image] Sep 23 17:49:49.244 INFO O| Sep 23 17:49:49.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55822024-09-23T17:49:51.313Z[ recovery-image] Sep 23 17:49:49.244 INFO O| Sep 23 17:49:49.244 INFO STEP 502 (remove_files) COMPLETE
55832024-09-23T17:49:51.314Z[ recovery-image] Sep 23 17:49:49.244 INFO O| Sep 23 17:49:49.244 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-09-23T17:49:51.320Z[ recovery-image] Sep 23 17:49:49.254 INFO O| Sep 23 17:49:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55852024-09-23T17:49:51.320Z[ recovery-image] Sep 23 17:49:49.254 INFO O| Sep 23 17:49:49.254 INFO STEP 503 (remove_files) COMPLETE
55862024-09-23T17:49:51.332Z[ recovery-image] Sep 23 17:49:49.254 INFO O| Sep 23 17:49:49.254 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-09-23T17:49:51.332Z[ recovery-image] Sep 23 17:49:49.264 INFO O| Sep 23 17:49:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55882024-09-23T17:49:51.332Z[ recovery-image] Sep 23 17:49:49.264 INFO O| Sep 23 17:49:49.264 INFO STEP 504 (remove_files) COMPLETE
55892024-09-23T17:49:51.332Z[ recovery-image] Sep 23 17:49:49.264 INFO O| Sep 23 17:49:49.264 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-09-23T17:49:51.339Z[ recovery-image] Sep 23 17:49:49.273 INFO O| Sep 23 17:49:49.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55912024-09-23T17:49:51.342Z[ recovery-image] Sep 23 17:49:49.274 INFO O| Sep 23 17:49:49.274 INFO STEP 505 (remove_files) COMPLETE
55922024-09-23T17:49:51.342Z[ recovery-image] Sep 23 17:49:49.274 INFO O| Sep 23 17:49:49.274 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-09-23T17:49:51.348Z[ recovery-image] Sep 23 17:49:49.283 INFO O| Sep 23 17:49:49.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55942024-09-23T17:49:51.351Z[ recovery-image] Sep 23 17:49:49.283 INFO O| Sep 23 17:49:49.283 INFO STEP 506 (remove_files) COMPLETE
55952024-09-23T17:49:51.351Z[ recovery-image] Sep 23 17:49:49.283 INFO O| Sep 23 17:49:49.283 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-09-23T17:49:51.358Z[ recovery-image] Sep 23 17:49:49.292 INFO O| Sep 23 17:49:49.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55972024-09-23T17:49:51.358Z[ recovery-image] Sep 23 17:49:49.292 INFO O| Sep 23 17:49:49.292 INFO STEP 507 (remove_files) COMPLETE
55982024-09-23T17:49:51.358Z[ recovery-image] Sep 23 17:49:49.293 INFO O| Sep 23 17:49:49.292 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-09-23T17:49:51.367Z[ recovery-image] Sep 23 17:49:49.302 INFO O| Sep 23 17:49:49.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56002024-09-23T17:49:51.368Z[ recovery-image] Sep 23 17:49:49.302 INFO O| Sep 23 17:49:49.302 INFO STEP 508 (remove_files) COMPLETE
56012024-09-23T17:49:51.370Z[ recovery-image] Sep 23 17:49:49.302 INFO O| Sep 23 17:49:49.302 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-09-23T17:49:51.377Z[ recovery-image] Sep 23 17:49:49.311 INFO O| Sep 23 17:49:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56032024-09-23T17:49:51.379Z[ recovery-image] Sep 23 17:49:49.312 INFO O| Sep 23 17:49:49.312 INFO STEP 509 (remove_files) COMPLETE
56042024-09-23T17:49:51.379Z[ recovery-image] Sep 23 17:49:49.312 INFO O| Sep 23 17:49:49.312 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-09-23T17:49:51.388Z[ recovery-image] Sep 23 17:49:49.323 INFO O| Sep 23 17:49:49.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56062024-09-23T17:49:51.388Z[ recovery-image] Sep 23 17:49:49.323 INFO O| Sep 23 17:49:49.323 INFO STEP 510 (remove_files) COMPLETE
56072024-09-23T17:49:51.388Z[ recovery-image] Sep 23 17:49:49.323 INFO O| Sep 23 17:49:49.323 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-09-23T17:49:51.399Z[ recovery-image] Sep 23 17:49:49.333 INFO O| Sep 23 17:49:49.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56092024-09-23T17:49:51.401Z[ recovery-image] Sep 23 17:49:49.333 INFO O| Sep 23 17:49:49.333 INFO STEP 511 (remove_files) COMPLETE
56102024-09-23T17:49:51.401Z[ recovery-image] Sep 23 17:49:49.333 INFO O| Sep 23 17:49:49.333 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-09-23T17:49:51.409Z[ recovery-image] Sep 23 17:49:49.343 INFO O| Sep 23 17:49:49.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56122024-09-23T17:49:51.409Z[ recovery-image] Sep 23 17:49:49.344 INFO O| Sep 23 17:49:49.343 INFO STEP 512 (remove_files) COMPLETE
56132024-09-23T17:49:51.411Z[ recovery-image] Sep 23 17:49:49.344 INFO O| Sep 23 17:49:49.344 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-09-23T17:49:51.419Z[ recovery-image] Sep 23 17:49:49.353 INFO O| Sep 23 17:49:49.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56152024-09-23T17:49:51.419Z[ recovery-image] Sep 23 17:49:49.353 INFO O| Sep 23 17:49:49.353 INFO STEP 513 (remove_files) COMPLETE
56162024-09-23T17:49:51.422Z[ recovery-image] Sep 23 17:49:49.353 INFO O| Sep 23 17:49:49.353 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-09-23T17:49:51.429Z[ recovery-image] Sep 23 17:49:49.363 INFO O| Sep 23 17:49:49.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56182024-09-23T17:49:51.432Z[ recovery-image] Sep 23 17:49:49.363 INFO O| Sep 23 17:49:49.363 INFO STEP 514 (remove_files) COMPLETE
56192024-09-23T17:49:51.432Z[ recovery-image] Sep 23 17:49:49.364 INFO O| Sep 23 17:49:49.363 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-23T17:49:51.440Z[ recovery-image] Sep 23 17:49:49.374 INFO O| Sep 23 17:49:49.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56212024-09-23T17:49:51.440Z[ recovery-image] Sep 23 17:49:49.374 INFO O| Sep 23 17:49:49.374 INFO STEP 515 (remove_files) COMPLETE
56222024-09-23T17:49:51.443Z[ recovery-image] Sep 23 17:49:49.374 INFO O| Sep 23 17:49:49.374 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-23T17:49:51.452Z[ recovery-image] Sep 23 17:49:49.386 INFO O| Sep 23 17:49:49.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56242024-09-23T17:49:51.454Z[ recovery-image] Sep 23 17:49:49.386 INFO O| Sep 23 17:49:49.386 INFO STEP 516 (remove_files) COMPLETE
56252024-09-23T17:49:51.454Z[ recovery-image] Sep 23 17:49:49.386 INFO O| Sep 23 17:49:49.386 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-23T17:49:51.463Z[ recovery-image] Sep 23 17:49:49.397 INFO O| Sep 23 17:49:49.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56272024-09-23T17:49:51.463Z[ recovery-image] Sep 23 17:49:49.397 INFO O| Sep 23 17:49:49.397 INFO STEP 517 (remove_files) COMPLETE
56282024-09-23T17:49:51.465Z[ recovery-image] Sep 23 17:49:49.397 INFO O| Sep 23 17:49:49.397 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-23T17:49:51.473Z[ recovery-image] Sep 23 17:49:49.407 INFO O| Sep 23 17:49:49.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56302024-09-23T17:49:51.473Z[ recovery-image] Sep 23 17:49:49.407 INFO O| Sep 23 17:49:49.407 INFO STEP 518 (remove_files) COMPLETE
56312024-09-23T17:49:51.473Z[ recovery-image] Sep 23 17:49:49.407 INFO O| Sep 23 17:49:49.407 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-23T17:49:51.482Z[ recovery-image] Sep 23 17:49:49.417 INFO O| Sep 23 17:49:49.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56332024-09-23T17:49:51.482Z[ recovery-image] Sep 23 17:49:49.417 INFO O| Sep 23 17:49:49.417 INFO STEP 519 (remove_files) COMPLETE
56342024-09-23T17:49:51.485Z[ recovery-image] Sep 23 17:49:49.417 INFO O| Sep 23 17:49:49.417 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-23T17:49:51.492Z[ recovery-image] Sep 23 17:49:49.427 INFO O| Sep 23 17:49:49.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56362024-09-23T17:49:51.492Z[ recovery-image] Sep 23 17:49:49.427 INFO O| Sep 23 17:49:49.427 INFO STEP 520 (remove_files) COMPLETE
56372024-09-23T17:49:51.492Z[ recovery-image] Sep 23 17:49:49.427 INFO O| Sep 23 17:49:49.427 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-09-23T17:49:51.502Z[ recovery-image] Sep 23 17:49:49.436 INFO O| Sep 23 17:49:49.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56392024-09-23T17:49:51.502Z[ recovery-image] Sep 23 17:49:49.436 INFO O| Sep 23 17:49:49.436 INFO STEP 521 (remove_files) COMPLETE
56402024-09-23T17:49:51.505Z[ recovery-image] Sep 23 17:49:49.437 INFO O| Sep 23 17:49:49.436 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-09-23T17:49:51.512Z[ recovery-image] Sep 23 17:49:49.446 INFO O| Sep 23 17:49:49.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56422024-09-23T17:49:51.512Z[ recovery-image] Sep 23 17:49:49.446 INFO O| Sep 23 17:49:49.446 INFO STEP 522 (remove_files) COMPLETE
56432024-09-23T17:49:51.512Z[ recovery-image] Sep 23 17:49:49.446 INFO O| Sep 23 17:49:49.446 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-09-23T17:49:51.521Z[ recovery-image] Sep 23 17:49:49.456 INFO O| Sep 23 17:49:49.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56452024-09-23T17:49:51.521Z[ recovery-image] Sep 23 17:49:49.456 INFO O| Sep 23 17:49:49.456 INFO STEP 523 (remove_files) COMPLETE
56462024-09-23T17:49:51.524Z[ recovery-image] Sep 23 17:49:49.456 INFO O| Sep 23 17:49:49.456 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-09-23T17:49:51.531Z[ recovery-image] Sep 23 17:49:49.465 INFO O| Sep 23 17:49:49.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56482024-09-23T17:49:51.531Z[ recovery-image] Sep 23 17:49:49.465 INFO O| Sep 23 17:49:49.465 INFO STEP 524 (remove_files) COMPLETE
56492024-09-23T17:49:51.533Z[ recovery-image] Sep 23 17:49:49.465 INFO O| Sep 23 17:49:49.465 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-09-23T17:49:51.540Z[ recovery-image] Sep 23 17:49:49.475 INFO O| Sep 23 17:49:49.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56512024-09-23T17:49:51.543Z[ recovery-image] Sep 23 17:49:49.475 INFO O| Sep 23 17:49:49.475 INFO STEP 525 (remove_files) COMPLETE
56522024-09-23T17:49:51.543Z[ recovery-image] Sep 23 17:49:49.475 INFO O| Sep 23 17:49:49.475 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-09-23T17:49:51.550Z[ recovery-image] Sep 23 17:49:49.484 INFO O| Sep 23 17:49:49.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56542024-09-23T17:49:51.552Z[ recovery-image] Sep 23 17:49:49.485 INFO O| Sep 23 17:49:49.485 INFO STEP 526 (remove_files) COMPLETE
56552024-09-23T17:49:51.552Z[ recovery-image] Sep 23 17:49:49.485 INFO O| Sep 23 17:49:49.485 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-09-23T17:49:51.561Z[ recovery-image] Sep 23 17:49:49.495 INFO O| Sep 23 17:49:49.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56572024-09-23T17:49:51.561Z[ recovery-image] Sep 23 17:49:49.495 INFO O| Sep 23 17:49:49.495 INFO STEP 527 (remove_files) COMPLETE
56582024-09-23T17:49:51.564Z[ recovery-image] Sep 23 17:49:49.495 INFO O| Sep 23 17:49:49.495 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-09-23T17:49:51.570Z[ recovery-image] Sep 23 17:49:49.505 INFO O| Sep 23 17:49:49.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56602024-09-23T17:49:51.573Z[ recovery-image] Sep 23 17:49:49.505 INFO O| Sep 23 17:49:49.505 INFO STEP 528 (remove_files) COMPLETE
56612024-09-23T17:49:51.573Z[ recovery-image] Sep 23 17:49:49.505 INFO O| Sep 23 17:49:49.505 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-09-23T17:49:51.580Z[ recovery-image] Sep 23 17:49:49.515 INFO O| Sep 23 17:49:49.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56632024-09-23T17:49:51.583Z[ recovery-image] Sep 23 17:49:49.515 INFO O| Sep 23 17:49:49.515 INFO STEP 529 (remove_files) COMPLETE
56642024-09-23T17:49:51.583Z[ recovery-image] Sep 23 17:49:49.515 INFO O| Sep 23 17:49:49.515 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-09-23T17:49:51.590Z[ recovery-image] Sep 23 17:49:49.524 INFO O| Sep 23 17:49:49.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56662024-09-23T17:49:51.592Z[ recovery-image] Sep 23 17:49:49.524 INFO O| Sep 23 17:49:49.524 INFO STEP 530 (remove_files) COMPLETE
56672024-09-23T17:49:51.592Z[ recovery-image] Sep 23 17:49:49.524 INFO O| Sep 23 17:49:49.524 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-09-23T17:49:51.599Z[ recovery-image] Sep 23 17:49:49.534 INFO O| Sep 23 17:49:49.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56692024-09-23T17:49:51.599Z[ recovery-image] Sep 23 17:49:49.534 INFO O| Sep 23 17:49:49.534 INFO STEP 531 (remove_files) COMPLETE
56702024-09-23T17:49:51.599Z[ recovery-image] Sep 23 17:49:49.534 INFO O| Sep 23 17:49:49.534 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-09-23T17:49:51.610Z[ recovery-image] Sep 23 17:49:49.544 INFO O| Sep 23 17:49:49.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56722024-09-23T17:49:51.612Z[ recovery-image] Sep 23 17:49:49.544 INFO O| Sep 23 17:49:49.544 INFO STEP 532 (remove_files) COMPLETE
56732024-09-23T17:49:51.612Z[ recovery-image] Sep 23 17:49:49.544 INFO O| Sep 23 17:49:49.544 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-09-23T17:49:51.619Z[ recovery-image] Sep 23 17:49:49.554 INFO O| Sep 23 17:49:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56752024-09-23T17:49:51.622Z[ recovery-image] Sep 23 17:49:49.554 INFO O| Sep 23 17:49:49.554 INFO STEP 533 (remove_files) COMPLETE
56762024-09-23T17:49:51.622Z[ recovery-image] Sep 23 17:49:49.554 INFO O| Sep 23 17:49:49.554 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-09-23T17:49:51.629Z[ recovery-image] Sep 23 17:49:49.563 INFO O| Sep 23 17:49:49.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56782024-09-23T17:49:51.632Z[ recovery-image] Sep 23 17:49:49.564 INFO O| Sep 23 17:49:49.564 INFO STEP 534 (remove_files) COMPLETE
56792024-09-23T17:49:51.632Z[ recovery-image] Sep 23 17:49:49.564 INFO O| Sep 23 17:49:49.564 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-09-23T17:49:51.638Z[ recovery-image] Sep 23 17:49:49.573 INFO O| Sep 23 17:49:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56812024-09-23T17:49:51.641Z[ recovery-image] Sep 23 17:49:49.573 INFO O| Sep 23 17:49:49.573 INFO STEP 535 (remove_files) COMPLETE
56822024-09-23T17:49:51.641Z[ recovery-image] Sep 23 17:49:49.573 INFO O| Sep 23 17:49:49.573 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-09-23T17:49:51.648Z[ recovery-image] Sep 23 17:49:49.582 INFO O| Sep 23 17:49:49.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56842024-09-23T17:49:51.651Z[ recovery-image] Sep 23 17:49:49.583 INFO O| Sep 23 17:49:49.582 INFO STEP 536 (remove_files) COMPLETE
56852024-09-23T17:49:51.651Z[ recovery-image] Sep 23 17:49:49.583 INFO O| Sep 23 17:49:49.583 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-09-23T17:49:51.657Z[ recovery-image] Sep 23 17:49:49.592 INFO O| Sep 23 17:49:49.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56872024-09-23T17:49:51.660Z[ recovery-image] Sep 23 17:49:49.592 INFO O| Sep 23 17:49:49.592 INFO STEP 537 (remove_files) COMPLETE
56882024-09-23T17:49:51.660Z[ recovery-image] Sep 23 17:49:49.592 INFO O| Sep 23 17:49:49.592 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-09-23T17:49:51.667Z[ recovery-image] Sep 23 17:49:49.602 INFO O| Sep 23 17:49:49.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56902024-09-23T17:49:51.667Z[ recovery-image] Sep 23 17:49:49.602 INFO O| Sep 23 17:49:49.602 INFO STEP 538 (remove_files) COMPLETE
56912024-09-23T17:49:51.670Z[ recovery-image] Sep 23 17:49:49.602 INFO O| Sep 23 17:49:49.602 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-09-23T17:49:51.677Z[ recovery-image] Sep 23 17:49:49.611 INFO O| Sep 23 17:49:49.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56932024-09-23T17:49:51.680Z[ recovery-image] Sep 23 17:49:49.611 INFO O| Sep 23 17:49:49.611 INFO STEP 539 (remove_files) COMPLETE
56942024-09-23T17:49:51.680Z[ recovery-image] Sep 23 17:49:49.611 INFO O| Sep 23 17:49:49.611 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-09-23T17:49:51.686Z[ recovery-image] Sep 23 17:49:49.621 INFO O| Sep 23 17:49:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56962024-09-23T17:49:51.686Z[ recovery-image] Sep 23 17:49:49.621 INFO O| Sep 23 17:49:49.621 INFO STEP 540 (remove_files) COMPLETE
56972024-09-23T17:49:51.689Z[ recovery-image] Sep 23 17:49:49.621 INFO O| Sep 23 17:49:49.621 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-09-23T17:49:51.696Z[ recovery-image] Sep 23 17:49:49.631 INFO O| Sep 23 17:49:49.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56992024-09-23T17:49:51.696Z[ recovery-image] Sep 23 17:49:49.631 INFO O| Sep 23 17:49:49.631 INFO STEP 541 (remove_files) COMPLETE
57002024-09-23T17:49:51.696Z[ recovery-image] Sep 23 17:49:49.631 INFO O| Sep 23 17:49:49.631 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-09-23T17:49:51.706Z[ recovery-image] Sep 23 17:49:49.640 INFO O| Sep 23 17:49:49.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57022024-09-23T17:49:51.708Z[ recovery-image] Sep 23 17:49:49.640 INFO O| Sep 23 17:49:49.640 INFO STEP 542 (remove_files) COMPLETE
57032024-09-23T17:49:51.708Z[ recovery-image] Sep 23 17:49:49.640 INFO O| Sep 23 17:49:49.640 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-09-23T17:49:51.715Z[ recovery-image] Sep 23 17:49:49.650 INFO O| Sep 23 17:49:49.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57052024-09-23T17:49:51.715Z[ recovery-image] Sep 23 17:49:49.650 INFO O| Sep 23 17:49:49.650 INFO STEP 543 (remove_files) COMPLETE
57062024-09-23T17:49:51.718Z[ recovery-image] Sep 23 17:49:49.650 INFO O| Sep 23 17:49:49.650 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-09-23T17:49:51.726Z[ recovery-image] Sep 23 17:49:49.661 INFO O| Sep 23 17:49:49.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57082024-09-23T17:49:51.726Z[ recovery-image] Sep 23 17:49:49.661 INFO O| Sep 23 17:49:49.661 INFO STEP 544 (remove_files) COMPLETE
57092024-09-23T17:49:51.729Z[ recovery-image] Sep 23 17:49:49.661 INFO O| Sep 23 17:49:49.661 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-09-23T17:49:51.737Z[ recovery-image] Sep 23 17:49:49.671 INFO O| Sep 23 17:49:49.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57112024-09-23T17:49:51.740Z[ recovery-image] Sep 23 17:49:49.671 INFO O| Sep 23 17:49:49.671 INFO STEP 545 (remove_files) COMPLETE
57122024-09-23T17:49:51.740Z[ recovery-image] Sep 23 17:49:49.672 INFO O| Sep 23 17:49:49.671 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-09-23T17:49:51.748Z[ recovery-image] Sep 23 17:49:49.682 INFO O| Sep 23 17:49:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57142024-09-23T17:49:51.750Z[ recovery-image] Sep 23 17:49:49.682 INFO O| Sep 23 17:49:49.682 INFO STEP 546 (remove_files) COMPLETE
57152024-09-23T17:49:51.750Z[ recovery-image] Sep 23 17:49:49.682 INFO O| Sep 23 17:49:49.682 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-09-23T17:49:51.759Z[ recovery-image] Sep 23 17:49:49.693 INFO O| Sep 23 17:49:49.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57172024-09-23T17:49:51.759Z[ recovery-image] Sep 23 17:49:49.693 INFO O| Sep 23 17:49:49.693 INFO STEP 547 (remove_files) COMPLETE
57182024-09-23T17:49:51.761Z[ recovery-image] Sep 23 17:49:49.693 INFO O| Sep 23 17:49:49.693 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-09-23T17:49:51.770Z[ recovery-image] Sep 23 17:49:49.704 INFO O| Sep 23 17:49:49.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57202024-09-23T17:49:51.770Z[ recovery-image] Sep 23 17:49:49.704 INFO O| Sep 23 17:49:49.704 INFO STEP 548 (remove_files) COMPLETE
57212024-09-23T17:49:51.773Z[ recovery-image] Sep 23 17:49:49.704 INFO O| Sep 23 17:49:49.704 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-09-23T17:49:51.781Z[ recovery-image] Sep 23 17:49:49.715 INFO O| Sep 23 17:49:49.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57232024-09-23T17:49:51.781Z[ recovery-image] Sep 23 17:49:49.715 INFO O| Sep 23 17:49:49.715 INFO STEP 549 (remove_files) COMPLETE
57242024-09-23T17:49:51.783Z[ recovery-image] Sep 23 17:49:49.715 INFO O| Sep 23 17:49:49.715 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-09-23T17:49:51.792Z[ recovery-image] Sep 23 17:49:49.727 INFO O| Sep 23 17:49:49.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57262024-09-23T17:49:51.792Z[ recovery-image] Sep 23 17:49:49.727 INFO O| Sep 23 17:49:49.727 INFO STEP 550 (remove_files) COMPLETE
57272024-09-23T17:49:51.793Z[ recovery-image] Sep 23 17:49:49.727 INFO O| Sep 23 17:49:49.727 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-09-23T17:49:51.804Z[ recovery-image] Sep 23 17:49:49.738 INFO O| Sep 23 17:49:49.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57292024-09-23T17:49:51.804Z[ recovery-image] Sep 23 17:49:49.738 INFO O| Sep 23 17:49:49.738 INFO STEP 551 (remove_files) COMPLETE
57302024-09-23T17:49:51.807Z[ recovery-image] Sep 23 17:49:49.738 INFO O| Sep 23 17:49:49.738 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-09-23T17:49:51.814Z[ recovery-image] Sep 23 17:49:49.748 INFO O| Sep 23 17:49:49.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57322024-09-23T17:49:51.817Z[ recovery-image] Sep 23 17:49:49.748 INFO O| Sep 23 17:49:49.748 INFO STEP 552 (remove_files) COMPLETE
57332024-09-23T17:49:51.817Z[ recovery-image] Sep 23 17:49:49.748 INFO O| Sep 23 17:49:49.748 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-09-23T17:49:51.824Z[ recovery-image] Sep 23 17:49:49.758 INFO O| Sep 23 17:49:49.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57352024-09-23T17:49:51.827Z[ recovery-image] Sep 23 17:49:49.758 INFO O| Sep 23 17:49:49.758 INFO STEP 553 (remove_files) COMPLETE
57362024-09-23T17:49:51.827Z[ recovery-image] Sep 23 17:49:49.758 INFO O| Sep 23 17:49:49.758 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-09-23T17:49:51.834Z[ recovery-image] Sep 23 17:49:49.768 INFO O| Sep 23 17:49:49.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57382024-09-23T17:49:51.837Z[ recovery-image] Sep 23 17:49:49.769 INFO O| Sep 23 17:49:49.769 INFO STEP 554 (remove_files) COMPLETE
57392024-09-23T17:49:51.837Z[ recovery-image] Sep 23 17:49:49.769 INFO O| Sep 23 17:49:49.769 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-09-23T17:49:51.844Z[ recovery-image] Sep 23 17:49:49.778 INFO O| Sep 23 17:49:49.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57412024-09-23T17:49:51.847Z[ recovery-image] Sep 23 17:49:49.779 INFO O| Sep 23 17:49:49.779 INFO STEP 555 (remove_files) COMPLETE
57422024-09-23T17:49:51.847Z[ recovery-image] Sep 23 17:49:49.779 INFO O| Sep 23 17:49:49.779 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-09-23T17:49:51.854Z[ recovery-image] Sep 23 17:49:49.789 INFO O| Sep 23 17:49:49.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57442024-09-23T17:49:51.854Z[ recovery-image] Sep 23 17:49:49.789 INFO O| Sep 23 17:49:49.789 INFO STEP 556 (remove_files) COMPLETE
57452024-09-23T17:49:51.857Z[ recovery-image] Sep 23 17:49:49.789 INFO O| Sep 23 17:49:49.789 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-09-23T17:49:51.864Z[ recovery-image] Sep 23 17:49:49.799 INFO O| Sep 23 17:49:49.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57472024-09-23T17:49:51.870Z[ recovery-image] Sep 23 17:49:49.799 INFO O| Sep 23 17:49:49.799 INFO STEP 557 (remove_files) COMPLETE
57482024-09-23T17:49:51.870Z[ recovery-image] Sep 23 17:49:49.799 INFO O| Sep 23 17:49:49.799 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-09-23T17:49:51.875Z[ recovery-image] Sep 23 17:49:49.809 INFO O| Sep 23 17:49:49.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57502024-09-23T17:49:51.877Z[ recovery-image] Sep 23 17:49:49.809 INFO O| Sep 23 17:49:49.809 INFO STEP 558 (remove_files) COMPLETE
57512024-09-23T17:49:51.877Z[ recovery-image] Sep 23 17:49:49.809 INFO O| Sep 23 17:49:49.809 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-09-23T17:49:51.886Z[ recovery-image] Sep 23 17:49:49.821 INFO O| Sep 23 17:49:49.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57532024-09-23T17:49:51.886Z[ recovery-image] Sep 23 17:49:49.821 INFO O| Sep 23 17:49:49.821 INFO STEP 559 (remove_files) COMPLETE
57542024-09-23T17:49:51.886Z[ recovery-image] Sep 23 17:49:49.821 INFO O| Sep 23 17:49:49.821 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-09-23T17:49:51.898Z[ recovery-image] Sep 23 17:49:49.832 INFO O| Sep 23 17:49:49.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57562024-09-23T17:49:51.898Z[ recovery-image] Sep 23 17:49:49.832 INFO O| Sep 23 17:49:49.832 INFO STEP 560 (remove_files) COMPLETE
57572024-09-23T17:49:51.900Z[ recovery-image] Sep 23 17:49:49.832 INFO O| Sep 23 17:49:49.832 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-09-23T17:49:51.908Z[ recovery-image] Sep 23 17:49:49.842 INFO O| Sep 23 17:49:49.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57592024-09-23T17:49:51.910Z[ recovery-image] Sep 23 17:49:49.842 INFO O| Sep 23 17:49:49.842 INFO STEP 561 (remove_files) COMPLETE
57602024-09-23T17:49:51.910Z[ recovery-image] Sep 23 17:49:49.842 INFO O| Sep 23 17:49:49.842 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-09-23T17:49:51.919Z[ recovery-image] Sep 23 17:49:49.853 INFO O| Sep 23 17:49:49.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57622024-09-23T17:49:51.919Z[ recovery-image] Sep 23 17:49:49.853 INFO O| Sep 23 17:49:49.853 INFO STEP 562 (remove_files) COMPLETE
57632024-09-23T17:49:51.919Z[ recovery-image] Sep 23 17:49:49.853 INFO O| Sep 23 17:49:49.853 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-09-23T17:49:51.929Z[ recovery-image] Sep 23 17:49:49.863 INFO O| Sep 23 17:49:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57652024-09-23T17:49:51.929Z[ recovery-image] Sep 23 17:49:49.863 INFO O| Sep 23 17:49:49.863 INFO STEP 563 (remove_files) COMPLETE
57662024-09-23T17:49:51.931Z[ recovery-image] Sep 23 17:49:49.863 INFO O| Sep 23 17:49:49.863 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-09-23T17:49:51.941Z[ recovery-image] Sep 23 17:49:49.874 INFO O| Sep 23 17:49:49.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57682024-09-23T17:49:51.941Z[ recovery-image] Sep 23 17:49:49.874 INFO O| Sep 23 17:49:49.874 INFO STEP 564 (remove_files) COMPLETE
57692024-09-23T17:49:51.941Z[ recovery-image] Sep 23 17:49:49.874 INFO O| Sep 23 17:49:49.874 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-09-23T17:49:51.949Z[ recovery-image] Sep 23 17:49:49.884 INFO O| Sep 23 17:49:49.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57712024-09-23T17:49:51.950Z[ recovery-image] Sep 23 17:49:49.884 INFO O| Sep 23 17:49:49.884 INFO STEP 565 (remove_files) COMPLETE
57722024-09-23T17:49:51.952Z[ recovery-image] Sep 23 17:49:49.884 INFO O| Sep 23 17:49:49.884 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-09-23T17:49:51.959Z[ recovery-image] Sep 23 17:49:49.894 INFO O| Sep 23 17:49:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57742024-09-23T17:49:51.962Z[ recovery-image] Sep 23 17:49:49.894 INFO O| Sep 23 17:49:49.894 INFO STEP 566 (remove_files) COMPLETE
57752024-09-23T17:49:51.962Z[ recovery-image] Sep 23 17:49:49.894 INFO O| Sep 23 17:49:49.894 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-09-23T17:49:51.969Z[ recovery-image] Sep 23 17:49:49.903 INFO O| Sep 23 17:49:49.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57772024-09-23T17:49:51.969Z[ recovery-image] Sep 23 17:49:49.904 INFO O| Sep 23 17:49:49.903 INFO STEP 567 (remove_files) COMPLETE
57782024-09-23T17:49:51.969Z[ recovery-image] Sep 23 17:49:49.904 INFO O| Sep 23 17:49:49.904 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-09-23T17:49:51.979Z[ recovery-image] Sep 23 17:49:49.913 INFO O| Sep 23 17:49:49.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57802024-09-23T17:49:51.979Z[ recovery-image] Sep 23 17:49:49.913 INFO O| Sep 23 17:49:49.913 INFO STEP 568 (remove_files) COMPLETE
57812024-09-23T17:49:51.981Z[ recovery-image] Sep 23 17:49:49.913 INFO O| Sep 23 17:49:49.913 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-09-23T17:49:51.989Z[ recovery-image] Sep 23 17:49:49.924 INFO O| Sep 23 17:49:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57832024-09-23T17:49:51.989Z[ recovery-image] Sep 23 17:49:49.924 INFO O| Sep 23 17:49:49.924 INFO STEP 569 (remove_files) COMPLETE
57842024-09-23T17:49:51.992Z[ recovery-image] Sep 23 17:49:49.924 INFO O| Sep 23 17:49:49.924 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-09-23T17:49:51.999Z[ recovery-image] Sep 23 17:49:49.933 INFO O| Sep 23 17:49:49.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57862024-09-23T17:49:52.002Z[ recovery-image] Sep 23 17:49:49.933 INFO O| Sep 23 17:49:49.933 INFO STEP 570 (remove_files) COMPLETE
57872024-09-23T17:49:52.002Z[ recovery-image] Sep 23 17:49:49.933 INFO O| Sep 23 17:49:49.933 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-09-23T17:49:52.009Z[ recovery-image] Sep 23 17:49:49.943 INFO O| Sep 23 17:49:49.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57892024-09-23T17:49:52.009Z[ recovery-image] Sep 23 17:49:49.943 INFO O| Sep 23 17:49:49.943 INFO STEP 571 (remove_files) COMPLETE
57902024-09-23T17:49:52.011Z[ recovery-image] Sep 23 17:49:49.943 INFO O| Sep 23 17:49:49.943 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-23T17:49:52.018Z[ recovery-image] Sep 23 17:49:49.953 INFO O| Sep 23 17:49:49.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57922024-09-23T17:49:52.018Z[ recovery-image] Sep 23 17:49:49.953 INFO O| Sep 23 17:49:49.953 INFO STEP 572 (remove_files) COMPLETE
57932024-09-23T17:49:52.021Z[ recovery-image] Sep 23 17:49:49.953 INFO O| Sep 23 17:49:49.953 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-23T17:49:52.028Z[ recovery-image] Sep 23 17:49:49.962 INFO O| Sep 23 17:49:49.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57952024-09-23T17:49:52.028Z[ recovery-image] Sep 23 17:49:49.963 INFO O| Sep 23 17:49:49.962 INFO STEP 573 (remove_files) COMPLETE
57962024-09-23T17:49:52.028Z[ recovery-image] Sep 23 17:49:49.963 INFO O| Sep 23 17:49:49.962 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-23T17:49:52.038Z[ recovery-image] Sep 23 17:49:49.972 INFO O| Sep 23 17:49:49.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57982024-09-23T17:49:52.040Z[ recovery-image] Sep 23 17:49:49.972 INFO O| Sep 23 17:49:49.972 INFO STEP 574 (remove_files) COMPLETE
57992024-09-23T17:49:52.040Z[ recovery-image] Sep 23 17:49:49.972 INFO O| Sep 23 17:49:49.972 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-23T17:49:52.047Z[ recovery-image] Sep 23 17:49:49.982 INFO O| Sep 23 17:49:49.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58012024-09-23T17:49:52.050Z[ recovery-image] Sep 23 17:49:49.982 INFO O| Sep 23 17:49:49.982 INFO STEP 575 (remove_files) COMPLETE
58022024-09-23T17:49:52.050Z[ recovery-image] Sep 23 17:49:49.982 INFO O| Sep 23 17:49:49.982 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-23T17:49:52.057Z[ recovery-image] Sep 23 17:49:49.992 INFO O| Sep 23 17:49:49.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58042024-09-23T17:49:52.057Z[ recovery-image] Sep 23 17:49:49.992 INFO O| Sep 23 17:49:49.992 INFO STEP 576 (remove_files) COMPLETE
58052024-09-23T17:49:52.057Z[ recovery-image] Sep 23 17:49:49.992 INFO O| Sep 23 17:49:49.992 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-23T17:49:52.067Z[ recovery-image] Sep 23 17:49:50.002 INFO O| Sep 23 17:49:50.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58072024-09-23T17:49:52.067Z[ recovery-image] Sep 23 17:49:50.002 INFO O| Sep 23 17:49:50.002 INFO STEP 577 (remove_files) COMPLETE
58082024-09-23T17:49:52.067Z[ recovery-image] Sep 23 17:49:50.002 INFO O| Sep 23 17:49:50.002 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-23T17:49:52.078Z[ recovery-image] Sep 23 17:49:50.012 INFO O| Sep 23 17:49:50.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58102024-09-23T17:49:52.078Z[ recovery-image] Sep 23 17:49:50.012 INFO O| Sep 23 17:49:50.012 INFO STEP 578 (remove_files) COMPLETE
58112024-09-23T17:49:52.081Z[ recovery-image] Sep 23 17:49:50.013 INFO O| Sep 23 17:49:50.012 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-23T17:49:52.088Z[ recovery-image] Sep 23 17:49:50.022 INFO O| Sep 23 17:49:50.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58132024-09-23T17:49:52.091Z[ recovery-image] Sep 23 17:49:50.022 INFO O| Sep 23 17:49:50.022 INFO STEP 579 (remove_files) COMPLETE
58142024-09-23T17:49:52.091Z[ recovery-image] Sep 23 17:49:50.022 INFO O| Sep 23 17:49:50.022 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-23T17:49:52.097Z[ recovery-image] Sep 23 17:49:50.032 INFO O| Sep 23 17:49:50.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58162024-09-23T17:49:52.100Z[ recovery-image] Sep 23 17:49:50.032 INFO O| Sep 23 17:49:50.032 INFO STEP 580 (remove_files) COMPLETE
58172024-09-23T17:49:52.100Z[ recovery-image] Sep 23 17:49:50.032 INFO O| Sep 23 17:49:50.032 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-23T17:49:52.107Z[ recovery-image] Sep 23 17:49:50.041 INFO O| Sep 23 17:49:50.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58192024-09-23T17:49:52.107Z[ recovery-image] Sep 23 17:49:50.041 INFO O| Sep 23 17:49:50.041 INFO STEP 581 (remove_files) COMPLETE
58202024-09-23T17:49:52.110Z[ recovery-image] Sep 23 17:49:50.041 INFO O| Sep 23 17:49:50.041 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-23T17:49:52.116Z[ recovery-image] Sep 23 17:49:50.051 INFO O| Sep 23 17:49:50.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58222024-09-23T17:49:52.116Z[ recovery-image] Sep 23 17:49:50.051 INFO O| Sep 23 17:49:50.051 INFO STEP 582 (remove_files) COMPLETE
58232024-09-23T17:49:52.116Z[ recovery-image] Sep 23 17:49:50.051 INFO O| Sep 23 17:49:50.051 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-23T17:49:52.122Z[ host-image] Sep 23 17:49:50.056 INFO O| Sep 23 17:49:50.056 INFO O| Planning: Solver setup ... Done
58252024-09-23T17:49:52.125Z[ host-image] Sep 23 17:49:50.060 INFO O| Sep 23 17:49:50.060 INFO O| Planning: Running solver ... Done
58262024-09-23T17:49:52.128Z[ recovery-image] Sep 23 17:49:50.060 INFO O| Sep 23 17:49:50.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58272024-09-23T17:49:52.128Z[ recovery-image] Sep 23 17:49:50.060 INFO O| Sep 23 17:49:50.060 INFO STEP 583 (remove_files) COMPLETE
58282024-09-23T17:49:52.128Z[ recovery-image] Sep 23 17:49:50.060 INFO O| Sep 23 17:49:50.060 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-09-23T17:49:52.135Z[ recovery-image] Sep 23 17:49:50.070 INFO O| Sep 23 17:49:50.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58302024-09-23T17:49:52.136Z[ recovery-image] Sep 23 17:49:50.070 INFO O| Sep 23 17:49:50.070 INFO STEP 584 (remove_files) COMPLETE
58312024-09-23T17:49:52.138Z[ recovery-image] Sep 23 17:49:50.070 INFO O| Sep 23 17:49:50.070 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-09-23T17:49:52.145Z[ recovery-image] Sep 23 17:49:50.080 INFO O| Sep 23 17:49:50.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58332024-09-23T17:49:52.145Z[ recovery-image] Sep 23 17:49:50.080 INFO O| Sep 23 17:49:50.080 INFO STEP 585 (remove_files) COMPLETE
58342024-09-23T17:49:52.145Z[ recovery-image] Sep 23 17:49:50.080 INFO O| Sep 23 17:49:50.080 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-09-23T17:49:52.155Z[ recovery-image] Sep 23 17:49:50.089 INFO O| Sep 23 17:49:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58362024-09-23T17:49:52.157Z[ recovery-image] Sep 23 17:49:50.089 INFO O| Sep 23 17:49:50.089 INFO STEP 586 (remove_files) COMPLETE
58372024-09-23T17:49:52.157Z[ recovery-image] Sep 23 17:49:50.089 INFO O| Sep 23 17:49:50.089 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-09-23T17:49:52.165Z[ recovery-image] Sep 23 17:49:50.099 INFO O| Sep 23 17:49:50.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58392024-09-23T17:49:52.165Z[ recovery-image] Sep 23 17:49:50.099 INFO O| Sep 23 17:49:50.099 INFO STEP 587 (remove_files) COMPLETE
58402024-09-23T17:49:52.167Z[ recovery-image] Sep 23 17:49:50.099 INFO O| Sep 23 17:49:50.099 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-09-23T17:49:52.171Z[ host-image] Sep 23 17:49:50.105 INFO O| Sep 23 17:49:50.105 INFO O| Planning: Finding local manifests ... Done
58422024-09-23T17:49:52.173Z[ host-image] Sep 23 17:49:50.106 INFO O| Sep 23 17:49:50.106 INFO O| Planning: Fetching manifests: 0/6 0% complete
58432024-09-23T17:49:52.176Z[ recovery-image] Sep 23 17:49:50.109 INFO O| Sep 23 17:49:50.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58442024-09-23T17:49:52.176Z[ recovery-image] Sep 23 17:49:50.109 INFO O| Sep 23 17:49:50.109 INFO STEP 588 (remove_files) COMPLETE
58452024-09-23T17:49:52.176Z[ recovery-image] Sep 23 17:49:50.109 INFO O| Sep 23 17:49:50.109 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-09-23T17:49:52.185Z[ recovery-image] Sep 23 17:49:50.119 INFO O| Sep 23 17:49:50.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58472024-09-23T17:49:52.185Z[ recovery-image] Sep 23 17:49:50.119 INFO O| Sep 23 17:49:50.119 INFO STEP 589 (remove_files) COMPLETE
58482024-09-23T17:49:52.185Z[ recovery-image] Sep 23 17:49:50.119 INFO O| Sep 23 17:49:50.119 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-09-23T17:49:52.195Z[ recovery-image] Sep 23 17:49:50.129 INFO O| Sep 23 17:49:50.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58502024-09-23T17:49:52.198Z[ recovery-image] Sep 23 17:49:50.129 INFO O| Sep 23 17:49:50.129 INFO STEP 590 (remove_files) COMPLETE
58512024-09-23T17:49:52.198Z[ recovery-image] Sep 23 17:49:50.129 INFO O| Sep 23 17:49:50.129 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-09-23T17:49:52.205Z[ recovery-image] Sep 23 17:49:50.139 INFO O| Sep 23 17:49:50.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58532024-09-23T17:49:52.208Z[ recovery-image] Sep 23 17:49:50.139 INFO O| Sep 23 17:49:50.139 INFO STEP 591 (remove_files) COMPLETE
58542024-09-23T17:49:52.208Z[ recovery-image] Sep 23 17:49:50.140 INFO O| Sep 23 17:49:50.139 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-09-23T17:49:52.215Z[ recovery-image] Sep 23 17:49:50.149 INFO O| Sep 23 17:49:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58562024-09-23T17:49:52.217Z[ recovery-image] Sep 23 17:49:50.150 INFO O| Sep 23 17:49:50.150 INFO STEP 592 (remove_files) COMPLETE
58572024-09-23T17:49:52.217Z[ recovery-image] Sep 23 17:49:50.150 INFO O| Sep 23 17:49:50.150 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-09-23T17:49:52.225Z[ recovery-image] Sep 23 17:49:50.159 INFO O| Sep 23 17:49:50.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58592024-09-23T17:49:52.225Z[ recovery-image] Sep 23 17:49:50.159 INFO O| Sep 23 17:49:50.159 INFO STEP 593 (remove_files) COMPLETE
58602024-09-23T17:49:52.225Z[ recovery-image] Sep 23 17:49:50.159 INFO O| Sep 23 17:49:50.159 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-09-23T17:49:52.235Z[ recovery-image] Sep 23 17:49:50.169 INFO O| Sep 23 17:49:50.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58622024-09-23T17:49:52.235Z[ recovery-image] Sep 23 17:49:50.169 INFO O| Sep 23 17:49:50.169 INFO STEP 594 (remove_files) COMPLETE
58632024-09-23T17:49:52.235Z[ recovery-image] Sep 23 17:49:50.169 INFO O| Sep 23 17:49:50.169 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-23T17:49:52.244Z[ recovery-image] Sep 23 17:49:50.179 INFO O| Sep 23 17:49:50.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58652024-09-23T17:49:52.247Z[ recovery-image] Sep 23 17:49:50.179 INFO O| Sep 23 17:49:50.179 INFO STEP 595 (remove_files) COMPLETE
58662024-09-23T17:49:52.247Z[ recovery-image] Sep 23 17:49:50.179 INFO O| Sep 23 17:49:50.179 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-23T17:49:52.255Z[ recovery-image] Sep 23 17:49:50.188 INFO O| Sep 23 17:49:50.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58682024-09-23T17:49:52.255Z[ recovery-image] Sep 23 17:49:50.188 INFO O| Sep 23 17:49:50.188 INFO STEP 596 (remove_files) COMPLETE
58692024-09-23T17:49:52.258Z[ recovery-image] Sep 23 17:49:50.188 INFO O| Sep 23 17:49:50.188 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-23T17:49:52.264Z[ recovery-image] Sep 23 17:49:50.198 INFO O| Sep 23 17:49:50.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58712024-09-23T17:49:52.264Z[ recovery-image] Sep 23 17:49:50.198 INFO O| Sep 23 17:49:50.198 INFO STEP 597 (remove_files) COMPLETE
58722024-09-23T17:49:52.267Z[ recovery-image] Sep 23 17:49:50.199 INFO O| Sep 23 17:49:50.198 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-23T17:49:52.276Z[ recovery-image] Sep 23 17:49:50.210 INFO O| Sep 23 17:49:50.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58742024-09-23T17:49:52.279Z[ recovery-image] Sep 23 17:49:50.211 INFO O| Sep 23 17:49:50.211 INFO STEP 598 (remove_files) COMPLETE
58752024-09-23T17:49:52.279Z[ recovery-image] Sep 23 17:49:50.211 INFO O| Sep 23 17:49:50.211 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-23T17:49:52.286Z[ recovery-image] Sep 23 17:49:50.220 INFO O| Sep 23 17:49:50.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58772024-09-23T17:49:52.289Z[ recovery-image] Sep 23 17:49:50.220 INFO O| Sep 23 17:49:50.220 INFO STEP 599 (remove_files) COMPLETE
58782024-09-23T17:49:52.289Z[ recovery-image] Sep 23 17:49:50.221 INFO O| Sep 23 17:49:50.220 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-23T17:49:52.297Z[ recovery-image] Sep 23 17:49:50.232 INFO O| Sep 23 17:49:50.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58802024-09-23T17:49:52.297Z[ recovery-image] Sep 23 17:49:50.232 INFO O| Sep 23 17:49:50.232 INFO STEP 600 (remove_files) COMPLETE
58812024-09-23T17:49:52.300Z[ recovery-image] Sep 23 17:49:50.232 INFO O| Sep 23 17:49:50.232 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-23T17:49:52.307Z[ recovery-image] Sep 23 17:49:50.242 INFO O| Sep 23 17:49:50.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58832024-09-23T17:49:52.310Z[ recovery-image] Sep 23 17:49:50.242 INFO O| Sep 23 17:49:50.242 INFO STEP 601 (remove_files) COMPLETE
58842024-09-23T17:49:52.310Z[ recovery-image] Sep 23 17:49:50.242 INFO O| Sep 23 17:49:50.242 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-23T17:49:52.319Z[ recovery-image] Sep 23 17:49:50.253 INFO O| Sep 23 17:49:50.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58862024-09-23T17:49:52.319Z[ recovery-image] Sep 23 17:49:50.253 INFO O| Sep 23 17:49:50.253 INFO STEP 602 (remove_files) COMPLETE
58872024-09-23T17:49:52.322Z[ recovery-image] Sep 23 17:49:50.253 INFO O| Sep 23 17:49:50.253 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-23T17:49:52.324Z[ host-image] Sep 23 17:49:50.257 INFO O| Sep 23 17:49:50.257 INFO O| Planning: Fetching manifests: 6/6 100% complete
58892024-09-23T17:49:52.329Z[ recovery-image] Sep 23 17:49:50.263 INFO O| Sep 23 17:49:50.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58902024-09-23T17:49:52.330Z[ recovery-image] Sep 23 17:49:50.263 INFO O| Sep 23 17:49:50.263 INFO STEP 603 (remove_files) COMPLETE
58912024-09-23T17:49:52.332Z[ recovery-image] Sep 23 17:49:50.263 INFO O| Sep 23 17:49:50.263 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-09-23T17:49:52.339Z[ recovery-image] Sep 23 17:49:50.273 INFO O| Sep 23 17:49:50.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58932024-09-23T17:49:52.339Z[ recovery-image] Sep 23 17:49:50.273 INFO O| Sep 23 17:49:50.273 INFO STEP 604 (remove_files) COMPLETE
58942024-09-23T17:49:52.341Z[ recovery-image] Sep 23 17:49:50.273 INFO O| Sep 23 17:49:50.273 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-09-23T17:49:52.349Z[ recovery-image] Sep 23 17:49:50.283 INFO O| Sep 23 17:49:50.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58962024-09-23T17:49:52.351Z[ recovery-image] Sep 23 17:49:50.283 INFO O| Sep 23 17:49:50.283 INFO STEP 605 (remove_files) COMPLETE
58972024-09-23T17:49:52.351Z[ recovery-image] Sep 23 17:49:50.283 INFO O| Sep 23 17:49:50.283 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-09-23T17:49:52.357Z[ host-image] Sep 23 17:49:50.291 INFO O| Sep 23 17:49:50.291 INFO O| Planning: Package planning ... Done
58992024-09-23T17:49:52.359Z[ recovery-image] Sep 23 17:49:50.293 INFO O| Sep 23 17:49:50.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59002024-09-23T17:49:52.359Z[ recovery-image] Sep 23 17:49:50.293 INFO O| Sep 23 17:49:50.293 INFO STEP 606 (remove_files) COMPLETE
59012024-09-23T17:49:52.359Z[ recovery-image] Sep 23 17:49:50.293 INFO O| Sep 23 17:49:50.293 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-09-23T17:49:52.368Z[ recovery-image] Sep 23 17:49:50.303 INFO O| Sep 23 17:49:50.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59032024-09-23T17:49:52.368Z[ recovery-image] Sep 23 17:49:50.303 INFO O| Sep 23 17:49:50.303 INFO STEP 607 (remove_files) COMPLETE
59042024-09-23T17:49:52.371Z[ recovery-image] Sep 23 17:49:50.303 INFO O| Sep 23 17:49:50.303 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-09-23T17:49:52.375Z[ host-image] Sep 23 17:49:50.310 INFO O| Sep 23 17:49:50.310 INFO O| Planning: Merging actions ... Done
59062024-09-23T17:49:52.378Z[ recovery-image] Sep 23 17:49:50.313 INFO O| Sep 23 17:49:50.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59072024-09-23T17:49:52.378Z[ recovery-image] Sep 23 17:49:50.313 INFO O| Sep 23 17:49:50.313 INFO STEP 608 (remove_files) COMPLETE
59082024-09-23T17:49:52.381Z[ recovery-image] Sep 23 17:49:50.313 INFO O| Sep 23 17:49:50.313 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-23T17:49:52.388Z[ recovery-image] Sep 23 17:49:50.322 INFO O| Sep 23 17:49:50.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59102024-09-23T17:49:52.388Z[ recovery-image] Sep 23 17:49:50.322 INFO O| Sep 23 17:49:50.322 INFO STEP 609 (remove_files) COMPLETE
59112024-09-23T17:49:52.388Z[ recovery-image] Sep 23 17:49:50.322 INFO O| Sep 23 17:49:50.322 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-23T17:49:52.398Z[ recovery-image] Sep 23 17:49:50.332 INFO O| Sep 23 17:49:50.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59132024-09-23T17:49:52.400Z[ recovery-image] Sep 23 17:49:50.332 INFO O| Sep 23 17:49:50.332 INFO STEP 610 (remove_files) COMPLETE
59142024-09-23T17:49:52.400Z[ recovery-image] Sep 23 17:49:50.332 INFO O| Sep 23 17:49:50.332 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-23T17:49:52.407Z[ recovery-image] Sep 23 17:49:50.342 INFO O| Sep 23 17:49:50.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59162024-09-23T17:49:52.407Z[ recovery-image] Sep 23 17:49:50.342 INFO O| Sep 23 17:49:50.342 INFO STEP 611 (remove_files) COMPLETE
59172024-09-23T17:49:52.407Z[ recovery-image] Sep 23 17:49:50.342 INFO O| Sep 23 17:49:50.342 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-23T17:49:52.417Z[ recovery-image] Sep 23 17:49:50.351 INFO O| Sep 23 17:49:50.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59192024-09-23T17:49:52.419Z[ recovery-image] Sep 23 17:49:50.351 INFO O| Sep 23 17:49:50.351 INFO STEP 612 (remove_files) COMPLETE
59202024-09-23T17:49:52.419Z[ recovery-image] Sep 23 17:49:50.352 INFO O| Sep 23 17:49:50.351 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-23T17:49:52.427Z[ recovery-image] Sep 23 17:49:50.361 INFO O| Sep 23 17:49:50.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59222024-09-23T17:49:52.427Z[ recovery-image] Sep 23 17:49:50.361 INFO O| Sep 23 17:49:50.361 INFO STEP 613 (remove_files) COMPLETE
59232024-09-23T17:49:52.427Z[ recovery-image] Sep 23 17:49:50.361 INFO O| Sep 23 17:49:50.361 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-23T17:49:52.436Z[ recovery-image] Sep 23 17:49:50.371 INFO O| Sep 23 17:49:50.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59252024-09-23T17:49:52.436Z[ recovery-image] Sep 23 17:49:50.371 INFO O| Sep 23 17:49:50.371 INFO STEP 614 (remove_files) COMPLETE
59262024-09-23T17:49:52.436Z[ recovery-image] Sep 23 17:49:50.371 INFO O| Sep 23 17:49:50.371 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-23T17:49:52.446Z[ recovery-image] Sep 23 17:49:50.380 INFO O| Sep 23 17:49:50.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59282024-09-23T17:49:52.448Z[ recovery-image] Sep 23 17:49:50.380 INFO O| Sep 23 17:49:50.380 INFO STEP 615 (remove_files) COMPLETE
59292024-09-23T17:49:52.449Z[ recovery-image] Sep 23 17:49:50.380 INFO O| Sep 23 17:49:50.380 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-23T17:49:52.449Z[ host-image] Sep 23 17:49:50.382 INFO O| Sep 23 17:49:50.382 INFO O| Planning: Checking for conflicting actions ... Done
59312024-09-23T17:49:52.452Z[ host-image] Sep 23 17:49:50.386 INFO O| Sep 23 17:49:50.386 INFO O| Planning: Consolidating action changes ... Done
59322024-09-23T17:49:52.456Z[ recovery-image] Sep 23 17:49:50.390 INFO O| Sep 23 17:49:50.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59332024-09-23T17:49:52.456Z[ recovery-image] Sep 23 17:49:50.390 INFO O| Sep 23 17:49:50.390 INFO STEP 616 (remove_files) COMPLETE
59342024-09-23T17:49:52.459Z[ recovery-image] Sep 23 17:49:50.390 INFO O| Sep 23 17:49:50.390 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-23T17:49:52.465Z[ recovery-image] Sep 23 17:49:50.400 INFO O| Sep 23 17:49:50.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59362024-09-23T17:49:52.465Z[ recovery-image] Sep 23 17:49:50.400 INFO O| Sep 23 17:49:50.400 INFO STEP 617 (remove_files) COMPLETE
59372024-09-23T17:49:52.465Z[ recovery-image] Sep 23 17:49:50.400 INFO O| Sep 23 17:49:50.400 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-23T17:49:52.475Z[ recovery-image] Sep 23 17:49:50.409 INFO O| Sep 23 17:49:50.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59392024-09-23T17:49:52.475Z[ recovery-image] Sep 23 17:49:50.409 INFO O| Sep 23 17:49:50.409 INFO STEP 618 (remove_files) COMPLETE
59402024-09-23T17:49:52.477Z[ recovery-image] Sep 23 17:49:50.409 INFO O| Sep 23 17:49:50.409 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-23T17:49:52.484Z[ recovery-image] Sep 23 17:49:50.419 INFO O| Sep 23 17:49:50.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59422024-09-23T17:49:52.487Z[ recovery-image] Sep 23 17:49:50.419 INFO O| Sep 23 17:49:50.419 INFO STEP 619 (remove_files) COMPLETE
59432024-09-23T17:49:52.487Z[ recovery-image] Sep 23 17:49:50.419 INFO O| Sep 23 17:49:50.419 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-23T17:49:52.494Z[ recovery-image] Sep 23 17:49:50.428 INFO O| Sep 23 17:49:50.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59452024-09-23T17:49:52.494Z[ recovery-image] Sep 23 17:49:50.428 INFO O| Sep 23 17:49:50.428 INFO STEP 620 (remove_files) COMPLETE
59462024-09-23T17:49:52.497Z[ recovery-image] Sep 23 17:49:50.428 INFO O| Sep 23 17:49:50.428 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-23T17:49:52.504Z[ recovery-image] Sep 23 17:49:50.438 INFO O| Sep 23 17:49:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59482024-09-23T17:49:52.504Z[ recovery-image] Sep 23 17:49:50.438 INFO O| Sep 23 17:49:50.438 INFO STEP 621 (remove_files) COMPLETE
59492024-09-23T17:49:52.504Z[ recovery-image] Sep 23 17:49:50.438 INFO O| Sep 23 17:49:50.438 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-23T17:49:52.513Z[ recovery-image] Sep 23 17:49:50.448 INFO O| Sep 23 17:49:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59512024-09-23T17:49:52.513Z[ recovery-image] Sep 23 17:49:50.448 INFO O| Sep 23 17:49:50.448 INFO STEP 622 (remove_files) COMPLETE
59522024-09-23T17:49:52.516Z[ recovery-image] Sep 23 17:49:50.448 INFO O| Sep 23 17:49:50.448 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-23T17:49:52.523Z[ recovery-image] Sep 23 17:49:50.457 INFO O| Sep 23 17:49:50.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59542024-09-23T17:49:52.526Z[ recovery-image] Sep 23 17:49:50.458 INFO O| Sep 23 17:49:50.458 INFO STEP 623 (remove_files) COMPLETE
59552024-09-23T17:49:52.526Z[ recovery-image] Sep 23 17:49:50.458 INFO O| Sep 23 17:49:50.458 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-23T17:49:52.533Z[ recovery-image] Sep 23 17:49:50.467 INFO O| Sep 23 17:49:50.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59572024-09-23T17:49:52.536Z[ recovery-image] Sep 23 17:49:50.467 INFO O| Sep 23 17:49:50.467 INFO STEP 624 (remove_files) COMPLETE
59582024-09-23T17:49:52.536Z[ recovery-image] Sep 23 17:49:50.468 INFO O| Sep 23 17:49:50.467 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-23T17:49:52.543Z[ recovery-image] Sep 23 17:49:50.477 INFO O| Sep 23 17:49:50.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59602024-09-23T17:49:52.543Z[ recovery-image] Sep 23 17:49:50.477 INFO O| Sep 23 17:49:50.477 INFO STEP 625 (remove_files) COMPLETE
59612024-09-23T17:49:52.545Z[ recovery-image] Sep 23 17:49:50.477 INFO O| Sep 23 17:49:50.477 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-23T17:49:52.552Z[ recovery-image] Sep 23 17:49:50.487 INFO O| Sep 23 17:49:50.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59632024-09-23T17:49:52.553Z[ recovery-image] Sep 23 17:49:50.487 INFO O| Sep 23 17:49:50.487 INFO STEP 626 (remove_files) COMPLETE
59642024-09-23T17:49:52.556Z[ recovery-image] Sep 23 17:49:50.487 INFO O| Sep 23 17:49:50.487 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-23T17:49:52.562Z[ recovery-image] Sep 23 17:49:50.496 INFO O| Sep 23 17:49:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59662024-09-23T17:49:52.564Z[ recovery-image] Sep 23 17:49:50.496 INFO O| Sep 23 17:49:50.496 INFO STEP 627 (remove_files) COMPLETE
59672024-09-23T17:49:52.564Z[ recovery-image] Sep 23 17:49:50.496 INFO O| Sep 23 17:49:50.496 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-23T17:49:52.571Z[ recovery-image] Sep 23 17:49:50.506 INFO O| Sep 23 17:49:50.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59692024-09-23T17:49:52.574Z[ recovery-image] Sep 23 17:49:50.506 INFO O| Sep 23 17:49:50.506 INFO STEP 628 (remove_files) COMPLETE
59702024-09-23T17:49:52.574Z[ recovery-image] Sep 23 17:49:50.506 INFO O| Sep 23 17:49:50.506 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-23T17:49:52.581Z[ recovery-image] Sep 23 17:49:50.515 INFO O| Sep 23 17:49:50.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59722024-09-23T17:49:52.583Z[ recovery-image] Sep 23 17:49:50.515 INFO O| Sep 23 17:49:50.515 INFO STEP 629 (remove_files) COMPLETE
59732024-09-23T17:49:52.583Z[ recovery-image] Sep 23 17:49:50.515 INFO O| Sep 23 17:49:50.515 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-23T17:49:52.590Z[ recovery-image] Sep 23 17:49:50.525 INFO O| Sep 23 17:49:50.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59752024-09-23T17:49:52.590Z[ recovery-image] Sep 23 17:49:50.525 INFO O| Sep 23 17:49:50.525 INFO STEP 630 (remove_files) COMPLETE
59762024-09-23T17:49:52.590Z[ recovery-image] Sep 23 17:49:50.525 INFO O| Sep 23 17:49:50.525 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-23T17:49:52.600Z[ recovery-image] Sep 23 17:49:50.534 INFO O| Sep 23 17:49:50.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59782024-09-23T17:49:52.600Z[ recovery-image] Sep 23 17:49:50.534 INFO O| Sep 23 17:49:50.534 INFO STEP 631 (remove_files) COMPLETE
59792024-09-23T17:49:52.602Z[ recovery-image] Sep 23 17:49:50.534 INFO O| Sep 23 17:49:50.534 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-23T17:49:52.609Z[ recovery-image] Sep 23 17:49:50.544 INFO O| Sep 23 17:49:50.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59812024-09-23T17:49:52.609Z[ recovery-image] Sep 23 17:49:50.544 INFO O| Sep 23 17:49:50.544 INFO STEP 632 (remove_files) COMPLETE
59822024-09-23T17:49:52.609Z[ recovery-image] Sep 23 17:49:50.544 INFO O| Sep 23 17:49:50.544 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-23T17:49:52.619Z[ recovery-image] Sep 23 17:49:50.553 INFO O| Sep 23 17:49:50.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59842024-09-23T17:49:52.622Z[ recovery-image] Sep 23 17:49:50.554 INFO O| Sep 23 17:49:50.553 INFO STEP 633 (remove_files) COMPLETE
59852024-09-23T17:49:52.622Z[ recovery-image] Sep 23 17:49:50.554 INFO O| Sep 23 17:49:50.554 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-23T17:49:52.627Z[ host-image] Sep 23 17:49:50.562 INFO O| Sep 23 17:49:50.561 INFO O| Planning: Evaluating mediators ... Done
59872024-09-23T17:49:52.632Z[ recovery-image] Sep 23 17:49:50.563 INFO O| Sep 23 17:49:50.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59882024-09-23T17:49:52.633Z[ recovery-image] Sep 23 17:49:50.563 INFO O| Sep 23 17:49:50.563 INFO STEP 634 (remove_files) COMPLETE
59892024-09-23T17:49:52.633Z[ recovery-image] Sep 23 17:49:50.563 INFO O| Sep 23 17:49:50.563 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-23T17:49:52.636Z[ host-image] Sep 23 17:49:50.565 INFO O| Sep 23 17:49:50.565 INFO O| Planning: Planning completed in 2.11 seconds
59912024-09-23T17:49:52.636Z[ host-image] Sep 23 17:49:50.566 INFO O| Sep 23 17:49:50.566 INFO O| Packages to install: 6
59922024-09-23T17:49:52.636Z[ host-image] Sep 23 17:49:50.566 INFO O| Sep 23 17:49:50.566 INFO O| Mediators to change: 1
59932024-09-23T17:49:52.636Z[ host-image] Sep 23 17:49:50.566 INFO O| Sep 23 17:49:50.566 INFO O| Services to change: 1
59942024-09-23T17:49:52.640Z[ recovery-image] Sep 23 17:49:50.575 INFO O| Sep 23 17:49:50.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59952024-09-23T17:49:52.640Z[ recovery-image] Sep 23 17:49:50.575 INFO O| Sep 23 17:49:50.575 INFO STEP 635 (remove_files) COMPLETE
59962024-09-23T17:49:52.640Z[ recovery-image] Sep 23 17:49:50.575 INFO O| Sep 23 17:49:50.575 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-09-23T17:49:52.646Z[ host-image] Sep 23 17:49:50.581 INFO O| Sep 23 17:49:50.581 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
59982024-09-23T17:49:52.651Z[ recovery-image] Sep 23 17:49:50.585 INFO O| Sep 23 17:49:50.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59992024-09-23T17:49:52.651Z[ recovery-image] Sep 23 17:49:50.585 INFO O| Sep 23 17:49:50.585 INFO STEP 636 (remove_files) COMPLETE
60002024-09-23T17:49:52.653Z[ recovery-image] Sep 23 17:49:50.585 INFO O| Sep 23 17:49:50.585 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-09-23T17:49:52.661Z[ recovery-image] Sep 23 17:49:50.595 INFO O| Sep 23 17:49:50.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60022024-09-23T17:49:52.663Z[ recovery-image] Sep 23 17:49:50.595 INFO O| Sep 23 17:49:50.595 INFO STEP 637 (remove_files) COMPLETE
60032024-09-23T17:49:52.663Z[ recovery-image] Sep 23 17:49:50.595 INFO O| Sep 23 17:49:50.595 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-09-23T17:49:52.670Z[ recovery-image] Sep 23 17:49:50.604 INFO O| Sep 23 17:49:50.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60052024-09-23T17:49:52.673Z[ recovery-image] Sep 23 17:49:50.604 INFO O| Sep 23 17:49:50.604 INFO STEP 638 (remove_files) COMPLETE
60062024-09-23T17:49:52.673Z[ recovery-image] Sep 23 17:49:50.604 INFO O| Sep 23 17:49:50.604 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-09-23T17:49:52.680Z[ recovery-image] Sep 23 17:49:50.614 INFO O| Sep 23 17:49:50.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60082024-09-23T17:49:52.680Z[ recovery-image] Sep 23 17:49:50.614 INFO O| Sep 23 17:49:50.614 INFO STEP 639 (remove_files) COMPLETE
60092024-09-23T17:49:52.683Z[ recovery-image] Sep 23 17:49:50.614 INFO O| Sep 23 17:49:50.614 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-09-23T17:49:52.689Z[ recovery-image] Sep 23 17:49:50.624 INFO O| Sep 23 17:49:50.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60112024-09-23T17:49:52.689Z[ recovery-image] Sep 23 17:49:50.624 INFO O| Sep 23 17:49:50.624 INFO STEP 640 (remove_files) COMPLETE
60122024-09-23T17:49:52.689Z[ recovery-image] Sep 23 17:49:50.624 INFO O| Sep 23 17:49:50.624 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-09-23T17:49:52.699Z[ recovery-image] Sep 23 17:49:50.633 INFO O| Sep 23 17:49:50.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60142024-09-23T17:49:52.701Z[ recovery-image] Sep 23 17:49:50.633 INFO O| Sep 23 17:49:50.633 INFO STEP 641 (remove_files) COMPLETE
60152024-09-23T17:49:52.701Z[ recovery-image] Sep 23 17:49:50.633 INFO O| Sep 23 17:49:50.633 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-09-23T17:49:52.708Z[ recovery-image] Sep 23 17:49:50.643 INFO O| Sep 23 17:49:50.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60172024-09-23T17:49:52.708Z[ recovery-image] Sep 23 17:49:50.643 INFO O| Sep 23 17:49:50.643 INFO STEP 642 (remove_files) COMPLETE
60182024-09-23T17:49:52.711Z[ recovery-image] Sep 23 17:49:50.643 INFO O| Sep 23 17:49:50.643 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-09-23T17:49:52.718Z[ recovery-image] Sep 23 17:49:50.653 INFO O| Sep 23 17:49:50.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60202024-09-23T17:49:52.718Z[ recovery-image] Sep 23 17:49:50.653 INFO O| Sep 23 17:49:50.653 INFO STEP 643 (remove_files) COMPLETE
60212024-09-23T17:49:52.721Z[ recovery-image] Sep 23 17:49:50.653 INFO O| Sep 23 17:49:50.653 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-09-23T17:49:52.728Z[ recovery-image] Sep 23 17:49:50.662 INFO O| Sep 23 17:49:50.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60232024-09-23T17:49:52.728Z[ recovery-image] Sep 23 17:49:50.662 INFO O| Sep 23 17:49:50.662 INFO STEP 644 (remove_files) COMPLETE
60242024-09-23T17:49:52.731Z[ recovery-image] Sep 23 17:49:50.662 INFO O| Sep 23 17:49:50.662 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-23T17:49:52.737Z[ recovery-image] Sep 23 17:49:50.672 INFO O| Sep 23 17:49:50.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60262024-09-23T17:49:52.738Z[ recovery-image] Sep 23 17:49:50.672 INFO O| Sep 23 17:49:50.672 INFO STEP 645 (remove_files) COMPLETE
60272024-09-23T17:49:52.738Z[ recovery-image] Sep 23 17:49:50.672 INFO O| Sep 23 17:49:50.672 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-23T17:49:52.747Z[ recovery-image] Sep 23 17:49:50.681 INFO O| Sep 23 17:49:50.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60292024-09-23T17:49:52.747Z[ recovery-image] Sep 23 17:49:50.681 INFO O| Sep 23 17:49:50.681 INFO STEP 646 (remove_files) COMPLETE
60302024-09-23T17:49:52.747Z[ recovery-image] Sep 23 17:49:50.681 INFO O| Sep 23 17:49:50.681 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-23T17:49:52.756Z[ recovery-image] Sep 23 17:49:50.691 INFO O| Sep 23 17:49:50.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60322024-09-23T17:49:52.756Z[ recovery-image] Sep 23 17:49:50.691 INFO O| Sep 23 17:49:50.691 INFO STEP 647 (remove_files) COMPLETE
60332024-09-23T17:49:52.759Z[ recovery-image] Sep 23 17:49:50.691 INFO O| Sep 23 17:49:50.691 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-23T17:49:52.766Z[ recovery-image] Sep 23 17:49:50.700 INFO O| Sep 23 17:49:50.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60352024-09-23T17:49:52.766Z[ recovery-image] Sep 23 17:49:50.700 INFO O| Sep 23 17:49:50.700 INFO STEP 648 (remove_files) COMPLETE
60362024-09-23T17:49:52.769Z[ recovery-image] Sep 23 17:49:50.700 INFO O| Sep 23 17:49:50.700 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-23T17:49:52.775Z[ recovery-image] Sep 23 17:49:50.710 INFO O| Sep 23 17:49:50.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60382024-09-23T17:49:52.778Z[ recovery-image] Sep 23 17:49:50.710 INFO O| Sep 23 17:49:50.710 INFO STEP 649 (remove_files) COMPLETE
60392024-09-23T17:49:52.778Z[ recovery-image] Sep 23 17:49:50.710 INFO O| Sep 23 17:49:50.710 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-23T17:49:52.785Z[ recovery-image] Sep 23 17:49:50.719 INFO O| Sep 23 17:49:50.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60412024-09-23T17:49:52.785Z[ recovery-image] Sep 23 17:49:50.719 INFO O| Sep 23 17:49:50.719 INFO STEP 650 (remove_files) COMPLETE
60422024-09-23T17:49:52.785Z[ recovery-image] Sep 23 17:49:50.719 INFO O| Sep 23 17:49:50.719 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-23T17:49:52.794Z[ recovery-image] Sep 23 17:49:50.729 INFO O| Sep 23 17:49:50.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60442024-09-23T17:49:52.794Z[ recovery-image] Sep 23 17:49:50.729 INFO O| Sep 23 17:49:50.729 INFO STEP 651 (remove_files) COMPLETE
60452024-09-23T17:49:52.803Z[ recovery-image] Sep 23 17:49:50.729 INFO O| Sep 23 17:49:50.729 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-23T17:49:52.806Z[ recovery-image] Sep 23 17:49:50.739 INFO O| Sep 23 17:49:50.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60472024-09-23T17:49:52.806Z[ recovery-image] Sep 23 17:49:50.739 INFO O| Sep 23 17:49:50.739 INFO STEP 652 (remove_files) COMPLETE
60482024-09-23T17:49:52.806Z[ recovery-image] Sep 23 17:49:50.739 INFO O| Sep 23 17:49:50.739 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-23T17:49:52.814Z[ recovery-image] Sep 23 17:49:50.749 INFO O| Sep 23 17:49:50.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60502024-09-23T17:49:52.817Z[ recovery-image] Sep 23 17:49:50.749 INFO O| Sep 23 17:49:50.749 INFO STEP 653 (remove_files) COMPLETE
60512024-09-23T17:49:52.817Z[ recovery-image] Sep 23 17:49:50.749 INFO O| Sep 23 17:49:50.749 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-23T17:49:52.824Z[ recovery-image] Sep 23 17:49:50.758 INFO O| Sep 23 17:49:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60532024-09-23T17:49:52.824Z[ recovery-image] Sep 23 17:49:50.758 INFO O| Sep 23 17:49:50.758 INFO STEP 654 (remove_files) COMPLETE
60542024-09-23T17:49:52.824Z[ recovery-image] Sep 23 17:49:50.758 INFO O| Sep 23 17:49:50.758 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-23T17:49:52.833Z[ recovery-image] Sep 23 17:49:50.768 INFO O| Sep 23 17:49:50.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60562024-09-23T17:49:52.833Z[ recovery-image] Sep 23 17:49:50.768 INFO O| Sep 23 17:49:50.768 INFO STEP 655 (remove_files) COMPLETE
60572024-09-23T17:49:52.836Z[ recovery-image] Sep 23 17:49:50.768 INFO O| Sep 23 17:49:50.768 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-23T17:49:52.843Z[ recovery-image] Sep 23 17:49:50.777 INFO O| Sep 23 17:49:50.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60592024-09-23T17:49:52.843Z[ recovery-image] Sep 23 17:49:50.777 INFO O| Sep 23 17:49:50.777 INFO STEP 656 (remove_files) COMPLETE
60602024-09-23T17:49:52.845Z[ recovery-image] Sep 23 17:49:50.777 INFO O| Sep 23 17:49:50.777 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-23T17:49:52.852Z[ recovery-image] Sep 23 17:49:50.787 INFO O| Sep 23 17:49:50.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60622024-09-23T17:49:52.852Z[ recovery-image] Sep 23 17:49:50.787 INFO O| Sep 23 17:49:50.787 INFO STEP 657 (remove_files) COMPLETE
60632024-09-23T17:49:52.855Z[ recovery-image] Sep 23 17:49:50.787 INFO O| Sep 23 17:49:50.787 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-23T17:49:52.862Z[ recovery-image] Sep 23 17:49:50.796 INFO O| Sep 23 17:49:50.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60652024-09-23T17:49:52.863Z[ recovery-image] Sep 23 17:49:50.796 INFO O| Sep 23 17:49:50.796 INFO STEP 658 (remove_files) COMPLETE
60662024-09-23T17:49:52.866Z[ recovery-image] Sep 23 17:49:50.796 INFO O| Sep 23 17:49:50.796 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-23T17:49:52.871Z[ recovery-image] Sep 23 17:49:50.806 INFO O| Sep 23 17:49:50.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60682024-09-23T17:49:52.871Z[ recovery-image] Sep 23 17:49:50.806 INFO O| Sep 23 17:49:50.806 INFO STEP 659 (remove_files) COMPLETE
60692024-09-23T17:49:52.874Z[ recovery-image] Sep 23 17:49:50.806 INFO O| Sep 23 17:49:50.806 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-23T17:49:52.881Z[ recovery-image] Sep 23 17:49:50.815 INFO O| Sep 23 17:49:50.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60712024-09-23T17:49:52.881Z[ recovery-image] Sep 23 17:49:50.815 INFO O| Sep 23 17:49:50.815 INFO STEP 660 (remove_files) COMPLETE
60722024-09-23T17:49:52.881Z[ recovery-image] Sep 23 17:49:50.815 INFO O| Sep 23 17:49:50.815 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-23T17:49:52.890Z[ recovery-image] Sep 23 17:49:50.825 INFO O| Sep 23 17:49:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60742024-09-23T17:49:52.890Z[ recovery-image] Sep 23 17:49:50.825 INFO O| Sep 23 17:49:50.825 INFO STEP 661 (remove_files) COMPLETE
60752024-09-23T17:49:52.890Z[ recovery-image] Sep 23 17:49:50.825 INFO O| Sep 23 17:49:50.825 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-23T17:49:52.900Z[ recovery-image] Sep 23 17:49:50.834 INFO O| Sep 23 17:49:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60772024-09-23T17:49:52.900Z[ recovery-image] Sep 23 17:49:50.834 INFO O| Sep 23 17:49:50.834 INFO STEP 662 (remove_files) COMPLETE
60782024-09-23T17:49:52.903Z[ recovery-image] Sep 23 17:49:50.834 INFO O| Sep 23 17:49:50.834 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-23T17:49:52.909Z[ recovery-image] Sep 23 17:49:50.844 INFO O| Sep 23 17:49:50.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60802024-09-23T17:49:52.912Z[ recovery-image] Sep 23 17:49:50.844 INFO O| Sep 23 17:49:50.844 INFO STEP 663 (remove_files) COMPLETE
60812024-09-23T17:49:52.912Z[ recovery-image] Sep 23 17:49:50.844 INFO O| Sep 23 17:49:50.844 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-23T17:49:52.919Z[ recovery-image] Sep 23 17:49:50.853 INFO O| Sep 23 17:49:50.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60832024-09-23T17:49:52.919Z[ recovery-image] Sep 23 17:49:50.854 INFO O| Sep 23 17:49:50.854 INFO STEP 664 (remove_files) COMPLETE
60842024-09-23T17:49:52.922Z[ recovery-image] Sep 23 17:49:50.854 INFO O| Sep 23 17:49:50.854 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-23T17:49:52.929Z[ recovery-image] Sep 23 17:49:50.863 INFO O| Sep 23 17:49:50.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60862024-09-23T17:49:52.929Z[ recovery-image] Sep 23 17:49:50.863 INFO O| Sep 23 17:49:50.863 INFO STEP 665 (remove_files) COMPLETE
60872024-09-23T17:49:52.929Z[ recovery-image] Sep 23 17:49:50.863 INFO O| Sep 23 17:49:50.863 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-23T17:49:52.938Z[ recovery-image] Sep 23 17:49:50.873 INFO O| Sep 23 17:49:50.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60892024-09-23T17:49:52.941Z[ recovery-image] Sep 23 17:49:50.873 INFO O| Sep 23 17:49:50.873 INFO STEP 666 (remove_files) COMPLETE
60902024-09-23T17:49:52.941Z[ recovery-image] Sep 23 17:49:50.873 INFO O| Sep 23 17:49:50.873 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-23T17:49:52.948Z[ recovery-image] Sep 23 17:49:50.883 INFO O| Sep 23 17:49:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60922024-09-23T17:49:52.948Z[ recovery-image] Sep 23 17:49:50.883 INFO O| Sep 23 17:49:50.883 INFO STEP 667 (remove_files) COMPLETE
60932024-09-23T17:49:52.951Z[ recovery-image] Sep 23 17:49:50.883 INFO O| Sep 23 17:49:50.883 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-23T17:49:52.958Z[ recovery-image] Sep 23 17:49:50.892 INFO O| Sep 23 17:49:50.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60952024-09-23T17:49:52.961Z[ recovery-image] Sep 23 17:49:50.892 INFO O| Sep 23 17:49:50.892 INFO STEP 668 (remove_files) COMPLETE
60962024-09-23T17:49:52.961Z[ recovery-image] Sep 23 17:49:50.892 INFO O| Sep 23 17:49:50.892 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-23T17:49:52.969Z[ recovery-image] Sep 23 17:49:50.902 INFO O| Sep 23 17:49:50.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60982024-09-23T17:49:52.972Z[ recovery-image] Sep 23 17:49:50.902 INFO O| Sep 23 17:49:50.902 INFO STEP 669 (remove_files) COMPLETE
60992024-09-23T17:49:52.972Z[ recovery-image] Sep 23 17:49:50.902 INFO O| Sep 23 17:49:50.902 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-23T17:49:52.977Z[ recovery-image] Sep 23 17:49:50.911 INFO O| Sep 23 17:49:50.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61012024-09-23T17:49:52.977Z[ recovery-image] Sep 23 17:49:50.911 INFO O| Sep 23 17:49:50.911 INFO STEP 670 (remove_files) COMPLETE
61022024-09-23T17:49:52.980Z[ recovery-image] Sep 23 17:49:50.911 INFO O| Sep 23 17:49:50.911 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-23T17:49:52.986Z[ recovery-image] Sep 23 17:49:50.920 INFO O| Sep 23 17:49:50.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61042024-09-23T17:49:52.986Z[ recovery-image] Sep 23 17:49:50.921 INFO O| Sep 23 17:49:50.920 INFO STEP 671 (remove_files) COMPLETE
61052024-09-23T17:49:52.989Z[ recovery-image] Sep 23 17:49:50.921 INFO O| Sep 23 17:49:50.921 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-23T17:49:52.996Z[ recovery-image] Sep 23 17:49:50.930 INFO O| Sep 23 17:49:50.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61072024-09-23T17:49:52.998Z[ recovery-image] Sep 23 17:49:50.930 INFO O| Sep 23 17:49:50.930 INFO STEP 672 (remove_files) COMPLETE
61082024-09-23T17:49:52.998Z[ recovery-image] Sep 23 17:49:50.930 INFO O| Sep 23 17:49:50.930 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-23T17:49:53.005Z[ recovery-image] Sep 23 17:49:50.940 INFO O| Sep 23 17:49:50.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61102024-09-23T17:49:53.008Z[ recovery-image] Sep 23 17:49:50.940 INFO O| Sep 23 17:49:50.940 INFO STEP 673 (remove_files) COMPLETE
61112024-09-23T17:49:53.008Z[ recovery-image] Sep 23 17:49:50.940 INFO O| Sep 23 17:49:50.940 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-23T17:49:53.015Z[ recovery-image] Sep 23 17:49:50.949 INFO O| Sep 23 17:49:50.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61132024-09-23T17:49:53.015Z[ recovery-image] Sep 23 17:49:50.949 INFO O| Sep 23 17:49:50.949 INFO STEP 674 (remove_files) COMPLETE
61142024-09-23T17:49:53.015Z[ recovery-image] Sep 23 17:49:50.949 INFO O| Sep 23 17:49:50.949 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-23T17:49:53.024Z[ recovery-image] Sep 23 17:49:50.959 INFO O| Sep 23 17:49:50.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61162024-09-23T17:49:53.024Z[ recovery-image] Sep 23 17:49:50.959 INFO O| Sep 23 17:49:50.959 INFO STEP 675 (remove_files) COMPLETE
61172024-09-23T17:49:53.027Z[ recovery-image] Sep 23 17:49:50.959 INFO O| Sep 23 17:49:50.959 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-23T17:49:53.034Z[ recovery-image] Sep 23 17:49:50.968 INFO O| Sep 23 17:49:50.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61192024-09-23T17:49:53.034Z[ recovery-image] Sep 23 17:49:50.968 INFO O| Sep 23 17:49:50.968 INFO STEP 676 (remove_files) COMPLETE
61202024-09-23T17:49:53.036Z[ recovery-image] Sep 23 17:49:50.968 INFO O| Sep 23 17:49:50.968 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-23T17:49:53.043Z[ recovery-image] Sep 23 17:49:50.978 INFO O| Sep 23 17:49:50.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61222024-09-23T17:49:53.043Z[ recovery-image] Sep 23 17:49:50.978 INFO O| Sep 23 17:49:50.978 INFO STEP 677 (remove_files) COMPLETE
61232024-09-23T17:49:53.043Z[ recovery-image] Sep 23 17:49:50.978 INFO O| Sep 23 17:49:50.978 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-23T17:49:53.053Z[ recovery-image] Sep 23 17:49:50.987 INFO O| Sep 23 17:49:50.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61252024-09-23T17:49:53.053Z[ recovery-image] Sep 23 17:49:50.987 INFO O| Sep 23 17:49:50.987 INFO STEP 678 (remove_files) COMPLETE
61262024-09-23T17:49:53.056Z[ recovery-image] Sep 23 17:49:50.987 INFO O| Sep 23 17:49:50.987 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-23T17:49:53.062Z[ recovery-image] Sep 23 17:49:50.997 INFO O| Sep 23 17:49:50.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61282024-09-23T17:49:53.062Z[ recovery-image] Sep 23 17:49:50.997 INFO O| Sep 23 17:49:50.997 INFO STEP 679 (remove_files) COMPLETE
61292024-09-23T17:49:53.071Z[ recovery-image] Sep 23 17:49:50.997 INFO O| Sep 23 17:49:50.997 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-23T17:49:53.075Z[ recovery-image] Sep 23 17:49:51.007 INFO O| Sep 23 17:49:51.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61312024-09-23T17:49:53.075Z[ recovery-image] Sep 23 17:49:51.007 INFO O| Sep 23 17:49:51.007 INFO STEP 680 (remove_files) COMPLETE
61322024-09-23T17:49:53.075Z[ recovery-image] Sep 23 17:49:51.007 INFO O| Sep 23 17:49:51.007 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-23T17:49:53.082Z[ recovery-image] Sep 23 17:49:51.016 INFO O| Sep 23 17:49:51.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61342024-09-23T17:49:53.084Z[ recovery-image] Sep 23 17:49:51.016 INFO O| Sep 23 17:49:51.016 INFO STEP 681 (remove_files) COMPLETE
61352024-09-23T17:49:53.084Z[ recovery-image] Sep 23 17:49:51.016 INFO O| Sep 23 17:49:51.016 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-23T17:49:53.092Z[ recovery-image] Sep 23 17:49:51.026 INFO O| Sep 23 17:49:51.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61372024-09-23T17:49:53.094Z[ recovery-image] Sep 23 17:49:51.026 INFO O| Sep 23 17:49:51.026 INFO STEP 682 (remove_files) COMPLETE
61382024-09-23T17:49:53.094Z[ recovery-image] Sep 23 17:49:51.026 INFO O| Sep 23 17:49:51.026 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-23T17:49:53.101Z[ recovery-image] Sep 23 17:49:51.036 INFO O| Sep 23 17:49:51.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61402024-09-23T17:49:53.101Z[ recovery-image] Sep 23 17:49:51.036 INFO O| Sep 23 17:49:51.036 INFO STEP 683 (remove_files) COMPLETE
61412024-09-23T17:49:53.101Z[ recovery-image] Sep 23 17:49:51.036 INFO O| Sep 23 17:49:51.036 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-23T17:49:53.111Z[ recovery-image] Sep 23 17:49:51.045 INFO O| Sep 23 17:49:51.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61432024-09-23T17:49:53.111Z[ recovery-image] Sep 23 17:49:51.045 INFO O| Sep 23 17:49:51.045 INFO STEP 684 (remove_files) COMPLETE
61442024-09-23T17:49:53.114Z[ recovery-image] Sep 23 17:49:51.045 INFO O| Sep 23 17:49:51.045 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-23T17:49:53.121Z[ recovery-image] Sep 23 17:49:51.056 INFO O| Sep 23 17:49:51.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61462024-09-23T17:49:53.121Z[ recovery-image] Sep 23 17:49:51.056 INFO O| Sep 23 17:49:51.056 INFO STEP 685 (remove_files) COMPLETE
61472024-09-23T17:49:53.124Z[ recovery-image] Sep 23 17:49:51.056 INFO O| Sep 23 17:49:51.056 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-23T17:49:53.131Z[ recovery-image] Sep 23 17:49:51.065 INFO O| Sep 23 17:49:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61492024-09-23T17:49:53.131Z[ recovery-image] Sep 23 17:49:51.065 INFO O| Sep 23 17:49:51.065 INFO STEP 686 (remove_files) COMPLETE
61502024-09-23T17:49:53.134Z[ recovery-image] Sep 23 17:49:51.065 INFO O| Sep 23 17:49:51.065 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-23T17:49:53.140Z[ recovery-image] Sep 23 17:49:51.075 INFO O| Sep 23 17:49:51.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61522024-09-23T17:49:53.140Z[ recovery-image] Sep 23 17:49:51.075 INFO O| Sep 23 17:49:51.075 INFO STEP 687 (remove_files) COMPLETE
61532024-09-23T17:49:53.143Z[ recovery-image] Sep 23 17:49:51.075 INFO O| Sep 23 17:49:51.075 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-23T17:49:53.150Z[ recovery-image] Sep 23 17:49:51.084 INFO O| Sep 23 17:49:51.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61552024-09-23T17:49:53.150Z[ recovery-image] Sep 23 17:49:51.084 INFO O| Sep 23 17:49:51.084 INFO STEP 688 (remove_files) COMPLETE
61562024-09-23T17:49:53.152Z[ recovery-image] Sep 23 17:49:51.084 INFO O| Sep 23 17:49:51.084 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-23T17:49:53.159Z[ recovery-image] Sep 23 17:49:51.093 INFO O| Sep 23 17:49:51.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61582024-09-23T17:49:53.159Z[ recovery-image] Sep 23 17:49:51.094 INFO O| Sep 23 17:49:51.093 INFO STEP 689 (remove_files) COMPLETE
61592024-09-23T17:49:53.162Z[ recovery-image] Sep 23 17:49:51.094 INFO O| Sep 23 17:49:51.094 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-23T17:49:53.169Z[ recovery-image] Sep 23 17:49:51.103 INFO O| Sep 23 17:49:51.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61612024-09-23T17:49:53.169Z[ recovery-image] Sep 23 17:49:51.103 INFO O| Sep 23 17:49:51.103 INFO STEP 690 (remove_files) COMPLETE
61622024-09-23T17:49:53.171Z[ recovery-image] Sep 23 17:49:51.103 INFO O| Sep 23 17:49:51.103 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-23T17:49:53.178Z[ recovery-image] Sep 23 17:49:51.112 INFO O| Sep 23 17:49:51.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61642024-09-23T17:49:53.178Z[ recovery-image] Sep 23 17:49:51.112 INFO O| Sep 23 17:49:51.112 INFO STEP 691 (remove_files) COMPLETE
61652024-09-23T17:49:53.181Z[ recovery-image] Sep 23 17:49:51.112 INFO O| Sep 23 17:49:51.112 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-23T17:49:53.188Z[ recovery-image] Sep 23 17:49:51.122 INFO O| Sep 23 17:49:51.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61672024-09-23T17:49:53.188Z[ recovery-image] Sep 23 17:49:51.122 INFO O| Sep 23 17:49:51.122 INFO STEP 692 (remove_files) COMPLETE
61682024-09-23T17:49:53.188Z[ recovery-image] Sep 23 17:49:51.122 INFO O| Sep 23 17:49:51.122 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-23T17:49:53.197Z[ recovery-image] Sep 23 17:49:51.131 INFO O| Sep 23 17:49:51.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61702024-09-23T17:49:53.199Z[ recovery-image] Sep 23 17:49:51.131 INFO O| Sep 23 17:49:51.131 INFO STEP 693 (remove_files) COMPLETE
61712024-09-23T17:49:53.199Z[ recovery-image] Sep 23 17:49:51.131 INFO O| Sep 23 17:49:51.131 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-23T17:49:53.208Z[ recovery-image] Sep 23 17:49:51.141 INFO O| Sep 23 17:49:51.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61732024-09-23T17:49:53.210Z[ recovery-image] Sep 23 17:49:51.141 INFO O| Sep 23 17:49:51.141 INFO STEP 694 (remove_files) COMPLETE
61742024-09-23T17:49:53.211Z[ recovery-image] Sep 23 17:49:51.141 INFO O| Sep 23 17:49:51.141 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-23T17:49:53.216Z[ recovery-image] Sep 23 17:49:51.150 INFO O| Sep 23 17:49:51.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61762024-09-23T17:49:53.216Z[ recovery-image] Sep 23 17:49:51.150 INFO O| Sep 23 17:49:51.150 INFO STEP 695 (remove_files) COMPLETE
61772024-09-23T17:49:53.218Z[ recovery-image] Sep 23 17:49:51.150 INFO O| Sep 23 17:49:51.150 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-23T17:49:53.225Z[ recovery-image] Sep 23 17:49:51.159 INFO O| Sep 23 17:49:51.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61792024-09-23T17:49:53.225Z[ recovery-image] Sep 23 17:49:51.159 INFO O| Sep 23 17:49:51.159 INFO STEP 696 (remove_files) COMPLETE
61802024-09-23T17:49:53.228Z[ recovery-image] Sep 23 17:49:51.159 INFO O| Sep 23 17:49:51.159 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-23T17:49:53.234Z[ recovery-image] Sep 23 17:49:51.169 INFO O| Sep 23 17:49:51.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61822024-09-23T17:49:53.237Z[ recovery-image] Sep 23 17:49:51.169 INFO O| Sep 23 17:49:51.169 INFO STEP 697 (remove_files) COMPLETE
61832024-09-23T17:49:53.237Z[ recovery-image] Sep 23 17:49:51.169 INFO O| Sep 23 17:49:51.169 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-09-23T17:49:53.244Z[ recovery-image] Sep 23 17:49:51.178 INFO O| Sep 23 17:49:51.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61852024-09-23T17:49:53.244Z[ recovery-image] Sep 23 17:49:51.178 INFO O| Sep 23 17:49:51.178 INFO STEP 698 (remove_files) COMPLETE
61862024-09-23T17:49:53.244Z[ recovery-image] Sep 23 17:49:51.178 INFO O| Sep 23 17:49:51.178 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-09-23T17:49:53.253Z[ recovery-image] Sep 23 17:49:51.188 INFO O| Sep 23 17:49:51.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61882024-09-23T17:49:53.253Z[ recovery-image] Sep 23 17:49:51.188 INFO O| Sep 23 17:49:51.188 INFO STEP 699 (remove_files) COMPLETE
61892024-09-23T17:49:53.253Z[ recovery-image] Sep 23 17:49:51.188 INFO O| Sep 23 17:49:51.188 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-09-23T17:49:53.263Z[ recovery-image] Sep 23 17:49:51.197 INFO O| Sep 23 17:49:51.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61912024-09-23T17:49:53.265Z[ recovery-image] Sep 23 17:49:51.197 INFO O| Sep 23 17:49:51.197 INFO STEP 700 (remove_files) COMPLETE
61922024-09-23T17:49:53.265Z[ recovery-image] Sep 23 17:49:51.197 INFO O| Sep 23 17:49:51.197 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-23T17:49:53.272Z[ recovery-image] Sep 23 17:49:51.207 INFO O| Sep 23 17:49:51.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61942024-09-23T17:49:53.275Z[ recovery-image] Sep 23 17:49:51.207 INFO O| Sep 23 17:49:51.207 INFO STEP 701 (remove_files) COMPLETE
61952024-09-23T17:49:53.275Z[ recovery-image] Sep 23 17:49:51.207 INFO O| Sep 23 17:49:51.207 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-23T17:49:53.282Z[ recovery-image] Sep 23 17:49:51.216 INFO O| Sep 23 17:49:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61972024-09-23T17:49:53.284Z[ recovery-image] Sep 23 17:49:51.217 INFO O| Sep 23 17:49:51.217 INFO STEP 702 (remove_files) COMPLETE
61982024-09-23T17:49:53.284Z[ recovery-image] Sep 23 17:49:51.217 INFO O| Sep 23 17:49:51.217 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-09-23T17:49:53.292Z[ recovery-image] Sep 23 17:49:51.226 INFO O| Sep 23 17:49:51.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62002024-09-23T17:49:53.292Z[ recovery-image] Sep 23 17:49:51.226 INFO O| Sep 23 17:49:51.226 INFO STEP 703 (remove_files) COMPLETE
62012024-09-23T17:49:53.295Z[ recovery-image] Sep 23 17:49:51.226 INFO O| Sep 23 17:49:51.226 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-09-23T17:49:53.302Z[ recovery-image] Sep 23 17:49:51.236 INFO O| Sep 23 17:49:51.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62032024-09-23T17:49:53.305Z[ recovery-image] Sep 23 17:49:51.237 INFO O| Sep 23 17:49:51.237 INFO STEP 704 (remove_files) COMPLETE
62042024-09-23T17:49:53.306Z[ recovery-image] Sep 23 17:49:51.237 INFO O| Sep 23 17:49:51.237 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-09-23T17:49:53.312Z[ recovery-image] Sep 23 17:49:51.246 INFO O| Sep 23 17:49:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62062024-09-23T17:49:53.314Z[ recovery-image] Sep 23 17:49:51.246 INFO O| Sep 23 17:49:51.246 INFO STEP 705 (remove_files) COMPLETE
62072024-09-23T17:49:53.314Z[ recovery-image] Sep 23 17:49:51.246 INFO O| Sep 23 17:49:51.246 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-09-23T17:49:53.329Z[ recovery-image] Sep 23 17:49:51.255 INFO O| Sep 23 17:49:51.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62092024-09-23T17:49:53.334Z[ recovery-image] Sep 23 17:49:51.256 INFO O| Sep 23 17:49:51.255 INFO STEP 706 (remove_files) COMPLETE
62102024-09-23T17:49:53.334Z[ recovery-image] Sep 23 17:49:51.256 INFO O| Sep 23 17:49:51.255 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-09-23T17:49:53.334Z[ recovery-image] Sep 23 17:49:51.265 INFO O| Sep 23 17:49:51.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62122024-09-23T17:49:53.334Z[ recovery-image] Sep 23 17:49:51.265 INFO O| Sep 23 17:49:51.265 INFO STEP 707 (remove_files) COMPLETE
62132024-09-23T17:49:53.334Z[ recovery-image] Sep 23 17:49:51.265 INFO O| Sep 23 17:49:51.265 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-09-23T17:49:53.340Z[ recovery-image] Sep 23 17:49:51.274 INFO O| Sep 23 17:49:51.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62152024-09-23T17:49:53.343Z[ recovery-image] Sep 23 17:49:51.274 INFO O| Sep 23 17:49:51.274 INFO STEP 708 (remove_files) COMPLETE
62162024-09-23T17:49:53.343Z[ recovery-image] Sep 23 17:49:51.274 INFO O| Sep 23 17:49:51.274 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-09-23T17:49:53.351Z[ recovery-image] Sep 23 17:49:51.284 INFO O| Sep 23 17:49:51.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62182024-09-23T17:49:53.351Z[ recovery-image] Sep 23 17:49:51.284 INFO O| Sep 23 17:49:51.284 INFO STEP 709 (remove_files) COMPLETE
62192024-09-23T17:49:53.353Z[ recovery-image] Sep 23 17:49:51.284 INFO O| Sep 23 17:49:51.284 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-09-23T17:49:53.359Z[ recovery-image] Sep 23 17:49:51.294 INFO O| Sep 23 17:49:51.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62212024-09-23T17:49:53.360Z[ recovery-image] Sep 23 17:49:51.294 INFO O| Sep 23 17:49:51.294 INFO STEP 710 (remove_files) COMPLETE
62222024-09-23T17:49:53.360Z[ recovery-image] Sep 23 17:49:51.294 INFO O| Sep 23 17:49:51.294 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-09-23T17:49:53.369Z[ recovery-image] Sep 23 17:49:51.303 INFO O| Sep 23 17:49:51.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62242024-09-23T17:49:53.369Z[ recovery-image] Sep 23 17:49:51.303 INFO O| Sep 23 17:49:51.303 INFO STEP 711 (remove_files) COMPLETE
62252024-09-23T17:49:53.372Z[ recovery-image] Sep 23 17:49:51.303 INFO O| Sep 23 17:49:51.303 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-09-23T17:49:53.379Z[ recovery-image] Sep 23 17:49:51.313 INFO O| Sep 23 17:49:51.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62272024-09-23T17:49:53.379Z[ recovery-image] Sep 23 17:49:51.313 INFO O| Sep 23 17:49:51.313 INFO STEP 712 (remove_files) COMPLETE
62282024-09-23T17:49:53.381Z[ recovery-image] Sep 23 17:49:51.313 INFO O| Sep 23 17:49:51.313 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-09-23T17:49:53.388Z[ recovery-image] Sep 23 17:49:51.323 INFO O| Sep 23 17:49:51.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62302024-09-23T17:49:53.388Z[ recovery-image] Sep 23 17:49:51.323 INFO O| Sep 23 17:49:51.323 INFO STEP 713 (remove_files) COMPLETE
62312024-09-23T17:49:53.391Z[ recovery-image] Sep 23 17:49:51.323 INFO O| Sep 23 17:49:51.323 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-09-23T17:49:53.398Z[ recovery-image] Sep 23 17:49:51.332 INFO O| Sep 23 17:49:51.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62332024-09-23T17:49:53.398Z[ recovery-image] Sep 23 17:49:51.332 INFO O| Sep 23 17:49:51.332 INFO STEP 714 (remove_files) COMPLETE
62342024-09-23T17:49:53.402Z[ recovery-image] Sep 23 17:49:51.333 INFO O| Sep 23 17:49:51.332 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-23T17:49:53.408Z[ recovery-image] Sep 23 17:49:51.342 INFO O| Sep 23 17:49:51.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62362024-09-23T17:49:53.408Z[ recovery-image] Sep 23 17:49:51.343 INFO O| Sep 23 17:49:51.343 INFO STEP 715 (remove_files) COMPLETE
62372024-09-23T17:49:53.408Z[ recovery-image] Sep 23 17:49:51.343 INFO O| Sep 23 17:49:51.343 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-23T17:49:53.418Z[ recovery-image] Sep 23 17:49:51.352 INFO O| Sep 23 17:49:51.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62392024-09-23T17:49:53.421Z[ recovery-image] Sep 23 17:49:51.352 INFO O| Sep 23 17:49:51.352 INFO STEP 716 (remove_files) COMPLETE
62402024-09-23T17:49:53.421Z[ recovery-image] Sep 23 17:49:51.352 INFO O| Sep 23 17:49:51.352 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-09-23T17:49:53.428Z[ recovery-image] Sep 23 17:49:51.362 INFO O| Sep 23 17:49:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62422024-09-23T17:49:53.433Z[ recovery-image] Sep 23 17:49:51.362 INFO O| Sep 23 17:49:51.362 INFO STEP 717 (remove_files) COMPLETE
62432024-09-23T17:49:53.433Z[ recovery-image] Sep 23 17:49:51.362 INFO O| Sep 23 17:49:51.362 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-09-23T17:49:53.438Z[ recovery-image] Sep 23 17:49:51.371 INFO O| Sep 23 17:49:51.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62452024-09-23T17:49:53.438Z[ recovery-image] Sep 23 17:49:51.371 INFO O| Sep 23 17:49:51.371 INFO STEP 718 (remove_files) COMPLETE
62462024-09-23T17:49:53.441Z[ recovery-image] Sep 23 17:49:51.371 INFO O| Sep 23 17:49:51.371 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-09-23T17:49:53.446Z[ recovery-image] Sep 23 17:49:51.380 INFO O| Sep 23 17:49:51.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62482024-09-23T17:49:53.449Z[ recovery-image] Sep 23 17:49:51.381 INFO O| Sep 23 17:49:51.381 INFO STEP 719 (remove_files) COMPLETE
62492024-09-23T17:49:53.449Z[ recovery-image] Sep 23 17:49:51.381 INFO O| Sep 23 17:49:51.381 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-09-23T17:49:53.456Z[ recovery-image] Sep 23 17:49:51.390 INFO O| Sep 23 17:49:51.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62512024-09-23T17:49:53.456Z[ recovery-image] Sep 23 17:49:51.390 INFO O| Sep 23 17:49:51.390 INFO STEP 720 (remove_files) COMPLETE
62522024-09-23T17:49:53.459Z[ recovery-image] Sep 23 17:49:51.390 INFO O| Sep 23 17:49:51.390 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-09-23T17:49:53.465Z[ recovery-image] Sep 23 17:49:51.399 INFO O| Sep 23 17:49:51.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62542024-09-23T17:49:53.465Z[ recovery-image] Sep 23 17:49:51.399 INFO O| Sep 23 17:49:51.399 INFO STEP 721 (remove_files) COMPLETE
62552024-09-23T17:49:53.468Z[ recovery-image] Sep 23 17:49:51.400 INFO O| Sep 23 17:49:51.399 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-09-23T17:49:53.475Z[ recovery-image] Sep 23 17:49:51.409 INFO O| Sep 23 17:49:51.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62572024-09-23T17:49:53.475Z[ recovery-image] Sep 23 17:49:51.409 INFO O| Sep 23 17:49:51.409 INFO STEP 722 (remove_files) COMPLETE
62582024-09-23T17:49:53.478Z[ recovery-image] Sep 23 17:49:51.409 INFO O| Sep 23 17:49:51.409 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-09-23T17:49:53.484Z[ recovery-image] Sep 23 17:49:51.418 INFO O| Sep 23 17:49:51.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62602024-09-23T17:49:53.484Z[ recovery-image] Sep 23 17:49:51.418 INFO O| Sep 23 17:49:51.418 INFO STEP 723 (remove_files) COMPLETE
62612024-09-23T17:49:53.487Z[ recovery-image] Sep 23 17:49:51.418 INFO O| Sep 23 17:49:51.418 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-09-23T17:49:53.493Z[ recovery-image] Sep 23 17:49:51.428 INFO O| Sep 23 17:49:51.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62632024-09-23T17:49:53.494Z[ recovery-image] Sep 23 17:49:51.428 INFO O| Sep 23 17:49:51.428 INFO STEP 724 (remove_files) COMPLETE
62642024-09-23T17:49:53.497Z[ recovery-image] Sep 23 17:49:51.428 INFO O| Sep 23 17:49:51.428 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-09-23T17:49:53.503Z[ recovery-image] Sep 23 17:49:51.437 INFO O| Sep 23 17:49:51.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62662024-09-23T17:49:53.503Z[ recovery-image] Sep 23 17:49:51.437 INFO O| Sep 23 17:49:51.437 INFO STEP 725 (remove_files) COMPLETE
62672024-09-23T17:49:53.506Z[ recovery-image] Sep 23 17:49:51.437 INFO O| Sep 23 17:49:51.437 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-09-23T17:49:53.512Z[ recovery-image] Sep 23 17:49:51.446 INFO O| Sep 23 17:49:51.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62692024-09-23T17:49:53.512Z[ recovery-image] Sep 23 17:49:51.447 INFO O| Sep 23 17:49:51.447 INFO STEP 726 (remove_files) COMPLETE
62702024-09-23T17:49:53.512Z[ recovery-image] Sep 23 17:49:51.447 INFO O| Sep 23 17:49:51.447 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-09-23T17:49:53.522Z[ recovery-image] Sep 23 17:49:51.456 INFO O| Sep 23 17:49:51.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62722024-09-23T17:49:53.522Z[ recovery-image] Sep 23 17:49:51.456 INFO O| Sep 23 17:49:51.456 INFO STEP 727 (remove_files) COMPLETE
62732024-09-23T17:49:53.522Z[ recovery-image] Sep 23 17:49:51.456 INFO O| Sep 23 17:49:51.456 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-09-23T17:49:53.531Z[ recovery-image] Sep 23 17:49:51.466 INFO O| Sep 23 17:49:51.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62752024-09-23T17:49:53.531Z[ recovery-image] Sep 23 17:49:51.466 INFO O| Sep 23 17:49:51.466 INFO STEP 728 (remove_files) COMPLETE
62762024-09-23T17:49:53.531Z[ recovery-image] Sep 23 17:49:51.466 INFO O| Sep 23 17:49:51.466 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-09-23T17:49:53.541Z[ recovery-image] Sep 23 17:49:51.475 INFO O| Sep 23 17:49:51.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62782024-09-23T17:49:53.541Z[ recovery-image] Sep 23 17:49:51.475 INFO O| Sep 23 17:49:51.475 INFO STEP 729 (remove_files) COMPLETE
62792024-09-23T17:49:53.544Z[ recovery-image] Sep 23 17:49:51.475 INFO O| Sep 23 17:49:51.475 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-09-23T17:49:53.550Z[ recovery-image] Sep 23 17:49:51.484 INFO O| Sep 23 17:49:51.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62812024-09-23T17:49:53.553Z[ recovery-image] Sep 23 17:49:51.484 INFO O| Sep 23 17:49:51.484 INFO STEP 730 (remove_files) COMPLETE
62822024-09-23T17:49:53.553Z[ recovery-image] Sep 23 17:49:51.485 INFO O| Sep 23 17:49:51.484 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-09-23T17:49:53.560Z[ recovery-image] Sep 23 17:49:51.494 INFO O| Sep 23 17:49:51.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62842024-09-23T17:49:53.562Z[ recovery-image] Sep 23 17:49:51.494 INFO O| Sep 23 17:49:51.494 INFO STEP 731 (remove_files) COMPLETE
62852024-09-23T17:49:53.562Z[ recovery-image] Sep 23 17:49:51.494 INFO O| Sep 23 17:49:51.494 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-09-23T17:49:53.569Z[ recovery-image] Sep 23 17:49:51.503 INFO O| Sep 23 17:49:51.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62872024-09-23T17:49:53.569Z[ recovery-image] Sep 23 17:49:51.503 INFO O| Sep 23 17:49:51.503 INFO STEP 732 (remove_files) COMPLETE
62882024-09-23T17:49:53.569Z[ recovery-image] Sep 23 17:49:51.503 INFO O| Sep 23 17:49:51.503 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-09-23T17:49:53.578Z[ recovery-image] Sep 23 17:49:51.512 INFO O| Sep 23 17:49:51.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62902024-09-23T17:49:53.578Z[ recovery-image] Sep 23 17:49:51.513 INFO O| Sep 23 17:49:51.513 INFO STEP 733 (remove_files) COMPLETE
62912024-09-23T17:49:53.581Z[ recovery-image] Sep 23 17:49:51.513 INFO O| Sep 23 17:49:51.513 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-09-23T17:49:53.588Z[ recovery-image] Sep 23 17:49:51.522 INFO O| Sep 23 17:49:51.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62932024-09-23T17:49:53.588Z[ recovery-image] Sep 23 17:49:51.522 INFO O| Sep 23 17:49:51.522 INFO STEP 734 (remove_files) COMPLETE
62942024-09-23T17:49:53.591Z[ recovery-image] Sep 23 17:49:51.522 INFO O| Sep 23 17:49:51.522 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-09-23T17:49:53.597Z[ recovery-image] Sep 23 17:49:51.531 INFO O| Sep 23 17:49:51.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62962024-09-23T17:49:53.600Z[ recovery-image] Sep 23 17:49:51.532 INFO O| Sep 23 17:49:51.532 INFO STEP 735 (remove_files) COMPLETE
62972024-09-23T17:49:53.600Z[ recovery-image] Sep 23 17:49:51.532 INFO O| Sep 23 17:49:51.532 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-09-23T17:49:53.607Z[ recovery-image] Sep 23 17:49:51.541 INFO O| Sep 23 17:49:51.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62992024-09-23T17:49:53.607Z[ recovery-image] Sep 23 17:49:51.541 INFO O| Sep 23 17:49:51.541 INFO STEP 736 (remove_files) COMPLETE
63002024-09-23T17:49:53.609Z[ recovery-image] Sep 23 17:49:51.541 INFO O| Sep 23 17:49:51.541 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-09-23T17:49:53.616Z[ recovery-image] Sep 23 17:49:51.550 INFO O| Sep 23 17:49:51.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63022024-09-23T17:49:53.619Z[ recovery-image] Sep 23 17:49:51.550 INFO O| Sep 23 17:49:51.550 INFO STEP 737 (remove_files) COMPLETE
63032024-09-23T17:49:53.619Z[ recovery-image] Sep 23 17:49:51.550 INFO O| Sep 23 17:49:51.550 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-09-23T17:49:53.625Z[ recovery-image] Sep 23 17:49:51.560 INFO O| Sep 23 17:49:51.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63052024-09-23T17:49:53.628Z[ recovery-image] Sep 23 17:49:51.560 INFO O| Sep 23 17:49:51.560 INFO STEP 738 (remove_files) COMPLETE
63062024-09-23T17:49:53.628Z[ recovery-image] Sep 23 17:49:51.560 INFO O| Sep 23 17:49:51.560 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-09-23T17:49:53.635Z[ recovery-image] Sep 23 17:49:51.569 INFO O| Sep 23 17:49:51.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63082024-09-23T17:49:53.638Z[ recovery-image] Sep 23 17:49:51.569 INFO O| Sep 23 17:49:51.569 INFO STEP 739 (remove_files) COMPLETE
63092024-09-23T17:49:53.638Z[ recovery-image] Sep 23 17:49:51.569 INFO O| Sep 23 17:49:51.569 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-09-23T17:49:53.645Z[ recovery-image] Sep 23 17:49:51.579 INFO O| Sep 23 17:49:51.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63112024-09-23T17:49:53.647Z[ recovery-image] Sep 23 17:49:51.579 INFO O| Sep 23 17:49:51.579 INFO STEP 740 (remove_files) COMPLETE
63122024-09-23T17:49:53.647Z[ recovery-image] Sep 23 17:49:51.579 INFO O| Sep 23 17:49:51.579 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-09-23T17:49:53.654Z[ recovery-image] Sep 23 17:49:51.588 INFO O| Sep 23 17:49:51.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63142024-09-23T17:49:53.657Z[ recovery-image] Sep 23 17:49:51.589 INFO O| Sep 23 17:49:51.589 INFO STEP 741 (remove_files) COMPLETE
63152024-09-23T17:49:53.657Z[ recovery-image] Sep 23 17:49:51.589 INFO O| Sep 23 17:49:51.589 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-09-23T17:49:53.664Z[ recovery-image] Sep 23 17:49:51.598 INFO O| Sep 23 17:49:51.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63172024-09-23T17:49:53.664Z[ recovery-image] Sep 23 17:49:51.598 INFO O| Sep 23 17:49:51.598 INFO STEP 742 (remove_files) COMPLETE
63182024-09-23T17:49:53.664Z[ recovery-image] Sep 23 17:49:51.598 INFO O| Sep 23 17:49:51.598 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-09-23T17:49:53.673Z[ recovery-image] Sep 23 17:49:51.608 INFO O| Sep 23 17:49:51.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63202024-09-23T17:49:53.673Z[ recovery-image] Sep 23 17:49:51.608 INFO O| Sep 23 17:49:51.608 INFO STEP 743 (remove_files) COMPLETE
63212024-09-23T17:49:53.673Z[ recovery-image] Sep 23 17:49:51.608 INFO O| Sep 23 17:49:51.608 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-09-23T17:49:53.683Z[ recovery-image] Sep 23 17:49:51.617 INFO O| Sep 23 17:49:51.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63232024-09-23T17:49:53.683Z[ recovery-image] Sep 23 17:49:51.617 INFO O| Sep 23 17:49:51.617 INFO STEP 744 (remove_files) COMPLETE
63242024-09-23T17:49:53.686Z[ recovery-image] Sep 23 17:49:51.617 INFO O| Sep 23 17:49:51.617 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-09-23T17:49:53.692Z[ recovery-image] Sep 23 17:49:51.627 INFO O| Sep 23 17:49:51.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63262024-09-23T17:49:53.695Z[ recovery-image] Sep 23 17:49:51.627 INFO O| Sep 23 17:49:51.627 INFO STEP 745 (remove_files) COMPLETE
63272024-09-23T17:49:53.695Z[ recovery-image] Sep 23 17:49:51.627 INFO O| Sep 23 17:49:51.627 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-09-23T17:49:53.702Z[ recovery-image] Sep 23 17:49:51.636 INFO O| Sep 23 17:49:51.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63292024-09-23T17:49:53.702Z[ recovery-image] Sep 23 17:49:51.636 INFO O| Sep 23 17:49:51.636 INFO STEP 746 (remove_files) COMPLETE
63302024-09-23T17:49:53.702Z[ recovery-image] Sep 23 17:49:51.636 INFO O| Sep 23 17:49:51.636 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-09-23T17:49:53.711Z[ recovery-image] Sep 23 17:49:51.645 INFO O| Sep 23 17:49:51.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63322024-09-23T17:49:53.711Z[ recovery-image] Sep 23 17:49:51.645 INFO O| Sep 23 17:49:51.645 INFO STEP 747 (remove_files) COMPLETE
63332024-09-23T17:49:53.711Z[ recovery-image] Sep 23 17:49:51.646 INFO O| Sep 23 17:49:51.645 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-09-23T17:49:53.721Z[ recovery-image] Sep 23 17:49:51.655 INFO O| Sep 23 17:49:51.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63352024-09-23T17:49:53.721Z[ recovery-image] Sep 23 17:49:51.655 INFO O| Sep 23 17:49:51.655 INFO STEP 748 (remove_files) COMPLETE
63362024-09-23T17:49:53.721Z[ recovery-image] Sep 23 17:49:51.655 INFO O| Sep 23 17:49:51.655 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-09-23T17:49:53.730Z[ recovery-image] Sep 23 17:49:51.664 INFO O| Sep 23 17:49:51.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63382024-09-23T17:49:53.730Z[ recovery-image] Sep 23 17:49:51.665 INFO O| Sep 23 17:49:51.665 INFO STEP 749 (remove_files) COMPLETE
63392024-09-23T17:49:53.730Z[ recovery-image] Sep 23 17:49:51.665 INFO O| Sep 23 17:49:51.665 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-09-23T17:49:53.740Z[ recovery-image] Sep 23 17:49:51.674 INFO O| Sep 23 17:49:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63412024-09-23T17:49:53.740Z[ recovery-image] Sep 23 17:49:51.674 INFO O| Sep 23 17:49:51.674 INFO STEP 750 (remove_files) COMPLETE
63422024-09-23T17:49:53.740Z[ recovery-image] Sep 23 17:49:51.674 INFO O| Sep 23 17:49:51.674 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-09-23T17:49:53.750Z[ recovery-image] Sep 23 17:49:51.683 INFO O| Sep 23 17:49:51.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63442024-09-23T17:49:53.750Z[ recovery-image] Sep 23 17:49:51.683 INFO O| Sep 23 17:49:51.683 INFO STEP 751 (remove_files) COMPLETE
63452024-09-23T17:49:53.753Z[ recovery-image] Sep 23 17:49:51.683 INFO O| Sep 23 17:49:51.683 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-09-23T17:49:53.759Z[ recovery-image] Sep 23 17:49:51.693 INFO O| Sep 23 17:49:51.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63472024-09-23T17:49:53.759Z[ recovery-image] Sep 23 17:49:51.693 INFO O| Sep 23 17:49:51.693 INFO STEP 752 (remove_files) COMPLETE
63482024-09-23T17:49:53.761Z[ recovery-image] Sep 23 17:49:51.693 INFO O| Sep 23 17:49:51.693 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-23T17:49:53.768Z[ recovery-image] Sep 23 17:49:51.702 INFO O| Sep 23 17:49:51.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63502024-09-23T17:49:53.771Z[ recovery-image] Sep 23 17:49:51.703 INFO O| Sep 23 17:49:51.702 INFO STEP 753 (remove_files) COMPLETE
63512024-09-23T17:49:53.771Z[ recovery-image] Sep 23 17:49:51.703 INFO O| Sep 23 17:49:51.703 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-23T17:49:53.778Z[ recovery-image] Sep 23 17:49:51.712 INFO O| Sep 23 17:49:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63532024-09-23T17:49:53.778Z[ recovery-image] Sep 23 17:49:51.712 INFO O| Sep 23 17:49:51.712 INFO STEP 754 (remove_files) COMPLETE
63542024-09-23T17:49:53.781Z[ recovery-image] Sep 23 17:49:51.712 INFO O| Sep 23 17:49:51.712 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-23T17:49:53.788Z[ recovery-image] Sep 23 17:49:51.722 INFO O| Sep 23 17:49:51.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63562024-09-23T17:49:53.788Z[ recovery-image] Sep 23 17:49:51.722 INFO O| Sep 23 17:49:51.722 INFO STEP 755 (remove_files) COMPLETE
63572024-09-23T17:49:53.790Z[ recovery-image] Sep 23 17:49:51.722 INFO O| Sep 23 17:49:51.722 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-23T17:49:53.797Z[ recovery-image] Sep 23 17:49:51.731 INFO O| Sep 23 17:49:51.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63592024-09-23T17:49:53.800Z[ recovery-image] Sep 23 17:49:51.732 INFO O| Sep 23 17:49:51.731 INFO STEP 756 (remove_files) COMPLETE
63602024-09-23T17:49:53.800Z[ recovery-image] Sep 23 17:49:51.732 INFO O| Sep 23 17:49:51.732 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-09-23T17:49:53.807Z[ recovery-image] Sep 23 17:49:51.741 INFO O| Sep 23 17:49:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63622024-09-23T17:49:53.809Z[ recovery-image] Sep 23 17:49:51.741 INFO O| Sep 23 17:49:51.741 INFO STEP 757 (remove_files) COMPLETE
63632024-09-23T17:49:53.809Z[ recovery-image] Sep 23 17:49:51.741 INFO O| Sep 23 17:49:51.741 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-09-23T17:49:53.816Z[ recovery-image] Sep 23 17:49:51.750 INFO O| Sep 23 17:49:51.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63652024-09-23T17:49:53.819Z[ recovery-image] Sep 23 17:49:51.751 INFO O| Sep 23 17:49:51.750 INFO STEP 758 (remove_files) COMPLETE
63662024-09-23T17:49:53.819Z[ recovery-image] Sep 23 17:49:51.751 INFO O| Sep 23 17:49:51.751 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-09-23T17:49:53.826Z[ recovery-image] Sep 23 17:49:51.760 INFO O| Sep 23 17:49:51.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63682024-09-23T17:49:53.828Z[ recovery-image] Sep 23 17:49:51.761 INFO O| Sep 23 17:49:51.760 INFO STEP 759 (remove_files) COMPLETE
63692024-09-23T17:49:53.828Z[ recovery-image] Sep 23 17:49:51.761 INFO O| Sep 23 17:49:51.761 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-09-23T17:49:53.836Z[ recovery-image] Sep 23 17:49:51.770 INFO O| Sep 23 17:49:51.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63712024-09-23T17:49:53.836Z[ recovery-image] Sep 23 17:49:51.770 INFO O| Sep 23 17:49:51.770 INFO STEP 760 (remove_files) COMPLETE
63722024-09-23T17:49:53.837Z[ recovery-image] Sep 23 17:49:51.770 INFO O| Sep 23 17:49:51.770 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-09-23T17:49:53.846Z[ recovery-image] Sep 23 17:49:51.780 INFO O| Sep 23 17:49:51.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63742024-09-23T17:49:53.846Z[ recovery-image] Sep 23 17:49:51.780 INFO O| Sep 23 17:49:51.780 INFO STEP 761 (remove_files) COMPLETE
63752024-09-23T17:49:53.848Z[ recovery-image] Sep 23 17:49:51.780 INFO O| Sep 23 17:49:51.780 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-23T17:49:53.856Z[ recovery-image] Sep 23 17:49:51.790 INFO O| Sep 23 17:49:51.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63772024-09-23T17:49:53.856Z[ recovery-image] Sep 23 17:49:51.790 INFO O| Sep 23 17:49:51.790 INFO STEP 762 (remove_files) COMPLETE
63782024-09-23T17:49:53.858Z[ recovery-image] Sep 23 17:49:51.790 INFO O| Sep 23 17:49:51.790 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-23T17:49:53.865Z[ recovery-image] Sep 23 17:49:51.799 INFO O| Sep 23 17:49:51.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63802024-09-23T17:49:53.865Z[ recovery-image] Sep 23 17:49:51.800 INFO O| Sep 23 17:49:51.800 INFO STEP 763 (remove_files) COMPLETE
63812024-09-23T17:49:53.868Z[ recovery-image] Sep 23 17:49:51.800 INFO O| Sep 23 17:49:51.800 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-23T17:49:53.875Z[ recovery-image] Sep 23 17:49:51.809 INFO O| Sep 23 17:49:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63832024-09-23T17:49:53.877Z[ recovery-image] Sep 23 17:49:51.809 INFO O| Sep 23 17:49:51.809 INFO STEP 764 (remove_files) COMPLETE
63842024-09-23T17:49:53.877Z[ recovery-image] Sep 23 17:49:51.809 INFO O| Sep 23 17:49:51.809 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-09-23T17:49:53.884Z[ recovery-image] Sep 23 17:49:51.819 INFO O| Sep 23 17:49:51.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63862024-09-23T17:49:53.885Z[ recovery-image] Sep 23 17:49:51.819 INFO O| Sep 23 17:49:51.819 INFO STEP 765 (remove_files) COMPLETE
63872024-09-23T17:49:53.887Z[ recovery-image] Sep 23 17:49:51.819 INFO O| Sep 23 17:49:51.819 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-23T17:49:53.894Z[ recovery-image] Sep 23 17:49:51.829 INFO O| Sep 23 17:49:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63892024-09-23T17:49:53.894Z[ recovery-image] Sep 23 17:49:51.829 INFO O| Sep 23 17:49:51.829 INFO STEP 766 (remove_files) COMPLETE
63902024-09-23T17:49:53.897Z[ recovery-image] Sep 23 17:49:51.829 INFO O| Sep 23 17:49:51.829 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-23T17:49:53.905Z[ recovery-image] Sep 23 17:49:51.839 INFO O| Sep 23 17:49:51.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63922024-09-23T17:49:53.908Z[ recovery-image] Sep 23 17:49:51.839 INFO O| Sep 23 17:49:51.839 INFO STEP 767 (remove_files) COMPLETE
63932024-09-23T17:49:53.908Z[ recovery-image] Sep 23 17:49:51.839 INFO O| Sep 23 17:49:51.839 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-23T17:49:53.916Z[ recovery-image] Sep 23 17:49:51.850 INFO O| Sep 23 17:49:51.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63952024-09-23T17:49:53.916Z[ recovery-image] Sep 23 17:49:51.850 INFO O| Sep 23 17:49:51.850 INFO STEP 768 (remove_files) COMPLETE
63962024-09-23T17:49:53.916Z[ recovery-image] Sep 23 17:49:51.850 INFO O| Sep 23 17:49:51.850 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-09-23T17:49:53.925Z[ recovery-image] Sep 23 17:49:51.859 INFO O| Sep 23 17:49:51.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63982024-09-23T17:49:53.925Z[ recovery-image] Sep 23 17:49:51.860 INFO O| Sep 23 17:49:51.860 INFO STEP 769 (remove_files) COMPLETE
63992024-09-23T17:49:53.925Z[ recovery-image] Sep 23 17:49:51.860 INFO O| Sep 23 17:49:51.860 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-09-23T17:49:53.935Z[ recovery-image] Sep 23 17:49:51.869 INFO O| Sep 23 17:49:51.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64012024-09-23T17:49:53.935Z[ recovery-image] Sep 23 17:49:51.869 INFO O| Sep 23 17:49:51.869 INFO STEP 770 (remove_files) COMPLETE
64022024-09-23T17:49:53.937Z[ recovery-image] Sep 23 17:49:51.869 INFO O| Sep 23 17:49:51.869 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-09-23T17:49:53.944Z[ recovery-image] Sep 23 17:49:51.879 INFO O| Sep 23 17:49:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64042024-09-23T17:49:53.948Z[ recovery-image] Sep 23 17:49:51.879 INFO O| Sep 23 17:49:51.879 INFO STEP 771 (remove_files) COMPLETE
64052024-09-23T17:49:53.948Z[ recovery-image] Sep 23 17:49:51.879 INFO O| Sep 23 17:49:51.879 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-09-23T17:49:53.954Z[ recovery-image] Sep 23 17:49:51.889 INFO O| Sep 23 17:49:51.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64072024-09-23T17:49:53.957Z[ recovery-image] Sep 23 17:49:51.889 INFO O| Sep 23 17:49:51.889 INFO STEP 772 (remove_files) COMPLETE
64082024-09-23T17:49:53.957Z[ recovery-image] Sep 23 17:49:51.889 INFO O| Sep 23 17:49:51.889 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-09-23T17:49:53.965Z[ recovery-image] Sep 23 17:49:51.899 INFO O| Sep 23 17:49:51.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64102024-09-23T17:49:53.965Z[ recovery-image] Sep 23 17:49:51.899 INFO O| Sep 23 17:49:51.899 INFO STEP 773 (remove_files) COMPLETE
64112024-09-23T17:49:53.967Z[ recovery-image] Sep 23 17:49:51.899 INFO O| Sep 23 17:49:51.899 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-09-23T17:49:53.974Z[ recovery-image] Sep 23 17:49:51.908 INFO O| Sep 23 17:49:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64132024-09-23T17:49:53.974Z[ recovery-image] Sep 23 17:49:51.908 INFO O| Sep 23 17:49:51.908 INFO STEP 774 (remove_files) COMPLETE
64142024-09-23T17:49:53.977Z[ recovery-image] Sep 23 17:49:51.908 INFO O| Sep 23 17:49:51.908 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-09-23T17:49:53.984Z[ recovery-image] Sep 23 17:49:51.918 INFO O| Sep 23 17:49:51.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64162024-09-23T17:49:53.986Z[ recovery-image] Sep 23 17:49:51.918 INFO O| Sep 23 17:49:51.918 INFO STEP 775 (remove_files) COMPLETE
64172024-09-23T17:49:53.986Z[ recovery-image] Sep 23 17:49:51.918 INFO O| Sep 23 17:49:51.918 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-09-23T17:49:53.993Z[ recovery-image] Sep 23 17:49:51.928 INFO O| Sep 23 17:49:51.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64192024-09-23T17:49:53.993Z[ recovery-image] Sep 23 17:49:51.928 INFO O| Sep 23 17:49:51.928 INFO STEP 776 (remove_files) COMPLETE
64202024-09-23T17:49:53.994Z[ recovery-image] Sep 23 17:49:51.928 INFO O| Sep 23 17:49:51.928 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-09-23T17:49:54.003Z[ recovery-image] Sep 23 17:49:51.937 INFO O| Sep 23 17:49:51.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64222024-09-23T17:49:54.006Z[ recovery-image] Sep 23 17:49:51.937 INFO O| Sep 23 17:49:51.937 INFO STEP 777 (remove_files) COMPLETE
64232024-09-23T17:49:54.006Z[ recovery-image] Sep 23 17:49:51.937 INFO O| Sep 23 17:49:51.937 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-09-23T17:49:54.014Z[ recovery-image] Sep 23 17:49:51.948 INFO O| Sep 23 17:49:51.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64252024-09-23T17:49:54.016Z[ recovery-image] Sep 23 17:49:51.948 INFO O| Sep 23 17:49:51.948 INFO STEP 778 (remove_files) COMPLETE
64262024-09-23T17:49:54.016Z[ recovery-image] Sep 23 17:49:51.948 INFO O| Sep 23 17:49:51.948 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-09-23T17:49:54.024Z[ recovery-image] Sep 23 17:49:51.958 INFO O| Sep 23 17:49:51.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64282024-09-23T17:49:54.026Z[ recovery-image] Sep 23 17:49:51.958 INFO O| Sep 23 17:49:51.958 INFO STEP 779 (remove_files) COMPLETE
64292024-09-23T17:49:54.026Z[ recovery-image] Sep 23 17:49:51.958 INFO O| Sep 23 17:49:51.958 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-09-23T17:49:54.033Z[ recovery-image] Sep 23 17:49:51.968 INFO O| Sep 23 17:49:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64312024-09-23T17:49:54.033Z[ recovery-image] Sep 23 17:49:51.968 INFO O| Sep 23 17:49:51.968 INFO STEP 780 (remove_files) COMPLETE
64322024-09-23T17:49:54.033Z[ recovery-image] Sep 23 17:49:51.968 INFO O| Sep 23 17:49:51.968 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-09-23T17:49:54.044Z[ recovery-image] Sep 23 17:49:51.978 INFO O| Sep 23 17:49:51.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64342024-09-23T17:49:54.044Z[ recovery-image] Sep 23 17:49:51.978 INFO O| Sep 23 17:49:51.978 INFO STEP 781 (remove_files) COMPLETE
64352024-09-23T17:49:54.046Z[ recovery-image] Sep 23 17:49:51.978 INFO O| Sep 23 17:49:51.978 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-09-23T17:49:54.053Z[ recovery-image] Sep 23 17:49:51.988 INFO O| Sep 23 17:49:51.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64372024-09-23T17:49:54.056Z[ recovery-image] Sep 23 17:49:51.988 INFO O| Sep 23 17:49:51.988 INFO STEP 782 (remove_files) COMPLETE
64382024-09-23T17:49:54.056Z[ recovery-image] Sep 23 17:49:51.988 INFO O| Sep 23 17:49:51.988 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-09-23T17:49:54.064Z[ recovery-image] Sep 23 17:49:51.998 INFO O| Sep 23 17:49:51.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64402024-09-23T17:49:54.064Z[ recovery-image] Sep 23 17:49:51.998 INFO O| Sep 23 17:49:51.998 INFO STEP 783 (remove_files) COMPLETE
64412024-09-23T17:49:54.064Z[ recovery-image] Sep 23 17:49:51.998 INFO O| Sep 23 17:49:51.998 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-09-23T17:49:54.075Z[ recovery-image] Sep 23 17:49:52.009 INFO O| Sep 23 17:49:52.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64432024-09-23T17:49:54.075Z[ recovery-image] Sep 23 17:49:52.009 INFO O| Sep 23 17:49:52.009 INFO STEP 784 (remove_files) COMPLETE
64442024-09-23T17:49:54.075Z[ recovery-image] Sep 23 17:49:52.009 INFO O| Sep 23 17:49:52.009 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-09-23T17:49:54.084Z[ recovery-image] Sep 23 17:49:52.019 INFO O| Sep 23 17:49:52.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64462024-09-23T17:49:54.084Z[ recovery-image] Sep 23 17:49:52.019 INFO O| Sep 23 17:49:52.019 INFO STEP 785 (remove_files) COMPLETE
64472024-09-23T17:49:54.087Z[ recovery-image] Sep 23 17:49:52.019 INFO O| Sep 23 17:49:52.019 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-09-23T17:49:54.095Z[ recovery-image] Sep 23 17:49:52.029 INFO O| Sep 23 17:49:52.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64492024-09-23T17:49:54.097Z[ recovery-image] Sep 23 17:49:52.029 INFO O| Sep 23 17:49:52.029 INFO STEP 786 (remove_files) COMPLETE
64502024-09-23T17:49:54.097Z[ recovery-image] Sep 23 17:49:52.029 INFO O| Sep 23 17:49:52.029 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-09-23T17:49:54.105Z[ recovery-image] Sep 23 17:49:52.039 INFO O| Sep 23 17:49:52.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64522024-09-23T17:49:54.107Z[ recovery-image] Sep 23 17:49:52.039 INFO O| Sep 23 17:49:52.039 INFO STEP 787 (remove_files) COMPLETE
64532024-09-23T17:49:54.107Z[ recovery-image] Sep 23 17:49:52.039 INFO O| Sep 23 17:49:52.039 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-09-23T17:49:54.115Z[ recovery-image] Sep 23 17:49:52.049 INFO O| Sep 23 17:49:52.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64552024-09-23T17:49:54.115Z[ recovery-image] Sep 23 17:49:52.049 INFO O| Sep 23 17:49:52.049 INFO STEP 788 (remove_files) COMPLETE
64562024-09-23T17:49:54.115Z[ recovery-image] Sep 23 17:49:52.049 INFO O| Sep 23 17:49:52.049 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-09-23T17:49:54.124Z[ recovery-image] Sep 23 17:49:52.058 INFO O| Sep 23 17:49:52.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64582024-09-23T17:49:54.124Z[ recovery-image] Sep 23 17:49:52.059 INFO O| Sep 23 17:49:52.058 INFO STEP 789 (remove_files) COMPLETE
64592024-09-23T17:49:54.127Z[ recovery-image] Sep 23 17:49:52.059 INFO O| Sep 23 17:49:52.059 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-09-23T17:49:54.134Z[ recovery-image] Sep 23 17:49:52.068 INFO O| Sep 23 17:49:52.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64612024-09-23T17:49:54.134Z[ recovery-image] Sep 23 17:49:52.068 INFO O| Sep 23 17:49:52.068 INFO STEP 790 (remove_files) COMPLETE
64622024-09-23T17:49:54.137Z[ recovery-image] Sep 23 17:49:52.068 INFO O| Sep 23 17:49:52.068 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-09-23T17:49:54.143Z[ recovery-image] Sep 23 17:49:52.078 INFO O| Sep 23 17:49:52.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64642024-09-23T17:49:54.146Z[ recovery-image] Sep 23 17:49:52.078 INFO O| Sep 23 17:49:52.078 INFO STEP 791 (remove_files) COMPLETE
64652024-09-23T17:49:54.146Z[ recovery-image] Sep 23 17:49:52.078 INFO O| Sep 23 17:49:52.078 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-09-23T17:49:54.153Z[ recovery-image] Sep 23 17:49:52.087 INFO O| Sep 23 17:49:52.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64672024-09-23T17:49:54.155Z[ recovery-image] Sep 23 17:49:52.087 INFO O| Sep 23 17:49:52.087 INFO STEP 792 (remove_files) COMPLETE
64682024-09-23T17:49:54.155Z[ recovery-image] Sep 23 17:49:52.087 INFO O| Sep 23 17:49:52.087 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-09-23T17:49:54.163Z[ recovery-image] Sep 23 17:49:52.097 INFO O| Sep 23 17:49:52.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64702024-09-23T17:49:54.165Z[ recovery-image] Sep 23 17:49:52.097 INFO O| Sep 23 17:49:52.097 INFO STEP 793 (remove_files) COMPLETE
64712024-09-23T17:49:54.165Z[ recovery-image] Sep 23 17:49:52.097 INFO O| Sep 23 17:49:52.097 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-09-23T17:49:54.172Z[ recovery-image] Sep 23 17:49:52.106 INFO O| Sep 23 17:49:52.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64732024-09-23T17:49:54.175Z[ recovery-image] Sep 23 17:49:52.107 INFO O| Sep 23 17:49:52.106 INFO STEP 794 (remove_files) COMPLETE
64742024-09-23T17:49:54.175Z[ recovery-image] Sep 23 17:49:52.107 INFO O| Sep 23 17:49:52.107 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-09-23T17:49:54.183Z[ recovery-image] Sep 23 17:49:52.117 INFO O| Sep 23 17:49:52.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64762024-09-23T17:49:54.183Z[ recovery-image] Sep 23 17:49:52.117 INFO O| Sep 23 17:49:52.117 INFO STEP 795 (remove_files) COMPLETE
64772024-09-23T17:49:54.185Z[ recovery-image] Sep 23 17:49:52.117 INFO O| Sep 23 17:49:52.117 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-09-23T17:49:54.192Z[ recovery-image] Sep 23 17:49:52.127 INFO O| Sep 23 17:49:52.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64792024-09-23T17:49:54.195Z[ recovery-image] Sep 23 17:49:52.127 INFO O| Sep 23 17:49:52.127 INFO STEP 796 (remove_files) COMPLETE
64802024-09-23T17:49:54.195Z[ recovery-image] Sep 23 17:49:52.127 INFO O| Sep 23 17:49:52.127 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-09-23T17:49:54.202Z[ recovery-image] Sep 23 17:49:52.136 INFO O| Sep 23 17:49:52.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64822024-09-23T17:49:54.205Z[ recovery-image] Sep 23 17:49:52.137 INFO O| Sep 23 17:49:52.137 INFO STEP 797 (remove_files) COMPLETE
64832024-09-23T17:49:54.205Z[ recovery-image] Sep 23 17:49:52.137 INFO O| Sep 23 17:49:52.137 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-09-23T17:49:54.212Z[ recovery-image] Sep 23 17:49:52.146 INFO O| Sep 23 17:49:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64852024-09-23T17:49:54.214Z[ recovery-image] Sep 23 17:49:52.146 INFO O| Sep 23 17:49:52.146 INFO STEP 798 (remove_files) COMPLETE
64862024-09-23T17:49:54.215Z[ recovery-image] Sep 23 17:49:52.146 INFO O| Sep 23 17:49:52.146 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-09-23T17:49:54.222Z[ recovery-image] Sep 23 17:49:52.156 INFO O| Sep 23 17:49:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64882024-09-23T17:49:54.225Z[ recovery-image] Sep 23 17:49:52.156 INFO O| Sep 23 17:49:52.156 INFO STEP 799 (remove_files) COMPLETE
64892024-09-23T17:49:54.225Z[ recovery-image] Sep 23 17:49:52.156 INFO O| Sep 23 17:49:52.156 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-09-23T17:49:54.232Z[ recovery-image] Sep 23 17:49:52.166 INFO O| Sep 23 17:49:52.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64912024-09-23T17:49:54.235Z[ recovery-image] Sep 23 17:49:52.166 INFO O| Sep 23 17:49:52.166 INFO STEP 800 (remove_files) COMPLETE
64922024-09-23T17:49:54.235Z[ recovery-image] Sep 23 17:49:52.166 INFO O| Sep 23 17:49:52.166 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-09-23T17:49:54.241Z[ recovery-image] Sep 23 17:49:52.176 INFO O| Sep 23 17:49:52.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64942024-09-23T17:49:54.241Z[ recovery-image] Sep 23 17:49:52.176 INFO O| Sep 23 17:49:52.176 INFO STEP 801 (remove_files) COMPLETE
64952024-09-23T17:49:54.244Z[ recovery-image] Sep 23 17:49:52.176 INFO O| Sep 23 17:49:52.176 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-09-23T17:49:54.251Z[ recovery-image] Sep 23 17:49:52.185 INFO O| Sep 23 17:49:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64972024-09-23T17:49:54.251Z[ recovery-image] Sep 23 17:49:52.185 INFO O| Sep 23 17:49:52.185 INFO STEP 802 (remove_files) COMPLETE
64982024-09-23T17:49:54.253Z[ recovery-image] Sep 23 17:49:52.185 INFO O| Sep 23 17:49:52.185 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-09-23T17:49:54.260Z[ recovery-image] Sep 23 17:49:52.195 INFO O| Sep 23 17:49:52.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65002024-09-23T17:49:54.260Z[ recovery-image] Sep 23 17:49:52.195 INFO O| Sep 23 17:49:52.195 INFO STEP 803 (remove_files) COMPLETE
65012024-09-23T17:49:54.263Z[ recovery-image] Sep 23 17:49:52.195 INFO O| Sep 23 17:49:52.195 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-09-23T17:49:54.270Z[ recovery-image] Sep 23 17:49:52.204 INFO O| Sep 23 17:49:52.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65032024-09-23T17:49:54.270Z[ recovery-image] Sep 23 17:49:52.204 INFO O| Sep 23 17:49:52.204 INFO STEP 804 (remove_files) COMPLETE
65042024-09-23T17:49:54.272Z[ recovery-image] Sep 23 17:49:52.204 INFO O| Sep 23 17:49:52.204 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-23T17:49:54.279Z[ recovery-image] Sep 23 17:49:52.213 INFO O| Sep 23 17:49:52.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65062024-09-23T17:49:54.279Z[ recovery-image] Sep 23 17:49:52.214 INFO O| Sep 23 17:49:52.213 INFO STEP 805 (remove_files) COMPLETE
65072024-09-23T17:49:54.282Z[ recovery-image] Sep 23 17:49:52.214 INFO O| Sep 23 17:49:52.214 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-09-23T17:49:54.289Z[ recovery-image] Sep 23 17:49:52.223 INFO O| Sep 23 17:49:52.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65092024-09-23T17:49:54.291Z[ recovery-image] Sep 23 17:49:52.223 INFO O| Sep 23 17:49:52.223 INFO STEP 806 (remove_files) COMPLETE
65102024-09-23T17:49:54.291Z[ recovery-image] Sep 23 17:49:52.223 INFO O| Sep 23 17:49:52.223 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-23T17:49:54.298Z[ recovery-image] Sep 23 17:49:52.232 INFO O| Sep 23 17:49:52.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65122024-09-23T17:49:54.301Z[ recovery-image] Sep 23 17:49:52.233 INFO O| Sep 23 17:49:52.233 INFO STEP 807 (remove_files) COMPLETE
65132024-09-23T17:49:54.301Z[ recovery-image] Sep 23 17:49:52.233 INFO O| Sep 23 17:49:52.233 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-23T17:49:54.308Z[ recovery-image] Sep 23 17:49:52.242 INFO O| Sep 23 17:49:52.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65152024-09-23T17:49:54.308Z[ recovery-image] Sep 23 17:49:52.242 INFO O| Sep 23 17:49:52.242 INFO STEP 808 (remove_files) COMPLETE
65162024-09-23T17:49:54.308Z[ recovery-image] Sep 23 17:49:52.242 INFO O| Sep 23 17:49:52.242 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-23T17:49:54.318Z[ recovery-image] Sep 23 17:49:52.252 INFO O| Sep 23 17:49:52.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65182024-09-23T17:49:54.318Z[ recovery-image] Sep 23 17:49:52.252 INFO O| Sep 23 17:49:52.252 INFO STEP 809 (remove_files) COMPLETE
65192024-09-23T17:49:54.320Z[ recovery-image] Sep 23 17:49:52.252 INFO O| Sep 23 17:49:52.252 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-23T17:49:54.328Z[ recovery-image] Sep 23 17:49:52.262 INFO O| Sep 23 17:49:52.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65212024-09-23T17:49:54.330Z[ recovery-image] Sep 23 17:49:52.262 INFO O| Sep 23 17:49:52.262 INFO STEP 810 (remove_files) COMPLETE
65222024-09-23T17:49:54.330Z[ recovery-image] Sep 23 17:49:52.262 INFO O| Sep 23 17:49:52.262 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-23T17:49:54.337Z[ recovery-image] Sep 23 17:49:52.272 INFO O| Sep 23 17:49:52.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65242024-09-23T17:49:54.337Z[ recovery-image] Sep 23 17:49:52.272 INFO O| Sep 23 17:49:52.272 INFO STEP 811 (remove_files) COMPLETE
65252024-09-23T17:49:54.340Z[ recovery-image] Sep 23 17:49:52.272 INFO O| Sep 23 17:49:52.272 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-23T17:49:54.347Z[ recovery-image] Sep 23 17:49:52.281 INFO O| Sep 23 17:49:52.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65272024-09-23T17:49:54.349Z[ recovery-image] Sep 23 17:49:52.281 INFO O| Sep 23 17:49:52.281 INFO STEP 812 (remove_files) COMPLETE
65282024-09-23T17:49:54.349Z[ recovery-image] Sep 23 17:49:52.281 INFO O| Sep 23 17:49:52.281 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-23T17:49:54.357Z[ recovery-image] Sep 23 17:49:52.291 INFO O| Sep 23 17:49:52.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65302024-09-23T17:49:54.357Z[ recovery-image] Sep 23 17:49:52.291 INFO O| Sep 23 17:49:52.291 INFO STEP 813 (remove_files) COMPLETE
65312024-09-23T17:49:54.360Z[ recovery-image] Sep 23 17:49:52.291 INFO O| Sep 23 17:49:52.291 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-23T17:49:54.367Z[ recovery-image] Sep 23 17:49:52.301 INFO O| Sep 23 17:49:52.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65332024-09-23T17:49:54.370Z[ recovery-image] Sep 23 17:49:52.302 INFO O| Sep 23 17:49:52.302 INFO STEP 814 (remove_files) COMPLETE
65342024-09-23T17:49:54.370Z[ recovery-image] Sep 23 17:49:52.302 INFO O| Sep 23 17:49:52.302 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-09-23T17:49:54.377Z[ recovery-image] Sep 23 17:49:52.312 INFO O| Sep 23 17:49:52.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65362024-09-23T17:49:54.377Z[ recovery-image] Sep 23 17:49:52.312 INFO O| Sep 23 17:49:52.312 INFO STEP 815 (remove_files) COMPLETE
65372024-09-23T17:49:54.377Z[ recovery-image] Sep 23 17:49:52.312 INFO O| Sep 23 17:49:52.312 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-09-23T17:49:54.387Z[ recovery-image] Sep 23 17:49:52.321 INFO O| Sep 23 17:49:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65392024-09-23T17:49:54.390Z[ recovery-image] Sep 23 17:49:52.322 INFO O| Sep 23 17:49:52.322 INFO STEP 816 (remove_files) COMPLETE
65402024-09-23T17:49:54.390Z[ recovery-image] Sep 23 17:49:52.322 INFO O| Sep 23 17:49:52.322 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-09-23T17:49:54.397Z[ recovery-image] Sep 23 17:49:52.331 INFO O| Sep 23 17:49:52.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65422024-09-23T17:49:54.400Z[ recovery-image] Sep 23 17:49:52.331 INFO O| Sep 23 17:49:52.331 INFO STEP 817 (remove_files) COMPLETE
65432024-09-23T17:49:54.400Z[ recovery-image] Sep 23 17:49:52.331 INFO O| Sep 23 17:49:52.331 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-09-23T17:49:54.406Z[ recovery-image] Sep 23 17:49:52.341 INFO O| Sep 23 17:49:52.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65452024-09-23T17:49:54.407Z[ recovery-image] Sep 23 17:49:52.341 INFO O| Sep 23 17:49:52.341 INFO STEP 818 (remove_files) COMPLETE
65462024-09-23T17:49:54.410Z[ recovery-image] Sep 23 17:49:52.341 INFO O| Sep 23 17:49:52.341 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-23T17:49:54.416Z[ recovery-image] Sep 23 17:49:52.350 INFO O| Sep 23 17:49:52.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65482024-09-23T17:49:54.416Z[ recovery-image] Sep 23 17:49:52.350 INFO O| Sep 23 17:49:52.350 INFO STEP 819 (remove_files) COMPLETE
65492024-09-23T17:49:54.419Z[ recovery-image] Sep 23 17:49:52.350 INFO O| Sep 23 17:49:52.350 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-23T17:49:54.431Z[ recovery-image] Sep 23 17:49:52.359 INFO O| Sep 23 17:49:52.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65512024-09-23T17:49:54.431Z[ recovery-image] Sep 23 17:49:52.360 INFO O| Sep 23 17:49:52.360 INFO STEP 820 (remove_files) COMPLETE
65522024-09-23T17:49:54.431Z[ recovery-image] Sep 23 17:49:52.360 INFO O| Sep 23 17:49:52.360 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-23T17:49:54.435Z[ recovery-image] Sep 23 17:49:52.369 INFO O| Sep 23 17:49:52.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65542024-09-23T17:49:54.435Z[ recovery-image] Sep 23 17:49:52.369 INFO O| Sep 23 17:49:52.369 INFO STEP 821 (remove_files) COMPLETE
65552024-09-23T17:49:54.435Z[ recovery-image] Sep 23 17:49:52.369 INFO O| Sep 23 17:49:52.369 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-23T17:49:54.444Z[ recovery-image] Sep 23 17:49:52.378 INFO O| Sep 23 17:49:52.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65572024-09-23T17:49:54.444Z[ recovery-image] Sep 23 17:49:52.378 INFO O| Sep 23 17:49:52.378 INFO STEP 822 (remove_files) COMPLETE
65582024-09-23T17:49:54.447Z[ recovery-image] Sep 23 17:49:52.379 INFO O| Sep 23 17:49:52.378 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-23T17:49:54.454Z[ recovery-image] Sep 23 17:49:52.388 INFO O| Sep 23 17:49:52.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65602024-09-23T17:49:54.454Z[ recovery-image] Sep 23 17:49:52.388 INFO O| Sep 23 17:49:52.388 INFO STEP 823 (remove_files) COMPLETE
65612024-09-23T17:49:54.456Z[ recovery-image] Sep 23 17:49:52.388 INFO O| Sep 23 17:49:52.388 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-23T17:49:54.465Z[ recovery-image] Sep 23 17:49:52.398 INFO O| Sep 23 17:49:52.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65632024-09-23T17:49:54.465Z[ recovery-image] Sep 23 17:49:52.398 INFO O| Sep 23 17:49:52.398 INFO STEP 824 (remove_files) COMPLETE
65642024-09-23T17:49:54.466Z[ recovery-image] Sep 23 17:49:52.398 INFO O| Sep 23 17:49:52.398 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-23T17:49:54.473Z[ recovery-image] Sep 23 17:49:52.407 INFO O| Sep 23 17:49:52.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65662024-09-23T17:49:54.473Z[ recovery-image] Sep 23 17:49:52.407 INFO O| Sep 23 17:49:52.407 INFO STEP 825 (remove_files) COMPLETE
65672024-09-23T17:49:54.476Z[ recovery-image] Sep 23 17:49:52.407 INFO O| Sep 23 17:49:52.407 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-23T17:49:54.482Z[ recovery-image] Sep 23 17:49:52.416 INFO O| Sep 23 17:49:52.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65692024-09-23T17:49:54.482Z[ recovery-image] Sep 23 17:49:52.416 INFO O| Sep 23 17:49:52.416 INFO STEP 826 (remove_files) COMPLETE
65702024-09-23T17:49:54.485Z[ recovery-image] Sep 23 17:49:52.416 INFO O| Sep 23 17:49:52.416 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-23T17:49:54.492Z[ recovery-image] Sep 23 17:49:52.426 INFO O| Sep 23 17:49:52.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65722024-09-23T17:49:54.492Z[ recovery-image] Sep 23 17:49:52.426 INFO O| Sep 23 17:49:52.426 INFO STEP 827 (remove_files) COMPLETE
65732024-09-23T17:49:54.492Z[ recovery-image] Sep 23 17:49:52.426 INFO O| Sep 23 17:49:52.426 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-23T17:49:54.501Z[ recovery-image] Sep 23 17:49:52.435 INFO O| Sep 23 17:49:52.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65752024-09-23T17:49:54.501Z[ recovery-image] Sep 23 17:49:52.435 INFO O| Sep 23 17:49:52.435 INFO STEP 828 (remove_files) COMPLETE
65762024-09-23T17:49:54.504Z[ recovery-image] Sep 23 17:49:52.435 INFO O| Sep 23 17:49:52.435 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-23T17:49:54.512Z[ recovery-image] Sep 23 17:49:52.444 INFO O| Sep 23 17:49:52.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65782024-09-23T17:49:54.512Z[ recovery-image] Sep 23 17:49:52.444 INFO O| Sep 23 17:49:52.444 INFO STEP 829 (remove_files) COMPLETE
65792024-09-23T17:49:54.515Z[ recovery-image] Sep 23 17:49:52.444 INFO O| Sep 23 17:49:52.444 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-23T17:49:54.520Z[ recovery-image] Sep 23 17:49:52.454 INFO O| Sep 23 17:49:52.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65812024-09-23T17:49:54.520Z[ recovery-image] Sep 23 17:49:52.454 INFO O| Sep 23 17:49:52.454 INFO STEP 830 (remove_files) COMPLETE
65822024-09-23T17:49:54.520Z[ recovery-image] Sep 23 17:49:52.454 INFO O| Sep 23 17:49:52.454 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-23T17:49:54.529Z[ recovery-image] Sep 23 17:49:52.463 INFO O| Sep 23 17:49:52.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65842024-09-23T17:49:54.529Z[ recovery-image] Sep 23 17:49:52.463 INFO O| Sep 23 17:49:52.463 INFO STEP 831 (remove_files) COMPLETE
65852024-09-23T17:49:54.532Z[ recovery-image] Sep 23 17:49:52.463 INFO O| Sep 23 17:49:52.463 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-23T17:49:54.538Z[ recovery-image] Sep 23 17:49:52.472 INFO O| Sep 23 17:49:52.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65872024-09-23T17:49:54.538Z[ recovery-image] Sep 23 17:49:52.472 INFO O| Sep 23 17:49:52.472 INFO STEP 832 (remove_files) COMPLETE
65882024-09-23T17:49:54.538Z[ recovery-image] Sep 23 17:49:52.472 INFO O| Sep 23 17:49:52.472 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-23T17:49:54.548Z[ recovery-image] Sep 23 17:49:52.482 INFO O| Sep 23 17:49:52.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65902024-09-23T17:49:54.548Z[ recovery-image] Sep 23 17:49:52.482 INFO O| Sep 23 17:49:52.482 INFO STEP 833 (remove_files) COMPLETE
65912024-09-23T17:49:54.550Z[ recovery-image] Sep 23 17:49:52.482 INFO O| Sep 23 17:49:52.482 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-23T17:49:54.557Z[ recovery-image] Sep 23 17:49:52.491 INFO O| Sep 23 17:49:52.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65932024-09-23T17:49:54.557Z[ recovery-image] Sep 23 17:49:52.491 INFO O| Sep 23 17:49:52.491 INFO STEP 834 (remove_files) COMPLETE
65942024-09-23T17:49:54.557Z[ recovery-image] Sep 23 17:49:52.491 INFO O| Sep 23 17:49:52.491 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-23T17:49:54.566Z[ recovery-image] Sep 23 17:49:52.500 INFO O| Sep 23 17:49:52.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65962024-09-23T17:49:54.566Z[ recovery-image] Sep 23 17:49:52.500 INFO O| Sep 23 17:49:52.500 INFO STEP 835 (remove_files) COMPLETE
65972024-09-23T17:49:54.566Z[ recovery-image] Sep 23 17:49:52.500 INFO O| Sep 23 17:49:52.500 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-23T17:49:54.575Z[ recovery-image] Sep 23 17:49:52.509 INFO O| Sep 23 17:49:52.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65992024-09-23T17:49:54.576Z[ recovery-image] Sep 23 17:49:52.510 INFO O| Sep 23 17:49:52.510 INFO STEP 836 (remove_files) COMPLETE
66002024-09-23T17:49:54.576Z[ recovery-image] Sep 23 17:49:52.510 INFO O| Sep 23 17:49:52.510 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-23T17:49:54.585Z[ recovery-image] Sep 23 17:49:52.519 INFO O| Sep 23 17:49:52.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66022024-09-23T17:49:54.585Z[ recovery-image] Sep 23 17:49:52.519 INFO O| Sep 23 17:49:52.519 INFO STEP 837 (remove_files) COMPLETE
66032024-09-23T17:49:54.587Z[ recovery-image] Sep 23 17:49:52.519 INFO O| Sep 23 17:49:52.519 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-23T17:49:54.594Z[ recovery-image] Sep 23 17:49:52.528 INFO O| Sep 23 17:49:52.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66052024-09-23T17:49:54.594Z[ recovery-image] Sep 23 17:49:52.528 INFO O| Sep 23 17:49:52.528 INFO STEP 838 (remove_files) COMPLETE
66062024-09-23T17:49:54.597Z[ recovery-image] Sep 23 17:49:52.528 INFO O| Sep 23 17:49:52.528 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-23T17:49:54.604Z[ recovery-image] Sep 23 17:49:52.538 INFO O| Sep 23 17:49:52.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66082024-09-23T17:49:54.604Z[ recovery-image] Sep 23 17:49:52.538 INFO O| Sep 23 17:49:52.538 INFO STEP 839 (remove_files) COMPLETE
66092024-09-23T17:49:54.604Z[ recovery-image] Sep 23 17:49:52.538 INFO O| Sep 23 17:49:52.538 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-23T17:49:54.613Z[ recovery-image] Sep 23 17:49:52.547 INFO O| Sep 23 17:49:52.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66112024-09-23T17:49:54.613Z[ recovery-image] Sep 23 17:49:52.547 INFO O| Sep 23 17:49:52.547 INFO STEP 840 (remove_files) COMPLETE
66122024-09-23T17:49:54.613Z[ recovery-image] Sep 23 17:49:52.547 INFO O| Sep 23 17:49:52.547 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-23T17:49:54.622Z[ recovery-image] Sep 23 17:49:52.556 INFO O| Sep 23 17:49:52.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66142024-09-23T17:49:54.625Z[ recovery-image] Sep 23 17:49:52.556 INFO O| Sep 23 17:49:52.556 INFO STEP 841 (remove_files) COMPLETE
66152024-09-23T17:49:54.625Z[ recovery-image] Sep 23 17:49:52.557 INFO O| Sep 23 17:49:52.556 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-23T17:49:54.632Z[ recovery-image] Sep 23 17:49:52.566 INFO O| Sep 23 17:49:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66172024-09-23T17:49:54.632Z[ recovery-image] Sep 23 17:49:52.566 INFO O| Sep 23 17:49:52.566 INFO STEP 842 (remove_files) COMPLETE
66182024-09-23T17:49:54.634Z[ recovery-image] Sep 23 17:49:52.566 INFO O| Sep 23 17:49:52.566 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-23T17:49:54.641Z[ recovery-image] Sep 23 17:49:52.575 INFO O| Sep 23 17:49:52.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66202024-09-23T17:49:54.643Z[ recovery-image] Sep 23 17:49:52.575 INFO O| Sep 23 17:49:52.575 INFO STEP 843 (remove_files) COMPLETE
66212024-09-23T17:49:54.643Z[ recovery-image] Sep 23 17:49:52.575 INFO O| Sep 23 17:49:52.575 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-23T17:49:54.651Z[ recovery-image] Sep 23 17:49:52.585 INFO O| Sep 23 17:49:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66232024-09-23T17:49:54.651Z[ recovery-image] Sep 23 17:49:52.585 INFO O| Sep 23 17:49:52.585 INFO STEP 844 (remove_files) COMPLETE
66242024-09-23T17:49:54.653Z[ recovery-image] Sep 23 17:49:52.585 INFO O| Sep 23 17:49:52.585 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-23T17:49:54.660Z[ recovery-image] Sep 23 17:49:52.594 INFO O| Sep 23 17:49:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66262024-09-23T17:49:54.663Z[ recovery-image] Sep 23 17:49:52.594 INFO O| Sep 23 17:49:52.594 INFO STEP 845 (remove_files) COMPLETE
66272024-09-23T17:49:54.663Z[ recovery-image] Sep 23 17:49:52.594 INFO O| Sep 23 17:49:52.594 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-23T17:49:54.670Z[ recovery-image] Sep 23 17:49:52.604 INFO O| Sep 23 17:49:52.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66292024-09-23T17:49:54.670Z[ recovery-image] Sep 23 17:49:52.604 INFO O| Sep 23 17:49:52.604 INFO STEP 846 (remove_files) COMPLETE
66302024-09-23T17:49:54.670Z[ recovery-image] Sep 23 17:49:52.604 INFO O| Sep 23 17:49:52.604 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-23T17:49:54.679Z[ recovery-image] Sep 23 17:49:52.614 INFO O| Sep 23 17:49:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66322024-09-23T17:49:54.682Z[ recovery-image] Sep 23 17:49:52.614 INFO O| Sep 23 17:49:52.614 INFO STEP 847 (remove_files) COMPLETE
66332024-09-23T17:49:54.682Z[ recovery-image] Sep 23 17:49:52.614 INFO O| Sep 23 17:49:52.614 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-23T17:49:54.689Z[ recovery-image] Sep 23 17:49:52.623 INFO O| Sep 23 17:49:52.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66352024-09-23T17:49:54.689Z[ recovery-image] Sep 23 17:49:52.623 INFO O| Sep 23 17:49:52.623 INFO STEP 848 (remove_files) COMPLETE
66362024-09-23T17:49:54.691Z[ recovery-image] Sep 23 17:49:52.623 INFO O| Sep 23 17:49:52.623 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-23T17:49:54.698Z[ recovery-image] Sep 23 17:49:52.633 INFO O| Sep 23 17:49:52.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66382024-09-23T17:49:54.698Z[ recovery-image] Sep 23 17:49:52.633 INFO O| Sep 23 17:49:52.633 INFO STEP 849 (remove_files) COMPLETE
66392024-09-23T17:49:54.701Z[ recovery-image] Sep 23 17:49:52.633 INFO O| Sep 23 17:49:52.633 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-23T17:49:54.708Z[ recovery-image] Sep 23 17:49:52.643 INFO O| Sep 23 17:49:52.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66412024-09-23T17:49:54.711Z[ recovery-image] Sep 23 17:49:52.643 INFO O| Sep 23 17:49:52.643 INFO STEP 850 (remove_files) COMPLETE
66422024-09-23T17:49:54.711Z[ recovery-image] Sep 23 17:49:52.643 INFO O| Sep 23 17:49:52.643 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-23T17:49:54.718Z[ recovery-image] Sep 23 17:49:52.652 INFO O| Sep 23 17:49:52.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66442024-09-23T17:49:54.718Z[ recovery-image] Sep 23 17:49:52.652 INFO O| Sep 23 17:49:52.652 INFO STEP 851 (remove_files) COMPLETE
66452024-09-23T17:49:54.718Z[ recovery-image] Sep 23 17:49:52.652 INFO O| Sep 23 17:49:52.652 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-23T17:49:54.728Z[ recovery-image] Sep 23 17:49:52.662 INFO O| Sep 23 17:49:52.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66472024-09-23T17:49:54.728Z[ recovery-image] Sep 23 17:49:52.662 INFO O| Sep 23 17:49:52.662 INFO STEP 852 (remove_files) COMPLETE
66482024-09-23T17:49:54.730Z[ recovery-image] Sep 23 17:49:52.662 INFO O| Sep 23 17:49:52.662 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-23T17:49:54.737Z[ recovery-image] Sep 23 17:49:52.671 INFO O| Sep 23 17:49:52.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66502024-09-23T17:49:54.738Z[ recovery-image] Sep 23 17:49:52.671 INFO O| Sep 23 17:49:52.671 INFO STEP 853 (remove_files) COMPLETE
66512024-09-23T17:49:54.740Z[ recovery-image] Sep 23 17:49:52.671 INFO O| Sep 23 17:49:52.671 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-23T17:49:54.746Z[ recovery-image] Sep 23 17:49:52.680 INFO O| Sep 23 17:49:52.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66532024-09-23T17:49:54.746Z[ recovery-image] Sep 23 17:49:52.680 INFO O| Sep 23 17:49:52.680 INFO STEP 854 (remove_files) COMPLETE
66542024-09-23T17:49:54.746Z[ recovery-image] Sep 23 17:49:52.681 INFO O| Sep 23 17:49:52.680 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-23T17:49:54.756Z[ recovery-image] Sep 23 17:49:52.690 INFO O| Sep 23 17:49:52.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66562024-09-23T17:49:54.758Z[ recovery-image] Sep 23 17:49:52.690 INFO O| Sep 23 17:49:52.690 INFO STEP 855 (remove_files) COMPLETE
66572024-09-23T17:49:54.758Z[ recovery-image] Sep 23 17:49:52.690 INFO O| Sep 23 17:49:52.690 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-23T17:49:54.765Z[ recovery-image] Sep 23 17:49:52.699 INFO O| Sep 23 17:49:52.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66592024-09-23T17:49:54.765Z[ recovery-image] Sep 23 17:49:52.700 INFO O| Sep 23 17:49:52.700 INFO STEP 856 (remove_files) COMPLETE
66602024-09-23T17:49:54.765Z[ recovery-image] Sep 23 17:49:52.700 INFO O| Sep 23 17:49:52.700 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-23T17:49:54.775Z[ recovery-image] Sep 23 17:49:52.709 INFO O| Sep 23 17:49:52.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66622024-09-23T17:49:54.777Z[ recovery-image] Sep 23 17:49:52.709 INFO O| Sep 23 17:49:52.709 INFO STEP 857 (remove_files) COMPLETE
66632024-09-23T17:49:54.777Z[ recovery-image] Sep 23 17:49:52.709 INFO O| Sep 23 17:49:52.709 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-23T17:49:54.784Z[ recovery-image] Sep 23 17:49:52.718 INFO O| Sep 23 17:49:52.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66652024-09-23T17:49:54.787Z[ recovery-image] Sep 23 17:49:52.718 INFO O| Sep 23 17:49:52.718 INFO STEP 858 (remove_files) COMPLETE
66662024-09-23T17:49:54.787Z[ recovery-image] Sep 23 17:49:52.718 INFO O| Sep 23 17:49:52.718 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-23T17:49:54.794Z[ recovery-image] Sep 23 17:49:52.728 INFO O| Sep 23 17:49:52.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66682024-09-23T17:49:54.794Z[ recovery-image] Sep 23 17:49:52.728 INFO O| Sep 23 17:49:52.728 INFO STEP 859 (remove_files) COMPLETE
66692024-09-23T17:49:54.797Z[ recovery-image] Sep 23 17:49:52.728 INFO O| Sep 23 17:49:52.728 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-23T17:49:54.803Z[ recovery-image] Sep 23 17:49:52.737 INFO O| Sep 23 17:49:52.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66712024-09-23T17:49:54.803Z[ recovery-image] Sep 23 17:49:52.737 INFO O| Sep 23 17:49:52.737 INFO STEP 860 (remove_files) COMPLETE
66722024-09-23T17:49:54.806Z[ recovery-image] Sep 23 17:49:52.737 INFO O| Sep 23 17:49:52.737 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-23T17:49:54.813Z[ recovery-image] Sep 23 17:49:52.747 INFO O| Sep 23 17:49:52.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66742024-09-23T17:49:54.815Z[ recovery-image] Sep 23 17:49:52.747 INFO O| Sep 23 17:49:52.747 INFO STEP 861 (remove_files) COMPLETE
66752024-09-23T17:49:54.815Z[ recovery-image] Sep 23 17:49:52.747 INFO O| Sep 23 17:49:52.747 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-23T17:49:54.822Z[ recovery-image] Sep 23 17:49:52.756 INFO O| Sep 23 17:49:52.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66772024-09-23T17:49:54.825Z[ recovery-image] Sep 23 17:49:52.756 INFO O| Sep 23 17:49:52.756 INFO STEP 862 (remove_files) COMPLETE
66782024-09-23T17:49:54.825Z[ recovery-image] Sep 23 17:49:52.756 INFO O| Sep 23 17:49:52.756 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-23T17:49:54.831Z[ recovery-image] Sep 23 17:49:52.766 INFO O| Sep 23 17:49:52.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66802024-09-23T17:49:54.831Z[ recovery-image] Sep 23 17:49:52.766 INFO O| Sep 23 17:49:52.766 INFO STEP 863 (remove_files) COMPLETE
66812024-09-23T17:49:54.835Z[ recovery-image] Sep 23 17:49:52.766 INFO O| Sep 23 17:49:52.766 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-23T17:49:54.841Z[ recovery-image] Sep 23 17:49:52.775 INFO O| Sep 23 17:49:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66832024-09-23T17:49:54.841Z[ recovery-image] Sep 23 17:49:52.775 INFO O| Sep 23 17:49:52.775 INFO STEP 864 (remove_files) COMPLETE
66842024-09-23T17:49:54.845Z[ recovery-image] Sep 23 17:49:52.775 INFO O| Sep 23 17:49:52.775 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-23T17:49:54.850Z[ recovery-image] Sep 23 17:49:52.784 INFO O| Sep 23 17:49:52.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66862024-09-23T17:49:54.853Z[ recovery-image] Sep 23 17:49:52.784 INFO O| Sep 23 17:49:52.784 INFO STEP 865 (remove_files) COMPLETE
66872024-09-23T17:49:54.853Z[ recovery-image] Sep 23 17:49:52.784 INFO O| Sep 23 17:49:52.784 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-23T17:49:54.860Z[ recovery-image] Sep 23 17:49:52.794 INFO O| Sep 23 17:49:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66892024-09-23T17:49:54.862Z[ recovery-image] Sep 23 17:49:52.794 INFO O| Sep 23 17:49:52.794 INFO STEP 866 (remove_files) COMPLETE
66902024-09-23T17:49:54.862Z[ recovery-image] Sep 23 17:49:52.794 INFO O| Sep 23 17:49:52.794 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-23T17:49:54.872Z[ recovery-image] Sep 23 17:49:52.803 INFO O| Sep 23 17:49:52.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66922024-09-23T17:49:54.872Z[ recovery-image] Sep 23 17:49:52.803 INFO O| Sep 23 17:49:52.803 INFO STEP 867 (remove_files) COMPLETE
66932024-09-23T17:49:54.872Z[ recovery-image] Sep 23 17:49:52.803 INFO O| Sep 23 17:49:52.803 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-23T17:49:54.878Z[ recovery-image] Sep 23 17:49:52.812 INFO O| Sep 23 17:49:52.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66952024-09-23T17:49:54.878Z[ recovery-image] Sep 23 17:49:52.812 INFO O| Sep 23 17:49:52.812 INFO STEP 868 (remove_files) COMPLETE
66962024-09-23T17:49:54.881Z[ recovery-image] Sep 23 17:49:52.812 INFO O| Sep 23 17:49:52.812 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-23T17:49:54.888Z[ recovery-image] Sep 23 17:49:52.822 INFO O| Sep 23 17:49:52.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66982024-09-23T17:49:54.888Z[ recovery-image] Sep 23 17:49:52.822 INFO O| Sep 23 17:49:52.822 INFO STEP 869 (remove_files) COMPLETE
66992024-09-23T17:49:54.890Z[ recovery-image] Sep 23 17:49:52.822 INFO O| Sep 23 17:49:52.822 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-23T17:49:54.897Z[ recovery-image] Sep 23 17:49:52.831 INFO O| Sep 23 17:49:52.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67012024-09-23T17:49:54.900Z[ recovery-image] Sep 23 17:49:52.831 INFO O| Sep 23 17:49:52.831 INFO STEP 870 (remove_files) COMPLETE
67022024-09-23T17:49:54.900Z[ recovery-image] Sep 23 17:49:52.831 INFO O| Sep 23 17:49:52.831 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-23T17:49:54.906Z[ recovery-image] Sep 23 17:49:52.840 INFO O| Sep 23 17:49:52.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67042024-09-23T17:49:54.906Z[ recovery-image] Sep 23 17:49:52.841 INFO O| Sep 23 17:49:52.841 INFO STEP 871 (remove_files) COMPLETE
67052024-09-23T17:49:54.906Z[ recovery-image] Sep 23 17:49:52.841 INFO O| Sep 23 17:49:52.841 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-23T17:49:54.916Z[ recovery-image] Sep 23 17:49:52.850 INFO O| Sep 23 17:49:52.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67072024-09-23T17:49:54.918Z[ recovery-image] Sep 23 17:49:52.850 INFO O| Sep 23 17:49:52.850 INFO STEP 872 (remove_files) COMPLETE
67082024-09-23T17:49:54.918Z[ recovery-image] Sep 23 17:49:52.850 INFO O| Sep 23 17:49:52.850 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-23T17:49:54.925Z[ recovery-image] Sep 23 17:49:52.859 INFO O| Sep 23 17:49:52.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67102024-09-23T17:49:54.925Z[ recovery-image] Sep 23 17:49:52.859 INFO O| Sep 23 17:49:52.859 INFO STEP 873 (remove_files) COMPLETE
67112024-09-23T17:49:54.928Z[ recovery-image] Sep 23 17:49:52.859 INFO O| Sep 23 17:49:52.859 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-23T17:49:54.935Z[ recovery-image] Sep 23 17:49:52.869 INFO O| Sep 23 17:49:52.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67132024-09-23T17:49:54.937Z[ recovery-image] Sep 23 17:49:52.869 INFO O| Sep 23 17:49:52.869 INFO STEP 874 (remove_files) COMPLETE
67142024-09-23T17:49:54.937Z[ recovery-image] Sep 23 17:49:52.869 INFO O| Sep 23 17:49:52.869 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-23T17:49:54.945Z[ recovery-image] Sep 23 17:49:52.879 INFO O| Sep 23 17:49:52.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67162024-09-23T17:49:54.945Z[ recovery-image] Sep 23 17:49:52.879 INFO O| Sep 23 17:49:52.879 INFO STEP 875 (remove_files) COMPLETE
67172024-09-23T17:49:54.947Z[ recovery-image] Sep 23 17:49:52.879 INFO O| Sep 23 17:49:52.879 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-23T17:49:54.954Z[ recovery-image] Sep 23 17:49:52.888 INFO O| Sep 23 17:49:52.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67192024-09-23T17:49:54.954Z[ recovery-image] Sep 23 17:49:52.888 INFO O| Sep 23 17:49:52.888 INFO STEP 876 (remove_files) COMPLETE
67202024-09-23T17:49:54.954Z[ recovery-image] Sep 23 17:49:52.888 INFO O| Sep 23 17:49:52.888 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-23T17:49:54.963Z[ recovery-image] Sep 23 17:49:52.897 INFO O| Sep 23 17:49:52.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67222024-09-23T17:49:54.963Z[ recovery-image] Sep 23 17:49:52.897 INFO O| Sep 23 17:49:52.897 INFO STEP 877 (remove_files) COMPLETE
67232024-09-23T17:49:54.963Z[ recovery-image] Sep 23 17:49:52.897 INFO O| Sep 23 17:49:52.897 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-23T17:49:54.973Z[ recovery-image] Sep 23 17:49:52.907 INFO O| Sep 23 17:49:52.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67252024-09-23T17:49:54.973Z[ recovery-image] Sep 23 17:49:52.907 INFO O| Sep 23 17:49:52.907 INFO STEP 878 (remove_files) COMPLETE
67262024-09-23T17:49:54.975Z[ recovery-image] Sep 23 17:49:52.907 INFO O| Sep 23 17:49:52.907 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-23T17:49:54.982Z[ recovery-image] Sep 23 17:49:52.916 INFO O| Sep 23 17:49:52.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67282024-09-23T17:49:54.982Z[ recovery-image] Sep 23 17:49:52.916 INFO O| Sep 23 17:49:52.916 INFO STEP 879 (remove_files) COMPLETE
67292024-09-23T17:49:54.990Z[ recovery-image] Sep 23 17:49:52.916 INFO O| Sep 23 17:49:52.916 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-23T17:49:55.000Z[ recovery-image] Sep 23 17:49:52.926 INFO O| Sep 23 17:49:52.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67312024-09-23T17:49:55.000Z[ recovery-image] Sep 23 17:49:52.926 INFO O| Sep 23 17:49:52.926 INFO STEP 880 (remove_files) COMPLETE
67322024-09-23T17:49:55.000Z[ recovery-image] Sep 23 17:49:52.926 INFO O| Sep 23 17:49:52.926 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-23T17:49:55.006Z[ recovery-image] Sep 23 17:49:52.935 INFO O| Sep 23 17:49:52.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67342024-09-23T17:49:55.006Z[ recovery-image] Sep 23 17:49:52.935 INFO O| Sep 23 17:49:52.935 INFO STEP 881 (remove_files) COMPLETE
67352024-09-23T17:49:55.006Z[ recovery-image] Sep 23 17:49:52.935 INFO O| Sep 23 17:49:52.935 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-23T17:49:55.010Z[ recovery-image] Sep 23 17:49:52.944 INFO O| Sep 23 17:49:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67372024-09-23T17:49:55.013Z[ recovery-image] Sep 23 17:49:52.945 INFO O| Sep 23 17:49:52.945 INFO STEP 882 (remove_files) COMPLETE
67382024-09-23T17:49:55.013Z[ recovery-image] Sep 23 17:49:52.945 INFO O| Sep 23 17:49:52.945 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-23T17:49:55.020Z[ recovery-image] Sep 23 17:49:52.954 INFO O| Sep 23 17:49:52.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67402024-09-23T17:49:55.020Z[ recovery-image] Sep 23 17:49:52.954 INFO O| Sep 23 17:49:52.954 INFO STEP 883 (remove_files) COMPLETE
67412024-09-23T17:49:55.023Z[ recovery-image] Sep 23 17:49:52.954 INFO O| Sep 23 17:49:52.954 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-23T17:49:55.030Z[ recovery-image] Sep 23 17:49:52.964 INFO O| Sep 23 17:49:52.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67432024-09-23T17:49:55.030Z[ recovery-image] Sep 23 17:49:52.964 INFO O| Sep 23 17:49:52.964 INFO STEP 884 (remove_files) COMPLETE
67442024-09-23T17:49:55.030Z[ recovery-image] Sep 23 17:49:52.964 INFO O| Sep 23 17:49:52.964 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-23T17:49:55.039Z[ recovery-image] Sep 23 17:49:52.973 INFO O| Sep 23 17:49:52.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67462024-09-23T17:49:55.042Z[ recovery-image] Sep 23 17:49:52.973 INFO O| Sep 23 17:49:52.973 INFO STEP 885 (remove_files) COMPLETE
67472024-09-23T17:49:55.042Z[ recovery-image] Sep 23 17:49:52.973 INFO O| Sep 23 17:49:52.973 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-23T17:49:55.049Z[ recovery-image] Sep 23 17:49:52.983 INFO O| Sep 23 17:49:52.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67492024-09-23T17:49:55.049Z[ recovery-image] Sep 23 17:49:52.983 INFO O| Sep 23 17:49:52.983 INFO STEP 886 (remove_files) COMPLETE
67502024-09-23T17:49:55.051Z[ recovery-image] Sep 23 17:49:52.983 INFO O| Sep 23 17:49:52.983 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-23T17:49:55.059Z[ recovery-image] Sep 23 17:49:52.993 INFO O| Sep 23 17:49:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67522024-09-23T17:49:55.059Z[ recovery-image] Sep 23 17:49:52.993 INFO O| Sep 23 17:49:52.993 INFO STEP 887 (remove_files) COMPLETE
67532024-09-23T17:49:55.061Z[ recovery-image] Sep 23 17:49:52.993 INFO O| Sep 23 17:49:52.993 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-23T17:49:55.069Z[ recovery-image] Sep 23 17:49:53.003 INFO O| Sep 23 17:49:53.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67552024-09-23T17:49:55.069Z[ recovery-image] Sep 23 17:49:53.003 INFO O| Sep 23 17:49:53.003 INFO STEP 888 (remove_files) COMPLETE
67562024-09-23T17:49:55.071Z[ recovery-image] Sep 23 17:49:53.003 INFO O| Sep 23 17:49:53.003 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-23T17:49:55.079Z[ recovery-image] Sep 23 17:49:53.013 INFO O| Sep 23 17:49:53.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67582024-09-23T17:49:55.081Z[ recovery-image] Sep 23 17:49:53.013 INFO O| Sep 23 17:49:53.013 INFO STEP 889 (remove_files) COMPLETE
67592024-09-23T17:49:55.081Z[ recovery-image] Sep 23 17:49:53.013 INFO O| Sep 23 17:49:53.013 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-23T17:49:55.088Z[ recovery-image] Sep 23 17:49:53.022 INFO O| Sep 23 17:49:53.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67612024-09-23T17:49:55.088Z[ recovery-image] Sep 23 17:49:53.022 INFO O| Sep 23 17:49:53.022 INFO STEP 890 (remove_files) COMPLETE
67622024-09-23T17:49:55.088Z[ recovery-image] Sep 23 17:49:53.022 INFO O| Sep 23 17:49:53.022 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-23T17:49:55.098Z[ recovery-image] Sep 23 17:49:53.032 INFO O| Sep 23 17:49:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67642024-09-23T17:49:55.098Z[ recovery-image] Sep 23 17:49:53.032 INFO O| Sep 23 17:49:53.032 INFO STEP 891 (remove_files) COMPLETE
67652024-09-23T17:49:55.101Z[ recovery-image] Sep 23 17:49:53.032 INFO O| Sep 23 17:49:53.032 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-23T17:49:55.107Z[ recovery-image] Sep 23 17:49:53.041 INFO O| Sep 23 17:49:53.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67672024-09-23T17:49:55.110Z[ recovery-image] Sep 23 17:49:53.041 INFO O| Sep 23 17:49:53.041 INFO STEP 892 (remove_files) COMPLETE
67682024-09-23T17:49:55.110Z[ recovery-image] Sep 23 17:49:53.041 INFO O| Sep 23 17:49:53.041 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-23T17:49:55.116Z[ recovery-image] Sep 23 17:49:53.051 INFO O| Sep 23 17:49:53.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67702024-09-23T17:49:55.119Z[ recovery-image] Sep 23 17:49:53.051 INFO O| Sep 23 17:49:53.051 INFO STEP 893 (remove_files) COMPLETE
67712024-09-23T17:49:55.119Z[ recovery-image] Sep 23 17:49:53.051 INFO O| Sep 23 17:49:53.051 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-23T17:49:55.126Z[ recovery-image] Sep 23 17:49:53.060 INFO O| Sep 23 17:49:53.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67732024-09-23T17:49:55.126Z[ recovery-image] Sep 23 17:49:53.060 INFO O| Sep 23 17:49:53.060 INFO STEP 894 (remove_files) COMPLETE
67742024-09-23T17:49:55.128Z[ recovery-image] Sep 23 17:49:53.060 INFO O| Sep 23 17:49:53.060 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-23T17:49:55.136Z[ recovery-image] Sep 23 17:49:53.070 INFO O| Sep 23 17:49:53.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67762024-09-23T17:49:55.136Z[ recovery-image] Sep 23 17:49:53.070 INFO O| Sep 23 17:49:53.070 INFO STEP 895 (remove_files) COMPLETE
67772024-09-23T17:49:55.136Z[ recovery-image] Sep 23 17:49:53.070 INFO O| Sep 23 17:49:53.070 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-23T17:49:55.145Z[ recovery-image] Sep 23 17:49:53.079 INFO O| Sep 23 17:49:53.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67792024-09-23T17:49:55.147Z[ recovery-image] Sep 23 17:49:53.079 INFO O| Sep 23 17:49:53.079 INFO STEP 896 (remove_files) COMPLETE
67802024-09-23T17:49:55.147Z[ recovery-image] Sep 23 17:49:53.079 INFO O| Sep 23 17:49:53.079 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-23T17:49:55.154Z[ recovery-image] Sep 23 17:49:53.088 INFO O| Sep 23 17:49:53.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67822024-09-23T17:49:55.154Z[ recovery-image] Sep 23 17:49:53.088 INFO O| Sep 23 17:49:53.088 INFO STEP 897 (remove_files) COMPLETE
67832024-09-23T17:49:55.157Z[ recovery-image] Sep 23 17:49:53.088 INFO O| Sep 23 17:49:53.088 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-23T17:49:55.164Z[ recovery-image] Sep 23 17:49:53.098 INFO O| Sep 23 17:49:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67852024-09-23T17:49:55.164Z[ recovery-image] Sep 23 17:49:53.098 INFO O| Sep 23 17:49:53.098 INFO STEP 898 (remove_files) COMPLETE
67862024-09-23T17:49:55.164Z[ recovery-image] Sep 23 17:49:53.098 INFO O| Sep 23 17:49:53.098 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-23T17:49:55.173Z[ recovery-image] Sep 23 17:49:53.107 INFO O| Sep 23 17:49:53.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67882024-09-23T17:49:55.176Z[ recovery-image] Sep 23 17:49:53.108 INFO O| Sep 23 17:49:53.108 INFO STEP 899 (remove_files) COMPLETE
67892024-09-23T17:49:55.176Z[ recovery-image] Sep 23 17:49:53.108 INFO O| Sep 23 17:49:53.108 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-23T17:49:55.184Z[ recovery-image] Sep 23 17:49:53.118 INFO O| Sep 23 17:49:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67912024-09-23T17:49:55.184Z[ recovery-image] Sep 23 17:49:53.118 INFO O| Sep 23 17:49:53.118 INFO STEP 900 (remove_files) COMPLETE
67922024-09-23T17:49:55.187Z[ recovery-image] Sep 23 17:49:53.118 INFO O| Sep 23 17:49:53.118 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-23T17:49:55.193Z[ recovery-image] Sep 23 17:49:53.127 INFO O| Sep 23 17:49:53.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67942024-09-23T17:49:55.196Z[ recovery-image] Sep 23 17:49:53.127 INFO O| Sep 23 17:49:53.127 INFO STEP 901 (remove_files) COMPLETE
67952024-09-23T17:49:55.196Z[ recovery-image] Sep 23 17:49:53.127 INFO O| Sep 23 17:49:53.127 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-23T17:49:55.203Z[ recovery-image] Sep 23 17:49:53.137 INFO O| Sep 23 17:49:53.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67972024-09-23T17:49:55.203Z[ recovery-image] Sep 23 17:49:53.137 INFO O| Sep 23 17:49:53.137 INFO STEP 902 (remove_files) COMPLETE
67982024-09-23T17:49:55.206Z[ recovery-image] Sep 23 17:49:53.137 INFO O| Sep 23 17:49:53.137 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-23T17:49:55.212Z[ recovery-image] Sep 23 17:49:53.147 INFO O| Sep 23 17:49:53.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68002024-09-23T17:49:55.213Z[ recovery-image] Sep 23 17:49:53.147 INFO O| Sep 23 17:49:53.147 INFO STEP 903 (remove_files) COMPLETE
68012024-09-23T17:49:55.215Z[ recovery-image] Sep 23 17:49:53.147 INFO O| Sep 23 17:49:53.147 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-23T17:49:55.222Z[ recovery-image] Sep 23 17:49:53.156 INFO O| Sep 23 17:49:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68032024-09-23T17:49:55.222Z[ recovery-image] Sep 23 17:49:53.156 INFO O| Sep 23 17:49:53.156 INFO STEP 904 (remove_files) COMPLETE
68042024-09-23T17:49:55.225Z[ recovery-image] Sep 23 17:49:53.156 INFO O| Sep 23 17:49:53.156 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-23T17:49:55.232Z[ recovery-image] Sep 23 17:49:53.166 INFO O| Sep 23 17:49:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68062024-09-23T17:49:55.232Z[ recovery-image] Sep 23 17:49:53.166 INFO O| Sep 23 17:49:53.166 INFO STEP 905 (remove_files) COMPLETE
68072024-09-23T17:49:55.235Z[ recovery-image] Sep 23 17:49:53.166 INFO O| Sep 23 17:49:53.166 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-23T17:49:55.242Z[ recovery-image] Sep 23 17:49:53.176 INFO O| Sep 23 17:49:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68092024-09-23T17:49:55.242Z[ recovery-image] Sep 23 17:49:53.176 INFO O| Sep 23 17:49:53.176 INFO STEP 906 (remove_files) COMPLETE
68102024-09-23T17:49:55.245Z[ recovery-image] Sep 23 17:49:53.176 INFO O| Sep 23 17:49:53.176 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-23T17:49:55.252Z[ recovery-image] Sep 23 17:49:53.185 INFO O| Sep 23 17:49:53.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68122024-09-23T17:49:55.254Z[ recovery-image] Sep 23 17:49:53.185 INFO O| Sep 23 17:49:53.185 INFO STEP 907 (remove_files) COMPLETE
68132024-09-23T17:49:55.254Z[ recovery-image] Sep 23 17:49:53.185 INFO O| Sep 23 17:49:53.185 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-23T17:49:55.260Z[ recovery-image] Sep 23 17:49:53.194 INFO O| Sep 23 17:49:53.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68152024-09-23T17:49:55.260Z[ recovery-image] Sep 23 17:49:53.194 INFO O| Sep 23 17:49:53.194 INFO STEP 908 (remove_files) COMPLETE
68162024-09-23T17:49:55.263Z[ recovery-image] Sep 23 17:49:53.194 INFO O| Sep 23 17:49:53.194 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-23T17:49:55.270Z[ recovery-image] Sep 23 17:49:53.204 INFO O| Sep 23 17:49:53.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68182024-09-23T17:49:55.270Z[ recovery-image] Sep 23 17:49:53.204 INFO O| Sep 23 17:49:53.204 INFO STEP 909 (remove_files) COMPLETE
68192024-09-23T17:49:55.272Z[ recovery-image] Sep 23 17:49:53.204 INFO O| Sep 23 17:49:53.204 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-23T17:49:55.279Z[ recovery-image] Sep 23 17:49:53.213 INFO O| Sep 23 17:49:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68212024-09-23T17:49:55.279Z[ recovery-image] Sep 23 17:49:53.213 INFO O| Sep 23 17:49:53.213 INFO STEP 910 (remove_files) COMPLETE
68222024-09-23T17:49:55.282Z[ recovery-image] Sep 23 17:49:53.213 INFO O| Sep 23 17:49:53.213 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-23T17:49:55.289Z[ recovery-image] Sep 23 17:49:53.223 INFO O| Sep 23 17:49:53.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68242024-09-23T17:49:55.289Z[ recovery-image] Sep 23 17:49:53.223 INFO O| Sep 23 17:49:53.223 INFO STEP 911 (remove_files) COMPLETE
68252024-09-23T17:49:55.291Z[ recovery-image] Sep 23 17:49:53.223 INFO O| Sep 23 17:49:53.223 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-23T17:49:55.298Z[ recovery-image] Sep 23 17:49:53.232 INFO O| Sep 23 17:49:53.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68272024-09-23T17:49:55.298Z[ recovery-image] Sep 23 17:49:53.232 INFO O| Sep 23 17:49:53.232 INFO STEP 912 (remove_files) COMPLETE
68282024-09-23T17:49:55.300Z[ recovery-image] Sep 23 17:49:53.232 INFO O| Sep 23 17:49:53.232 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-23T17:49:55.307Z[ recovery-image] Sep 23 17:49:53.241 INFO O| Sep 23 17:49:53.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68302024-09-23T17:49:55.307Z[ recovery-image] Sep 23 17:49:53.241 INFO O| Sep 23 17:49:53.241 INFO STEP 913 (remove_files) COMPLETE
68312024-09-23T17:49:55.307Z[ recovery-image] Sep 23 17:49:53.241 INFO O| Sep 23 17:49:53.241 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-23T17:49:55.317Z[ recovery-image] Sep 23 17:49:53.251 INFO O| Sep 23 17:49:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68332024-09-23T17:49:55.317Z[ recovery-image] Sep 23 17:49:53.251 INFO O| Sep 23 17:49:53.251 INFO STEP 914 (remove_files) COMPLETE
68342024-09-23T17:49:55.320Z[ recovery-image] Sep 23 17:49:53.251 INFO O| Sep 23 17:49:53.251 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-23T17:49:55.326Z[ recovery-image] Sep 23 17:49:53.260 INFO O| Sep 23 17:49:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68362024-09-23T17:49:55.329Z[ recovery-image] Sep 23 17:49:53.260 INFO O| Sep 23 17:49:53.260 INFO STEP 915 (remove_files) COMPLETE
68372024-09-23T17:49:55.329Z[ recovery-image] Sep 23 17:49:53.260 INFO O| Sep 23 17:49:53.260 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-23T17:49:55.336Z[ recovery-image] Sep 23 17:49:53.270 INFO O| Sep 23 17:49:53.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68392024-09-23T17:49:55.336Z[ recovery-image] Sep 23 17:49:53.270 INFO O| Sep 23 17:49:53.270 INFO STEP 916 (remove_files) COMPLETE
68402024-09-23T17:49:55.336Z[ recovery-image] Sep 23 17:49:53.270 INFO O| Sep 23 17:49:53.270 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-23T17:49:55.345Z[ recovery-image] Sep 23 17:49:53.279 INFO O| Sep 23 17:49:53.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68422024-09-23T17:49:55.347Z[ recovery-image] Sep 23 17:49:53.279 INFO O| Sep 23 17:49:53.279 INFO STEP 917 (remove_files) COMPLETE
68432024-09-23T17:49:55.348Z[ recovery-image] Sep 23 17:49:53.279 INFO O| Sep 23 17:49:53.279 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-23T17:49:55.354Z[ recovery-image] Sep 23 17:49:53.289 INFO O| Sep 23 17:49:53.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68452024-09-23T17:49:55.357Z[ recovery-image] Sep 23 17:49:53.289 INFO O| Sep 23 17:49:53.289 INFO STEP 918 (remove_files) COMPLETE
68462024-09-23T17:49:55.357Z[ recovery-image] Sep 23 17:49:53.289 INFO O| Sep 23 17:49:53.289 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-23T17:49:55.364Z[ recovery-image] Sep 23 17:49:53.298 INFO O| Sep 23 17:49:53.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68482024-09-23T17:49:55.366Z[ recovery-image] Sep 23 17:49:53.298 INFO O| Sep 23 17:49:53.298 INFO STEP 919 (remove_files) COMPLETE
68492024-09-23T17:49:55.366Z[ recovery-image] Sep 23 17:49:53.298 INFO O| Sep 23 17:49:53.298 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-23T17:49:55.373Z[ recovery-image] Sep 23 17:49:53.307 INFO O| Sep 23 17:49:53.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68512024-09-23T17:49:55.373Z[ recovery-image] Sep 23 17:49:53.307 INFO O| Sep 23 17:49:53.307 INFO STEP 920 (remove_files) COMPLETE
68522024-09-23T17:49:55.376Z[ recovery-image] Sep 23 17:49:53.308 INFO O| Sep 23 17:49:53.307 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-23T17:49:55.383Z[ recovery-image] Sep 23 17:49:53.317 INFO O| Sep 23 17:49:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68542024-09-23T17:49:55.383Z[ recovery-image] Sep 23 17:49:53.317 INFO O| Sep 23 17:49:53.317 INFO STEP 921 (remove_files) COMPLETE
68552024-09-23T17:49:55.386Z[ recovery-image] Sep 23 17:49:53.317 INFO O| Sep 23 17:49:53.317 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-23T17:49:55.392Z[ recovery-image] Sep 23 17:49:53.326 INFO O| Sep 23 17:49:53.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68572024-09-23T17:49:55.392Z[ recovery-image] Sep 23 17:49:53.326 INFO O| Sep 23 17:49:53.326 INFO STEP 922 (remove_files) COMPLETE
68582024-09-23T17:49:55.392Z[ recovery-image] Sep 23 17:49:53.326 INFO O| Sep 23 17:49:53.326 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-23T17:49:55.402Z[ recovery-image] Sep 23 17:49:53.336 INFO O| Sep 23 17:49:53.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68602024-09-23T17:49:55.402Z[ recovery-image] Sep 23 17:49:53.336 INFO O| Sep 23 17:49:53.336 INFO STEP 923 (remove_files) COMPLETE
68612024-09-23T17:49:55.402Z[ recovery-image] Sep 23 17:49:53.336 INFO O| Sep 23 17:49:53.336 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-23T17:49:55.412Z[ recovery-image] Sep 23 17:49:53.345 INFO O| Sep 23 17:49:53.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68632024-09-23T17:49:55.414Z[ recovery-image] Sep 23 17:49:53.346 INFO O| Sep 23 17:49:53.346 INFO STEP 924 (remove_files) COMPLETE
68642024-09-23T17:49:55.414Z[ recovery-image] Sep 23 17:49:53.346 INFO O| Sep 23 17:49:53.346 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-23T17:49:55.421Z[ recovery-image] Sep 23 17:49:53.355 INFO O| Sep 23 17:49:53.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68662024-09-23T17:49:55.424Z[ recovery-image] Sep 23 17:49:53.355 INFO O| Sep 23 17:49:53.355 INFO STEP 925 (remove_files) COMPLETE
68672024-09-23T17:49:55.424Z[ recovery-image] Sep 23 17:49:53.355 INFO O| Sep 23 17:49:53.355 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-23T17:49:55.430Z[ recovery-image] Sep 23 17:49:53.364 INFO O| Sep 23 17:49:53.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68692024-09-23T17:49:55.430Z[ recovery-image] Sep 23 17:49:53.364 INFO O| Sep 23 17:49:53.364 INFO STEP 926 (remove_files) COMPLETE
68702024-09-23T17:49:55.430Z[ recovery-image] Sep 23 17:49:53.365 INFO O| Sep 23 17:49:53.364 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-23T17:49:55.440Z[ recovery-image] Sep 23 17:49:53.374 INFO O| Sep 23 17:49:53.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68722024-09-23T17:49:55.442Z[ recovery-image] Sep 23 17:49:53.374 INFO O| Sep 23 17:49:53.374 INFO STEP 927 (remove_files) COMPLETE
68732024-09-23T17:49:55.443Z[ recovery-image] Sep 23 17:49:53.374 INFO O| Sep 23 17:49:53.374 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-23T17:49:55.449Z[ recovery-image] Sep 23 17:49:53.383 INFO O| Sep 23 17:49:53.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68752024-09-23T17:49:55.449Z[ recovery-image] Sep 23 17:49:53.384 INFO O| Sep 23 17:49:53.384 INFO STEP 928 (remove_files) COMPLETE
68762024-09-23T17:49:55.452Z[ recovery-image] Sep 23 17:49:53.384 INFO O| Sep 23 17:49:53.384 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-23T17:49:55.459Z[ recovery-image] Sep 23 17:49:53.393 INFO O| Sep 23 17:49:53.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68782024-09-23T17:49:55.459Z[ recovery-image] Sep 23 17:49:53.393 INFO O| Sep 23 17:49:53.393 INFO STEP 929 (remove_files) COMPLETE
68792024-09-23T17:49:55.459Z[ recovery-image] Sep 23 17:49:53.393 INFO O| Sep 23 17:49:53.393 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-23T17:49:55.469Z[ recovery-image] Sep 23 17:49:53.403 INFO O| Sep 23 17:49:53.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68812024-09-23T17:49:55.469Z[ recovery-image] Sep 23 17:49:53.403 INFO O| Sep 23 17:49:53.403 INFO STEP 930 (remove_files) COMPLETE
68822024-09-23T17:49:55.471Z[ recovery-image] Sep 23 17:49:53.403 INFO O| Sep 23 17:49:53.403 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-23T17:49:55.478Z[ recovery-image] Sep 23 17:49:53.412 INFO O| Sep 23 17:49:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68842024-09-23T17:49:55.478Z[ recovery-image] Sep 23 17:49:53.412 INFO O| Sep 23 17:49:53.412 INFO STEP 931 (remove_files) COMPLETE
68852024-09-23T17:49:55.481Z[ recovery-image] Sep 23 17:49:53.412 INFO O| Sep 23 17:49:53.412 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-23T17:49:55.488Z[ recovery-image] Sep 23 17:49:53.422 INFO O| Sep 23 17:49:53.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68872024-09-23T17:49:55.488Z[ recovery-image] Sep 23 17:49:53.422 INFO O| Sep 23 17:49:53.422 INFO STEP 932 (remove_files) COMPLETE
68882024-09-23T17:49:55.488Z[ recovery-image] Sep 23 17:49:53.422 INFO O| Sep 23 17:49:53.422 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-23T17:49:55.497Z[ recovery-image] Sep 23 17:49:53.431 INFO O| Sep 23 17:49:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68902024-09-23T17:49:55.497Z[ recovery-image] Sep 23 17:49:53.431 INFO O| Sep 23 17:49:53.431 INFO STEP 933 (remove_files) COMPLETE
68912024-09-23T17:49:55.500Z[ recovery-image] Sep 23 17:49:53.431 INFO O| Sep 23 17:49:53.431 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-23T17:49:55.507Z[ recovery-image] Sep 23 17:49:53.441 INFO O| Sep 23 17:49:53.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68932024-09-23T17:49:55.507Z[ recovery-image] Sep 23 17:49:53.441 INFO O| Sep 23 17:49:53.441 INFO STEP 934 (remove_files) COMPLETE
68942024-09-23T17:49:55.510Z[ recovery-image] Sep 23 17:49:53.441 INFO O| Sep 23 17:49:53.441 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-23T17:49:55.517Z[ recovery-image] Sep 23 17:49:53.450 INFO O| Sep 23 17:49:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68962024-09-23T17:49:55.517Z[ recovery-image] Sep 23 17:49:53.451 INFO O| Sep 23 17:49:53.451 INFO STEP 935 (remove_files) COMPLETE
68972024-09-23T17:49:55.519Z[ recovery-image] Sep 23 17:49:53.451 INFO O| Sep 23 17:49:53.451 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-23T17:49:55.526Z[ recovery-image] Sep 23 17:49:53.460 INFO O| Sep 23 17:49:53.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68992024-09-23T17:49:55.526Z[ recovery-image] Sep 23 17:49:53.460 INFO O| Sep 23 17:49:53.460 INFO STEP 936 (remove_files) COMPLETE
69002024-09-23T17:49:55.529Z[ recovery-image] Sep 23 17:49:53.460 INFO O| Sep 23 17:49:53.460 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-23T17:49:55.535Z[ recovery-image] Sep 23 17:49:53.469 INFO O| Sep 23 17:49:53.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69022024-09-23T17:49:55.535Z[ recovery-image] Sep 23 17:49:53.470 INFO O| Sep 23 17:49:53.469 INFO STEP 937 (remove_files) COMPLETE
69032024-09-23T17:49:55.539Z[ recovery-image] Sep 23 17:49:53.470 INFO O| Sep 23 17:49:53.470 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-23T17:49:55.545Z[ recovery-image] Sep 23 17:49:53.479 INFO O| Sep 23 17:49:53.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69052024-09-23T17:49:55.548Z[ recovery-image] Sep 23 17:49:53.479 INFO O| Sep 23 17:49:53.479 INFO STEP 938 (remove_files) COMPLETE
69062024-09-23T17:49:55.548Z[ recovery-image] Sep 23 17:49:53.479 INFO O| Sep 23 17:49:53.479 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-23T17:49:55.555Z[ recovery-image] Sep 23 17:49:53.489 INFO O| Sep 23 17:49:53.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69082024-09-23T17:49:55.555Z[ recovery-image] Sep 23 17:49:53.489 INFO O| Sep 23 17:49:53.489 INFO STEP 939 (remove_files) COMPLETE
69092024-09-23T17:49:55.555Z[ recovery-image] Sep 23 17:49:53.489 INFO O| Sep 23 17:49:53.489 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-23T17:49:55.565Z[ recovery-image] Sep 23 17:49:53.499 INFO O| Sep 23 17:49:53.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69112024-09-23T17:49:55.567Z[ recovery-image] Sep 23 17:49:53.499 INFO O| Sep 23 17:49:53.499 INFO STEP 940 (remove_files) COMPLETE
69122024-09-23T17:49:55.567Z[ recovery-image] Sep 23 17:49:53.499 INFO O| Sep 23 17:49:53.499 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-23T17:49:55.575Z[ recovery-image] Sep 23 17:49:53.509 INFO O| Sep 23 17:49:53.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69142024-09-23T17:49:55.575Z[ recovery-image] Sep 23 17:49:53.509 INFO O| Sep 23 17:49:53.509 INFO STEP 941 (remove_files) COMPLETE
69152024-09-23T17:49:55.578Z[ recovery-image] Sep 23 17:49:53.509 INFO O| Sep 23 17:49:53.509 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-23T17:49:55.585Z[ recovery-image] Sep 23 17:49:53.519 INFO O| Sep 23 17:49:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69172024-09-23T17:49:55.585Z[ recovery-image] Sep 23 17:49:53.519 INFO O| Sep 23 17:49:53.519 INFO STEP 942 (remove_files) COMPLETE
69182024-09-23T17:49:55.587Z[ recovery-image] Sep 23 17:49:53.519 INFO O| Sep 23 17:49:53.519 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-23T17:49:55.594Z[ recovery-image] Sep 23 17:49:53.528 INFO O| Sep 23 17:49:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69202024-09-23T17:49:55.594Z[ recovery-image] Sep 23 17:49:53.528 INFO O| Sep 23 17:49:53.528 INFO STEP 943 (remove_files) COMPLETE
69212024-09-23T17:49:55.597Z[ recovery-image] Sep 23 17:49:53.528 INFO O| Sep 23 17:49:53.528 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-23T17:49:55.603Z[ recovery-image] Sep 23 17:49:53.537 INFO O| Sep 23 17:49:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69232024-09-23T17:49:55.606Z[ recovery-image] Sep 23 17:49:53.537 INFO O| Sep 23 17:49:53.537 INFO STEP 944 (remove_files) COMPLETE
69242024-09-23T17:49:55.606Z[ recovery-image] Sep 23 17:49:53.537 INFO O| Sep 23 17:49:53.537 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-23T17:49:55.612Z[ recovery-image] Sep 23 17:49:53.546 INFO O| Sep 23 17:49:53.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69262024-09-23T17:49:55.613Z[ recovery-image] Sep 23 17:49:53.547 INFO O| Sep 23 17:49:53.546 INFO STEP 945 (remove_files) COMPLETE
69272024-09-23T17:49:55.615Z[ recovery-image] Sep 23 17:49:53.547 INFO O| Sep 23 17:49:53.547 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-23T17:49:55.622Z[ recovery-image] Sep 23 17:49:53.556 INFO O| Sep 23 17:49:53.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69292024-09-23T17:49:55.622Z[ recovery-image] Sep 23 17:49:53.556 INFO O| Sep 23 17:49:53.556 INFO STEP 946 (remove_files) COMPLETE
69302024-09-23T17:49:55.624Z[ recovery-image] Sep 23 17:49:53.556 INFO O| Sep 23 17:49:53.556 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-23T17:49:55.631Z[ recovery-image] Sep 23 17:49:53.565 INFO O| Sep 23 17:49:53.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69322024-09-23T17:49:55.635Z[ recovery-image] Sep 23 17:49:53.565 INFO O| Sep 23 17:49:53.565 INFO STEP 947 (remove_files) COMPLETE
69332024-09-23T17:49:55.635Z[ recovery-image] Sep 23 17:49:53.565 INFO O| Sep 23 17:49:53.565 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-23T17:49:55.641Z[ recovery-image] Sep 23 17:49:53.575 INFO O| Sep 23 17:49:53.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69352024-09-23T17:49:55.641Z[ recovery-image] Sep 23 17:49:53.575 INFO O| Sep 23 17:49:53.575 INFO STEP 948 (remove_files) COMPLETE
69362024-09-23T17:49:55.641Z[ recovery-image] Sep 23 17:49:53.575 INFO O| Sep 23 17:49:53.575 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-23T17:49:55.650Z[ recovery-image] Sep 23 17:49:53.584 INFO O| Sep 23 17:49:53.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69382024-09-23T17:49:55.650Z[ recovery-image] Sep 23 17:49:53.584 INFO O| Sep 23 17:49:53.584 INFO STEP 949 (remove_files) COMPLETE
69392024-09-23T17:49:55.653Z[ recovery-image] Sep 23 17:49:53.584 INFO O| Sep 23 17:49:53.584 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-23T17:49:55.659Z[ recovery-image] Sep 23 17:49:53.593 INFO O| Sep 23 17:49:53.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69412024-09-23T17:49:55.659Z[ recovery-image] Sep 23 17:49:53.593 INFO O| Sep 23 17:49:53.593 INFO STEP 950 (remove_files) COMPLETE
69422024-09-23T17:49:55.662Z[ recovery-image] Sep 23 17:49:53.593 INFO O| Sep 23 17:49:53.593 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-23T17:49:55.668Z[ recovery-image] Sep 23 17:49:53.603 INFO O| Sep 23 17:49:53.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69442024-09-23T17:49:55.671Z[ recovery-image] Sep 23 17:49:53.603 INFO O| Sep 23 17:49:53.603 INFO STEP 951 (remove_files) COMPLETE
69452024-09-23T17:49:55.671Z[ recovery-image] Sep 23 17:49:53.603 INFO O| Sep 23 17:49:53.603 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-23T17:49:55.678Z[ recovery-image] Sep 23 17:49:53.612 INFO O| Sep 23 17:49:53.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69472024-09-23T17:49:55.678Z[ recovery-image] Sep 23 17:49:53.612 INFO O| Sep 23 17:49:53.612 INFO STEP 952 (remove_files) COMPLETE
69482024-09-23T17:49:55.678Z[ recovery-image] Sep 23 17:49:53.612 INFO O| Sep 23 17:49:53.612 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-23T17:49:55.687Z[ recovery-image] Sep 23 17:49:53.621 INFO O| Sep 23 17:49:53.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69502024-09-23T17:49:55.690Z[ recovery-image] Sep 23 17:49:53.621 INFO O| Sep 23 17:49:53.621 INFO STEP 953 (remove_files) COMPLETE
69512024-09-23T17:49:55.690Z[ recovery-image] Sep 23 17:49:53.621 INFO O| Sep 23 17:49:53.621 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-23T17:49:55.697Z[ recovery-image] Sep 23 17:49:53.631 INFO O| Sep 23 17:49:53.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69532024-09-23T17:49:55.697Z[ recovery-image] Sep 23 17:49:53.631 INFO O| Sep 23 17:49:53.631 INFO STEP 954 (remove_files) COMPLETE
69542024-09-23T17:49:55.697Z[ recovery-image] Sep 23 17:49:53.631 INFO O| Sep 23 17:49:53.631 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-23T17:49:55.706Z[ recovery-image] Sep 23 17:49:53.640 INFO O| Sep 23 17:49:53.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69562024-09-23T17:49:55.706Z[ recovery-image] Sep 23 17:49:53.640 INFO O| Sep 23 17:49:53.640 INFO STEP 955 (remove_files) COMPLETE
69572024-09-23T17:49:55.709Z[ recovery-image] Sep 23 17:49:53.640 INFO O| Sep 23 17:49:53.640 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-23T17:49:55.715Z[ recovery-image] Sep 23 17:49:53.649 INFO O| Sep 23 17:49:53.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69592024-09-23T17:49:55.718Z[ recovery-image] Sep 23 17:49:53.649 INFO O| Sep 23 17:49:53.649 INFO STEP 956 (remove_files) COMPLETE
69602024-09-23T17:49:55.718Z[ recovery-image] Sep 23 17:49:53.649 INFO O| Sep 23 17:49:53.649 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-23T17:49:55.725Z[ recovery-image] Sep 23 17:49:53.659 INFO O| Sep 23 17:49:53.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69622024-09-23T17:49:55.725Z[ recovery-image] Sep 23 17:49:53.659 INFO O| Sep 23 17:49:53.659 INFO STEP 957 (remove_files) COMPLETE
69632024-09-23T17:49:55.725Z[ recovery-image] Sep 23 17:49:53.659 INFO O| Sep 23 17:49:53.659 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-23T17:49:55.734Z[ recovery-image] Sep 23 17:49:53.668 INFO O| Sep 23 17:49:53.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69652024-09-23T17:49:55.734Z[ recovery-image] Sep 23 17:49:53.668 INFO O| Sep 23 17:49:53.668 INFO STEP 958 (remove_files) COMPLETE
69662024-09-23T17:49:55.734Z[ recovery-image] Sep 23 17:49:53.668 INFO O| Sep 23 17:49:53.668 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-23T17:49:55.744Z[ recovery-image] Sep 23 17:49:53.678 INFO O| Sep 23 17:49:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69682024-09-23T17:49:55.744Z[ recovery-image] Sep 23 17:49:53.678 INFO O| Sep 23 17:49:53.678 INFO STEP 959 (remove_files) COMPLETE
69692024-09-23T17:49:55.747Z[ recovery-image] Sep 23 17:49:53.678 INFO O| Sep 23 17:49:53.678 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-23T17:49:55.753Z[ recovery-image] Sep 23 17:49:53.687 INFO O| Sep 23 17:49:53.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69712024-09-23T17:49:55.753Z[ recovery-image] Sep 23 17:49:53.687 INFO O| Sep 23 17:49:53.687 INFO STEP 960 (remove_files) COMPLETE
69722024-09-23T17:49:55.753Z[ recovery-image] Sep 23 17:49:53.687 INFO O| Sep 23 17:49:53.687 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-23T17:49:55.762Z[ recovery-image] Sep 23 17:49:53.696 INFO O| Sep 23 17:49:53.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69742024-09-23T17:49:55.762Z[ recovery-image] Sep 23 17:49:53.696 INFO O| Sep 23 17:49:53.696 INFO STEP 961 (remove_files) COMPLETE
69752024-09-23T17:49:55.762Z[ recovery-image] Sep 23 17:49:53.696 INFO O| Sep 23 17:49:53.696 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-23T17:49:55.772Z[ recovery-image] Sep 23 17:49:53.706 INFO O| Sep 23 17:49:53.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69772024-09-23T17:49:55.772Z[ recovery-image] Sep 23 17:49:53.706 INFO O| Sep 23 17:49:53.706 INFO STEP 962 (remove_files) COMPLETE
69782024-09-23T17:49:55.774Z[ recovery-image] Sep 23 17:49:53.706 INFO O| Sep 23 17:49:53.706 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-23T17:49:55.781Z[ recovery-image] Sep 23 17:49:53.715 INFO O| Sep 23 17:49:53.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69802024-09-23T17:49:55.781Z[ recovery-image] Sep 23 17:49:53.715 INFO O| Sep 23 17:49:53.715 INFO STEP 963 (remove_files) COMPLETE
69812024-09-23T17:49:55.781Z[ recovery-image] Sep 23 17:49:53.715 INFO O| Sep 23 17:49:53.715 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-23T17:49:55.790Z[ recovery-image] Sep 23 17:49:53.724 INFO O| Sep 23 17:49:53.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69832024-09-23T17:49:55.793Z[ recovery-image] Sep 23 17:49:53.724 INFO O| Sep 23 17:49:53.724 INFO STEP 964 (remove_files) COMPLETE
69842024-09-23T17:49:55.793Z[ recovery-image] Sep 23 17:49:53.724 INFO O| Sep 23 17:49:53.724 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-09-23T17:49:55.799Z[ recovery-image] Sep 23 17:49:53.733 INFO O| Sep 23 17:49:53.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69862024-09-23T17:49:55.802Z[ recovery-image] Sep 23 17:49:53.734 INFO O| Sep 23 17:49:53.734 INFO STEP 965 (remove_files) COMPLETE
69872024-09-23T17:49:55.802Z[ recovery-image] Sep 23 17:49:53.734 INFO O| Sep 23 17:49:53.734 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-09-23T17:49:55.809Z[ recovery-image] Sep 23 17:49:53.743 INFO O| Sep 23 17:49:53.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69892024-09-23T17:49:55.809Z[ recovery-image] Sep 23 17:49:53.743 INFO O| Sep 23 17:49:53.743 INFO STEP 966 (remove_files) COMPLETE
69902024-09-23T17:49:55.809Z[ recovery-image] Sep 23 17:49:53.743 INFO O| Sep 23 17:49:53.743 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-23T17:49:55.818Z[ recovery-image] Sep 23 17:49:53.752 INFO O| Sep 23 17:49:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69922024-09-23T17:49:55.818Z[ recovery-image] Sep 23 17:49:53.752 INFO O| Sep 23 17:49:53.752 INFO STEP 967 (remove_files) COMPLETE
69932024-09-23T17:49:55.821Z[ recovery-image] Sep 23 17:49:53.753 INFO O| Sep 23 17:49:53.752 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-23T17:49:55.828Z[ recovery-image] Sep 23 17:49:53.762 INFO O| Sep 23 17:49:53.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69952024-09-23T17:49:55.828Z[ recovery-image] Sep 23 17:49:53.762 INFO O| Sep 23 17:49:53.762 INFO STEP 968 (remove_files) COMPLETE
69962024-09-23T17:49:55.828Z[ recovery-image] Sep 23 17:49:53.762 INFO O| Sep 23 17:49:53.762 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-23T17:49:55.837Z[ recovery-image] Sep 23 17:49:53.771 INFO O| Sep 23 17:49:53.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69982024-09-23T17:49:55.837Z[ recovery-image] Sep 23 17:49:53.771 INFO O| Sep 23 17:49:53.771 INFO STEP 969 (remove_files) COMPLETE
69992024-09-23T17:49:55.840Z[ recovery-image] Sep 23 17:49:53.771 INFO O| Sep 23 17:49:53.771 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-23T17:49:55.847Z[ recovery-image] Sep 23 17:49:53.781 INFO O| Sep 23 17:49:53.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70012024-09-23T17:49:55.847Z[ recovery-image] Sep 23 17:49:53.781 INFO O| Sep 23 17:49:53.781 INFO STEP 970 (remove_files) COMPLETE
70022024-09-23T17:49:55.847Z[ recovery-image] Sep 23 17:49:53.781 INFO O| Sep 23 17:49:53.781 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-23T17:49:55.856Z[ recovery-image] Sep 23 17:49:53.790 INFO O| Sep 23 17:49:53.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70042024-09-23T17:49:55.856Z[ recovery-image] Sep 23 17:49:53.790 INFO O| Sep 23 17:49:53.790 INFO STEP 971 (remove_files) COMPLETE
70052024-09-23T17:49:55.859Z[ recovery-image] Sep 23 17:49:53.790 INFO O| Sep 23 17:49:53.790 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-23T17:49:55.866Z[ recovery-image] Sep 23 17:49:53.800 INFO O| Sep 23 17:49:53.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70072024-09-23T17:49:55.868Z[ recovery-image] Sep 23 17:49:53.800 INFO O| Sep 23 17:49:53.800 INFO STEP 972 (remove_files) COMPLETE
70082024-09-23T17:49:55.868Z[ recovery-image] Sep 23 17:49:53.800 INFO O| Sep 23 17:49:53.800 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-23T17:49:55.875Z[ recovery-image] Sep 23 17:49:53.809 INFO O| Sep 23 17:49:53.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70102024-09-23T17:49:55.878Z[ recovery-image] Sep 23 17:49:53.810 INFO O| Sep 23 17:49:53.810 INFO STEP 973 (remove_files) COMPLETE
70112024-09-23T17:49:55.878Z[ recovery-image] Sep 23 17:49:53.810 INFO O| Sep 23 17:49:53.810 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-23T17:49:55.885Z[ recovery-image] Sep 23 17:49:53.819 INFO O| Sep 23 17:49:53.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70132024-09-23T17:49:55.888Z[ recovery-image] Sep 23 17:49:53.819 INFO O| Sep 23 17:49:53.819 INFO STEP 974 (remove_files) COMPLETE
70142024-09-23T17:49:55.888Z[ recovery-image] Sep 23 17:49:53.820 INFO O| Sep 23 17:49:53.819 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-23T17:49:55.895Z[ recovery-image] Sep 23 17:49:53.829 INFO O| Sep 23 17:49:53.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70162024-09-23T17:49:55.897Z[ recovery-image] Sep 23 17:49:53.829 INFO O| Sep 23 17:49:53.829 INFO STEP 975 (remove_files) COMPLETE
70172024-09-23T17:49:55.897Z[ recovery-image] Sep 23 17:49:53.829 INFO O| Sep 23 17:49:53.829 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-23T17:49:55.904Z[ recovery-image] Sep 23 17:49:53.838 INFO O| Sep 23 17:49:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70192024-09-23T17:49:55.907Z[ recovery-image] Sep 23 17:49:53.838 INFO O| Sep 23 17:49:53.838 INFO STEP 976 (remove_files) COMPLETE
70202024-09-23T17:49:55.907Z[ recovery-image] Sep 23 17:49:53.838 INFO O| Sep 23 17:49:53.838 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-23T17:49:55.914Z[ recovery-image] Sep 23 17:49:53.848 INFO O| Sep 23 17:49:53.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70222024-09-23T17:49:55.916Z[ recovery-image] Sep 23 17:49:53.848 INFO O| Sep 23 17:49:53.848 INFO STEP 977 (remove_files) COMPLETE
70232024-09-23T17:49:55.916Z[ recovery-image] Sep 23 17:49:53.848 INFO O| Sep 23 17:49:53.848 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-23T17:49:55.923Z[ recovery-image] Sep 23 17:49:53.857 INFO O| Sep 23 17:49:53.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70252024-09-23T17:49:55.926Z[ recovery-image] Sep 23 17:49:53.857 INFO O| Sep 23 17:49:53.857 INFO STEP 978 (remove_files) COMPLETE
70262024-09-23T17:49:55.926Z[ recovery-image] Sep 23 17:49:53.857 INFO O| Sep 23 17:49:53.857 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-23T17:49:55.933Z[ recovery-image] Sep 23 17:49:53.867 INFO O| Sep 23 17:49:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70282024-09-23T17:49:55.933Z[ recovery-image] Sep 23 17:49:53.867 INFO O| Sep 23 17:49:53.867 INFO STEP 979 (remove_files) COMPLETE
70292024-09-23T17:49:55.935Z[ recovery-image] Sep 23 17:49:53.867 INFO O| Sep 23 17:49:53.867 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-23T17:49:55.942Z[ recovery-image] Sep 23 17:49:53.876 INFO O| Sep 23 17:49:53.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70312024-09-23T17:49:55.945Z[ recovery-image] Sep 23 17:49:53.876 INFO O| Sep 23 17:49:53.876 INFO STEP 980 (remove_files) COMPLETE
70322024-09-23T17:49:55.945Z[ recovery-image] Sep 23 17:49:53.876 INFO O| Sep 23 17:49:53.876 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-23T17:49:55.952Z[ recovery-image] Sep 23 17:49:53.886 INFO O| Sep 23 17:49:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70342024-09-23T17:49:55.955Z[ recovery-image] Sep 23 17:49:53.886 INFO O| Sep 23 17:49:53.886 INFO STEP 981 (remove_files) COMPLETE
70352024-09-23T17:49:55.955Z[ recovery-image] Sep 23 17:49:53.886 INFO O| Sep 23 17:49:53.886 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-23T17:49:55.961Z[ recovery-image] Sep 23 17:49:53.895 INFO O| Sep 23 17:49:53.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70372024-09-23T17:49:55.963Z[ recovery-image] Sep 23 17:49:53.895 INFO O| Sep 23 17:49:53.895 INFO STEP 982 (remove_files) COMPLETE
70382024-09-23T17:49:55.963Z[ recovery-image] Sep 23 17:49:53.895 INFO O| Sep 23 17:49:53.895 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-23T17:49:55.970Z[ recovery-image] Sep 23 17:49:53.904 INFO O| Sep 23 17:49:53.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70402024-09-23T17:49:55.970Z[ recovery-image] Sep 23 17:49:53.904 INFO O| Sep 23 17:49:53.904 INFO STEP 983 (remove_files) COMPLETE
70412024-09-23T17:49:55.973Z[ recovery-image] Sep 23 17:49:53.904 INFO O| Sep 23 17:49:53.904 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-23T17:49:55.980Z[ recovery-image] Sep 23 17:49:53.914 INFO O| Sep 23 17:49:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70432024-09-23T17:49:55.980Z[ recovery-image] Sep 23 17:49:53.914 INFO O| Sep 23 17:49:53.914 INFO STEP 984 (remove_files) COMPLETE
70442024-09-23T17:49:55.980Z[ recovery-image] Sep 23 17:49:53.914 INFO O| Sep 23 17:49:53.914 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-23T17:49:55.992Z[ recovery-image] Sep 23 17:49:53.926 INFO O| Sep 23 17:49:53.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70462024-09-23T17:49:55.992Z[ recovery-image] Sep 23 17:49:53.926 INFO O| Sep 23 17:49:53.926 INFO STEP 985 (remove_files) COMPLETE
70472024-09-23T17:49:55.994Z[ recovery-image] Sep 23 17:49:53.926 INFO O| Sep 23 17:49:53.926 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-23T17:49:56.003Z[ recovery-image] Sep 23 17:49:53.936 INFO O| Sep 23 17:49:53.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70492024-09-23T17:49:56.006Z[ recovery-image] Sep 23 17:49:53.937 INFO O| Sep 23 17:49:53.936 INFO STEP 986 (remove_files) COMPLETE
70502024-09-23T17:49:56.006Z[ recovery-image] Sep 23 17:49:53.937 INFO O| Sep 23 17:49:53.937 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-23T17:49:56.013Z[ recovery-image] Sep 23 17:49:53.947 INFO O| Sep 23 17:49:53.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70522024-09-23T17:49:56.013Z[ recovery-image] Sep 23 17:49:53.947 INFO O| Sep 23 17:49:53.947 INFO STEP 987 (remove_files) COMPLETE
70532024-09-23T17:49:56.013Z[ recovery-image] Sep 23 17:49:53.947 INFO O| Sep 23 17:49:53.947 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-23T17:49:56.023Z[ recovery-image] Sep 23 17:49:53.957 INFO O| Sep 23 17:49:53.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70552024-09-23T17:49:56.023Z[ recovery-image] Sep 23 17:49:53.957 INFO O| Sep 23 17:49:53.957 INFO STEP 988 (remove_files) COMPLETE
70562024-09-23T17:49:56.023Z[ recovery-image] Sep 23 17:49:53.957 INFO O| Sep 23 17:49:53.957 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-23T17:49:56.033Z[ recovery-image] Sep 23 17:49:53.967 INFO O| Sep 23 17:49:53.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70582024-09-23T17:49:56.033Z[ recovery-image] Sep 23 17:49:53.967 INFO O| Sep 23 17:49:53.967 INFO STEP 989 (remove_files) COMPLETE
70592024-09-23T17:49:56.033Z[ recovery-image] Sep 23 17:49:53.967 INFO O| Sep 23 17:49:53.967 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-23T17:49:56.046Z[ recovery-image] Sep 23 17:49:53.978 INFO O| Sep 23 17:49:53.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70612024-09-23T17:49:56.046Z[ recovery-image] Sep 23 17:49:53.978 INFO O| Sep 23 17:49:53.978 INFO STEP 990 (remove_files) COMPLETE
70622024-09-23T17:49:56.049Z[ recovery-image] Sep 23 17:49:53.978 INFO O| Sep 23 17:49:53.978 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-23T17:49:56.054Z[ recovery-image] Sep 23 17:49:53.988 INFO O| Sep 23 17:49:53.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70642024-09-23T17:49:56.057Z[ recovery-image] Sep 23 17:49:53.989 INFO O| Sep 23 17:49:53.989 INFO STEP 991 (remove_files) COMPLETE
70652024-09-23T17:49:56.057Z[ recovery-image] Sep 23 17:49:53.989 INFO O| Sep 23 17:49:53.989 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-23T17:49:56.065Z[ recovery-image] Sep 23 17:49:53.999 INFO O| Sep 23 17:49:53.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70672024-09-23T17:49:56.065Z[ recovery-image] Sep 23 17:49:53.999 INFO O| Sep 23 17:49:53.999 INFO STEP 992 (remove_files) COMPLETE
70682024-09-23T17:49:56.069Z[ recovery-image] Sep 23 17:49:53.999 INFO O| Sep 23 17:49:53.999 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-23T17:49:56.076Z[ recovery-image] Sep 23 17:49:54.009 INFO O| Sep 23 17:49:54.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70702024-09-23T17:49:56.076Z[ recovery-image] Sep 23 17:49:54.010 INFO O| Sep 23 17:49:54.009 INFO STEP 993 (remove_files) COMPLETE
70712024-09-23T17:49:56.076Z[ recovery-image] Sep 23 17:49:54.010 INFO O| Sep 23 17:49:54.010 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-23T17:49:56.086Z[ recovery-image] Sep 23 17:49:54.020 INFO O| Sep 23 17:49:54.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70732024-09-23T17:49:56.089Z[ recovery-image] Sep 23 17:49:54.020 INFO O| Sep 23 17:49:54.020 INFO STEP 994 (remove_files) COMPLETE
70742024-09-23T17:49:56.089Z[ recovery-image] Sep 23 17:49:54.020 INFO O| Sep 23 17:49:54.020 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-23T17:49:56.097Z[ recovery-image] Sep 23 17:49:54.031 INFO O| Sep 23 17:49:54.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70762024-09-23T17:49:56.097Z[ recovery-image] Sep 23 17:49:54.031 INFO O| Sep 23 17:49:54.031 INFO STEP 995 (remove_files) COMPLETE
70772024-09-23T17:49:56.099Z[ recovery-image] Sep 23 17:49:54.031 INFO O| Sep 23 17:49:54.031 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-23T17:49:56.107Z[ recovery-image] Sep 23 17:49:54.041 INFO O| Sep 23 17:49:54.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70792024-09-23T17:49:56.107Z[ recovery-image] Sep 23 17:49:54.041 INFO O| Sep 23 17:49:54.041 INFO STEP 996 (remove_files) COMPLETE
70802024-09-23T17:49:56.110Z[ recovery-image] Sep 23 17:49:54.041 INFO O| Sep 23 17:49:54.041 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-23T17:49:56.118Z[ recovery-image] Sep 23 17:49:54.052 INFO O| Sep 23 17:49:54.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70822024-09-23T17:49:56.118Z[ recovery-image] Sep 23 17:49:54.052 INFO O| Sep 23 17:49:54.052 INFO STEP 997 (remove_files) COMPLETE
70832024-09-23T17:49:56.120Z[ recovery-image] Sep 23 17:49:54.052 INFO O| Sep 23 17:49:54.052 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-23T17:49:56.128Z[ recovery-image] Sep 23 17:49:54.062 INFO O| Sep 23 17:49:54.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70852024-09-23T17:49:56.128Z[ recovery-image] Sep 23 17:49:54.062 INFO O| Sep 23 17:49:54.062 INFO STEP 998 (remove_files) COMPLETE
70862024-09-23T17:49:56.128Z[ recovery-image] Sep 23 17:49:54.062 INFO O| Sep 23 17:49:54.062 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-23T17:49:56.138Z[ recovery-image] Sep 23 17:49:54.072 INFO O| Sep 23 17:49:54.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70882024-09-23T17:49:56.138Z[ recovery-image] Sep 23 17:49:54.072 INFO O| Sep 23 17:49:54.072 INFO STEP 999 (remove_files) COMPLETE
70892024-09-23T17:49:56.141Z[ recovery-image] Sep 23 17:49:54.072 INFO O| Sep 23 17:49:54.072 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-23T17:49:56.148Z[ recovery-image] Sep 23 17:49:54.082 INFO O| Sep 23 17:49:54.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70912024-09-23T17:49:56.148Z[ recovery-image] Sep 23 17:49:54.082 INFO O| Sep 23 17:49:54.082 INFO STEP 1000 (remove_files) COMPLETE
70922024-09-23T17:49:56.148Z[ recovery-image] Sep 23 17:49:54.082 INFO O| Sep 23 17:49:54.082 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-23T17:49:56.158Z[ recovery-image] Sep 23 17:49:54.091 INFO O| Sep 23 17:49:54.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70942024-09-23T17:49:56.158Z[ recovery-image] Sep 23 17:49:54.092 INFO O| Sep 23 17:49:54.092 INFO STEP 1001 (remove_files) COMPLETE
70952024-09-23T17:49:56.158Z[ recovery-image] Sep 23 17:49:54.092 INFO O| Sep 23 17:49:54.092 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-23T17:49:56.167Z[ recovery-image] Sep 23 17:49:54.101 INFO O| Sep 23 17:49:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70972024-09-23T17:49:56.170Z[ recovery-image] Sep 23 17:49:54.101 INFO O| Sep 23 17:49:54.101 INFO STEP 1002 (remove_files) COMPLETE
70982024-09-23T17:49:56.170Z[ recovery-image] Sep 23 17:49:54.101 INFO O| Sep 23 17:49:54.101 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-23T17:49:56.177Z[ recovery-image] Sep 23 17:49:54.111 INFO O| Sep 23 17:49:54.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71002024-09-23T17:49:56.177Z[ recovery-image] Sep 23 17:49:54.111 INFO O| Sep 23 17:49:54.111 INFO STEP 1003 (remove_files) COMPLETE
71012024-09-23T17:49:56.179Z[ recovery-image] Sep 23 17:49:54.111 INFO O| Sep 23 17:49:54.111 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-23T17:49:56.186Z[ recovery-image] Sep 23 17:49:54.120 INFO O| Sep 23 17:49:54.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71032024-09-23T17:49:56.186Z[ recovery-image] Sep 23 17:49:54.120 INFO O| Sep 23 17:49:54.120 INFO STEP 1004 (remove_files) COMPLETE
71042024-09-23T17:49:56.189Z[ recovery-image] Sep 23 17:49:54.120 INFO O| Sep 23 17:49:54.120 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-23T17:49:56.196Z[ recovery-image] Sep 23 17:49:54.130 INFO O| Sep 23 17:49:54.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71062024-09-23T17:49:56.196Z[ recovery-image] Sep 23 17:49:54.130 INFO O| Sep 23 17:49:54.130 INFO STEP 1005 (remove_files) COMPLETE
71072024-09-23T17:49:56.198Z[ recovery-image] Sep 23 17:49:54.130 INFO O| Sep 23 17:49:54.130 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-23T17:49:56.205Z[ recovery-image] Sep 23 17:49:54.139 INFO O| Sep 23 17:49:54.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71092024-09-23T17:49:56.205Z[ recovery-image] Sep 23 17:49:54.139 INFO O| Sep 23 17:49:54.139 INFO STEP 1006 (remove_files) COMPLETE
71102024-09-23T17:49:56.205Z[ recovery-image] Sep 23 17:49:54.139 INFO O| Sep 23 17:49:54.139 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-23T17:49:56.215Z[ recovery-image] Sep 23 17:49:54.149 INFO O| Sep 23 17:49:54.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71122024-09-23T17:49:56.215Z[ recovery-image] Sep 23 17:49:54.149 INFO O| Sep 23 17:49:54.149 INFO STEP 1007 (remove_files) COMPLETE
71132024-09-23T17:49:56.215Z[ recovery-image] Sep 23 17:49:54.149 INFO O| Sep 23 17:49:54.149 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-23T17:49:56.224Z[ recovery-image] Sep 23 17:49:54.158 INFO O| Sep 23 17:49:54.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71152024-09-23T17:49:56.224Z[ recovery-image] Sep 23 17:49:54.158 INFO O| Sep 23 17:49:54.158 INFO STEP 1008 (remove_files) COMPLETE
71162024-09-23T17:49:56.227Z[ recovery-image] Sep 23 17:49:54.158 INFO O| Sep 23 17:49:54.158 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-23T17:49:56.234Z[ recovery-image] Sep 23 17:49:54.168 INFO O| Sep 23 17:49:54.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71182024-09-23T17:49:56.234Z[ recovery-image] Sep 23 17:49:54.168 INFO O| Sep 23 17:49:54.168 INFO STEP 1009 (remove_files) COMPLETE
71192024-09-23T17:49:56.234Z[ recovery-image] Sep 23 17:49:54.168 INFO O| Sep 23 17:49:54.168 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-23T17:49:56.243Z[ recovery-image] Sep 23 17:49:54.177 INFO O| Sep 23 17:49:54.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71212024-09-23T17:49:56.246Z[ recovery-image] Sep 23 17:49:54.177 INFO O| Sep 23 17:49:54.177 INFO STEP 1010 (remove_files) COMPLETE
71222024-09-23T17:49:56.246Z[ recovery-image] Sep 23 17:49:54.177 INFO O| Sep 23 17:49:54.177 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-23T17:49:56.253Z[ recovery-image] Sep 23 17:49:54.187 INFO O| Sep 23 17:49:54.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71242024-09-23T17:49:56.253Z[ recovery-image] Sep 23 17:49:54.187 INFO O| Sep 23 17:49:54.187 INFO STEP 1011 (remove_files) COMPLETE
71252024-09-23T17:49:56.253Z[ recovery-image] Sep 23 17:49:54.187 INFO O| Sep 23 17:49:54.187 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-23T17:49:56.262Z[ recovery-image] Sep 23 17:49:54.196 INFO O| Sep 23 17:49:54.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71272024-09-23T17:49:56.262Z[ recovery-image] Sep 23 17:49:54.196 INFO O| Sep 23 17:49:54.196 INFO STEP 1012 (remove_files) COMPLETE
71282024-09-23T17:49:56.265Z[ recovery-image] Sep 23 17:49:54.196 INFO O| Sep 23 17:49:54.196 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-23T17:49:56.272Z[ recovery-image] Sep 23 17:49:54.205 INFO O| Sep 23 17:49:54.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71302024-09-23T17:49:56.274Z[ recovery-image] Sep 23 17:49:54.206 INFO O| Sep 23 17:49:54.206 INFO STEP 1013 (remove_files) COMPLETE
71312024-09-23T17:49:56.274Z[ recovery-image] Sep 23 17:49:54.206 INFO O| Sep 23 17:49:54.206 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-23T17:49:56.281Z[ recovery-image] Sep 23 17:49:54.215 INFO O| Sep 23 17:49:54.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71332024-09-23T17:49:56.284Z[ recovery-image] Sep 23 17:49:54.215 INFO O| Sep 23 17:49:54.215 INFO STEP 1014 (remove_files) COMPLETE
71342024-09-23T17:49:56.284Z[ recovery-image] Sep 23 17:49:54.215 INFO O| Sep 23 17:49:54.215 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-23T17:49:56.290Z[ recovery-image] Sep 23 17:49:54.224 INFO O| Sep 23 17:49:54.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71362024-09-23T17:49:56.290Z[ recovery-image] Sep 23 17:49:54.224 INFO O| Sep 23 17:49:54.224 INFO STEP 1015 (remove_files) COMPLETE
71372024-09-23T17:49:56.293Z[ recovery-image] Sep 23 17:49:54.224 INFO O| Sep 23 17:49:54.224 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-23T17:49:56.300Z[ recovery-image] Sep 23 17:49:54.234 INFO O| Sep 23 17:49:54.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71392024-09-23T17:49:56.300Z[ recovery-image] Sep 23 17:49:54.234 INFO O| Sep 23 17:49:54.234 INFO STEP 1016 (remove_files) COMPLETE
71402024-09-23T17:49:56.302Z[ recovery-image] Sep 23 17:49:54.234 INFO O| Sep 23 17:49:54.234 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-23T17:49:56.309Z[ recovery-image] Sep 23 17:49:54.243 INFO O| Sep 23 17:49:54.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71422024-09-23T17:49:56.312Z[ recovery-image] Sep 23 17:49:54.243 INFO O| Sep 23 17:49:54.243 INFO STEP 1017 (remove_files) COMPLETE
71432024-09-23T17:49:56.312Z[ recovery-image] Sep 23 17:49:54.243 INFO O| Sep 23 17:49:54.243 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-23T17:49:56.319Z[ recovery-image] Sep 23 17:49:54.253 INFO O| Sep 23 17:49:54.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71452024-09-23T17:49:56.322Z[ recovery-image] Sep 23 17:49:54.253 INFO O| Sep 23 17:49:54.253 INFO STEP 1018 (remove_files) COMPLETE
71462024-09-23T17:49:56.322Z[ recovery-image] Sep 23 17:49:54.253 INFO O| Sep 23 17:49:54.253 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-23T17:49:56.328Z[ recovery-image] Sep 23 17:49:54.262 INFO O| Sep 23 17:49:54.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71482024-09-23T17:49:56.328Z[ recovery-image] Sep 23 17:49:54.262 INFO O| Sep 23 17:49:54.262 INFO STEP 1019 (remove_files) COMPLETE
71492024-09-23T17:49:56.331Z[ recovery-image] Sep 23 17:49:54.262 INFO O| Sep 23 17:49:54.262 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-23T17:49:56.338Z[ recovery-image] Sep 23 17:49:54.272 INFO O| Sep 23 17:49:54.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71512024-09-23T17:49:56.341Z[ recovery-image] Sep 23 17:49:54.272 INFO O| Sep 23 17:49:54.272 INFO STEP 1020 (remove_files) COMPLETE
71522024-09-23T17:49:56.341Z[ recovery-image] Sep 23 17:49:54.272 INFO O| Sep 23 17:49:54.272 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-23T17:49:56.347Z[ recovery-image] Sep 23 17:49:54.281 INFO O| Sep 23 17:49:54.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71542024-09-23T17:49:56.350Z[ recovery-image] Sep 23 17:49:54.282 INFO O| Sep 23 17:49:54.281 INFO STEP 1021 (remove_files) COMPLETE
71552024-09-23T17:49:56.350Z[ recovery-image] Sep 23 17:49:54.282 INFO O| Sep 23 17:49:54.281 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-23T17:49:56.357Z[ recovery-image] Sep 23 17:49:54.291 INFO O| Sep 23 17:49:54.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71572024-09-23T17:49:56.357Z[ recovery-image] Sep 23 17:49:54.291 INFO O| Sep 23 17:49:54.291 INFO STEP 1022 (remove_files) COMPLETE
71582024-09-23T17:49:56.357Z[ recovery-image] Sep 23 17:49:54.291 INFO O| Sep 23 17:49:54.291 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-23T17:49:56.366Z[ recovery-image] Sep 23 17:49:54.300 INFO O| Sep 23 17:49:54.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71602024-09-23T17:49:56.367Z[ recovery-image] Sep 23 17:49:54.300 INFO O| Sep 23 17:49:54.300 INFO STEP 1023 (remove_files) COMPLETE
71612024-09-23T17:49:56.367Z[ recovery-image] Sep 23 17:49:54.301 INFO O| Sep 23 17:49:54.300 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-23T17:49:56.379Z[ recovery-image] Sep 23 17:49:54.312 INFO O| Sep 23 17:49:54.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71632024-09-23T17:49:56.379Z[ recovery-image] Sep 23 17:49:54.312 INFO O| Sep 23 17:49:54.312 INFO STEP 1024 (remove_files) COMPLETE
71642024-09-23T17:49:56.381Z[ recovery-image] Sep 23 17:49:54.312 INFO O| Sep 23 17:49:54.312 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-23T17:49:56.390Z[ recovery-image] Sep 23 17:49:54.324 INFO O| Sep 23 17:49:54.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71662024-09-23T17:49:56.390Z[ host-image] Sep 23 17:49:54.324 INFO O| Sep 23 17:49:54.323 INFO O| Download: Completed 8.42 MB in 3.74 seconds (2.2M/s)
71672024-09-23T17:49:56.390Z[ recovery-image] Sep 23 17:49:54.324 INFO O| Sep 23 17:49:54.324 INFO STEP 1025 (remove_files) COMPLETE
71682024-09-23T17:49:56.393Z[ recovery-image] Sep 23 17:49:54.324 INFO O| Sep 23 17:49:54.324 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-09-23T17:49:56.408Z[ recovery-image] Sep 23 17:49:54.334 INFO O| Sep 23 17:49:54.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71702024-09-23T17:49:56.412Z[ recovery-image] Sep 23 17:49:54.334 INFO O| Sep 23 17:49:54.334 INFO STEP 1026 (remove_files) COMPLETE
71712024-09-23T17:49:56.412Z[ recovery-image] Sep 23 17:49:54.334 INFO O| Sep 23 17:49:54.334 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-23T17:49:56.412Z[ recovery-image] Sep 23 17:49:54.344 INFO O| Sep 23 17:49:54.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71732024-09-23T17:49:56.412Z[ recovery-image] Sep 23 17:49:54.344 INFO O| Sep 23 17:49:54.344 INFO STEP 1027 (remove_files) COMPLETE
71742024-09-23T17:49:56.412Z[ recovery-image] Sep 23 17:49:54.344 INFO O| Sep 23 17:49:54.344 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-09-23T17:49:56.420Z[ recovery-image] Sep 23 17:49:54.354 INFO O| Sep 23 17:49:54.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71762024-09-23T17:49:56.420Z[ recovery-image] Sep 23 17:49:54.354 INFO O| Sep 23 17:49:54.354 INFO STEP 1028 (remove_files) COMPLETE
71772024-09-23T17:49:56.425Z[ recovery-image] Sep 23 17:49:54.354 INFO O| Sep 23 17:49:54.354 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-09-23T17:49:56.432Z[ recovery-image] Sep 23 17:49:54.364 INFO O| Sep 23 17:49:54.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71792024-09-23T17:49:56.432Z[ recovery-image] Sep 23 17:49:54.364 INFO O| Sep 23 17:49:54.364 INFO STEP 1029 (remove_files) COMPLETE
71802024-09-23T17:49:56.432Z[ recovery-image] Sep 23 17:49:54.364 INFO O| Sep 23 17:49:54.364 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-09-23T17:49:56.439Z[ recovery-image] Sep 23 17:49:54.373 INFO O| Sep 23 17:49:54.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71822024-09-23T17:49:56.442Z[ recovery-image] Sep 23 17:49:54.373 INFO O| Sep 23 17:49:54.373 INFO STEP 1030 (remove_files) COMPLETE
71832024-09-23T17:49:56.442Z[ recovery-image] Sep 23 17:49:54.373 INFO O| Sep 23 17:49:54.373 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-09-23T17:49:56.445Z[ host-image] Sep 23 17:49:54.379 INFO O| Sep 23 17:49:54.379 INFO O| Actions: 1/1361 actions (Installing new actions)
71852024-09-23T17:49:56.449Z[ recovery-image] Sep 23 17:49:54.383 INFO O| Sep 23 17:49:54.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71862024-09-23T17:49:56.449Z[ recovery-image] Sep 23 17:49:54.383 INFO O| Sep 23 17:49:54.383 INFO STEP 1031 (remove_files) COMPLETE
71872024-09-23T17:49:56.452Z[ recovery-image] Sep 23 17:49:54.383 INFO O| Sep 23 17:49:54.383 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-23T17:49:56.459Z[ recovery-image] Sep 23 17:49:54.393 INFO O| Sep 23 17:49:54.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71892024-09-23T17:49:56.459Z[ recovery-image] Sep 23 17:49:54.393 INFO O| Sep 23 17:49:54.393 INFO STEP 1032 (remove_files) COMPLETE
71902024-09-23T17:49:56.459Z[ recovery-image] Sep 23 17:49:54.393 INFO O| Sep 23 17:49:54.393 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-23T17:49:56.468Z[ recovery-image] Sep 23 17:49:54.402 INFO O| Sep 23 17:49:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71922024-09-23T17:49:56.468Z[ recovery-image] Sep 23 17:49:54.402 INFO O| Sep 23 17:49:54.402 INFO STEP 1033 (remove_files) COMPLETE
71932024-09-23T17:49:56.469Z[ recovery-image] Sep 23 17:49:54.402 INFO O| Sep 23 17:49:54.402 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-23T17:49:56.478Z[ recovery-image] Sep 23 17:49:54.411 INFO O| Sep 23 17:49:54.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71952024-09-23T17:49:56.480Z[ recovery-image] Sep 23 17:49:54.411 INFO O| Sep 23 17:49:54.411 INFO STEP 1034 (remove_files) COMPLETE
71962024-09-23T17:49:56.480Z[ recovery-image] Sep 23 17:49:54.412 INFO O| Sep 23 17:49:54.411 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-23T17:49:56.487Z[ recovery-image] Sep 23 17:49:54.421 INFO O| Sep 23 17:49:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71982024-09-23T17:49:56.487Z[ recovery-image] Sep 23 17:49:54.421 INFO O| Sep 23 17:49:54.421 INFO STEP 1035 (remove_files) COMPLETE
71992024-09-23T17:49:56.490Z[ recovery-image] Sep 23 17:49:54.421 INFO O| Sep 23 17:49:54.421 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-23T17:49:56.497Z[ recovery-image] Sep 23 17:49:54.431 INFO O| Sep 23 17:49:54.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72012024-09-23T17:49:56.497Z[ recovery-image] Sep 23 17:49:54.431 INFO O| Sep 23 17:49:54.431 INFO STEP 1036 (remove_files) COMPLETE
72022024-09-23T17:49:56.497Z[ recovery-image] Sep 23 17:49:54.431 INFO O| Sep 23 17:49:54.431 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-23T17:49:56.508Z[ recovery-image] Sep 23 17:49:54.442 INFO O| Sep 23 17:49:54.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72042024-09-23T17:49:56.508Z[ recovery-image] Sep 23 17:49:54.442 INFO O| Sep 23 17:49:54.442 INFO STEP 1037 (remove_files) COMPLETE
72052024-09-23T17:49:56.511Z[ recovery-image] Sep 23 17:49:54.442 INFO O| Sep 23 17:49:54.442 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-23T17:49:56.518Z[ recovery-image] Sep 23 17:49:54.452 INFO O| Sep 23 17:49:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72072024-09-23T17:49:56.521Z[ recovery-image] Sep 23 17:49:54.452 INFO O| Sep 23 17:49:54.452 INFO STEP 1038 (remove_files) COMPLETE
72082024-09-23T17:49:56.521Z[ recovery-image] Sep 23 17:49:54.452 INFO O| Sep 23 17:49:54.452 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-23T17:49:56.528Z[ recovery-image] Sep 23 17:49:54.462 INFO O| Sep 23 17:49:54.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72102024-09-23T17:49:56.528Z[ recovery-image] Sep 23 17:49:54.462 INFO O| Sep 23 17:49:54.462 INFO STEP 1039 (remove_files) COMPLETE
72112024-09-23T17:49:56.531Z[ recovery-image] Sep 23 17:49:54.462 INFO O| Sep 23 17:49:54.462 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-23T17:49:56.539Z[ recovery-image] Sep 23 17:49:54.473 INFO O| Sep 23 17:49:54.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72132024-09-23T17:49:56.542Z[ recovery-image] Sep 23 17:49:54.473 INFO O| Sep 23 17:49:54.473 INFO STEP 1040 (remove_files) COMPLETE
72142024-09-23T17:49:56.542Z[ recovery-image] Sep 23 17:49:54.473 INFO O| Sep 23 17:49:54.473 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-23T17:49:56.549Z[ recovery-image] Sep 23 17:49:54.483 INFO O| Sep 23 17:49:54.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72162024-09-23T17:49:56.549Z[ recovery-image] Sep 23 17:49:54.483 INFO O| Sep 23 17:49:54.483 INFO STEP 1041 (remove_files) COMPLETE
72172024-09-23T17:49:56.549Z[ recovery-image] Sep 23 17:49:54.483 INFO O| Sep 23 17:49:54.483 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-23T17:49:56.560Z[ recovery-image] Sep 23 17:49:54.493 INFO O| Sep 23 17:49:54.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72192024-09-23T17:49:56.560Z[ recovery-image] Sep 23 17:49:54.494 INFO O| Sep 23 17:49:54.493 INFO STEP 1042 (remove_files) COMPLETE
72202024-09-23T17:49:56.562Z[ recovery-image] Sep 23 17:49:54.494 INFO O| Sep 23 17:49:54.494 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-23T17:49:56.569Z[ recovery-image] Sep 23 17:49:54.503 INFO O| Sep 23 17:49:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72222024-09-23T17:49:56.569Z[ recovery-image] Sep 23 17:49:54.503 INFO O| Sep 23 17:49:54.503 INFO STEP 1043 (remove_files) COMPLETE
72232024-09-23T17:49:56.572Z[ recovery-image] Sep 23 17:49:54.503 INFO O| Sep 23 17:49:54.503 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-23T17:49:56.579Z[ recovery-image] Sep 23 17:49:54.513 INFO O| Sep 23 17:49:54.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72252024-09-23T17:49:56.579Z[ recovery-image] Sep 23 17:49:54.513 INFO O| Sep 23 17:49:54.513 INFO STEP 1044 (remove_files) COMPLETE
72262024-09-23T17:49:56.579Z[ recovery-image] Sep 23 17:49:54.513 INFO O| Sep 23 17:49:54.513 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-23T17:49:56.588Z[ recovery-image] Sep 23 17:49:54.522 INFO O| Sep 23 17:49:54.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72282024-09-23T17:49:56.591Z[ recovery-image] Sep 23 17:49:54.522 INFO O| Sep 23 17:49:54.522 INFO STEP 1045 (remove_files) COMPLETE
72292024-09-23T17:49:56.591Z[ recovery-image] Sep 23 17:49:54.522 INFO O| Sep 23 17:49:54.522 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-23T17:49:56.598Z[ recovery-image] Sep 23 17:49:54.532 INFO O| Sep 23 17:49:54.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72312024-09-23T17:49:56.598Z[ recovery-image] Sep 23 17:49:54.532 INFO O| Sep 23 17:49:54.532 INFO STEP 1046 (remove_files) COMPLETE
72322024-09-23T17:49:56.598Z[ recovery-image] Sep 23 17:49:54.532 INFO O| Sep 23 17:49:54.532 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-23T17:49:56.608Z[ recovery-image] Sep 23 17:49:54.542 INFO O| Sep 23 17:49:54.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72342024-09-23T17:49:56.608Z[ recovery-image] Sep 23 17:49:54.542 INFO O| Sep 23 17:49:54.542 INFO STEP 1047 (remove_files) COMPLETE
72352024-09-23T17:49:56.611Z[ recovery-image] Sep 23 17:49:54.542 INFO O| Sep 23 17:49:54.542 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-23T17:49:56.617Z[ recovery-image] Sep 23 17:49:54.551 INFO O| Sep 23 17:49:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72372024-09-23T17:49:56.620Z[ recovery-image] Sep 23 17:49:54.551 INFO O| Sep 23 17:49:54.551 INFO STEP 1048 (remove_files) COMPLETE
72382024-09-23T17:49:56.620Z[ recovery-image] Sep 23 17:49:54.551 INFO O| Sep 23 17:49:54.551 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-23T17:49:56.627Z[ recovery-image] Sep 23 17:49:54.561 INFO O| Sep 23 17:49:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72402024-09-23T17:49:56.629Z[ recovery-image] Sep 23 17:49:54.561 INFO O| Sep 23 17:49:54.561 INFO STEP 1049 (remove_files) COMPLETE
72412024-09-23T17:49:56.629Z[ recovery-image] Sep 23 17:49:54.561 INFO O| Sep 23 17:49:54.561 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-23T17:49:56.636Z[ recovery-image] Sep 23 17:49:54.570 INFO O| Sep 23 17:49:54.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72432024-09-23T17:49:56.636Z[ recovery-image] Sep 23 17:49:54.570 INFO O| Sep 23 17:49:54.570 INFO STEP 1050 (remove_files) COMPLETE
72442024-09-23T17:49:56.639Z[ recovery-image] Sep 23 17:49:54.570 INFO O| Sep 23 17:49:54.570 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-23T17:49:56.646Z[ recovery-image] Sep 23 17:49:54.580 INFO O| Sep 23 17:49:54.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72462024-09-23T17:49:56.649Z[ recovery-image] Sep 23 17:49:54.580 INFO O| Sep 23 17:49:54.580 INFO STEP 1051 (remove_files) COMPLETE
72472024-09-23T17:49:56.649Z[ recovery-image] Sep 23 17:49:54.580 INFO O| Sep 23 17:49:54.580 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-09-23T17:49:56.656Z[ recovery-image] Sep 23 17:49:54.589 INFO O| Sep 23 17:49:54.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72492024-09-23T17:49:56.656Z[ recovery-image] Sep 23 17:49:54.590 INFO O| Sep 23 17:49:54.590 INFO STEP 1052 (remove_files) COMPLETE
72502024-09-23T17:49:56.658Z[ recovery-image] Sep 23 17:49:54.590 INFO O| Sep 23 17:49:54.590 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-09-23T17:49:56.665Z[ recovery-image] Sep 23 17:49:54.599 INFO O| Sep 23 17:49:54.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72522024-09-23T17:49:56.668Z[ recovery-image] Sep 23 17:49:54.599 INFO O| Sep 23 17:49:54.599 INFO STEP 1053 (remove_files) COMPLETE
72532024-09-23T17:49:56.668Z[ recovery-image] Sep 23 17:49:54.599 INFO O| Sep 23 17:49:54.599 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-09-23T17:49:56.675Z[ recovery-image] Sep 23 17:49:54.608 INFO O| Sep 23 17:49:54.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72552024-09-23T17:49:56.677Z[ recovery-image] Sep 23 17:49:54.609 INFO O| Sep 23 17:49:54.609 INFO STEP 1054 (remove_files) COMPLETE
72562024-09-23T17:49:56.677Z[ recovery-image] Sep 23 17:49:54.609 INFO O| Sep 23 17:49:54.609 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-09-23T17:49:56.688Z[ recovery-image] Sep 23 17:49:54.618 INFO O| Sep 23 17:49:54.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72582024-09-23T17:49:56.688Z[ recovery-image] Sep 23 17:49:54.618 INFO O| Sep 23 17:49:54.618 INFO STEP 1055 (remove_files) COMPLETE
72592024-09-23T17:49:56.688Z[ recovery-image] Sep 23 17:49:54.618 INFO O| Sep 23 17:49:54.618 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-09-23T17:49:56.694Z[ recovery-image] Sep 23 17:49:54.628 INFO O| Sep 23 17:49:54.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72612024-09-23T17:49:56.694Z[ recovery-image] Sep 23 17:49:54.628 INFO O| Sep 23 17:49:54.628 INFO STEP 1056 (remove_files) COMPLETE
72622024-09-23T17:49:56.694Z[ recovery-image] Sep 23 17:49:54.628 INFO O| Sep 23 17:49:54.628 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-09-23T17:49:56.703Z[ recovery-image] Sep 23 17:49:54.637 INFO O| Sep 23 17:49:54.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72642024-09-23T17:49:56.703Z[ recovery-image] Sep 23 17:49:54.637 INFO O| Sep 23 17:49:54.637 INFO STEP 1057 (remove_files) COMPLETE
72652024-09-23T17:49:56.706Z[ recovery-image] Sep 23 17:49:54.637 INFO O| Sep 23 17:49:54.637 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-09-23T17:49:56.713Z[ recovery-image] Sep 23 17:49:54.647 INFO O| Sep 23 17:49:54.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72672024-09-23T17:49:56.713Z[ recovery-image] Sep 23 17:49:54.647 INFO O| Sep 23 17:49:54.647 INFO STEP 1058 (remove_files) COMPLETE
72682024-09-23T17:49:56.715Z[ recovery-image] Sep 23 17:49:54.647 INFO O| Sep 23 17:49:54.647 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-09-23T17:49:56.724Z[ recovery-image] Sep 23 17:49:54.657 INFO O| Sep 23 17:49:54.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72702024-09-23T17:49:56.724Z[ recovery-image] Sep 23 17:49:54.657 INFO O| Sep 23 17:49:54.657 INFO STEP 1059 (remove_files) COMPLETE
72712024-09-23T17:49:56.724Z[ recovery-image] Sep 23 17:49:54.657 INFO O| Sep 23 17:49:54.657 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-09-23T17:49:56.733Z[ recovery-image] Sep 23 17:49:54.666 INFO O| Sep 23 17:49:54.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72732024-09-23T17:49:56.736Z[ recovery-image] Sep 23 17:49:54.667 INFO O| Sep 23 17:49:54.666 INFO STEP 1060 (remove_files) COMPLETE
72742024-09-23T17:49:56.736Z[ recovery-image] Sep 23 17:49:54.667 INFO O| Sep 23 17:49:54.667 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-09-23T17:49:56.742Z[ recovery-image] Sep 23 17:49:54.676 INFO O| Sep 23 17:49:54.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72762024-09-23T17:49:56.744Z[ recovery-image] Sep 23 17:49:54.676 INFO O| Sep 23 17:49:54.676 INFO STEP 1061 (remove_files) COMPLETE
72772024-09-23T17:49:56.744Z[ recovery-image] Sep 23 17:49:54.676 INFO O| Sep 23 17:49:54.676 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-09-23T17:49:56.751Z[ recovery-image] Sep 23 17:49:54.685 INFO O| Sep 23 17:49:54.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72792024-09-23T17:49:56.752Z[ recovery-image] Sep 23 17:49:54.685 INFO O| Sep 23 17:49:54.685 INFO STEP 1062 (remove_files) COMPLETE
72802024-09-23T17:49:56.754Z[ recovery-image] Sep 23 17:49:54.685 INFO O| Sep 23 17:49:54.685 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-09-23T17:49:56.761Z[ recovery-image] Sep 23 17:49:54.695 INFO O| Sep 23 17:49:54.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72822024-09-23T17:49:56.761Z[ recovery-image] Sep 23 17:49:54.695 INFO O| Sep 23 17:49:54.695 INFO STEP 1063 (remove_files) COMPLETE
72832024-09-23T17:49:56.764Z[ recovery-image] Sep 23 17:49:54.695 INFO O| Sep 23 17:49:54.695 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-09-23T17:49:56.770Z[ recovery-image] Sep 23 17:49:54.704 INFO O| Sep 23 17:49:54.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72852024-09-23T17:49:56.773Z[ recovery-image] Sep 23 17:49:54.704 INFO O| Sep 23 17:49:54.704 INFO STEP 1064 (remove_files) COMPLETE
72862024-09-23T17:49:56.773Z[ recovery-image] Sep 23 17:49:54.705 INFO O| Sep 23 17:49:54.704 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-09-23T17:49:56.780Z[ recovery-image] Sep 23 17:49:54.714 INFO O| Sep 23 17:49:54.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72882024-09-23T17:49:56.783Z[ recovery-image] Sep 23 17:49:54.714 INFO O| Sep 23 17:49:54.714 INFO STEP 1065 (remove_files) COMPLETE
72892024-09-23T17:49:56.783Z[ recovery-image] Sep 23 17:49:54.714 INFO O| Sep 23 17:49:54.714 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-09-23T17:49:56.790Z[ recovery-image] Sep 23 17:49:54.724 INFO O| Sep 23 17:49:54.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72912024-09-23T17:49:56.792Z[ recovery-image] Sep 23 17:49:54.724 INFO O| Sep 23 17:49:54.724 INFO STEP 1066 (remove_files) COMPLETE
72922024-09-23T17:49:56.792Z[ recovery-image] Sep 23 17:49:54.724 INFO O| Sep 23 17:49:54.724 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-09-23T17:49:56.799Z[ recovery-image] Sep 23 17:49:54.733 INFO O| Sep 23 17:49:54.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72942024-09-23T17:49:56.799Z[ recovery-image] Sep 23 17:49:54.733 INFO O| Sep 23 17:49:54.733 INFO STEP 1067 (remove_files) COMPLETE
72952024-09-23T17:49:56.799Z[ recovery-image] Sep 23 17:49:54.733 INFO O| Sep 23 17:49:54.733 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-09-23T17:49:56.809Z[ recovery-image] Sep 23 17:49:54.743 INFO O| Sep 23 17:49:54.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72972024-09-23T17:49:56.809Z[ recovery-image] Sep 23 17:49:54.743 INFO O| Sep 23 17:49:54.743 INFO STEP 1068 (remove_files) COMPLETE
72982024-09-23T17:49:56.809Z[ recovery-image] Sep 23 17:49:54.743 INFO O| Sep 23 17:49:54.743 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-09-23T17:49:56.819Z[ recovery-image] Sep 23 17:49:54.752 INFO O| Sep 23 17:49:54.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73002024-09-23T17:49:56.819Z[ recovery-image] Sep 23 17:49:54.752 INFO O| Sep 23 17:49:54.752 INFO STEP 1069 (remove_files) COMPLETE
73012024-09-23T17:49:56.819Z[ recovery-image] Sep 23 17:49:54.752 INFO O| Sep 23 17:49:54.752 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-09-23T17:49:56.828Z[ recovery-image] Sep 23 17:49:54.762 INFO O| Sep 23 17:49:54.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73032024-09-23T17:49:56.831Z[ recovery-image] Sep 23 17:49:54.762 INFO O| Sep 23 17:49:54.762 INFO STEP 1070 (remove_files) COMPLETE
73042024-09-23T17:49:56.831Z[ recovery-image] Sep 23 17:49:54.762 INFO O| Sep 23 17:49:54.762 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-09-23T17:49:56.837Z[ recovery-image] Sep 23 17:49:54.771 INFO O| Sep 23 17:49:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73062024-09-23T17:49:56.838Z[ recovery-image] Sep 23 17:49:54.771 INFO O| Sep 23 17:49:54.771 INFO STEP 1071 (remove_files) COMPLETE
73072024-09-23T17:49:56.838Z[ recovery-image] Sep 23 17:49:54.771 INFO O| Sep 23 17:49:54.771 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-23T17:49:56.847Z[ recovery-image] Sep 23 17:49:54.781 INFO O| Sep 23 17:49:54.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73092024-09-23T17:49:56.850Z[ recovery-image] Sep 23 17:49:54.781 INFO O| Sep 23 17:49:54.781 INFO STEP 1072 (remove_files) COMPLETE
73102024-09-23T17:49:56.850Z[ recovery-image] Sep 23 17:49:54.781 INFO O| Sep 23 17:49:54.781 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-09-23T17:49:56.856Z[ host-image] Sep 23 17:49:54.790 INFO O| Sep 23 17:49:54.790 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
73122024-09-23T17:49:56.859Z[ recovery-image] Sep 23 17:49:54.791 INFO O| Sep 23 17:49:54.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73132024-09-23T17:49:56.859Z[ recovery-image] Sep 23 17:49:54.791 INFO O| Sep 23 17:49:54.791 INFO STEP 1073 (remove_files) COMPLETE
73142024-09-23T17:49:56.859Z[ recovery-image] Sep 23 17:49:54.791 INFO O| Sep 23 17:49:54.791 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-23T17:49:56.866Z[ recovery-image] Sep 23 17:49:54.800 INFO O| Sep 23 17:49:54.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73162024-09-23T17:49:56.866Z[ recovery-image] Sep 23 17:49:54.800 INFO O| Sep 23 17:49:54.800 INFO STEP 1074 (remove_files) COMPLETE
73172024-09-23T17:49:56.869Z[ recovery-image] Sep 23 17:49:54.800 INFO O| Sep 23 17:49:54.800 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-09-23T17:49:56.876Z[ recovery-image] Sep 23 17:49:54.810 INFO O| Sep 23 17:49:54.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73192024-09-23T17:49:56.876Z[ recovery-image] Sep 23 17:49:54.810 INFO O| Sep 23 17:49:54.810 INFO STEP 1075 (remove_files) COMPLETE
73202024-09-23T17:49:56.879Z[ recovery-image] Sep 23 17:49:54.810 INFO O| Sep 23 17:49:54.810 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-09-23T17:49:56.886Z[ recovery-image] Sep 23 17:49:54.820 INFO O| Sep 23 17:49:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73222024-09-23T17:49:56.886Z[ recovery-image] Sep 23 17:49:54.820 INFO O| Sep 23 17:49:54.820 INFO STEP 1076 (remove_files) COMPLETE
73232024-09-23T17:49:56.889Z[ recovery-image] Sep 23 17:49:54.820 INFO O| Sep 23 17:49:54.820 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-09-23T17:49:56.896Z[ recovery-image] Sep 23 17:49:54.830 INFO O| Sep 23 17:49:54.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73252024-09-23T17:49:56.896Z[ recovery-image] Sep 23 17:49:54.830 INFO O| Sep 23 17:49:54.830 INFO STEP 1077 (remove_files) COMPLETE
73262024-09-23T17:49:56.898Z[ recovery-image] Sep 23 17:49:54.830 INFO O| Sep 23 17:49:54.830 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-09-23T17:49:56.906Z[ recovery-image] Sep 23 17:49:54.840 INFO O| Sep 23 17:49:54.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73282024-09-23T17:49:56.909Z[ recovery-image] Sep 23 17:49:54.840 INFO O| Sep 23 17:49:54.840 INFO STEP 1078 (remove_files) COMPLETE
73292024-09-23T17:49:56.909Z[ recovery-image] Sep 23 17:49:54.840 INFO O| Sep 23 17:49:54.840 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-23T17:49:56.918Z[ recovery-image] Sep 23 17:49:54.851 INFO O| Sep 23 17:49:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73312024-09-23T17:49:56.918Z[ recovery-image] Sep 23 17:49:54.852 INFO O| Sep 23 17:49:54.851 INFO STEP 1079 (remove_files) COMPLETE
73322024-09-23T17:49:56.918Z[ recovery-image] Sep 23 17:49:54.852 INFO O| Sep 23 17:49:54.852 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-23T17:49:56.928Z[ recovery-image] Sep 23 17:49:54.862 INFO O| Sep 23 17:49:54.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73342024-09-23T17:49:56.928Z[ recovery-image] Sep 23 17:49:54.862 INFO O| Sep 23 17:49:54.862 INFO STEP 1080 (remove_files) COMPLETE
73352024-09-23T17:49:56.930Z[ recovery-image] Sep 23 17:49:54.862 INFO O| Sep 23 17:49:54.862 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-23T17:49:56.938Z[ recovery-image] Sep 23 17:49:54.872 INFO O| Sep 23 17:49:54.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73372024-09-23T17:49:56.941Z[ recovery-image] Sep 23 17:49:54.872 INFO O| Sep 23 17:49:54.872 INFO STEP 1081 (remove_files) COMPLETE
73382024-09-23T17:49:56.941Z[ recovery-image] Sep 23 17:49:54.872 INFO O| Sep 23 17:49:54.872 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-23T17:49:56.948Z[ recovery-image] Sep 23 17:49:54.882 INFO O| Sep 23 17:49:54.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73402024-09-23T17:49:56.948Z[ recovery-image] Sep 23 17:49:54.882 INFO O| Sep 23 17:49:54.882 INFO STEP 1082 (remove_files) COMPLETE
73412024-09-23T17:49:56.951Z[ recovery-image] Sep 23 17:49:54.882 INFO O| Sep 23 17:49:54.882 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-23T17:49:56.959Z[ recovery-image] Sep 23 17:49:54.893 INFO O| Sep 23 17:49:54.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73432024-09-23T17:49:56.959Z[ recovery-image] Sep 23 17:49:54.893 INFO O| Sep 23 17:49:54.893 INFO STEP 1083 (remove_files) COMPLETE
73442024-09-23T17:49:56.962Z[ recovery-image] Sep 23 17:49:54.893 INFO O| Sep 23 17:49:54.893 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-23T17:49:56.970Z[ recovery-image] Sep 23 17:49:54.904 INFO O| Sep 23 17:49:54.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73462024-09-23T17:49:56.970Z[ recovery-image] Sep 23 17:49:54.904 INFO O| Sep 23 17:49:54.904 INFO STEP 1084 (remove_files) COMPLETE
73472024-09-23T17:49:56.973Z[ recovery-image] Sep 23 17:49:54.904 INFO O| Sep 23 17:49:54.904 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-23T17:49:56.981Z[ recovery-image] Sep 23 17:49:54.915 INFO O| Sep 23 17:49:54.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73492024-09-23T17:49:56.981Z[ recovery-image] Sep 23 17:49:54.915 INFO O| Sep 23 17:49:54.915 INFO STEP 1085 (remove_files) COMPLETE
73502024-09-23T17:49:56.985Z[ recovery-image] Sep 23 17:49:54.915 INFO O| Sep 23 17:49:54.915 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-23T17:49:56.992Z[ recovery-image] Sep 23 17:49:54.926 INFO O| Sep 23 17:49:54.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73522024-09-23T17:49:56.994Z[ recovery-image] Sep 23 17:49:54.926 INFO O| Sep 23 17:49:54.926 INFO STEP 1086 (remove_files) COMPLETE
73532024-09-23T17:49:56.994Z[ recovery-image] Sep 23 17:49:54.926 INFO O| Sep 23 17:49:54.926 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-23T17:49:57.002Z[ recovery-image] Sep 23 17:49:54.936 INFO O| Sep 23 17:49:54.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73552024-09-23T17:49:57.002Z[ recovery-image] Sep 23 17:49:54.936 INFO O| Sep 23 17:49:54.936 INFO STEP 1087 (remove_files) COMPLETE
73562024-09-23T17:49:57.002Z[ recovery-image] Sep 23 17:49:54.936 INFO O| Sep 23 17:49:54.936 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-23T17:49:57.012Z[ recovery-image] Sep 23 17:49:54.946 INFO O| Sep 23 17:49:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73582024-09-23T17:49:57.013Z[ recovery-image] Sep 23 17:49:54.946 INFO O| Sep 23 17:49:54.946 INFO STEP 1088 (remove_files) COMPLETE
73592024-09-23T17:49:57.021Z[ recovery-image] Sep 23 17:49:54.946 INFO O| Sep 23 17:49:54.946 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-23T17:49:57.026Z[ recovery-image] Sep 23 17:49:54.956 INFO O| Sep 23 17:49:54.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73612024-09-23T17:49:57.026Z[ recovery-image] Sep 23 17:49:54.956 INFO O| Sep 23 17:49:54.956 INFO STEP 1089 (remove_files) COMPLETE
73622024-09-23T17:49:57.026Z[ recovery-image] Sep 23 17:49:54.956 INFO O| Sep 23 17:49:54.956 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-23T17:49:57.032Z[ recovery-image] Sep 23 17:49:54.965 INFO O| Sep 23 17:49:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73642024-09-23T17:49:57.034Z[ recovery-image] Sep 23 17:49:54.966 INFO O| Sep 23 17:49:54.966 INFO STEP 1090 (remove_files) COMPLETE
73652024-09-23T17:49:57.034Z[ recovery-image] Sep 23 17:49:54.966 INFO O| Sep 23 17:49:54.966 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-23T17:49:57.042Z[ recovery-image] Sep 23 17:49:54.976 INFO O| Sep 23 17:49:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73672024-09-23T17:49:57.042Z[ recovery-image] Sep 23 17:49:54.976 INFO O| Sep 23 17:49:54.976 INFO STEP 1091 (remove_files) COMPLETE
73682024-09-23T17:49:57.042Z[ recovery-image] Sep 23 17:49:54.976 INFO O| Sep 23 17:49:54.976 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-23T17:49:57.052Z[ recovery-image] Sep 23 17:49:54.986 INFO O| Sep 23 17:49:54.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73702024-09-23T17:49:57.052Z[ recovery-image] Sep 23 17:49:54.986 INFO O| Sep 23 17:49:54.986 INFO STEP 1092 (remove_files) COMPLETE
73712024-09-23T17:49:57.052Z[ recovery-image] Sep 23 17:49:54.986 INFO O| Sep 23 17:49:54.986 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-23T17:49:57.062Z[ recovery-image] Sep 23 17:49:54.996 INFO O| Sep 23 17:49:54.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73732024-09-23T17:49:57.063Z[ recovery-image] Sep 23 17:49:54.996 INFO O| Sep 23 17:49:54.996 INFO STEP 1093 (remove_files) COMPLETE
73742024-09-23T17:49:57.063Z[ recovery-image] Sep 23 17:49:54.996 INFO O| Sep 23 17:49:54.996 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-23T17:49:57.073Z[ recovery-image] Sep 23 17:49:55.007 INFO O| Sep 23 17:49:55.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73762024-09-23T17:49:57.073Z[ recovery-image] Sep 23 17:49:55.007 INFO O| Sep 23 17:49:55.007 INFO STEP 1094 (remove_files) COMPLETE
73772024-09-23T17:49:57.073Z[ recovery-image] Sep 23 17:49:55.007 INFO O| Sep 23 17:49:55.007 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-23T17:49:57.083Z[ recovery-image] Sep 23 17:49:55.017 INFO O| Sep 23 17:49:55.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73792024-09-23T17:49:57.083Z[ recovery-image] Sep 23 17:49:55.017 INFO O| Sep 23 17:49:55.017 INFO STEP 1095 (remove_files) COMPLETE
73802024-09-23T17:49:57.086Z[ recovery-image] Sep 23 17:49:55.017 INFO O| Sep 23 17:49:55.017 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-23T17:49:57.093Z[ recovery-image] Sep 23 17:49:55.027 INFO O| Sep 23 17:49:55.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73822024-09-23T17:49:57.093Z[ recovery-image] Sep 23 17:49:55.027 INFO O| Sep 23 17:49:55.027 INFO STEP 1096 (remove_files) COMPLETE
73832024-09-23T17:49:57.093Z[ recovery-image] Sep 23 17:49:55.027 INFO O| Sep 23 17:49:55.027 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-23T17:49:57.103Z[ recovery-image] Sep 23 17:49:55.037 INFO O| Sep 23 17:49:55.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73852024-09-23T17:49:57.103Z[ recovery-image] Sep 23 17:49:55.037 INFO O| Sep 23 17:49:55.037 INFO STEP 1097 (remove_files) COMPLETE
73862024-09-23T17:49:57.103Z[ recovery-image] Sep 23 17:49:55.037 INFO O| Sep 23 17:49:55.037 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-23T17:49:57.106Z[ host-image] Sep 23 17:49:55.038 INFO O| Sep 23 17:49:55.038 INFO O| Done
73882024-09-23T17:49:57.106Z[ host-image] Sep 23 17:49:55.038 INFO O| Sep 23 17:49:55.038 INFO O| Done
73892024-09-23T17:49:57.114Z[ recovery-image] Sep 23 17:49:55.047 INFO O| Sep 23 17:49:55.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73902024-09-23T17:49:57.114Z[ recovery-image] Sep 23 17:49:55.047 INFO O| Sep 23 17:49:55.047 INFO STEP 1098 (remove_files) COMPLETE
73912024-09-23T17:49:57.114Z[ recovery-image] Sep 23 17:49:55.047 INFO O| Sep 23 17:49:55.047 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-09-23T17:49:57.124Z[ recovery-image] Sep 23 17:49:55.058 INFO O| Sep 23 17:49:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73932024-09-23T17:49:57.124Z[ recovery-image] Sep 23 17:49:55.058 INFO O| Sep 23 17:49:55.058 INFO STEP 1099 (remove_files) COMPLETE
73942024-09-23T17:49:57.126Z[ recovery-image] Sep 23 17:49:55.058 INFO O| Sep 23 17:49:55.058 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-09-23T17:49:57.134Z[ recovery-image] Sep 23 17:49:55.067 INFO O| Sep 23 17:49:55.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73962024-09-23T17:49:57.134Z[ recovery-image] Sep 23 17:49:55.068 INFO O| Sep 23 17:49:55.067 INFO STEP 1100 (remove_files) COMPLETE
73972024-09-23T17:49:57.134Z[ recovery-image] Sep 23 17:49:55.068 INFO O| Sep 23 17:49:55.068 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-23T17:49:57.143Z[ recovery-image] Sep 23 17:49:55.077 INFO O| Sep 23 17:49:55.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73992024-09-23T17:49:57.143Z[ recovery-image] Sep 23 17:49:55.077 INFO O| Sep 23 17:49:55.077 INFO STEP 1101 (remove_files) COMPLETE
74002024-09-23T17:49:57.146Z[ recovery-image] Sep 23 17:49:55.077 INFO O| Sep 23 17:49:55.077 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-23T17:49:57.153Z[ recovery-image] Sep 23 17:49:55.087 INFO O| Sep 23 17:49:55.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74022024-09-23T17:49:57.155Z[ recovery-image] Sep 23 17:49:55.087 INFO O| Sep 23 17:49:55.087 INFO STEP 1102 (remove_files) COMPLETE
74032024-09-23T17:49:57.155Z[ recovery-image] Sep 23 17:49:55.087 INFO O| Sep 23 17:49:55.087 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-23T17:49:57.163Z[ recovery-image] Sep 23 17:49:55.096 INFO O| Sep 23 17:49:55.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74052024-09-23T17:49:57.164Z[ recovery-image] Sep 23 17:49:55.097 INFO O| Sep 23 17:49:55.097 INFO STEP 1103 (remove_files) COMPLETE
74062024-09-23T17:49:57.164Z[ recovery-image] Sep 23 17:49:55.097 INFO O| Sep 23 17:49:55.097 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-23T17:49:57.172Z[ recovery-image] Sep 23 17:49:55.106 INFO O| Sep 23 17:49:55.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74082024-09-23T17:49:57.173Z[ recovery-image] Sep 23 17:49:55.106 INFO O| Sep 23 17:49:55.106 INFO STEP 1104 (remove_files) COMPLETE
74092024-09-23T17:49:57.175Z[ recovery-image] Sep 23 17:49:55.106 INFO O| Sep 23 17:49:55.106 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-23T17:49:57.182Z[ recovery-image] Sep 23 17:49:55.116 INFO O| Sep 23 17:49:55.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74112024-09-23T17:49:57.182Z[ recovery-image] Sep 23 17:49:55.116 INFO O| Sep 23 17:49:55.116 INFO STEP 1105 (remove_files) COMPLETE
74122024-09-23T17:49:57.182Z[ recovery-image] Sep 23 17:49:55.116 INFO O| Sep 23 17:49:55.116 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-23T17:49:57.192Z[ recovery-image] Sep 23 17:49:55.126 INFO O| Sep 23 17:49:55.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74142024-09-23T17:49:57.195Z[ recovery-image] Sep 23 17:49:55.126 INFO O| Sep 23 17:49:55.126 INFO STEP 1106 (remove_files) COMPLETE
74152024-09-23T17:49:57.195Z[ recovery-image] Sep 23 17:49:55.126 INFO O| Sep 23 17:49:55.126 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-23T17:49:57.201Z[ recovery-image] Sep 23 17:49:55.135 INFO O| Sep 23 17:49:55.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74172024-09-23T17:49:57.204Z[ recovery-image] Sep 23 17:49:55.135 INFO O| Sep 23 17:49:55.135 INFO STEP 1107 (remove_files) COMPLETE
74182024-09-23T17:49:57.204Z[ recovery-image] Sep 23 17:49:55.135 INFO O| Sep 23 17:49:55.135 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-23T17:49:57.211Z[ recovery-image] Sep 23 17:49:55.145 INFO O| Sep 23 17:49:55.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74202024-09-23T17:49:57.211Z[ recovery-image] Sep 23 17:49:55.145 INFO O| Sep 23 17:49:55.145 INFO STEP 1108 (remove_files) COMPLETE
74212024-09-23T17:49:57.214Z[ recovery-image] Sep 23 17:49:55.145 INFO O| Sep 23 17:49:55.145 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-23T17:49:57.220Z[ recovery-image] Sep 23 17:49:55.154 INFO O| Sep 23 17:49:55.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74232024-09-23T17:49:57.223Z[ recovery-image] Sep 23 17:49:55.154 INFO O| Sep 23 17:49:55.154 INFO STEP 1109 (remove_files) COMPLETE
74242024-09-23T17:49:57.223Z[ recovery-image] Sep 23 17:49:55.154 INFO O| Sep 23 17:49:55.154 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-23T17:49:57.230Z[ recovery-image] Sep 23 17:49:55.163 INFO O| Sep 23 17:49:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74262024-09-23T17:49:57.232Z[ recovery-image] Sep 23 17:49:55.164 INFO O| Sep 23 17:49:55.163 INFO STEP 1110 (remove_files) COMPLETE
74272024-09-23T17:49:57.232Z[ recovery-image] Sep 23 17:49:55.164 INFO O| Sep 23 17:49:55.164 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-23T17:49:57.239Z[ recovery-image] Sep 23 17:49:55.173 INFO O| Sep 23 17:49:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74292024-09-23T17:49:57.239Z[ recovery-image] Sep 23 17:49:55.173 INFO O| Sep 23 17:49:55.173 INFO STEP 1111 (remove_files) COMPLETE
74302024-09-23T17:49:57.242Z[ recovery-image] Sep 23 17:49:55.173 INFO O| Sep 23 17:49:55.173 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-23T17:49:57.249Z[ recovery-image] Sep 23 17:49:55.183 INFO O| Sep 23 17:49:55.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74322024-09-23T17:49:57.252Z[ recovery-image] Sep 23 17:49:55.183 INFO O| Sep 23 17:49:55.183 INFO STEP 1112 (remove_files) COMPLETE
74332024-09-23T17:49:57.252Z[ recovery-image] Sep 23 17:49:55.183 INFO O| Sep 23 17:49:55.183 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-23T17:49:57.259Z[ recovery-image] Sep 23 17:49:55.193 INFO O| Sep 23 17:49:55.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74352024-09-23T17:49:57.259Z[ recovery-image] Sep 23 17:49:55.193 INFO O| Sep 23 17:49:55.193 INFO STEP 1113 (remove_files) COMPLETE
74362024-09-23T17:49:57.262Z[ recovery-image] Sep 23 17:49:55.193 INFO O| Sep 23 17:49:55.193 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-09-23T17:49:57.269Z[ recovery-image] Sep 23 17:49:55.203 INFO O| Sep 23 17:49:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74382024-09-23T17:49:57.271Z[ recovery-image] Sep 23 17:49:55.203 INFO O| Sep 23 17:49:55.203 INFO STEP 1114 (remove_files) COMPLETE
74392024-09-23T17:49:57.271Z[ recovery-image] Sep 23 17:49:55.203 INFO O| Sep 23 17:49:55.203 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-09-23T17:49:57.278Z[ recovery-image] Sep 23 17:49:55.212 INFO O| Sep 23 17:49:55.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74412024-09-23T17:49:57.278Z[ recovery-image] Sep 23 17:49:55.212 INFO O| Sep 23 17:49:55.212 INFO STEP 1115 (remove_files) COMPLETE
74422024-09-23T17:49:57.281Z[ recovery-image] Sep 23 17:49:55.212 INFO O| Sep 23 17:49:55.212 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-09-23T17:49:57.288Z[ recovery-image] Sep 23 17:49:55.222 INFO O| Sep 23 17:49:55.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74442024-09-23T17:49:57.288Z[ recovery-image] Sep 23 17:49:55.222 INFO O| Sep 23 17:49:55.222 INFO STEP 1116 (remove_files) COMPLETE
74452024-09-23T17:49:57.291Z[ recovery-image] Sep 23 17:49:55.222 INFO O| Sep 23 17:49:55.222 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-09-23T17:49:57.297Z[ recovery-image] Sep 23 17:49:55.231 INFO O| Sep 23 17:49:55.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74472024-09-23T17:49:57.300Z[ recovery-image] Sep 23 17:49:55.231 INFO O| Sep 23 17:49:55.231 INFO STEP 1117 (remove_files) COMPLETE
74482024-09-23T17:49:57.300Z[ recovery-image] Sep 23 17:49:55.231 INFO O| Sep 23 17:49:55.231 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-09-23T17:49:57.307Z[ recovery-image] Sep 23 17:49:55.241 INFO O| Sep 23 17:49:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74502024-09-23T17:49:57.309Z[ recovery-image] Sep 23 17:49:55.241 INFO O| Sep 23 17:49:55.241 INFO STEP 1118 (remove_files) COMPLETE
74512024-09-23T17:49:57.309Z[ recovery-image] Sep 23 17:49:55.241 INFO O| Sep 23 17:49:55.241 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-09-23T17:49:57.316Z[ recovery-image] Sep 23 17:49:55.250 INFO O| Sep 23 17:49:55.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74532024-09-23T17:49:57.317Z[ recovery-image] Sep 23 17:49:55.250 INFO O| Sep 23 17:49:55.250 INFO STEP 1119 (remove_files) COMPLETE
74542024-09-23T17:49:57.317Z[ recovery-image] Sep 23 17:49:55.250 INFO O| Sep 23 17:49:55.250 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-09-23T17:49:57.326Z[ recovery-image] Sep 23 17:49:55.260 INFO O| Sep 23 17:49:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74562024-09-23T17:49:57.326Z[ recovery-image] Sep 23 17:49:55.260 INFO O| Sep 23 17:49:55.260 INFO STEP 1120 (remove_files) COMPLETE
74572024-09-23T17:49:57.328Z[ recovery-image] Sep 23 17:49:55.260 INFO O| Sep 23 17:49:55.260 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-09-23T17:49:57.336Z[ recovery-image] Sep 23 17:49:55.270 INFO O| Sep 23 17:49:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74592024-09-23T17:49:57.339Z[ recovery-image] Sep 23 17:49:55.270 INFO O| Sep 23 17:49:55.270 INFO STEP 1121 (remove_files) COMPLETE
74602024-09-23T17:49:57.339Z[ recovery-image] Sep 23 17:49:55.270 INFO O| Sep 23 17:49:55.270 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-09-23T17:49:57.347Z[ recovery-image] Sep 23 17:49:55.280 INFO O| Sep 23 17:49:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74622024-09-23T17:49:57.349Z[ recovery-image] Sep 23 17:49:55.280 INFO O| Sep 23 17:49:55.280 INFO STEP 1122 (remove_files) COMPLETE
74632024-09-23T17:49:57.349Z[ recovery-image] Sep 23 17:49:55.280 INFO O| Sep 23 17:49:55.280 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-09-23T17:49:57.356Z[ recovery-image] Sep 23 17:49:55.290 INFO O| Sep 23 17:49:55.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74652024-09-23T17:49:57.357Z[ recovery-image] Sep 23 17:49:55.290 INFO O| Sep 23 17:49:55.290 INFO STEP 1123 (remove_files) COMPLETE
74662024-09-23T17:49:57.357Z[ recovery-image] Sep 23 17:49:55.290 INFO O| Sep 23 17:49:55.290 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-09-23T17:49:57.366Z[ recovery-image] Sep 23 17:49:55.300 INFO O| Sep 23 17:49:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74682024-09-23T17:49:57.366Z[ recovery-image] Sep 23 17:49:55.300 INFO O| Sep 23 17:49:55.300 INFO STEP 1124 (remove_files) COMPLETE
74692024-09-23T17:49:57.366Z[ recovery-image] Sep 23 17:49:55.300 INFO O| Sep 23 17:49:55.300 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-09-23T17:49:57.377Z[ recovery-image] Sep 23 17:49:55.310 INFO O| Sep 23 17:49:55.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74712024-09-23T17:49:57.377Z[ recovery-image] Sep 23 17:49:55.310 INFO O| Sep 23 17:49:55.310 INFO STEP 1125 (remove_files) COMPLETE
74722024-09-23T17:49:57.379Z[ recovery-image] Sep 23 17:49:55.310 INFO O| Sep 23 17:49:55.310 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-09-23T17:49:57.386Z[ recovery-image] Sep 23 17:49:55.320 INFO O| Sep 23 17:49:55.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74742024-09-23T17:49:57.389Z[ recovery-image] Sep 23 17:49:55.320 INFO O| Sep 23 17:49:55.320 INFO STEP 1126 (remove_files) COMPLETE
74752024-09-23T17:49:57.389Z[ recovery-image] Sep 23 17:49:55.320 INFO O| Sep 23 17:49:55.320 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-09-23T17:49:57.396Z[ recovery-image] Sep 23 17:49:55.330 INFO O| Sep 23 17:49:55.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74772024-09-23T17:49:57.398Z[ recovery-image] Sep 23 17:49:55.330 INFO O| Sep 23 17:49:55.330 INFO STEP 1127 (remove_files) COMPLETE
74782024-09-23T17:49:57.399Z[ recovery-image] Sep 23 17:49:55.330 INFO O| Sep 23 17:49:55.330 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-09-23T17:49:57.406Z[ recovery-image] Sep 23 17:49:55.340 INFO O| Sep 23 17:49:55.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74802024-09-23T17:49:57.407Z[ recovery-image] Sep 23 17:49:55.340 INFO O| Sep 23 17:49:55.340 INFO STEP 1128 (remove_files) COMPLETE
74812024-09-23T17:49:57.407Z[ recovery-image] Sep 23 17:49:55.340 INFO O| Sep 23 17:49:55.340 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-09-23T17:49:57.417Z[ recovery-image] Sep 23 17:49:55.351 INFO O| Sep 23 17:49:55.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74832024-09-23T17:49:57.419Z[ recovery-image] Sep 23 17:49:55.351 INFO O| Sep 23 17:49:55.351 INFO STEP 1129 (remove_files) COMPLETE
74842024-09-23T17:49:57.419Z[ recovery-image] Sep 23 17:49:55.351 INFO O| Sep 23 17:49:55.351 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-09-23T17:49:57.426Z[ recovery-image] Sep 23 17:49:55.360 INFO O| Sep 23 17:49:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74862024-09-23T17:49:57.429Z[ recovery-image] Sep 23 17:49:55.360 INFO O| Sep 23 17:49:55.360 INFO STEP 1130 (remove_files) COMPLETE
74872024-09-23T17:49:57.429Z[ recovery-image] Sep 23 17:49:55.360 INFO O| Sep 23 17:49:55.360 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-09-23T17:49:57.437Z[ recovery-image] Sep 23 17:49:55.371 INFO O| Sep 23 17:49:55.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74892024-09-23T17:49:57.437Z[ recovery-image] Sep 23 17:49:55.371 INFO O| Sep 23 17:49:55.371 INFO STEP 1131 (remove_files) COMPLETE
74902024-09-23T17:49:57.440Z[ recovery-image] Sep 23 17:49:55.371 INFO O| Sep 23 17:49:55.371 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-09-23T17:49:57.447Z[ recovery-image] Sep 23 17:49:55.381 INFO O| Sep 23 17:49:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74922024-09-23T17:49:57.447Z[ recovery-image] Sep 23 17:49:55.381 INFO O| Sep 23 17:49:55.381 INFO STEP 1132 (remove_files) COMPLETE
74932024-09-23T17:49:57.449Z[ recovery-image] Sep 23 17:49:55.381 INFO O| Sep 23 17:49:55.381 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-09-23T17:49:57.458Z[ recovery-image] Sep 23 17:49:55.391 INFO O| Sep 23 17:49:55.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74952024-09-23T17:49:57.460Z[ recovery-image] Sep 23 17:49:55.392 INFO O| Sep 23 17:49:55.391 INFO STEP 1133 (remove_files) COMPLETE
74962024-09-23T17:49:57.460Z[ recovery-image] Sep 23 17:49:55.392 INFO O| Sep 23 17:49:55.391 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-09-23T17:49:57.467Z[ recovery-image] Sep 23 17:49:55.401 INFO O| Sep 23 17:49:55.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74982024-09-23T17:49:57.470Z[ recovery-image] Sep 23 17:49:55.401 INFO O| Sep 23 17:49:55.401 INFO STEP 1134 (remove_files) COMPLETE
74992024-09-23T17:49:57.470Z[ recovery-image] Sep 23 17:49:55.401 INFO O| Sep 23 17:49:55.401 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-09-23T17:49:57.478Z[ recovery-image] Sep 23 17:49:55.412 INFO O| Sep 23 17:49:55.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75012024-09-23T17:49:57.481Z[ recovery-image] Sep 23 17:49:55.412 INFO O| Sep 23 17:49:55.412 INFO STEP 1135 (remove_files) COMPLETE
75022024-09-23T17:49:57.481Z[ recovery-image] Sep 23 17:49:55.412 INFO O| Sep 23 17:49:55.412 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-09-23T17:49:57.488Z[ recovery-image] Sep 23 17:49:55.421 INFO O| Sep 23 17:49:55.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75042024-09-23T17:49:57.488Z[ recovery-image] Sep 23 17:49:55.422 INFO O| Sep 23 17:49:55.421 INFO STEP 1136 (remove_files) COMPLETE
75052024-09-23T17:49:57.488Z[ recovery-image] Sep 23 17:49:55.422 INFO O| Sep 23 17:49:55.422 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-09-23T17:49:57.497Z[ recovery-image] Sep 23 17:49:55.431 INFO O| Sep 23 17:49:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75072024-09-23T17:49:57.497Z[ recovery-image] Sep 23 17:49:55.431 INFO O| Sep 23 17:49:55.431 INFO STEP 1137 (remove_files) COMPLETE
75082024-09-23T17:49:57.497Z[ recovery-image] Sep 23 17:49:55.431 INFO O| Sep 23 17:49:55.431 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-09-23T17:49:57.509Z[ recovery-image] Sep 23 17:49:55.442 INFO O| Sep 23 17:49:55.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75102024-09-23T17:49:57.511Z[ recovery-image] Sep 23 17:49:55.442 INFO O| Sep 23 17:49:55.442 INFO STEP 1138 (remove_files) COMPLETE
75112024-09-23T17:49:57.511Z[ recovery-image] Sep 23 17:49:55.442 INFO O| Sep 23 17:49:55.442 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-09-23T17:49:57.511Z[ host-image] Sep 23 17:49:55.443 INFO O| Sep 23 17:49:55.443 INFO O| Done
75132024-09-23T17:49:57.519Z[ recovery-image] Sep 23 17:49:55.453 INFO O| Sep 23 17:49:55.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75142024-09-23T17:49:57.519Z[ recovery-image] Sep 23 17:49:55.453 INFO O| Sep 23 17:49:55.453 INFO STEP 1139 (remove_files) COMPLETE
75152024-09-23T17:49:57.521Z[ recovery-image] Sep 23 17:49:55.453 INFO O| Sep 23 17:49:55.453 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-23T17:49:57.529Z[ recovery-image] Sep 23 17:49:55.463 INFO O| Sep 23 17:49:55.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75172024-09-23T17:49:57.529Z[ recovery-image] Sep 23 17:49:55.463 INFO O| Sep 23 17:49:55.463 INFO STEP 1140 (remove_files) COMPLETE
75182024-09-23T17:49:57.529Z[ recovery-image] Sep 23 17:49:55.463 INFO O| Sep 23 17:49:55.463 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-23T17:49:57.539Z[ recovery-image] Sep 23 17:49:55.473 INFO O| Sep 23 17:49:55.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75202024-09-23T17:49:57.539Z[ recovery-image] Sep 23 17:49:55.473 INFO O| Sep 23 17:49:55.473 INFO STEP 1141 (remove_files) COMPLETE
75212024-09-23T17:49:57.541Z[ recovery-image] Sep 23 17:49:55.473 INFO O| Sep 23 17:49:55.473 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-23T17:49:57.549Z[ recovery-image] Sep 23 17:49:55.483 INFO O| Sep 23 17:49:55.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75232024-09-23T17:49:57.549Z[ recovery-image] Sep 23 17:49:55.483 INFO O| Sep 23 17:49:55.483 INFO STEP 1142 (remove_files) COMPLETE
75242024-09-23T17:49:57.552Z[ recovery-image] Sep 23 17:49:55.483 INFO O| Sep 23 17:49:55.483 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-23T17:49:57.561Z[ recovery-image] Sep 23 17:49:55.495 INFO O| Sep 23 17:49:55.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75262024-09-23T17:49:57.564Z[ recovery-image] Sep 23 17:49:55.495 INFO O| Sep 23 17:49:55.495 INFO STEP 1143 (remove_files) COMPLETE
75272024-09-23T17:49:57.564Z[ recovery-image] Sep 23 17:49:55.495 INFO O| Sep 23 17:49:55.495 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-23T17:49:57.571Z[ recovery-image] Sep 23 17:49:55.505 INFO O| Sep 23 17:49:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75292024-09-23T17:49:57.573Z[ recovery-image] Sep 23 17:49:55.505 INFO O| Sep 23 17:49:55.505 INFO STEP 1144 (remove_files) COMPLETE
75302024-09-23T17:49:57.573Z[ recovery-image] Sep 23 17:49:55.505 INFO O| Sep 23 17:49:55.505 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-23T17:49:57.582Z[ recovery-image] Sep 23 17:49:55.516 INFO O| Sep 23 17:49:55.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75322024-09-23T17:49:57.582Z[ recovery-image] Sep 23 17:49:55.516 INFO O| Sep 23 17:49:55.516 INFO STEP 1145 (remove_files) COMPLETE
75332024-09-23T17:49:57.585Z[ recovery-image] Sep 23 17:49:55.516 INFO O| Sep 23 17:49:55.516 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-23T17:49:57.594Z[ recovery-image] Sep 23 17:49:55.526 INFO O| Sep 23 17:49:55.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75352024-09-23T17:49:57.594Z[ recovery-image] Sep 23 17:49:55.526 INFO O| Sep 23 17:49:55.526 INFO STEP 1146 (remove_files) COMPLETE
75362024-09-23T17:49:57.594Z[ recovery-image] Sep 23 17:49:55.526 INFO O| Sep 23 17:49:55.526 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-23T17:49:57.603Z[ recovery-image] Sep 23 17:49:55.536 INFO O| Sep 23 17:49:55.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75382024-09-23T17:49:57.605Z[ recovery-image] Sep 23 17:49:55.536 INFO O| Sep 23 17:49:55.536 INFO STEP 1147 (remove_files) COMPLETE
75392024-09-23T17:49:57.605Z[ recovery-image] Sep 23 17:49:55.537 INFO O| Sep 23 17:49:55.536 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-23T17:49:57.614Z[ recovery-image] Sep 23 17:49:55.548 INFO O| Sep 23 17:49:55.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75412024-09-23T17:49:57.615Z[ recovery-image] Sep 23 17:49:55.548 INFO O| Sep 23 17:49:55.548 INFO STEP 1148 (remove_files) COMPLETE
75422024-09-23T17:49:57.615Z[ recovery-image] Sep 23 17:49:55.548 INFO O| Sep 23 17:49:55.548 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-23T17:49:57.624Z[ recovery-image] Sep 23 17:49:55.558 INFO O| Sep 23 17:49:55.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75442024-09-23T17:49:57.627Z[ recovery-image] Sep 23 17:49:55.558 INFO O| Sep 23 17:49:55.558 INFO STEP 1149 (remove_files) COMPLETE
75452024-09-23T17:49:57.627Z[ recovery-image] Sep 23 17:49:55.558 INFO O| Sep 23 17:49:55.558 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-23T17:49:57.636Z[ recovery-image] Sep 23 17:49:55.569 INFO O| Sep 23 17:49:55.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75472024-09-23T17:49:57.636Z[ recovery-image] Sep 23 17:49:55.570 INFO O| Sep 23 17:49:55.570 INFO STEP 1150 (remove_files) COMPLETE
75482024-09-23T17:49:57.636Z[ recovery-image] Sep 23 17:49:55.570 INFO O| Sep 23 17:49:55.570 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-23T17:49:57.646Z[ recovery-image] Sep 23 17:49:55.580 INFO O| Sep 23 17:49:55.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75502024-09-23T17:49:57.646Z[ recovery-image] Sep 23 17:49:55.580 INFO O| Sep 23 17:49:55.580 INFO STEP 1151 (remove_files) COMPLETE
75512024-09-23T17:49:57.646Z[ recovery-image] Sep 23 17:49:55.580 INFO O| Sep 23 17:49:55.580 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-23T17:49:57.656Z[ recovery-image] Sep 23 17:49:55.590 INFO O| Sep 23 17:49:55.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75532024-09-23T17:49:57.657Z[ recovery-image] Sep 23 17:49:55.590 INFO O| Sep 23 17:49:55.590 INFO STEP 1152 (remove_files) COMPLETE
75542024-09-23T17:49:57.659Z[ recovery-image] Sep 23 17:49:55.590 INFO O| Sep 23 17:49:55.590 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-23T17:49:57.666Z[ recovery-image] Sep 23 17:49:55.599 INFO O| Sep 23 17:49:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75562024-09-23T17:49:57.666Z[ recovery-image] Sep 23 17:49:55.599 INFO O| Sep 23 17:49:55.599 INFO STEP 1153 (remove_files) COMPLETE
75572024-09-23T17:49:57.668Z[ recovery-image] Sep 23 17:49:55.600 INFO O| Sep 23 17:49:55.599 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-23T17:49:57.675Z[ recovery-image] Sep 23 17:49:55.609 INFO O| Sep 23 17:49:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75592024-09-23T17:49:57.675Z[ recovery-image] Sep 23 17:49:55.609 INFO O| Sep 23 17:49:55.609 INFO STEP 1154 (remove_files) COMPLETE
75602024-09-23T17:49:57.678Z[ recovery-image] Sep 23 17:49:55.609 INFO O| Sep 23 17:49:55.609 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-23T17:49:57.685Z[ recovery-image] Sep 23 17:49:55.619 INFO O| Sep 23 17:49:55.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75622024-09-23T17:49:57.685Z[ recovery-image] Sep 23 17:49:55.619 INFO O| Sep 23 17:49:55.619 INFO STEP 1155 (remove_files) COMPLETE
75632024-09-23T17:49:57.685Z[ recovery-image] Sep 23 17:49:55.619 INFO O| Sep 23 17:49:55.619 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-23T17:49:57.694Z[ recovery-image] Sep 23 17:49:55.628 INFO O| Sep 23 17:49:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75652024-09-23T17:49:57.694Z[ recovery-image] Sep 23 17:49:55.628 INFO O| Sep 23 17:49:55.628 INFO STEP 1156 (remove_files) COMPLETE
75662024-09-23T17:49:57.697Z[ recovery-image] Sep 23 17:49:55.628 INFO O| Sep 23 17:49:55.628 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-23T17:49:57.704Z[ recovery-image] Sep 23 17:49:55.638 INFO O| Sep 23 17:49:55.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75682024-09-23T17:49:57.704Z[ recovery-image] Sep 23 17:49:55.638 INFO O| Sep 23 17:49:55.638 INFO STEP 1157 (remove_files) COMPLETE
75692024-09-23T17:49:57.704Z[ recovery-image] Sep 23 17:49:55.638 INFO O| Sep 23 17:49:55.638 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-23T17:49:57.714Z[ recovery-image] Sep 23 17:49:55.648 INFO O| Sep 23 17:49:55.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75712024-09-23T17:49:57.715Z[ recovery-image] Sep 23 17:49:55.648 INFO O| Sep 23 17:49:55.648 INFO STEP 1158 (remove_files) COMPLETE
75722024-09-23T17:49:57.718Z[ recovery-image] Sep 23 17:49:55.648 INFO O| Sep 23 17:49:55.648 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-23T17:49:57.724Z[ recovery-image] Sep 23 17:49:55.658 INFO O| Sep 23 17:49:55.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75742024-09-23T17:49:57.727Z[ recovery-image] Sep 23 17:49:55.658 INFO O| Sep 23 17:49:55.658 INFO STEP 1159 (remove_files) COMPLETE
75752024-09-23T17:49:57.727Z[ recovery-image] Sep 23 17:49:55.658 INFO O| Sep 23 17:49:55.658 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-09-23T17:49:57.734Z[ recovery-image] Sep 23 17:49:55.668 INFO O| Sep 23 17:49:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75772024-09-23T17:49:57.737Z[ recovery-image] Sep 23 17:49:55.668 INFO O| Sep 23 17:49:55.668 INFO STEP 1160 (remove_files) COMPLETE
75782024-09-23T17:49:57.737Z[ recovery-image] Sep 23 17:49:55.668 INFO O| Sep 23 17:49:55.668 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-09-23T17:49:57.743Z[ recovery-image] Sep 23 17:49:55.677 INFO O| Sep 23 17:49:55.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75802024-09-23T17:49:57.744Z[ recovery-image] Sep 23 17:49:55.677 INFO O| Sep 23 17:49:55.677 INFO STEP 1161 (remove_files) COMPLETE
75812024-09-23T17:49:57.746Z[ recovery-image] Sep 23 17:49:55.677 INFO O| Sep 23 17:49:55.677 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-09-23T17:49:57.753Z[ recovery-image] Sep 23 17:49:55.687 INFO O| Sep 23 17:49:55.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75832024-09-23T17:49:57.753Z[ recovery-image] Sep 23 17:49:55.687 INFO O| Sep 23 17:49:55.687 INFO STEP 1162 (remove_files) COMPLETE
75842024-09-23T17:49:57.753Z[ recovery-image] Sep 23 17:49:55.687 INFO O| Sep 23 17:49:55.687 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-09-23T17:49:57.763Z[ recovery-image] Sep 23 17:49:55.697 INFO O| Sep 23 17:49:55.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75862024-09-23T17:49:57.763Z[ recovery-image] Sep 23 17:49:55.697 INFO O| Sep 23 17:49:55.697 INFO STEP 1163 (remove_files) COMPLETE
75872024-09-23T17:49:57.766Z[ recovery-image] Sep 23 17:49:55.697 INFO O| Sep 23 17:49:55.697 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-09-23T17:49:57.773Z[ recovery-image] Sep 23 17:49:55.706 INFO O| Sep 23 17:49:55.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75892024-09-23T17:49:57.775Z[ recovery-image] Sep 23 17:49:55.707 INFO O| Sep 23 17:49:55.706 INFO STEP 1164 (remove_files) COMPLETE
75902024-09-23T17:49:57.775Z[ recovery-image] Sep 23 17:49:55.707 INFO O| Sep 23 17:49:55.706 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-09-23T17:49:57.782Z[ recovery-image] Sep 23 17:49:55.716 INFO O| Sep 23 17:49:55.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75922024-09-23T17:49:57.785Z[ recovery-image] Sep 23 17:49:55.716 INFO O| Sep 23 17:49:55.716 INFO STEP 1165 (remove_files) COMPLETE
75932024-09-23T17:49:57.785Z[ recovery-image] Sep 23 17:49:55.716 INFO O| Sep 23 17:49:55.716 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-09-23T17:49:57.792Z[ recovery-image] Sep 23 17:49:55.726 INFO O| Sep 23 17:49:55.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75952024-09-23T17:49:57.792Z[ recovery-image] Sep 23 17:49:55.726 INFO O| Sep 23 17:49:55.726 INFO STEP 1166 (remove_files) COMPLETE
75962024-09-23T17:49:57.792Z[ recovery-image] Sep 23 17:49:55.726 INFO O| Sep 23 17:49:55.726 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-09-23T17:49:57.802Z[ recovery-image] Sep 23 17:49:55.735 INFO O| Sep 23 17:49:55.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75982024-09-23T17:49:57.804Z[ recovery-image] Sep 23 17:49:55.736 INFO O| Sep 23 17:49:55.735 INFO STEP 1167 (remove_files) COMPLETE
75992024-09-23T17:49:57.804Z[ recovery-image] Sep 23 17:49:55.736 INFO O| Sep 23 17:49:55.736 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-09-23T17:49:57.811Z[ recovery-image] Sep 23 17:49:55.745 INFO O| Sep 23 17:49:55.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76012024-09-23T17:49:57.814Z[ recovery-image] Sep 23 17:49:55.745 INFO O| Sep 23 17:49:55.745 INFO STEP 1168 (remove_files) COMPLETE
76022024-09-23T17:49:57.814Z[ recovery-image] Sep 23 17:49:55.745 INFO O| Sep 23 17:49:55.745 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-09-23T17:49:57.821Z[ recovery-image] Sep 23 17:49:55.755 INFO O| Sep 23 17:49:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76042024-09-23T17:49:57.821Z[ recovery-image] Sep 23 17:49:55.755 INFO O| Sep 23 17:49:55.755 INFO STEP 1169 (remove_files) COMPLETE
76052024-09-23T17:49:57.824Z[ recovery-image] Sep 23 17:49:55.755 INFO O| Sep 23 17:49:55.755 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-09-23T17:49:57.831Z[ recovery-image] Sep 23 17:49:55.764 INFO O| Sep 23 17:49:55.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76072024-09-23T17:49:57.831Z[ recovery-image] Sep 23 17:49:55.764 INFO O| Sep 23 17:49:55.764 INFO STEP 1170 (remove_files) COMPLETE
76082024-09-23T17:49:57.831Z[ recovery-image] Sep 23 17:49:55.764 INFO O| Sep 23 17:49:55.764 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-09-23T17:49:57.840Z[ recovery-image] Sep 23 17:49:55.774 INFO O| Sep 23 17:49:55.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76102024-09-23T17:49:57.840Z[ recovery-image] Sep 23 17:49:55.774 INFO O| Sep 23 17:49:55.774 INFO STEP 1171 (remove_files) COMPLETE
76112024-09-23T17:49:57.840Z[ recovery-image] Sep 23 17:49:55.774 INFO O| Sep 23 17:49:55.774 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-09-23T17:49:57.850Z[ recovery-image] Sep 23 17:49:55.783 INFO O| Sep 23 17:49:55.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76132024-09-23T17:49:57.850Z[ recovery-image] Sep 23 17:49:55.784 INFO O| Sep 23 17:49:55.783 INFO STEP 1172 (remove_files) COMPLETE
76142024-09-23T17:49:57.850Z[ recovery-image] Sep 23 17:49:55.784 INFO O| Sep 23 17:49:55.784 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-09-23T17:49:57.859Z[ recovery-image] Sep 23 17:49:55.793 INFO O| Sep 23 17:49:55.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76162024-09-23T17:49:57.859Z[ recovery-image] Sep 23 17:49:55.793 INFO O| Sep 23 17:49:55.793 INFO STEP 1173 (remove_files) COMPLETE
76172024-09-23T17:49:57.862Z[ recovery-image] Sep 23 17:49:55.793 INFO O| Sep 23 17:49:55.793 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-09-23T17:49:57.869Z[ recovery-image] Sep 23 17:49:55.803 INFO O| Sep 23 17:49:55.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76192024-09-23T17:49:57.869Z[ recovery-image] Sep 23 17:49:55.803 INFO O| Sep 23 17:49:55.803 INFO STEP 1174 (remove_files) COMPLETE
76202024-09-23T17:49:57.872Z[ recovery-image] Sep 23 17:49:55.803 INFO O| Sep 23 17:49:55.803 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-09-23T17:49:57.879Z[ recovery-image] Sep 23 17:49:55.812 INFO O| Sep 23 17:49:55.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76222024-09-23T17:49:57.881Z[ recovery-image] Sep 23 17:49:55.812 INFO O| Sep 23 17:49:55.812 INFO STEP 1175 (remove_files) COMPLETE
76232024-09-23T17:49:57.881Z[ recovery-image] Sep 23 17:49:55.812 INFO O| Sep 23 17:49:55.812 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-09-23T17:49:57.888Z[ recovery-image] Sep 23 17:49:55.822 INFO O| Sep 23 17:49:55.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76252024-09-23T17:49:57.888Z[ recovery-image] Sep 23 17:49:55.822 INFO O| Sep 23 17:49:55.822 INFO STEP 1176 (remove_files) COMPLETE
76262024-09-23T17:49:57.891Z[ recovery-image] Sep 23 17:49:55.822 INFO O| Sep 23 17:49:55.822 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-09-23T17:49:57.898Z[ recovery-image] Sep 23 17:49:55.832 INFO O| Sep 23 17:49:55.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76282024-09-23T17:49:57.901Z[ recovery-image] Sep 23 17:49:55.832 INFO O| Sep 23 17:49:55.832 INFO STEP 1177 (remove_files) COMPLETE
76292024-09-23T17:49:57.901Z[ recovery-image] Sep 23 17:49:55.832 INFO O| Sep 23 17:49:55.832 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-09-23T17:49:57.908Z[ recovery-image] Sep 23 17:49:55.841 INFO O| Sep 23 17:49:55.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76312024-09-23T17:49:57.908Z[ recovery-image] Sep 23 17:49:55.841 INFO O| Sep 23 17:49:55.841 INFO STEP 1178 (remove_files) COMPLETE
76322024-09-23T17:49:57.908Z[ recovery-image] Sep 23 17:49:55.841 INFO O| Sep 23 17:49:55.841 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-09-23T17:49:57.917Z[ recovery-image] Sep 23 17:49:55.851 INFO O| Sep 23 17:49:55.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76342024-09-23T17:49:57.917Z[ recovery-image] Sep 23 17:49:55.851 INFO O| Sep 23 17:49:55.851 INFO STEP 1179 (remove_files) COMPLETE
76352024-09-23T17:49:57.920Z[ recovery-image] Sep 23 17:49:55.851 INFO O| Sep 23 17:49:55.851 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-09-23T17:49:57.927Z[ recovery-image] Sep 23 17:49:55.861 INFO O| Sep 23 17:49:55.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76372024-09-23T17:49:57.927Z[ recovery-image] Sep 23 17:49:55.861 INFO O| Sep 23 17:49:55.861 INFO STEP 1180 (remove_files) COMPLETE
76382024-09-23T17:49:57.930Z[ recovery-image] Sep 23 17:49:55.861 INFO O| Sep 23 17:49:55.861 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-09-23T17:49:57.937Z[ recovery-image] Sep 23 17:49:55.870 INFO O| Sep 23 17:49:55.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76402024-09-23T17:49:57.937Z[ recovery-image] Sep 23 17:49:55.870 INFO O| Sep 23 17:49:55.870 INFO STEP 1181 (remove_files) COMPLETE
76412024-09-23T17:49:57.937Z[ recovery-image] Sep 23 17:49:55.870 INFO O| Sep 23 17:49:55.870 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-09-23T17:49:57.946Z[ recovery-image] Sep 23 17:49:55.880 INFO O| Sep 23 17:49:55.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76432024-09-23T17:49:57.947Z[ recovery-image] Sep 23 17:49:55.880 INFO O| Sep 23 17:49:55.880 INFO STEP 1182 (remove_files) COMPLETE
76442024-09-23T17:49:57.949Z[ recovery-image] Sep 23 17:49:55.880 INFO O| Sep 23 17:49:55.880 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-09-23T17:49:57.957Z[ recovery-image] Sep 23 17:49:55.891 INFO O| Sep 23 17:49:55.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76462024-09-23T17:49:57.961Z[ recovery-image] Sep 23 17:49:55.891 INFO O| Sep 23 17:49:55.891 INFO STEP 1183 (remove_files) COMPLETE
76472024-09-23T17:49:57.961Z[ recovery-image] Sep 23 17:49:55.891 INFO O| Sep 23 17:49:55.891 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-09-23T17:49:57.967Z[ recovery-image] Sep 23 17:49:55.901 INFO O| Sep 23 17:49:55.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76492024-09-23T17:49:57.967Z[ recovery-image] Sep 23 17:49:55.901 INFO O| Sep 23 17:49:55.901 INFO STEP 1184 (remove_files) COMPLETE
76502024-09-23T17:49:57.970Z[ recovery-image] Sep 23 17:49:55.901 INFO O| Sep 23 17:49:55.901 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-09-23T17:49:57.977Z[ recovery-image] Sep 23 17:49:55.911 INFO O| Sep 23 17:49:55.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76522024-09-23T17:49:57.977Z[ recovery-image] Sep 23 17:49:55.911 INFO O| Sep 23 17:49:55.911 INFO STEP 1185 (remove_files) COMPLETE
76532024-09-23T17:49:57.979Z[ recovery-image] Sep 23 17:49:55.911 INFO O| Sep 23 17:49:55.911 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-09-23T17:49:57.986Z[ recovery-image] Sep 23 17:49:55.920 INFO O| Sep 23 17:49:55.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76552024-09-23T17:49:57.989Z[ recovery-image] Sep 23 17:49:55.920 INFO O| Sep 23 17:49:55.920 INFO STEP 1186 (remove_files) COMPLETE
76562024-09-23T17:49:57.989Z[ recovery-image] Sep 23 17:49:55.920 INFO O| Sep 23 17:49:55.920 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-09-23T17:49:57.996Z[ recovery-image] Sep 23 17:49:55.930 INFO O| Sep 23 17:49:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76582024-09-23T17:49:57.998Z[ recovery-image] Sep 23 17:49:55.930 INFO O| Sep 23 17:49:55.930 INFO STEP 1187 (remove_files) COMPLETE
76592024-09-23T17:49:57.998Z[ recovery-image] Sep 23 17:49:55.930 INFO O| Sep 23 17:49:55.930 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-09-23T17:49:58.005Z[ recovery-image] Sep 23 17:49:55.939 INFO O| Sep 23 17:49:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76612024-09-23T17:49:58.005Z[ recovery-image] Sep 23 17:49:55.939 INFO O| Sep 23 17:49:55.939 INFO STEP 1188 (remove_files) COMPLETE
76622024-09-23T17:49:58.008Z[ recovery-image] Sep 23 17:49:55.939 INFO O| Sep 23 17:49:55.939 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-09-23T17:49:58.015Z[ recovery-image] Sep 23 17:49:55.949 INFO O| Sep 23 17:49:55.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76642024-09-23T17:49:58.015Z[ recovery-image] Sep 23 17:49:55.949 INFO O| Sep 23 17:49:55.949 INFO STEP 1189 (remove_files) COMPLETE
76652024-09-23T17:49:58.017Z[ recovery-image] Sep 23 17:49:55.949 INFO O| Sep 23 17:49:55.949 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-09-23T17:49:58.024Z[ recovery-image] Sep 23 17:49:55.958 INFO O| Sep 23 17:49:55.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76672024-09-23T17:49:58.024Z[ recovery-image] Sep 23 17:49:55.958 INFO O| Sep 23 17:49:55.958 INFO STEP 1190 (remove_files) COMPLETE
76682024-09-23T17:49:58.024Z[ recovery-image] Sep 23 17:49:55.958 INFO O| Sep 23 17:49:55.958 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-09-23T17:49:58.034Z[ recovery-image] Sep 23 17:49:55.968 INFO O| Sep 23 17:49:55.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76702024-09-23T17:49:58.034Z[ recovery-image] Sep 23 17:49:55.968 INFO O| Sep 23 17:49:55.968 INFO STEP 1191 (remove_files) COMPLETE
76712024-09-23T17:49:58.037Z[ recovery-image] Sep 23 17:49:55.968 INFO O| Sep 23 17:49:55.968 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-09-23T17:49:58.044Z[ recovery-image] Sep 23 17:49:55.978 INFO O| Sep 23 17:49:55.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76732024-09-23T17:49:58.047Z[ recovery-image] Sep 23 17:49:55.978 INFO O| Sep 23 17:49:55.978 INFO STEP 1192 (remove_files) COMPLETE
76742024-09-23T17:49:58.047Z[ recovery-image] Sep 23 17:49:55.978 INFO O| Sep 23 17:49:55.978 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-09-23T17:49:58.053Z[ recovery-image] Sep 23 17:49:55.987 INFO O| Sep 23 17:49:55.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76762024-09-23T17:49:58.056Z[ recovery-image] Sep 23 17:49:55.987 INFO O| Sep 23 17:49:55.987 INFO STEP 1193 (remove_files) COMPLETE
76772024-09-23T17:49:58.056Z[ recovery-image] Sep 23 17:49:55.987 INFO O| Sep 23 17:49:55.987 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-09-23T17:49:58.063Z[ recovery-image] Sep 23 17:49:55.997 INFO O| Sep 23 17:49:55.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76792024-09-23T17:49:58.063Z[ recovery-image] Sep 23 17:49:55.997 INFO O| Sep 23 17:49:55.997 INFO STEP 1194 (remove_files) COMPLETE
76802024-09-23T17:49:58.065Z[ recovery-image] Sep 23 17:49:55.997 INFO O| Sep 23 17:49:55.997 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-09-23T17:49:58.073Z[ recovery-image] Sep 23 17:49:56.007 INFO O| Sep 23 17:49:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76822024-09-23T17:49:58.073Z[ recovery-image] Sep 23 17:49:56.007 INFO O| Sep 23 17:49:56.007 INFO STEP 1195 (remove_files) COMPLETE
76832024-09-23T17:49:58.076Z[ recovery-image] Sep 23 17:49:56.007 INFO O| Sep 23 17:49:56.007 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-09-23T17:49:58.082Z[ recovery-image] Sep 23 17:49:56.016 INFO O| Sep 23 17:49:56.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76852024-09-23T17:49:58.083Z[ recovery-image] Sep 23 17:49:56.016 INFO O| Sep 23 17:49:56.016 INFO STEP 1196 (remove_files) COMPLETE
76862024-09-23T17:49:58.085Z[ recovery-image] Sep 23 17:49:56.016 INFO O| Sep 23 17:49:56.016 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-09-23T17:49:58.092Z[ recovery-image] Sep 23 17:49:56.026 INFO O| Sep 23 17:49:56.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76882024-09-23T17:49:58.092Z[ recovery-image] Sep 23 17:49:56.026 INFO O| Sep 23 17:49:56.026 INFO STEP 1197 (remove_files) COMPLETE
76892024-09-23T17:49:58.096Z[ recovery-image] Sep 23 17:49:56.026 INFO O| Sep 23 17:49:56.026 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-09-23T17:49:58.102Z[ recovery-image] Sep 23 17:49:56.035 INFO O| Sep 23 17:49:56.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76912024-09-23T17:49:58.102Z[ recovery-image] Sep 23 17:49:56.035 INFO O| Sep 23 17:49:56.035 INFO STEP 1198 (remove_files) COMPLETE
76922024-09-23T17:49:58.104Z[ recovery-image] Sep 23 17:49:56.035 INFO O| Sep 23 17:49:56.035 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-09-23T17:49:58.111Z[ recovery-image] Sep 23 17:49:56.044 INFO O| Sep 23 17:49:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76942024-09-23T17:49:58.113Z[ recovery-image] Sep 23 17:49:56.044 INFO O| Sep 23 17:49:56.044 INFO STEP 1199 (remove_files) COMPLETE
76952024-09-23T17:49:58.113Z[ recovery-image] Sep 23 17:49:56.045 INFO O| Sep 23 17:49:56.044 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-09-23T17:49:58.120Z[ recovery-image] Sep 23 17:49:56.054 INFO O| Sep 23 17:49:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76972024-09-23T17:49:58.123Z[ recovery-image] Sep 23 17:49:56.054 INFO O| Sep 23 17:49:56.054 INFO STEP 1200 (remove_files) COMPLETE
76982024-09-23T17:49:58.123Z[ recovery-image] Sep 23 17:49:56.054 INFO O| Sep 23 17:49:56.054 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-09-23T17:49:58.130Z[ recovery-image] Sep 23 17:49:56.064 INFO O| Sep 23 17:49:56.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77002024-09-23T17:49:58.130Z[ recovery-image] Sep 23 17:49:56.064 INFO O| Sep 23 17:49:56.064 INFO STEP 1201 (remove_files) COMPLETE
77012024-09-23T17:49:58.130Z[ recovery-image] Sep 23 17:49:56.064 INFO O| Sep 23 17:49:56.064 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-09-23T17:49:58.139Z[ recovery-image] Sep 23 17:49:56.073 INFO O| Sep 23 17:49:56.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77032024-09-23T17:49:58.142Z[ recovery-image] Sep 23 17:49:56.073 INFO O| Sep 23 17:49:56.073 INFO STEP 1202 (remove_files) COMPLETE
77042024-09-23T17:49:58.142Z[ recovery-image] Sep 23 17:49:56.073 INFO O| Sep 23 17:49:56.073 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-09-23T17:49:58.149Z[ recovery-image] Sep 23 17:49:56.083 INFO O| Sep 23 17:49:56.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77062024-09-23T17:49:58.149Z[ recovery-image] Sep 23 17:49:56.083 INFO O| Sep 23 17:49:56.083 INFO STEP 1203 (remove_files) COMPLETE
77072024-09-23T17:49:58.152Z[ recovery-image] Sep 23 17:49:56.083 INFO O| Sep 23 17:49:56.083 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-09-23T17:49:58.158Z[ recovery-image] Sep 23 17:49:56.092 INFO O| Sep 23 17:49:56.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77092024-09-23T17:49:58.161Z[ recovery-image] Sep 23 17:49:56.092 INFO O| Sep 23 17:49:56.092 INFO STEP 1204 (remove_files) COMPLETE
77102024-09-23T17:49:58.161Z[ recovery-image] Sep 23 17:49:56.092 INFO O| Sep 23 17:49:56.092 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-09-23T17:49:58.168Z[ recovery-image] Sep 23 17:49:56.102 INFO O| Sep 23 17:49:56.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77122024-09-23T17:49:58.168Z[ recovery-image] Sep 23 17:49:56.102 INFO O| Sep 23 17:49:56.102 INFO STEP 1205 (remove_files) COMPLETE
77132024-09-23T17:49:58.168Z[ recovery-image] Sep 23 17:49:56.102 INFO O| Sep 23 17:49:56.102 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77142024-09-23T17:49:58.183Z[ recovery-image] Sep 23 17:49:56.116 INFO O| Sep 23 17:49:56.116 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77152024-09-23T17:49:58.183Z[ recovery-image] Sep 23 17:49:56.116 INFO O| Sep 23 17:49:56.116 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77162024-09-23T17:49:58.721Z[ host-image] Sep 23 17:49:56.654 INFO O| Sep 23 17:49:56.654 INFO O| Done
77172024-09-23T17:49:58.744Z[ host-image] Sep 23 17:49:56.678 INFO O| Sep 23 17:49:56.678 INFO O| Done
77182024-09-23T17:49:58.744Z[ host-image] Sep 23 17:49:56.678 INFO O| Sep 23 17:49:56.678 INFO O| Done
77192024-09-23T17:49:58.781Z[ host-image] Sep 23 17:49:56.715 INFO O| Sep 23 17:49:56.715 INFO O| Done
77202024-09-23T17:49:58.869Z[ recovery-image] Sep 23 17:49:56.802 INFO O| Sep 23 17:49:56.802 INFO STEP 1206 (pack_tar) COMPLETE
77212024-09-23T17:49:58.869Z[ recovery-image] Sep 23 17:49:56.802 INFO O| Sep 23 17:49:56.802 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77222024-09-23T17:49:58.869Z[ recovery-image] Sep 23 17:49:56.802 INFO O| Sep 23 17:49:56.802 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77232024-09-23T17:49:58.887Z[ host-image] Sep 23 17:49:56.821 INFO O| Sep 23 17:49:56.819 INFO STEP 13 (pkg_install) COMPLETE
77242024-09-23T17:49:58.891Z[ host-image] Sep 23 17:49:56.821 INFO O| Sep 23 17:49:56.819 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77252024-09-23T17:49:58.902Z[ host-image] Sep 23 17:49:56.836 INFO O| Sep 23 17:49:56.836 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
77262024-09-23T17:49:59.337Z[ recovery-image] Sep 23 17:49:57.271 INFO O| Sep 23 17:49:57.271 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77272024-09-23T17:49:59.461Z[ recovery-image] Sep 23 17:49:57.394 INFO O| Sep 23 17:49:57.393 INFO completed processing gimlet/ramdisk-03-recovery-trim
77282024-09-23T17:49:59.478Z[ recovery-image] Sep 23 17:49:57.400 INFO image builder template: zfs-recovery...
77292024-09-23T17:49:59.478Z[ recovery-image] Sep 23 17:49:57.400 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTNLru8/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77302024-09-23T17:49:59.487Z[ host-image] Sep 23 17:49:57.419 INFO O| Sep 23 17:49:57.419 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
77312024-09-23T17:49:59.500Z[ recovery-image] Sep 23 17:49:57.434 INFO O| Sep 23 17:49:57.434 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77322024-09-23T17:49:59.505Z[ recovery-image] Sep 23 17:49:57.438 INFO O| Sep 23 17:49:57.438 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77332024-09-23T17:49:59.578Z[ recovery-image] Sep 23 17:49:57.511 INFO O| Sep 23 17:49:57.511 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77342024-09-23T17:49:59.640Z[ recovery-image] Sep 23 17:49:57.573 INFO O| Sep 23 17:49:57.573 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77352024-09-23T17:49:59.640Z[ recovery-image] Sep 23 17:49:57.574 INFO O| Sep 23 17:49:57.574 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77362024-09-23T17:49:59.644Z[ recovery-image] Sep 23 17:49:57.578 INFO O| Sep 23 17:49:57.578 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77372024-09-23T17:49:59.716Z[ recovery-image] Sep 23 17:49:57.649 INFO O| Sep 23 17:49:57.649 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77382024-09-23T17:49:59.810Z[ recovery-image] Sep 23 17:49:57.743 INFO O| Sep 23 17:49:57.743 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77392024-09-23T17:49:59.819Z[ recovery-image] Sep 23 17:49:57.753 INFO O| Sep 23 17:49:57.753 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77402024-09-23T17:49:59.824Z[ recovery-image] Sep 23 17:49:57.758 INFO O| Sep 23 17:49:57.757 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77412024-09-23T17:49:59.827Z[ recovery-image] Sep 23 17:49:57.759 INFO O| Sep 23 17:49:57.759 INFO no lofi found
77422024-09-23T17:49:59.827Z[ recovery-image] Sep 23 17:49:57.759 INFO O| Sep 23 17:49:57.759 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77432024-09-23T17:49:59.827Z[ recovery-image] Sep 23 17:49:57.759 INFO O| Sep 23 17:49:57.759 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77442024-09-23T17:50:01.064Z[ host-image] Sep 23 17:49:58.997 INFO O| Sep 23 17:49:58.997 INFO O| Planning: Solver setup ... Done
77452024-09-23T17:50:01.068Z[ host-image] Sep 23 17:49:59.001 INFO O| Sep 23 17:49:59.001 INFO O| Planning: Running solver ... Done
77462024-09-23T17:50:01.109Z[ host-image] Sep 23 17:49:59.042 INFO O| Sep 23 17:49:59.042 INFO O| Planning: Finding local manifests ... Done
77472024-09-23T17:50:01.112Z[ host-image] Sep 23 17:49:59.043 INFO O| Sep 23 17:49:59.043 INFO O| Planning: Fetching manifests: 0/1 0% complete
77482024-09-23T17:50:01.180Z[ host-image] Sep 23 17:49:59.113 INFO O| Sep 23 17:49:59.113 INFO O| Planning: Fetching manifests: 1/1 100% complete
77492024-09-23T17:50:01.199Z[ host-image] Sep 23 17:49:59.132 INFO O| Sep 23 17:49:59.132 INFO O| Planning: Package planning ... Done
77502024-09-23T17:50:01.201Z[ host-image] Sep 23 17:49:59.132 INFO O| Sep 23 17:49:59.132 INFO O| Planning: Merging actions ... Done
77512024-09-23T17:50:01.262Z[ host-image] Sep 23 17:49:59.192 INFO O| Sep 23 17:49:59.192 INFO O| Planning: Checking for conflicting actions ... Done
77522024-09-23T17:50:01.266Z[ host-image] Sep 23 17:49:59.193 INFO O| Sep 23 17:49:59.193 INFO O| Planning: Consolidating action changes ... Done
77532024-09-23T17:50:01.431Z[ host-image] Sep 23 17:49:59.364 INFO O| Sep 23 17:49:59.364 INFO O| Planning: Evaluating mediators ... Done
77542024-09-23T17:50:01.434Z[ host-image] Sep 23 17:49:59.365 INFO O| Sep 23 17:49:59.365 INFO O| Planning: Planning completed in 1.95 seconds
77552024-09-23T17:50:01.434Z[ host-image] Sep 23 17:49:59.366 INFO O| Sep 23 17:49:59.366 INFO O| Packages to install: 1
77562024-09-23T17:50:01.443Z[ host-image] Sep 23 17:49:59.377 INFO O| Sep 23 17:49:59.377 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
77572024-09-23T17:50:02.079Z[ recovery-image] Sep 23 17:50:00.011 INFO O| Sep 23 17:50:00.011 INFO lofi device = /dev/dsk/c2t1d0p0
77582024-09-23T17:50:02.079Z[ recovery-image] Sep 23 17:50:00.011 INFO O| Sep 23 17:50:00.011 INFO pool device = /dev/dsk/c2t1d0p0
77592024-09-23T17:50:02.083Z[ recovery-image] Sep 23 17:50:00.012 INFO O| Sep 23 17:50:00.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
77602024-09-23T17:50:02.166Z[ recovery-image] Sep 23 17:50:00.099 INFO O| Sep 23 17:50:00.098 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77612024-09-23T17:50:02.166Z[ recovery-image] Sep 23 17:50:00.099 INFO O| Sep 23 17:50:00.099 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77622024-09-23T17:50:02.187Z[ recovery-image] Sep 23 17:50:00.120 INFO O| Sep 23 17:50:00.120 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77632024-09-23T17:50:02.257Z[ host-image] Sep 23 17:50:00.189 INFO O| Sep 23 17:50:00.189 INFO O| Download: Completed 20.80 MB in 0.81 seconds (25.6M/s)
77642024-09-23T17:50:02.263Z[ recovery-image] Sep 23 17:50:00.196 INFO O| Sep 23 17:50:00.196 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77652024-09-23T17:50:02.285Z[ host-image] Sep 23 17:50:00.218 INFO O| Sep 23 17:50:00.218 INFO O| Actions: 1/22 actions (Installing new actions)
77662024-09-23T17:50:02.300Z[ recovery-image] Sep 23 17:50:00.233 INFO O| Sep 23 17:50:00.233 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77672024-09-23T17:50:02.314Z[ recovery-image] Sep 23 17:50:00.247 INFO O| Sep 23 17:50:00.247 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77682024-09-23T17:50:02.325Z[ recovery-image] Sep 23 17:50:00.258 INFO O| Sep 23 17:50:00.258 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77692024-09-23T17:50:02.371Z[ recovery-image] Sep 23 17:50:00.304 INFO O| Sep 23 17:50:00.304 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77702024-09-23T17:50:02.373Z[ recovery-image] Sep 23 17:50:00.304 INFO O| Sep 23 17:50:00.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77712024-09-23T17:50:02.373Z[ recovery-image] Sep 23 17:50:00.304 INFO O| Sep 23 17:50:00.304 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77722024-09-23T17:50:02.380Z[ recovery-image] Sep 23 17:50:00.313 INFO O| Sep 23 17:50:00.313 INFO boot environment UUID: b0b1c670-2805-4329-95a2-c4da175c778c
77732024-09-23T17:50:02.380Z[ recovery-image] Sep 23 17:50:00.313 INFO O| Sep 23 17:50:00.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b0b1c670-2805-4329-95a2-c4da175c778c
77742024-09-23T17:50:02.390Z[ recovery-image] Sep 23 17:50:00.324 INFO O| Sep 23 17:50:00.323 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77752024-09-23T17:50:02.401Z[ recovery-image] Sep 23 17:50:00.334 INFO O| Sep 23 17:50:00.334 INFO STEP 0 (create_be) COMPLETE
77762024-09-23T17:50:02.401Z[ recovery-image] Sep 23 17:50:00.334 INFO O| Sep 23 17:50:00.334 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77772024-09-23T17:50:02.416Z[ recovery-image] Sep 23 17:50:00.349 INFO O| Sep 23 17:50:00.349 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77782024-09-23T17:50:03.055Z[ host-image] Sep 23 17:50:00.988 INFO O| Sep 23 17:50:00.988 INFO O| Actions: Completed 22 actions in 0.77 seconds.
77792024-09-23T17:50:03.466Z[ host-image] Sep 23 17:50:01.398 INFO O| Sep 23 17:50:01.398 INFO O| Done
77802024-09-23T17:50:03.467Z[ host-image] Sep 23 17:50:01.398 INFO O| Sep 23 17:50:01.398 INFO O| Done
77812024-09-23T17:50:03.994Z[ host-image] Sep 23 17:50:01.927 INFO O| Sep 23 17:50:01.927 INFO O| Done
77822024-09-23T17:50:04.366Z[ recovery-image] Sep 23 17:50:02.299 INFO O| Sep 23 17:50:02.299 INFO STEP 1 (unpack_tar) COMPLETE
77832024-09-23T17:50:04.366Z[ recovery-image] Sep 23 17:50:02.299 INFO O| Sep 23 17:50:02.299 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77842024-09-23T17:50:04.379Z[ recovery-image] Sep 23 17:50:02.312 INFO O| Sep 23 17:50:02.312 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77852024-09-23T17:50:04.778Z[ recovery-image] Sep 23 17:50:02.711 INFO O| Sep 23 17:50:02.711 INFO STEP 2 (devfsadm) COMPLETE
77862024-09-23T17:50:04.778Z[ recovery-image] Sep 23 17:50:02.711 INFO O| Sep 23 17:50:02.711 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77872024-09-23T17:50:04.791Z[ recovery-image] Sep 23 17:50:02.724 INFO O| Sep 23 17:50:02.724 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77882024-09-23T17:50:04.791Z[ recovery-image] Sep 23 17:50:02.724 INFO O| Sep 23 17:50:02.724 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77892024-09-23T17:50:04.791Z[ recovery-image] Sep 23 17:50:02.724 INFO O| Sep 23 17:50:02.724 INFO STEP 3 (ensure_dir) COMPLETE
77902024-09-23T17:50:04.793Z[ recovery-image] Sep 23 17:50:02.724 INFO O| Sep 23 17:50:02.724 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77912024-09-23T17:50:04.802Z[ recovery-image] Sep 23 17:50:02.735 INFO O| Sep 23 17:50:02.735 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77922024-09-23T17:50:04.802Z[ recovery-image] Sep 23 17:50:02.735 INFO O| Sep 23 17:50:02.735 INFO STEP 4 (ensure_dir) COMPLETE
77932024-09-23T17:50:04.804Z[ recovery-image] Sep 23 17:50:02.735 INFO O| Sep 23 17:50:02.735 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77942024-09-23T17:50:04.813Z[ recovery-image] Sep 23 17:50:02.746 INFO O| Sep 23 17:50:02.746 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77952024-09-23T17:50:04.813Z[ recovery-image] Sep 23 17:50:02.746 INFO O| Sep 23 17:50:02.746 INFO STEP 5 (ensure_dir) COMPLETE
77962024-09-23T17:50:04.816Z[ recovery-image] Sep 23 17:50:02.746 INFO O| Sep 23 17:50:02.746 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77972024-09-23T17:50:04.823Z[ recovery-image] Sep 23 17:50:02.756 INFO O| Sep 23 17:50:02.756 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77982024-09-23T17:50:04.826Z[ recovery-image] Sep 23 17:50:02.756 INFO O| Sep 23 17:50:02.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77992024-09-23T17:50:04.826Z[ recovery-image] Sep 23 17:50:02.756 INFO O| Sep 23 17:50:02.756 INFO STEP 6 (ensure_dir) COMPLETE
78002024-09-23T17:50:04.826Z[ recovery-image] Sep 23 17:50:02.756 INFO O| Sep 23 17:50:02.756 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78012024-09-23T17:50:04.833Z[ recovery-image] Sep 23 17:50:02.766 INFO O| Sep 23 17:50:02.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78022024-09-23T17:50:04.836Z[ recovery-image] Sep 23 17:50:02.766 INFO O| Sep 23 17:50:02.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78032024-09-23T17:50:04.836Z[ recovery-image] Sep 23 17:50:02.766 INFO O| Sep 23 17:50:02.766 INFO STEP 7 (ensure_dir) COMPLETE
78042024-09-23T17:50:04.837Z[ recovery-image] Sep 23 17:50:02.766 INFO O| Sep 23 17:50:02.766 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78052024-09-23T17:50:04.843Z[ recovery-image] Sep 23 17:50:02.776 INFO O| Sep 23 17:50:02.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78062024-09-23T17:50:04.846Z[ recovery-image] Sep 23 17:50:02.776 INFO O| Sep 23 17:50:02.776 INFO STEP 8 (remove_files) COMPLETE
78072024-09-23T17:50:04.846Z[ recovery-image] Sep 23 17:50:02.776 INFO O| Sep 23 17:50:02.776 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78082024-09-23T17:50:04.853Z[ recovery-image] Sep 23 17:50:02.786 INFO O| Sep 23 17:50:02.786 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78092024-09-23T17:50:04.856Z[ recovery-image] Sep 23 17:50:02.787 INFO O| Sep 23 17:50:02.787 INFO STEP 9 (remove_files) COMPLETE
78102024-09-23T17:50:04.856Z[ recovery-image] Sep 23 17:50:02.787 INFO O| Sep 23 17:50:02.787 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78112024-09-23T17:50:04.863Z[ recovery-image] Sep 23 17:50:02.796 INFO O| Sep 23 17:50:02.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78122024-09-23T17:50:04.866Z[ recovery-image] Sep 23 17:50:02.797 INFO O| Sep 23 17:50:02.797 INFO STEP 10 (remove_files) COMPLETE
78132024-09-23T17:50:04.866Z[ recovery-image] Sep 23 17:50:02.797 INFO O| Sep 23 17:50:02.797 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78142024-09-23T17:50:04.874Z[ recovery-image] Sep 23 17:50:02.807 INFO O| Sep 23 17:50:02.807 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78152024-09-23T17:50:04.877Z[ recovery-image] Sep 23 17:50:02.807 INFO O| Sep 23 17:50:02.807 INFO STEP 11 (remove_files) COMPLETE
78162024-09-23T17:50:04.877Z[ recovery-image] Sep 23 17:50:02.807 INFO O| Sep 23 17:50:02.807 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78172024-09-23T17:50:04.884Z[ recovery-image] Sep 23 17:50:02.817 INFO O| Sep 23 17:50:02.817 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78182024-09-23T17:50:04.884Z[ recovery-image] Sep 23 17:50:02.817 INFO O| Sep 23 17:50:02.817 INFO STEP 12 (remove_files) COMPLETE
78192024-09-23T17:50:04.887Z[ recovery-image] Sep 23 17:50:02.817 INFO O| Sep 23 17:50:02.817 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78202024-09-23T17:50:04.894Z[ recovery-image] Sep 23 17:50:02.827 INFO O| Sep 23 17:50:02.827 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78212024-09-23T17:50:04.897Z[ recovery-image] Sep 23 17:50:02.827 INFO O| Sep 23 17:50:02.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78222024-09-23T17:50:04.897Z[ recovery-image] Sep 23 17:50:02.827 INFO O| Sep 23 17:50:02.827 INFO STEP 13 (ensure_dir) COMPLETE
78232024-09-23T17:50:04.897Z[ recovery-image] Sep 23 17:50:02.827 INFO O| Sep 23 17:50:02.827 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78242024-09-23T17:50:04.904Z[ recovery-image] Sep 23 17:50:02.837 INFO O| Sep 23 17:50:02.837 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78252024-09-23T17:50:04.907Z[ recovery-image] Sep 23 17:50:02.837 INFO O| Sep 23 17:50:02.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78262024-09-23T17:50:04.907Z[ recovery-image] Sep 23 17:50:02.837 INFO O| Sep 23 17:50:02.837 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78272024-09-23T17:50:04.907Z[ recovery-image] Sep 23 17:50:02.837 INFO O| Sep 23 17:50:02.837 INFO STEP 14 (ensure_dir) COMPLETE
78282024-09-23T17:50:04.907Z[ recovery-image] Sep 23 17:50:02.837 INFO O| Sep 23 17:50:02.837 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78292024-09-23T17:50:04.914Z[ recovery-image] Sep 23 17:50:02.847 INFO O| Sep 23 17:50:02.847 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78302024-09-23T17:50:04.914Z[ recovery-image] Sep 23 17:50:02.847 INFO O| Sep 23 17:50:02.847 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78312024-09-23T17:50:04.917Z[ recovery-image] Sep 23 17:50:02.847 INFO O| Sep 23 17:50:02.847 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78322024-09-23T17:50:04.917Z[ recovery-image] Sep 23 17:50:02.847 INFO O| Sep 23 17:50:02.847 INFO STEP 15 (ensure_dir) COMPLETE
78332024-09-23T17:50:04.917Z[ recovery-image] Sep 23 17:50:02.847 INFO O| Sep 23 17:50:02.847 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78342024-09-23T17:50:04.925Z[ recovery-image] Sep 23 17:50:02.857 INFO O| Sep 23 17:50:02.857 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78352024-09-23T17:50:04.925Z[ recovery-image] Sep 23 17:50:02.857 INFO O| Sep 23 17:50:02.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78362024-09-23T17:50:04.925Z[ recovery-image] Sep 23 17:50:02.857 INFO O| Sep 23 17:50:02.857 INFO STEP 16 (ensure_dir) COMPLETE
78372024-09-23T17:50:04.927Z[ recovery-image] Sep 23 17:50:02.857 INFO O| Sep 23 17:50:02.857 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78382024-09-23T17:50:04.934Z[ recovery-image] Sep 23 17:50:02.867 INFO O| Sep 23 17:50:02.867 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78392024-09-23T17:50:04.937Z[ recovery-image] Sep 23 17:50:02.867 INFO O| Sep 23 17:50:02.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78402024-09-23T17:50:04.937Z[ recovery-image] Sep 23 17:50:02.867 INFO O| Sep 23 17:50:02.867 INFO STEP 17 (ensure_dir) COMPLETE
78412024-09-23T17:50:04.937Z[ recovery-image] Sep 23 17:50:02.867 INFO O| Sep 23 17:50:02.867 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78422024-09-23T17:50:04.945Z[ recovery-image] Sep 23 17:50:02.877 INFO O| Sep 23 17:50:02.877 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78432024-09-23T17:50:04.945Z[ recovery-image] Sep 23 17:50:02.877 INFO O| Sep 23 17:50:02.877 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78442024-09-23T17:50:04.945Z[ recovery-image] Sep 23 17:50:02.878 INFO O| Sep 23 17:50:02.877 INFO ok!
78452024-09-23T17:50:04.947Z[ recovery-image] Sep 23 17:50:02.878 INFO O| Sep 23 17:50:02.877 INFO STEP 18 (ensure_symlink) COMPLETE
78462024-09-23T17:50:04.947Z[ recovery-image] Sep 23 17:50:02.878 INFO O| Sep 23 17:50:02.878 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78472024-09-23T17:50:04.955Z[ recovery-image] Sep 23 17:50:02.887 INFO O| Sep 23 17:50:02.887 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78482024-09-23T17:50:04.955Z[ recovery-image] Sep 23 17:50:02.887 INFO O| Sep 23 17:50:02.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78492024-09-23T17:50:04.958Z[ recovery-image] Sep 23 17:50:02.888 INFO O| Sep 23 17:50:02.887 INFO ok!
78502024-09-23T17:50:04.958Z[ recovery-image] Sep 23 17:50:02.888 INFO O| Sep 23 17:50:02.887 INFO STEP 19 (ensure_file) COMPLETE
78512024-09-23T17:50:04.958Z[ recovery-image] Sep 23 17:50:02.888 INFO O| Sep 23 17:50:02.887 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78522024-09-23T17:50:04.965Z[ recovery-image] Sep 23 17:50:02.898 INFO O| Sep 23 17:50:02.897 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78532024-09-23T17:50:04.965Z[ recovery-image] Sep 23 17:50:02.898 INFO O| Sep 23 17:50:02.898 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78542024-09-23T17:50:04.967Z[ recovery-image] Sep 23 17:50:02.898 INFO O| Sep 23 17:50:02.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78552024-09-23T17:50:04.967Z[ recovery-image] Sep 23 17:50:02.898 INFO O| Sep 23 17:50:02.898 INFO ok!
78562024-09-23T17:50:04.967Z[ recovery-image] Sep 23 17:50:02.898 INFO O| Sep 23 17:50:02.898 INFO STEP 20 (ensure_symlink) COMPLETE
78572024-09-23T17:50:04.967Z[ recovery-image] Sep 23 17:50:02.898 INFO O| Sep 23 17:50:02.898 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78582024-09-23T17:50:04.976Z[ recovery-image] Sep 23 17:50:02.909 INFO O| Sep 23 17:50:02.909 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78592024-09-23T17:50:04.976Z[ recovery-image] Sep 23 17:50:02.909 INFO O| Sep 23 17:50:02.909 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78602024-09-23T17:50:04.978Z[ recovery-image] Sep 23 17:50:02.909 INFO O| Sep 23 17:50:02.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78612024-09-23T17:50:04.978Z[ recovery-image] Sep 23 17:50:02.909 INFO O| Sep 23 17:50:02.909 INFO ok!
78622024-09-23T17:50:04.978Z[ recovery-image] Sep 23 17:50:02.909 INFO O| Sep 23 17:50:02.909 INFO STEP 21 (ensure_symlink) COMPLETE
78632024-09-23T17:50:04.978Z[ recovery-image] Sep 23 17:50:02.909 INFO O| Sep 23 17:50:02.909 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78642024-09-23T17:50:04.988Z[ recovery-image] Sep 23 17:50:02.921 INFO O| Sep 23 17:50:02.921 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78652024-09-23T17:50:04.988Z[ recovery-image] Sep 23 17:50:02.921 INFO O| Sep 23 17:50:02.921 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78662024-09-23T17:50:04.988Z[ recovery-image] Sep 23 17:50:02.921 INFO O| Sep 23 17:50:02.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78672024-09-23T17:50:04.990Z[ recovery-image] Sep 23 17:50:02.921 INFO O| Sep 23 17:50:02.921 INFO ok!
78682024-09-23T17:50:04.990Z[ recovery-image] Sep 23 17:50:02.921 INFO O| Sep 23 17:50:02.921 INFO STEP 22 (ensure_symlink) COMPLETE
78692024-09-23T17:50:04.990Z[ recovery-image] Sep 23 17:50:02.921 INFO O| Sep 23 17:50:02.921 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78702024-09-23T17:50:04.998Z[ recovery-image] Sep 23 17:50:02.931 INFO O| Sep 23 17:50:02.931 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78712024-09-23T17:50:05.001Z[ recovery-image] Sep 23 17:50:02.931 INFO O| Sep 23 17:50:02.931 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78722024-09-23T17:50:05.001Z[ recovery-image] Sep 23 17:50:02.931 INFO O| Sep 23 17:50:02.931 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78732024-09-23T17:50:05.001Z[ recovery-image] Sep 23 17:50:02.931 INFO O| Sep 23 17:50:02.931 INFO ok!
78742024-09-23T17:50:05.001Z[ recovery-image] Sep 23 17:50:02.931 INFO O| Sep 23 17:50:02.931 INFO STEP 23 (ensure_symlink) COMPLETE
78752024-09-23T17:50:05.001Z[ recovery-image] Sep 23 17:50:02.931 INFO O| Sep 23 17:50:02.931 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78762024-09-23T17:50:05.008Z[ recovery-image] Sep 23 17:50:02.941 INFO O| Sep 23 17:50:02.941 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78772024-09-23T17:50:05.011Z[ recovery-image] Sep 23 17:50:02.941 INFO O| Sep 23 17:50:02.941 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
78782024-09-23T17:50:05.011Z[ recovery-image] Sep 23 17:50:02.941 INFO O| Sep 23 17:50:02.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78792024-09-23T17:50:05.011Z[ recovery-image] Sep 23 17:50:02.941 INFO O| Sep 23 17:50:02.941 INFO ok!
78802024-09-23T17:50:05.011Z[ recovery-image] Sep 23 17:50:02.941 INFO O| Sep 23 17:50:02.941 INFO STEP 24 (ensure_file) COMPLETE
78812024-09-23T17:50:05.011Z[ recovery-image] Sep 23 17:50:02.941 INFO O| Sep 23 17:50:02.941 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78822024-09-23T17:50:05.019Z[ recovery-image] Sep 23 17:50:02.952 INFO O| Sep 23 17:50:02.952 INFO updating shadow file
78832024-09-23T17:50:05.022Z[ recovery-image] Sep 23 17:50:02.952 INFO O| Sep 23 17:50:02.952 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78842024-09-23T17:50:05.022Z[ recovery-image] Sep 23 17:50:02.952 INFO O| Sep 23 17:50:02.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78852024-09-23T17:50:05.022Z[ recovery-image] Sep 23 17:50:02.952 INFO O| Sep 23 17:50:02.952 INFO STEP 25 (shadow) COMPLETE
78862024-09-23T17:50:05.022Z[ recovery-image] Sep 23 17:50:02.952 INFO O| Sep 23 17:50:02.952 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78872024-09-23T17:50:05.031Z[ recovery-image] Sep 23 17:50:02.963 INFO O| Sep 23 17:50:02.963 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78882024-09-23T17:50:05.031Z[ recovery-image] Sep 23 17:50:02.964 INFO O| Sep 23 17:50:02.964 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78892024-09-23T17:50:05.033Z[ recovery-image] Sep 23 17:50:02.964 INFO O| Sep 23 17:50:02.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78902024-09-23T17:50:05.033Z[ recovery-image] Sep 23 17:50:02.964 INFO O| Sep 23 17:50:02.964 INFO ok!
78912024-09-23T17:50:05.033Z[ recovery-image] Sep 23 17:50:02.964 INFO O| Sep 23 17:50:02.964 INFO STEP 26 (ensure_file) COMPLETE
78922024-09-23T17:50:05.034Z[ recovery-image] Sep 23 17:50:02.964 INFO O| Sep 23 17:50:02.964 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78932024-09-23T17:50:05.041Z[ recovery-image] Sep 23 17:50:02.974 INFO O| Sep 23 17:50:02.974 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78942024-09-23T17:50:05.044Z[ recovery-image] Sep 23 17:50:02.974 INFO O| Sep 23 17:50:02.974 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78952024-09-23T17:50:05.044Z[ recovery-image] Sep 23 17:50:02.974 INFO O| Sep 23 17:50:02.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78962024-09-23T17:50:05.044Z[ recovery-image] Sep 23 17:50:02.974 INFO O| Sep 23 17:50:02.974 INFO ok!
78972024-09-23T17:50:05.044Z[ recovery-image] Sep 23 17:50:02.974 INFO O| Sep 23 17:50:02.974 INFO STEP 27 (ensure_file) COMPLETE
78982024-09-23T17:50:05.044Z[ recovery-image] Sep 23 17:50:02.974 INFO O| Sep 23 17:50:02.974 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78992024-09-23T17:50:05.052Z[ recovery-image] Sep 23 17:50:02.984 INFO O| Sep 23 17:50:02.984 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79002024-09-23T17:50:05.052Z[ recovery-image] Sep 23 17:50:02.985 INFO O| Sep 23 17:50:02.984 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79012024-09-23T17:50:05.054Z[ recovery-image] Sep 23 17:50:02.985 INFO O| Sep 23 17:50:02.985 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79022024-09-23T17:50:05.054Z[ recovery-image] Sep 23 17:50:02.985 INFO O| Sep 23 17:50:02.985 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79032024-09-23T17:50:05.054Z[ recovery-image] Sep 23 17:50:02.985 INFO O| Sep 23 17:50:02.985 INFO ok!
79042024-09-23T17:50:05.054Z[ recovery-image] Sep 23 17:50:02.985 INFO O| Sep 23 17:50:02.985 INFO STEP 28 (ensure_file) COMPLETE
79052024-09-23T17:50:05.054Z[ recovery-image] Sep 23 17:50:02.985 INFO O| Sep 23 17:50:02.985 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79062024-09-23T17:50:05.062Z[ recovery-image] Sep 23 17:50:02.995 INFO O| Sep 23 17:50:02.995 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79072024-09-23T17:50:05.062Z[ recovery-image] Sep 23 17:50:02.995 INFO O| Sep 23 17:50:02.995 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79082024-09-23T17:50:05.065Z[ recovery-image] Sep 23 17:50:02.995 INFO O| Sep 23 17:50:02.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79092024-09-23T17:50:05.065Z[ recovery-image] Sep 23 17:50:02.995 INFO O| Sep 23 17:50:02.995 INFO ok!
79102024-09-23T17:50:05.065Z[ recovery-image] Sep 23 17:50:02.995 INFO O| Sep 23 17:50:02.995 INFO STEP 29 (ensure_file) COMPLETE
79112024-09-23T17:50:05.065Z[ recovery-image] Sep 23 17:50:02.995 INFO O| Sep 23 17:50:02.995 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79122024-09-23T17:50:05.074Z[ recovery-image] Sep 23 17:50:03.006 INFO O| Sep 23 17:50:03.006 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79132024-09-23T17:50:05.074Z[ recovery-image] Sep 23 17:50:03.006 INFO O| Sep 23 17:50:03.006 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79142024-09-23T17:50:05.074Z[ recovery-image] Sep 23 17:50:03.006 INFO O| Sep 23 17:50:03.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79152024-09-23T17:50:05.074Z[ recovery-image] Sep 23 17:50:03.006 INFO O| Sep 23 17:50:03.006 INFO ok!
79162024-09-23T17:50:05.076Z[ recovery-image] Sep 23 17:50:03.006 INFO O| Sep 23 17:50:03.006 INFO STEP 30 (ensure_file) COMPLETE
79172024-09-23T17:50:05.076Z[ recovery-image] Sep 23 17:50:03.006 INFO O| Sep 23 17:50:03.006 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79182024-09-23T17:50:05.084Z[ recovery-image] Sep 23 17:50:03.017 INFO O| Sep 23 17:50:03.017 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79192024-09-23T17:50:05.084Z[ recovery-image] Sep 23 17:50:03.017 INFO O| Sep 23 17:50:03.017 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79202024-09-23T17:50:05.087Z[ recovery-image] Sep 23 17:50:03.017 INFO O| Sep 23 17:50:03.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79212024-09-23T17:50:05.087Z[ recovery-image] Sep 23 17:50:03.017 INFO O| Sep 23 17:50:03.017 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79222024-09-23T17:50:05.087Z[ recovery-image] Sep 23 17:50:03.017 INFO O| Sep 23 17:50:03.017 INFO ok!
79232024-09-23T17:50:05.087Z[ recovery-image] Sep 23 17:50:03.017 INFO O| Sep 23 17:50:03.017 INFO STEP 31 (ensure_file) COMPLETE
79242024-09-23T17:50:05.087Z[ recovery-image] Sep 23 17:50:03.017 INFO O| Sep 23 17:50:03.017 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79252024-09-23T17:50:05.097Z[ recovery-image] Sep 23 17:50:03.029 INFO O| Sep 23 17:50:03.029 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79262024-09-23T17:50:05.097Z[ recovery-image] Sep 23 17:50:03.029 INFO O| Sep 23 17:50:03.029 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79272024-09-23T17:50:05.100Z[ recovery-image] Sep 23 17:50:03.029 INFO O| Sep 23 17:50:03.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79282024-09-23T17:50:05.100Z[ recovery-image] Sep 23 17:50:03.029 INFO O| Sep 23 17:50:03.029 INFO ok!
79292024-09-23T17:50:05.100Z[ recovery-image] Sep 23 17:50:03.029 INFO O| Sep 23 17:50:03.029 INFO STEP 32 (ensure_file) COMPLETE
79302024-09-23T17:50:05.100Z[ recovery-image] Sep 23 17:50:03.029 INFO O| Sep 23 17:50:03.029 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79312024-09-23T17:50:05.107Z[ recovery-image] Sep 23 17:50:03.039 INFO O| Sep 23 17:50:03.039 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79322024-09-23T17:50:05.107Z[ recovery-image] Sep 23 17:50:03.039 INFO O| Sep 23 17:50:03.039 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79332024-09-23T17:50:05.109Z[ recovery-image] Sep 23 17:50:03.040 INFO O| Sep 23 17:50:03.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79342024-09-23T17:50:05.109Z[ recovery-image] Sep 23 17:50:03.040 INFO O| Sep 23 17:50:03.040 INFO ok!
79352024-09-23T17:50:05.109Z[ recovery-image] Sep 23 17:50:03.040 INFO O| Sep 23 17:50:03.040 INFO STEP 33 (ensure_file) COMPLETE
79362024-09-23T17:50:05.109Z[ recovery-image] Sep 23 17:50:03.040 INFO O| Sep 23 17:50:03.040 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79372024-09-23T17:50:05.117Z[ recovery-image] Sep 23 17:50:03.049 INFO O| Sep 23 17:50:03.049 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79382024-09-23T17:50:05.117Z[ recovery-image] Sep 23 17:50:03.049 INFO O| Sep 23 17:50:03.049 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79392024-09-23T17:50:05.117Z[ recovery-image] Sep 23 17:50:03.050 INFO O| Sep 23 17:50:03.049 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79402024-09-23T17:50:05.120Z[ recovery-image] Sep 23 17:50:03.050 INFO O| Sep 23 17:50:03.050 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79412024-09-23T17:50:05.120Z[ recovery-image] Sep 23 17:50:03.050 INFO O| Sep 23 17:50:03.050 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79422024-09-23T17:50:05.120Z[ recovery-image] Sep 23 17:50:03.050 INFO O| Sep 23 17:50:03.050 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79432024-09-23T17:50:05.120Z[ recovery-image] Sep 23 17:50:03.050 INFO O| Sep 23 17:50:03.050 INFO ok!
79442024-09-23T17:50:05.120Z[ recovery-image] Sep 23 17:50:03.050 INFO O| Sep 23 17:50:03.050 INFO STEP 34 (ensure_file) COMPLETE
79452024-09-23T17:50:05.120Z[ recovery-image] Sep 23 17:50:03.050 INFO O| Sep 23 17:50:03.050 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79462024-09-23T17:50:05.127Z[ recovery-image] Sep 23 17:50:03.060 INFO O| Sep 23 17:50:03.060 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79472024-09-23T17:50:05.130Z[ recovery-image] Sep 23 17:50:03.060 INFO O| Sep 23 17:50:03.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79482024-09-23T17:50:05.130Z[ recovery-image] Sep 23 17:50:03.060 INFO O| Sep 23 17:50:03.060 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79492024-09-23T17:50:05.130Z[ recovery-image] Sep 23 17:50:03.060 INFO O| Sep 23 17:50:03.060 INFO STEP 35 (ensure_dir) COMPLETE
79502024-09-23T17:50:05.130Z[ recovery-image] Sep 23 17:50:03.060 INFO O| Sep 23 17:50:03.060 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79512024-09-23T17:50:05.138Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
79522024-09-23T17:50:05.138Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
79532024-09-23T17:50:05.141Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79542024-09-23T17:50:05.141Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79552024-09-23T17:50:05.141Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79562024-09-23T17:50:05.141Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79572024-09-23T17:50:05.141Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO ok!
79582024-09-23T17:50:05.141Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO STEP 36 (ensure_file) COMPLETE
79592024-09-23T17:50:05.141Z[ recovery-image] Sep 23 17:50:03.071 INFO O| Sep 23 17:50:03.071 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79602024-09-23T17:50:05.151Z[ recovery-image] Sep 23 17:50:03.084 INFO O| Sep 23 17:50:03.084 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79612024-09-23T17:50:05.154Z[ recovery-image] Sep 23 17:50:03.084 INFO O| Sep 23 17:50:03.084 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
79622024-09-23T17:50:05.154Z[ recovery-image] Sep 23 17:50:03.084 INFO O| Sep 23 17:50:03.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79632024-09-23T17:50:05.154Z[ recovery-image] Sep 23 17:50:03.084 INFO O| Sep 23 17:50:03.084 INFO ok!
79642024-09-23T17:50:05.154Z[ recovery-image] Sep 23 17:50:03.084 INFO O| Sep 23 17:50:03.084 INFO STEP 37 (ensure_symlink) COMPLETE
79652024-09-23T17:50:05.154Z[ recovery-image] Sep 23 17:50:03.084 INFO O| Sep 23 17:50:03.084 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79662024-09-23T17:50:05.179Z[ recovery-image] Sep 23 17:50:03.109 INFO O| Sep 23 17:50:03.108 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79672024-09-23T17:50:05.179Z[ recovery-image] Sep 23 17:50:03.109 INFO O| Sep 23 17:50:03.109 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79682024-09-23T17:50:05.183Z[ recovery-image] Sep 23 17:50:03.109 INFO O| Sep 23 17:50:03.109 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79692024-09-23T17:50:05.183Z[ recovery-image] Sep 23 17:50:03.109 INFO O| Sep 23 17:50:03.109 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79702024-09-23T17:50:05.183Z[ recovery-image] Sep 23 17:50:03.109 INFO O| Sep 23 17:50:03.109 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79712024-09-23T17:50:05.183Z[ recovery-image] Sep 23 17:50:03.109 INFO O| Sep 23 17:50:03.109 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79722024-09-23T17:50:05.183Z[ recovery-image] Sep 23 17:50:03.110 INFO O| Sep 23 17:50:03.109 INFO ok!
79732024-09-23T17:50:05.183Z[ recovery-image] Sep 23 17:50:03.110 INFO O| Sep 23 17:50:03.110 INFO STEP 38 (ensure_file) COMPLETE
79742024-09-23T17:50:05.183Z[ recovery-image] Sep 23 17:50:03.110 INFO O| Sep 23 17:50:03.110 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79752024-09-23T17:50:05.205Z[ recovery-image] Sep 23 17:50:03.134 INFO O| Sep 23 17:50:03.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79762024-09-23T17:50:05.205Z[ recovery-image] Sep 23 17:50:03.134 INFO O| Sep 23 17:50:03.134 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
79772024-09-23T17:50:05.205Z[ recovery-image] Sep 23 17:50:03.135 INFO O| Sep 23 17:50:03.135 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79782024-09-23T17:50:05.205Z[ recovery-image] Sep 23 17:50:03.135 INFO O| Sep 23 17:50:03.135 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79792024-09-23T17:50:05.205Z[ recovery-image] Sep 23 17:50:03.135 INFO O| Sep 23 17:50:03.135 INFO ok!
79802024-09-23T17:50:05.205Z[ recovery-image] Sep 23 17:50:03.135 INFO O| Sep 23 17:50:03.135 INFO STEP 39 (ensure_file) COMPLETE
79812024-09-23T17:50:05.205Z[ recovery-image] Sep 23 17:50:03.135 INFO O| Sep 23 17:50:03.135 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79822024-09-23T17:50:05.227Z[ recovery-image] Sep 23 17:50:03.158 INFO O| Sep 23 17:50:03.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79832024-09-23T17:50:05.227Z[ recovery-image] Sep 23 17:50:03.158 INFO O| Sep 23 17:50:03.157 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79842024-09-23T17:50:05.227Z[ recovery-image] Sep 23 17:50:03.158 INFO O| Sep 23 17:50:03.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79852024-09-23T17:50:05.227Z[ recovery-image] Sep 23 17:50:03.158 INFO O| Sep 23 17:50:03.157 INFO ok!
79862024-09-23T17:50:05.227Z[ recovery-image] Sep 23 17:50:03.158 INFO O| Sep 23 17:50:03.157 INFO STEP 40 (ensure_file) COMPLETE
79872024-09-23T17:50:05.227Z[ recovery-image] Sep 23 17:50:03.158 INFO O| Sep 23 17:50:03.157 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79882024-09-23T17:50:05.247Z[ recovery-image] Sep 23 17:50:03.177 INFO O| Sep 23 17:50:03.177 INFO updating shadow file
79892024-09-23T17:50:05.247Z[ recovery-image] Sep 23 17:50:03.177 INFO O| Sep 23 17:50:03.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79902024-09-23T17:50:05.247Z[ recovery-image] Sep 23 17:50:03.177 INFO O| Sep 23 17:50:03.177 INFO STEP 41 (shadow) COMPLETE
79912024-09-23T17:50:05.247Z[ recovery-image] Sep 23 17:50:03.177 INFO O| Sep 23 17:50:03.177 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79922024-09-23T17:50:05.267Z[ recovery-image] Sep 23 17:50:03.197 INFO O| Sep 23 17:50:03.197 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79932024-09-23T17:50:05.267Z[ recovery-image] Sep 23 17:50:03.197 INFO O| Sep 23 17:50:03.197 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79942024-09-23T17:50:05.267Z[ recovery-image] Sep 23 17:50:03.198 INFO O| Sep 23 17:50:03.198 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79952024-09-23T17:50:05.267Z[ recovery-image] Sep 23 17:50:03.198 INFO O| Sep 23 17:50:03.198 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79962024-09-23T17:50:05.267Z[ recovery-image] Sep 23 17:50:03.198 INFO O| Sep 23 17:50:03.198 INFO ok!
79972024-09-23T17:50:05.267Z[ recovery-image] Sep 23 17:50:03.198 INFO O| Sep 23 17:50:03.198 INFO STEP 42 (ensure_file) COMPLETE
79982024-09-23T17:50:05.267Z[ recovery-image] Sep 23 17:50:03.198 INFO O| Sep 23 17:50:03.198 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79992024-09-23T17:50:05.281Z[ recovery-image] Sep 23 17:50:03.213 INFO O| Sep 23 17:50:03.213 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80002024-09-23T17:50:05.281Z[ recovery-image] Sep 23 17:50:03.213 INFO O| Sep 23 17:50:03.213 INFO STEP 43 (ensure_dir) COMPLETE
80012024-09-23T17:50:05.281Z[ recovery-image] Sep 23 17:50:03.213 INFO O| Sep 23 17:50:03.213 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-09-23T17:50:05.294Z[ recovery-image] Sep 23 17:50:03.227 INFO O| Sep 23 17:50:03.227 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80032024-09-23T17:50:05.295Z[ recovery-image] Sep 23 17:50:03.227 INFO O| Sep 23 17:50:03.227 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80042024-09-23T17:50:05.295Z[ recovery-image] Sep 23 17:50:03.227 INFO O| Sep 23 17:50:03.227 INFO STEP 44 (ensure_dir) COMPLETE
80052024-09-23T17:50:05.299Z[ recovery-image] Sep 23 17:50:03.227 INFO O| Sep 23 17:50:03.227 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80062024-09-23T17:50:05.307Z[ recovery-image] Sep 23 17:50:03.239 INFO O| Sep 23 17:50:03.239 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80072024-09-23T17:50:05.307Z[ recovery-image] Sep 23 17:50:03.239 INFO O| Sep 23 17:50:03.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80082024-09-23T17:50:05.307Z[ recovery-image] Sep 23 17:50:03.239 INFO O| Sep 23 17:50:03.239 INFO STEP 45 (ensure_dir) COMPLETE
80092024-09-23T17:50:05.309Z[ recovery-image] Sep 23 17:50:03.239 INFO O| Sep 23 17:50:03.239 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80102024-09-23T17:50:05.317Z[ recovery-image] Sep 23 17:50:03.250 INFO O| Sep 23 17:50:03.250 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80112024-09-23T17:50:05.317Z[ recovery-image] Sep 23 17:50:03.250 INFO O| Sep 23 17:50:03.250 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80122024-09-23T17:50:05.347Z[ recovery-image] Sep 23 17:50:03.280 INFO O| Sep 23 17:50:03.279 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80132024-09-23T17:50:05.347Z[ recovery-image] Sep 23 17:50:03.280 INFO O| Sep 23 17:50:03.280 INFO ok!
80142024-09-23T17:50:05.347Z[ recovery-image] Sep 23 17:50:03.280 INFO O| Sep 23 17:50:03.280 INFO STEP 46 (ensure_file) COMPLETE
80152024-09-23T17:50:05.350Z[ recovery-image] Sep 23 17:50:03.280 INFO O| Sep 23 17:50:03.280 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80162024-09-23T17:50:05.360Z[ recovery-image] Sep 23 17:50:03.293 INFO O| Sep 23 17:50:03.293 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80172024-09-23T17:50:05.361Z[ recovery-image] Sep 23 17:50:03.293 INFO O| Sep 23 17:50:03.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80182024-09-23T17:50:05.365Z[ recovery-image] Sep 23 17:50:03.293 INFO O| Sep 23 17:50:03.293 INFO STEP 47 (ensure_dir) COMPLETE
80192024-09-23T17:50:05.365Z[ recovery-image] Sep 23 17:50:03.293 INFO O| Sep 23 17:50:03.293 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-09-23T17:50:05.372Z[ recovery-image] Sep 23 17:50:03.304 INFO O| Sep 23 17:50:03.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80212024-09-23T17:50:05.374Z[ recovery-image] Sep 23 17:50:03.305 INFO O| Sep 23 17:50:03.304 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80222024-09-23T17:50:05.374Z[ recovery-image] Sep 23 17:50:03.305 INFO O| Sep 23 17:50:03.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80232024-09-23T17:50:05.374Z[ recovery-image] Sep 23 17:50:03.305 INFO O| Sep 23 17:50:03.305 INFO ok!
80242024-09-23T17:50:05.374Z[ recovery-image] Sep 23 17:50:03.305 INFO O| Sep 23 17:50:03.305 INFO STEP 48 (ensure_file) COMPLETE
80252024-09-23T17:50:05.374Z[ recovery-image] Sep 23 17:50:03.305 INFO O| Sep 23 17:50:03.305 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80262024-09-23T17:50:05.383Z[ recovery-image] Sep 23 17:50:03.316 INFO O| Sep 23 17:50:03.316 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80272024-09-23T17:50:05.386Z[ recovery-image] Sep 23 17:50:03.316 INFO O| Sep 23 17:50:03.316 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80282024-09-23T17:50:05.386Z[ recovery-image] Sep 23 17:50:03.316 INFO O| Sep 23 17:50:03.316 INFO STEP 49 (ensure_dir) COMPLETE
80292024-09-23T17:50:05.387Z[ recovery-image] Sep 23 17:50:03.316 INFO O| Sep 23 17:50:03.316 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-23T17:50:05.394Z[ recovery-image] Sep 23 17:50:03.327 INFO O| Sep 23 17:50:03.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80312024-09-23T17:50:05.394Z[ recovery-image] Sep 23 17:50:03.327 INFO O| Sep 23 17:50:03.327 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80322024-09-23T17:50:05.409Z[ recovery-image] Sep 23 17:50:03.341 INFO O| Sep 23 17:50:03.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80332024-09-23T17:50:05.409Z[ recovery-image] Sep 23 17:50:03.341 INFO O| Sep 23 17:50:03.341 INFO ok!
80342024-09-23T17:50:05.411Z[ recovery-image] Sep 23 17:50:03.341 INFO O| Sep 23 17:50:03.341 INFO STEP 50 (ensure_file) COMPLETE
80352024-09-23T17:50:05.411Z[ recovery-image] Sep 23 17:50:03.341 INFO O| Sep 23 17:50:03.341 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-23T17:50:05.422Z[ recovery-image] Sep 23 17:50:03.354 INFO O| Sep 23 17:50:03.354 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80372024-09-23T17:50:05.422Z[ recovery-image] Sep 23 17:50:03.354 INFO O| Sep 23 17:50:03.354 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80382024-09-23T17:50:05.723Z[ host-image] Sep 23 17:50:03.655 INFO O| Sep 23 17:50:03.655 INFO O| Done
80392024-09-23T17:50:05.769Z[ host-image] Sep 23 17:50:03.701 INFO O| Sep 23 17:50:03.701 INFO O| Done
80402024-09-23T17:50:05.772Z[ host-image] Sep 23 17:50:03.702 INFO O| Sep 23 17:50:03.702 INFO O| Done
80412024-09-23T17:50:05.787Z[ host-image] Sep 23 17:50:03.720 INFO O| Sep 23 17:50:03.720 INFO O| Done
80422024-09-23T17:50:05.922Z[ recovery-image] Sep 23 17:50:03.855 INFO O| Sep 23 17:50:03.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80432024-09-23T17:50:05.922Z[ recovery-image] Sep 23 17:50:03.855 INFO O| Sep 23 17:50:03.855 INFO ok!
80442024-09-23T17:50:05.925Z[ recovery-image] Sep 23 17:50:03.855 INFO O| Sep 23 17:50:03.855 INFO STEP 51 (ensure_file) COMPLETE
80452024-09-23T17:50:05.925Z[ recovery-image] Sep 23 17:50:03.855 INFO O| Sep 23 17:50:03.855 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80462024-09-23T17:50:05.931Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO STEP 14 (pkg_install) COMPLETE
80472024-09-23T17:50:05.931Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80482024-09-23T17:50:05.933Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO skip step because feature "mfg" is not enabled
80492024-09-23T17:50:05.933Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80502024-09-23T17:50:05.933Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO skip step because feature "compliance" is not enabled
80512024-09-23T17:50:05.934Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80522024-09-23T17:50:05.934Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO skip step because feature "stress" is not enabled
80532024-09-23T17:50:05.934Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80542024-09-23T17:50:05.934Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO skip step because feature "nfs" is not enabled
80552024-09-23T17:50:05.934Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80562024-09-23T17:50:05.934Z[ host-image] Sep 23 17:50:03.863 INFO O| Sep 23 17:50:03.863 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80572024-09-23T17:50:05.939Z[ recovery-image] Sep 23 17:50:03.867 INFO O| Sep 23 17:50:03.867 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80582024-09-23T17:50:05.939Z[ recovery-image] Sep 23 17:50:03.867 INFO O| Sep 23 17:50:03.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80592024-09-23T17:50:05.939Z[ recovery-image] Sep 23 17:50:03.867 INFO O| Sep 23 17:50:03.867 INFO STEP 52 (ensure_dir) COMPLETE
80602024-09-23T17:50:05.939Z[ recovery-image] Sep 23 17:50:03.867 INFO O| Sep 23 17:50:03.867 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80612024-09-23T17:50:05.950Z[ recovery-image] Sep 23 17:50:03.883 INFO O| Sep 23 17:50:03.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80622024-09-23T17:50:05.954Z[ recovery-image] Sep 23 17:50:03.883 INFO O| Sep 23 17:50:03.883 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
80632024-09-23T17:50:05.954Z[ recovery-image] Sep 23 17:50:03.883 INFO O| Sep 23 17:50:03.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
80642024-09-23T17:50:05.955Z[ recovery-image] Sep 23 17:50:03.883 INFO O| Sep 23 17:50:03.883 INFO ok!
80652024-09-23T17:50:05.955Z[ recovery-image] Sep 23 17:50:03.883 INFO O| Sep 23 17:50:03.883 INFO STEP 53 (ensure_file) COMPLETE
80662024-09-23T17:50:05.955Z[ recovery-image] Sep 23 17:50:03.883 INFO O| Sep 23 17:50:03.883 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80672024-09-23T17:50:05.966Z[ recovery-image] Sep 23 17:50:03.897 INFO O| Sep 23 17:50:03.897 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80682024-09-23T17:50:05.968Z[ recovery-image] Sep 23 17:50:03.897 INFO O| Sep 23 17:50:03.897 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
80692024-09-23T17:50:05.968Z[ recovery-image] Sep 23 17:50:03.897 INFO O| Sep 23 17:50:03.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
80702024-09-23T17:50:05.968Z[ recovery-image] Sep 23 17:50:03.897 INFO O| Sep 23 17:50:03.897 INFO ok!
80712024-09-23T17:50:05.968Z[ recovery-image] Sep 23 17:50:03.897 INFO O| Sep 23 17:50:03.897 INFO STEP 54 (ensure_file) COMPLETE
80722024-09-23T17:50:05.968Z[ recovery-image] Sep 23 17:50:03.898 INFO O| Sep 23 17:50:03.897 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80732024-09-23T17:50:05.977Z[ recovery-image] Sep 23 17:50:03.909 INFO O| Sep 23 17:50:03.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80742024-09-23T17:50:05.977Z[ recovery-image] Sep 23 17:50:03.909 INFO O| Sep 23 17:50:03.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80752024-09-23T17:50:05.980Z[ recovery-image] Sep 23 17:50:03.909 INFO O| Sep 23 17:50:03.909 INFO STEP 55 (ensure_dir) COMPLETE
80762024-09-23T17:50:05.980Z[ recovery-image] Sep 23 17:50:03.909 INFO O| Sep 23 17:50:03.909 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80772024-09-23T17:50:05.986Z[ recovery-image] Sep 23 17:50:03.919 INFO O| Sep 23 17:50:03.919 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80782024-09-23T17:50:05.986Z[ recovery-image] Sep 23 17:50:03.919 INFO O| Sep 23 17:50:03.919 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
80792024-09-23T17:50:05.989Z[ recovery-image] Sep 23 17:50:03.919 INFO O| Sep 23 17:50:03.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80802024-09-23T17:50:05.989Z[ recovery-image] Sep 23 17:50:03.919 INFO O| Sep 23 17:50:03.919 INFO ok!
80812024-09-23T17:50:05.989Z[ recovery-image] Sep 23 17:50:03.919 INFO O| Sep 23 17:50:03.919 INFO STEP 56 (ensure_file) COMPLETE
80822024-09-23T17:50:05.989Z[ recovery-image] Sep 23 17:50:03.919 INFO O| Sep 23 17:50:03.919 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80832024-09-23T17:50:05.997Z[ recovery-image] Sep 23 17:50:03.930 INFO O| Sep 23 17:50:03.930 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80842024-09-23T17:50:06.000Z[ recovery-image] Sep 23 17:50:03.930 INFO O| Sep 23 17:50:03.930 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
80852024-09-23T17:50:06.000Z[ recovery-image] Sep 23 17:50:03.930 INFO O| Sep 23 17:50:03.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
80862024-09-23T17:50:06.000Z[ recovery-image] Sep 23 17:50:03.930 INFO O| Sep 23 17:50:03.930 INFO ok!
80872024-09-23T17:50:06.000Z[ recovery-image] Sep 23 17:50:03.930 INFO O| Sep 23 17:50:03.930 INFO STEP 57 (ensure_file) COMPLETE
80882024-09-23T17:50:06.000Z[ recovery-image] Sep 23 17:50:03.930 INFO O| Sep 23 17:50:03.930 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80892024-09-23T17:50:06.007Z[ recovery-image] Sep 23 17:50:03.940 INFO O| Sep 23 17:50:03.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80902024-09-23T17:50:06.010Z[ recovery-image] Sep 23 17:50:03.940 INFO O| Sep 23 17:50:03.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80912024-09-23T17:50:06.010Z[ recovery-image] Sep 23 17:50:03.940 INFO O| Sep 23 17:50:03.940 INFO STEP 58 (ensure_dir) COMPLETE
80922024-09-23T17:50:06.010Z[ recovery-image] Sep 23 17:50:03.940 INFO O| Sep 23 17:50:03.940 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-09-23T17:50:06.018Z[ recovery-image] Sep 23 17:50:03.951 INFO O| Sep 23 17:50:03.951 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80942024-09-23T17:50:06.021Z[ recovery-image] Sep 23 17:50:03.951 INFO O| Sep 23 17:50:03.951 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
80952024-09-23T17:50:06.021Z[ recovery-image] Sep 23 17:50:03.951 INFO O| Sep 23 17:50:03.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80962024-09-23T17:50:06.021Z[ recovery-image] Sep 23 17:50:03.951 INFO O| Sep 23 17:50:03.951 INFO ok!
80972024-09-23T17:50:06.021Z[ recovery-image] Sep 23 17:50:03.951 INFO O| Sep 23 17:50:03.951 INFO STEP 59 (ensure_file) COMPLETE
80982024-09-23T17:50:06.022Z[ recovery-image] Sep 23 17:50:03.951 INFO O| Sep 23 17:50:03.951 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-09-23T17:50:06.029Z[ recovery-image] Sep 23 17:50:03.961 INFO O| Sep 23 17:50:03.961 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81002024-09-23T17:50:06.029Z[ recovery-image] Sep 23 17:50:03.962 INFO O| Sep 23 17:50:03.961 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81012024-09-23T17:50:06.032Z[ recovery-image] Sep 23 17:50:03.962 INFO O| Sep 23 17:50:03.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81022024-09-23T17:50:06.032Z[ recovery-image] Sep 23 17:50:03.962 INFO O| Sep 23 17:50:03.962 INFO ok!
81032024-09-23T17:50:06.032Z[ recovery-image] Sep 23 17:50:03.962 INFO O| Sep 23 17:50:03.962 INFO STEP 60 (ensure_file) COMPLETE
81042024-09-23T17:50:06.032Z[ recovery-image] Sep 23 17:50:03.962 INFO O| Sep 23 17:50:03.962 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81052024-09-23T17:50:06.039Z[ recovery-image] Sep 23 17:50:03.972 INFO O| Sep 23 17:50:03.972 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81062024-09-23T17:50:06.039Z[ recovery-image] Sep 23 17:50:03.972 INFO O| Sep 23 17:50:03.972 INFO STEP 61 (ensure_dir) COMPLETE
81072024-09-23T17:50:06.042Z[ recovery-image] Sep 23 17:50:03.972 INFO O| Sep 23 17:50:03.972 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81082024-09-23T17:50:06.051Z[ recovery-image] Sep 23 17:50:03.982 INFO O| Sep 23 17:50:03.982 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81092024-09-23T17:50:06.054Z[ recovery-image] Sep 23 17:50:03.982 INFO O| Sep 23 17:50:03.982 INFO STEP 62 (ensure_dir) COMPLETE
81102024-09-23T17:50:06.054Z[ recovery-image] Sep 23 17:50:03.982 INFO O| Sep 23 17:50:03.982 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81112024-09-23T17:50:06.060Z[ recovery-image] Sep 23 17:50:03.992 INFO O| Sep 23 17:50:03.992 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81122024-09-23T17:50:06.060Z[ recovery-image] Sep 23 17:50:03.992 INFO O| Sep 23 17:50:03.992 INFO STEP 63 (ensure_dir) COMPLETE
81132024-09-23T17:50:06.063Z[ recovery-image] Sep 23 17:50:03.992 INFO O| Sep 23 17:50:03.992 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81142024-09-23T17:50:06.070Z[ recovery-image] Sep 23 17:50:04.002 INFO O| Sep 23 17:50:04.002 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81152024-09-23T17:50:06.070Z[ recovery-image] Sep 23 17:50:04.003 INFO O| Sep 23 17:50:04.002 INFO STEP 64 (ensure_dir) COMPLETE
81162024-09-23T17:50:06.070Z[ recovery-image] Sep 23 17:50:04.003 INFO O| Sep 23 17:50:04.002 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-09-23T17:50:06.081Z[ recovery-image] Sep 23 17:50:04.013 INFO O| Sep 23 17:50:04.012 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81182024-09-23T17:50:06.081Z[ recovery-image] Sep 23 17:50:04.013 INFO O| Sep 23 17:50:04.012 INFO copying /tmp/.tmpTNLru8/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81192024-09-23T17:50:06.085Z[ recovery-image] Sep 23 17:50:04.013 INFO O| Sep 23 17:50:04.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81202024-09-23T17:50:06.085Z[ recovery-image] Sep 23 17:50:04.013 INFO O| Sep 23 17:50:04.013 INFO ok!
81212024-09-23T17:50:06.085Z[ recovery-image] Sep 23 17:50:04.013 INFO O| Sep 23 17:50:04.013 INFO STEP 65 (ensure_file) COMPLETE
81222024-09-23T17:50:06.085Z[ recovery-image] Sep 23 17:50:04.013 INFO O| Sep 23 17:50:04.013 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-23T17:50:06.091Z[ recovery-image] Sep 23 17:50:04.022 INFO O| Sep 23 17:50:04.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81242024-09-23T17:50:06.095Z[ recovery-image] Sep 23 17:50:04.023 INFO O| Sep 23 17:50:04.023 INFO STEP 66 (remove_files) COMPLETE
81252024-09-23T17:50:06.096Z[ recovery-image] Sep 23 17:50:04.023 INFO O| Sep 23 17:50:04.023 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-09-23T17:50:06.102Z[ recovery-image] Sep 23 17:50:04.033 INFO O| Sep 23 17:50:04.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81272024-09-23T17:50:06.106Z[ recovery-image] Sep 23 17:50:04.033 INFO O| Sep 23 17:50:04.033 INFO STEP 67 (remove_files) COMPLETE
81282024-09-23T17:50:06.106Z[ recovery-image] Sep 23 17:50:04.033 INFO O| Sep 23 17:50:04.033 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81292024-09-23T17:50:06.108Z[ host-image] Sep 23 17:50:04.040 INFO O| Sep 23 17:50:04.040 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81302024-09-23T17:50:06.111Z[ recovery-image] Sep 23 17:50:04.043 INFO O| Sep 23 17:50:04.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81312024-09-23T17:50:06.111Z[ recovery-image] Sep 23 17:50:04.043 INFO O| Sep 23 17:50:04.043 INFO STEP 68 (remove_files) COMPLETE
81322024-09-23T17:50:06.111Z[ recovery-image] Sep 23 17:50:04.043 INFO O| Sep 23 17:50:04.043 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81332024-09-23T17:50:06.122Z[ recovery-image] Sep 23 17:50:04.054 INFO O| Sep 23 17:50:04.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81342024-09-23T17:50:06.133Z[ recovery-image] Sep 23 17:50:04.055 INFO O| Sep 23 17:50:04.055 INFO STEP 69 (remove_files) COMPLETE
81352024-09-23T17:50:06.133Z[ recovery-image] Sep 23 17:50:04.055 INFO O| Sep 23 17:50:04.055 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81362024-09-23T17:50:06.142Z[ recovery-image] Sep 23 17:50:04.066 INFO O| Sep 23 17:50:04.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81372024-09-23T17:50:06.142Z[ recovery-image] Sep 23 17:50:04.066 INFO O| Sep 23 17:50:04.066 INFO STEP 70 (remove_files) COMPLETE
81382024-09-23T17:50:06.142Z[ recovery-image] Sep 23 17:50:04.066 INFO O| Sep 23 17:50:04.066 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81392024-09-23T17:50:06.148Z[ recovery-image] Sep 23 17:50:04.078 INFO O| Sep 23 17:50:04.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81402024-09-23T17:50:06.148Z[ recovery-image] Sep 23 17:50:04.078 INFO O| Sep 23 17:50:04.078 INFO STEP 71 (remove_files) COMPLETE
81412024-09-23T17:50:06.148Z[ recovery-image] Sep 23 17:50:04.078 INFO O| Sep 23 17:50:04.078 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81422024-09-23T17:50:06.155Z[ recovery-image] Sep 23 17:50:04.088 INFO O| Sep 23 17:50:04.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81432024-09-23T17:50:06.155Z[ recovery-image] Sep 23 17:50:04.088 INFO O| Sep 23 17:50:04.088 INFO STEP 72 (remove_files) COMPLETE
81442024-09-23T17:50:06.155Z[ recovery-image] Sep 23 17:50:04.088 INFO O| Sep 23 17:50:04.088 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81452024-09-23T17:50:06.165Z[ recovery-image] Sep 23 17:50:04.097 INFO O| Sep 23 17:50:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81462024-09-23T17:50:06.167Z[ recovery-image] Sep 23 17:50:04.098 INFO O| Sep 23 17:50:04.097 INFO STEP 73 (remove_files) COMPLETE
81472024-09-23T17:50:06.167Z[ recovery-image] Sep 23 17:50:04.098 INFO O| Sep 23 17:50:04.097 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81482024-09-23T17:50:06.174Z[ recovery-image] Sep 23 17:50:04.107 INFO O| Sep 23 17:50:04.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81492024-09-23T17:50:06.177Z[ recovery-image] Sep 23 17:50:04.107 INFO O| Sep 23 17:50:04.107 INFO STEP 74 (remove_files) COMPLETE
81502024-09-23T17:50:06.177Z[ recovery-image] Sep 23 17:50:04.107 INFO O| Sep 23 17:50:04.107 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81512024-09-23T17:50:06.184Z[ recovery-image] Sep 23 17:50:04.117 INFO O| Sep 23 17:50:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81522024-09-23T17:50:06.184Z[ recovery-image] Sep 23 17:50:04.117 INFO O| Sep 23 17:50:04.117 INFO STEP 75 (remove_files) COMPLETE
81532024-09-23T17:50:06.185Z[ recovery-image] Sep 23 17:50:04.117 INFO O| Sep 23 17:50:04.117 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81542024-09-23T17:50:06.194Z[ recovery-image] Sep 23 17:50:04.127 INFO O| Sep 23 17:50:04.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81552024-09-23T17:50:06.196Z[ recovery-image] Sep 23 17:50:04.127 INFO O| Sep 23 17:50:04.127 INFO STEP 76 (remove_files) COMPLETE
81562024-09-23T17:50:06.196Z[ recovery-image] Sep 23 17:50:04.127 INFO O| Sep 23 17:50:04.127 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81572024-09-23T17:50:06.201Z[ host-image] Sep 23 17:50:04.133 INFO O| Sep 23 17:50:04.133 INFO completed processing gimlet/ramdisk-01-os
81582024-09-23T17:50:06.203Z[ host-image] Sep 23 17:50:04.135 INFO omicron1 baseline generation...
81592024-09-23T17:50:06.203Z[ host-image] Sep 23 17:50:04.135 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81602024-09-23T17:50:06.205Z[ recovery-image] Sep 23 17:50:04.137 INFO O| Sep 23 17:50:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81612024-09-23T17:50:06.205Z[ recovery-image] Sep 23 17:50:04.137 INFO O| Sep 23 17:50:04.137 INFO STEP 77 (remove_files) COMPLETE
81622024-09-23T17:50:06.205Z[ recovery-image] Sep 23 17:50:04.137 INFO O| Sep 23 17:50:04.137 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81632024-09-23T17:50:06.214Z[ recovery-image] Sep 23 17:50:04.147 INFO O| Sep 23 17:50:04.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81642024-09-23T17:50:06.214Z[ recovery-image] Sep 23 17:50:04.147 INFO O| Sep 23 17:50:04.147 INFO STEP 78 (remove_files) COMPLETE
81652024-09-23T17:50:06.214Z[ recovery-image] Sep 23 17:50:04.147 INFO O| Sep 23 17:50:04.147 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81662024-09-23T17:50:06.226Z[ recovery-image] Sep 23 17:50:04.158 INFO O| Sep 23 17:50:04.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81672024-09-23T17:50:06.228Z[ recovery-image] Sep 23 17:50:04.158 INFO O| Sep 23 17:50:04.158 INFO STEP 79 (remove_files) COMPLETE
81682024-09-23T17:50:06.229Z[ recovery-image] Sep 23 17:50:04.158 INFO O| Sep 23 17:50:04.158 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81692024-09-23T17:50:06.236Z[ recovery-image] Sep 23 17:50:04.168 INFO O| Sep 23 17:50:04.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81702024-09-23T17:50:06.238Z[ recovery-image] Sep 23 17:50:04.168 INFO O| Sep 23 17:50:04.168 INFO STEP 80 (remove_files) COMPLETE
81712024-09-23T17:50:06.238Z[ recovery-image] Sep 23 17:50:04.168 INFO O| Sep 23 17:50:04.168 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81722024-09-23T17:50:06.246Z[ recovery-image] Sep 23 17:50:04.179 INFO O| Sep 23 17:50:04.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81732024-09-23T17:50:06.246Z[ recovery-image] Sep 23 17:50:04.179 INFO O| Sep 23 17:50:04.179 INFO STEP 81 (remove_files) COMPLETE
81742024-09-23T17:50:06.246Z[ recovery-image] Sep 23 17:50:04.179 INFO O| Sep 23 17:50:04.179 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81752024-09-23T17:50:06.258Z[ recovery-image] Sep 23 17:50:04.191 INFO O| Sep 23 17:50:04.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81762024-09-23T17:50:06.259Z[ recovery-image] Sep 23 17:50:04.191 INFO O| Sep 23 17:50:04.191 INFO STEP 82 (remove_files) COMPLETE
81772024-09-23T17:50:06.259Z[ recovery-image] Sep 23 17:50:04.191 INFO O| Sep 23 17:50:04.191 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81782024-09-23T17:50:06.269Z[ recovery-image] Sep 23 17:50:04.202 INFO O| Sep 23 17:50:04.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81792024-09-23T17:50:06.269Z[ recovery-image] Sep 23 17:50:04.202 INFO O| Sep 23 17:50:04.202 INFO STEP 83 (remove_files) COMPLETE
81802024-09-23T17:50:06.272Z[ recovery-image] Sep 23 17:50:04.202 INFO O| Sep 23 17:50:04.202 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81812024-09-23T17:50:06.279Z[ recovery-image] Sep 23 17:50:04.212 INFO O| Sep 23 17:50:04.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81822024-09-23T17:50:06.279Z[ recovery-image] Sep 23 17:50:04.212 INFO O| Sep 23 17:50:04.212 INFO STEP 84 (remove_files) COMPLETE
81832024-09-23T17:50:06.279Z[ recovery-image] Sep 23 17:50:04.212 INFO O| Sep 23 17:50:04.212 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81842024-09-23T17:50:06.289Z[ recovery-image] Sep 23 17:50:04.222 INFO O| Sep 23 17:50:04.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81852024-09-23T17:50:06.290Z[ recovery-image] Sep 23 17:50:04.222 INFO O| Sep 23 17:50:04.222 INFO STEP 85 (remove_files) COMPLETE
81862024-09-23T17:50:06.290Z[ recovery-image] Sep 23 17:50:04.222 INFO O| Sep 23 17:50:04.222 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81872024-09-23T17:50:06.300Z[ recovery-image] Sep 23 17:50:04.232 INFO O| Sep 23 17:50:04.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81882024-09-23T17:50:06.303Z[ recovery-image] Sep 23 17:50:04.232 INFO O| Sep 23 17:50:04.232 INFO STEP 86 (remove_files) COMPLETE
81892024-09-23T17:50:06.303Z[ recovery-image] Sep 23 17:50:04.232 INFO O| Sep 23 17:50:04.232 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81902024-09-23T17:50:06.309Z[ recovery-image] Sep 23 17:50:04.242 INFO O| Sep 23 17:50:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81912024-09-23T17:50:06.312Z[ recovery-image] Sep 23 17:50:04.242 INFO O| Sep 23 17:50:04.242 INFO STEP 87 (remove_files) COMPLETE
81922024-09-23T17:50:06.312Z[ recovery-image] Sep 23 17:50:04.242 INFO O| Sep 23 17:50:04.242 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81932024-09-23T17:50:06.320Z[ recovery-image] Sep 23 17:50:04.252 INFO O| Sep 23 17:50:04.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81942024-09-23T17:50:06.322Z[ recovery-image] Sep 23 17:50:04.252 INFO O| Sep 23 17:50:04.252 INFO STEP 88 (remove_files) COMPLETE
81952024-09-23T17:50:06.322Z[ recovery-image] Sep 23 17:50:04.252 INFO O| Sep 23 17:50:04.252 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81962024-09-23T17:50:06.330Z[ recovery-image] Sep 23 17:50:04.262 INFO O| Sep 23 17:50:04.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81972024-09-23T17:50:06.330Z[ recovery-image] Sep 23 17:50:04.262 INFO O| Sep 23 17:50:04.262 INFO STEP 89 (remove_files) COMPLETE
81982024-09-23T17:50:06.332Z[ recovery-image] Sep 23 17:50:04.262 INFO O| Sep 23 17:50:04.262 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81992024-09-23T17:50:06.340Z[ recovery-image] Sep 23 17:50:04.272 INFO O| Sep 23 17:50:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82002024-09-23T17:50:06.340Z[ recovery-image] Sep 23 17:50:04.272 INFO O| Sep 23 17:50:04.272 INFO STEP 90 (remove_files) COMPLETE
82012024-09-23T17:50:06.342Z[ recovery-image] Sep 23 17:50:04.272 INFO O| Sep 23 17:50:04.272 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82022024-09-23T17:50:06.350Z[ recovery-image] Sep 23 17:50:04.282 INFO O| Sep 23 17:50:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82032024-09-23T17:50:06.353Z[ recovery-image] Sep 23 17:50:04.283 INFO O| Sep 23 17:50:04.282 INFO STEP 91 (remove_files) COMPLETE
82042024-09-23T17:50:06.353Z[ recovery-image] Sep 23 17:50:04.283 INFO O| Sep 23 17:50:04.283 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-09-23T17:50:06.360Z[ recovery-image] Sep 23 17:50:04.293 INFO O| Sep 23 17:50:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82062024-09-23T17:50:06.360Z[ recovery-image] Sep 23 17:50:04.293 INFO O| Sep 23 17:50:04.293 INFO STEP 92 (remove_files) COMPLETE
82072024-09-23T17:50:06.360Z[ recovery-image] Sep 23 17:50:04.293 INFO O| Sep 23 17:50:04.293 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-09-23T17:50:06.370Z[ recovery-image] Sep 23 17:50:04.303 INFO O| Sep 23 17:50:04.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82092024-09-23T17:50:06.373Z[ recovery-image] Sep 23 17:50:04.303 INFO O| Sep 23 17:50:04.303 INFO STEP 93 (remove_files) COMPLETE
82102024-09-23T17:50:06.373Z[ recovery-image] Sep 23 17:50:04.303 INFO O| Sep 23 17:50:04.303 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-09-23T17:50:06.387Z[ recovery-image] Sep 23 17:50:04.313 INFO O| Sep 23 17:50:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82122024-09-23T17:50:06.391Z[ recovery-image] Sep 23 17:50:04.313 INFO O| Sep 23 17:50:04.313 INFO STEP 94 (remove_files) COMPLETE
82132024-09-23T17:50:06.391Z[ recovery-image] Sep 23 17:50:04.313 INFO O| Sep 23 17:50:04.313 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82142024-09-23T17:50:06.395Z[ recovery-image] Sep 23 17:50:04.328 INFO O| Sep 23 17:50:04.328 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82152024-09-23T17:50:06.397Z[ recovery-image] Sep 23 17:50:04.328 INFO O| Sep 23 17:50:04.328 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82162024-09-23T17:50:06.608Z[ host-image] Sep 23 17:50:04.541 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22908:20240923T144000Z
82172024-09-23T17:50:14.861Z[ recovery-image] Sep 23 17:50:12.792 INFO O| Sep 23 17:50:12.792 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
82182024-09-23T17:50:14.861Z[ recovery-image] Sep 23 17:50:12.792 INFO O| Sep 23 17:50:12.792 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82192024-09-23T17:50:14.874Z[ recovery-image] Sep 23 17:50:12.806 INFO O| Sep 23 17:50:12.806 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
82202024-09-23T17:50:14.951Z[ recovery-image] Sep 23 17:50:12.883 INFO O| Sep 23 17:50:12.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82212024-09-23T17:50:14.951Z[ recovery-image] Sep 23 17:50:12.883 INFO O| Sep 23 17:50:12.883 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
82222024-09-23T17:50:14.954Z[ recovery-image] Sep 23 17:50:12.885 INFO O| Sep 23 17:50:12.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82232024-09-23T17:50:14.954Z[ recovery-image] Sep 23 17:50:12.885 INFO O| Sep 23 17:50:12.885 INFO ok!
82242024-09-23T17:50:14.954Z[ recovery-image] Sep 23 17:50:12.885 INFO O| Sep 23 17:50:12.885 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82252024-09-23T17:50:14.954Z[ recovery-image] Sep 23 17:50:12.885 INFO O| Sep 23 17:50:12.885 INFO STEP 95 (seed_smf) COMPLETE
82262024-09-23T17:50:14.954Z[ recovery-image] Sep 23 17:50:12.885 INFO O| Sep 23 17:50:12.885 INFO steps complete; finalising image!
82272024-09-23T17:50:14.954Z[ recovery-image] Sep 23 17:50:12.885 INFO O| Sep 23 17:50:12.885 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82282024-09-23T17:50:14.988Z[ recovery-image] Sep 23 17:50:12.919 INFO O| Sep 23 17:50:12.919 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Sep 23 17:50:12 2024)
82292024-09-23T17:50:15.195Z[ recovery-image] Sep 23 17:50:13.126 INFO O| Sep 23 17:50:13.126 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Mon Sep 23 17:50:12 2024)
82302024-09-23T17:50:15.418Z[ recovery-image] Sep 23 17:50:13.348 INFO O| Sep 23 17:50:13.348 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
82312024-09-23T17:50:15.418Z[ recovery-image] Sep 23 17:50:13.348 INFO O| Sep 23 17:50:13.348 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82322024-09-23T17:50:15.646Z[ recovery-image] Sep 23 17:50:13.578 INFO O| Sep 23 17:50:13.577 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82332024-09-23T17:50:15.646Z[ recovery-image] Sep 23 17:50:13.578 INFO O| Sep 23 17:50:13.578 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82342024-09-23T17:50:18.696Z[ recovery-image] Sep 23 17:50:16.627 INFO O| Sep 23 17:50:16.626 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82352024-09-23T17:50:18.696Z[ recovery-image] Sep 23 17:50:16.627 INFO O| Sep 23 17:50:16.627 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82362024-09-23T17:50:18.701Z[ recovery-image] Sep 23 17:50:16.627 INFO O| Sep 23 17:50:16.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82372024-09-23T17:50:18.701Z[ recovery-image] Sep 23 17:50:16.627 INFO O| Sep 23 17:50:16.627 INFO completed processing gimlet/zfs-recovery
82382024-09-23T17:50:18.701Z[ recovery-image] Sep 23 17:50:16.627 INFO O| Sep 23 17:50:16.627 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82392024-09-23T17:50:19.074Z[ recovery-image] Sep 23 17:50:17.005 INFO O| Sep 23 17:50:17.005 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82402024-09-23T17:50:19.163Z[ recovery-image] Sep 23 17:50:17.094 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
82412024-09-23T17:50:19.166Z[ recovery-image] Sep 23 17:50:17.095 INFO expanded image name: "recovery 4024742/${os_short_commit} 2024-09-23 17:22" -> "recovery 4024742/473b048 2024-09-23 17:22"
82422024-09-23T17:50:19.166Z[ recovery-image] Sep 23 17:50:17.095 INFO output artefacts stored in: "/work/os-recovery"
82432024-09-23T17:50:19.166Z[ recovery-image] Sep 23 17:50:17.095 INFO collecting git info from project "amd-firmware"...
82442024-09-23T17:50:19.384Z[ recovery-image] Sep 23 17:50:17.315 INFO collecting git info from project "pinprick"...
82452024-09-23T17:50:19.389Z[ recovery-image] Sep 23 17:50:17.320 INFO collecting git info from project "phbl"...
82462024-09-23T17:50:19.395Z[ recovery-image] Sep 23 17:50:17.326 INFO collecting git info from project "bootserver"...
82472024-09-23T17:50:19.400Z[ recovery-image] Sep 23 17:50:17.331 INFO collecting git info from project "image-builder"...
82482024-09-23T17:50:19.406Z[ recovery-image] Sep 23 17:50:17.337 INFO collecting git info from project "amd-host-image-builder"...
82492024-09-23T17:50:19.596Z[ recovery-image] Sep 23 17:50:17.526 INFO collecting git info from project "chelsio-t6-roms"...
82502024-09-23T17:50:19.616Z[ recovery-image] Sep 23 17:50:17.547 INFO collecting git info from project "pilot"...
82512024-09-23T17:50:19.627Z[ recovery-image] Sep 23 17:50:17.558 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82522024-09-23T17:50:19.984Z[ recovery-image] Sep 23 17:50:17.914 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82532024-09-23T17:50:20.332Z[ recovery-image] Sep 23 17:50:18.263 INFO creating Oxide boot image...
82542024-09-23T17:50:20.336Z[ recovery-image] Sep 23 17:50:18.263 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4024742/473b048 2024-09-23 17:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82552024-09-23T17:50:53.774Z[ host-image] Sep 23 17:50:51.701 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22908:20240923T144036Z
82562024-09-23T17:50:53.774Z[ host-image] Sep 23 17:50:51.701 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22908:20240923T144036Z
82572024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.701 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82582024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.701 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82592024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.701 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82602024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.701 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82612024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.702 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82622024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.702 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82632024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.702 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82642024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.703 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82652024-09-23T17:50:53.778Z[ host-image] Sep 23 17:50:51.703 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22908:20240923T144037Z
82662024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.704 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22908:20240923T144038Z
82672024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.705 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22908:20240923T144038Z
82682024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.706 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22908:20240923T144038Z
82692024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.706 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82702024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.706 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22908:20240923T144038Z
82712024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.707 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22908:20240923T144038Z
82722024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.707 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22908:20240923T144038Z
82732024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.707 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22908:20240923T144038Z
82742024-09-23T17:50:53.781Z[ host-image] Sep 23 17:50:51.708 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22908:20240923T144039Z
82752024-09-23T17:50:53.785Z[ host-image] Sep 23 17:50:51.708 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22908:20240923T144040Z
82762024-09-23T17:50:53.785Z[ host-image] Sep 23 17:50:51.708 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22908:20240923T144040Z
82772024-09-23T17:50:53.785Z[ host-image] Sep 23 17:50:51.708 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22908:20240923T144040Z
82782024-09-23T17:50:53.785Z[ host-image] Sep 23 17:50:51.708 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22908:20240923T144041Z
82792024-09-23T17:50:53.785Z[ host-image] Sep 23 17:50:51.708 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22908:20240923T144042Z
82802024-09-23T17:50:53.785Z[ host-image] Sep 23 17:50:51.708 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22908:20240923T144043Z
82812024-09-23T17:50:53.785Z[ host-image] Sep 23 17:50:51.709 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22908:20240923T144044Z
82822024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.709 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22908:20240923T144045Z
82832024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.709 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82842024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.709 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22908:20240923T144046Z
82852024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.709 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22908:20240923T144048Z
82862024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.709 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22908:20240923T144049Z
82872024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.709 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22908:20240923T144050Z
82882024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.710 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22908:20240923T144051Z
82892024-09-23T17:50:53.786Z[ host-image] Sep 23 17:50:51.710 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22908:20240923T144052Z
82902024-09-23T17:50:53.793Z[ host-image] Sep 23 17:50:51.720 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82912024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.720 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22908:20240923T144052Z
82922024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.720 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82932024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.720 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82942024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.721 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82952024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.721 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22908:20240923T144052Z
82962024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.721 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82972024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.721 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82982024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.722 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82992024-09-23T17:50:53.797Z[ host-image] Sep 23 17:50:51.723 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83002024-09-23T17:50:53.808Z[ host-image] Sep 23 17:50:51.735 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83012024-09-23T17:50:53.808Z[ host-image] Sep 23 17:50:51.735 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83022024-09-23T17:50:53.811Z[ host-image] Sep 23 17:50:51.735 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83032024-09-23T17:50:53.811Z[ host-image] Sep 23 17:50:51.736 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83042024-09-23T17:50:53.811Z[ host-image] Sep 23 17:50:51.736 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83052024-09-23T17:50:53.811Z[ host-image] Sep 23 17:50:51.737 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83062024-09-23T17:50:53.846Z[ host-image] Sep 23 17:50:51.773 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83072024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.773 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83082024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.773 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83092024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.774 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22908:20240923T144054Z
83102024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.774 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22908:20240923T144100Z
83112024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.774 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83122024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.774 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22908:20240923T144101Z
83132024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.775 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83142024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.775 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83152024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.775 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83162024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.775 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22908:20240923T144101Z
83172024-09-23T17:50:53.849Z[ host-image] Sep 23 17:50:51.775 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83182024-09-23T17:50:53.853Z[ host-image] Sep 23 17:50:51.780 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83192024-09-23T17:50:53.855Z[ host-image] Sep 23 17:50:51.780 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83202024-09-23T17:50:53.855Z[ host-image] Sep 23 17:50:51.780 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83212024-09-23T17:50:53.856Z[ host-image] Sep 23 17:50:51.780 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22908:20240923T144101Z
83222024-09-23T17:50:53.856Z[ host-image] Sep 23 17:50:51.780 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83232024-09-23T17:50:53.869Z[ host-image] Sep 23 17:50:51.795 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83242024-09-23T17:50:53.871Z[ host-image] Sep 23 17:50:51.795 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22908:20240923T144102Z
83252024-09-23T17:50:53.871Z[ host-image] Sep 23 17:50:51.798 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22908:20240923T144102Z
83262024-09-23T17:50:53.872Z[ host-image] Sep 23 17:50:51.798 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22908:20240923T144102Z
83272024-09-23T17:50:53.874Z[ host-image] Sep 23 17:50:51.798 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83282024-09-23T17:50:53.874Z[ host-image] Sep 23 17:50:51.799 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22908:20240923T144104Z
83292024-09-23T17:50:53.874Z[ host-image] Sep 23 17:50:51.799 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22908:20240923T144104Z
83302024-09-23T17:50:53.874Z[ host-image] Sep 23 17:50:51.799 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22908:20240923T144104Z
83312024-09-23T17:50:53.874Z[ host-image] Sep 23 17:50:51.800 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22908:20240923T144104Z
83322024-09-23T17:50:53.877Z[ host-image] Sep 23 17:50:51.803 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83332024-09-23T17:50:53.877Z[ host-image] Sep 23 17:50:51.804 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22908:20240923T144105Z
83342024-09-23T17:50:53.880Z[ host-image] Sep 23 17:50:51.804 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22908:20240923T144106Z
83352024-09-23T17:50:53.880Z[ host-image] Sep 23 17:50:51.804 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83362024-09-23T17:50:53.880Z[ host-image] Sep 23 17:50:51.805 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22908:20240923T144106Z
83372024-09-23T17:50:53.880Z[ host-image] Sep 23 17:50:51.805 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22908:20240923T144106Z
83382024-09-23T17:50:53.880Z[ host-image] Sep 23 17:50:51.805 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22908:20240923T144107Z
83392024-09-23T17:50:53.880Z[ host-image] Sep 23 17:50:51.806 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22908:20240923T144107Z
83402024-09-23T17:50:53.887Z[ host-image] Sep 23 17:50:51.814 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22908:20240923T144107Z
83412024-09-23T17:50:53.887Z[ host-image] Sep 23 17:50:51.814 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83422024-09-23T17:50:53.890Z[ host-image] Sep 23 17:50:51.816 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22908:20240923T144107Z
83432024-09-23T17:50:53.893Z[ host-image] Sep 23 17:50:51.817 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22908:20240923T144107Z
83442024-09-23T17:50:53.893Z[ host-image] Sep 23 17:50:51.818 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22908:20240923T144107Z
83452024-09-23T17:50:53.893Z[ host-image] Sep 23 17:50:51.818 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22908:20240923T144107Z
83462024-09-23T17:50:53.893Z[ host-image] Sep 23 17:50:51.818 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22908:20240923T144108Z
83472024-09-23T17:50:53.893Z[ host-image] Sep 23 17:50:51.819 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22908:20240923T144108Z
83482024-09-23T17:50:53.903Z[ host-image] Sep 23 17:50:51.829 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22908:20240923T144109Z
83492024-09-23T17:50:53.906Z[ host-image] Sep 23 17:50:51.829 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22908:20240923T144109Z
83502024-09-23T17:50:53.906Z[ host-image] Sep 23 17:50:51.829 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22908:20240923T144109Z
83512024-09-23T17:50:53.907Z[ host-image] Sep 23 17:50:51.830 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22908:20240923T144109Z
83522024-09-23T17:50:53.907Z[ host-image] Sep 23 17:50:51.830 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22908:20240923T144109Z
83532024-09-23T17:50:53.926Z[ host-image] Sep 23 17:50:51.853 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22908:20240923T144113Z
83542024-09-23T17:50:53.929Z[ host-image] Sep 23 17:50:51.853 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22908:20240923T144110Z
83552024-09-23T17:50:53.929Z[ host-image] Sep 23 17:50:51.853 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22908:20240923T144110Z
83562024-09-23T17:50:53.929Z[ host-image] Sep 23 17:50:51.853 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83572024-09-23T17:50:53.929Z[ host-image] Sep 23 17:50:51.853 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83582024-09-23T17:50:53.956Z[ host-image] Sep 23 17:50:51.883 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22908:20240923T144110Z
83592024-09-23T17:50:53.959Z[ host-image] Sep 23 17:50:51.883 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83602024-09-23T17:50:53.959Z[ host-image] Sep 23 17:50:51.883 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22908:20240923T144110Z
83612024-09-23T17:50:53.959Z[ host-image] Sep 23 17:50:51.883 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22908:20240923T144110Z
83622024-09-23T17:50:53.959Z[ host-image] Sep 23 17:50:51.884 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22908:20240923T144111Z
83632024-09-23T17:50:53.959Z[ host-image] Sep 23 17:50:51.885 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83642024-09-23T17:50:53.959Z[ host-image] Sep 23 17:50:51.885 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83652024-09-23T17:50:53.961Z[ host-image] Sep 23 17:50:51.886 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22908:20240923T144112Z
83662024-09-23T17:50:53.961Z[ host-image] Sep 23 17:50:51.886 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22908:20240923T144111Z
83672024-09-23T17:50:53.962Z[ host-image] Sep 23 17:50:51.886 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22908:20240923T144112Z
83682024-09-23T17:50:53.962Z[ host-image] Sep 23 17:50:51.886 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22908:20240923T144112Z
83692024-09-23T17:50:53.962Z[ host-image] Sep 23 17:50:51.887 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22908:20240923T144112Z
83702024-09-23T17:50:53.962Z[ host-image] Sep 23 17:50:51.887 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22908:20240923T144113Z
83712024-09-23T17:50:53.964Z[ host-image] Sep 23 17:50:51.890 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83722024-09-23T17:50:53.964Z[ host-image] Sep 23 17:50:51.890 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22908:20240923T144113Z
83732024-09-23T17:50:53.966Z[ host-image] Sep 23 17:50:51.891 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22908:20240923T144113Z
83742024-09-23T17:50:53.966Z[ host-image] Sep 23 17:50:51.892 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22908:20240923T144113Z
83752024-09-23T17:50:53.966Z[ host-image] Sep 23 17:50:51.892 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22908:20240923T144115Z
83762024-09-23T17:50:53.966Z[ host-image] Sep 23 17:50:51.892 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22908:20240923T144114Z
83772024-09-23T17:50:53.966Z[ host-image] Sep 23 17:50:51.892 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22908:20240923T144114Z
83782024-09-23T17:50:53.967Z[ host-image] Sep 23 17:50:51.892 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83792024-09-23T17:50:53.967Z[ host-image] Sep 23 17:50:51.892 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83802024-09-23T17:50:53.967Z[ host-image] Sep 23 17:50:51.893 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22908:20240923T144116Z
83812024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.893 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22908:20240923T144117Z
83822024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.893 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83832024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.893 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83842024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.894 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83852024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.894 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83862024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.894 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83872024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.895 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83882024-09-23T17:50:53.969Z[ host-image] Sep 23 17:50:51.896 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83892024-09-23T17:50:53.972Z[ host-image] Sep 23 17:50:51.896 INFO O| tempdir @ "/tmp/.tmpXYMIiF/tmp"
83902024-09-23T17:50:53.972Z[ host-image] Sep 23 17:50:51.896 INFO O| image root @ "/tmp/.tmpXYMIiF/tmp/root"
83912024-09-23T17:50:53.972Z[ host-image] Sep 23 17:50:51.896 INFO O| creating image...
83922024-09-23T17:50:54.476Z[ host-image] Sep 23 17:50:52.403 INFO O| copying publishers...
83932024-09-23T17:51:01.600Z[ host-image] Sep 23 17:50:59.525 INFO O| adding properties...
83942024-09-23T17:51:02.603Z[ host-image] Sep 23 17:51:00.528 INFO O| installing packages...
83952024-09-23T17:51:13.546Z[ recovery-image] Sep 23 17:51:11.470 INFO O| ok, image written!
83962024-09-23T17:51:13.546Z[ recovery-image] Sep 23 17:51:11.470 INFO O| ok, boot_image_csum file written!
83972024-09-23T17:51:13.551Z[ recovery-image] Sep 23 17:51:11.475 INFO creating boot archive (CPIO)...
83982024-09-23T17:51:13.551Z[ recovery-image] Sep 23 17:51:11.475 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
83992024-09-23T17:51:13.559Z[ recovery-image] Sep 23 17:51:11.483 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84002024-09-23T17:51:13.559Z[ recovery-image] Sep 23 17:51:11.483 INFO E| + outfile=/work/os-recovery/cpio
84012024-09-23T17:51:13.561Z[ recovery-image] Sep 23 17:51:11.483 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84022024-09-23T17:51:13.561Z[ recovery-image] Sep 23 17:51:11.485 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84032024-09-23T17:51:13.561Z[ recovery-image] Sep 23 17:51:11.485 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84042024-09-23T17:51:13.593Z[ recovery-image] Sep 23 17:51:11.517 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84052024-09-23T17:51:13.593Z[ recovery-image] Sep 23 17:51:11.517 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84062024-09-23T17:51:13.600Z[ recovery-image] Sep 23 17:51:11.524 INFO creating compressed cpio/unix for nanobl-rs...
84072024-09-23T17:51:13.602Z[ recovery-image] Sep 23 17:51:11.525 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
84082024-09-23T17:51:13.885Z[ recovery-image] Sep 23 17:51:11.809 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84092024-09-23T17:51:18.166Z[ host-image] Sep 23 17:51:16.089 INFO O| seeding SMF database...
84102024-09-23T17:51:18.240Z[ recovery-image] Sep 23 17:51:16.164 INFO creating reset image...
84112024-09-23T17:51:18.240Z[ recovery-image] Sep 23 17:51:16.164 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84122024-09-23T17:51:18.461Z[ recovery-image] Sep 23 17:51:16.384 INFO E| Updating crates.io index
84132024-09-23T17:51:18.540Z[ recovery-image] Sep 23 17:51:16.464 INFO E| Downloading crates ...
84142024-09-23T17:51:18.637Z[ recovery-image] Sep 23 17:51:16.561 INFO E| Downloaded anstream v0.6.15
84152024-09-23T17:51:18.642Z[ recovery-image] Sep 23 17:51:16.565 INFO E| Downloaded colorchoice v1.0.2
84162024-09-23T17:51:18.649Z[ recovery-image] Sep 23 17:51:16.573 INFO E| Downloaded anstyle-query v1.1.1
84172024-09-23T17:51:18.652Z[ recovery-image] Sep 23 17:51:16.575 INFO E| Downloaded utf8parse v0.2.2
84182024-09-23T17:51:18.654Z[ recovery-image] Sep 23 17:51:16.576 INFO E| Downloaded shared_child v1.0.1
84192024-09-23T17:51:18.654Z[ recovery-image] Sep 23 17:51:16.577 INFO E| Downloaded os_pipe v1.2.1
84202024-09-23T17:51:18.657Z[ recovery-image] Sep 23 17:51:16.578 INFO E| Downloaded is_terminal_polyfill v1.70.1
84212024-09-23T17:51:18.657Z[ recovery-image] Sep 23 17:51:16.579 INFO E| Downloaded clap_lex v0.7.2
84222024-09-23T17:51:18.659Z[ recovery-image] Sep 23 17:51:16.582 INFO E| Downloaded anstyle-parse v0.2.5
84232024-09-23T17:51:18.661Z[ recovery-image] Sep 23 17:51:16.584 INFO E| Downloaded quote v1.0.37
84242024-09-23T17:51:18.664Z[ recovery-image] Sep 23 17:51:16.587 INFO E| Downloaded duct v0.13.7
84252024-09-23T17:51:18.666Z[ recovery-image] Sep 23 17:51:16.589 INFO E| Downloaded clap_builder v4.5.17
84262024-09-23T17:51:18.671Z[ recovery-image] Sep 23 17:51:16.595 INFO E| Downloaded clap v4.5.17
84272024-09-23T17:51:18.681Z[ recovery-image] Sep 23 17:51:16.604 INFO E| Downloaded syn v2.0.77
84282024-09-23T17:51:18.742Z[ recovery-image] Sep 23 17:51:16.665 INFO E| Compiling proc-macro2 v1.0.86
84292024-09-23T17:51:18.742Z[ recovery-image] Sep 23 17:51:16.665 INFO E| Compiling libc v0.2.158
84302024-09-23T17:51:18.742Z[ recovery-image] Sep 23 17:51:16.665 INFO E| Compiling unicode-ident v1.0.12
84312024-09-23T17:51:18.744Z[ recovery-image] Sep 23 17:51:16.665 INFO E| Compiling utf8parse v0.2.2
84322024-09-23T17:51:18.744Z[ recovery-image] Sep 23 17:51:16.665 INFO E| Compiling is_terminal_polyfill v1.70.1
84332024-09-23T17:51:18.746Z[ recovery-image] Sep 23 17:51:16.665 INFO E| Compiling anstyle v1.0.8
84342024-09-23T17:51:18.746Z[ recovery-image] Sep 23 17:51:16.666 INFO E| Compiling anstyle-query v1.1.1
84352024-09-23T17:51:18.746Z[ recovery-image] Sep 23 17:51:16.666 INFO E| Compiling colorchoice v1.0.2
84362024-09-23T17:51:18.940Z[ recovery-image] Sep 23 17:51:16.861 INFO E| Compiling anstyle-parse v0.2.5
84372024-09-23T17:51:18.940Z[ recovery-image] Sep 23 17:51:16.862 INFO E| Compiling heck v0.5.0
84382024-09-23T17:51:18.976Z[ recovery-image] Sep 23 17:51:16.899 INFO E| Compiling strsim v0.11.1
84392024-09-23T17:51:18.987Z[ recovery-image] Sep 23 17:51:16.910 INFO E| Compiling clap_lex v0.7.2
84402024-09-23T17:51:18.998Z[ recovery-image] Sep 23 17:51:16.922 INFO E| Compiling once_cell v1.19.0
84412024-09-23T17:51:19.304Z[ recovery-image] Sep 23 17:51:17.228 INFO E| Compiling anstream v0.6.15
84422024-09-23T17:51:19.637Z[ recovery-image] Sep 23 17:51:17.560 INFO E| Compiling clap_builder v4.5.17
84432024-09-23T17:51:20.107Z[ recovery-image] Sep 23 17:51:18.030 INFO E| Compiling os_pipe v1.2.1
84442024-09-23T17:51:20.107Z[ recovery-image] Sep 23 17:51:18.030 INFO E| Compiling shared_child v1.0.1
84452024-09-23T17:51:20.251Z[ recovery-image] Sep 23 17:51:18.174 INFO E| Compiling duct v0.13.7
84462024-09-23T17:51:20.408Z[ recovery-image] Sep 23 17:51:18.331 INFO E| Compiling quote v1.0.37
84472024-09-23T17:51:20.724Z[ recovery-image] Sep 23 17:51:18.647 INFO E| Compiling syn v2.0.77
84482024-09-23T17:51:24.517Z[ recovery-image] Sep 23 17:51:22.440 INFO E| Compiling clap_derive v4.5.13
84492024-09-23T17:51:26.315Z[ recovery-image] Sep 23 17:51:24.237 INFO E| Compiling clap v4.5.17
84502024-09-23T17:51:26.367Z[ recovery-image] Sep 23 17:51:24.290 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84512024-09-23T17:51:27.034Z[ host-image] Sep 23 17:51:24.956 INFO O| configuring SMF profile...
84522024-09-23T17:51:27.037Z[ host-image] Sep 23 17:51:24.956 INFO O| modifying shadow(5)...
84532024-09-23T17:51:27.037Z[ host-image] Sep 23 17:51:24.956 INFO O| loading user and group database...
84542024-09-23T17:51:27.037Z[ host-image] Sep 23 17:51:24.956 INFO O| assessing packaged files...
84552024-09-23T17:51:27.366Z[ recovery-image] Sep 23 17:51:25.288 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
84562024-09-23T17:51:27.377Z[ recovery-image] Sep 23 17:51:25.299 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84572024-09-23T17:51:27.507Z[ recovery-image] Sep 23 17:51:25.428 INFO E| Updating crates.io index
84582024-09-23T17:51:27.563Z[ recovery-image] Sep 23 17:51:25.486 INFO E| Downloading crates ...
84592024-09-23T17:51:27.614Z[ recovery-image] Sep 23 17:51:25.535 INFO E| Downloaded bit_field v0.10.2
84602024-09-23T17:51:27.630Z[ recovery-image] Sep 23 17:51:25.552 INFO E| Downloaded seq-macro v0.3.5
84612024-09-23T17:51:27.632Z[ recovery-image] Sep 23 17:51:25.554 INFO E| Downloaded raw-cpuid v10.7.0
84622024-09-23T17:51:27.635Z[ recovery-image] Sep 23 17:51:25.557 INFO E| Downloaded miniz_oxide v0.7.4
84632024-09-23T17:51:27.637Z[ recovery-image] Sep 23 17:51:25.560 INFO E| Downloaded cpio_reader v0.1.1
84642024-09-23T17:51:27.763Z[ recovery-image] Sep 23 17:51:25.685 INFO E| Downloaded x86 v0.52.0
84652024-09-23T17:51:27.824Z[ recovery-image] Sep 23 17:51:25.746 INFO E| Updating crates.io index
84662024-09-23T17:51:27.910Z[ recovery-image] Sep 23 17:51:25.832 INFO E| Downloading crates ...
84672024-09-23T17:51:27.975Z[ recovery-image] Sep 23 17:51:25.897 INFO E| Downloaded compiler_builtins v0.1.123
84682024-09-23T17:51:28.049Z[ recovery-image] Sep 23 17:51:25.971 INFO E| Compiling compiler_builtins v0.1.123
84692024-09-23T17:51:28.049Z[ recovery-image] Sep 23 17:51:25.971 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84702024-09-23T17:51:28.051Z[ recovery-image] Sep 23 17:51:25.971 INFO E| Compiling proc-macro2 v1.0.86
84712024-09-23T17:51:28.052Z[ recovery-image] Sep 23 17:51:25.971 INFO E| Compiling unicode-ident v1.0.12
84722024-09-23T17:51:28.052Z[ recovery-image] Sep 23 17:51:25.971 INFO E| Compiling syn v1.0.109
84732024-09-23T17:51:28.052Z[ recovery-image] Sep 23 17:51:25.971 INFO E| Compiling x86 v0.52.0
84742024-09-23T17:51:28.054Z[ recovery-image] Sep 23 17:51:25.976 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84752024-09-23T17:51:28.054Z[ recovery-image] Sep 23 17:51:25.976 INFO E| Compiling seq-macro v0.3.5
84762024-09-23T17:51:29.195Z[ recovery-image] Sep 23 17:51:27.117 INFO E| Compiling quote v1.0.37
84772024-09-23T17:51:29.465Z[ recovery-image] Sep 23 17:51:27.386 INFO E| Compiling syn v2.0.77
84782024-09-23T17:51:29.644Z[ host-image] Sep 23 17:51:27.566 INFO O| creating archive...
84792024-09-23T17:51:29.678Z[ host-image] Sep 23 17:51:27.600 INFO O| missing from packaging:
84802024-09-23T17:51:29.678Z[ host-image] Sep 23 17:51:27.600 INFO O| "etc/.pwd.lock"
84812024-09-23T17:51:29.680Z[ host-image] Sep 23 17:51:27.600 INFO O| "etc/bash"
84822024-09-23T17:51:29.683Z[ host-image] Sep 23 17:51:27.605 INFO O| "etc/svc/profile/generic.xml"
84832024-09-23T17:51:29.683Z[ host-image] Sep 23 17:51:27.605 INFO O| "etc/svc/profile/inetd_services.xml"
84842024-09-23T17:51:29.683Z[ host-image] Sep 23 17:51:27.605 INFO O| "etc/svc/profile/name_service.xml"
84852024-09-23T17:51:29.686Z[ host-image] Sep 23 17:51:27.605 INFO O| "etc/svc/profile/platform.xml"
84862024-09-23T17:51:29.686Z[ host-image] Sep 23 17:51:27.605 INFO O| "etc/svc/profile/platform_omicron1.xml"
84872024-09-23T17:51:29.686Z[ host-image] Sep 23 17:51:27.605 INFO O| "etc/svc/repository.db"
84882024-09-23T17:51:29.692Z[ host-image] Sep 23 17:51:27.614 INFO O| "opt/ooce/share"
84892024-09-23T17:51:29.692Z[ host-image] Sep 23 17:51:27.615 INFO O| "opt/ooce/share/man"
84902024-09-23T17:51:29.695Z[ host-image] Sep 23 17:51:27.615 INFO O| "opt/ooce/share/man/man1"
84912024-09-23T17:51:29.702Z[ host-image] Sep 23 17:51:27.624 INFO O| finishing archive...
84922024-09-23T17:51:31.892Z[ recovery-image] Sep 23 17:51:29.814 INFO E| Compiling scroll_derive v0.12.0
84932024-09-23T17:51:32.650Z[ host-image] Sep 23 17:51:30.571 INFO O| creating gzonly manifest...
84942024-09-23T17:51:32.681Z[ host-image] Sep 23 17:51:30.603 INFO O| ok
84952024-09-23T17:51:32.792Z[ host-image] Sep 23 17:51:30.714 INFO image builder template: ramdisk-02-trim...
84962024-09-23T17:51:32.792Z[ host-image] Sep 23 17:51:30.714 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTNLru8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
84972024-09-23T17:51:32.819Z[ host-image] Sep 23 17:51:30.740 INFO O| Sep 23 17:51:30.740 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84982024-09-23T17:51:32.823Z[ host-image] Sep 23 17:51:30.745 INFO O| Sep 23 17:51:30.744 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84992024-09-23T17:51:32.949Z[ host-image] Sep 23 17:51:30.870 INFO O| Sep 23 17:51:30.870 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85002024-09-23T17:51:33.013Z[ host-image] Sep 23 17:51:30.934 INFO O| Sep 23 17:51:30.934 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85012024-09-23T17:51:33.013Z[ host-image] Sep 23 17:51:30.935 INFO O| Sep 23 17:51:30.935 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85022024-09-23T17:51:33.019Z[ host-image] Sep 23 17:51:30.941 INFO O| Sep 23 17:51:30.941 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85032024-09-23T17:51:33.024Z[ host-image] Sep 23 17:51:30.946 INFO O| Sep 23 17:51:30.946 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85042024-09-23T17:51:33.030Z[ host-image] Sep 23 17:51:30.952 INFO O| Sep 23 17:51:30.952 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85052024-09-23T17:51:33.242Z[ host-image] Sep 23 17:51:31.164 INFO O| Sep 23 17:51:31.164 INFO rolled back to input snapshot; work may begin
85062024-09-23T17:51:33.242Z[ host-image] Sep 23 17:51:31.164 INFO O| Sep 23 17:51:31.164 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85072024-09-23T17:51:33.248Z[ host-image] Sep 23 17:51:31.170 INFO O| Sep 23 17:51:31.170 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-09-23T17:51:33.261Z[ host-image] Sep 23 17:51:31.183 INFO O| Sep 23 17:51:31.183 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85092024-09-23T17:51:33.343Z[ host-image] Sep 23 17:51:31.264 INFO O| Sep 23 17:51:31.264 INFO STEP 0 (remove_files) COMPLETE
85102024-09-23T17:51:33.343Z[ host-image] Sep 23 17:51:31.264 INFO O| Sep 23 17:51:31.264 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-09-23T17:51:33.361Z[ host-image] Sep 23 17:51:31.282 INFO O| Sep 23 17:51:31.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85122024-09-23T17:51:33.364Z[ host-image] Sep 23 17:51:31.286 INFO O| Sep 23 17:51:31.286 INFO STEP 1 (remove_files) COMPLETE
85132024-09-23T17:51:33.366Z[ host-image] Sep 23 17:51:31.286 INFO O| Sep 23 17:51:31.286 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-09-23T17:51:33.382Z[ host-image] Sep 23 17:51:31.303 INFO O| Sep 23 17:51:31.303 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85152024-09-23T17:51:33.406Z[ host-image] Sep 23 17:51:31.328 INFO O| Sep 23 17:51:31.328 INFO STEP 2 (remove_files) COMPLETE
85162024-09-23T17:51:33.406Z[ host-image] Sep 23 17:51:31.328 INFO O| Sep 23 17:51:31.328 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-09-23T17:51:33.425Z[ host-image] Sep 23 17:51:31.346 INFO O| Sep 23 17:51:31.346 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85182024-09-23T17:51:33.427Z[ host-image] Sep 23 17:51:31.349 INFO O| Sep 23 17:51:31.349 INFO STEP 3 (remove_files) COMPLETE
85192024-09-23T17:51:33.430Z[ host-image] Sep 23 17:51:31.349 INFO O| Sep 23 17:51:31.349 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-09-23T17:51:33.445Z[ host-image] Sep 23 17:51:31.366 INFO O| Sep 23 17:51:31.366 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85212024-09-23T17:51:33.451Z[ host-image] Sep 23 17:51:31.372 INFO O| Sep 23 17:51:31.372 INFO STEP 4 (remove_files) COMPLETE
85222024-09-23T17:51:33.452Z[ host-image] Sep 23 17:51:31.373 INFO O| Sep 23 17:51:31.372 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-09-23T17:51:33.470Z[ host-image] Sep 23 17:51:31.392 INFO O| Sep 23 17:51:31.392 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85242024-09-23T17:51:33.498Z[ host-image] Sep 23 17:51:31.396 INFO O| Sep 23 17:51:31.396 INFO STEP 5 (remove_files) COMPLETE
85252024-09-23T17:51:33.498Z[ host-image] Sep 23 17:51:31.396 INFO O| Sep 23 17:51:31.396 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-09-23T17:51:33.498Z[ host-image] Sep 23 17:51:31.415 INFO O| Sep 23 17:51:31.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85272024-09-23T17:51:33.512Z[ host-image] Sep 23 17:51:31.433 INFO O| Sep 23 17:51:31.433 INFO STEP 6 (remove_files) COMPLETE
85282024-09-23T17:51:33.514Z[ host-image] Sep 23 17:51:31.434 INFO O| Sep 23 17:51:31.433 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-09-23T17:51:33.530Z[ host-image] Sep 23 17:51:31.452 INFO O| Sep 23 17:51:31.452 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85302024-09-23T17:51:33.550Z[ host-image] Sep 23 17:51:31.472 INFO O| Sep 23 17:51:31.472 INFO STEP 7 (remove_files) COMPLETE
85312024-09-23T17:51:33.550Z[ host-image] Sep 23 17:51:31.472 INFO O| Sep 23 17:51:31.472 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-09-23T17:51:33.573Z[ host-image] Sep 23 17:51:31.495 INFO O| Sep 23 17:51:31.495 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85332024-09-23T17:51:33.694Z[ host-image] Sep 23 17:51:31.615 INFO O| Sep 23 17:51:31.615 INFO STEP 8 (remove_files) COMPLETE
85342024-09-23T17:51:33.694Z[ host-image] Sep 23 17:51:31.616 INFO O| Sep 23 17:51:31.615 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-09-23T17:51:33.713Z[ host-image] Sep 23 17:51:31.634 INFO O| Sep 23 17:51:31.634 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85362024-09-23T17:51:33.856Z[ host-image] Sep 23 17:51:31.778 INFO O| Sep 23 17:51:31.778 INFO STEP 9 (remove_files) COMPLETE
85372024-09-23T17:51:33.856Z[ host-image] Sep 23 17:51:31.778 INFO O| Sep 23 17:51:31.778 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-09-23T17:51:33.874Z[ host-image] Sep 23 17:51:31.795 INFO O| Sep 23 17:51:31.795 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85392024-09-23T17:51:33.879Z[ host-image] Sep 23 17:51:31.800 INFO O| Sep 23 17:51:31.800 INFO STEP 10 (remove_files) COMPLETE
85402024-09-23T17:51:33.879Z[ host-image] Sep 23 17:51:31.800 INFO O| Sep 23 17:51:31.800 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-09-23T17:51:33.896Z[ host-image] Sep 23 17:51:31.817 INFO O| Sep 23 17:51:31.817 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85422024-09-23T17:51:33.898Z[ host-image] Sep 23 17:51:31.818 INFO O| Sep 23 17:51:31.818 INFO STEP 11 (remove_files) COMPLETE
85432024-09-23T17:51:33.898Z[ host-image] Sep 23 17:51:31.818 INFO O| Sep 23 17:51:31.818 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-09-23T17:51:33.912Z[ host-image] Sep 23 17:51:31.834 INFO O| Sep 23 17:51:31.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85452024-09-23T17:51:33.915Z[ host-image] Sep 23 17:51:31.836 INFO O| Sep 23 17:51:31.836 INFO STEP 12 (remove_files) COMPLETE
85462024-09-23T17:51:33.915Z[ host-image] Sep 23 17:51:31.836 INFO O| Sep 23 17:51:31.836 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-09-23T17:51:34.090Z[ recovery-image] Sep 23 17:51:32.011 INFO E| Compiling bitstruct_derive v0.1.0
85482024-09-23T17:51:34.257Z[ host-image] Sep 23 17:51:32.178 INFO O| Sep 23 17:51:32.178 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85492024-09-23T17:51:34.262Z[ host-image] Sep 23 17:51:32.184 INFO O| Sep 23 17:51:32.184 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85502024-09-23T17:51:34.265Z[ host-image] Sep 23 17:51:32.185 INFO O| Sep 23 17:51:32.185 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85512024-09-23T17:51:34.268Z[ host-image] Sep 23 17:51:32.189 INFO O| Sep 23 17:51:32.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85522024-09-23T17:51:34.309Z[ host-image] Sep 23 17:51:32.231 INFO O| Sep 23 17:51:32.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85532024-09-23T17:51:34.309Z[ host-image] Sep 23 17:51:32.231 INFO O| Sep 23 17:51:32.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85542024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.231 INFO O| Sep 23 17:51:32.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85552024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.231 INFO O| Sep 23 17:51:32.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85562024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.231 INFO O| Sep 23 17:51:32.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85572024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.232 INFO O| Sep 23 17:51:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85582024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.232 INFO O| Sep 23 17:51:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85592024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.232 INFO O| Sep 23 17:51:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85602024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.232 INFO O| Sep 23 17:51:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85612024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.232 INFO O| Sep 23 17:51:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85622024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.233 INFO O| Sep 23 17:51:32.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85632024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.233 INFO O| Sep 23 17:51:32.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85642024-09-23T17:51:34.312Z[ host-image] Sep 23 17:51:32.233 INFO O| Sep 23 17:51:32.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85652024-09-23T17:51:34.313Z[ host-image] Sep 23 17:51:32.233 INFO O| Sep 23 17:51:32.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85662024-09-23T17:51:34.313Z[ host-image] Sep 23 17:51:32.233 INFO O| Sep 23 17:51:32.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85672024-09-23T17:51:34.313Z[ host-image] Sep 23 17:51:32.233 INFO O| Sep 23 17:51:32.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85682024-09-23T17:51:34.325Z[ host-image] Sep 23 17:51:32.246 INFO O| Sep 23 17:51:32.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85692024-09-23T17:51:34.337Z[ host-image] Sep 23 17:51:32.259 INFO O| Sep 23 17:51:32.259 INFO STEP 13 (remove_files) COMPLETE
85702024-09-23T17:51:34.337Z[ host-image] Sep 23 17:51:32.259 INFO O| Sep 23 17:51:32.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-09-23T17:51:34.350Z[ host-image] Sep 23 17:51:32.272 INFO O| Sep 23 17:51:32.272 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85722024-09-23T17:51:34.353Z[ host-image] Sep 23 17:51:32.275 INFO O| Sep 23 17:51:32.275 INFO STEP 14 (remove_files) COMPLETE
85732024-09-23T17:51:34.353Z[ host-image] Sep 23 17:51:32.275 INFO O| Sep 23 17:51:32.275 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-09-23T17:51:34.365Z[ host-image] Sep 23 17:51:32.287 INFO O| Sep 23 17:51:32.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85752024-09-23T17:51:34.371Z[ host-image] Sep 23 17:51:32.293 INFO O| Sep 23 17:51:32.293 INFO STEP 15 (remove_files) COMPLETE
85762024-09-23T17:51:34.372Z[ host-image] Sep 23 17:51:32.293 INFO O| Sep 23 17:51:32.293 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-09-23T17:51:34.383Z[ host-image] Sep 23 17:51:32.305 INFO O| Sep 23 17:51:32.305 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85782024-09-23T17:51:34.386Z[ host-image] Sep 23 17:51:32.305 INFO O| Sep 23 17:51:32.305 INFO STEP 16 (remove_files) COMPLETE
85792024-09-23T17:51:34.386Z[ host-image] Sep 23 17:51:32.306 INFO O| Sep 23 17:51:32.305 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-09-23T17:51:34.398Z[ host-image] Sep 23 17:51:32.320 INFO O| Sep 23 17:51:32.320 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85812024-09-23T17:51:34.401Z[ host-image] Sep 23 17:51:32.321 INFO O| Sep 23 17:51:32.321 INFO STEP 17 (remove_files) COMPLETE
85822024-09-23T17:51:34.401Z[ host-image] Sep 23 17:51:32.321 INFO O| Sep 23 17:51:32.321 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-09-23T17:51:34.412Z[ host-image] Sep 23 17:51:32.333 INFO O| Sep 23 17:51:32.333 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85842024-09-23T17:51:34.414Z[ host-image] Sep 23 17:51:32.333 INFO O| Sep 23 17:51:32.333 INFO STEP 18 (remove_files) COMPLETE
85852024-09-23T17:51:34.414Z[ host-image] Sep 23 17:51:32.333 INFO O| Sep 23 17:51:32.333 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-09-23T17:51:34.423Z[ host-image] Sep 23 17:51:32.344 INFO O| Sep 23 17:51:32.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85872024-09-23T17:51:34.423Z[ host-image] Sep 23 17:51:32.344 INFO O| Sep 23 17:51:32.344 INFO STEP 19 (remove_files) COMPLETE
85882024-09-23T17:51:34.423Z[ host-image] Sep 23 17:51:32.344 INFO O| Sep 23 17:51:32.344 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-09-23T17:51:34.435Z[ host-image] Sep 23 17:51:32.357 INFO O| Sep 23 17:51:32.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85902024-09-23T17:51:34.435Z[ host-image] Sep 23 17:51:32.357 INFO O| Sep 23 17:51:32.357 INFO STEP 20 (remove_files) COMPLETE
85912024-09-23T17:51:34.438Z[ host-image] Sep 23 17:51:32.357 INFO O| Sep 23 17:51:32.357 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-09-23T17:51:34.451Z[ host-image] Sep 23 17:51:32.372 INFO O| Sep 23 17:51:32.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85932024-09-23T17:51:34.451Z[ host-image] Sep 23 17:51:32.372 INFO O| Sep 23 17:51:32.372 INFO STEP 21 (remove_files) COMPLETE
85942024-09-23T17:51:34.451Z[ host-image] Sep 23 17:51:32.372 INFO O| Sep 23 17:51:32.372 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-09-23T17:51:34.461Z[ host-image] Sep 23 17:51:32.383 INFO O| Sep 23 17:51:32.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85962024-09-23T17:51:34.461Z[ host-image] Sep 23 17:51:32.383 INFO O| Sep 23 17:51:32.383 INFO STEP 22 (remove_files) COMPLETE
85972024-09-23T17:51:34.463Z[ host-image] Sep 23 17:51:32.383 INFO O| Sep 23 17:51:32.383 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-09-23T17:51:34.472Z[ host-image] Sep 23 17:51:32.394 INFO O| Sep 23 17:51:32.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85992024-09-23T17:51:34.472Z[ host-image] Sep 23 17:51:32.394 INFO O| Sep 23 17:51:32.394 INFO STEP 23 (remove_files) COMPLETE
86002024-09-23T17:51:34.475Z[ host-image] Sep 23 17:51:32.394 INFO O| Sep 23 17:51:32.394 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-09-23T17:51:34.482Z[ host-image] Sep 23 17:51:32.404 INFO O| Sep 23 17:51:32.404 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86022024-09-23T17:51:34.482Z[ host-image] Sep 23 17:51:32.404 INFO O| Sep 23 17:51:32.404 INFO STEP 24 (remove_files) COMPLETE
86032024-09-23T17:51:34.482Z[ host-image] Sep 23 17:51:32.404 INFO O| Sep 23 17:51:32.404 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-09-23T17:51:34.493Z[ host-image] Sep 23 17:51:32.415 INFO O| Sep 23 17:51:32.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86052024-09-23T17:51:34.493Z[ host-image] Sep 23 17:51:32.415 INFO O| Sep 23 17:51:32.415 INFO STEP 25 (remove_files) COMPLETE
86062024-09-23T17:51:34.496Z[ host-image] Sep 23 17:51:32.415 INFO O| Sep 23 17:51:32.415 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-09-23T17:51:34.503Z[ host-image] Sep 23 17:51:32.425 INFO O| Sep 23 17:51:32.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86082024-09-23T17:51:34.505Z[ host-image] Sep 23 17:51:32.425 INFO O| Sep 23 17:51:32.425 INFO STEP 26 (remove_files) COMPLETE
86092024-09-23T17:51:34.505Z[ host-image] Sep 23 17:51:32.425 INFO O| Sep 23 17:51:32.425 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-09-23T17:51:34.513Z[ host-image] Sep 23 17:51:32.435 INFO O| Sep 23 17:51:32.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86112024-09-23T17:51:34.513Z[ host-image] Sep 23 17:51:32.435 INFO O| Sep 23 17:51:32.435 INFO STEP 27 (remove_files) COMPLETE
86122024-09-23T17:51:34.515Z[ host-image] Sep 23 17:51:32.435 INFO O| Sep 23 17:51:32.435 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-09-23T17:51:34.523Z[ host-image] Sep 23 17:51:32.445 INFO O| Sep 23 17:51:32.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86142024-09-23T17:51:34.523Z[ host-image] Sep 23 17:51:32.445 INFO O| Sep 23 17:51:32.445 INFO STEP 28 (remove_files) COMPLETE
86152024-09-23T17:51:34.523Z[ host-image] Sep 23 17:51:32.445 INFO O| Sep 23 17:51:32.445 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-09-23T17:51:34.533Z[ host-image] Sep 23 17:51:32.455 INFO O| Sep 23 17:51:32.455 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86172024-09-23T17:51:34.536Z[ host-image] Sep 23 17:51:32.455 INFO O| Sep 23 17:51:32.455 INFO STEP 29 (remove_files) COMPLETE
86182024-09-23T17:51:34.536Z[ host-image] Sep 23 17:51:32.455 INFO O| Sep 23 17:51:32.455 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-09-23T17:51:34.544Z[ host-image] Sep 23 17:51:32.465 INFO O| Sep 23 17:51:32.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86202024-09-23T17:51:34.544Z[ host-image] Sep 23 17:51:32.465 INFO O| Sep 23 17:51:32.465 INFO STEP 30 (remove_files) COMPLETE
86212024-09-23T17:51:34.544Z[ host-image] Sep 23 17:51:32.465 INFO O| Sep 23 17:51:32.465 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-09-23T17:51:34.570Z[ host-image] Sep 23 17:51:32.475 INFO O| Sep 23 17:51:32.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86232024-09-23T17:51:34.570Z[ host-image] Sep 23 17:51:32.475 INFO O| Sep 23 17:51:32.475 INFO STEP 31 (remove_files) COMPLETE
86242024-09-23T17:51:34.570Z[ host-image] Sep 23 17:51:32.475 INFO O| Sep 23 17:51:32.475 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86252024-09-23T17:51:34.574Z[ host-image] Sep 23 17:51:32.485 INFO O| Sep 23 17:51:32.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86262024-09-23T17:51:34.574Z[ host-image] Sep 23 17:51:32.485 INFO O| Sep 23 17:51:32.485 INFO STEP 32 (remove_files) COMPLETE
86272024-09-23T17:51:34.574Z[ host-image] Sep 23 17:51:32.485 INFO O| Sep 23 17:51:32.485 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86282024-09-23T17:51:34.574Z[ host-image] Sep 23 17:51:32.495 INFO O| Sep 23 17:51:32.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86292024-09-23T17:51:34.574Z[ host-image] Sep 23 17:51:32.495 INFO O| Sep 23 17:51:32.495 INFO STEP 33 (remove_files) COMPLETE
86302024-09-23T17:51:34.574Z[ host-image] Sep 23 17:51:32.495 INFO O| Sep 23 17:51:32.495 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-09-23T17:51:34.583Z[ host-image] Sep 23 17:51:32.505 INFO O| Sep 23 17:51:32.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86322024-09-23T17:51:34.583Z[ host-image] Sep 23 17:51:32.505 INFO O| Sep 23 17:51:32.505 INFO STEP 34 (remove_files) COMPLETE
86332024-09-23T17:51:34.583Z[ host-image] Sep 23 17:51:32.505 INFO O| Sep 23 17:51:32.505 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-09-23T17:51:34.593Z[ host-image] Sep 23 17:51:32.514 INFO O| Sep 23 17:51:32.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86352024-09-23T17:51:34.593Z[ host-image] Sep 23 17:51:32.514 INFO O| Sep 23 17:51:32.514 INFO STEP 35 (remove_files) COMPLETE
86362024-09-23T17:51:34.596Z[ host-image] Sep 23 17:51:32.514 INFO O| Sep 23 17:51:32.514 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86372024-09-23T17:51:34.602Z[ host-image] Sep 23 17:51:32.524 INFO O| Sep 23 17:51:32.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86382024-09-23T17:51:34.602Z[ host-image] Sep 23 17:51:32.524 INFO O| Sep 23 17:51:32.524 INFO STEP 36 (remove_files) COMPLETE
86392024-09-23T17:51:34.602Z[ host-image] Sep 23 17:51:32.524 INFO O| Sep 23 17:51:32.524 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86402024-09-23T17:51:34.612Z[ host-image] Sep 23 17:51:32.533 INFO O| Sep 23 17:51:32.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86412024-09-23T17:51:34.612Z[ host-image] Sep 23 17:51:32.533 INFO O| Sep 23 17:51:32.533 INFO STEP 37 (remove_files) COMPLETE
86422024-09-23T17:51:34.612Z[ host-image] Sep 23 17:51:32.533 INFO O| Sep 23 17:51:32.533 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-09-23T17:51:34.621Z[ host-image] Sep 23 17:51:32.543 INFO O| Sep 23 17:51:32.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86442024-09-23T17:51:34.621Z[ host-image] Sep 23 17:51:32.543 INFO O| Sep 23 17:51:32.543 INFO STEP 38 (remove_files) COMPLETE
86452024-09-23T17:51:34.623Z[ host-image] Sep 23 17:51:32.543 INFO O| Sep 23 17:51:32.543 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-09-23T17:51:34.631Z[ host-image] Sep 23 17:51:32.553 INFO O| Sep 23 17:51:32.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86472024-09-23T17:51:34.631Z[ host-image] Sep 23 17:51:32.553 INFO O| Sep 23 17:51:32.553 INFO STEP 39 (remove_files) COMPLETE
86482024-09-23T17:51:34.634Z[ host-image] Sep 23 17:51:32.553 INFO O| Sep 23 17:51:32.553 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-09-23T17:51:34.642Z[ host-image] Sep 23 17:51:32.563 INFO O| Sep 23 17:51:32.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86502024-09-23T17:51:34.642Z[ host-image] Sep 23 17:51:32.563 INFO O| Sep 23 17:51:32.563 INFO STEP 40 (remove_files) COMPLETE
86512024-09-23T17:51:34.644Z[ host-image] Sep 23 17:51:32.563 INFO O| Sep 23 17:51:32.563 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86522024-09-23T17:51:34.652Z[ host-image] Sep 23 17:51:32.573 INFO O| Sep 23 17:51:32.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86532024-09-23T17:51:34.652Z[ host-image] Sep 23 17:51:32.573 INFO O| Sep 23 17:51:32.573 INFO STEP 41 (remove_files) COMPLETE
86542024-09-23T17:51:34.654Z[ host-image] Sep 23 17:51:32.573 INFO O| Sep 23 17:51:32.573 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-09-23T17:51:34.661Z[ host-image] Sep 23 17:51:32.583 INFO O| Sep 23 17:51:32.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86562024-09-23T17:51:34.661Z[ host-image] Sep 23 17:51:32.583 INFO O| Sep 23 17:51:32.583 INFO STEP 42 (remove_files) COMPLETE
86572024-09-23T17:51:34.664Z[ host-image] Sep 23 17:51:32.583 INFO O| Sep 23 17:51:32.583 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-09-23T17:51:34.673Z[ host-image] Sep 23 17:51:32.595 INFO O| Sep 23 17:51:32.595 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86592024-09-23T17:51:34.673Z[ host-image] Sep 23 17:51:32.595 INFO O| Sep 23 17:51:32.595 INFO STEP 43 (remove_files) COMPLETE
86602024-09-23T17:51:34.673Z[ host-image] Sep 23 17:51:32.595 INFO O| Sep 23 17:51:32.595 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86612024-09-23T17:51:34.686Z[ host-image] Sep 23 17:51:32.607 INFO O| Sep 23 17:51:32.607 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86622024-09-23T17:51:34.688Z[ host-image] Sep 23 17:51:32.607 INFO O| Sep 23 17:51:32.607 INFO STEP 44 (remove_files) COMPLETE
86632024-09-23T17:51:34.688Z[ host-image] Sep 23 17:51:32.607 INFO O| Sep 23 17:51:32.607 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-09-23T17:51:34.696Z[ host-image] Sep 23 17:51:32.618 INFO O| Sep 23 17:51:32.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86652024-09-23T17:51:34.696Z[ host-image] Sep 23 17:51:32.618 INFO O| Sep 23 17:51:32.618 INFO STEP 45 (remove_files) COMPLETE
86662024-09-23T17:51:34.699Z[ host-image] Sep 23 17:51:32.618 INFO O| Sep 23 17:51:32.618 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672024-09-23T17:51:34.707Z[ host-image] Sep 23 17:51:32.628 INFO O| Sep 23 17:51:32.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86682024-09-23T17:51:34.707Z[ host-image] Sep 23 17:51:32.628 INFO O| Sep 23 17:51:32.628 INFO STEP 46 (remove_files) COMPLETE
86692024-09-23T17:51:34.710Z[ host-image] Sep 23 17:51:32.628 INFO O| Sep 23 17:51:32.628 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702024-09-23T17:51:34.717Z[ host-image] Sep 23 17:51:32.639 INFO O| Sep 23 17:51:32.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86712024-09-23T17:51:34.717Z[ host-image] Sep 23 17:51:32.639 INFO O| Sep 23 17:51:32.639 INFO STEP 47 (remove_files) COMPLETE
86722024-09-23T17:51:34.717Z[ host-image] Sep 23 17:51:32.639 INFO O| Sep 23 17:51:32.639 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732024-09-23T17:51:34.727Z[ host-image] Sep 23 17:51:32.649 INFO O| Sep 23 17:51:32.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86742024-09-23T17:51:34.727Z[ host-image] Sep 23 17:51:32.649 INFO O| Sep 23 17:51:32.649 INFO STEP 48 (remove_files) COMPLETE
86752024-09-23T17:51:34.730Z[ host-image] Sep 23 17:51:32.649 INFO O| Sep 23 17:51:32.649 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86762024-09-23T17:51:34.737Z[ host-image] Sep 23 17:51:32.659 INFO O| Sep 23 17:51:32.659 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86772024-09-23T17:51:34.740Z[ host-image] Sep 23 17:51:32.659 INFO O| Sep 23 17:51:32.659 INFO STEP 49 (remove_files) COMPLETE
86782024-09-23T17:51:34.740Z[ host-image] Sep 23 17:51:32.659 INFO O| Sep 23 17:51:32.659 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86792024-09-23T17:51:34.747Z[ host-image] Sep 23 17:51:32.669 INFO O| Sep 23 17:51:32.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86802024-09-23T17:51:34.750Z[ host-image] Sep 23 17:51:32.669 INFO O| Sep 23 17:51:32.669 INFO STEP 50 (remove_files) COMPLETE
86812024-09-23T17:51:34.750Z[ host-image] Sep 23 17:51:32.669 INFO O| Sep 23 17:51:32.669 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-09-23T17:51:34.757Z[ host-image] Sep 23 17:51:32.679 INFO O| Sep 23 17:51:32.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86832024-09-23T17:51:34.757Z[ host-image] Sep 23 17:51:32.679 INFO O| Sep 23 17:51:32.679 INFO STEP 51 (remove_files) COMPLETE
86842024-09-23T17:51:34.759Z[ host-image] Sep 23 17:51:32.679 INFO O| Sep 23 17:51:32.679 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852024-09-23T17:51:34.767Z[ host-image] Sep 23 17:51:32.689 INFO O| Sep 23 17:51:32.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86862024-09-23T17:51:34.767Z[ host-image] Sep 23 17:51:32.689 INFO O| Sep 23 17:51:32.689 INFO STEP 52 (remove_files) COMPLETE
86872024-09-23T17:51:34.767Z[ host-image] Sep 23 17:51:32.689 INFO O| Sep 23 17:51:32.689 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882024-09-23T17:51:34.777Z[ host-image] Sep 23 17:51:32.699 INFO O| Sep 23 17:51:32.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86892024-09-23T17:51:34.778Z[ host-image] Sep 23 17:51:32.699 INFO O| Sep 23 17:51:32.699 INFO STEP 53 (remove_files) COMPLETE
86902024-09-23T17:51:34.780Z[ host-image] Sep 23 17:51:32.699 INFO O| Sep 23 17:51:32.699 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912024-09-23T17:51:34.788Z[ host-image] Sep 23 17:51:32.709 INFO O| Sep 23 17:51:32.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86922024-09-23T17:51:34.788Z[ host-image] Sep 23 17:51:32.710 INFO O| Sep 23 17:51:32.710 INFO STEP 54 (remove_files) COMPLETE
86932024-09-23T17:51:34.790Z[ host-image] Sep 23 17:51:32.710 INFO O| Sep 23 17:51:32.710 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-09-23T17:51:34.798Z[ host-image] Sep 23 17:51:32.720 INFO O| Sep 23 17:51:32.720 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86952024-09-23T17:51:34.798Z[ host-image] Sep 23 17:51:32.720 INFO O| Sep 23 17:51:32.720 INFO STEP 55 (remove_files) COMPLETE
86962024-09-23T17:51:34.801Z[ host-image] Sep 23 17:51:32.720 INFO O| Sep 23 17:51:32.720 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972024-09-23T17:51:34.808Z[ host-image] Sep 23 17:51:32.730 INFO O| Sep 23 17:51:32.730 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86982024-09-23T17:51:34.808Z[ host-image] Sep 23 17:51:32.730 INFO O| Sep 23 17:51:32.730 INFO STEP 56 (remove_files) COMPLETE
86992024-09-23T17:51:34.811Z[ host-image] Sep 23 17:51:32.730 INFO O| Sep 23 17:51:32.730 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002024-09-23T17:51:34.818Z[ host-image] Sep 23 17:51:32.740 INFO O| Sep 23 17:51:32.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87012024-09-23T17:51:34.818Z[ host-image] Sep 23 17:51:32.740 INFO O| Sep 23 17:51:32.740 INFO STEP 57 (remove_files) COMPLETE
87022024-09-23T17:51:34.821Z[ host-image] Sep 23 17:51:32.740 INFO O| Sep 23 17:51:32.740 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032024-09-23T17:51:34.829Z[ host-image] Sep 23 17:51:32.750 INFO O| Sep 23 17:51:32.750 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87042024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.750 INFO O| Sep 23 17:51:32.750 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87052024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.750 INFO O| Sep 23 17:51:32.750 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87062024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.751 INFO O| Sep 23 17:51:32.751 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87072024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.751 INFO O| Sep 23 17:51:32.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87082024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.751 INFO O| Sep 23 17:51:32.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87092024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.751 INFO O| Sep 23 17:51:32.751 INFO ok!
87102024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.751 INFO O| Sep 23 17:51:32.751 INFO STEP 58 (ensure_file) COMPLETE
87112024-09-23T17:51:34.831Z[ host-image] Sep 23 17:51:32.751 INFO O| Sep 23 17:51:32.751 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-09-23T17:51:34.839Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87132024-09-23T17:51:34.842Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87142024-09-23T17:51:34.842Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87152024-09-23T17:51:34.843Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87162024-09-23T17:51:34.843Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87172024-09-23T17:51:34.843Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87182024-09-23T17:51:34.843Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO ok!
87192024-09-23T17:51:34.843Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO STEP 59 (ensure_file) COMPLETE
87202024-09-23T17:51:34.843Z[ host-image] Sep 23 17:51:32.761 INFO O| Sep 23 17:51:32.761 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-09-23T17:51:34.850Z[ host-image] Sep 23 17:51:32.772 INFO O| Sep 23 17:51:32.771 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87222024-09-23T17:51:34.850Z[ host-image] Sep 23 17:51:32.772 INFO O| Sep 23 17:51:32.772 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87232024-09-23T17:51:34.852Z[ host-image] Sep 23 17:51:32.772 INFO O| Sep 23 17:51:32.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87242024-09-23T17:51:34.852Z[ host-image] Sep 23 17:51:32.772 INFO O| Sep 23 17:51:32.772 INFO ok!
87252024-09-23T17:51:34.852Z[ host-image] Sep 23 17:51:32.772 INFO O| Sep 23 17:51:32.772 INFO STEP 60 (ensure_file) COMPLETE
87262024-09-23T17:51:34.852Z[ host-image] Sep 23 17:51:32.772 INFO O| Sep 23 17:51:32.772 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-09-23T17:51:34.860Z[ host-image] Sep 23 17:51:32.782 INFO O| Sep 23 17:51:32.782 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87282024-09-23T17:51:34.860Z[ host-image] Sep 23 17:51:32.782 INFO O| Sep 23 17:51:32.782 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87292024-09-23T17:51:34.863Z[ host-image] Sep 23 17:51:32.782 INFO O| Sep 23 17:51:32.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87302024-09-23T17:51:34.864Z[ host-image] Sep 23 17:51:32.782 INFO O| Sep 23 17:51:32.782 INFO ok!
87312024-09-23T17:51:34.864Z[ host-image] Sep 23 17:51:32.782 INFO O| Sep 23 17:51:32.782 INFO STEP 61 (ensure_file) COMPLETE
87322024-09-23T17:51:34.864Z[ host-image] Sep 23 17:51:32.782 INFO O| Sep 23 17:51:32.782 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332024-09-23T17:51:34.870Z[ host-image] Sep 23 17:51:32.792 INFO O| Sep 23 17:51:32.792 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87342024-09-23T17:51:34.870Z[ host-image] Sep 23 17:51:32.792 INFO O| Sep 23 17:51:32.792 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87352024-09-23T17:51:34.873Z[ host-image] Sep 23 17:51:32.792 INFO O| Sep 23 17:51:32.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87362024-09-23T17:51:34.873Z[ host-image] Sep 23 17:51:32.792 INFO O| Sep 23 17:51:32.792 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87372024-09-23T17:51:34.873Z[ host-image] Sep 23 17:51:32.792 INFO O| Sep 23 17:51:32.792 INFO ok!
87382024-09-23T17:51:34.873Z[ host-image] Sep 23 17:51:32.792 INFO O| Sep 23 17:51:32.792 INFO STEP 62 (ensure_file) COMPLETE
87392024-09-23T17:51:34.873Z[ host-image] Sep 23 17:51:32.792 INFO O| Sep 23 17:51:32.792 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-09-23T17:51:34.881Z[ host-image] Sep 23 17:51:32.803 INFO O| Sep 23 17:51:32.803 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87412024-09-23T17:51:34.884Z[ host-image] Sep 23 17:51:32.803 INFO O| Sep 23 17:51:32.803 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87422024-09-23T17:51:34.884Z[ host-image] Sep 23 17:51:32.803 INFO O| Sep 23 17:51:32.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87432024-09-23T17:51:34.884Z[ host-image] Sep 23 17:51:32.803 INFO O| Sep 23 17:51:32.803 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87442024-09-23T17:51:34.884Z[ host-image] Sep 23 17:51:32.803 INFO O| Sep 23 17:51:32.803 INFO ok!
87452024-09-23T17:51:34.884Z[ host-image] Sep 23 17:51:32.803 INFO O| Sep 23 17:51:32.803 INFO STEP 63 (ensure_file) COMPLETE
87462024-09-23T17:51:34.884Z[ host-image] Sep 23 17:51:32.803 INFO O| Sep 23 17:51:32.803 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-09-23T17:51:34.894Z[ host-image] Sep 23 17:51:32.816 INFO O| Sep 23 17:51:32.816 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87482024-09-23T17:51:34.895Z[ host-image] Sep 23 17:51:32.816 INFO O| Sep 23 17:51:32.816 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87492024-09-23T17:51:34.895Z[ host-image] Sep 23 17:51:32.816 INFO O| Sep 23 17:51:32.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87502024-09-23T17:51:34.895Z[ host-image] Sep 23 17:51:32.816 INFO O| Sep 23 17:51:32.816 INFO ok!
87512024-09-23T17:51:34.897Z[ host-image] Sep 23 17:51:32.816 INFO O| Sep 23 17:51:32.816 INFO STEP 64 (assemble_files) COMPLETE
87522024-09-23T17:51:34.897Z[ host-image] Sep 23 17:51:32.816 INFO O| Sep 23 17:51:32.816 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-09-23T17:51:34.905Z[ host-image] Sep 23 17:51:32.826 INFO O| Sep 23 17:51:32.826 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87542024-09-23T17:51:34.905Z[ host-image] Sep 23 17:51:32.826 INFO O| Sep 23 17:51:32.826 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87552024-09-23T17:51:34.907Z[ host-image] Sep 23 17:51:32.826 INFO O| Sep 23 17:51:32.826 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87562024-09-23T17:51:34.907Z[ host-image] Sep 23 17:51:32.826 INFO O| Sep 23 17:51:32.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87572024-09-23T17:51:34.907Z[ host-image] Sep 23 17:51:32.826 INFO O| Sep 23 17:51:32.826 INFO ok!
87582024-09-23T17:51:34.907Z[ host-image] Sep 23 17:51:32.826 INFO O| Sep 23 17:51:32.826 INFO STEP 65 (ensure_file) COMPLETE
87592024-09-23T17:51:34.907Z[ host-image] Sep 23 17:51:32.826 INFO O| Sep 23 17:51:32.826 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-09-23T17:51:34.915Z[ host-image] Sep 23 17:51:32.836 INFO O| Sep 23 17:51:32.836 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87612024-09-23T17:51:34.918Z[ host-image] Sep 23 17:51:32.836 INFO O| Sep 23 17:51:32.836 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87622024-09-23T17:51:34.918Z[ host-image] Sep 23 17:51:32.836 INFO O| Sep 23 17:51:32.836 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87632024-09-23T17:51:34.918Z[ host-image] Sep 23 17:51:32.837 INFO O| Sep 23 17:51:32.836 INFO STEP 66 (ensure_dir) COMPLETE
87642024-09-23T17:51:34.918Z[ host-image] Sep 23 17:51:32.837 INFO O| Sep 23 17:51:32.837 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-09-23T17:51:34.924Z[ host-image] Sep 23 17:51:32.846 INFO O| Sep 23 17:51:32.846 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87662024-09-23T17:51:34.924Z[ host-image] Sep 23 17:51:32.846 INFO O| Sep 23 17:51:32.846 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
87672024-09-23T17:51:34.931Z[ host-image] Sep 23 17:51:32.853 INFO O| Sep 23 17:51:32.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87682024-09-23T17:51:34.931Z[ host-image] Sep 23 17:51:32.853 INFO O| Sep 23 17:51:32.853 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87692024-09-23T17:51:34.934Z[ host-image] Sep 23 17:51:32.853 INFO O| Sep 23 17:51:32.853 INFO ok!
87702024-09-23T17:51:34.934Z[ host-image] Sep 23 17:51:32.853 INFO O| Sep 23 17:51:32.853 INFO STEP 67 (ensure_file) COMPLETE
87712024-09-23T17:51:34.934Z[ host-image] Sep 23 17:51:32.853 INFO O| Sep 23 17:51:32.853 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-09-23T17:51:34.942Z[ host-image] Sep 23 17:51:32.863 INFO O| Sep 23 17:51:32.863 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87732024-09-23T17:51:34.942Z[ host-image] Sep 23 17:51:32.863 INFO O| Sep 23 17:51:32.863 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
87742024-09-23T17:51:34.944Z[ host-image] Sep 23 17:51:32.864 INFO O| Sep 23 17:51:32.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87752024-09-23T17:51:34.944Z[ host-image] Sep 23 17:51:32.864 INFO O| Sep 23 17:51:32.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87762024-09-23T17:51:34.944Z[ host-image] Sep 23 17:51:32.864 INFO O| Sep 23 17:51:32.864 INFO ok!
87772024-09-23T17:51:34.944Z[ host-image] Sep 23 17:51:32.864 INFO O| Sep 23 17:51:32.864 INFO STEP 68 (ensure_file) COMPLETE
87782024-09-23T17:51:34.944Z[ host-image] Sep 23 17:51:32.864 INFO O| Sep 23 17:51:32.864 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-09-23T17:51:34.957Z[ host-image] Sep 23 17:51:32.878 INFO O| Sep 23 17:51:32.878 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87802024-09-23T17:51:34.959Z[ host-image] Sep 23 17:51:32.878 INFO O| Sep 23 17:51:32.878 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87812024-09-23T17:51:37.045Z[ host-image] Sep 23 17:51:34.966 INFO O| Sep 23 17:51:34.965 INFO STEP 69 (pack_tar) COMPLETE
87822024-09-23T17:51:37.045Z[ host-image] Sep 23 17:51:34.966 INFO O| Sep 23 17:51:34.966 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87832024-09-23T17:51:37.047Z[ host-image] Sep 23 17:51:34.966 INFO O| Sep 23 17:51:34.966 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87842024-09-23T17:51:37.587Z[ host-image] Sep 23 17:51:35.508 INFO O| Sep 23 17:51:35.508 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87852024-09-23T17:51:37.664Z[ host-image] Sep 23 17:51:35.585 INFO O| Sep 23 17:51:35.585 INFO completed processing gimlet/ramdisk-02-trim
87862024-09-23T17:51:37.666Z[ host-image] Sep 23 17:51:35.587 INFO image builder template: zfs...
87872024-09-23T17:51:37.666Z[ host-image] Sep 23 17:51:35.587 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTNLru8/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
87882024-09-23T17:51:37.680Z[ host-image] Sep 23 17:51:35.601 INFO O| Sep 23 17:51:35.601 INFO skip include "stress" because feature "stress" is not enabled
87892024-09-23T17:51:37.712Z[ host-image] Sep 23 17:51:35.633 INFO O| Sep 23 17:51:35.633 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87902024-09-23T17:51:37.716Z[ host-image] Sep 23 17:51:35.638 INFO O| Sep 23 17:51:35.638 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87912024-09-23T17:51:37.819Z[ host-image] Sep 23 17:51:35.740 INFO O| Sep 23 17:51:35.740 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87922024-09-23T17:51:37.919Z[ host-image] Sep 23 17:51:35.840 INFO O| Sep 23 17:51:35.840 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87932024-09-23T17:51:37.919Z[ host-image] Sep 23 17:51:35.840 INFO O| Sep 23 17:51:35.840 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87942024-09-23T17:51:37.924Z[ host-image] Sep 23 17:51:35.845 INFO O| Sep 23 17:51:35.845 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87952024-09-23T17:51:38.035Z[ host-image] Sep 23 17:51:35.956 INFO O| Sep 23 17:51:35.956 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87962024-09-23T17:51:38.135Z[ host-image] Sep 23 17:51:36.056 INFO O| Sep 23 17:51:36.056 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87972024-09-23T17:51:38.146Z[ host-image] Sep 23 17:51:36.067 INFO O| Sep 23 17:51:36.067 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87982024-09-23T17:51:38.151Z[ host-image] Sep 23 17:51:36.072 INFO O| Sep 23 17:51:36.072 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87992024-09-23T17:51:38.153Z[ host-image] Sep 23 17:51:36.072 INFO O| Sep 23 17:51:36.072 INFO no lofi found
88002024-09-23T17:51:38.153Z[ host-image] Sep 23 17:51:36.072 INFO O| Sep 23 17:51:36.072 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88012024-09-23T17:51:38.153Z[ host-image] Sep 23 17:51:36.072 INFO O| Sep 23 17:51:36.072 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88022024-09-23T17:51:40.089Z[ host-image] Sep 23 17:51:38.010 INFO O| Sep 23 17:51:38.010 INFO lofi device = /dev/dsk/c2t1d0p0
88032024-09-23T17:51:40.089Z[ host-image] Sep 23 17:51:38.010 INFO O| Sep 23 17:51:38.010 INFO pool device = /dev/dsk/c2t1d0p0
88042024-09-23T17:51:40.092Z[ host-image] Sep 23 17:51:38.010 INFO O| Sep 23 17:51:38.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88052024-09-23T17:51:40.168Z[ host-image] Sep 23 17:51:38.089 INFO O| Sep 23 17:51:38.089 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88062024-09-23T17:51:40.168Z[ host-image] Sep 23 17:51:38.089 INFO O| Sep 23 17:51:38.089 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88072024-09-23T17:51:40.189Z[ host-image] Sep 23 17:51:38.110 INFO O| Sep 23 17:51:38.110 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88082024-09-23T17:51:40.253Z[ host-image] Sep 23 17:51:38.174 INFO O| Sep 23 17:51:38.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88092024-09-23T17:51:40.290Z[ host-image] Sep 23 17:51:38.211 INFO O| Sep 23 17:51:38.211 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88102024-09-23T17:51:40.305Z[ host-image] Sep 23 17:51:38.226 INFO O| Sep 23 17:51:38.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88112024-09-23T17:51:40.316Z[ host-image] Sep 23 17:51:38.237 INFO O| Sep 23 17:51:38.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88122024-09-23T17:51:40.363Z[ host-image] Sep 23 17:51:38.284 INFO O| Sep 23 17:51:38.284 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88132024-09-23T17:51:40.363Z[ host-image] Sep 23 17:51:38.284 INFO O| Sep 23 17:51:38.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88142024-09-23T17:51:40.366Z[ host-image] Sep 23 17:51:38.284 INFO O| Sep 23 17:51:38.284 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88152024-09-23T17:51:40.373Z[ host-image] Sep 23 17:51:38.294 INFO O| Sep 23 17:51:38.294 INFO boot environment UUID: 5621e48d-b863-47bd-812e-e2a12f2ec91f
88162024-09-23T17:51:40.373Z[ host-image] Sep 23 17:51:38.294 INFO O| Sep 23 17:51:38.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 5621e48d-b863-47bd-812e-e2a12f2ec91f
88172024-09-23T17:51:40.384Z[ host-image] Sep 23 17:51:38.305 INFO O| Sep 23 17:51:38.305 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88182024-09-23T17:51:40.394Z[ host-image] Sep 23 17:51:38.315 INFO O| Sep 23 17:51:38.315 INFO STEP 0 (create_be) COMPLETE
88192024-09-23T17:51:40.397Z[ host-image] Sep 23 17:51:38.315 INFO O| Sep 23 17:51:38.315 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88202024-09-23T17:51:40.410Z[ host-image] Sep 23 17:51:38.330 INFO O| Sep 23 17:51:38.330 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88212024-09-23T17:51:48.458Z[ recovery-image] Sep 23 17:51:46.376 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88222024-09-23T17:51:51.677Z[ recovery-image] Sep 23 17:51:49.593 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88232024-09-23T17:51:56.202Z[ recovery-image] Sep 23 17:51:54.120 INFO E| Compiling bitflags v1.3.2
88242024-09-23T17:51:56.202Z[ recovery-image] Sep 23 17:51:54.120 INFO E| Compiling scroll v0.12.0
88252024-09-23T17:51:56.202Z[ recovery-image] Sep 23 17:51:54.120 INFO E| Compiling adler v1.0.2
88262024-09-23T17:51:56.202Z[ recovery-image] Sep 23 17:51:54.120 INFO E| Compiling bit_field v0.10.2
88272024-09-23T17:51:56.202Z[ recovery-image] Sep 23 17:51:54.120 INFO E| Compiling log v0.4.22
88282024-09-23T17:51:56.202Z[ recovery-image] Sep 23 17:51:54.120 INFO E| Compiling plain v0.2.3
88292024-09-23T17:51:56.202Z[ recovery-image] Sep 23 17:51:54.120 INFO E| Compiling static_assertions v1.1.0
88302024-09-23T17:51:56.298Z[ recovery-image] Sep 23 17:51:54.217 INFO E| Compiling raw-cpuid v10.7.0
88312024-09-23T17:51:56.360Z[ recovery-image] Sep 23 17:51:54.278 INFO E| Compiling cpio_reader v0.1.1
88322024-09-23T17:51:56.556Z[ recovery-image] Sep 23 17:51:54.472 INFO E| Compiling miniz_oxide v0.7.4
88332024-09-23T17:51:56.856Z[ recovery-image] Sep 23 17:51:54.731 INFO E| Compiling bitstruct v0.1.1
88342024-09-23T17:51:57.377Z[ recovery-image] Sep 23 17:51:55.294 INFO E| Compiling goblin v0.8.2
88352024-09-23T17:52:01.846Z[ host-image] Sep 23 17:51:59.762 INFO O| Sep 23 17:51:59.762 INFO STEP 1 (unpack_tar) COMPLETE
88362024-09-23T17:52:01.846Z[ host-image] Sep 23 17:51:59.763 INFO O| Sep 23 17:51:59.762 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372024-09-23T17:52:01.858Z[ host-image] Sep 23 17:51:59.775 INFO O| Sep 23 17:51:59.775 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88382024-09-23T17:52:02.391Z[ host-image] Sep 23 17:52:00.309 INFO O| Sep 23 17:52:00.309 INFO STEP 2 (devfsadm) COMPLETE
88392024-09-23T17:52:02.391Z[ host-image] Sep 23 17:52:00.309 INFO O| Sep 23 17:52:00.309 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88402024-09-23T17:52:02.404Z[ host-image] Sep 23 17:52:00.322 INFO O| Sep 23 17:52:00.322 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88412024-09-23T17:52:02.407Z[ host-image] Sep 23 17:52:00.322 INFO O| Sep 23 17:52:00.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88422024-09-23T17:52:02.407Z[ host-image] Sep 23 17:52:00.322 INFO O| Sep 23 17:52:00.322 INFO STEP 3 (ensure_dir) COMPLETE
88432024-09-23T17:52:02.407Z[ host-image] Sep 23 17:52:00.322 INFO O| Sep 23 17:52:00.322 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88442024-09-23T17:52:02.414Z[ host-image] Sep 23 17:52:00.332 INFO O| Sep 23 17:52:00.332 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88452024-09-23T17:52:02.417Z[ host-image] Sep 23 17:52:00.332 INFO O| Sep 23 17:52:00.332 INFO STEP 4 (ensure_dir) COMPLETE
88462024-09-23T17:52:02.417Z[ host-image] Sep 23 17:52:00.332 INFO O| Sep 23 17:52:00.332 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88472024-09-23T17:52:02.423Z[ host-image] Sep 23 17:52:00.342 INFO O| Sep 23 17:52:00.342 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88482024-09-23T17:52:02.424Z[ host-image] Sep 23 17:52:00.342 INFO O| Sep 23 17:52:00.342 INFO STEP 5 (ensure_dir) COMPLETE
88492024-09-23T17:52:02.424Z[ host-image] Sep 23 17:52:00.342 INFO O| Sep 23 17:52:00.342 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88502024-09-23T17:52:02.433Z[ host-image] Sep 23 17:52:00.351 INFO O| Sep 23 17:52:00.351 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88512024-09-23T17:52:02.433Z[ host-image] Sep 23 17:52:00.351 INFO O| Sep 23 17:52:00.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88522024-09-23T17:52:02.433Z[ host-image] Sep 23 17:52:00.351 INFO O| Sep 23 17:52:00.351 INFO STEP 6 (ensure_dir) COMPLETE
88532024-09-23T17:52:02.436Z[ host-image] Sep 23 17:52:00.351 INFO O| Sep 23 17:52:00.351 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88542024-09-23T17:52:02.443Z[ host-image] Sep 23 17:52:00.361 INFO O| Sep 23 17:52:00.361 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88552024-09-23T17:52:02.446Z[ host-image] Sep 23 17:52:00.361 INFO O| Sep 23 17:52:00.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88562024-09-23T17:52:02.446Z[ host-image] Sep 23 17:52:00.361 INFO O| Sep 23 17:52:00.361 INFO STEP 7 (ensure_dir) COMPLETE
88572024-09-23T17:52:02.446Z[ host-image] Sep 23 17:52:00.361 INFO O| Sep 23 17:52:00.361 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88582024-09-23T17:52:02.453Z[ host-image] Sep 23 17:52:00.371 INFO O| Sep 23 17:52:00.371 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88592024-09-23T17:52:02.455Z[ host-image] Sep 23 17:52:00.371 INFO O| Sep 23 17:52:00.371 INFO STEP 8 (remove_files) COMPLETE
88602024-09-23T17:52:02.455Z[ host-image] Sep 23 17:52:00.371 INFO O| Sep 23 17:52:00.371 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88612024-09-23T17:52:02.462Z[ host-image] Sep 23 17:52:00.381 INFO O| Sep 23 17:52:00.381 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88622024-09-23T17:52:02.465Z[ host-image] Sep 23 17:52:00.382 INFO O| Sep 23 17:52:00.381 INFO STEP 9 (remove_files) COMPLETE
88632024-09-23T17:52:02.465Z[ host-image] Sep 23 17:52:00.382 INFO O| Sep 23 17:52:00.382 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88642024-09-23T17:52:02.473Z[ host-image] Sep 23 17:52:00.391 INFO O| Sep 23 17:52:00.391 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88652024-09-23T17:52:02.476Z[ host-image] Sep 23 17:52:00.392 INFO O| Sep 23 17:52:00.392 INFO STEP 10 (remove_files) COMPLETE
88662024-09-23T17:52:02.476Z[ host-image] Sep 23 17:52:00.392 INFO O| Sep 23 17:52:00.392 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88672024-09-23T17:52:02.483Z[ host-image] Sep 23 17:52:00.401 INFO O| Sep 23 17:52:00.401 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88682024-09-23T17:52:02.485Z[ host-image] Sep 23 17:52:00.402 INFO O| Sep 23 17:52:00.401 INFO STEP 11 (remove_files) COMPLETE
88692024-09-23T17:52:02.485Z[ host-image] Sep 23 17:52:00.402 INFO O| Sep 23 17:52:00.402 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88702024-09-23T17:52:02.493Z[ host-image] Sep 23 17:52:00.411 INFO O| Sep 23 17:52:00.411 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88712024-09-23T17:52:02.495Z[ host-image] Sep 23 17:52:00.411 INFO O| Sep 23 17:52:00.411 INFO STEP 12 (remove_files) COMPLETE
88722024-09-23T17:52:02.496Z[ host-image] Sep 23 17:52:00.411 INFO O| Sep 23 17:52:00.411 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88732024-09-23T17:52:02.504Z[ host-image] Sep 23 17:52:00.421 INFO O| Sep 23 17:52:00.421 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88742024-09-23T17:52:02.507Z[ host-image] Sep 23 17:52:00.421 INFO O| Sep 23 17:52:00.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88752024-09-23T17:52:02.507Z[ host-image] Sep 23 17:52:00.421 INFO O| Sep 23 17:52:00.421 INFO STEP 13 (ensure_dir) COMPLETE
88762024-09-23T17:52:02.507Z[ host-image] Sep 23 17:52:00.421 INFO O| Sep 23 17:52:00.421 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88772024-09-23T17:52:02.512Z[ host-image] Sep 23 17:52:00.430 INFO O| Sep 23 17:52:00.430 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88782024-09-23T17:52:02.512Z[ host-image] Sep 23 17:52:00.430 INFO O| Sep 23 17:52:00.430 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88792024-09-23T17:52:02.515Z[ host-image] Sep 23 17:52:00.431 INFO O| Sep 23 17:52:00.430 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88802024-09-23T17:52:02.515Z[ host-image] Sep 23 17:52:00.431 INFO O| Sep 23 17:52:00.430 INFO STEP 14 (ensure_dir) COMPLETE
88812024-09-23T17:52:02.515Z[ host-image] Sep 23 17:52:00.431 INFO O| Sep 23 17:52:00.430 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88822024-09-23T17:52:02.522Z[ host-image] Sep 23 17:52:00.440 INFO O| Sep 23 17:52:00.440 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88832024-09-23T17:52:02.522Z[ host-image] Sep 23 17:52:00.440 INFO O| Sep 23 17:52:00.440 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88842024-09-23T17:52:02.522Z[ host-image] Sep 23 17:52:00.440 INFO O| Sep 23 17:52:00.440 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88852024-09-23T17:52:02.524Z[ host-image] Sep 23 17:52:00.440 INFO O| Sep 23 17:52:00.440 INFO STEP 15 (ensure_dir) COMPLETE
88862024-09-23T17:52:02.524Z[ host-image] Sep 23 17:52:00.440 INFO O| Sep 23 17:52:00.440 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88872024-09-23T17:52:02.532Z[ host-image] Sep 23 17:52:00.450 INFO O| Sep 23 17:52:00.449 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88882024-09-23T17:52:02.534Z[ host-image] Sep 23 17:52:00.450 INFO O| Sep 23 17:52:00.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88892024-09-23T17:52:02.534Z[ host-image] Sep 23 17:52:00.450 INFO O| Sep 23 17:52:00.450 INFO STEP 16 (ensure_dir) COMPLETE
88902024-09-23T17:52:02.534Z[ host-image] Sep 23 17:52:00.450 INFO O| Sep 23 17:52:00.450 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88912024-09-23T17:52:02.541Z[ host-image] Sep 23 17:52:00.460 INFO O| Sep 23 17:52:00.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88922024-09-23T17:52:02.541Z[ host-image] Sep 23 17:52:00.460 INFO O| Sep 23 17:52:00.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88932024-09-23T17:52:02.541Z[ host-image] Sep 23 17:52:00.460 INFO O| Sep 23 17:52:00.460 INFO STEP 17 (ensure_dir) COMPLETE
88942024-09-23T17:52:02.544Z[ host-image] Sep 23 17:52:00.460 INFO O| Sep 23 17:52:00.460 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88952024-09-23T17:52:02.551Z[ host-image] Sep 23 17:52:00.469 INFO O| Sep 23 17:52:00.469 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88962024-09-23T17:52:02.551Z[ host-image] Sep 23 17:52:00.469 INFO O| Sep 23 17:52:00.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88972024-09-23T17:52:02.553Z[ host-image] Sep 23 17:52:00.469 INFO O| Sep 23 17:52:00.469 INFO ok!
88982024-09-23T17:52:02.553Z[ host-image] Sep 23 17:52:00.469 INFO O| Sep 23 17:52:00.469 INFO STEP 18 (ensure_symlink) COMPLETE
88992024-09-23T17:52:02.553Z[ host-image] Sep 23 17:52:00.469 INFO O| Sep 23 17:52:00.469 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89002024-09-23T17:52:02.561Z[ host-image] Sep 23 17:52:00.479 INFO O| Sep 23 17:52:00.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89012024-09-23T17:52:02.561Z[ host-image] Sep 23 17:52:00.479 INFO O| Sep 23 17:52:00.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89022024-09-23T17:52:02.561Z[ host-image] Sep 23 17:52:00.479 INFO O| Sep 23 17:52:00.479 INFO ok!
89032024-09-23T17:52:02.561Z[ host-image] Sep 23 17:52:00.479 INFO O| Sep 23 17:52:00.479 INFO STEP 19 (ensure_file) COMPLETE
89042024-09-23T17:52:02.564Z[ host-image] Sep 23 17:52:00.479 INFO O| Sep 23 17:52:00.479 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052024-09-23T17:52:02.570Z[ host-image] Sep 23 17:52:00.489 INFO O| Sep 23 17:52:00.489 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89062024-09-23T17:52:02.570Z[ host-image] Sep 23 17:52:00.489 INFO O| Sep 23 17:52:00.489 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89072024-09-23T17:52:02.573Z[ host-image] Sep 23 17:52:00.489 INFO O| Sep 23 17:52:00.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89082024-09-23T17:52:02.573Z[ host-image] Sep 23 17:52:00.489 INFO O| Sep 23 17:52:00.489 INFO ok!
89092024-09-23T17:52:02.573Z[ host-image] Sep 23 17:52:00.489 INFO O| Sep 23 17:52:00.489 INFO STEP 20 (ensure_symlink) COMPLETE
89102024-09-23T17:52:02.573Z[ host-image] Sep 23 17:52:00.489 INFO O| Sep 23 17:52:00.489 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112024-09-23T17:52:02.581Z[ host-image] Sep 23 17:52:00.499 INFO O| Sep 23 17:52:00.499 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89122024-09-23T17:52:02.581Z[ host-image] Sep 23 17:52:00.499 INFO O| Sep 23 17:52:00.499 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89132024-09-23T17:52:02.581Z[ host-image] Sep 23 17:52:00.499 INFO O| Sep 23 17:52:00.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89142024-09-23T17:52:02.583Z[ host-image] Sep 23 17:52:00.499 INFO O| Sep 23 17:52:00.499 INFO ok!
89152024-09-23T17:52:02.583Z[ host-image] Sep 23 17:52:00.499 INFO O| Sep 23 17:52:00.499 INFO STEP 21 (ensure_symlink) COMPLETE
89162024-09-23T17:52:02.584Z[ host-image] Sep 23 17:52:00.499 INFO O| Sep 23 17:52:00.499 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89172024-09-23T17:52:02.590Z[ host-image] Sep 23 17:52:00.509 INFO O| Sep 23 17:52:00.508 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89182024-09-23T17:52:02.590Z[ host-image] Sep 23 17:52:00.509 INFO O| Sep 23 17:52:00.508 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89192024-09-23T17:52:02.591Z[ host-image] Sep 23 17:52:00.509 INFO O| Sep 23 17:52:00.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89202024-09-23T17:52:02.594Z[ host-image] Sep 23 17:52:00.509 INFO O| Sep 23 17:52:00.509 INFO ok!
89212024-09-23T17:52:02.594Z[ host-image] Sep 23 17:52:00.509 INFO O| Sep 23 17:52:00.509 INFO STEP 22 (ensure_symlink) COMPLETE
89222024-09-23T17:52:02.594Z[ host-image] Sep 23 17:52:00.509 INFO O| Sep 23 17:52:00.509 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89232024-09-23T17:52:02.600Z[ host-image] Sep 23 17:52:00.518 INFO O| Sep 23 17:52:00.518 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89242024-09-23T17:52:02.600Z[ host-image] Sep 23 17:52:00.518 INFO O| Sep 23 17:52:00.518 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89252024-09-23T17:52:02.602Z[ host-image] Sep 23 17:52:00.518 INFO O| Sep 23 17:52:00.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89262024-09-23T17:52:02.602Z[ host-image] Sep 23 17:52:00.518 INFO O| Sep 23 17:52:00.518 INFO ok!
89272024-09-23T17:52:02.602Z[ host-image] Sep 23 17:52:00.518 INFO O| Sep 23 17:52:00.518 INFO STEP 23 (ensure_symlink) COMPLETE
89282024-09-23T17:52:02.603Z[ host-image] Sep 23 17:52:00.518 INFO O| Sep 23 17:52:00.518 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89292024-09-23T17:52:02.610Z[ host-image] Sep 23 17:52:00.528 INFO O| Sep 23 17:52:00.528 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89302024-09-23T17:52:02.613Z[ host-image] Sep 23 17:52:00.528 INFO O| Sep 23 17:52:00.528 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89312024-09-23T17:52:02.613Z[ host-image] Sep 23 17:52:00.529 INFO O| Sep 23 17:52:00.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89322024-09-23T17:52:02.613Z[ host-image] Sep 23 17:52:00.529 INFO O| Sep 23 17:52:00.529 INFO ok!
89332024-09-23T17:52:02.613Z[ host-image] Sep 23 17:52:00.529 INFO O| Sep 23 17:52:00.529 INFO STEP 24 (ensure_file) COMPLETE
89342024-09-23T17:52:02.613Z[ host-image] Sep 23 17:52:00.529 INFO O| Sep 23 17:52:00.529 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89352024-09-23T17:52:02.620Z[ host-image] Sep 23 17:52:00.539 INFO O| Sep 23 17:52:00.538 INFO updating shadow file
89362024-09-23T17:52:02.623Z[ host-image] Sep 23 17:52:00.539 INFO O| Sep 23 17:52:00.539 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89372024-09-23T17:52:02.623Z[ host-image] Sep 23 17:52:00.539 INFO O| Sep 23 17:52:00.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89382024-09-23T17:52:02.623Z[ host-image] Sep 23 17:52:00.539 INFO O| Sep 23 17:52:00.539 INFO STEP 25 (shadow) COMPLETE
89392024-09-23T17:52:02.623Z[ host-image] Sep 23 17:52:00.539 INFO O| Sep 23 17:52:00.539 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89402024-09-23T17:52:02.630Z[ host-image] Sep 23 17:52:00.549 INFO O| Sep 23 17:52:00.549 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89412024-09-23T17:52:02.630Z[ host-image] Sep 23 17:52:00.549 INFO O| Sep 23 17:52:00.549 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89422024-09-23T17:52:02.633Z[ host-image] Sep 23 17:52:00.549 INFO O| Sep 23 17:52:00.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89432024-09-23T17:52:02.633Z[ host-image] Sep 23 17:52:00.549 INFO O| Sep 23 17:52:00.549 INFO ok!
89442024-09-23T17:52:02.633Z[ host-image] Sep 23 17:52:00.549 INFO O| Sep 23 17:52:00.549 INFO STEP 26 (ensure_file) COMPLETE
89452024-09-23T17:52:02.633Z[ host-image] Sep 23 17:52:00.549 INFO O| Sep 23 17:52:00.549 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89462024-09-23T17:52:02.641Z[ host-image] Sep 23 17:52:00.559 INFO O| Sep 23 17:52:00.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89472024-09-23T17:52:02.641Z[ host-image] Sep 23 17:52:00.559 INFO O| Sep 23 17:52:00.559 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89482024-09-23T17:52:02.644Z[ host-image] Sep 23 17:52:00.559 INFO O| Sep 23 17:52:00.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89492024-09-23T17:52:02.644Z[ host-image] Sep 23 17:52:00.559 INFO O| Sep 23 17:52:00.559 INFO ok!
89502024-09-23T17:52:02.644Z[ host-image] Sep 23 17:52:00.559 INFO O| Sep 23 17:52:00.559 INFO STEP 27 (ensure_file) COMPLETE
89512024-09-23T17:52:02.644Z[ host-image] Sep 23 17:52:00.559 INFO O| Sep 23 17:52:00.559 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89522024-09-23T17:52:02.655Z[ host-image] Sep 23 17:52:00.573 INFO O| Sep 23 17:52:00.573 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89532024-09-23T17:52:02.655Z[ host-image] Sep 23 17:52:00.573 INFO O| Sep 23 17:52:00.573 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89542024-09-23T17:52:02.657Z[ host-image] Sep 23 17:52:00.573 INFO O| Sep 23 17:52:00.573 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89552024-09-23T17:52:02.657Z[ host-image] Sep 23 17:52:00.573 INFO O| Sep 23 17:52:00.573 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89562024-09-23T17:52:02.657Z[ host-image] Sep 23 17:52:00.573 INFO O| Sep 23 17:52:00.573 INFO ok!
89572024-09-23T17:52:02.657Z[ host-image] Sep 23 17:52:00.573 INFO O| Sep 23 17:52:00.573 INFO STEP 28 (ensure_file) COMPLETE
89582024-09-23T17:52:02.657Z[ host-image] Sep 23 17:52:00.573 INFO O| Sep 23 17:52:00.573 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89592024-09-23T17:52:02.670Z[ host-image] Sep 23 17:52:00.588 INFO O| Sep 23 17:52:00.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89602024-09-23T17:52:02.670Z[ host-image] Sep 23 17:52:00.588 INFO O| Sep 23 17:52:00.588 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89612024-09-23T17:52:02.670Z[ host-image] Sep 23 17:52:00.588 INFO O| Sep 23 17:52:00.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89622024-09-23T17:52:02.673Z[ host-image] Sep 23 17:52:00.588 INFO O| Sep 23 17:52:00.588 INFO ok!
89632024-09-23T17:52:02.673Z[ host-image] Sep 23 17:52:00.588 INFO O| Sep 23 17:52:00.588 INFO STEP 29 (ensure_file) COMPLETE
89642024-09-23T17:52:02.673Z[ host-image] Sep 23 17:52:00.588 INFO O| Sep 23 17:52:00.588 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89652024-09-23T17:52:02.683Z[ host-image] Sep 23 17:52:00.601 INFO O| Sep 23 17:52:00.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89662024-09-23T17:52:02.683Z[ host-image] Sep 23 17:52:00.601 INFO O| Sep 23 17:52:00.601 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89672024-09-23T17:52:02.686Z[ host-image] Sep 23 17:52:00.601 INFO O| Sep 23 17:52:00.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89682024-09-23T17:52:02.686Z[ host-image] Sep 23 17:52:00.601 INFO O| Sep 23 17:52:00.601 INFO ok!
89692024-09-23T17:52:02.686Z[ host-image] Sep 23 17:52:00.602 INFO O| Sep 23 17:52:00.601 INFO STEP 30 (ensure_file) COMPLETE
89702024-09-23T17:52:02.686Z[ host-image] Sep 23 17:52:00.602 INFO O| Sep 23 17:52:00.601 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89712024-09-23T17:52:02.708Z[ host-image] Sep 23 17:52:00.625 INFO O| Sep 23 17:52:00.625 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89722024-09-23T17:52:02.708Z[ host-image] Sep 23 17:52:00.625 INFO O| Sep 23 17:52:00.625 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89732024-09-23T17:52:02.708Z[ host-image] Sep 23 17:52:00.626 INFO O| Sep 23 17:52:00.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89742024-09-23T17:52:02.710Z[ host-image] Sep 23 17:52:00.626 INFO O| Sep 23 17:52:00.626 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89752024-09-23T17:52:02.710Z[ host-image] Sep 23 17:52:00.626 INFO O| Sep 23 17:52:00.626 INFO ok!
89762024-09-23T17:52:02.710Z[ host-image] Sep 23 17:52:00.626 INFO O| Sep 23 17:52:00.626 INFO STEP 31 (ensure_file) COMPLETE
89772024-09-23T17:52:02.710Z[ host-image] Sep 23 17:52:00.626 INFO O| Sep 23 17:52:00.626 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89782024-09-23T17:52:02.720Z[ host-image] Sep 23 17:52:00.638 INFO O| Sep 23 17:52:00.638 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89792024-09-23T17:52:02.720Z[ host-image] Sep 23 17:52:00.638 INFO O| Sep 23 17:52:00.638 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89802024-09-23T17:52:02.726Z[ host-image] Sep 23 17:52:00.639 INFO O| Sep 23 17:52:00.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89812024-09-23T17:52:02.726Z[ host-image] Sep 23 17:52:00.639 INFO O| Sep 23 17:52:00.638 INFO ok!
89822024-09-23T17:52:02.726Z[ host-image] Sep 23 17:52:00.639 INFO O| Sep 23 17:52:00.639 INFO STEP 32 (ensure_file) COMPLETE
89832024-09-23T17:52:02.726Z[ host-image] Sep 23 17:52:00.639 INFO O| Sep 23 17:52:00.639 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89842024-09-23T17:52:02.736Z[ host-image] Sep 23 17:52:00.654 INFO O| Sep 23 17:52:00.654 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89852024-09-23T17:52:02.736Z[ host-image] Sep 23 17:52:00.654 INFO O| Sep 23 17:52:00.654 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89862024-09-23T17:52:02.738Z[ host-image] Sep 23 17:52:00.654 INFO O| Sep 23 17:52:00.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89872024-09-23T17:52:02.738Z[ host-image] Sep 23 17:52:00.654 INFO O| Sep 23 17:52:00.654 INFO ok!
89882024-09-23T17:52:02.738Z[ host-image] Sep 23 17:52:00.654 INFO O| Sep 23 17:52:00.654 INFO STEP 33 (ensure_file) COMPLETE
89892024-09-23T17:52:02.738Z[ host-image] Sep 23 17:52:00.654 INFO O| Sep 23 17:52:00.654 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89902024-09-23T17:52:02.753Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89912024-09-23T17:52:02.753Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89922024-09-23T17:52:02.755Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89932024-09-23T17:52:02.756Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89942024-09-23T17:52:02.756Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89952024-09-23T17:52:02.756Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89962024-09-23T17:52:02.756Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO ok!
89972024-09-23T17:52:02.756Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO STEP 34 (ensure_file) COMPLETE
89982024-09-23T17:52:02.756Z[ host-image] Sep 23 17:52:00.671 INFO O| Sep 23 17:52:00.671 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89992024-09-23T17:52:02.770Z[ host-image] Sep 23 17:52:00.688 INFO O| Sep 23 17:52:00.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90002024-09-23T17:52:02.773Z[ host-image] Sep 23 17:52:00.688 INFO O| Sep 23 17:52:00.688 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90012024-09-23T17:52:02.773Z[ host-image] Sep 23 17:52:00.688 INFO O| Sep 23 17:52:00.688 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90022024-09-23T17:52:02.773Z[ host-image] Sep 23 17:52:00.688 INFO O| Sep 23 17:52:00.688 INFO STEP 35 (ensure_dir) COMPLETE
90032024-09-23T17:52:02.773Z[ host-image] Sep 23 17:52:00.688 INFO O| Sep 23 17:52:00.688 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90042024-09-23T17:52:02.787Z[ host-image] Sep 23 17:52:00.705 INFO O| Sep 23 17:52:00.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
90052024-09-23T17:52:02.787Z[ host-image] Sep 23 17:52:00.705 INFO O| Sep 23 17:52:00.705 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
90062024-09-23T17:52:02.790Z[ host-image] Sep 23 17:52:00.705 INFO O| Sep 23 17:52:00.705 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90072024-09-23T17:52:02.790Z[ host-image] Sep 23 17:52:00.706 INFO O| Sep 23 17:52:00.706 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90082024-09-23T17:52:02.790Z[ host-image] Sep 23 17:52:00.706 INFO O| Sep 23 17:52:00.706 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90092024-09-23T17:52:02.791Z[ host-image] Sep 23 17:52:00.706 INFO O| Sep 23 17:52:00.706 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
90102024-09-23T17:52:02.791Z[ host-image] Sep 23 17:52:00.706 INFO O| Sep 23 17:52:00.706 INFO ok!
90112024-09-23T17:52:02.791Z[ host-image] Sep 23 17:52:00.706 INFO O| Sep 23 17:52:00.706 INFO STEP 36 (ensure_file) COMPLETE
90122024-09-23T17:52:02.791Z[ host-image] Sep 23 17:52:00.706 INFO O| Sep 23 17:52:00.706 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90132024-09-23T17:52:02.801Z[ host-image] Sep 23 17:52:00.719 INFO O| Sep 23 17:52:00.719 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90142024-09-23T17:52:02.801Z[ host-image] Sep 23 17:52:00.719 INFO O| Sep 23 17:52:00.719 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
90152024-09-23T17:52:02.804Z[ host-image] Sep 23 17:52:00.719 INFO O| Sep 23 17:52:00.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90162024-09-23T17:52:02.804Z[ host-image] Sep 23 17:52:00.719 INFO O| Sep 23 17:52:00.719 INFO ok!
90172024-09-23T17:52:02.804Z[ host-image] Sep 23 17:52:00.719 INFO O| Sep 23 17:52:00.719 INFO STEP 37 (ensure_symlink) COMPLETE
90182024-09-23T17:52:02.804Z[ host-image] Sep 23 17:52:00.720 INFO O| Sep 23 17:52:00.719 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90192024-09-23T17:52:02.816Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90202024-09-23T17:52:02.816Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90212024-09-23T17:52:02.819Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90222024-09-23T17:52:02.819Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90232024-09-23T17:52:02.819Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90242024-09-23T17:52:02.819Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90252024-09-23T17:52:02.819Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO ok!
90262024-09-23T17:52:02.819Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO STEP 38 (ensure_file) COMPLETE
90272024-09-23T17:52:02.819Z[ host-image] Sep 23 17:52:00.734 INFO O| Sep 23 17:52:00.734 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90282024-09-23T17:52:02.827Z[ host-image] Sep 23 17:52:00.745 INFO O| Sep 23 17:52:00.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90292024-09-23T17:52:02.830Z[ host-image] Sep 23 17:52:00.745 INFO O| Sep 23 17:52:00.745 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
90302024-09-23T17:52:02.830Z[ host-image] Sep 23 17:52:00.745 INFO O| Sep 23 17:52:00.745 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90312024-09-23T17:52:02.830Z[ host-image] Sep 23 17:52:00.746 INFO O| Sep 23 17:52:00.745 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90322024-09-23T17:52:02.830Z[ host-image] Sep 23 17:52:00.746 INFO O| Sep 23 17:52:00.746 INFO ok!
90332024-09-23T17:52:02.830Z[ host-image] Sep 23 17:52:00.746 INFO O| Sep 23 17:52:00.746 INFO STEP 39 (ensure_file) COMPLETE
90342024-09-23T17:52:02.830Z[ host-image] Sep 23 17:52:00.746 INFO O| Sep 23 17:52:00.746 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90352024-09-23T17:52:02.838Z[ host-image] Sep 23 17:52:00.756 INFO O| Sep 23 17:52:00.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90362024-09-23T17:52:02.838Z[ host-image] Sep 23 17:52:00.756 INFO O| Sep 23 17:52:00.756 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90372024-09-23T17:52:02.841Z[ host-image] Sep 23 17:52:00.756 INFO O| Sep 23 17:52:00.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90382024-09-23T17:52:02.842Z[ host-image] Sep 23 17:52:00.756 INFO O| Sep 23 17:52:00.756 INFO ok!
90392024-09-23T17:52:02.842Z[ host-image] Sep 23 17:52:00.757 INFO O| Sep 23 17:52:00.756 INFO STEP 40 (ensure_file) COMPLETE
90402024-09-23T17:52:02.842Z[ host-image] Sep 23 17:52:00.757 INFO O| Sep 23 17:52:00.757 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90412024-09-23T17:52:02.849Z[ host-image] Sep 23 17:52:00.767 INFO O| Sep 23 17:52:00.767 INFO updating shadow file
90422024-09-23T17:52:02.851Z[ host-image] Sep 23 17:52:00.767 INFO O| Sep 23 17:52:00.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90432024-09-23T17:52:02.851Z[ host-image] Sep 23 17:52:00.767 INFO O| Sep 23 17:52:00.767 INFO STEP 41 (shadow) COMPLETE
90442024-09-23T17:52:02.851Z[ host-image] Sep 23 17:52:00.767 INFO O| Sep 23 17:52:00.767 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90452024-09-23T17:52:02.859Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90462024-09-23T17:52:02.859Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90472024-09-23T17:52:02.862Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90482024-09-23T17:52:02.862Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90492024-09-23T17:52:02.862Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO ok!
90502024-09-23T17:52:02.862Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO STEP 42 (ensure_file) COMPLETE
90512024-09-23T17:52:02.862Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90522024-09-23T17:52:02.862Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO skip step because feature "mfg" is not enabled
90532024-09-23T17:52:02.862Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90542024-09-23T17:52:02.863Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO skip step because feature "mfg" is not enabled
90552024-09-23T17:52:02.863Z[ host-image] Sep 23 17:52:00.777 INFO O| Sep 23 17:52:00.777 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90562024-09-23T17:52:02.870Z[ host-image] Sep 23 17:52:00.788 INFO O| Sep 23 17:52:00.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90572024-09-23T17:52:02.870Z[ host-image] Sep 23 17:52:00.788 INFO O| Sep 23 17:52:00.788 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90582024-09-23T17:52:03.526Z[ host-image] Sep 23 17:52:01.443 INFO O| Sep 23 17:52:01.443 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90592024-09-23T17:52:03.526Z[ host-image] Sep 23 17:52:01.443 INFO O| Sep 23 17:52:01.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90602024-09-23T17:52:03.529Z[ host-image] Sep 23 17:52:01.443 INFO O| Sep 23 17:52:01.443 INFO ok!
90612024-09-23T17:52:03.530Z[ host-image] Sep 23 17:52:01.443 INFO O| Sep 23 17:52:01.443 INFO STEP 45 (ensure_file) COMPLETE
90622024-09-23T17:52:03.530Z[ host-image] Sep 23 17:52:01.443 INFO O| Sep 23 17:52:01.443 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90632024-09-23T17:52:03.537Z[ host-image] Sep 23 17:52:01.455 INFO O| Sep 23 17:52:01.455 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90642024-09-23T17:52:03.537Z[ host-image] Sep 23 17:52:01.455 INFO O| Sep 23 17:52:01.455 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90652024-09-23T17:52:03.540Z[ host-image] Sep 23 17:52:01.455 INFO O| Sep 23 17:52:01.455 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90662024-09-23T17:52:03.540Z[ host-image] Sep 23 17:52:01.455 INFO O| Sep 23 17:52:01.455 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90672024-09-23T17:52:03.540Z[ host-image] Sep 23 17:52:01.455 INFO O| Sep 23 17:52:01.455 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90682024-09-23T17:52:03.540Z[ host-image] Sep 23 17:52:01.456 INFO O| Sep 23 17:52:01.455 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90692024-09-23T17:52:03.541Z[ host-image] Sep 23 17:52:01.456 INFO O| Sep 23 17:52:01.455 INFO ok!
90702024-09-23T17:52:03.541Z[ host-image] Sep 23 17:52:01.456 INFO O| Sep 23 17:52:01.456 INFO STEP 46 (ensure_file) COMPLETE
90712024-09-23T17:52:03.541Z[ host-image] Sep 23 17:52:01.456 INFO O| Sep 23 17:52:01.456 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90722024-09-23T17:52:03.550Z[ host-image] Sep 23 17:52:01.468 INFO O| Sep 23 17:52:01.468 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90732024-09-23T17:52:03.550Z[ host-image] Sep 23 17:52:01.469 INFO O| Sep 23 17:52:01.469 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
90742024-09-23T17:52:03.553Z[ host-image] Sep 23 17:52:01.469 INFO O| Sep 23 17:52:01.469 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90752024-09-23T17:52:03.553Z[ host-image] Sep 23 17:52:01.469 INFO O| Sep 23 17:52:01.469 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90762024-09-23T17:52:03.553Z[ host-image] Sep 23 17:52:01.469 INFO O| Sep 23 17:52:01.469 INFO ok!
90772024-09-23T17:52:03.553Z[ host-image] Sep 23 17:52:01.469 INFO O| Sep 23 17:52:01.469 INFO STEP 47 (ensure_file) COMPLETE
90782024-09-23T17:52:03.553Z[ host-image] Sep 23 17:52:01.469 INFO O| Sep 23 17:52:01.469 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90792024-09-23T17:52:03.561Z[ host-image] Sep 23 17:52:01.479 INFO O| Sep 23 17:52:01.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90802024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.479 INFO O| Sep 23 17:52:01.479 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90812024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.479 INFO O| Sep 23 17:52:01.479 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90822024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.479 INFO O| Sep 23 17:52:01.479 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90832024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.480 INFO O| Sep 23 17:52:01.479 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90842024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.480 INFO O| Sep 23 17:52:01.479 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90852024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.480 INFO O| Sep 23 17:52:01.480 INFO ok!
90862024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.480 INFO O| Sep 23 17:52:01.480 INFO STEP 48 (ensure_file) COMPLETE
90872024-09-23T17:52:03.564Z[ host-image] Sep 23 17:52:01.480 INFO O| Sep 23 17:52:01.480 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90882024-09-23T17:52:03.571Z[ host-image] Sep 23 17:52:01.489 INFO O| Sep 23 17:52:01.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90892024-09-23T17:52:03.571Z[ host-image] Sep 23 17:52:01.489 INFO O| Sep 23 17:52:01.489 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
90902024-09-23T17:52:03.574Z[ host-image] Sep 23 17:52:01.489 INFO O| Sep 23 17:52:01.489 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90912024-09-23T17:52:03.574Z[ host-image] Sep 23 17:52:01.490 INFO O| Sep 23 17:52:01.489 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90922024-09-23T17:52:03.574Z[ host-image] Sep 23 17:52:01.490 INFO O| Sep 23 17:52:01.490 INFO ok!
90932024-09-23T17:52:03.574Z[ host-image] Sep 23 17:52:01.490 INFO O| Sep 23 17:52:01.490 INFO STEP 49 (ensure_file) COMPLETE
90942024-09-23T17:52:03.574Z[ host-image] Sep 23 17:52:01.490 INFO O| Sep 23 17:52:01.490 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90952024-09-23T17:52:03.582Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90962024-09-23T17:52:03.582Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90972024-09-23T17:52:03.585Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90982024-09-23T17:52:03.585Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90992024-09-23T17:52:03.585Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91002024-09-23T17:52:03.585Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91012024-09-23T17:52:03.585Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO ok!
91022024-09-23T17:52:03.585Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO STEP 50 (ensure_file) COMPLETE
91032024-09-23T17:52:03.585Z[ host-image] Sep 23 17:52:01.500 INFO O| Sep 23 17:52:01.500 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91042024-09-23T17:52:03.593Z[ host-image] Sep 23 17:52:01.511 INFO O| Sep 23 17:52:01.511 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91052024-09-23T17:52:03.593Z[ host-image] Sep 23 17:52:01.511 INFO O| Sep 23 17:52:01.511 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
91062024-09-23T17:52:03.595Z[ host-image] Sep 23 17:52:01.511 INFO O| Sep 23 17:52:01.511 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91072024-09-23T17:52:03.595Z[ host-image] Sep 23 17:52:01.511 INFO O| Sep 23 17:52:01.511 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91082024-09-23T17:52:03.595Z[ host-image] Sep 23 17:52:01.511 INFO O| Sep 23 17:52:01.511 INFO ok!
91092024-09-23T17:52:03.595Z[ host-image] Sep 23 17:52:01.511 INFO O| Sep 23 17:52:01.511 INFO STEP 51 (ensure_file) COMPLETE
91102024-09-23T17:52:03.595Z[ host-image] Sep 23 17:52:01.511 INFO O| Sep 23 17:52:01.511 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91112024-09-23T17:52:03.603Z[ host-image] Sep 23 17:52:01.521 INFO O| Sep 23 17:52:01.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91122024-09-23T17:52:03.603Z[ host-image] Sep 23 17:52:01.521 INFO O| Sep 23 17:52:01.521 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
91132024-09-23T17:52:03.606Z[ host-image] Sep 23 17:52:01.521 INFO O| Sep 23 17:52:01.521 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91142024-09-23T17:52:03.606Z[ host-image] Sep 23 17:52:01.521 INFO O| Sep 23 17:52:01.521 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91152024-09-23T17:52:03.606Z[ host-image] Sep 23 17:52:01.521 INFO O| Sep 23 17:52:01.521 INFO ok!
91162024-09-23T17:52:03.606Z[ host-image] Sep 23 17:52:01.521 INFO O| Sep 23 17:52:01.521 INFO STEP 52 (ensure_file) COMPLETE
91172024-09-23T17:52:03.606Z[ host-image] Sep 23 17:52:01.521 INFO O| Sep 23 17:52:01.521 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91182024-09-23T17:52:03.616Z[ host-image] Sep 23 17:52:01.535 INFO O| Sep 23 17:52:01.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91192024-09-23T17:52:03.617Z[ host-image] Sep 23 17:52:01.535 INFO O| Sep 23 17:52:01.535 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
91202024-09-23T17:52:03.619Z[ host-image] Sep 23 17:52:01.535 INFO O| Sep 23 17:52:01.535 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91212024-09-23T17:52:03.619Z[ host-image] Sep 23 17:52:01.535 INFO O| Sep 23 17:52:01.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91222024-09-23T17:52:03.619Z[ host-image] Sep 23 17:52:01.535 INFO O| Sep 23 17:52:01.535 INFO ok!
91232024-09-23T17:52:03.619Z[ host-image] Sep 23 17:52:01.535 INFO O| Sep 23 17:52:01.535 INFO STEP 53 (ensure_file) COMPLETE
91242024-09-23T17:52:03.619Z[ host-image] Sep 23 17:52:01.535 INFO O| Sep 23 17:52:01.535 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-09-23T17:52:03.628Z[ host-image] Sep 23 17:52:01.546 INFO O| Sep 23 17:52:01.546 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91262024-09-23T17:52:03.628Z[ host-image] Sep 23 17:52:01.546 INFO O| Sep 23 17:52:01.546 INFO STEP 54 (ensure_dir) COMPLETE
91272024-09-23T17:52:03.631Z[ host-image] Sep 23 17:52:01.546 INFO O| Sep 23 17:52:01.546 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91282024-09-23T17:52:03.642Z[ host-image] Sep 23 17:52:01.560 INFO O| Sep 23 17:52:01.560 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91292024-09-23T17:52:03.642Z[ host-image] Sep 23 17:52:01.560 INFO O| Sep 23 17:52:01.560 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91302024-09-23T17:52:03.642Z[ host-image] Sep 23 17:52:01.560 INFO O| Sep 23 17:52:01.560 INFO STEP 55 (ensure_dir) COMPLETE
91312024-09-23T17:52:03.644Z[ host-image] Sep 23 17:52:01.560 INFO O| Sep 23 17:52:01.560 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-09-23T17:52:03.655Z[ host-image] Sep 23 17:52:01.573 INFO O| Sep 23 17:52:01.572 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91332024-09-23T17:52:03.655Z[ host-image] Sep 23 17:52:01.573 INFO O| Sep 23 17:52:01.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91342024-09-23T17:52:03.655Z[ host-image] Sep 23 17:52:01.573 INFO O| Sep 23 17:52:01.573 INFO STEP 56 (ensure_dir) COMPLETE
91352024-09-23T17:52:03.658Z[ host-image] Sep 23 17:52:01.573 INFO O| Sep 23 17:52:01.573 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-09-23T17:52:03.669Z[ host-image] Sep 23 17:52:01.587 INFO O| Sep 23 17:52:01.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91372024-09-23T17:52:03.669Z[ host-image] Sep 23 17:52:01.587 INFO O| Sep 23 17:52:01.587 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91382024-09-23T17:52:03.688Z[ host-image] Sep 23 17:52:01.606 INFO O| Sep 23 17:52:01.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91392024-09-23T17:52:03.688Z[ host-image] Sep 23 17:52:01.606 INFO O| Sep 23 17:52:01.606 INFO ok!
91402024-09-23T17:52:03.690Z[ host-image] Sep 23 17:52:01.606 INFO O| Sep 23 17:52:01.606 INFO STEP 57 (ensure_file) COMPLETE
91412024-09-23T17:52:03.690Z[ host-image] Sep 23 17:52:01.606 INFO O| Sep 23 17:52:01.606 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-09-23T17:52:03.704Z[ host-image] Sep 23 17:52:01.622 INFO O| Sep 23 17:52:01.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91432024-09-23T17:52:03.708Z[ host-image] Sep 23 17:52:01.622 INFO O| Sep 23 17:52:01.622 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91442024-09-23T17:52:04.893Z[ host-image] Sep 23 17:52:02.811 INFO O| Sep 23 17:52:02.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91452024-09-23T17:52:04.893Z[ host-image] Sep 23 17:52:02.811 INFO O| Sep 23 17:52:02.811 INFO ok!
91462024-09-23T17:52:04.893Z[ host-image] Sep 23 17:52:02.811 INFO O| Sep 23 17:52:02.811 INFO STEP 58 (ensure_file) COMPLETE
91472024-09-23T17:52:04.893Z[ host-image] Sep 23 17:52:02.811 INFO O| Sep 23 17:52:02.811 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-09-23T17:52:04.905Z[ host-image] Sep 23 17:52:02.823 INFO O| Sep 23 17:52:02.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91492024-09-23T17:52:04.908Z[ host-image] Sep 23 17:52:02.823 INFO O| Sep 23 17:52:02.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91502024-09-23T17:52:04.909Z[ host-image] Sep 23 17:52:02.823 INFO O| Sep 23 17:52:02.823 INFO STEP 59 (ensure_dir) COMPLETE
91512024-09-23T17:52:04.909Z[ host-image] Sep 23 17:52:02.823 INFO O| Sep 23 17:52:02.823 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91522024-09-23T17:52:04.916Z[ host-image] Sep 23 17:52:02.834 INFO O| Sep 23 17:52:02.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91532024-09-23T17:52:04.916Z[ host-image] Sep 23 17:52:02.834 INFO O| Sep 23 17:52:02.833 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
91542024-09-23T17:52:04.918Z[ host-image] Sep 23 17:52:02.834 INFO O| Sep 23 17:52:02.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91552024-09-23T17:52:04.918Z[ host-image] Sep 23 17:52:02.834 INFO O| Sep 23 17:52:02.834 INFO ok!
91562024-09-23T17:52:04.918Z[ host-image] Sep 23 17:52:02.834 INFO O| Sep 23 17:52:02.834 INFO STEP 60 (ensure_file) COMPLETE
91572024-09-23T17:52:04.918Z[ host-image] Sep 23 17:52:02.834 INFO O| Sep 23 17:52:02.834 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91582024-09-23T17:52:04.926Z[ host-image] Sep 23 17:52:02.844 INFO O| Sep 23 17:52:02.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91592024-09-23T17:52:04.926Z[ host-image] Sep 23 17:52:02.844 INFO O| Sep 23 17:52:02.844 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
91602024-09-23T17:52:04.928Z[ host-image] Sep 23 17:52:02.844 INFO O| Sep 23 17:52:02.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91612024-09-23T17:52:04.928Z[ host-image] Sep 23 17:52:02.844 INFO O| Sep 23 17:52:02.844 INFO ok!
91622024-09-23T17:52:04.928Z[ host-image] Sep 23 17:52:02.844 INFO O| Sep 23 17:52:02.844 INFO STEP 61 (ensure_file) COMPLETE
91632024-09-23T17:52:04.928Z[ host-image] Sep 23 17:52:02.844 INFO O| Sep 23 17:52:02.844 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91642024-09-23T17:52:04.936Z[ host-image] Sep 23 17:52:02.854 INFO O| Sep 23 17:52:02.854 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91652024-09-23T17:52:04.936Z[ host-image] Sep 23 17:52:02.854 INFO O| Sep 23 17:52:02.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91662024-09-23T17:52:04.938Z[ host-image] Sep 23 17:52:02.854 INFO O| Sep 23 17:52:02.854 INFO STEP 62 (ensure_dir) COMPLETE
91672024-09-23T17:52:04.938Z[ host-image] Sep 23 17:52:02.854 INFO O| Sep 23 17:52:02.854 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91682024-09-23T17:52:04.946Z[ host-image] Sep 23 17:52:02.863 INFO O| Sep 23 17:52:02.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91692024-09-23T17:52:04.946Z[ host-image] Sep 23 17:52:02.864 INFO O| Sep 23 17:52:02.863 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
91702024-09-23T17:52:04.946Z[ host-image] Sep 23 17:52:02.864 INFO O| Sep 23 17:52:02.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91712024-09-23T17:52:04.948Z[ host-image] Sep 23 17:52:02.864 INFO O| Sep 23 17:52:02.864 INFO ok!
91722024-09-23T17:52:04.948Z[ host-image] Sep 23 17:52:02.864 INFO O| Sep 23 17:52:02.864 INFO STEP 63 (ensure_file) COMPLETE
91732024-09-23T17:52:04.948Z[ host-image] Sep 23 17:52:02.864 INFO O| Sep 23 17:52:02.864 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91742024-09-23T17:52:04.956Z[ host-image] Sep 23 17:52:02.874 INFO O| Sep 23 17:52:02.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91752024-09-23T17:52:04.956Z[ host-image] Sep 23 17:52:02.874 INFO O| Sep 23 17:52:02.874 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
91762024-09-23T17:52:04.956Z[ host-image] Sep 23 17:52:02.874 INFO O| Sep 23 17:52:02.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91772024-09-23T17:52:04.958Z[ host-image] Sep 23 17:52:02.874 INFO O| Sep 23 17:52:02.874 INFO ok!
91782024-09-23T17:52:04.958Z[ host-image] Sep 23 17:52:02.874 INFO O| Sep 23 17:52:02.874 INFO STEP 64 (ensure_file) COMPLETE
91792024-09-23T17:52:04.958Z[ host-image] Sep 23 17:52:02.874 INFO O| Sep 23 17:52:02.874 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91802024-09-23T17:52:04.966Z[ host-image] Sep 23 17:52:02.884 INFO O| Sep 23 17:52:02.884 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91812024-09-23T17:52:04.966Z[ host-image] Sep 23 17:52:02.884 INFO O| Sep 23 17:52:02.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91822024-09-23T17:52:04.966Z[ host-image] Sep 23 17:52:02.884 INFO O| Sep 23 17:52:02.884 INFO STEP 65 (ensure_dir) COMPLETE
91832024-09-23T17:52:04.968Z[ host-image] Sep 23 17:52:02.884 INFO O| Sep 23 17:52:02.884 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-09-23T17:52:04.976Z[ host-image] Sep 23 17:52:02.894 INFO O| Sep 23 17:52:02.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91852024-09-23T17:52:04.976Z[ host-image] Sep 23 17:52:02.894 INFO O| Sep 23 17:52:02.894 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
91862024-09-23T17:52:04.978Z[ host-image] Sep 23 17:52:02.894 INFO O| Sep 23 17:52:02.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91872024-09-23T17:52:04.978Z[ host-image] Sep 23 17:52:02.894 INFO O| Sep 23 17:52:02.894 INFO ok!
91882024-09-23T17:52:04.978Z[ host-image] Sep 23 17:52:02.894 INFO O| Sep 23 17:52:02.894 INFO STEP 66 (ensure_file) COMPLETE
91892024-09-23T17:52:04.979Z[ host-image] Sep 23 17:52:02.894 INFO O| Sep 23 17:52:02.894 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-09-23T17:52:04.986Z[ host-image] Sep 23 17:52:02.904 INFO O| Sep 23 17:52:02.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91912024-09-23T17:52:04.986Z[ host-image] Sep 23 17:52:02.904 INFO O| Sep 23 17:52:02.904 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91922024-09-23T17:52:04.988Z[ host-image] Sep 23 17:52:02.904 INFO O| Sep 23 17:52:02.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91932024-09-23T17:52:04.988Z[ host-image] Sep 23 17:52:02.904 INFO O| Sep 23 17:52:02.904 INFO ok!
91942024-09-23T17:52:04.988Z[ host-image] Sep 23 17:52:02.904 INFO O| Sep 23 17:52:02.904 INFO STEP 67 (ensure_file) COMPLETE
91952024-09-23T17:52:04.988Z[ host-image] Sep 23 17:52:02.904 INFO O| Sep 23 17:52:02.904 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-09-23T17:52:04.995Z[ host-image] Sep 23 17:52:02.913 INFO O| Sep 23 17:52:02.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91972024-09-23T17:52:04.999Z[ host-image] Sep 23 17:52:02.913 INFO O| Sep 23 17:52:02.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91982024-09-23T17:52:04.999Z[ host-image] Sep 23 17:52:02.913 INFO O| Sep 23 17:52:02.913 INFO STEP 68 (ensure_dir) COMPLETE
91992024-09-23T17:52:04.999Z[ host-image] Sep 23 17:52:02.913 INFO O| Sep 23 17:52:02.913 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-09-23T17:52:05.005Z[ host-image] Sep 23 17:52:02.923 INFO O| Sep 23 17:52:02.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92012024-09-23T17:52:05.005Z[ host-image] Sep 23 17:52:02.923 INFO O| Sep 23 17:52:02.923 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92022024-09-23T17:52:05.562Z[ host-image] Sep 23 17:52:03.479 INFO O| Sep 23 17:52:03.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92032024-09-23T17:52:05.562Z[ host-image] Sep 23 17:52:03.479 INFO O| Sep 23 17:52:03.479 INFO ok!
92042024-09-23T17:52:05.563Z[ host-image] Sep 23 17:52:03.479 INFO O| Sep 23 17:52:03.479 INFO STEP 69 (ensure_file) COMPLETE
92052024-09-23T17:52:05.563Z[ host-image] Sep 23 17:52:03.479 INFO O| Sep 23 17:52:03.479 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92062024-09-23T17:52:05.573Z[ host-image] Sep 23 17:52:03.491 INFO O| Sep 23 17:52:03.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92072024-09-23T17:52:05.573Z[ host-image] Sep 23 17:52:03.491 INFO O| Sep 23 17:52:03.491 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92082024-09-23T17:52:05.949Z[ recovery-image] Sep 23 17:52:03.867 INFO E| Finished `release` profile [optimized] target(s) in 38.55s
92092024-09-23T17:52:05.974Z[ recovery-image] Sep 23 17:52:03.891 INFO building host image...
92102024-09-23T17:52:05.976Z[ recovery-image] Sep 23 17:52:03.892 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
92112024-09-23T17:52:06.620Z[ recovery-image] Sep 23 17:52:04.537 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92122024-09-23T17:52:07.548Z[ host-image] Sep 23 17:52:05.465 INFO O| Sep 23 17:52:05.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92132024-09-23T17:52:07.548Z[ host-image] Sep 23 17:52:05.465 INFO O| Sep 23 17:52:05.465 INFO ok!
92142024-09-23T17:52:07.551Z[ host-image] Sep 23 17:52:05.465 INFO O| Sep 23 17:52:05.465 INFO STEP 70 (ensure_file) COMPLETE
92152024-09-23T17:52:07.551Z[ host-image] Sep 23 17:52:05.465 INFO O| Sep 23 17:52:05.465 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-09-23T17:52:07.561Z[ host-image] Sep 23 17:52:05.478 INFO O| Sep 23 17:52:05.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92172024-09-23T17:52:07.561Z[ host-image] Sep 23 17:52:05.478 INFO O| Sep 23 17:52:05.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92182024-09-23T17:52:07.563Z[ host-image] Sep 23 17:52:05.478 INFO O| Sep 23 17:52:05.478 INFO STEP 71 (ensure_dir) COMPLETE
92192024-09-23T17:52:07.563Z[ host-image] Sep 23 17:52:05.478 INFO O| Sep 23 17:52:05.478 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-23T17:52:07.571Z[ host-image] Sep 23 17:52:05.488 INFO O| Sep 23 17:52:05.488 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92212024-09-23T17:52:07.571Z[ host-image] Sep 23 17:52:05.488 INFO O| Sep 23 17:52:05.488 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
92222024-09-23T17:52:07.573Z[ host-image] Sep 23 17:52:05.489 INFO O| Sep 23 17:52:05.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92232024-09-23T17:52:07.573Z[ host-image] Sep 23 17:52:05.489 INFO O| Sep 23 17:52:05.489 INFO ok!
92242024-09-23T17:52:07.573Z[ host-image] Sep 23 17:52:05.489 INFO O| Sep 23 17:52:05.489 INFO STEP 72 (ensure_file) COMPLETE
92252024-09-23T17:52:07.574Z[ host-image] Sep 23 17:52:05.489 INFO O| Sep 23 17:52:05.489 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-09-23T17:52:07.581Z[ host-image] Sep 23 17:52:05.499 INFO O| Sep 23 17:52:05.498 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92272024-09-23T17:52:07.581Z[ host-image] Sep 23 17:52:05.499 INFO O| Sep 23 17:52:05.499 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
92282024-09-23T17:52:07.584Z[ host-image] Sep 23 17:52:05.499 INFO O| Sep 23 17:52:05.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92292024-09-23T17:52:07.584Z[ host-image] Sep 23 17:52:05.499 INFO O| Sep 23 17:52:05.499 INFO ok!
92302024-09-23T17:52:07.584Z[ host-image] Sep 23 17:52:05.499 INFO O| Sep 23 17:52:05.499 INFO STEP 73 (ensure_file) COMPLETE
92312024-09-23T17:52:07.584Z[ host-image] Sep 23 17:52:05.499 INFO O| Sep 23 17:52:05.499 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-09-23T17:52:07.591Z[ host-image] Sep 23 17:52:05.508 INFO O| Sep 23 17:52:05.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92332024-09-23T17:52:07.591Z[ host-image] Sep 23 17:52:05.508 INFO O| Sep 23 17:52:05.508 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92342024-09-23T17:52:07.594Z[ host-image] Sep 23 17:52:05.508 INFO O| Sep 23 17:52:05.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92352024-09-23T17:52:07.594Z[ host-image] Sep 23 17:52:05.508 INFO O| Sep 23 17:52:05.508 INFO ok!
92362024-09-23T17:52:07.594Z[ host-image] Sep 23 17:52:05.508 INFO O| Sep 23 17:52:05.508 INFO STEP 74 (ensure_file) COMPLETE
92372024-09-23T17:52:07.594Z[ host-image] Sep 23 17:52:05.508 INFO O| Sep 23 17:52:05.508 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-09-23T17:52:07.600Z[ host-image] Sep 23 17:52:05.518 INFO O| Sep 23 17:52:05.518 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92392024-09-23T17:52:07.600Z[ host-image] Sep 23 17:52:05.518 INFO O| Sep 23 17:52:05.518 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92402024-09-23T17:52:07.603Z[ host-image] Sep 23 17:52:05.518 INFO O| Sep 23 17:52:05.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92412024-09-23T17:52:07.603Z[ host-image] Sep 23 17:52:05.518 INFO O| Sep 23 17:52:05.518 INFO ok!
92422024-09-23T17:52:07.603Z[ host-image] Sep 23 17:52:05.518 INFO O| Sep 23 17:52:05.518 INFO STEP 75 (ensure_file) COMPLETE
92432024-09-23T17:52:07.603Z[ host-image] Sep 23 17:52:05.518 INFO O| Sep 23 17:52:05.518 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92442024-09-23T17:52:07.611Z[ host-image] Sep 23 17:52:05.528 INFO O| Sep 23 17:52:05.528 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92452024-09-23T17:52:07.613Z[ host-image] Sep 23 17:52:05.528 INFO O| Sep 23 17:52:05.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92462024-09-23T17:52:07.613Z[ host-image] Sep 23 17:52:05.528 INFO O| Sep 23 17:52:05.528 INFO STEP 76 (ensure_dir) COMPLETE
92472024-09-23T17:52:07.613Z[ host-image] Sep 23 17:52:05.528 INFO O| Sep 23 17:52:05.528 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-23T17:52:07.622Z[ host-image] Sep 23 17:52:05.540 INFO O| Sep 23 17:52:05.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92492024-09-23T17:52:07.622Z[ host-image] Sep 23 17:52:05.540 INFO O| Sep 23 17:52:05.540 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92502024-09-23T17:52:07.625Z[ host-image] Sep 23 17:52:05.543 INFO O| Sep 23 17:52:05.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92512024-09-23T17:52:07.625Z[ host-image] Sep 23 17:52:05.543 INFO O| Sep 23 17:52:05.543 INFO ok!
92522024-09-23T17:52:07.628Z[ host-image] Sep 23 17:52:05.543 INFO O| Sep 23 17:52:05.543 INFO STEP 77 (ensure_file) COMPLETE
92532024-09-23T17:52:07.628Z[ host-image] Sep 23 17:52:05.543 INFO O| Sep 23 17:52:05.543 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-23T17:52:07.636Z[ host-image] Sep 23 17:52:05.554 INFO O| Sep 23 17:52:05.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92552024-09-23T17:52:07.636Z[ host-image] Sep 23 17:52:05.554 INFO O| Sep 23 17:52:05.554 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92562024-09-23T17:52:07.639Z[ host-image] Sep 23 17:52:05.554 INFO O| Sep 23 17:52:05.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92572024-09-23T17:52:07.639Z[ host-image] Sep 23 17:52:05.554 INFO O| Sep 23 17:52:05.554 INFO ok!
92582024-09-23T17:52:07.639Z[ host-image] Sep 23 17:52:05.554 INFO O| Sep 23 17:52:05.554 INFO STEP 78 (ensure_file) COMPLETE
92592024-09-23T17:52:07.639Z[ host-image] Sep 23 17:52:05.554 INFO O| Sep 23 17:52:05.554 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-09-23T17:52:07.647Z[ host-image] Sep 23 17:52:05.565 INFO O| Sep 23 17:52:05.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92612024-09-23T17:52:07.647Z[ host-image] Sep 23 17:52:05.565 INFO O| Sep 23 17:52:05.565 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92622024-09-23T17:52:08.488Z[ host-image] Sep 23 17:52:06.405 INFO O| Sep 23 17:52:06.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92632024-09-23T17:52:08.488Z[ host-image] Sep 23 17:52:06.405 INFO O| Sep 23 17:52:06.405 INFO ok!
92642024-09-23T17:52:08.490Z[ host-image] Sep 23 17:52:06.405 INFO O| Sep 23 17:52:06.405 INFO STEP 79 (ensure_file) COMPLETE
92652024-09-23T17:52:08.490Z[ host-image] Sep 23 17:52:06.405 INFO O| Sep 23 17:52:06.405 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-09-23T17:52:08.500Z[ host-image] Sep 23 17:52:06.418 INFO O| Sep 23 17:52:06.418 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92672024-09-23T17:52:08.501Z[ host-image] Sep 23 17:52:06.418 INFO O| Sep 23 17:52:06.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92682024-09-23T17:52:08.503Z[ host-image] Sep 23 17:52:06.418 INFO O| Sep 23 17:52:06.418 INFO STEP 80 (ensure_dir) COMPLETE
92692024-09-23T17:52:08.503Z[ host-image] Sep 23 17:52:06.418 INFO O| Sep 23 17:52:06.418 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-09-23T17:52:08.513Z[ host-image] Sep 23 17:52:06.430 INFO O| Sep 23 17:52:06.430 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92712024-09-23T17:52:08.515Z[ host-image] Sep 23 17:52:06.430 INFO O| Sep 23 17:52:06.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92722024-09-23T17:52:08.515Z[ host-image] Sep 23 17:52:06.430 INFO O| Sep 23 17:52:06.430 INFO STEP 81 (ensure_dir) COMPLETE
92732024-09-23T17:52:08.515Z[ host-image] Sep 23 17:52:06.430 INFO O| Sep 23 17:52:06.430 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-09-23T17:52:08.524Z[ host-image] Sep 23 17:52:06.441 INFO O| Sep 23 17:52:06.440 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92752024-09-23T17:52:08.527Z[ host-image] Sep 23 17:52:06.441 INFO O| Sep 23 17:52:06.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92762024-09-23T17:52:08.527Z[ host-image] Sep 23 17:52:06.441 INFO O| Sep 23 17:52:06.441 INFO STEP 82 (ensure_dir) COMPLETE
92772024-09-23T17:52:08.527Z[ host-image] Sep 23 17:52:06.441 INFO O| Sep 23 17:52:06.441 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-09-23T17:52:08.533Z[ host-image] Sep 23 17:52:06.450 INFO O| Sep 23 17:52:06.450 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92792024-09-23T17:52:08.536Z[ host-image] Sep 23 17:52:06.450 INFO O| Sep 23 17:52:06.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92802024-09-23T17:52:08.536Z[ host-image] Sep 23 17:52:06.450 INFO O| Sep 23 17:52:06.450 INFO STEP 83 (ensure_dir) COMPLETE
92812024-09-23T17:52:08.536Z[ host-image] Sep 23 17:52:06.450 INFO O| Sep 23 17:52:06.450 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-09-23T17:52:08.542Z[ host-image] Sep 23 17:52:06.460 INFO O| Sep 23 17:52:06.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92832024-09-23T17:52:08.542Z[ host-image] Sep 23 17:52:06.460 INFO O| Sep 23 17:52:06.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92842024-09-23T17:52:08.542Z[ host-image] Sep 23 17:52:06.460 INFO O| Sep 23 17:52:06.460 INFO STEP 84 (ensure_dir) COMPLETE
92852024-09-23T17:52:08.545Z[ host-image] Sep 23 17:52:06.460 INFO O| Sep 23 17:52:06.460 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-09-23T17:52:08.553Z[ host-image] Sep 23 17:52:06.471 INFO O| Sep 23 17:52:06.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92872024-09-23T17:52:08.553Z[ host-image] Sep 23 17:52:06.471 INFO O| Sep 23 17:52:06.470 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
92882024-09-23T17:52:08.556Z[ host-image] Sep 23 17:52:06.471 INFO O| Sep 23 17:52:06.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92892024-09-23T17:52:08.556Z[ host-image] Sep 23 17:52:06.471 INFO O| Sep 23 17:52:06.471 INFO ok!
92902024-09-23T17:52:08.556Z[ host-image] Sep 23 17:52:06.471 INFO O| Sep 23 17:52:06.471 INFO STEP 85 (ensure_file) COMPLETE
92912024-09-23T17:52:08.556Z[ host-image] Sep 23 17:52:06.471 INFO O| Sep 23 17:52:06.471 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-09-23T17:52:08.563Z[ host-image] Sep 23 17:52:06.481 INFO O| Sep 23 17:52:06.481 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92932024-09-23T17:52:08.563Z[ host-image] Sep 23 17:52:06.481 INFO O| Sep 23 17:52:06.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92942024-09-23T17:52:08.563Z[ host-image] Sep 23 17:52:06.481 INFO O| Sep 23 17:52:06.481 INFO STEP 86 (ensure_dir) COMPLETE
92952024-09-23T17:52:08.566Z[ host-image] Sep 23 17:52:06.481 INFO O| Sep 23 17:52:06.481 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-09-23T17:52:08.574Z[ host-image] Sep 23 17:52:06.491 INFO O| Sep 23 17:52:06.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92972024-09-23T17:52:08.574Z[ host-image] Sep 23 17:52:06.491 INFO O| Sep 23 17:52:06.491 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92982024-09-23T17:52:08.576Z[ host-image] Sep 23 17:52:06.491 INFO O| Sep 23 17:52:06.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92992024-09-23T17:52:08.576Z[ host-image] Sep 23 17:52:06.491 INFO O| Sep 23 17:52:06.491 INFO ok!
93002024-09-23T17:52:08.576Z[ host-image] Sep 23 17:52:06.491 INFO O| Sep 23 17:52:06.491 INFO STEP 87 (ensure_file) COMPLETE
93012024-09-23T17:52:08.576Z[ host-image] Sep 23 17:52:06.491 INFO O| Sep 23 17:52:06.491 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-09-23T17:52:08.583Z[ host-image] Sep 23 17:52:06.501 INFO O| Sep 23 17:52:06.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93032024-09-23T17:52:08.586Z[ host-image] Sep 23 17:52:06.501 INFO O| Sep 23 17:52:06.501 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93042024-09-23T17:52:08.592Z[ host-image] Sep 23 17:52:06.510 INFO O| Sep 23 17:52:06.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93052024-09-23T17:52:08.592Z[ host-image] Sep 23 17:52:06.510 INFO O| Sep 23 17:52:06.510 INFO ok!
93062024-09-23T17:52:08.595Z[ host-image] Sep 23 17:52:06.510 INFO O| Sep 23 17:52:06.510 INFO STEP 88 (ensure_file) COMPLETE
93072024-09-23T17:52:08.595Z[ host-image] Sep 23 17:52:06.510 INFO O| Sep 23 17:52:06.510 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-09-23T17:52:08.604Z[ host-image] Sep 23 17:52:06.520 INFO O| Sep 23 17:52:06.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93092024-09-23T17:52:08.604Z[ host-image] Sep 23 17:52:06.520 INFO O| Sep 23 17:52:06.520 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93102024-09-23T17:52:08.635Z[ recovery-image] Sep 23 17:52:06.552 INFO image complete! materials are in "/work/os-recovery"
93112024-09-23T17:52:08.639Z[ recovery-image]
93122024-09-23T17:52:08.639Z[ recovery-image] real 8:05.912099451
93132024-09-23T17:52:08.642Z[ recovery-image] user 4:39.911005129
93142024-09-23T17:52:08.642ZSep 23 17:52:06.557 INFO [recovery-image] process exited with exit status: 0 (485.927540772s)
93152024-09-23T17:52:08.643Z[ recovery-image] sys 45.926169765
93162024-09-23T17:52:08.643Z[ recovery-image] trap 0.206775107
93172024-09-23T17:52:08.643Z[ recovery-image] tflt 0.357674997
93182024-09-23T17:52:08.643Z[ recovery-image] dflt 1.238322427
93192024-09-23T17:52:08.643Z[ recovery-image] kflt 0.000067562
93202024-09-23T17:52:08.643Z[ recovery-image] lock 9:53.570719076
93212024-09-23T17:52:08.643Z[ recovery-image] slp 51:04.055704801
93222024-09-23T17:52:08.643Z[ recovery-image] lat 1:36.269900116
93232024-09-23T17:52:08.643Z[ recovery-image] stop 3.406367340
93242024-09-23T17:52:09.041Z[ host-image] Sep 23 17:52:06.959 INFO O| Sep 23 17:52:06.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93252024-09-23T17:52:09.044Z[ host-image] Sep 23 17:52:06.959 INFO O| Sep 23 17:52:06.959 INFO ok!
93262024-09-23T17:52:09.044Z[ host-image] Sep 23 17:52:06.959 INFO O| Sep 23 17:52:06.959 INFO STEP 89 (ensure_file) COMPLETE
93272024-09-23T17:52:09.044Z[ host-image] Sep 23 17:52:06.959 INFO O| Sep 23 17:52:06.959 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-09-23T17:52:09.054Z[ host-image] Sep 23 17:52:06.972 INFO O| Sep 23 17:52:06.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93292024-09-23T17:52:09.054Z[ host-image] Sep 23 17:52:06.972 INFO O| Sep 23 17:52:06.972 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93302024-09-23T17:52:09.057Z[ host-image] Sep 23 17:52:06.972 INFO O| Sep 23 17:52:06.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93312024-09-23T17:52:09.057Z[ host-image] Sep 23 17:52:06.972 INFO O| Sep 23 17:52:06.972 INFO ok!
93322024-09-23T17:52:09.057Z[ host-image] Sep 23 17:52:06.972 INFO O| Sep 23 17:52:06.972 INFO STEP 90 (ensure_file) COMPLETE
93332024-09-23T17:52:09.057Z[ host-image] Sep 23 17:52:06.972 INFO O| Sep 23 17:52:06.972 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-09-23T17:52:09.065Z[ host-image] Sep 23 17:52:06.982 INFO O| Sep 23 17:52:06.982 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93352024-09-23T17:52:09.068Z[ host-image] Sep 23 17:52:06.982 INFO O| Sep 23 17:52:06.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93362024-09-23T17:52:09.068Z[ host-image] Sep 23 17:52:06.982 INFO O| Sep 23 17:52:06.982 INFO STEP 91 (ensure_dir) COMPLETE
93372024-09-23T17:52:09.068Z[ host-image] Sep 23 17:52:06.982 INFO O| Sep 23 17:52:06.982 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-09-23T17:52:09.075Z[ host-image] Sep 23 17:52:06.993 INFO O| Sep 23 17:52:06.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93392024-09-23T17:52:09.075Z[ host-image] Sep 23 17:52:06.993 INFO O| Sep 23 17:52:06.993 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
93402024-09-23T17:52:09.078Z[ host-image] Sep 23 17:52:06.993 INFO O| Sep 23 17:52:06.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93412024-09-23T17:52:09.078Z[ host-image] Sep 23 17:52:06.993 INFO O| Sep 23 17:52:06.993 INFO ok!
93422024-09-23T17:52:09.078Z[ host-image] Sep 23 17:52:06.993 INFO O| Sep 23 17:52:06.993 INFO STEP 92 (ensure_file) COMPLETE
93432024-09-23T17:52:09.078Z[ host-image] Sep 23 17:52:06.993 INFO O| Sep 23 17:52:06.993 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-09-23T17:52:09.087Z[ host-image] Sep 23 17:52:07.003 INFO O| Sep 23 17:52:07.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93452024-09-23T17:52:09.087Z[ host-image] Sep 23 17:52:07.003 INFO O| Sep 23 17:52:07.003 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
93462024-09-23T17:52:09.089Z[ host-image] Sep 23 17:52:07.003 INFO O| Sep 23 17:52:07.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93472024-09-23T17:52:09.089Z[ host-image] Sep 23 17:52:07.003 INFO O| Sep 23 17:52:07.003 INFO ok!
93482024-09-23T17:52:09.089Z[ host-image] Sep 23 17:52:07.003 INFO O| Sep 23 17:52:07.003 INFO STEP 93 (ensure_file) COMPLETE
93492024-09-23T17:52:09.089Z[ host-image] Sep 23 17:52:07.003 INFO O| Sep 23 17:52:07.003 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-09-23T17:52:09.097Z[ host-image] Sep 23 17:52:07.013 INFO O| Sep 23 17:52:07.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93512024-09-23T17:52:09.097Z[ host-image] Sep 23 17:52:07.013 INFO O| Sep 23 17:52:07.013 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
93522024-09-23T17:52:09.099Z[ host-image] Sep 23 17:52:07.013 INFO O| Sep 23 17:52:07.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93532024-09-23T17:52:09.099Z[ host-image] Sep 23 17:52:07.013 INFO O| Sep 23 17:52:07.013 INFO ok!
93542024-09-23T17:52:09.099Z[ host-image] Sep 23 17:52:07.014 INFO O| Sep 23 17:52:07.013 INFO STEP 94 (ensure_file) COMPLETE
93552024-09-23T17:52:09.099Z[ host-image] Sep 23 17:52:07.014 INFO O| Sep 23 17:52:07.013 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-09-23T17:52:09.107Z[ host-image] Sep 23 17:52:07.024 INFO O| Sep 23 17:52:07.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93572024-09-23T17:52:09.108Z[ host-image] Sep 23 17:52:07.024 INFO O| Sep 23 17:52:07.024 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
93582024-09-23T17:52:09.110Z[ host-image] Sep 23 17:52:07.024 INFO O| Sep 23 17:52:07.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93592024-09-23T17:52:09.110Z[ host-image] Sep 23 17:52:07.024 INFO O| Sep 23 17:52:07.024 INFO ok!
93602024-09-23T17:52:09.110Z[ host-image] Sep 23 17:52:07.024 INFO O| Sep 23 17:52:07.024 INFO STEP 95 (ensure_file) COMPLETE
93612024-09-23T17:52:09.110Z[ host-image] Sep 23 17:52:07.024 INFO O| Sep 23 17:52:07.024 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-09-23T17:52:09.116Z[ host-image] Sep 23 17:52:07.034 INFO O| Sep 23 17:52:07.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93632024-09-23T17:52:09.116Z[ host-image] Sep 23 17:52:07.034 INFO O| Sep 23 17:52:07.034 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
93642024-09-23T17:52:09.119Z[ host-image] Sep 23 17:52:07.034 INFO O| Sep 23 17:52:07.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93652024-09-23T17:52:09.119Z[ host-image] Sep 23 17:52:07.034 INFO O| Sep 23 17:52:07.034 INFO ok!
93662024-09-23T17:52:09.119Z[ host-image] Sep 23 17:52:07.034 INFO O| Sep 23 17:52:07.034 INFO STEP 96 (ensure_file) COMPLETE
93672024-09-23T17:52:09.119Z[ host-image] Sep 23 17:52:07.034 INFO O| Sep 23 17:52:07.034 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-09-23T17:52:09.126Z[ host-image] Sep 23 17:52:07.043 INFO O| Sep 23 17:52:07.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93692024-09-23T17:52:09.129Z[ host-image] Sep 23 17:52:07.044 INFO O| Sep 23 17:52:07.043 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93702024-09-23T17:52:09.129Z[ host-image] Sep 23 17:52:07.044 INFO O| Sep 23 17:52:07.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93712024-09-23T17:52:09.129Z[ host-image] Sep 23 17:52:07.044 INFO O| Sep 23 17:52:07.044 INFO ok!
93722024-09-23T17:52:09.129Z[ host-image] Sep 23 17:52:07.044 INFO O| Sep 23 17:52:07.044 INFO STEP 97 (ensure_file) COMPLETE
93732024-09-23T17:52:09.129Z[ host-image] Sep 23 17:52:07.044 INFO O| Sep 23 17:52:07.044 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-09-23T17:52:09.136Z[ host-image] Sep 23 17:52:07.053 INFO O| Sep 23 17:52:07.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93752024-09-23T17:52:09.136Z[ host-image] Sep 23 17:52:07.053 INFO O| Sep 23 17:52:07.053 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
93762024-09-23T17:52:09.138Z[ host-image] Sep 23 17:52:07.053 INFO O| Sep 23 17:52:07.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93772024-09-23T17:52:09.138Z[ host-image] Sep 23 17:52:07.053 INFO O| Sep 23 17:52:07.053 INFO ok!
93782024-09-23T17:52:09.138Z[ host-image] Sep 23 17:52:07.053 INFO O| Sep 23 17:52:07.053 INFO STEP 98 (ensure_file) COMPLETE
93792024-09-23T17:52:09.138Z[ host-image] Sep 23 17:52:07.053 INFO O| Sep 23 17:52:07.053 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-09-23T17:52:09.145Z[ host-image] Sep 23 17:52:07.063 INFO O| Sep 23 17:52:07.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93812024-09-23T17:52:09.145Z[ host-image] Sep 23 17:52:07.063 INFO O| Sep 23 17:52:07.063 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
93822024-09-23T17:52:09.150Z[ host-image] Sep 23 17:52:07.063 INFO O| Sep 23 17:52:07.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93832024-09-23T17:52:09.150Z[ host-image] Sep 23 17:52:07.063 INFO O| Sep 23 17:52:07.063 INFO ok!
93842024-09-23T17:52:09.150Z[ host-image] Sep 23 17:52:07.063 INFO O| Sep 23 17:52:07.063 INFO STEP 99 (ensure_file) COMPLETE
93852024-09-23T17:52:09.150Z[ host-image] Sep 23 17:52:07.063 INFO O| Sep 23 17:52:07.063 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-09-23T17:52:09.155Z[ host-image] Sep 23 17:52:07.072 INFO O| Sep 23 17:52:07.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93872024-09-23T17:52:09.155Z[ host-image] Sep 23 17:52:07.072 INFO O| Sep 23 17:52:07.072 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
93882024-09-23T17:52:09.158Z[ host-image] Sep 23 17:52:07.072 INFO O| Sep 23 17:52:07.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93892024-09-23T17:52:09.158Z[ host-image] Sep 23 17:52:07.072 INFO O| Sep 23 17:52:07.072 INFO ok!
93902024-09-23T17:52:09.158Z[ host-image] Sep 23 17:52:07.072 INFO O| Sep 23 17:52:07.072 INFO STEP 100 (ensure_file) COMPLETE
93912024-09-23T17:52:09.158Z[ host-image] Sep 23 17:52:07.072 INFO O| Sep 23 17:52:07.072 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-09-23T17:52:09.165Z[ host-image] Sep 23 17:52:07.082 INFO O| Sep 23 17:52:07.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93932024-09-23T17:52:09.165Z[ host-image] Sep 23 17:52:07.082 INFO O| Sep 23 17:52:07.082 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93942024-09-23T17:52:09.167Z[ host-image] Sep 23 17:52:07.082 INFO O| Sep 23 17:52:07.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93952024-09-23T17:52:09.167Z[ host-image] Sep 23 17:52:07.082 INFO O| Sep 23 17:52:07.082 INFO ok!
93962024-09-23T17:52:09.167Z[ host-image] Sep 23 17:52:07.082 INFO O| Sep 23 17:52:07.082 INFO STEP 101 (ensure_file) COMPLETE
93972024-09-23T17:52:09.167Z[ host-image] Sep 23 17:52:07.082 INFO O| Sep 23 17:52:07.082 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-09-23T17:52:09.175Z[ host-image] Sep 23 17:52:07.092 INFO O| Sep 23 17:52:07.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93992024-09-23T17:52:09.175Z[ host-image] Sep 23 17:52:07.092 INFO O| Sep 23 17:52:07.092 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
94002024-09-23T17:52:09.177Z[ host-image] Sep 23 17:52:07.092 INFO O| Sep 23 17:52:07.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94012024-09-23T17:52:09.177Z[ host-image] Sep 23 17:52:07.092 INFO O| Sep 23 17:52:07.092 INFO ok!
94022024-09-23T17:52:09.177Z[ host-image] Sep 23 17:52:07.092 INFO O| Sep 23 17:52:07.092 INFO STEP 102 (ensure_file) COMPLETE
94032024-09-23T17:52:09.178Z[ host-image] Sep 23 17:52:07.092 INFO O| Sep 23 17:52:07.092 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-09-23T17:52:09.184Z[ host-image] Sep 23 17:52:07.102 INFO O| Sep 23 17:52:07.102 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94052024-09-23T17:52:09.185Z[ host-image] Sep 23 17:52:07.102 INFO O| Sep 23 17:52:07.102 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
94062024-09-23T17:52:09.187Z[ host-image] Sep 23 17:52:07.102 INFO O| Sep 23 17:52:07.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94072024-09-23T17:52:09.187Z[ host-image] Sep 23 17:52:07.102 INFO O| Sep 23 17:52:07.102 INFO ok!
94082024-09-23T17:52:09.187Z[ host-image] Sep 23 17:52:07.102 INFO O| Sep 23 17:52:07.102 INFO STEP 103 (ensure_file) COMPLETE
94092024-09-23T17:52:09.187Z[ host-image] Sep 23 17:52:07.102 INFO O| Sep 23 17:52:07.102 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-09-23T17:52:09.195Z[ host-image] Sep 23 17:52:07.112 INFO O| Sep 23 17:52:07.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94112024-09-23T17:52:09.195Z[ host-image] Sep 23 17:52:07.112 INFO O| Sep 23 17:52:07.112 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
94122024-09-23T17:52:09.198Z[ host-image] Sep 23 17:52:07.112 INFO O| Sep 23 17:52:07.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94132024-09-23T17:52:09.198Z[ host-image] Sep 23 17:52:07.112 INFO O| Sep 23 17:52:07.112 INFO ok!
94142024-09-23T17:52:09.199Z[ host-image] Sep 23 17:52:07.112 INFO O| Sep 23 17:52:07.112 INFO STEP 104 (ensure_file) COMPLETE
94152024-09-23T17:52:09.199Z[ host-image] Sep 23 17:52:07.112 INFO O| Sep 23 17:52:07.112 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-09-23T17:52:09.205Z[ host-image] Sep 23 17:52:07.122 INFO O| Sep 23 17:52:07.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94172024-09-23T17:52:09.205Z[ host-image] Sep 23 17:52:07.122 INFO O| Sep 23 17:52:07.122 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
94182024-09-23T17:52:09.207Z[ host-image] Sep 23 17:52:07.122 INFO O| Sep 23 17:52:07.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94192024-09-23T17:52:09.207Z[ host-image] Sep 23 17:52:07.122 INFO O| Sep 23 17:52:07.122 INFO ok!
94202024-09-23T17:52:09.207Z[ host-image] Sep 23 17:52:07.122 INFO O| Sep 23 17:52:07.122 INFO STEP 105 (ensure_file) COMPLETE
94212024-09-23T17:52:09.207Z[ host-image] Sep 23 17:52:07.122 INFO O| Sep 23 17:52:07.122 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-09-23T17:52:09.214Z[ host-image] Sep 23 17:52:07.132 INFO O| Sep 23 17:52:07.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94232024-09-23T17:52:09.214Z[ host-image] Sep 23 17:52:07.132 INFO O| Sep 23 17:52:07.132 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
94242024-09-23T17:52:09.217Z[ host-image] Sep 23 17:52:07.132 INFO O| Sep 23 17:52:07.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94252024-09-23T17:52:09.217Z[ host-image] Sep 23 17:52:07.132 INFO O| Sep 23 17:52:07.132 INFO ok!
94262024-09-23T17:52:09.217Z[ host-image] Sep 23 17:52:07.132 INFO O| Sep 23 17:52:07.132 INFO STEP 106 (ensure_file) COMPLETE
94272024-09-23T17:52:09.217Z[ host-image] Sep 23 17:52:07.132 INFO O| Sep 23 17:52:07.132 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-09-23T17:52:09.224Z[ host-image] Sep 23 17:52:07.141 INFO O| Sep 23 17:52:07.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94292024-09-23T17:52:09.224Z[ host-image] Sep 23 17:52:07.141 INFO O| Sep 23 17:52:07.141 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
94302024-09-23T17:52:09.226Z[ host-image] Sep 23 17:52:07.141 INFO O| Sep 23 17:52:07.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94312024-09-23T17:52:09.226Z[ host-image] Sep 23 17:52:07.141 INFO O| Sep 23 17:52:07.141 INFO ok!
94322024-09-23T17:52:09.226Z[ host-image] Sep 23 17:52:07.141 INFO O| Sep 23 17:52:07.141 INFO STEP 107 (ensure_file) COMPLETE
94332024-09-23T17:52:09.226Z[ host-image] Sep 23 17:52:07.141 INFO O| Sep 23 17:52:07.141 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-09-23T17:52:09.233Z[ host-image] Sep 23 17:52:07.151 INFO O| Sep 23 17:52:07.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94352024-09-23T17:52:09.233Z[ host-image] Sep 23 17:52:07.151 INFO O| Sep 23 17:52:07.151 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
94362024-09-23T17:52:09.236Z[ host-image] Sep 23 17:52:07.151 INFO O| Sep 23 17:52:07.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94372024-09-23T17:52:09.236Z[ host-image] Sep 23 17:52:07.151 INFO O| Sep 23 17:52:07.151 INFO ok!
94382024-09-23T17:52:09.236Z[ host-image] Sep 23 17:52:07.151 INFO O| Sep 23 17:52:07.151 INFO STEP 108 (ensure_file) COMPLETE
94392024-09-23T17:52:09.236Z[ host-image] Sep 23 17:52:07.151 INFO O| Sep 23 17:52:07.151 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-09-23T17:52:09.243Z[ host-image] Sep 23 17:52:07.160 INFO O| Sep 23 17:52:07.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94412024-09-23T17:52:09.243Z[ host-image] Sep 23 17:52:07.160 INFO O| Sep 23 17:52:07.160 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
94422024-09-23T17:52:09.245Z[ host-image] Sep 23 17:52:07.160 INFO O| Sep 23 17:52:07.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94432024-09-23T17:52:09.245Z[ host-image] Sep 23 17:52:07.160 INFO O| Sep 23 17:52:07.160 INFO ok!
94442024-09-23T17:52:09.245Z[ host-image] Sep 23 17:52:07.160 INFO O| Sep 23 17:52:07.160 INFO STEP 109 (ensure_file) COMPLETE
94452024-09-23T17:52:09.245Z[ host-image] Sep 23 17:52:07.160 INFO O| Sep 23 17:52:07.160 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-09-23T17:52:09.252Z[ host-image] Sep 23 17:52:07.170 INFO O| Sep 23 17:52:07.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94472024-09-23T17:52:09.252Z[ host-image] Sep 23 17:52:07.170 INFO O| Sep 23 17:52:07.170 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
94482024-09-23T17:52:09.255Z[ host-image] Sep 23 17:52:07.170 INFO O| Sep 23 17:52:07.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94492024-09-23T17:52:09.255Z[ host-image] Sep 23 17:52:07.170 INFO O| Sep 23 17:52:07.170 INFO ok!
94502024-09-23T17:52:09.255Z[ host-image] Sep 23 17:52:07.170 INFO O| Sep 23 17:52:07.170 INFO STEP 110 (ensure_file) COMPLETE
94512024-09-23T17:52:09.255Z[ host-image] Sep 23 17:52:07.170 INFO O| Sep 23 17:52:07.170 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-09-23T17:52:09.262Z[ host-image] Sep 23 17:52:07.179 INFO O| Sep 23 17:52:07.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94532024-09-23T17:52:09.262Z[ host-image] Sep 23 17:52:07.179 INFO O| Sep 23 17:52:07.179 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
94542024-09-23T17:52:09.264Z[ host-image] Sep 23 17:52:07.179 INFO O| Sep 23 17:52:07.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94552024-09-23T17:52:09.264Z[ host-image] Sep 23 17:52:07.179 INFO O| Sep 23 17:52:07.179 INFO ok!
94562024-09-23T17:52:09.264Z[ host-image] Sep 23 17:52:07.179 INFO O| Sep 23 17:52:07.179 INFO STEP 111 (ensure_file) COMPLETE
94572024-09-23T17:52:09.264Z[ host-image] Sep 23 17:52:07.179 INFO O| Sep 23 17:52:07.179 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-09-23T17:52:09.271Z[ host-image] Sep 23 17:52:07.189 INFO O| Sep 23 17:52:07.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94592024-09-23T17:52:09.271Z[ host-image] Sep 23 17:52:07.189 INFO O| Sep 23 17:52:07.189 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
94602024-09-23T17:52:09.274Z[ host-image] Sep 23 17:52:07.189 INFO O| Sep 23 17:52:07.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94612024-09-23T17:52:09.274Z[ host-image] Sep 23 17:52:07.189 INFO O| Sep 23 17:52:07.189 INFO ok!
94622024-09-23T17:52:09.274Z[ host-image] Sep 23 17:52:07.189 INFO O| Sep 23 17:52:07.189 INFO STEP 112 (ensure_file) COMPLETE
94632024-09-23T17:52:09.274Z[ host-image] Sep 23 17:52:07.189 INFO O| Sep 23 17:52:07.189 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-09-23T17:52:09.281Z[ host-image] Sep 23 17:52:07.198 INFO O| Sep 23 17:52:07.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94652024-09-23T17:52:09.281Z[ host-image] Sep 23 17:52:07.198 INFO O| Sep 23 17:52:07.198 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
94662024-09-23T17:52:09.283Z[ host-image] Sep 23 17:52:07.198 INFO O| Sep 23 17:52:07.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94672024-09-23T17:52:09.283Z[ host-image] Sep 23 17:52:07.198 INFO O| Sep 23 17:52:07.198 INFO ok!
94682024-09-23T17:52:09.284Z[ host-image] Sep 23 17:52:07.198 INFO O| Sep 23 17:52:07.198 INFO STEP 113 (ensure_file) COMPLETE
94692024-09-23T17:52:09.284Z[ host-image] Sep 23 17:52:07.198 INFO O| Sep 23 17:52:07.198 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-09-23T17:52:09.290Z[ host-image] Sep 23 17:52:07.208 INFO O| Sep 23 17:52:07.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94712024-09-23T17:52:09.290Z[ host-image] Sep 23 17:52:07.208 INFO O| Sep 23 17:52:07.208 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
94722024-09-23T17:52:09.293Z[ host-image] Sep 23 17:52:07.208 INFO O| Sep 23 17:52:07.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94732024-09-23T17:52:09.293Z[ host-image] Sep 23 17:52:07.208 INFO O| Sep 23 17:52:07.208 INFO ok!
94742024-09-23T17:52:09.293Z[ host-image] Sep 23 17:52:07.208 INFO O| Sep 23 17:52:07.208 INFO STEP 114 (ensure_file) COMPLETE
94752024-09-23T17:52:09.293Z[ host-image] Sep 23 17:52:07.208 INFO O| Sep 23 17:52:07.208 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-09-23T17:52:09.300Z[ host-image] Sep 23 17:52:07.217 INFO O| Sep 23 17:52:07.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94772024-09-23T17:52:09.300Z[ host-image] Sep 23 17:52:07.217 INFO O| Sep 23 17:52:07.217 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
94782024-09-23T17:52:09.300Z[ host-image] Sep 23 17:52:07.217 INFO O| Sep 23 17:52:07.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94792024-09-23T17:52:09.302Z[ host-image] Sep 23 17:52:07.217 INFO O| Sep 23 17:52:07.217 INFO ok!
94802024-09-23T17:52:09.302Z[ host-image] Sep 23 17:52:07.217 INFO O| Sep 23 17:52:07.217 INFO STEP 115 (ensure_file) COMPLETE
94812024-09-23T17:52:09.302Z[ host-image] Sep 23 17:52:07.217 INFO O| Sep 23 17:52:07.217 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-09-23T17:52:09.309Z[ host-image] Sep 23 17:52:07.227 INFO O| Sep 23 17:52:07.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94832024-09-23T17:52:09.312Z[ host-image] Sep 23 17:52:07.227 INFO O| Sep 23 17:52:07.227 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94842024-09-23T17:52:09.312Z[ host-image] Sep 23 17:52:07.227 INFO O| Sep 23 17:52:07.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94852024-09-23T17:52:09.312Z[ host-image] Sep 23 17:52:07.227 INFO O| Sep 23 17:52:07.227 INFO ok!
94862024-09-23T17:52:09.312Z[ host-image] Sep 23 17:52:07.227 INFO O| Sep 23 17:52:07.227 INFO STEP 116 (ensure_file) COMPLETE
94872024-09-23T17:52:09.312Z[ host-image] Sep 23 17:52:07.227 INFO O| Sep 23 17:52:07.227 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-09-23T17:52:09.319Z[ host-image] Sep 23 17:52:07.236 INFO O| Sep 23 17:52:07.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94892024-09-23T17:52:09.321Z[ host-image] Sep 23 17:52:07.236 INFO O| Sep 23 17:52:07.236 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
94902024-09-23T17:52:09.321Z[ host-image] Sep 23 17:52:07.236 INFO O| Sep 23 17:52:07.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94912024-09-23T17:52:09.321Z[ host-image] Sep 23 17:52:07.236 INFO O| Sep 23 17:52:07.236 INFO ok!
94922024-09-23T17:52:09.321Z[ host-image] Sep 23 17:52:07.236 INFO O| Sep 23 17:52:07.236 INFO STEP 117 (ensure_file) COMPLETE
94932024-09-23T17:52:09.321Z[ host-image] Sep 23 17:52:07.236 INFO O| Sep 23 17:52:07.236 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-09-23T17:52:09.328Z[ host-image] Sep 23 17:52:07.246 INFO O| Sep 23 17:52:07.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94952024-09-23T17:52:09.328Z[ host-image] Sep 23 17:52:07.246 INFO O| Sep 23 17:52:07.246 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94962024-09-23T17:52:09.331Z[ host-image] Sep 23 17:52:07.246 INFO O| Sep 23 17:52:07.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94972024-09-23T17:52:09.331Z[ host-image] Sep 23 17:52:07.246 INFO O| Sep 23 17:52:07.246 INFO ok!
94982024-09-23T17:52:09.331Z[ host-image] Sep 23 17:52:07.246 INFO O| Sep 23 17:52:07.246 INFO STEP 118 (ensure_file) COMPLETE
94992024-09-23T17:52:09.331Z[ host-image] Sep 23 17:52:07.246 INFO O| Sep 23 17:52:07.246 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002024-09-23T17:52:09.338Z[ host-image] Sep 23 17:52:07.255 INFO O| Sep 23 17:52:07.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95012024-09-23T17:52:09.338Z[ host-image] Sep 23 17:52:07.255 INFO O| Sep 23 17:52:07.255 INFO copying /tmp/.tmpTNLru8/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95022024-09-23T17:52:12.688Z[ host-image] Sep 23 17:52:10.605 INFO O| Sep 23 17:52:10.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95032024-09-23T17:52:12.688Z[ host-image] Sep 23 17:52:10.605 INFO O| Sep 23 17:52:10.604 INFO ok!
95042024-09-23T17:52:12.688Z[ host-image] Sep 23 17:52:10.605 INFO O| Sep 23 17:52:10.604 INFO STEP 119 (ensure_file) COMPLETE
95052024-09-23T17:52:12.691Z[ host-image] Sep 23 17:52:10.605 INFO O| Sep 23 17:52:10.604 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-09-23T17:52:12.700Z[ host-image] Sep 23 17:52:10.617 INFO O| Sep 23 17:52:10.617 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95072024-09-23T17:52:12.700Z[ host-image] Sep 23 17:52:10.617 INFO O| Sep 23 17:52:10.617 INFO STEP 120 (ensure_dir) COMPLETE
95082024-09-23T17:52:12.700Z[ host-image] Sep 23 17:52:10.617 INFO O| Sep 23 17:52:10.617 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-09-23T17:52:12.710Z[ host-image] Sep 23 17:52:10.627 INFO O| Sep 23 17:52:10.627 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95102024-09-23T17:52:12.710Z[ host-image] Sep 23 17:52:10.627 INFO O| Sep 23 17:52:10.627 INFO STEP 121 (ensure_dir) COMPLETE
95112024-09-23T17:52:12.710Z[ host-image] Sep 23 17:52:10.627 INFO O| Sep 23 17:52:10.627 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-09-23T17:52:12.720Z[ host-image] Sep 23 17:52:10.637 INFO O| Sep 23 17:52:10.637 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95132024-09-23T17:52:12.720Z[ host-image] Sep 23 17:52:10.637 INFO O| Sep 23 17:52:10.637 INFO STEP 122 (ensure_dir) COMPLETE
95142024-09-23T17:52:12.722Z[ host-image] Sep 23 17:52:10.637 INFO O| Sep 23 17:52:10.637 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-09-23T17:52:12.729Z[ host-image] Sep 23 17:52:10.646 INFO O| Sep 23 17:52:10.646 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95162024-09-23T17:52:12.729Z[ host-image] Sep 23 17:52:10.646 INFO O| Sep 23 17:52:10.646 INFO STEP 123 (ensure_dir) COMPLETE
95172024-09-23T17:52:12.732Z[ host-image] Sep 23 17:52:10.646 INFO O| Sep 23 17:52:10.646 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-09-23T17:52:12.739Z[ host-image] Sep 23 17:52:10.656 INFO O| Sep 23 17:52:10.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95192024-09-23T17:52:12.739Z[ host-image] Sep 23 17:52:10.656 INFO O| Sep 23 17:52:10.656 INFO copying /tmp/.tmpTNLru8/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
95202024-09-23T17:52:12.741Z[ host-image] Sep 23 17:52:10.656 INFO O| Sep 23 17:52:10.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95212024-09-23T17:52:12.741Z[ host-image] Sep 23 17:52:10.656 INFO O| Sep 23 17:52:10.656 INFO ok!
95222024-09-23T17:52:12.741Z[ host-image] Sep 23 17:52:10.656 INFO O| Sep 23 17:52:10.656 INFO STEP 124 (ensure_file) COMPLETE
95232024-09-23T17:52:12.741Z[ host-image] Sep 23 17:52:10.656 INFO O| Sep 23 17:52:10.656 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-09-23T17:52:12.748Z[ host-image] Sep 23 17:52:10.665 INFO O| Sep 23 17:52:10.665 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95252024-09-23T17:52:12.748Z[ host-image] Sep 23 17:52:10.665 INFO O| Sep 23 17:52:10.665 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95262024-09-23T17:52:12.752Z[ host-image] Sep 23 17:52:10.665 INFO O| Sep 23 17:52:10.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95272024-09-23T17:52:12.752Z[ host-image] Sep 23 17:52:10.665 INFO O| Sep 23 17:52:10.665 INFO STEP 125 (ensure_dir) COMPLETE
95282024-09-23T17:52:12.752Z[ host-image] Sep 23 17:52:10.665 INFO O| Sep 23 17:52:10.665 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-09-23T17:52:12.758Z[ host-image] Sep 23 17:52:10.675 INFO O| Sep 23 17:52:10.675 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95302024-09-23T17:52:12.758Z[ host-image] Sep 23 17:52:10.675 INFO O| Sep 23 17:52:10.675 INFO copying /tmp/.tmpTNLru8/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95312024-09-23T17:52:12.760Z[ host-image] Sep 23 17:52:10.675 INFO O| Sep 23 17:52:10.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95322024-09-23T17:52:12.760Z[ host-image] Sep 23 17:52:10.675 INFO O| Sep 23 17:52:10.675 INFO ok!
95332024-09-23T17:52:12.760Z[ host-image] Sep 23 17:52:10.675 INFO O| Sep 23 17:52:10.675 INFO STEP 126 (ensure_file) COMPLETE
95342024-09-23T17:52:12.760Z[ host-image] Sep 23 17:52:10.675 INFO O| Sep 23 17:52:10.675 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95352024-09-23T17:52:12.767Z[ host-image] Sep 23 17:52:10.684 INFO O| Sep 23 17:52:10.684 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95362024-09-23T17:52:12.770Z[ host-image] Sep 23 17:52:10.685 INFO O| Sep 23 17:52:10.685 INFO STEP 127 (remove_files) COMPLETE
95372024-09-23T17:52:12.770Z[ host-image] Sep 23 17:52:10.685 INFO O| Sep 23 17:52:10.685 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95382024-09-23T17:52:12.777Z[ host-image] Sep 23 17:52:10.694 INFO O| Sep 23 17:52:10.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95392024-09-23T17:52:12.780Z[ host-image] Sep 23 17:52:10.694 INFO O| Sep 23 17:52:10.694 INFO STEP 128 (remove_files) COMPLETE
95402024-09-23T17:52:12.780Z[ host-image] Sep 23 17:52:10.694 INFO O| Sep 23 17:52:10.694 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95412024-09-23T17:52:12.786Z[ host-image] Sep 23 17:52:10.704 INFO O| Sep 23 17:52:10.703 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95422024-09-23T17:52:12.789Z[ host-image] Sep 23 17:52:10.704 INFO O| Sep 23 17:52:10.704 INFO STEP 129 (remove_files) COMPLETE
95432024-09-23T17:52:12.789Z[ host-image] Sep 23 17:52:10.704 INFO O| Sep 23 17:52:10.704 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95442024-09-23T17:52:12.796Z[ host-image] Sep 23 17:52:10.713 INFO O| Sep 23 17:52:10.713 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95452024-09-23T17:52:12.798Z[ host-image] Sep 23 17:52:10.713 INFO O| Sep 23 17:52:10.713 INFO STEP 130 (remove_files) COMPLETE
95462024-09-23T17:52:12.799Z[ host-image] Sep 23 17:52:10.713 INFO O| Sep 23 17:52:10.713 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95472024-09-23T17:52:12.806Z[ host-image] Sep 23 17:52:10.723 INFO O| Sep 23 17:52:10.722 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95482024-09-23T17:52:12.808Z[ host-image] Sep 23 17:52:10.723 INFO O| Sep 23 17:52:10.723 INFO STEP 131 (remove_files) COMPLETE
95492024-09-23T17:52:12.808Z[ host-image] Sep 23 17:52:10.723 INFO O| Sep 23 17:52:10.723 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95502024-09-23T17:52:12.815Z[ host-image] Sep 23 17:52:10.732 INFO O| Sep 23 17:52:10.732 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95512024-09-23T17:52:12.818Z[ host-image] Sep 23 17:52:10.732 INFO O| Sep 23 17:52:10.732 INFO STEP 132 (remove_files) COMPLETE
95522024-09-23T17:52:12.818Z[ host-image] Sep 23 17:52:10.732 INFO O| Sep 23 17:52:10.732 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95532024-09-23T17:52:12.825Z[ host-image] Sep 23 17:52:10.741 INFO O| Sep 23 17:52:10.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95542024-09-23T17:52:12.825Z[ host-image] Sep 23 17:52:10.742 INFO O| Sep 23 17:52:10.742 INFO STEP 133 (remove_files) COMPLETE
95552024-09-23T17:52:12.827Z[ host-image] Sep 23 17:52:10.742 INFO O| Sep 23 17:52:10.742 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95562024-09-23T17:52:12.834Z[ host-image] Sep 23 17:52:10.751 INFO O| Sep 23 17:52:10.751 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95572024-09-23T17:52:12.837Z[ host-image] Sep 23 17:52:10.751 INFO O| Sep 23 17:52:10.751 INFO STEP 134 (remove_files) COMPLETE
95582024-09-23T17:52:12.837Z[ host-image] Sep 23 17:52:10.751 INFO O| Sep 23 17:52:10.751 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95592024-09-23T17:52:12.844Z[ host-image] Sep 23 17:52:10.761 INFO O| Sep 23 17:52:10.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95602024-09-23T17:52:12.846Z[ host-image] Sep 23 17:52:10.761 INFO O| Sep 23 17:52:10.761 INFO STEP 135 (remove_files) COMPLETE
95612024-09-23T17:52:12.846Z[ host-image] Sep 23 17:52:10.761 INFO O| Sep 23 17:52:10.761 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95622024-09-23T17:52:12.853Z[ host-image] Sep 23 17:52:10.770 INFO O| Sep 23 17:52:10.770 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95632024-09-23T17:52:12.855Z[ host-image] Sep 23 17:52:10.770 INFO O| Sep 23 17:52:10.770 INFO STEP 136 (remove_files) COMPLETE
95642024-09-23T17:52:12.856Z[ host-image] Sep 23 17:52:10.770 INFO O| Sep 23 17:52:10.770 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95652024-09-23T17:52:12.863Z[ host-image] Sep 23 17:52:10.780 INFO O| Sep 23 17:52:10.780 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95662024-09-23T17:52:12.865Z[ host-image] Sep 23 17:52:10.780 INFO O| Sep 23 17:52:10.780 INFO STEP 137 (remove_files) COMPLETE
95672024-09-23T17:52:12.865Z[ host-image] Sep 23 17:52:10.780 INFO O| Sep 23 17:52:10.780 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95682024-09-23T17:52:12.872Z[ host-image] Sep 23 17:52:10.789 INFO O| Sep 23 17:52:10.789 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95692024-09-23T17:52:12.872Z[ host-image] Sep 23 17:52:10.789 INFO O| Sep 23 17:52:10.789 INFO STEP 138 (remove_files) COMPLETE
95702024-09-23T17:52:12.875Z[ host-image] Sep 23 17:52:10.789 INFO O| Sep 23 17:52:10.789 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95712024-09-23T17:52:12.882Z[ host-image] Sep 23 17:52:10.799 INFO O| Sep 23 17:52:10.799 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95722024-09-23T17:52:12.884Z[ host-image] Sep 23 17:52:10.799 INFO O| Sep 23 17:52:10.799 INFO STEP 139 (remove_files) COMPLETE
95732024-09-23T17:52:12.884Z[ host-image] Sep 23 17:52:10.799 INFO O| Sep 23 17:52:10.799 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95742024-09-23T17:52:12.891Z[ host-image] Sep 23 17:52:10.808 INFO O| Sep 23 17:52:10.808 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95752024-09-23T17:52:12.891Z[ host-image] Sep 23 17:52:10.808 INFO O| Sep 23 17:52:10.808 INFO STEP 140 (remove_files) COMPLETE
95762024-09-23T17:52:12.891Z[ host-image] Sep 23 17:52:10.808 INFO O| Sep 23 17:52:10.808 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95772024-09-23T17:52:12.900Z[ host-image] Sep 23 17:52:10.817 INFO O| Sep 23 17:52:10.817 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95782024-09-23T17:52:12.901Z[ host-image] Sep 23 17:52:10.818 INFO O| Sep 23 17:52:10.817 INFO STEP 141 (remove_files) COMPLETE
95792024-09-23T17:52:12.904Z[ host-image] Sep 23 17:52:10.818 INFO O| Sep 23 17:52:10.818 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95802024-09-23T17:52:12.910Z[ host-image] Sep 23 17:52:10.827 INFO O| Sep 23 17:52:10.827 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95812024-09-23T17:52:12.910Z[ host-image] Sep 23 17:52:10.827 INFO O| Sep 23 17:52:10.827 INFO STEP 142 (remove_files) COMPLETE
95822024-09-23T17:52:12.913Z[ host-image] Sep 23 17:52:10.827 INFO O| Sep 23 17:52:10.827 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95832024-09-23T17:52:12.919Z[ host-image] Sep 23 17:52:10.836 INFO O| Sep 23 17:52:10.836 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95842024-09-23T17:52:12.919Z[ host-image] Sep 23 17:52:10.837 INFO O| Sep 23 17:52:10.836 INFO STEP 143 (remove_files) COMPLETE
95852024-09-23T17:52:12.920Z[ host-image] Sep 23 17:52:10.837 INFO O| Sep 23 17:52:10.837 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95862024-09-23T17:52:12.929Z[ host-image] Sep 23 17:52:10.846 INFO O| Sep 23 17:52:10.846 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95872024-09-23T17:52:12.929Z[ host-image] Sep 23 17:52:10.846 INFO O| Sep 23 17:52:10.846 INFO STEP 144 (remove_files) COMPLETE
95882024-09-23T17:52:12.929Z[ host-image] Sep 23 17:52:10.846 INFO O| Sep 23 17:52:10.846 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95892024-09-23T17:52:12.938Z[ host-image] Sep 23 17:52:10.855 INFO O| Sep 23 17:52:10.855 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95902024-09-23T17:52:12.938Z[ host-image] Sep 23 17:52:10.855 INFO O| Sep 23 17:52:10.855 INFO STEP 145 (remove_files) COMPLETE
95912024-09-23T17:52:12.941Z[ host-image] Sep 23 17:52:10.855 INFO O| Sep 23 17:52:10.855 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95922024-09-23T17:52:12.948Z[ host-image] Sep 23 17:52:10.865 INFO O| Sep 23 17:52:10.865 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95932024-09-23T17:52:12.948Z[ host-image] Sep 23 17:52:10.865 INFO O| Sep 23 17:52:10.865 INFO STEP 146 (remove_files) COMPLETE
95942024-09-23T17:52:12.951Z[ host-image] Sep 23 17:52:10.865 INFO O| Sep 23 17:52:10.865 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95952024-09-23T17:52:12.957Z[ host-image] Sep 23 17:52:10.874 INFO O| Sep 23 17:52:10.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95962024-09-23T17:52:12.960Z[ host-image] Sep 23 17:52:10.874 INFO O| Sep 23 17:52:10.874 INFO STEP 147 (remove_files) COMPLETE
95972024-09-23T17:52:12.960Z[ host-image] Sep 23 17:52:10.874 INFO O| Sep 23 17:52:10.874 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95982024-09-23T17:52:12.966Z[ host-image] Sep 23 17:52:10.884 INFO O| Sep 23 17:52:10.883 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95992024-09-23T17:52:12.969Z[ host-image] Sep 23 17:52:10.884 INFO O| Sep 23 17:52:10.884 INFO STEP 148 (remove_files) COMPLETE
96002024-09-23T17:52:12.969Z[ host-image] Sep 23 17:52:10.884 INFO O| Sep 23 17:52:10.884 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012024-09-23T17:52:12.976Z[ host-image] Sep 23 17:52:10.893 INFO O| Sep 23 17:52:10.893 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96022024-09-23T17:52:12.976Z[ host-image] Sep 23 17:52:10.893 INFO O| Sep 23 17:52:10.893 INFO STEP 149 (remove_files) COMPLETE
96032024-09-23T17:52:12.979Z[ host-image] Sep 23 17:52:10.893 INFO O| Sep 23 17:52:10.893 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042024-09-23T17:52:12.986Z[ host-image] Sep 23 17:52:10.903 INFO O| Sep 23 17:52:10.902 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96052024-09-23T17:52:12.988Z[ host-image] Sep 23 17:52:10.903 INFO O| Sep 23 17:52:10.903 INFO STEP 150 (remove_files) COMPLETE
96062024-09-23T17:52:12.988Z[ host-image] Sep 23 17:52:10.903 INFO O| Sep 23 17:52:10.903 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-09-23T17:52:12.995Z[ host-image] Sep 23 17:52:10.912 INFO O| Sep 23 17:52:10.912 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96082024-09-23T17:52:12.998Z[ host-image] Sep 23 17:52:10.912 INFO O| Sep 23 17:52:10.912 INFO STEP 151 (remove_files) COMPLETE
96092024-09-23T17:52:12.998Z[ host-image] Sep 23 17:52:10.912 INFO O| Sep 23 17:52:10.912 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-09-23T17:52:13.005Z[ host-image] Sep 23 17:52:10.921 INFO O| Sep 23 17:52:10.921 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96112024-09-23T17:52:13.007Z[ host-image] Sep 23 17:52:10.922 INFO O| Sep 23 17:52:10.921 INFO STEP 152 (remove_files) COMPLETE
96122024-09-23T17:52:13.007Z[ host-image] Sep 23 17:52:10.922 INFO O| Sep 23 17:52:10.922 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-09-23T17:52:13.014Z[ host-image] Sep 23 17:52:10.931 INFO O| Sep 23 17:52:10.931 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96142024-09-23T17:52:13.014Z[ host-image] Sep 23 17:52:10.931 INFO O| Sep 23 17:52:10.931 INFO STEP 153 (remove_files) COMPLETE
96152024-09-23T17:52:13.016Z[ host-image] Sep 23 17:52:10.931 INFO O| Sep 23 17:52:10.931 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-09-23T17:52:13.023Z[ host-image] Sep 23 17:52:10.940 INFO O| Sep 23 17:52:10.940 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96172024-09-23T17:52:13.024Z[ host-image] Sep 23 17:52:10.941 INFO O| Sep 23 17:52:10.941 INFO STEP 154 (remove_files) COMPLETE
96182024-09-23T17:52:13.024Z[ host-image] Sep 23 17:52:10.941 INFO O| Sep 23 17:52:10.941 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-09-23T17:52:13.033Z[ host-image] Sep 23 17:52:10.950 INFO O| Sep 23 17:52:10.950 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96202024-09-23T17:52:13.035Z[ host-image] Sep 23 17:52:10.950 INFO O| Sep 23 17:52:10.950 INFO STEP 155 (remove_files) COMPLETE
96212024-09-23T17:52:13.035Z[ host-image] Sep 23 17:52:10.950 INFO O| Sep 23 17:52:10.950 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96222024-09-23T17:52:13.047Z[ host-image] Sep 23 17:52:10.964 INFO O| Sep 23 17:52:10.964 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96232024-09-23T17:52:13.049Z[ host-image] Sep 23 17:52:10.964 INFO O| Sep 23 17:52:10.964 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
96242024-09-23T17:52:18.496Z[ host-image] Sep 23 17:52:16.412 INFO O| Sep 23 17:52:16.411 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
96252024-09-23T17:52:18.496Z[ host-image] Sep 23 17:52:16.412 INFO O| Sep 23 17:52:16.411 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96262024-09-23T17:52:18.509Z[ host-image] Sep 23 17:52:16.426 INFO O| Sep 23 17:52:16.425 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96272024-09-23T17:52:18.588Z[ host-image] Sep 23 17:52:16.504 INFO O| Sep 23 17:52:16.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96282024-09-23T17:52:18.588Z[ host-image] Sep 23 17:52:16.504 INFO O| Sep 23 17:52:16.504 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96292024-09-23T17:52:18.591Z[ host-image] Sep 23 17:52:16.506 INFO O| Sep 23 17:52:16.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96302024-09-23T17:52:18.591Z[ host-image] Sep 23 17:52:16.506 INFO O| Sep 23 17:52:16.506 INFO ok!
96312024-09-23T17:52:18.591Z[ host-image] Sep 23 17:52:16.506 INFO O| Sep 23 17:52:16.506 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96322024-09-23T17:52:18.591Z[ host-image] Sep 23 17:52:16.506 INFO O| Sep 23 17:52:16.506 INFO STEP 156 (seed_smf) COMPLETE
96332024-09-23T17:52:18.591Z[ host-image] Sep 23 17:52:16.506 INFO O| Sep 23 17:52:16.506 INFO steps complete; finalising image!
96342024-09-23T17:52:18.591Z[ host-image] Sep 23 17:52:16.506 INFO O| Sep 23 17:52:16.506 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96352024-09-23T17:52:18.736Z[ host-image] Sep 23 17:52:16.652 INFO O| Sep 23 17:52:16.652 INFO trim TEMPORARY-gimlet-zfs: (8% trimmed, started at Mon Sep 23 17:52:16 2024)
96362024-09-23T17:52:18.959Z[ host-image] Sep 23 17:52:16.875 INFO O| Sep 23 17:52:16.875 INFO temporary pool has 678M used, 154M avail, 1.87x compressratio
96372024-09-23T17:52:18.959Z[ host-image] Sep 23 17:52:16.875 INFO O| Sep 23 17:52:16.875 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96382024-09-23T17:52:19.239Z[ host-image] Sep 23 17:52:17.155 INFO O| Sep 23 17:52:17.154 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96392024-09-23T17:52:19.239Z[ host-image] Sep 23 17:52:17.155 INFO O| Sep 23 17:52:17.155 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96402024-09-23T17:52:20.249Z[ host-image] Sep 23 17:52:18.165 INFO O| Sep 23 17:52:18.165 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96412024-09-23T17:52:20.249Z[ host-image] Sep 23 17:52:18.165 INFO O| Sep 23 17:52:18.165 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96422024-09-23T17:52:20.252Z[ host-image] Sep 23 17:52:18.165 INFO O| Sep 23 17:52:18.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96432024-09-23T17:52:20.252Z[ host-image] Sep 23 17:52:18.165 INFO O| Sep 23 17:52:18.165 INFO completed processing gimlet/zfs
96442024-09-23T17:52:20.252Z[ host-image] Sep 23 17:52:18.165 INFO O| Sep 23 17:52:18.165 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96452024-09-23T17:52:26.800Z[ host-image] Sep 23 17:52:24.715 INFO O| Sep 23 17:52:24.715 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96462024-09-23T17:52:26.876Z[ host-image] Sep 23 17:52:24.791 INFO BUILD STRING "heads/stlouis-0-g473b048bcc\n"
96472024-09-23T17:52:26.876Z[ host-image] Sep 23 17:52:24.791 INFO expanded image name: "ci 4024742/${os_short_commit} 2024-09-23 17:22" -> "ci 4024742/473b048 2024-09-23 17:22"
96482024-09-23T17:52:26.878Z[ host-image] Sep 23 17:52:24.791 INFO output artefacts stored in: "/work/os-host"
96492024-09-23T17:52:26.878Z[ host-image] Sep 23 17:52:24.791 INFO collecting git info from project "amd-firmware"...
96502024-09-23T17:52:26.884Z[ host-image] Sep 23 17:52:24.799 INFO collecting git info from project "pinprick"...
96512024-09-23T17:52:26.889Z[ host-image] Sep 23 17:52:24.804 INFO collecting git info from project "phbl"...
96522024-09-23T17:52:26.893Z[ host-image] Sep 23 17:52:24.808 INFO collecting git info from project "bootserver"...
96532024-09-23T17:52:26.897Z[ host-image] Sep 23 17:52:24.812 INFO collecting git info from project "image-builder"...
96542024-09-23T17:52:26.902Z[ host-image] Sep 23 17:52:24.817 INFO collecting git info from project "amd-host-image-builder"...
96552024-09-23T17:52:26.915Z[ host-image] Sep 23 17:52:24.830 INFO collecting git info from project "chelsio-t6-roms"...
96562024-09-23T17:52:26.919Z[ host-image] Sep 23 17:52:24.834 INFO collecting git info from project "pilot"...
96572024-09-23T17:52:26.924Z[ host-image] Sep 23 17:52:24.839 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96582024-09-23T17:52:27.291Z[ host-image] Sep 23 17:52:25.205 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96592024-09-23T17:52:27.636Z[ host-image] Sep 23 17:52:25.551 INFO creating Oxide boot image...
96602024-09-23T17:52:27.636Z[ host-image] Sep 23 17:52:25.551 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4024742/473b048 2024-09-23 17:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96612024-09-23T17:52:28.552Z[ host-image] Sep 23 17:52:26.467 INFO O| ok, image written!
96622024-09-23T17:52:28.552Z[ host-image] Sep 23 17:52:26.467 INFO O| ok, boot_image_csum file written!
96632024-09-23T17:52:28.555Z[ host-image] Sep 23 17:52:26.470 INFO creating boot archive (CPIO)...
96642024-09-23T17:52:28.555Z[ host-image] Sep 23 17:52:26.470 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
96652024-09-23T17:52:28.564Z[ host-image] Sep 23 17:52:26.479 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96662024-09-23T17:52:28.564Z[ host-image] Sep 23 17:52:26.479 INFO E| + outfile=/work/os-host/cpio
96672024-09-23T17:52:28.567Z[ host-image] Sep 23 17:52:26.479 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96682024-09-23T17:52:28.567Z[ host-image] Sep 23 17:52:26.481 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96692024-09-23T17:52:28.567Z[ host-image] Sep 23 17:52:26.482 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96702024-09-23T17:52:28.600Z[ host-image] Sep 23 17:52:26.515 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96712024-09-23T17:52:28.600Z[ host-image] Sep 23 17:52:26.515 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96722024-09-23T17:52:28.607Z[ host-image] Sep 23 17:52:26.522 INFO creating compressed cpio/unix for nanobl-rs...
96732024-09-23T17:52:28.607Z[ host-image] Sep 23 17:52:26.522 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
96742024-09-23T17:52:28.903Z[ host-image] Sep 23 17:52:26.818 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96752024-09-23T17:52:33.277Z[ host-image] Sep 23 17:52:31.191 INFO creating reset image...
96762024-09-23T17:52:33.277Z[ host-image] Sep 23 17:52:31.191 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96772024-09-23T17:52:33.367Z[ host-image] Sep 23 17:52:31.281 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96782024-09-23T17:52:33.370Z[ host-image] Sep 23 17:52:31.282 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96792024-09-23T17:52:33.423Z[ host-image] Sep 23 17:52:31.337 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96802024-09-23T17:52:35.487Z[ host-image] Sep 23 17:52:33.401 INFO E| Finished `release` profile [optimized] target(s) in 2.10s
96812024-09-23T17:52:35.498Z[ host-image] Sep 23 17:52:33.412 INFO building host image...
96822024-09-23T17:52:35.501Z[ host-image] Sep 23 17:52:33.413 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
96832024-09-23T17:52:35.950Z[ host-image] Sep 23 17:52:33.864 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96842024-09-23T17:53:22.685Z[ host-image] Sep 23 17:53:20.593 INFO image complete! materials are in "/work/os-host"
96852024-09-23T17:53:22.688Z[ host-image]
96862024-09-23T17:53:22.691Z[ host-image] real 9:34.414621233
96872024-09-23T17:53:22.691Z[ host-image] user 4:04.697485085
96882024-09-23T17:53:22.691Z[ host-image] sys 45.961598738
96892024-09-23T17:53:22.691Z[ host-image] trap 0.141620106
96902024-09-23T17:53:22.691Z[ host-image] tflt 0.005009827
96912024-09-23T17:53:22.691Z[ host-image] dflt 0.037856188
96922024-09-23T17:53:22.692Z[ host-image] kflt 0.000002199
96932024-09-23T17:53:22.692Z[ host-image] lock 30.258606522
96942024-09-23T17:53:22.692Z[ host-image] slp 53:54.545233031
96952024-09-23T17:53:22.692Z[ host-image] lat 1:06.988740549
96962024-09-23T17:53:22.692Z[ host-image] stop 0.647271674
96972024-09-23T17:53:22.692ZSep 23 17:53:20.597 INFO [host-image] process exited with exit status: 0 (574.426838089s)
96982024-09-23T17:53:22.692ZSep 23 17:53:20.597 INFO [tuf-repo] running task
96992024-09-23T17:53:29.261ZSep 23 17:53:27.168 INFO assembling repository in `/tmp/tufaceousqrgbh6`, component: OmicronRepoAssembler
97002024-09-23T17:53:34.033ZSep 23 17:53:31.939 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97012024-09-23T17:53:34.304ZSep 23 17:53:32.209 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97022024-09-23T17:53:45.911ZSep 23 17:53:43.815 INFO [tuf-repo] task succeeded (23.218139307s)
97032024-09-23T17:53:45.911ZSep 23 17:53:43.815 INFO all jobs completed in 1893.076704874s
97042024-09-23T17:53:46.458Zprocess exited: duration 2467602 ms, exit code 0
 
97052024-09-23T17:53:46.473Zfound 33 output files
97062024-09-23T17:53:46.473Zuploading: /work/manifest.toml (8404 bytes)
97072024-09-23T17:53:47.494Zuploaded: /work/manifest.toml
97082024-09-23T17:53:47.494Zuploading: /work/repo.zip (1805038495 bytes)
97092024-09-23T17:54:30.804Zuploaded: /work/repo.zip
97102024-09-23T17:54:30.804Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97112024-09-23T17:54:31.812Zuploaded: /work/repo.zip.sha256.txt
97122024-09-23T17:54:31.816Zuploading: /work/helios-setup.log (52390 bytes)
97132024-09-23T17:54:32.822Zuploaded: /work/helios-setup.log
97142024-09-23T17:54:32.823Zuploading: /work/host-image.log (196126 bytes)
97152024-09-23T17:54:33.839Zuploaded: /work/host-image.log
97162024-09-23T17:54:33.839Zuploading: /work/host-package.log (20067 bytes)
97172024-09-23T17:54:34.855Zuploaded: /work/host-package.log
97182024-09-23T17:54:34.855Zuploading: /work/host-target.log (101 bytes)
97192024-09-23T17:54:35.863Zuploaded: /work/host-target.log
97202024-09-23T17:54:35.863Zuploading: /work/omicron-package.log (4389 bytes)
97212024-09-23T17:54:36.875Zuploaded: /work/omicron-package.log
97222024-09-23T17:54:36.875Zuploading: /work/phbl-toolchain.log (881 bytes)
97232024-09-23T17:54:37.886Zuploaded: /work/phbl-toolchain.log
97242024-09-23T17:54:37.886Zuploading: /work/recovery-image.log (592493 bytes)
97252024-09-23T17:54:38.910Zuploaded: /work/recovery-image.log
97262024-09-23T17:54:38.910Zuploading: /work/recovery-package.log (282 bytes)
97272024-09-23T17:54:39.918Zuploaded: /work/recovery-package.log
97282024-09-23T17:54:39.918Zuploading: /work/recovery-target.log (98 bytes)
97292024-09-23T17:54:40.928Zuploaded: /work/recovery-target.log
97302024-09-23T17:54:40.928Zuploading: /work/stamp-clickhouse.log (117 bytes)
97312024-09-23T17:54:41.940Zuploaded: /work/stamp-clickhouse.log
97322024-09-23T17:54:41.940Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97332024-09-23T17:54:42.952Zuploaded: /work/stamp-clickhouse_keeper.log
97342024-09-23T17:54:42.952Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97352024-09-23T17:54:43.966Zuploaded: /work/stamp-cockroachdb.log
97362024-09-23T17:54:43.966Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97372024-09-23T17:54:44.975Zuploaded: /work/stamp-crucible-dtrace.log
97382024-09-23T17:54:44.975Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97392024-09-23T17:54:45.986Zuploaded: /work/stamp-crucible-pantry-zone.log
97402024-09-23T17:54:45.990Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97412024-09-23T17:54:46.998Zuploaded: /work/stamp-crucible-zone.log
97422024-09-23T17:54:46.998Zuploading: /work/stamp-external-dns.log (119 bytes)
97432024-09-23T17:54:48.011Zuploaded: /work/stamp-external-dns.log
97442024-09-23T17:54:48.012Zuploading: /work/stamp-installinator.log (103 bytes)
97452024-09-23T17:54:49.022Zuploaded: /work/stamp-installinator.log
97462024-09-23T17:54:49.022Zuploading: /work/stamp-internal-dns.log (119 bytes)
97472024-09-23T17:54:50.031Zuploaded: /work/stamp-internal-dns.log
97482024-09-23T17:54:50.031Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97492024-09-23T17:54:51.039Zuploaded: /work/stamp-mg-ddm-gz.log
97502024-09-23T17:54:51.039Zuploading: /work/stamp-nexus.log (112 bytes)
97512024-09-23T17:54:52.052Zuploaded: /work/stamp-nexus.log
97522024-09-23T17:54:52.052Zuploading: /work/stamp-ntp.log (110 bytes)
97532024-09-23T17:54:53.061Zuploaded: /work/stamp-ntp.log
97542024-09-23T17:54:53.061Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97552024-09-23T17:54:54.070Zuploaded: /work/stamp-omicron-sled-agent.log
97562024-09-23T17:54:54.070Zuploading: /work/stamp-overlay.log (114 bytes)
97572024-09-23T17:54:55.232Zuploaded: /work/stamp-overlay.log
97582024-09-23T17:54:55.232Zuploading: /work/stamp-oximeter.log (115 bytes)
97592024-09-23T17:54:56.247Zuploaded: /work/stamp-oximeter.log
97602024-09-23T17:54:56.247Zuploading: /work/stamp-oxlog.log (109 bytes)
97612024-09-23T17:55:01.088Zuploaded: /work/stamp-oxlog.log
97622024-09-23T17:55:01.088Zuploading: /work/stamp-probe.log (112 bytes)
97632024-09-23T17:55:02.109Zuploaded: /work/stamp-probe.log
97642024-09-23T17:55:02.113Zuploading: /work/stamp-propolis-server.log (122 bytes)
97652024-09-23T17:55:03.119Zuploaded: /work/stamp-propolis-server.log
97662024-09-23T17:55:03.119Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97672024-09-23T17:55:04.128Zuploaded: /work/stamp-pumpkind-gz.log
97682024-09-23T17:55:04.128Zuploading: /work/stamp-switch-asic.log (118 bytes)
97692024-09-23T17:55:05.136Zuploaded: /work/stamp-switch-asic.log
97702024-09-23T17:55:05.136Zuploading: /work/verify-libraries.log (2908 bytes)
97712024-09-23T17:55:06.148Zuploaded: /work/verify-libraries.log