01J33TQW4WF6FKT5VE13FZRH6Z: 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: 01J33TRCZG38Y58ZQ39TXKCHQF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-18T21:08:51.887Zjob assigned to worker 01J33TRDX9T20RKVZBFH2XEVZ7 (queued for 1 m 2 s)
 
22024-07-18T21:08:59.628Zstarting task 0: "setup"
32024-07-18T21:08:59.687Z++ uname -s
42024-07-18T21:08:59.690Z+ kern=SunOS
52024-07-18T21:08:59.690Z+ case "$kern" in
62024-07-18T21:08:59.690Z+ groupadd -g 12345 build
72024-07-18T21:08:59.693Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-18T21:09:01.716Z+ zfs create -o mountpoint=/work rpool/work
92024-07-18T21:09:01.844Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-18T21:09:01.847Z+ home_fs=zfs
112024-07-18T21:09:01.847Z+ [[ zfs == autofs ]]
122024-07-18T21:09:01.847Z+ mkdir -p /home/build
132024-07-18T21:09:01.849Z+ chown build:build /home/build /work
142024-07-18T21:09:03.851Z+ chmod 0700 /home/build /work
152024-07-18T21:09:03.853Zprocess exited: duration 4226 ms, exit code 0
 
162024-07-18T21:09:03.859Zstarting task 1: "rust-toolchain"
172024-07-18T21:09:03.864Z+ printf ' * toolchain channel = "%s"
182024-07-18T21:09:03.865Z' 1.78.0
192024-07-18T21:09:03.865Z+ printf ' * toolchain profile = "%s"
202024-07-18T21:09:03.865Z' default
212024-07-18T21:09:03.865Z * toolchain channel = "1.78.0"
222024-07-18T21:09:03.865Z * toolchain profile = "default"
232024-07-18T21:09:03.867Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-18T21:09:03.867Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-18T21:09:03.980Zinfo: downloading installer
262024-07-18T21:09:05.498Zinfo: profile set to 'default'
272024-07-18T21:09:05.498Zinfo: default host triple is x86_64-unknown-illumos
282024-07-18T21:09:05.501Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-18T21:09:05.642Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-18T21:09:05.642Zinfo: downloading component 'cargo'
312024-07-18T21:09:06.448Zinfo: downloading component 'clippy'
322024-07-18T21:09:06.717Zinfo: downloading component 'rust-docs'
332024-07-18T21:09:07.782Zinfo: downloading component 'rust-std'
342024-07-18T21:09:09.475Zinfo: downloading component 'rustc'
352024-07-18T21:09:13.776Zinfo: downloading component 'rustfmt'
362024-07-18T21:09:14.014Zinfo: installing component 'cargo'
372024-07-18T21:09:14.892Zinfo: installing component 'clippy'
382024-07-18T21:09:15.253Zinfo: installing component 'rust-docs'
392024-07-18T21:09:16.722Zinfo: installing component 'rust-std'
402024-07-18T21:09:18.553Zinfo: installing component 'rustc'
412024-07-18T21:09:22.924Zinfo: installing component 'rustfmt'
422024-07-18T21:09:23.269Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-18T21:09:23.270Z
442024-07-18T21:09:23.541Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-18T21:09:23.541Z
462024-07-18T21:09:23.544Z
472024-07-18T21:09:23.544ZRust is installed now. Great!
482024-07-18T21:09:23.544Z
492024-07-18T21:09:23.544ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-18T21:09:23.544Zenvironment variable. This has not been done automatically.
512024-07-18T21:09:23.545Z
522024-07-18T21:09:23.545ZTo configure your current shell, you need to source
532024-07-18T21:09:23.545Zthe corresponding env file under $HOME/.cargo.
542024-07-18T21:09:23.545Z
552024-07-18T21:09:23.545ZThis is usually done by running one of the following (note the leading DOT):
562024-07-18T21:09:23.545Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-18T21:09:23.545Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-18T21:09:23.687Z+ rustc --version
592024-07-18T21:09:23.752Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-18T21:09:23.755Zprocess exited: duration 19894 ms, exit code 0
 
612024-07-18T21:09:23.761Zstarting task 2: "authentication"
622024-07-18T21:09:23.782Zprocess exited: duration 21 ms, exit code 0
 
632024-07-18T21:09:23.790Zstarting task 3: "clone repository"
642024-07-18T21:09:23.793Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-18T21:09:23.796Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-18T21:09:24.568ZCloning into '/work/oxidecomputer/omicron'...
672024-07-18T21:09:34.921Z+ cd /work/oxidecomputer/omicron
682024-07-18T21:09:34.921Z+ git fetch origin 173c3a298cee5cebe17ef7bf130b1ef50b50e754
692024-07-18T21:09:35.222ZFrom https://github.com/oxidecomputer/omicron
702024-07-18T21:09:35.222Z * branch 173c3a298cee5cebe17ef7bf130b1ef50b50e754 -> FETCH_HEAD
712024-07-18T21:09:35.232Z+ [[ -n sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent ]]
722024-07-18T21:09:35.236Z++ git branch --show-current
732024-07-18T21:09:35.238Z+ current=main
742024-07-18T21:09:35.238Z+ [[ main != sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent ]]
752024-07-18T21:09:35.238Z+ git branch -f sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent 173c3a298cee5cebe17ef7bf130b1ef50b50e754
762024-07-18T21:09:35.241Z+ git checkout -f sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent
772024-07-18T21:09:35.382ZSwitched to branch 'sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent'
782024-07-18T21:09:35.385Z+ git reset --hard 173c3a298cee5cebe17ef7bf130b1ef50b50e754
792024-07-18T21:09:35.398ZHEAD is now at 173c3a298 mut
802024-07-18T21:09:35.401Zprocess exited: duration 11609 ms, exit code 0
 
812024-07-18T21:09:35.406Zstarting task 4: "build"
822024-07-18T21:09:35.413Z+ cargo --version
832024-07-18T21:09:35.465Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-18T21:09:35.468Z+ rustc --version
852024-07-18T21:09:35.527Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-18T21:09:35.530Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-07-18T21:09:48.449Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-07-18T21:09:50.693Z Startup: Caching catalogs ... Done
892024-07-18T21:09:53.937ZPlanning: Solver setup ... Done (2.726s)
902024-07-18T21:09:53.991ZPlanning: Running solver ... Done (0.054s)
912024-07-18T21:09:54.040ZPlanning: Finding local manifests ... Done (0.003s)
922024-07-18T21:09:54.053ZPlanning: Fetching manifests: 0/4 0% complete
932024-07-18T21:09:54.285ZPlanning: Fetching manifests: 4/4 100% complete
942024-07-18T21:09:54.335ZPlanning: Package planning ... Done (0.050s)
952024-07-18T21:09:54.386ZPlanning: Merging actions ... Done (0.051s)
962024-07-18T21:09:55.257ZPlanning: Checking for conflicting actions ... Done (0.874s)
972024-07-18T21:09:55.269ZPlanning: Consolidating action changes ... Done (0.011s)
982024-07-18T21:09:59.518ZPlanning: Evaluating mediators ... Done (4.249s)
992024-07-18T21:09:59.528ZPlanning: Planning completed in 8.77 seconds
1002024-07-18T21:09:59.993Z Packages to install: 4
1012024-07-18T21:09:59.993Z Mediators to change: 2
1022024-07-18T21:09:59.993Z Services to change: 1
1032024-07-18T21:09:59.993Z Estimated space available: 155.77 GB
1042024-07-18T21:09:59.993ZEstimated space to be consumed: 1.47 GB
1052024-07-18T21:09:59.996Z Create boot environment: No
1062024-07-18T21:09:59.996ZCreate backup boot environment: No
1072024-07-18T21:09:59.996Z Rebuild boot archive: No
1082024-07-18T21:09:59.996Z
1092024-07-18T21:09:59.996ZChanged mediators:
1102024-07-18T21:09:59.996Z mediator clang:
1112024-07-18T21:09:59.996Z version: None -> 15 (system default)
1122024-07-18T21:09:59.996Z
1132024-07-18T21:09:59.996Z mediator llvm:
1142024-07-18T21:09:59.996Z version: 14 (system default) -> 15 (system default)
1152024-07-18T21:09:59.996Z
1162024-07-18T21:09:59.996ZChanged packages:
1172024-07-18T21:09:59.996Zhelios-dev
1182024-07-18T21:09:59.996Z developer/build-essential
1192024-07-18T21:09:59.996Z None -> 11-2.0
1202024-07-18T21:09:59.996Z library/libxmlsec1
1212024-07-18T21:09:59.996Z None -> 1.2.35-2.0
1222024-07-18T21:09:59.996Z ooce/developer/clang-15
1232024-07-18T21:09:59.997Z None -> 15.0.7-2.0
1242024-07-18T21:09:59.997Z ooce/developer/llvm-15
1252024-07-18T21:09:59.997Z None -> 15.0.7-2.0
1262024-07-18T21:09:59.997Z
1272024-07-18T21:09:59.997ZServices:
1282024-07-18T21:09:59.997Z restart_fmri:
1292024-07-18T21:09:59.997Z svc:/system/update-man-index:default
1302024-07-18T21:10:00.107Z
1312024-07-18T21:10:00.107ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-07-18T21:10:05.108ZDownload: 1195/3290 items 75.6/212.6MB 35% complete (15.2M/s)
1332024-07-18T21:10:10.111ZDownload: 1613/3290 items 117.8/212.6MB 55% complete (12.0M/s)
1342024-07-18T21:10:20.543ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (9.9M/s)
1352024-07-18T21:10:25.543ZDownload: 3218/3290 items 181.7/212.6MB 85% complete (12.4M/s)
1362024-07-18T21:10:28.143ZDownload: Completed 212.60 MB in 28.03 seconds (7.6M/s)
1372024-07-18T21:10:28.318Z Actions: 1/3689 actions (Installing new actions)
1382024-07-18T21:10:33.418Z Actions: 3648/3689 actions (Installing new actions)
1392024-07-18T21:10:33.546Z Actions: Completed 3689 actions in 5.23 seconds.
1402024-07-18T21:10:33.800Z Done (0.250s)
1412024-07-18T21:10:33.800Z Done (0.000s)
1422024-07-18T21:10:34.142Z Done (0.342s)
1432024-07-18T21:10:39.680Z Done (5.377s)
1442024-07-18T21:10:39.840Z Done (0.089s)
1452024-07-18T21:10:39.851Z Done (0.000s)
1462024-07-18T21:10:39.996Z Done (0.000s)
1472024-07-18T21:10:40.581ZPlanning: Evaluating mediator changes ... Done
1482024-07-18T21:10:40.746ZPlanning: Checking for conflicting actions ... Done
1492024-07-18T21:10:40.752ZPlanning: Consolidating action changes ... Done
1502024-07-18T21:10:41.020ZPlanning: Evaluating mediators ... Done
1512024-07-18T21:10:41.023ZPlanning: Planning completed in 0.44 seconds
1522024-07-18T21:10:41.056Z Mediators to change: 2
1532024-07-18T21:10:41.056Z Create boot environment: No
1542024-07-18T21:10:41.056ZCreate backup boot environment: No
1552024-07-18T21:10:41.121Z Done
1562024-07-18T21:10:41.122Z Done
1572024-07-18T21:10:41.340Z Done
1582024-07-18T21:10:45.129Z Done
1592024-07-18T21:10:45.215Z Done
1602024-07-18T21:10:45.215Z Done
1612024-07-18T21:10:45.327Z Done
1622024-07-18T21:10:45.965ZPlanning: Evaluating mediator changes ... Done
1632024-07-18T21:10:45.973ZPlanning: Merging actions ... Done
1642024-07-18T21:10:46.143ZPlanning: Checking for conflicting actions ... Done
1652024-07-18T21:10:46.146ZPlanning: Consolidating action changes ... Done
1662024-07-18T21:10:46.414ZPlanning: Evaluating mediators ... Done
1672024-07-18T21:10:46.468ZPlanning: Planning completed in 0.76 seconds
1682024-07-18T21:10:46.504Z Packages to change: 1
1692024-07-18T21:10:46.504Z Mediators to change: 1
1702024-07-18T21:10:46.504Z Services to change: 1
1712024-07-18T21:10:46.504Z Create boot environment: No
1722024-07-18T21:10:46.504ZCreate backup boot environment: Yes
1732024-07-18T21:10:48.335Z Actions: 1/6 actions (Updating modified actions)
1742024-07-18T21:10:48.388Z Actions: Completed 6 actions in 0.05 seconds.
1752024-07-18T21:10:48.388Z Done
1762024-07-18T21:10:48.388Z Done
1772024-07-18T21:10:48.461Z Done
1782024-07-18T21:10:52.167Z Done
1792024-07-18T21:10:52.256Z Done
1802024-07-18T21:10:52.264Z Done
1812024-07-18T21:10:52.361Z Done
1822024-07-18T21:10:52.823ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-07-18T21:10:52.823Zclang system 15 system
1842024-07-18T21:10:52.823Zcsh system system illumos
1852024-07-18T21:10:52.823Zctags system system illumos
1862024-07-18T21:10:52.823Zgcc vendor 12 vendor
1872024-07-18T21:10:52.823Zgcc system 10 system
1882024-07-18T21:10:52.823Zgcc system 7 system
1892024-07-18T21:10:52.823Zgo system 1.20 system
1902024-07-18T21:10:52.823Zgo system 1.19 system
1912024-07-18T21:10:52.823Zllvm system 15 system
1922024-07-18T21:10:52.823Zllvm system 14 system
1932024-07-18T21:10:52.823Zmariadb system 10.6 system
1942024-07-18T21:10:52.823Zmta vendor vendor dma
1952024-07-18T21:10:52.823Zopenjdk system 17 system
1962024-07-18T21:10:52.823Zopenjdk system 11 system
1972024-07-18T21:10:52.823Zopenjdk system 1.8 system
1982024-07-18T21:10:52.823Zopenssl vendor 3 vendor
1992024-07-18T21:10:52.823Zperl system 5.36 system
2002024-07-18T21:10:52.823Zpostgresql system 15 system
2012024-07-18T21:10:52.823Zpostgresql system 13 system
2022024-07-18T21:10:52.824Zpython vendor 3 vendor
2032024-07-18T21:10:52.824Zpython system 2 system
2042024-07-18T21:10:52.824Zpython3 system 3.11 system
2052024-07-18T21:10:52.824Zruby system 3.0 system
2062024-07-18T21:10:52.824Zwords vendor vendor american-english
2072024-07-18T21:10:52.824Zwords system system australian-english
2082024-07-18T21:10:52.824Zwords system system british-english
2092024-07-18T21:10:52.824Zwords system system canadian-english
2102024-07-18T21:10:52.824Zwords system system french
2112024-07-18T21:10:52.824Zwords system system italian
2122024-07-18T21:10:52.824Zwords system system ngerman
2132024-07-18T21:10:52.824Zwords system system ogerman
2142024-07-18T21:10:52.824Zwords system system spanish
2152024-07-18T21:10:53.162ZPUBLISHER TYPE STATUS P LOCATION
2162024-07-18T21:10:53.162Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-07-18T21:10:54.801ZFMRI IFO
2182024-07-18T21:10:54.802Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-07-18T21:10:54.802Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-07-18T21:10:54.802Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-07-18T21:10:54.802Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-07-18T21:10:54.802Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-07-18T21:10:54.802Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-07-18T21:10:54.802Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-07-18T21:10:54.802Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-07-18T21:10:54.802Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-07-18T21:10:54.802Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-07-18T21:10:54.802Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-07-18T21:10:54.802Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-07-18T21:10:55.345Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2312024-07-18T21:10:55.667Z Updating git repository `https://github.com/oxidecomputer/zone`
2322024-07-18T21:10:55.957Z Updating crates.io index
2332024-07-18T21:10:55.963Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2342024-07-18T21:10:56.883Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352024-07-18T21:10:57.580Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2362024-07-18T21:10:57.864Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2372024-07-18T21:10:59.863Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382024-07-18T21:11:00.375Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392024-07-18T21:11:00.607Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402024-07-18T21:11:01.824Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412024-07-18T21:11:03.948Z Updating git repository `https://github.com/oxidecomputer/opte`
2422024-07-18T21:11:07.684Z Updating git repository `https://github.com/oxidecomputer/falcon`
2432024-07-18T21:11:07.685Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442024-07-18T21:11:07.685Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2452024-07-18T21:11:07.685Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2462024-07-18T21:11:07.685Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2472024-07-18T21:11:07.685Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482024-07-18T21:11:07.704Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2492024-07-18T21:11:07.947Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2502024-07-18T21:11:08.213Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2512024-07-18T21:11:08.554Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2522024-07-18T21:11:08.821Z Updating git repository `https://github.com/oxidecomputer/ispf`
2532024-07-18T21:11:09.128Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2542024-07-18T21:11:09.517Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552024-07-18T21:11:10.118Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562024-07-18T21:11:10.489Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2572024-07-18T21:11:10.913Z Updating git repository `https://github.com/oxidecomputer/typify`
2582024-07-18T21:11:12.952Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592024-07-18T21:11:13.277Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602024-07-18T21:11:13.545Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612024-07-18T21:11:13.985Z Updating git repository `https://github.com/oxidecomputer/rfb`
2622024-07-18T21:11:15.160Z Downloading crates ...
2632024-07-18T21:11:15.234Z Downloaded block-buffer v0.10.4
2642024-07-18T21:11:15.238Z Downloaded anstyle v1.0.7
2652024-07-18T21:11:15.246Z Downloaded adler v1.0.2
2662024-07-18T21:11:15.246Z Downloaded cargo-platform v0.1.8
2672024-07-18T21:11:15.246Z Downloaded bitflags v2.5.0
2682024-07-18T21:11:15.257Z Downloaded num-conv v0.1.0
2692024-07-18T21:11:15.284Z Downloaded foreign-types-shared v0.1.1
2702024-07-18T21:11:15.284Z Downloaded scroll v0.12.0
2712024-07-18T21:11:15.284Z Downloaded openssl-macros v0.1.1
2722024-07-18T21:11:15.284Z Downloaded rustls-pemfile v1.0.4
2732024-07-18T21:11:15.284Z Downloaded num_threads v0.1.7
2742024-07-18T21:11:15.284Z Downloaded dtrace-parser v0.2.0
2752024-07-18T21:11:15.285Z Downloaded serde_derive v1.0.204
2762024-07-18T21:11:15.285Z Downloaded is-terminal v0.4.12
2772024-07-18T21:11:15.285Z Downloaded autocfg v1.3.0
2782024-07-18T21:11:15.290Z Downloaded want v0.3.1
2792024-07-18T21:11:15.290Z Downloaded byteorder v1.5.0
2802024-07-18T21:11:15.298Z Downloaded scroll_derive v0.12.0
2812024-07-18T21:11:15.298Z Downloaded bytecount v0.6.8
2822024-07-18T21:11:15.298Z Downloaded take_mut v0.2.2
2832024-07-18T21:11:15.298Z Downloaded mime v0.3.17
2842024-07-18T21:11:15.298Z Downloaded pretty-hex v0.4.1
2852024-07-18T21:11:15.298Z Downloaded usdt-attr-macro v0.5.0
2862024-07-18T21:11:15.306Z Downloaded generic-array v0.14.7
2872024-07-18T21:11:15.306Z Downloaded scopeguard v1.2.0
2882024-07-18T21:11:15.306Z Downloaded itoa v1.0.11
2892024-07-18T21:11:15.306Z Downloaded futures-macro v0.3.30
2902024-07-18T21:11:15.306Z Downloaded serde_spanned v0.6.6
2912024-07-18T21:11:15.306Z Downloaded strsim v0.11.1
2922024-07-18T21:11:15.311Z Downloaded hyper-tls v0.5.0
2932024-07-18T21:11:15.312Z Downloaded hostname v0.3.1
2942024-07-18T21:11:15.312Z Downloaded heck v0.4.1
2952024-07-18T21:11:15.312Z Downloaded serde_urlencoded v0.7.1
2962024-07-18T21:11:15.336Z Downloaded http-body v0.4.6
2972024-07-18T21:11:15.337Z Downloaded thiserror v1.0.62
2982024-07-18T21:11:15.337Z Downloaded percent-encoding v2.3.1
2992024-07-18T21:11:15.337Z Downloaded tokio-native-tls v0.3.1
3002024-07-18T21:11:15.337Z Downloaded utf8parse v0.2.1
3012024-07-18T21:11:15.337Z Downloaded tokio-macros v2.3.0
3022024-07-18T21:11:15.337Z Downloaded signal-hook-registry v1.4.2
3032024-07-18T21:11:15.337Z Downloaded camino v1.1.7
3042024-07-18T21:11:15.337Z Downloaded slog-async v2.8.0
3052024-07-18T21:11:15.337Z Downloaded macaddr v1.0.1
3062024-07-18T21:11:15.337Z Downloaded semver v1.0.23
3072024-07-18T21:11:15.354Z Downloaded pin-project-lite v0.2.14
3082024-07-18T21:11:15.354Z Downloaded match_cfg v0.1.0
3092024-07-18T21:11:15.354Z Downloaded proc-macro-error-attr v1.0.4
3102024-07-18T21:11:15.354Z Downloaded cargo_metadata v0.18.1
3112024-07-18T21:11:15.354Z Downloaded sync_wrapper v0.1.2
3122024-07-18T21:11:15.354Z Downloaded xattr v1.3.1
3132024-07-18T21:11:15.355Z Downloaded try-lock v0.2.5
3142024-07-18T21:11:15.362Z Downloaded swrite v0.1.0
3152024-07-18T21:11:15.362Z Downloaded usdt-macro v0.5.0
3162024-07-18T21:11:15.362Z Downloaded tower-service v0.3.2
3172024-07-18T21:11:15.362Z Downloaded pin-utils v0.1.0
3182024-07-18T21:11:15.362Z Downloaded clap_derive v4.5.8
3192024-07-18T21:11:15.362Z Downloaded pest_generator v2.7.10
3202024-07-18T21:11:15.362Z Downloaded futures-channel v0.3.30
3212024-07-18T21:11:15.362Z Downloaded digest v0.10.7
3222024-07-18T21:11:15.362Z Downloaded strum_macros v0.26.4
3232024-07-18T21:11:15.362Z Downloaded anstream v0.6.14
3242024-07-18T21:11:15.362Z Downloaded tinyvec_macros v0.1.1
3252024-07-18T21:11:15.370Z Downloaded heck v0.5.0
3262024-07-18T21:11:15.370Z Downloaded time-core v0.1.2
3272024-07-18T21:11:15.370Z Downloaded thread-id v4.2.1
3282024-07-18T21:11:15.370Z Downloaded strum v0.26.3
3292024-07-18T21:11:15.370Z Downloaded usdt-impl v0.5.0
3302024-07-18T21:11:15.370Z Downloaded errno v0.3.9
3312024-07-18T21:11:15.370Z Downloaded time-macros v0.2.18
3322024-07-18T21:11:15.378Z Downloaded cfg-if v1.0.0
3332024-07-18T21:11:15.378Z Downloaded term v0.7.0
3342024-07-18T21:11:15.378Z Downloaded ryu v1.0.18
3352024-07-18T21:11:15.386Z Downloaded quote v1.0.36
3362024-07-18T21:11:15.386Z Downloaded slab v0.4.9
3372024-07-18T21:11:15.386Z Downloaded thread_local v1.1.8
3382024-07-18T21:11:15.386Z Downloaded num_cpus v1.16.0
3392024-07-18T21:11:15.386Z Downloaded futures-sink v0.3.30
3402024-07-18T21:11:15.402Z Downloaded plain v0.2.3
3412024-07-18T21:11:15.403Z Downloaded usdt v0.5.0
3422024-07-18T21:11:15.403Z Downloaded tabled_derive v0.7.0
3432024-07-18T21:11:15.403Z Downloaded toml_datetime v0.6.6
3442024-07-18T21:11:15.403Z Downloaded lock_api v0.4.12
3452024-07-18T21:11:15.403Z Downloaded thiserror-impl v1.0.62
3462024-07-18T21:11:15.403Z Downloaded terminal_size v0.3.0
3472024-07-18T21:11:15.403Z Downloaded powerfmt v0.2.0
3482024-07-18T21:11:15.403Z Downloaded serde_tokenstream v0.2.1
3492024-07-18T21:11:15.403Z Downloaded toml v0.8.14
3502024-07-18T21:11:15.425Z Downloaded crc32fast v1.4.0
3512024-07-18T21:11:15.425Z Downloaded socket2 v0.4.10
3522024-07-18T21:11:15.425Z Downloaded memmap v0.7.0
3532024-07-18T21:11:15.426Z Downloaded typenum v1.17.0
3542024-07-18T21:11:15.426Z Downloaded httparse v1.8.0
3552024-07-18T21:11:15.426Z Downloaded smallvec v1.13.2
3562024-07-18T21:11:15.426Z Downloaded slog-term v2.9.1
3572024-07-18T21:11:15.426Z Downloaded version_check v0.9.4
3582024-07-18T21:11:15.426Z Downloaded cargo_toml v0.20.3
3592024-07-18T21:11:15.426Z Downloaded slog-bunyan v2.5.0
3602024-07-18T21:11:15.426Z Downloaded sha2 v0.10.8
3612024-07-18T21:11:15.426Z Downloaded futures-core v0.3.30
3622024-07-18T21:11:15.426Z Downloaded proc-macro-error v1.0.4
3632024-07-18T21:11:15.433Z Downloaded native-tls v0.2.11
3642024-07-18T21:11:15.433Z Downloaded unicode-bidi v0.3.15
3652024-07-18T21:11:15.433Z Downloaded once_cell v1.19.0
3662024-07-18T21:11:15.443Z Downloaded pest_derive v2.7.10
3672024-07-18T21:11:15.443Z Downloaded parking_lot_core v0.9.10
3682024-07-18T21:11:15.443Z Downloaded zerocopy-derive v0.7.34
3692024-07-18T21:11:15.448Z Downloaded tinyvec v1.6.0
3702024-07-18T21:11:15.449Z Downloaded unicode-ident v1.0.12
3712024-07-18T21:11:15.456Z Downloaded serde v1.0.204
3722024-07-18T21:11:15.456Z Downloaded proc-macro2 v1.0.86
3732024-07-18T21:11:15.456Z Downloaded ucd-trie v0.1.6
3742024-07-18T21:11:15.463Z Downloaded openssl-sys v0.9.102
3752024-07-18T21:11:15.463Z Downloaded url v2.5.0
3762024-07-18T21:11:15.471Z Downloaded tracing-core v0.1.32
3772024-07-18T21:11:15.471Z Downloaded base64 v0.21.7
3782024-07-18T21:11:15.484Z Downloaded pest_meta v2.7.10
3792024-07-18T21:11:15.484Z Downloaded cc v1.0.97
3802024-07-18T21:11:15.484Z Downloaded papergrid v0.11.0
3812024-07-18T21:11:15.494Z Downloaded indexmap v2.2.6
3822024-07-18T21:11:15.494Z Downloaded log v0.4.21
3832024-07-18T21:11:15.494Z Downloaded clap v4.5.9
3842024-07-18T21:11:15.514Z Downloaded toml_edit v0.22.14
3852024-07-18T21:11:15.524Z Downloaded memchr v2.7.2
3862024-07-18T21:11:15.553Z Downloaded unicode-normalization v0.1.23
3872024-07-18T21:11:15.553Z Downloaded tokio-util v0.7.11
3882024-07-18T21:11:15.553Z Downloaded time v0.3.36
3892024-07-18T21:11:15.587Z Downloaded serde_json v1.0.120
3902024-07-18T21:11:15.587Z Downloaded pest v2.7.10
3912024-07-18T21:11:15.588Z Downloaded zerocopy v0.7.34
3922024-07-18T21:11:15.607Z Downloaded hashbrown v0.14.5
3932024-07-18T21:11:15.607Z Downloaded vcpkg v0.2.15
3942024-07-18T21:11:15.667Z Downloaded syn v1.0.109
3952024-07-18T21:11:15.667Z Downloaded syn v2.0.71
3962024-07-18T21:11:15.683Z Downloaded goblin v0.8.2
3972024-07-18T21:11:15.683Z Downloaded rustix v0.38.34
3982024-07-18T21:11:15.683Z Downloaded unicode-width v0.1.13
3992024-07-18T21:11:15.683Z Downloaded openssl v0.10.64
4002024-07-18T21:11:15.717Z Downloaded idna v0.5.0
4012024-07-18T21:11:15.717Z Downloaded tokio v1.38.1
4022024-07-18T21:11:15.734Z Downloaded hyper v0.14.28
4032024-07-18T21:11:15.746Z Downloaded futures-util v0.3.30
4042024-07-18T21:11:15.746Z Downloaded clap_builder v4.5.9
4052024-07-18T21:11:15.756Z Downloaded tabled v0.15.0
4062024-07-18T21:11:15.764Z Downloaded libc v0.2.155
4072024-07-18T21:11:15.788Z Downloaded h2 v0.3.26
4082024-07-18T21:11:15.795Z Downloaded winnow v0.6.8
4092024-07-18T21:11:15.804Z Downloaded reqwest v0.11.27
4102024-07-18T21:11:15.813Z Downloaded http v0.2.12
4112024-07-18T21:11:15.813Z Downloaded encoding_rs v0.8.34
4122024-07-18T21:11:15.853Z Downloaded mio v0.8.11
4132024-07-18T21:11:15.869Z Downloaded flate2 v1.0.30
4142024-07-18T21:11:15.869Z Downloaded crossbeam-channel v0.5.12
4152024-07-18T21:11:15.869Z Downloaded tracing v0.1.40
4162024-07-18T21:11:15.869Z Downloaded miniz_oxide v0.7.2
4172024-07-18T21:11:15.870Z Downloaded ipnet v2.9.0
4182024-07-18T21:11:15.870Z Downloaded crossbeam-utils v0.8.19
4192024-07-18T21:11:15.870Z Downloaded socket2 v0.5.7
4202024-07-18T21:11:15.870Z Downloaded parking_lot v0.12.2
4212024-07-18T21:11:15.870Z Downloaded futures v0.3.30
4222024-07-18T21:11:15.910Z Downloaded tar v0.4.41
4232024-07-18T21:11:15.910Z Downloaded bytes v1.6.0
4242024-07-18T21:11:15.911Z Downloaded dirs-next v2.0.0
4252024-07-18T21:11:15.911Z Downloaded futures-executor v0.3.30
4262024-07-18T21:11:15.911Z Downloaded slog v2.7.0
4272024-07-18T21:11:15.911Z Downloaded pkg-config v0.3.30
4282024-07-18T21:11:15.911Z Downloaded clap_lex v0.7.0
4292024-07-18T21:11:15.911Z Downloaded anyhow v1.0.86
4302024-07-18T21:11:15.926Z Downloaded form_urlencoded v1.2.1
4312024-07-18T21:11:15.926Z Downloaded dof v0.3.0
4322024-07-18T21:11:15.926Z Downloaded deranged v0.3.11
4332024-07-18T21:11:15.926Z Downloaded colorchoice v1.0.1
4342024-07-18T21:11:15.926Z Downloaded slog-json v2.6.1
4352024-07-18T21:11:15.926Z Downloaded openssl-probe v0.1.5
4362024-07-18T21:11:15.926Z Downloaded is_terminal_polyfill v1.70.0
4372024-07-18T21:11:15.926Z Downloaded foreign-types v0.3.2
4382024-07-18T21:11:15.927Z Downloaded httpdate v1.0.3
4392024-07-18T21:11:15.927Z Downloaded futures-task v0.3.30
4402024-07-18T21:11:15.927Z Downloaded dirs-sys-next v0.1.2
4412024-07-18T21:11:15.927Z Downloaded futures-io v0.3.30
4422024-07-18T21:11:15.927Z Downloaded fs-err v2.11.0
4432024-07-18T21:11:15.927Z Downloaded crypto-common v0.1.6
4442024-07-18T21:11:15.927Z Downloaded cpufeatures v0.2.12
4452024-07-18T21:11:15.927Z Downloaded fnv v1.0.7
4462024-07-18T21:11:15.927Z Downloaded rustversion v1.0.17
4472024-07-18T21:11:15.927Z Downloaded filetime v0.2.23
4482024-07-18T21:11:15.927Z Downloaded equivalent v1.0.1
4492024-07-18T21:11:15.927Z Downloaded anstyle-parse v0.2.4
4502024-07-18T21:11:15.927Z Downloaded anstyle-query v1.0.3
4512024-07-18T21:11:16.264Z Compiling proc-macro2 v1.0.86
4522024-07-18T21:11:16.265Z Compiling unicode-ident v1.0.12
4532024-07-18T21:11:16.265Z Compiling libc v0.2.155
4542024-07-18T21:11:16.265Z Compiling version_check v0.9.4
4552024-07-18T21:11:16.310Z Compiling cfg-if v1.0.0
4562024-07-18T21:11:16.310Z Compiling itoa v1.0.11
4572024-07-18T21:11:16.310Z Compiling once_cell v1.19.0
4582024-07-18T21:11:16.310Z Compiling autocfg v1.3.0
4592024-07-18T21:11:16.425Z Compiling serde v1.0.204
4602024-07-18T21:11:16.450Z Compiling memchr v2.7.2
4612024-07-18T21:11:16.614Z Compiling thiserror v1.0.62
4622024-07-18T21:11:20.028Z Compiling ryu v1.0.18
4632024-07-18T21:11:20.201Z Compiling pin-project-lite v0.2.14
4642024-07-18T21:11:20.201Z Compiling bitflags v2.5.0
4652024-07-18T21:11:20.202Z Compiling pkg-config v0.3.30
4662024-07-18T21:11:20.202Z Compiling lock_api v0.4.12
4672024-07-18T21:11:20.202Z Compiling vcpkg v0.2.15
4682024-07-18T21:11:20.202Z Compiling ucd-trie v0.1.6
4692024-07-18T21:11:20.203Z Compiling parking_lot_core v0.9.10
4702024-07-18T21:11:20.203Z Compiling cc v1.0.97
4712024-07-18T21:11:20.203Z Compiling slab v0.4.9
4722024-07-18T21:11:20.203Z Compiling scopeguard v1.2.0
4732024-07-18T21:11:20.203Z Compiling smallvec v1.13.2
4742024-07-18T21:11:20.203Z Compiling bytes v1.6.0
4752024-07-18T21:11:20.203Z Compiling futures-sink v0.3.30
4762024-07-18T21:11:20.203Z Compiling futures-core v0.3.30
4772024-07-18T21:11:20.203Z Compiling quote v1.0.36
4782024-07-18T21:11:20.203Z Compiling fnv v1.0.7
4792024-07-18T21:11:20.203Z Compiling syn v2.0.71
4802024-07-18T21:11:20.204Z Compiling hashbrown v0.14.5
4812024-07-18T21:11:20.222Z Compiling byteorder v1.5.0
4822024-07-18T21:11:20.223Z Compiling serde_json v1.0.120
4832024-07-18T21:11:20.223Z Compiling equivalent v1.0.1
4842024-07-18T21:11:20.223Z Compiling log v0.4.21
4852024-07-18T21:11:20.223Z Compiling parking_lot v0.12.2
4862024-07-18T21:11:20.223Z Compiling mio v0.8.11
4872024-07-18T21:11:20.223Z Compiling num_cpus v1.16.0
4882024-07-18T21:11:20.266Z Compiling signal-hook-registry v1.4.2
4892024-07-18T21:11:20.333Z Compiling socket2 v0.5.7
4902024-07-18T21:11:20.652Z Compiling futures-channel v0.3.30
4912024-07-18T21:11:20.846Z Compiling indexmap v2.2.6
4922024-07-18T21:11:21.110Z Compiling pin-utils v0.1.0
4932024-07-18T21:11:21.133Z Compiling rustix v0.38.34
4942024-07-18T21:11:21.212Z Compiling futures-io v0.3.30
4952024-07-18T21:11:21.390Z Compiling futures-task v0.3.30
4962024-07-18T21:11:21.449Z Compiling typenum v1.17.0
4972024-07-18T21:11:21.594Z Compiling errno v0.3.9
4982024-07-18T21:11:21.705Z Compiling generic-array v0.14.7
4992024-07-18T21:11:21.833Z Compiling foreign-types-shared v0.1.1
5002024-07-18T21:11:21.898Z Compiling openssl-sys v0.9.102
5012024-07-18T21:11:21.954Z Compiling slog v2.7.0
5022024-07-18T21:11:22.025Z Compiling openssl v0.10.64
5032024-07-18T21:11:22.372Z Compiling foreign-types v0.3.2
5042024-07-18T21:11:22.470Z Compiling http v0.2.12
5052024-07-18T21:11:22.475Z Compiling proc-macro-error-attr v1.0.4
5062024-07-18T21:11:22.522Z Compiling usdt-impl v0.5.0
5072024-07-18T21:11:22.778Z Compiling tracing-core v0.1.32
5082024-07-18T21:11:22.848Z Compiling native-tls v0.2.11
5092024-07-18T21:11:23.033Z Compiling num-conv v0.1.0
5102024-07-18T21:11:23.193Z Compiling httparse v1.8.0
5112024-07-18T21:11:23.354Z Compiling powerfmt v0.2.0
5122024-07-18T21:11:23.631Z Compiling syn v1.0.109
5132024-07-18T21:11:23.756Z Compiling tinyvec_macros v0.1.1
5142024-07-18T21:11:23.854Z Compiling time-core v0.1.2
5152024-07-18T21:11:24.023Z Compiling time-macros v0.2.18
5162024-07-18T21:11:24.068Z Compiling tinyvec v1.6.0
5172024-07-18T21:11:24.317Z Compiling deranged v0.3.11
5182024-07-18T21:11:24.960Z Compiling tracing v0.1.40
5192024-07-18T21:11:24.982Z Compiling thread-id v4.2.1
5202024-07-18T21:11:25.375Z Compiling proc-macro-error v1.0.4
5212024-07-18T21:11:25.441Z Compiling try-lock v0.2.5
5222024-07-18T21:11:25.514Z Compiling rustversion v1.0.17
5232024-07-18T21:11:25.591Z Compiling percent-encoding v2.3.1
5242024-07-18T21:11:25.640Z Compiling openssl-probe v0.1.5
5252024-07-18T21:11:26.021Z Compiling crossbeam-utils v0.8.19
5262024-07-18T21:11:26.047Z Compiling heck v0.5.0
5272024-07-18T21:11:26.148Z Compiling plain v0.2.3
5282024-07-18T21:11:26.181Z Compiling num_threads v0.1.7
5292024-07-18T21:11:26.212Z Compiling utf8parse v0.2.1
5302024-07-18T21:11:26.342Z Compiling form_urlencoded v1.2.1
5312024-07-18T21:11:26.375Z Compiling anstyle-parse v0.2.4
5322024-07-18T21:11:26.554Z Compiling want v0.3.1
5332024-07-18T21:11:26.578Z Compiling unicode-normalization v0.1.23
5342024-07-18T21:11:26.837Z Compiling http-body v0.4.6
5352024-07-18T21:11:27.185Z Compiling socket2 v0.4.10
5362024-07-18T21:11:27.297Z Compiling dirs-sys-next v0.1.2
5372024-07-18T21:11:27.443Z Compiling time v0.3.36
5382024-07-18T21:11:27.561Z Compiling anstyle v1.0.7
5392024-07-18T21:11:27.622Z Compiling colorchoice v1.0.1
5402024-07-18T21:11:27.751Z Compiling winnow v0.6.8
5412024-07-18T21:11:27.798Z Compiling anstyle-query v1.0.3
5422024-07-18T21:11:27.950Z Compiling camino v1.1.7
5432024-07-18T21:11:28.042Z Compiling crc32fast v1.4.0
5442024-07-18T21:11:28.046Z Compiling is_terminal_polyfill v1.70.0
5452024-07-18T21:11:28.191Z Compiling tower-service v0.3.2
5462024-07-18T21:11:28.215Z Compiling pretty-hex v0.4.1
5472024-07-18T21:11:28.336Z Compiling unicode-bidi v0.3.15
5482024-07-18T21:11:28.437Z Compiling semver v1.0.23
5492024-07-18T21:11:28.555Z Compiling httpdate v1.0.3
5502024-07-18T21:11:28.750Z Compiling anstream v0.6.14
5512024-07-18T21:11:29.070Z Compiling idna v0.5.0
5522024-07-18T21:11:29.209Z Compiling dirs-next v2.0.0
5532024-07-18T21:11:30.686Z Compiling block-buffer v0.10.4
5542024-07-18T21:11:30.743Z Compiling crypto-common v0.1.6
5552024-07-18T21:11:30.769Z Compiling terminal_size v0.3.0
5562024-07-18T21:11:30.965Z Compiling fs-err v2.11.0
5572024-07-18T21:11:30.968Z Compiling thread_local v1.1.8
5582024-07-18T21:11:31.053Z Compiling adler v1.0.2
5592024-07-18T21:11:31.100Z Compiling clap_lex v0.7.0
5602024-07-18T21:11:31.239Z Compiling match_cfg v0.1.0
5612024-07-18T21:11:31.293Z Compiling unicode-width v0.1.13
5622024-07-18T21:11:31.345Z Compiling heck v0.4.1
5632024-07-18T21:11:31.371Z Compiling strsim v0.11.1
5642024-07-18T21:11:31.552Z Compiling anyhow v1.0.86
5652024-07-18T21:11:31.555Z Compiling slog-async v2.8.0
5662024-07-18T21:11:31.612Z Compiling base64 v0.21.7
5672024-07-18T21:11:31.637Z Compiling bytecount v0.6.8
5682024-07-18T21:11:31.839Z Compiling papergrid v0.11.0
5692024-07-18T21:11:31.869Z Compiling clap_builder v4.5.9
5702024-07-18T21:11:32.124Z Compiling rustls-pemfile v1.0.4
5712024-07-18T21:11:32.370Z Compiling hostname v0.3.1
5722024-07-18T21:11:32.464Z Compiling miniz_oxide v0.7.2
5732024-07-18T21:11:32.550Z Compiling digest v0.10.7
5742024-07-18T21:11:32.623Z Compiling crossbeam-channel v0.5.12
5752024-07-18T21:11:32.665Z Compiling url v2.5.0
5762024-07-18T21:11:32.969Z Compiling term v0.7.0
5772024-07-18T21:11:33.008Z Compiling serde_derive v1.0.204
5782024-07-18T21:11:33.695Z Compiling thiserror-impl v1.0.62
5792024-07-18T21:11:33.795Z Compiling zerocopy-derive v0.7.34
5802024-07-18T21:11:34.110Z Compiling tokio-macros v2.3.0
5812024-07-18T21:11:34.620Z Compiling futures-macro v0.3.30
5822024-07-18T21:11:34.668Z Compiling openssl-macros v0.1.1
5832024-07-18T21:11:35.444Z Compiling scroll_derive v0.12.0
5842024-07-18T21:11:35.897Z Compiling tokio v1.38.1
5852024-07-18T21:11:36.248Z Compiling zerocopy v0.7.34
5862024-07-18T21:11:36.806Z Compiling futures-util v0.3.30
5872024-07-18T21:11:36.985Z Compiling scroll v0.12.0
5882024-07-18T21:11:37.393Z Compiling pest v2.7.10
5892024-07-18T21:11:37.607Z Compiling goblin v0.8.2
5902024-07-18T21:11:37.978Z Compiling tabled_derive v0.7.0
5912024-07-18T21:11:40.393Z Compiling pest_meta v2.7.10
5922024-07-18T21:11:40.685Z Compiling clap_derive v4.5.8
5932024-07-18T21:11:41.948Z Compiling pest_generator v2.7.10
5942024-07-18T21:11:43.993Z Compiling tokio-util v0.7.11
5952024-07-18T21:11:45.260Z Compiling h2 v0.3.26
5962024-07-18T21:11:45.841Z Compiling pest_derive v2.7.10
5972024-07-18T21:11:46.005Z Compiling tokio-native-tls v0.3.1
5982024-07-18T21:11:46.045Z Compiling futures-executor v0.3.30
5992024-07-18T21:11:46.311Z Compiling strum_macros v0.26.4
6002024-07-18T21:11:46.626Z Compiling dtrace-parser v0.2.0
6012024-07-18T21:11:47.024Z Compiling xattr v1.3.1
6022024-07-18T21:11:47.343Z Compiling is-terminal v0.4.12
6032024-07-18T21:11:47.483Z Compiling filetime v0.2.23
6042024-07-18T21:11:47.847Z Compiling memmap v0.7.0
6052024-07-18T21:11:48.233Z Compiling encoding_rs v0.8.34
6062024-07-18T21:11:48.403Z Compiling sync_wrapper v0.1.2
6072024-07-18T21:11:48.873Z Compiling serde_spanned v0.6.6
6082024-07-18T21:11:48.956Z Compiling toml_datetime v0.6.6
6092024-07-18T21:11:49.869Z Compiling serde_tokenstream v0.2.1
6102024-07-18T21:11:49.925Z Compiling hyper v0.14.28
6112024-07-18T21:11:50.430Z Compiling dof v0.3.0
6122024-07-18T21:11:51.649Z Compiling toml_edit v0.22.14
6132024-07-18T21:11:52.553Z Compiling slog-json v2.6.1
6142024-07-18T21:11:52.960Z Compiling cargo-platform v0.1.8
6152024-07-18T21:11:53.001Z Compiling serde_urlencoded v0.7.1
6162024-07-18T21:11:53.043Z Compiling take_mut v0.2.2
6172024-07-18T21:11:53.209Z Compiling ipnet v2.9.0
6182024-07-18T21:11:53.546Z Compiling mime v0.3.17
6192024-07-18T21:11:53.575Z Compiling cpufeatures v0.2.12
6202024-07-18T21:11:53.676Z Compiling sha2 v0.10.8
6212024-07-18T21:11:53.701Z Compiling cargo_metadata v0.18.1
6222024-07-18T21:11:53.934Z Compiling usdt-attr-macro v0.5.0
6232024-07-18T21:11:54.153Z Compiling usdt-macro v0.5.0
6242024-07-18T21:11:54.182Z Compiling hyper-tls v0.5.0
6252024-07-18T21:11:54.525Z Compiling reqwest v0.11.27
6262024-07-18T21:11:55.431Z Compiling toml v0.8.14
6272024-07-18T21:11:55.466Z Compiling usdt v0.5.0
6282024-07-18T21:11:55.812Z Compiling slog-bunyan v2.5.0
6292024-07-18T21:11:55.999Z Compiling strum v0.26.3
6302024-07-18T21:11:56.029Z Compiling macaddr v1.0.1
6312024-07-18T21:11:56.191Z Compiling tar v0.4.41
6322024-07-18T21:11:56.332Z Compiling cargo_toml v0.20.3
6332024-07-18T21:11:56.477Z Compiling slog-term v2.9.1
6342024-07-18T21:11:57.145Z Compiling flate2 v1.0.30
6352024-07-18T21:11:57.327Z Compiling futures v0.3.30
6362024-07-18T21:11:57.466Z Compiling clap v4.5.9
6372024-07-18T21:11:57.610Z Compiling tabled v0.15.0
6382024-07-18T21:11:58.217Z Compiling swrite v0.1.0
6392024-07-18T21:12:02.736Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6402024-07-18T21:12:10.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
6412024-07-18T21:12:11.249Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6422024-07-18T21:12:11.314ZJul 18 21:12:10.251 INFO Starting download, target: Cockroach
6432024-07-18T21:12:11.314ZJul 18 21:12:10.251 INFO Starting download, target: Console
6442024-07-18T21:12:11.314ZJul 18 21:12:10.251 INFO Starting download, target: Clickhouse
6452024-07-18T21:12:11.314ZJul 18 21:12:10.251 INFO Starting download, target: DendriteOpenapi
6462024-07-18T21:12:11.317ZJul 18 21:12:10.251 INFO Starting download, target: DendriteStub
6472024-07-18T21:12:11.317ZJul 18 21:12:10.251 INFO Starting download, target: MaghemiteMgd
6482024-07-18T21:12:11.317ZJul 18 21:12:10.251 INFO Starting download, target: TransceiverControl
6492024-07-18T21:12:11.317ZJul 18 21:12:10.252 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6502024-07-18T21:12:11.317ZJul 18 21:12:10.252 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6512024-07-18T21:12:11.317ZJul 18 21:12:10.252 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6522024-07-18T21:12:11.317ZJul 18 21:12:10.252 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6532024-07-18T21:12:11.317ZJul 18 21:12:10.252 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6542024-07-18T21:12:11.317ZJul 18 21:12:10.252 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6552024-07-18T21:12:11.317ZJul 18 21:12:10.252 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6562024-07-18T21:12:11.509ZJul 18 21:12:10.432 INFO Download complete, target: DendriteOpenapi
6572024-07-18T21:12:11.674ZJul 18 21:12:10.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6582024-07-18T21:12:11.854ZJul 18 21:12:10.779 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6592024-07-18T21:12:12.044ZJul 18 21:12:10.980 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6602024-07-18T21:12:12.218ZJul 18 21:12:11.155 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6612024-07-18T21:12:12.249ZJul 18 21:12:11.186 INFO Download complete, target: Console
6622024-07-18T21:12:12.516ZJul 18 21:12:11.454 INFO Download complete, target: TransceiverControl
6632024-07-18T21:12:13.689ZJul 18 21:12:12.626 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6642024-07-18T21:12:15.330ZJul 18 21:12:14.267 INFO Download complete, target: DendriteStub
6652024-07-18T21:12:15.616ZJul 18 21:12:14.553 INFO Download complete, target: MaghemiteMgd
6662024-07-18T21:12:15.652ZJul 18 21:12:14.588 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6672024-07-18T21:12:15.652ZJul 18 21:12:14.588 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6682024-07-18T21:12:24.093ZJul 18 21:12:23.029 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6692024-07-18T21:12:24.427ZJul 18 21:12:23.363 INFO Checking that binary works, target: Cockroach
6702024-07-18T21:12:24.681ZJul 18 21:12:23.618 INFO Download complete, target: Cockroach
6712024-07-18T21:12:28.330ZJul 18 21:12:27.264 INFO Checking that binary works, target: Clickhouse
6722024-07-18T21:12:28.636ZJul 18 21:12:27.573 INFO Download complete, target: Clickhouse
6732024-07-18T21:12:28.644ZAll prerequisites installed successfully
6742024-07-18T21:12:28.648Z
6752024-07-18T21:12:28.648Zreal 2:53.063670052
6762024-07-18T21:12:28.648Zuser 6:01.961142429
6772024-07-18T21:12:28.648Zsys 1:21.298027508
6782024-07-18T21:12:28.648Ztrap 0.239462772
6792024-07-18T21:12:28.648Ztflt 2.544636610
6802024-07-18T21:12:28.648Zdflt 3.104079502
6812024-07-18T21:12:28.648Zkflt 0.241472918
6822024-07-18T21:12:28.649Zlock 14:06.728198019
6832024-07-18T21:12:28.649Zslp 18:00.615521507
6842024-07-18T21:12:28.649Zlat 22.614113106
6852024-07-18T21:12:28.649Zstop 1:08.682550454
6862024-07-18T21:12:28.649Z+ source ./tools/include/force-git-over-https.sh
6872024-07-18T21:12:28.649Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
6882024-07-18T21:12:28.649Z++ (( i = 0 ))
6892024-07-18T21:12:28.649Z++ (( i < 5 ))
6902024-07-18T21:12:28.649Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
6912024-07-18T21:12:28.656Z++ (( i++ ))
6922024-07-18T21:12:28.656Z++ (( i < 5 ))
6932024-07-18T21:12:28.656Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
6942024-07-18T21:12:28.656Z++ (( i++ ))
6952024-07-18T21:12:28.656Z++ (( i < 5 ))
6962024-07-18T21:12:28.656Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
6972024-07-18T21:12:28.660Z++ (( i++ ))
6982024-07-18T21:12:28.660Z++ (( i < 5 ))
6992024-07-18T21:12:28.660Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
7002024-07-18T21:12:28.660Z++ (( i++ ))
7012024-07-18T21:12:28.661Z++ (( i < 5 ))
7022024-07-18T21:12:28.661Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
7032024-07-18T21:12:28.664Z++ (( i++ ))
7042024-07-18T21:12:28.664Z++ (( i < 5 ))
7052024-07-18T21:12:28.664Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
7062024-07-18T21:12:28.664Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
7072024-07-18T21:12:28.664Z+ rc=0
7082024-07-18T21:12:28.664Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
7092024-07-18T21:13:02.259Z+ case $rc in
7102024-07-18T21:13:02.259Z+ pfexec zfs create -p rpool/images/build/host
7112024-07-18T21:13:02.436Z+ pfexec zfs create -p rpool/images/build/recovery
7122024-07-18T21:13:02.498Z+ cargo xtask releng --output-dir /work
7132024-07-18T21:13:03.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
7142024-07-18T21:13:03.079Z Running `target/debug/xtask releng --output-dir /work`
7152024-07-18T21:13:03.582Z Downloading crates ...
7162024-07-18T21:13:03.754Z Downloaded async-stream-impl v0.3.5
7172024-07-18T21:13:03.764Z Downloaded atty v0.2.14
7182024-07-18T21:13:03.767Z Downloaded atomicwrites v0.4.3
7192024-07-18T21:13:03.771Z Downloaded aead v0.5.2
7202024-07-18T21:13:03.774Z Downloaded async-recursion v1.1.1
7212024-07-18T21:13:03.778Z Downloaded ascii-canvas v3.0.0
7222024-07-18T21:13:03.780Z Downloaded arrayvec v0.7.4
7232024-07-18T21:13:03.783Z Downloaded bitstruct v0.1.1
7242024-07-18T21:13:03.786Z Downloaded newtype_derive v0.1.6
7252024-07-18T21:13:03.789Z Downloaded normalize-line-endings v0.3.0
7262024-07-18T21:13:03.792Z Downloaded number_prefix v0.4.0
7272024-07-18T21:13:03.792Z Downloaded num v0.4.3
7282024-07-18T21:13:03.795Z Downloaded crucible-workspace-hack v0.1.0
7292024-07-18T21:13:03.795Z Downloaded assert_matches v1.5.0
7302024-07-18T21:13:03.798Z Downloaded ciborium-io v0.2.2
7312024-07-18T21:13:03.801Z Downloaded precomputed-hash v0.1.1
7322024-07-18T21:13:03.804Z Downloaded atomic-waker v1.1.2
7332024-07-18T21:13:03.804Z Downloaded array-init v0.0.4
7342024-07-18T21:13:03.806Z Downloaded phf_shared v0.10.0
7352024-07-18T21:13:03.807Z Downloaded path-slash v0.1.5
7362024-07-18T21:13:03.809Z Downloaded bitstruct_derive v0.1.0
7372024-07-18T21:13:03.810Z Downloaded new_debug_unreachable v1.0.6
7382024-07-18T21:13:03.810Z Downloaded curve25519-dalek-derive v0.1.1
7392024-07-18T21:13:03.812Z Downloaded pretty-hex v0.2.1
7402024-07-18T21:13:03.812Z Downloaded chacha20 v0.9.1
7412024-07-18T21:13:03.815Z Downloaded opaque-debug v0.3.1
7422024-07-18T21:13:03.819Z Downloaded constant_time_eq v0.3.0
7432024-07-18T21:13:03.819Z Downloaded psl-types v2.0.11
7442024-07-18T21:13:03.822Z Downloaded bitfield-struct v0.6.1
7452024-07-18T21:13:03.822Z Downloaded newline-converter v0.3.0
7462024-07-18T21:13:03.822Z Downloaded nodrop v0.1.14
7472024-07-18T21:13:03.825Z Downloaded cexpr v0.6.0
7482024-07-18T21:13:03.828Z Downloaded data-encoding v2.6.0
7492024-07-18T21:13:03.831Z Downloaded num_enum v0.5.11
7502024-07-18T21:13:03.834Z Downloaded nanorand v0.7.0
7512024-07-18T21:13:03.836Z Downloaded peg-runtime v0.8.3
7522024-07-18T21:13:03.839Z Downloaded darling_macro v0.20.9
7532024-07-18T21:13:03.839Z Downloaded crunchy v0.2.2
7542024-07-18T21:13:03.842Z Downloaded cfg_aliases v0.1.1
7552024-07-18T21:13:03.842Z Downloaded oso-derive v0.27.3
7562024-07-18T21:13:03.842Z Downloaded pem v3.0.4
7572024-07-18T21:13:03.845Z Downloaded num-derive v0.4.2
7582024-07-18T21:13:03.848Z Downloaded quick-error v1.2.3
7592024-07-18T21:13:03.848Z Downloaded predicates-core v1.0.6
7602024-07-18T21:13:03.850Z Downloaded rand_chacha v0.3.1
7612024-07-18T21:13:03.850Z Downloaded async-stream v0.3.5
7622024-07-18T21:13:03.853Z Downloaded arrayref v0.3.7
7632024-07-18T21:13:03.857Z Downloaded newtype-uuid v1.1.0
7642024-07-18T21:13:03.857Z Downloaded olpc-cjson v0.1.3
7652024-07-18T21:13:03.857Z Downloaded derive_builder_macro v0.20.0
7662024-07-18T21:13:03.859Z Downloaded debug-ignore v1.0.5
7672024-07-18T21:13:03.862Z Downloaded packed_struct_codegen v0.10.1
7682024-07-18T21:13:03.862Z Downloaded cstr-argument v0.1.2
7692024-07-18T21:13:03.866Z Downloaded arc-swap v1.7.1
7702024-07-18T21:13:03.868Z Downloaded nibble_vec v0.1.0
7712024-07-18T21:13:03.871Z Downloaded downcast v0.11.0
7722024-07-18T21:13:03.871Z Downloaded display-error-chain v0.2.0
7732024-07-18T21:13:03.874Z Downloaded ref-cast v1.0.23
7742024-07-18T21:13:03.876Z Downloaded proc-macro-crate v1.3.1
7752024-07-18T21:13:03.882Z Downloaded rand_seeder v0.2.3
7762024-07-18T21:13:03.882Z Downloaded cookie v0.17.0
7772024-07-18T21:13:03.886Z Downloaded convert_case v0.4.0
7782024-07-18T21:13:03.886Z Downloaded bit-vec v0.6.3
7792024-07-18T21:13:03.886Z Downloaded num-rational v0.4.2
7802024-07-18T21:13:03.889Z Downloaded cobs v0.2.3
7812024-07-18T21:13:03.889Z Downloaded resolv-conf v0.7.0
7822024-07-18T21:13:03.892Z Downloaded phf v0.11.2
7832024-07-18T21:13:03.892Z Downloaded rand_core v0.6.4
7842024-07-18T21:13:03.895Z Downloaded parse-display v0.9.1
7852024-07-18T21:13:03.903Z Downloaded bitfield v0.14.0
7862024-07-18T21:13:03.903Z Downloaded predicates-tree v1.0.9
7872024-07-18T21:13:03.903Z Downloaded peg v0.8.3
7882024-07-18T21:13:03.903Z Downloaded crc-catalog v2.4.0
7892024-07-18T21:13:03.906Z Downloaded rand_xorshift v0.3.0
7902024-07-18T21:13:03.906Z Downloaded pin-project-internal v1.1.5
7912024-07-18T21:13:03.909Z Downloaded ciborium-ll v0.2.2
7922024-07-18T21:13:03.909Z Downloaded float-ord v0.3.2
7932024-07-18T21:13:03.911Z Downloaded r2d2 v0.8.10
7942024-07-18T21:13:03.915Z Downloaded async-trait v0.1.81
7952024-07-18T21:13:03.917Z Downloaded postgres-types v0.2.6
7962024-07-18T21:13:03.920Z Downloaded poly1305 v0.8.0
7972024-07-18T21:13:03.923Z Downloaded ahash v0.8.11
7982024-07-18T21:13:03.926Z Downloaded password-hash v0.5.0
7992024-07-18T21:13:03.928Z Downloaded lru v0.12.3
8002024-07-18T21:13:03.931Z Downloaded topological-sort v0.2.2
8012024-07-18T21:13:03.931Z Downloaded predicates v3.1.0
8022024-07-18T21:13:03.934Z Downloaded defmt-parser v0.3.4
8032024-07-18T21:13:03.937Z Downloaded ref-cast-impl v1.0.23
8042024-07-18T21:13:03.940Z Downloaded darling v0.20.9
8052024-07-18T21:13:03.944Z Downloaded unicode-truncate v1.0.0
8062024-07-18T21:13:03.946Z Downloaded uzers v0.11.3
8072024-07-18T21:13:03.949Z Downloaded untrusted v0.7.1
8082024-07-18T21:13:03.949Z Downloaded parking_lot v0.11.2
8092024-07-18T21:13:03.951Z Downloaded addr2line v0.21.0
8102024-07-18T21:13:03.954Z Downloaded sqlparser_derive v0.2.2
8112024-07-18T21:13:03.957Z Downloaded radium v0.7.0
8122024-07-18T21:13:03.957Z Downloaded packed_struct v0.10.1
8132024-07-18T21:13:03.959Z Downloaded structmeta v0.3.0
8142024-07-18T21:13:03.962Z Downloaded crc v3.2.1
8152024-07-18T21:13:03.965Z Downloaded hubpack_derive v0.1.1
8162024-07-18T21:13:03.965Z Downloaded console v0.15.8
8172024-07-18T21:13:03.967Z Downloaded backoff v0.4.0
8182024-07-18T21:13:03.971Z Downloaded zone_cfg_derive v0.1.2
8192024-07-18T21:13:03.973Z Downloaded lalrpop-util v0.19.12
8202024-07-18T21:13:03.973Z Downloaded float-cmp v0.9.0
8212024-07-18T21:13:03.976Z Downloaded bcs v0.1.6
8222024-07-18T21:13:03.979Z Downloaded num-complex v0.4.6
8232024-07-18T21:13:03.979Z Downloaded tokio-tungstenite v0.21.0
8242024-07-18T21:13:03.982Z Downloaded is_ci v1.2.0
8252024-07-18T21:13:03.985Z Downloaded matches v0.1.10
8262024-07-18T21:13:03.985Z Downloaded hostname v0.4.0
8272024-07-18T21:13:03.987Z Downloaded home v0.5.9
8282024-07-18T21:13:03.990Z Downloaded pem-rfc7468 v0.7.0
8292024-07-18T21:13:03.990Z Downloaded flagset v0.4.5
8302024-07-18T21:13:03.993Z Downloaded http-range v0.1.5
8312024-07-18T21:13:03.993Z Downloaded slog-envlogger v2.2.0
8322024-07-18T21:13:03.995Z Downloaded rustfmt-wrapper v0.2.1
8332024-07-18T21:13:03.998Z Downloaded slog-dtrace v0.3.0
8342024-07-18T21:13:04.001Z Downloaded postgres-protocol v0.6.6
8352024-07-18T21:13:04.002Z Downloaded sigpipe v0.1.3
8362024-07-18T21:13:04.005Z Downloaded sha1 v0.10.6
8372024-07-18T21:13:04.005Z Downloaded signal-hook-tokio v0.3.1
8382024-07-18T21:13:04.007Z Downloaded wait-timeout v0.2.0
8392024-07-18T21:13:04.007Z Downloaded blake2 v0.10.6
8402024-07-18T21:13:04.010Z Downloaded erased-serde v0.3.31
8412024-07-18T21:13:04.013Z Downloaded crc-any v2.5.0
8422024-07-18T21:13:04.016Z Downloaded tiny-keccak v2.0.2
8432024-07-18T21:13:04.019Z Downloaded darling_core v0.20.9
8442024-07-18T21:13:04.025Z Downloaded difflib v0.4.0
8452024-07-18T21:13:04.027Z Downloaded const-oid v0.9.6
8462024-07-18T21:13:04.030Z Downloaded getopts v0.2.21
8472024-07-18T21:13:04.034Z Downloaded diesel_table_macro_syntax v0.1.0
8482024-07-18T21:13:04.034Z Downloaded allocator-api2 v0.2.18
8492024-07-18T21:13:04.036Z Downloaded foreign-types-macros v0.2.3
8502024-07-18T21:13:04.039Z Downloaded serde-big-array v0.5.1
8512024-07-18T21:13:04.039Z Downloaded walkdir v2.5.0
8522024-07-18T21:13:04.042Z Downloaded foreign-types v0.5.0
8532024-07-18T21:13:04.044Z Downloaded lazy_static v1.5.0
8542024-07-18T21:13:04.044Z Downloaded hubpack v0.1.2
8552024-07-18T21:13:04.048Z Downloaded maybe-uninit v2.0.0
8562024-07-18T21:13:04.050Z Downloaded thiserror-impl-no-std v2.0.2
8572024-07-18T21:13:04.051Z Downloaded serde_with_macros v3.8.3
8582024-07-18T21:13:04.053Z Downloaded rustls-pki-types v1.7.0
8592024-07-18T21:13:04.056Z Downloaded serde_plain v1.0.2
8602024-07-18T21:13:04.059Z Downloaded unarray v0.1.4
8612024-07-18T21:13:04.059Z Downloaded serde_derive_internals v0.29.1
8622024-07-18T21:13:04.062Z Downloaded md-5 v0.10.6
8632024-07-18T21:13:04.064Z Downloaded strip-ansi-escapes v0.2.0
8642024-07-18T21:13:04.064Z Downloaded ident_case v1.0.1
8652024-07-18T21:13:04.067Z Downloaded tui-tree-widget v0.21.0
8662024-07-18T21:13:04.067Z Downloaded fxhash v0.2.1
8672024-07-18T21:13:04.070Z Downloaded const_format v0.2.32
8682024-07-18T21:13:04.073Z Downloaded termtree v0.4.1
8692024-07-18T21:13:04.077Z Downloaded strum_macros v0.25.3
8702024-07-18T21:13:04.077Z Downloaded unicase v2.7.0
8712024-07-18T21:13:04.080Z Downloaded structmeta v0.2.0
8722024-07-18T21:13:04.080Z Downloaded structmeta-derive v0.2.0
8732024-07-18T21:13:04.082Z Downloaded fixedbitset v0.4.2
8742024-07-18T21:13:04.082Z Downloaded secrecy v0.8.0
8752024-07-18T21:13:04.085Z Downloaded waitgroup v0.1.2
8762024-07-18T21:13:04.088Z Downloaded der v0.7.9
8772024-07-18T21:13:04.091Z Downloaded prettyplease v0.2.20
8782024-07-18T21:13:04.095Z Downloaded endian-type v0.1.2
8792024-07-18T21:13:04.098Z Downloaded humantime v2.1.0
8802024-07-18T21:13:04.100Z Downloaded maplit v1.0.2
8812024-07-18T21:13:04.100Z Downloaded highway v1.1.0
8822024-07-18T21:13:04.103Z Downloaded hex v0.4.3
8832024-07-18T21:13:04.106Z Downloaded static_assertions v1.1.0
8842024-07-18T21:13:04.106Z Downloaded slog-scope v4.4.0
8852024-07-18T21:13:04.109Z Downloaded rcgen v0.12.1
8862024-07-18T21:13:04.119Z Downloaded slog-stdlog v4.1.1
8872024-07-18T21:13:04.122Z Downloaded embedded-io v0.4.0
8882024-07-18T21:13:04.124Z Downloaded funty v2.0.0
8892024-07-18T21:13:04.124Z Downloaded managed v0.8.0
8902024-07-18T21:13:04.127Z Downloaded lru-cache v0.1.2
8912024-07-18T21:13:04.127Z Downloaded hyper-staticfile v0.9.5
8922024-07-18T21:13:04.130Z Downloaded tls_codec v0.4.1
8932024-07-18T21:13:04.133Z Downloaded signature v2.2.0
8942024-07-18T21:13:04.135Z Downloaded strum_macros v0.24.3
8952024-07-18T21:13:04.138Z Downloaded rustc-demangle v0.1.24
8962024-07-18T21:13:04.138Z Downloaded mockall v0.12.1
8972024-07-18T21:13:04.141Z Downloaded crypto-bigint v0.5.5
8982024-07-18T21:13:04.148Z Downloaded rand v0.8.5
8992024-07-18T21:13:04.152Z Downloaded whoami v1.5.1
9002024-07-18T21:13:04.155Z Downloaded foreign-types-shared v0.3.1
9012024-07-18T21:13:04.157Z Downloaded hash32 v0.3.1
9022024-07-18T21:13:04.157Z Downloaded rpassword v7.3.1
9032024-07-18T21:13:04.160Z Downloaded toolchain_find v0.4.0
9042024-07-18T21:13:04.160Z Downloaded subtle v2.5.0
9052024-07-18T21:13:04.163Z Downloaded which v4.4.2
9062024-07-18T21:13:04.165Z Downloaded num-bigint v0.4.5
9072024-07-18T21:13:04.168Z Downloaded termios v0.3.3
9082024-07-18T21:13:04.171Z Downloaded instant v0.1.12
9092024-07-18T21:13:04.173Z Downloaded trust-dns-resolver v0.22.0
9102024-07-18T21:13:04.177Z Downloaded headers-core v0.2.0
9112024-07-18T21:13:04.179Z Downloaded same-file v1.0.6
9122024-07-18T21:13:04.179Z Downloaded env_logger v0.10.2
9132024-07-18T21:13:04.182Z Downloaded iana-time-zone v0.1.60
9142024-07-18T21:13:04.185Z Downloaded tls_codec_derive v0.4.1
9152024-07-18T21:13:04.189Z Downloaded indent_write v2.2.0
9162024-07-18T21:13:04.191Z Downloaded libefi-sys v0.1.0
9172024-07-18T21:13:04.191Z Downloaded base64 v0.22.1
9182024-07-18T21:13:04.194Z Downloaded utf-8 v0.7.6
9192024-07-18T21:13:04.197Z Downloaded untrusted v0.9.0
9202024-07-18T21:13:04.212Z Downloaded tokio-rustls v0.25.0
9212024-07-18T21:13:04.212Z Downloaded stability v0.2.0
9222024-07-18T21:13:04.212Z Downloaded glob v0.3.1
9232024-07-18T21:13:04.212Z Downloaded publicsuffix v2.2.3
9242024-07-18T21:13:04.212Z Downloaded unicode-linebreak v0.1.5
9252024-07-18T21:13:04.212Z Downloaded vte_generate_state_changes v0.1.1
9262024-07-18T21:13:04.212Z Downloaded subprocess v0.2.9
9272024-07-18T21:13:04.212Z Downloaded toml v0.7.8
9282024-07-18T21:13:04.216Z Downloaded diesel_derives v2.1.4
9292024-07-18T21:13:04.219Z Downloaded smawk v0.3.2
9302024-07-18T21:13:04.222Z Downloaded tabwriter v1.4.0
9312024-07-18T21:13:04.225Z Downloaded smf v0.2.3
9322024-07-18T21:13:04.225Z Downloaded yasna v0.5.2
9332024-07-18T21:13:04.228Z Downloaded flume v0.11.0
9342024-07-18T21:13:04.230Z Downloaded globset v0.4.14
9352024-07-18T21:13:04.233Z Downloaded tokio-stream v0.1.15
9362024-07-18T21:13:04.237Z Downloaded tap v1.0.1
9372024-07-18T21:13:04.239Z Downloaded impl-trait-for-tuples v0.2.2
9382024-07-18T21:13:04.243Z Downloaded either v1.12.0
9392024-07-18T21:13:04.243Z Downloaded libloading v0.8.3
9402024-07-18T21:13:04.246Z Downloaded linked-hash-map v0.5.6
9412024-07-18T21:13:04.248Z Downloaded ena v0.14.3
9422024-07-18T21:13:04.248Z Downloaded tokio-rustls v0.24.1
9432024-07-18T21:13:04.251Z Downloaded serde_yaml v0.9.34+deprecated
9442024-07-18T21:13:04.255Z Downloaded keccak v0.1.5
9452024-07-18T21:13:04.257Z Downloaded universal-hash v0.5.1
9462024-07-18T21:13:04.257Z Downloaded stable_deref_trait v1.2.0
9472024-07-18T21:13:04.260Z Downloaded shlex v1.3.0
9482024-07-18T21:13:04.260Z Downloaded termcolor v1.4.1
9492024-07-18T21:13:04.263Z Downloaded ipnetwork v0.20.0
9502024-07-18T21:13:04.266Z Downloaded rusty-fork v0.3.0
9512024-07-18T21:13:04.266Z Downloaded spki v0.7.3
9522024-07-18T21:13:04.269Z Downloaded zeroize v1.7.0
9532024-07-18T21:13:04.269Z Downloaded zeroize_derive v1.4.2
9542024-07-18T21:13:04.272Z Downloaded num-bigint-dig v0.8.4
9552024-07-18T21:13:04.274Z Downloaded heapless v0.8.0
9562024-07-18T21:13:04.279Z Downloaded zone v0.1.8
9572024-07-18T21:13:04.282Z Downloaded kstat-rs v0.2.4
9582024-07-18T21:13:04.282Z Downloaded ff v0.13.0
9592024-07-18T21:13:04.284Z Downloaded hash32 v0.2.1
9602024-07-18T21:13:04.287Z Downloaded elliptic-curve v0.13.8
9612024-07-18T21:13:04.290Z Downloaded schemars_derive v0.8.21
9622024-07-18T21:13:04.292Z Downloaded getrandom v0.2.14
9632024-07-18T21:13:04.295Z Downloaded libsw v3.3.1
9642024-07-18T21:13:04.298Z Downloaded rsa v0.9.6
9652024-07-18T21:13:04.302Z Downloaded typed-path v0.7.1
9662024-07-18T21:13:04.309Z Downloaded snafu-derive v0.8.2
9672024-07-18T21:13:04.312Z Downloaded env_logger v0.9.3
9682024-07-18T21:13:04.315Z Downloaded sqlformat v0.2.4
9692024-07-18T21:13:04.318Z Downloaded tungstenite v0.21.0
9702024-07-18T21:13:04.320Z Downloaded hashbrown v0.12.3
9712024-07-18T21:13:04.323Z Downloaded sct v0.7.1
9722024-07-18T21:13:04.327Z Downloaded tokio-tungstenite v0.20.1
9732024-07-18T21:13:04.330Z Downloaded tempfile v3.10.1
9742024-07-18T21:13:04.332Z Downloaded heapless v0.7.17
9752024-07-18T21:13:04.336Z Downloaded tokio-postgres v0.7.10
9762024-07-18T21:13:04.342Z Downloaded indexmap v1.9.3
9772024-07-18T21:13:04.346Z Downloaded signal-hook v0.3.17
9782024-07-18T21:13:04.349Z Downloaded vte v0.11.1
9792024-07-18T21:13:04.352Z Downloaded http v1.1.0
9802024-07-18T21:13:04.356Z Downloaded trust-dns-server v0.22.1
9812024-07-18T21:13:04.361Z Downloaded libm v0.2.8
9822024-07-18T21:13:04.370Z Downloaded half v2.4.1
9832024-07-18T21:13:04.373Z Downloaded uuid v1.10.0
9842024-07-18T21:13:04.376Z Downloaded fatfs v0.3.6
9852024-07-18T21:13:04.380Z Downloaded unicode_categories v0.1.1
9862024-07-18T21:13:04.382Z Downloaded steno v0.4.1
9872024-07-18T21:13:04.386Z Downloaded reedline v0.31.0
9882024-07-18T21:13:04.394Z Downloaded unsafe-libyaml v0.2.11
9892024-07-18T21:13:04.398Z Downloaded zip v0.6.6
9902024-07-18T21:13:04.403Z Downloaded toml_edit v0.19.15
9912024-07-18T21:13:04.421Z Downloaded itertools v0.12.1
9922024-07-18T21:13:04.428Z Downloaded headers v0.3.9
9932024-07-18T21:13:04.433Z Downloaded indicatif v0.17.8
9942024-07-18T21:13:04.438Z Downloaded snafu v0.8.2
9952024-07-18T21:13:04.443Z Downloaded unicode-segmentation v1.11.0
9962024-07-18T21:13:04.447Z Downloaded libxml v0.3.3
9972024-07-18T21:13:04.453Z Downloaded x509-cert v0.2.5
9982024-07-18T21:13:04.460Z Downloaded tough v0.17.1
9992024-07-18T21:13:04.468Z Downloaded chrono v0.4.38
10002024-07-18T21:13:04.475Z Downloaded rustyline v14.0.0
10012024-07-18T21:13:04.482Z Downloaded serde_with v3.8.3
10022024-07-18T21:13:04.491Z Downloaded itertools v0.13.0
10032024-07-18T21:13:04.499Z Downloaded hashbrown v0.13.2
10042024-07-18T21:13:04.503Z Downloaded rayon v1.10.0
10052024-07-18T21:13:04.513Z Downloaded winnow v0.5.40
10062024-07-18T21:13:04.522Z Downloaded quick-xml v0.31.0
10072024-07-18T21:13:04.528Z Downloaded sqlparser v0.45.0
10082024-07-18T21:13:04.534Z Downloaded bitvec v1.0.1
10092024-07-18T21:13:04.551Z Downloaded rustls-webpki v0.102.4
10102024-07-18T21:13:04.570Z Downloaded itertools v0.10.5
10112024-07-18T21:13:04.576Z Downloaded rustls-webpki v0.101.7
10122024-07-18T21:13:04.592Z Downloaded hkdf v0.12.4
10132024-07-18T21:13:04.597Z Downloaded regex v1.10.5
10142024-07-18T21:13:04.609Z Downloaded rustls v0.22.4
10152024-07-18T21:13:04.621Z Downloaded object v0.30.4
10162024-07-18T21:13:04.631Z Downloaded bstr v1.9.1
10172024-07-18T21:13:04.644Z Downloaded nix v0.27.1
10182024-07-18T21:13:04.653Z Downloaded idna v0.3.0
10192024-07-18T21:13:04.661Z Downloaded polar-core v0.27.3
10202024-07-18T21:13:04.669Z Downloaded sled v0.34.7
10212024-07-18T21:13:04.679Z Downloaded object v0.32.2
10222024-07-18T21:13:04.689Z Downloaded regex-syntax v0.6.29
10232024-07-18T21:13:04.695Z Downloaded webpki-roots v0.25.4
10242024-07-18T21:13:04.699Z Downloaded regex-syntax v0.8.3
10252024-07-18T21:13:04.707Z Downloaded idna v0.2.3
10262024-07-18T21:13:04.713Z Downloaded regress v0.9.1
10272024-07-18T21:13:04.721Z Downloaded nix v0.28.0
10282024-07-18T21:13:04.733Z Downloaded gimli v0.28.1
10292024-07-18T21:13:04.741Z Downloaded smoltcp v0.11.0
10302024-07-18T21:13:04.754Z Downloaded trust-dns-proto v0.22.0
10312024-07-18T21:13:04.766Z Downloaded sha3 v0.10.8
10322024-07-18T21:13:04.770Z Downloaded ratatui v0.27.0
10332024-07-18T21:13:04.788Z Downloaded csv v1.3.0
10342024-07-18T21:13:04.807Z Downloaded zerocopy-derive v0.6.6
10352024-07-18T21:13:04.815Z Downloaded regex-automata v0.4.6
10362024-07-18T21:13:04.831Z Downloaded openapiv3 v2.0.0
10372024-07-18T21:13:04.842Z Downloaded finl_unicode v1.2.0
10382024-07-18T21:13:04.853Z Downloaded petgraph v0.6.5
10392024-07-18T21:13:04.869Z Downloaded bzip2-sys v0.1.11+1.0.8
10402024-07-18T21:13:04.880Z Downloaded diesel v2.1.6
10412024-07-18T21:13:04.896Z Downloaded radix_trie v0.2.1
10422024-07-18T21:13:04.901Z Downloaded bstr v0.2.17
10432024-07-18T21:13:04.910Z Downloaded smoltcp v0.9.1
10442024-07-18T21:13:04.919Z Downloaded lalrpop v0.19.12
10452024-07-18T21:13:04.929Z Downloaded rustls v0.21.12
10462024-07-18T21:13:04.939Z Downloaded curve25519-dalek v4.1.3
10472024-07-18T21:13:04.947Z Downloaded proptest v1.4.0
10482024-07-18T21:13:04.955Z Downloaded bindgen v0.69.4
10492024-07-18T21:13:04.962Z Downloaded minimal-lexical v0.2.1
10502024-07-18T21:13:04.966Z Downloaded regex-automata v0.1.10
10512024-07-18T21:13:04.970Z Downloaded blake3 v1.5.1
10522024-07-18T21:13:04.977Z Downloaded schemars v0.8.21
10532024-07-18T21:13:04.987Z Downloaded samael v0.0.15
10542024-07-18T21:13:04.991Z Downloaded portable-atomic v1.6.0
10552024-07-18T21:13:04.997Z Downloaded trust-dns-client v0.22.0
10562024-07-18T21:13:05.002Z Downloaded ron v0.7.1
10572024-07-18T21:13:05.005Z Downloaded similar v2.5.0
10582024-07-18T21:13:05.009Z Downloaded ron v0.8.1
10592024-07-18T21:13:05.014Z Downloaded expectorate v1.1.0
10602024-07-18T21:13:05.017Z Downloaded aho-corasick v1.1.3
10612024-07-18T21:13:05.021Z Downloaded zerocopy v0.6.6
10622024-07-18T21:13:05.024Z Downloaded nom v7.1.3
10632024-07-18T21:13:05.028Z Downloaded crossterm v0.27.0
10642024-07-18T21:13:05.034Z Downloaded toml v0.5.11
10652024-07-18T21:13:05.036Z Downloaded siphasher v0.3.11
10662024-07-18T21:13:05.038Z Downloaded signal-hook-mio v0.2.3
10672024-07-18T21:13:05.038Z Downloaded group v0.13.0
10682024-07-18T21:13:05.041Z Downloaded dyn-clone v1.0.17
10692024-07-18T21:13:05.041Z Downloaded supports-color v3.0.0
10702024-07-18T21:13:05.044Z Downloaded scheduled-thread-pool v0.2.7
10712024-07-18T21:13:05.044Z Downloaded heck v0.3.3
10722024-07-18T21:13:05.044Z Downloaded diff v0.1.13
10732024-07-18T21:13:05.047Z Downloaded indoc v1.0.9
10742024-07-18T21:13:05.050Z Downloaded enum-as-inner v0.5.1
10752024-07-18T21:13:05.050Z Downloaded tungstenite v0.20.1
10762024-07-18T21:13:05.052Z Downloaded hyper-rustls v0.24.2
10772024-07-18T21:13:05.055Z Downloaded linear-map v1.2.0
10782024-07-18T21:13:05.057Z Downloaded tracing-attributes v0.1.27
10792024-07-18T21:13:05.060Z Downloaded memmap2 v0.9.4
10802024-07-18T21:13:05.060Z Downloaded string_cache v0.8.7
10812024-07-18T21:13:05.063Z Downloaded shell-words v1.1.0
10822024-07-18T21:13:05.063Z Downloaded serde_repr v0.1.19
10832024-07-18T21:13:05.063Z Downloaded serde_arrays v0.1.0
10842024-07-18T21:13:05.066Z Downloaded sec1 v0.7.3
10852024-07-18T21:13:05.066Z Downloaded backtrace v0.3.71
10862024-07-18T21:13:05.070Z Downloaded crossbeam-epoch v0.9.18
10872024-07-18T21:13:05.073Z Downloaded memoffset v0.9.1
10882024-07-18T21:13:05.075Z Downloaded chacha20poly1305 v0.10.1
10892024-07-18T21:13:05.075Z Downloaded fragile v2.0.0
10902024-07-18T21:13:05.078Z Downloaded smallvec v0.6.14
10912024-07-18T21:13:05.078Z Downloaded vsss-rs v3.3.4
10922024-07-18T21:13:05.081Z Downloaded spin v0.9.8
10932024-07-18T21:13:05.083Z Downloaded textwrap v0.16.1
10942024-07-18T21:13:05.086Z Downloaded test-strategy v0.3.1
10952024-07-18T21:13:05.089Z Downloaded rayon-core v1.12.1
10962024-07-18T21:13:05.092Z Downloaded serde-hex v0.1.0
10972024-07-18T21:13:05.092Z Downloaded lazycell v1.3.0
10982024-07-18T21:13:05.095Z Downloaded mockall_derive v0.12.1
10992024-07-18T21:13:05.095Z Downloaded semver v0.1.20
11002024-07-18T21:13:05.095Z Downloaded rustc_version v0.4.0
11012024-07-18T21:13:05.097Z Downloaded rustc_version v0.1.7
11022024-07-18T21:13:05.097Z Downloaded hmac v0.12.1
11032024-07-18T21:13:05.100Z Downloaded fastrand v2.1.0
11042024-07-18T21:13:05.100Z Downloaded fallible-iterator v0.2.0
11052024-07-18T21:13:05.100Z Downloaded rustc-hash v1.1.0
11062024-07-18T21:13:05.111Z Downloaded wyz v0.5.1
11072024-07-18T21:13:05.111Z Downloaded stringprep v0.1.4
11082024-07-18T21:13:05.111Z Downloaded spin v0.5.2
11092024-07-18T21:13:05.111Z Downloaded serde_path_to_error v0.1.16
11102024-07-18T21:13:05.111Z Downloaded rtoolbox v0.0.2
11112024-07-18T21:13:05.111Z Downloaded rustls-pemfile v2.1.2
11122024-07-18T21:13:05.111Z Downloaded multer v3.1.0
11132024-07-18T21:13:05.126Z Downloaded num-traits v0.2.19
11142024-07-18T21:13:05.126Z Downloaded clang-sys v1.7.0
11152024-07-18T21:13:05.126Z Downloaded thiserror-no-std v2.0.2
11162024-07-18T21:13:05.126Z Downloaded structmeta-derive v0.3.0
11172024-07-18T21:13:05.126Z Downloaded base64 v0.13.1
11182024-07-18T21:13:05.131Z Downloaded cookie v0.18.1
11192024-07-18T21:13:05.131Z Downloaded cancel-safe-futures v0.1.5
11202024-07-18T21:13:05.131Z Downloaded mime_guess v2.0.4
11212024-07-18T21:13:05.131Z Downloaded postcard v1.0.8
11222024-07-18T21:13:05.134Z Downloaded derive_more v0.99.18
11232024-07-18T21:13:05.137Z Downloaded inout v0.1.3
11242024-07-18T21:13:05.139Z Downloaded oso v0.27.3
11252024-07-18T21:13:05.142Z Downloaded derive-where v1.2.7
11262024-07-18T21:13:05.145Z Downloaded der_derive v0.7.2
11272024-07-18T21:13:05.145Z Downloaded pin-project v1.1.5
11282024-07-18T21:13:05.155Z Downloaded parking_lot_core v0.8.6
11292024-07-18T21:13:05.157Z Downloaded derive_builder v0.20.0
11302024-07-18T21:13:05.160Z Downloaded ciborium v0.2.2
11312024-07-18T21:13:05.162Z Downloaded bzip2 v0.4.4
11322024-07-18T21:13:05.165Z Downloaded gethostname v0.4.3
11332024-07-18T21:13:05.165Z Downloaded fd-lock v4.0.2
11342024-07-18T21:13:05.167Z Downloaded pkcs1 v0.7.5
11352024-07-18T21:13:05.170Z Downloaded const_format_proc_macros v0.2.32
11362024-07-18T21:13:05.172Z Downloaded argon2 v0.5.3
11372024-07-18T21:13:05.173Z Downloaded compact_str v0.7.1
11382024-07-18T21:13:05.176Z Downloaded unicode-xid v0.2.4
11392024-07-18T21:13:05.176Z Downloaded omicron-zone-package v0.11.0
11402024-07-18T21:13:05.179Z Downloaded nu-ansi-term v0.50.0
11412024-07-18T21:13:05.181Z Downloaded defmt v0.3.8
11422024-07-18T21:13:05.184Z Downloaded ascii v1.1.0
11432024-07-18T21:13:05.187Z Downloaded cookie_store v0.20.0
11442024-07-18T21:13:05.187Z Downloaded derive_builder_core v0.20.0
11452024-07-18T21:13:05.190Z Downloaded defmt-macros v0.3.9
11462024-07-18T21:13:05.192Z Downloaded pkcs8 v0.10.2
11472024-07-18T21:13:05.195Z Downloaded peg-macros v0.8.3
11482024-07-18T21:13:05.195Z Downloaded owo-colors v4.0.0
11492024-07-18T21:13:05.198Z Downloaded ppv-lite86 v0.2.17
11502024-07-18T21:13:05.201Z Downloaded phf_shared v0.11.2
11512024-07-18T21:13:05.201Z Downloaded block-padding v0.3.3
11522024-07-18T21:13:05.201Z Downloaded bit-set v0.5.3
11532024-07-18T21:13:05.203Z Downloaded colored v2.1.0
11542024-07-18T21:13:05.203Z Downloaded paste v1.0.15
11552024-07-18T21:13:05.206Z Downloaded bb8 v0.8.5
11562024-07-18T21:13:05.209Z Downloaded parse-size v1.0.0
11572024-07-18T21:13:05.209Z Downloaded castaway v0.2.2
11582024-07-18T21:13:05.212Z Downloaded bitflags v1.3.2
11592024-07-18T21:13:05.212Z Downloaded base64ct v1.6.0
11602024-07-18T21:13:05.214Z Downloaded parse-display-derive v0.9.1
11612024-07-18T21:13:05.217Z Downloaded num_enum_derive v0.5.11
11622024-07-18T21:13:05.217Z Downloaded num-integer v0.1.46
11632024-07-18T21:13:05.219Z Downloaded multimap v0.10.0
11642024-07-18T21:13:05.219Z Downloaded portpicker v0.1.1
11652024-07-18T21:13:05.219Z Downloaded csv-core v0.1.11
11662024-07-18T21:13:05.222Z Downloaded cassowary v0.3.0
11672024-07-18T21:13:05.222Z Downloaded num-iter v0.1.45
11682024-07-18T21:13:05.225Z Downloaded crossbeam-deque v0.8.5
11692024-07-18T21:13:05.225Z Downloaded camino-tempfile v1.1.1
11702024-07-18T21:13:05.228Z Downloaded base16ct v0.2.0
11712024-07-18T21:13:05.228Z Downloaded cipher v0.4.4
11722024-07-18T21:13:05.230Z Downloaded buf-list v1.0.3
11732024-07-18T21:13:05.247Z Downloaded ring v0.17.8
11742024-07-18T21:13:05.348Z Downloaded ring v0.16.20
11752024-07-18T21:13:05.556Z Compiling proc-macro2 v1.0.86
11762024-07-18T21:13:05.556Z Compiling unicode-ident v1.0.12
11772024-07-18T21:13:05.559Z Compiling libc v0.2.155
11782024-07-18T21:13:05.559Z Compiling serde v1.0.204
11792024-07-18T21:13:05.559Z Compiling autocfg v1.3.0
11802024-07-18T21:13:05.559Z Compiling version_check v0.9.4
11812024-07-18T21:13:05.559Z Compiling cfg-if v1.0.0
11822024-07-18T21:13:05.808Z Compiling cc v1.0.97
11832024-07-18T21:13:05.828Z Compiling parking_lot_core v0.9.10
11842024-07-18T21:13:05.860Z Compiling libm v0.2.8
11852024-07-18T21:13:06.301Z Compiling serde_json v1.0.120
11862024-07-18T21:13:06.323Z Compiling memchr v2.7.2
11872024-07-18T21:13:06.341Z Compiling typenum v1.17.0
11882024-07-18T21:13:06.457Z Compiling lock_api v0.4.12
11892024-07-18T21:13:06.593Z Compiling ahash v0.8.11
11902024-07-18T21:13:06.741Z Compiling num-traits v0.2.19
11912024-07-18T21:13:07.130Z Compiling scopeguard v1.2.0
11922024-07-18T21:13:07.253Z Compiling quote v1.0.36
11932024-07-18T21:13:07.290Z Compiling once_cell v1.19.0
11942024-07-18T21:13:07.969Z Compiling syn v2.0.71
11952024-07-18T21:13:08.031Z Compiling getrandom v0.2.14
11962024-07-18T21:13:08.184Z Compiling generic-array v0.14.7
11972024-07-18T21:13:08.203Z Compiling byteorder v1.5.0
11982024-07-18T21:13:08.431Z Compiling log v0.4.21
11992024-07-18T21:13:08.526Z Compiling itoa v1.0.11
12002024-07-18T21:13:08.733Z Compiling thiserror v1.0.62
12012024-07-18T21:13:09.012Z Compiling slab v0.4.9
12022024-07-18T21:13:09.030Z Compiling pkg-config v0.3.30
12032024-07-18T21:13:09.071Z Compiling ring v0.17.8
12042024-07-18T21:13:09.219Z Compiling smallvec v1.13.2
12052024-07-18T21:13:09.248Z Compiling ryu v1.0.18
12062024-07-18T21:13:09.389Z Compiling semver v1.0.23
12072024-07-18T21:13:09.666Z Compiling spin v0.9.8
12082024-07-18T21:13:09.796Z Compiling pin-project-lite v0.2.14
12092024-07-18T21:13:09.929Z Compiling vcpkg v0.2.15
12102024-07-18T21:13:10.514Z Compiling allocator-api2 v0.2.18
12112024-07-18T21:13:10.516Z Compiling rand_core v0.6.4
12122024-07-18T21:13:11.160Z Compiling parking_lot v0.12.2
12132024-07-18T21:13:11.690Z Compiling schemars v0.8.21
12142024-07-18T21:13:11.745Z Compiling openssl-sys v0.9.102
12152024-07-18T21:13:11.976Z Compiling signal-hook-registry v1.4.2
12162024-07-18T21:13:12.082Z Compiling num-conv v0.1.0
12172024-07-18T21:13:12.531Z Compiling time-core v0.1.2
12182024-07-18T21:13:12.831Z Compiling time-macros v0.2.18
12192024-07-18T21:13:13.006Z Compiling mio v0.8.11
12202024-07-18T21:13:13.856Z Compiling httparse v1.8.0
12212024-07-18T21:13:13.914Z Compiling rustix v0.38.34
12222024-07-18T21:13:13.938Z Compiling futures-core v0.3.30
12232024-07-18T21:13:14.140Z Compiling heck v0.5.0
12242024-07-18T21:13:14.990Z Compiling num_cpus v1.16.0
12252024-07-18T21:13:15.066Z Compiling socket2 v0.5.7
12262024-07-18T21:13:15.176Z Compiling openssl v0.10.64
12272024-07-18T21:13:15.286Z Compiling subtle v2.5.0
12282024-07-18T21:13:15.646Z Compiling const-oid v0.9.6
12292024-07-18T21:13:15.700Z Compiling fnv v1.0.7
12302024-07-18T21:13:15.851Z Compiling equivalent v1.0.1
12312024-07-18T21:13:15.883Z Compiling serde_derive_internals v0.29.1
12322024-07-18T21:13:16.297Z Compiling syn v1.0.109
12332024-07-18T21:13:16.422Z Compiling tinyvec_macros v0.1.1
12342024-07-18T21:13:16.499Z Compiling native-tls v0.2.11
12352024-07-18T21:13:16.688Z Compiling rustls v0.21.12
12362024-07-18T21:13:16.863Z Compiling iana-time-zone v0.1.60
12372024-07-18T21:13:16.888Z Compiling tinyvec v1.6.0
12382024-07-18T21:13:17.054Z Compiling futures-sink v0.3.30
12392024-07-18T21:13:17.187Z Compiling crossbeam-utils v0.8.19
12402024-07-18T21:13:18.073Z Compiling cookie v0.17.0
12412024-07-18T21:13:18.617Z Compiling unicode-normalization v0.1.23
12422024-07-18T21:13:18.709Z Compiling ucd-trie v0.1.6
12432024-07-18T21:13:19.059Z Compiling futures-channel v0.3.30
12442024-07-18T21:13:19.371Z Compiling pin-utils v0.1.0
12452024-07-18T21:13:19.466Z Compiling slog v2.7.0
12462024-07-18T21:13:19.547Z Compiling futures-io v0.3.30
12472024-07-18T21:13:19.910Z Compiling unicode-bidi v0.3.15
12482024-07-18T21:13:19.928Z Compiling futures-task v0.3.30
12492024-07-18T21:13:19.931Z Compiling dyn-clone v1.0.17
12502024-07-18T21:13:20.406Z Compiling untrusted v0.9.0
12512024-07-18T21:13:20.850Z Compiling aho-corasick v1.1.3
12522024-07-18T21:13:21.100Z Compiling powerfmt v0.2.0
12532024-07-18T21:13:21.148Z Compiling regex-syntax v0.8.3
12542024-07-18T21:13:21.352Z Compiling crc32fast v1.4.0
12552024-07-18T21:13:22.046Z Compiling deranged v0.3.11
12562024-07-18T21:13:22.181Z Compiling serde_derive v1.0.204
12572024-07-18T21:13:22.236Z Compiling zerocopy-derive v0.7.34
12582024-07-18T21:13:23.477Z Compiling zeroize_derive v1.4.2
12592024-07-18T21:13:24.382Z Compiling tokio-macros v2.3.0
12602024-07-18T21:13:24.609Z Compiling thiserror-impl v1.0.62
12612024-07-18T21:13:25.061Z Compiling zerocopy v0.7.34
12622024-07-18T21:13:26.073Z Compiling futures-macro v0.3.30
12632024-07-18T21:13:26.106Z Compiling zeroize v1.7.0
12642024-07-18T21:13:27.576Z Compiling hashbrown v0.14.5
12652024-07-18T21:13:27.924Z Compiling tracing-attributes v0.1.27
12662024-07-18T21:13:28.191Z Compiling schemars_derive v0.8.21
12672024-07-18T21:13:30.015Z Compiling openssl-macros v0.1.1
12682024-07-18T21:13:30.420Z Compiling der_derive v0.7.2
12692024-07-18T21:13:31.349Z Compiling scroll_derive v0.12.0
12702024-07-18T21:13:31.379Z Compiling pest v2.7.10
12712024-07-18T21:13:31.466Z Compiling crypto-common v0.1.6
12722024-07-18T21:13:31.546Z Compiling futures-util v0.3.30
12732024-07-18T21:13:32.216Z Compiling block-buffer v0.10.4
12742024-07-18T21:13:32.584Z Compiling digest v0.10.7
12752024-07-18T21:13:33.213Z Compiling regex-automata v0.4.6
12762024-07-18T21:13:33.430Z Compiling usdt-impl v0.5.0
12772024-07-18T21:13:33.752Z Compiling num_threads v0.1.7
12782024-07-18T21:13:34.263Z Compiling pest_meta v2.7.10
12792024-07-18T21:13:34.706Z Compiling heck v0.4.1
12802024-07-18T21:13:35.215Z Compiling percent-encoding v2.3.1
12812024-07-18T21:13:35.778Z Compiling pest_generator v2.7.10
12822024-07-18T21:13:37.642Z Compiling bytes v1.6.0
12832024-07-18T21:13:39.174Z Compiling bitflags v2.5.0
12842024-07-18T21:13:39.867Z Compiling tokio v1.38.1
12852024-07-18T21:13:40.104Z Compiling uuid v1.10.0
12862024-07-18T21:13:40.169Z Compiling indexmap v2.2.6
12872024-07-18T21:13:41.083Z Compiling chrono v0.4.38
12882024-07-18T21:13:41.653Z Compiling serde_tokenstream v0.2.1
12892024-07-18T21:13:42.463Z Compiling http v0.2.12
12902024-07-18T21:13:44.780Z Compiling rustc_version v0.4.0
12912024-07-18T21:13:44.896Z Compiling pest_derive v2.7.10
12922024-07-18T21:13:45.397Z Compiling heapless v0.7.17
12932024-07-18T21:13:45.660Z Compiling time v0.3.36
12942024-07-18T21:13:46.310Z Compiling scroll v0.12.0
12952024-07-18T21:13:47.018Z Compiling zerocopy-derive v0.6.6
12962024-07-18T21:13:48.136Z Compiling tracing-core v0.1.32
12972024-07-18T21:13:49.245Z Compiling backtrace v0.3.71
12982024-07-18T21:13:49.715Z Compiling errno v0.3.9
12992024-07-18T21:13:50.602Z Compiling base64 v0.21.7
13002024-07-18T21:13:50.659Z Compiling ppv-lite86 v0.2.17
13012024-07-18T21:13:50.662Z Compiling plain v0.2.3
13022024-07-18T21:13:50.852Z Compiling signal-hook v0.3.17
13032024-07-18T21:13:51.481Z Compiling goblin v0.8.2
13042024-07-18T21:13:51.602Z Compiling rand_chacha v0.3.1
13052024-07-18T21:13:51.923Z Compiling tokio-util v0.7.11
13062024-07-18T21:13:53.218Z Compiling tracing v0.1.40
13072024-07-18T21:13:53.710Z Compiling regex v1.10.5
13082024-07-18T21:13:54.257Z Compiling async-trait v0.1.81
13092024-07-18T21:13:54.956Z Compiling rustversion v1.0.17
13102024-07-18T21:13:55.624Z Compiling strsim v0.11.1
13112024-07-18T21:13:55.770Z Compiling pretty-hex v0.4.1
13122024-07-18T21:13:57.108Z Compiling rand v0.8.5
13132024-07-18T21:13:58.152Z Compiling dof v0.3.0
13142024-07-18T21:13:59.167Z Compiling dtrace-parser v0.2.0
13152024-07-18T21:13:59.822Z Compiling form_urlencoded v1.2.1
13162024-07-18T21:14:00.106Z Compiling thread-id v4.2.1
13172024-07-18T21:14:00.248Z Compiling try-lock v0.2.5
13182024-07-18T21:14:00.389Z Compiling base64ct v1.6.0
13192024-07-18T21:14:00.407Z Compiling anyhow v1.0.86
13202024-07-18T21:14:00.422Z Compiling foreign-types-shared v0.1.1
13212024-07-18T21:14:00.546Z Compiling smoltcp v0.9.1
13222024-07-18T21:14:01.107Z Compiling unicode-width v0.1.13
13232024-07-18T21:14:01.138Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13242024-07-18T21:14:01.192Z Compiling pem-rfc7468 v0.7.0
13252024-07-18T21:14:02.343Z Compiling foreign-types v0.3.2
13262024-07-18T21:14:02.346Z Compiling want v0.3.1
13272024-07-18T21:14:02.346Z Compiling h2 v0.3.26
13282024-07-18T21:14:03.485Z Compiling http-body v0.4.6
13292024-07-18T21:14:03.533Z Compiling hmac v0.12.1
13302024-07-18T21:14:03.766Z Compiling clap_derive v4.5.8
13312024-07-18T21:14:04.793Z Compiling socket2 v0.4.10
13322024-07-18T21:14:04.793Z Compiling tower-service v0.3.2
13332024-07-18T21:14:06.371Z Compiling flagset v0.4.5
13342024-07-18T21:14:06.754Z Compiling siphasher v0.3.11
13352024-07-18T21:14:07.148Z Compiling httpdate v1.0.3
13362024-07-18T21:14:07.855Z Compiling der v0.7.9
13372024-07-18T21:14:11.163Z Compiling hyper v0.14.28
13382024-07-18T21:14:19.705Z Compiling rustls-webpki v0.101.7
13392024-07-18T21:14:20.547Z Compiling sct v0.7.1
13402024-07-18T21:14:21.598Z Compiling openapiv3 v2.0.0
13412024-07-18T21:14:23.041Z Compiling hubpack_derive v0.1.1
13422024-07-18T21:14:24.113Z Compiling idna v0.5.0
13432024-07-18T21:14:26.673Z Compiling lazy_static v1.5.0
13442024-07-18T21:14:27.170Z Compiling fs-err v2.11.0
13452024-07-18T21:14:27.280Z Compiling finl_unicode v1.2.0
13462024-07-18T21:14:27.535Z Compiling adler v1.0.2
13472024-07-18T21:14:27.732Z Compiling anstyle v1.0.7
13482024-07-18T21:14:27.810Z Compiling cpufeatures v0.2.12
13492024-07-18T21:14:28.087Z Compiling openssl-probe v0.1.5
13502024-07-18T21:14:28.131Z Compiling utf8parse v0.2.1
13512024-07-18T21:14:28.294Z Compiling anstyle-parse v0.2.4
13522024-07-18T21:14:28.716Z Compiling sha2 v0.10.8
13532024-07-18T21:14:29.310Z Compiling stringprep v0.1.4
13542024-07-18T21:14:29.612Z Compiling miniz_oxide v0.7.2
13552024-07-18T21:14:30.652Z Compiling url v2.5.0
13562024-07-18T21:14:33.192Z Compiling spki v0.7.3
13572024-07-18T21:14:33.792Z Compiling usdt-macro v0.5.0
13582024-07-18T21:14:34.080Z Compiling usdt-attr-macro v0.5.0
13592024-07-18T21:14:35.558Z Compiling md-5 v0.10.6
13602024-07-18T21:14:35.822Z Compiling toml_datetime v0.6.6
13612024-07-18T21:14:35.896Z Compiling serde_spanned v0.6.6
13622024-07-18T21:14:36.151Z Compiling regress v0.9.1
13632024-07-18T21:14:36.361Z Compiling idna v0.3.0
13642024-07-18T21:14:39.584Z Compiling diesel_table_macro_syntax v0.1.0
13652024-07-18T21:14:39.713Z Compiling num-integer v0.1.46
13662024-07-18T21:14:40.269Z Compiling hash32 v0.2.1
13672024-07-18T21:14:40.350Z Compiling encoding_rs v0.8.34
13682024-07-18T21:14:40.501Z Compiling colorchoice v1.0.1
13692024-07-18T21:14:40.690Z Compiling is_terminal_polyfill v1.70.0
13702024-07-18T21:14:40.726Z Compiling stable_deref_trait v1.2.0
13712024-07-18T21:14:40.782Z Compiling psl-types v2.0.11
13722024-07-18T21:14:40.887Z Compiling fallible-iterator v0.2.0
13732024-07-18T21:14:41.025Z Compiling anstyle-query v1.0.3
13742024-07-18T21:14:41.183Z Compiling gimli v0.28.1
13752024-07-18T21:14:41.447Z Compiling mime v0.3.17
13762024-07-18T21:14:41.651Z Compiling postgres-protocol v0.6.6
13772024-07-18T21:14:42.599Z Compiling anstream v0.6.14
13782024-07-18T21:14:42.854Z Compiling publicsuffix v2.2.3
13792024-07-18T21:14:44.592Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
13802024-07-18T21:14:44.984Z Compiling diesel_derives v2.1.4
13812024-07-18T21:14:46.028Z Compiling addr2line v0.21.0
13822024-07-18T21:14:46.709Z Compiling tokio-rustls v0.24.1
13832024-07-18T21:14:48.475Z Compiling pkcs8 v0.10.2
13842024-07-18T21:14:49.030Z Compiling terminal_size v0.3.0
13852024-07-18T21:14:49.163Z Compiling tokio-native-tls v0.3.1
13862024-07-18T21:14:49.450Z Compiling phf_shared v0.11.2
13872024-07-18T21:14:49.558Z Compiling strum_macros v0.25.3
13882024-07-18T21:14:50.421Z Compiling serde_urlencoded v0.7.1
13892024-07-18T21:14:51.567Z Compiling enum-as-inner v0.5.1
13902024-07-18T21:14:52.125Z Compiling block-padding v0.3.3
13912024-07-18T21:14:52.352Z Compiling serde_repr v0.1.19
13922024-07-18T21:14:52.534Z Compiling ff v0.13.0
13932024-07-18T21:14:52.810Z Compiling scheduled-thread-pool v0.2.7
13942024-07-18T21:14:53.415Z Compiling object v0.32.2
13952024-07-18T21:14:53.518Z Compiling rustc-demangle v0.1.24
13962024-07-18T21:14:54.441Z Compiling regex-automata v0.1.10
13972024-07-18T21:14:54.526Z Compiling managed v0.8.0
13982024-07-18T21:14:54.953Z Compiling bit-vec v0.6.3
13992024-07-18T21:14:55.161Z Compiling ipnet v2.9.0
14002024-07-18T21:14:55.413Z Compiling matches v0.1.10
14012024-07-18T21:14:56.268Z Compiling base16ct v0.2.0
14022024-07-18T21:14:56.602Z Compiling either v1.12.0
14032024-07-18T21:14:56.949Z Compiling clap_lex v0.7.0
14042024-07-18T21:14:57.050Z Compiling winnow v0.5.40
14052024-07-18T21:14:57.122Z Compiling bitflags v1.3.2
14062024-07-18T21:14:57.398Z Compiling clap_builder v4.5.9
14072024-07-18T21:14:57.737Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14082024-07-18T21:14:57.983Z Compiling sec1 v0.7.3
14092024-07-18T21:14:58.552Z Compiling idna v0.2.3
14102024-07-18T21:14:59.778Z Compiling bstr v0.2.17
14112024-07-18T21:15:00.014Z Compiling r2d2 v0.8.10
14122024-07-18T21:15:00.839Z Compiling toml_edit v0.19.15
14132024-07-18T21:15:01.003Z Compiling group v0.13.0
14142024-07-18T21:15:01.330Z Compiling inout v0.1.3
14152024-07-18T21:15:01.545Z Compiling phf v0.11.2
14162024-07-18T21:15:01.601Z Compiling hyper-tls v0.5.0
14172024-07-18T21:15:01.803Z Compiling signal-hook-mio v0.2.3
14182024-07-18T21:15:01.823Z Compiling hyper-rustls v0.24.2
14192024-07-18T21:15:02.050Z Compiling cookie_store v0.20.0
14202024-07-18T21:15:02.204Z Compiling postgres-types v0.2.6
14212024-07-18T21:15:02.324Z Compiling num-bigint v0.4.5
14222024-07-18T21:15:03.828Z Compiling hubpack v0.1.2
14232024-07-18T21:15:04.315Z Compiling phf_shared v0.10.0
14242024-07-18T21:15:04.700Z Compiling rustls-pemfile v1.0.4
14252024-07-18T21:15:05.107Z Compiling hkdf v0.12.4
14262024-07-18T21:15:05.449Z Compiling zerocopy v0.6.6
14272024-07-18T21:15:05.673Z Compiling ipnetwork v0.20.0
14282024-07-18T21:15:06.070Z Compiling futures-executor v0.3.30
14292024-07-18T21:15:06.132Z Compiling crypto-bigint v0.5.5
14302024-07-18T21:15:06.437Z Compiling float-cmp v0.9.0
14312024-07-18T21:15:06.455Z Compiling memmap v0.7.0
14322024-07-18T21:15:06.555Z Compiling webpki-roots v0.25.4
14332024-07-18T21:15:06.659Z Compiling difflib v0.4.0
14342024-07-18T21:15:06.677Z Compiling new_debug_unreachable v1.0.6
14352024-07-18T21:15:06.765Z Compiling minimal-lexical v0.2.1
14362024-07-18T21:15:06.783Z Compiling sync_wrapper v0.1.2
14372024-07-18T21:15:06.842Z Compiling fixedbitset v0.4.2
14382024-07-18T21:15:06.914Z Compiling winnow v0.6.8
14392024-07-18T21:15:07.243Z Compiling precomputed-hash v0.1.1
14402024-07-18T21:15:07.267Z Compiling data-encoding v2.6.0
14412024-07-18T21:15:07.862Z Compiling unicode-segmentation v1.11.0
14422024-07-18T21:15:08.166Z Compiling predicates-core v1.0.6
14432024-07-18T21:15:08.486Z Compiling whoami v1.5.1
14442024-07-18T21:15:08.687Z Compiling normalize-line-endings v0.3.0
14452024-07-18T21:15:08.714Z Compiling static_assertions v1.1.0
14462024-07-18T21:15:08.819Z Compiling tokio-postgres v0.7.10
14472024-07-18T21:15:08.840Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14482024-07-18T21:15:09.061Z Compiling elliptic-curve v0.13.8
14492024-07-18T21:15:09.080Z Compiling predicates v3.1.0
14502024-07-18T21:15:09.721Z Compiling reqwest v0.11.27
14512024-07-18T21:15:09.828Z Compiling similar v2.5.0
14522024-07-18T21:15:10.040Z Compiling trust-dns-proto v0.22.0
14532024-07-18T21:15:10.679Z Compiling toml_edit v0.22.14
14542024-07-18T21:15:11.776Z Compiling string_cache v0.8.7
14552024-07-18T21:15:12.029Z Compiling nom v7.1.3
14562024-07-18T21:15:12.236Z Compiling petgraph v0.6.5
14572024-07-18T21:15:15.479Z Compiling usdt v0.5.0
14582024-07-18T21:15:16.356Z Compiling futures v0.3.30
14592024-07-18T21:15:16.471Z Compiling diesel v2.1.6
14602024-07-18T21:15:16.712Z Compiling yasna v0.5.2
14612024-07-18T21:15:17.321Z Compiling toml v0.7.8
14622024-07-18T21:15:18.407Z Compiling crossterm v0.27.0
14632024-07-18T21:15:18.505Z Compiling cipher v0.4.4
14642024-07-18T21:15:18.779Z Compiling flate2 v1.0.30
14652024-07-18T21:15:18.873Z Compiling crossbeam-epoch v0.9.18
14662024-07-18T21:15:18.997Z Compiling clap v4.5.9
14672024-07-18T21:15:19.124Z Compiling itertools v0.12.1
14682024-07-18T21:15:19.568Z Compiling itertools v0.10.5
14692024-07-18T21:15:19.720Z Compiling bit-set v0.5.3
14702024-07-18T21:15:20.024Z Compiling num-iter v0.1.45
14712024-07-18T21:15:20.209Z Compiling console v0.15.8
14722024-07-18T21:15:22.453Z Compiling tokio-stream v0.1.15
14732024-07-18T21:15:22.754Z Compiling bstr v1.9.1
14742024-07-18T21:15:23.072Z Compiling hex v0.4.3
14752024-07-18T21:15:24.364Z Compiling peg-runtime v0.8.3
14762024-07-18T21:15:24.423Z Compiling camino v1.1.7
14772024-07-18T21:15:24.910Z Compiling lalrpop-util v0.19.12
14782024-07-18T21:15:25.218Z Compiling radium v0.7.0
14792024-07-18T21:15:25.830Z Compiling unicode-xid v0.2.4
14802024-07-18T21:15:32.231Z Compiling is-terminal v0.4.12
14812024-07-18T21:15:32.966Z Compiling rustls-pki-types v1.7.0
14822024-07-18T21:15:34.788Z Compiling ident_case v1.0.1
14832024-07-18T21:15:36.367Z Compiling maybe-uninit v2.0.0
14842024-07-18T21:15:36.846Z Compiling tap v1.0.1
14852024-07-18T21:15:37.047Z Compiling wyz v0.5.1
14862024-07-18T21:15:45.216Z Compiling darling_core v0.20.9
14872024-07-18T21:15:53.448Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14882024-07-18T21:15:53.602Z Compiling getopts v0.2.21
14892024-07-18T21:15:54.922Z Compiling bzip2-sys v0.1.11+1.0.8
14902024-07-18T21:15:55.515Z Compiling dirs-sys-next v0.1.2
14912024-07-18T21:15:55.533Z Compiling packed_struct v0.10.1
14922024-07-18T21:15:55.748Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14932024-07-18T21:15:55.949Z Compiling rustls v0.22.4
14942024-07-18T21:15:56.033Z Compiling base64 v0.22.1
14952024-07-18T21:15:56.625Z Compiling unsafe-libyaml v0.2.11
14962024-07-18T21:15:56.739Z Compiling funty v2.0.0
14972024-07-18T21:15:57.196Z Compiling paste v1.0.15
14982024-07-18T21:15:57.504Z Compiling num-bigint-dig v0.8.4
14992024-07-18T21:15:58.496Z Compiling serde_yaml v0.9.34+deprecated
15002024-07-18T21:15:59.248Z Compiling bitvec v1.0.1
15012024-07-18T21:15:59.519Z Compiling dirs-next v2.0.0
15022024-07-18T21:16:04.621Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15032024-07-18T21:16:04.689Z Compiling darling_macro v0.20.9
15042024-07-18T21:16:05.747Z Compiling rustls-webpki v0.102.4
15052024-07-18T21:16:09.614Z Compiling packed_struct_codegen v0.10.1
15062024-07-18T21:16:10.183Z Compiling structmeta-derive v0.3.0
15072024-07-18T21:16:10.730Z Compiling thread_local v1.1.8
15082024-07-18T21:16:11.848Z Compiling indexmap v1.9.3
15092024-07-18T21:16:11.938Z Compiling multer v3.1.0
15102024-07-18T21:16:12.221Z Compiling nodrop v0.1.14
15112024-07-18T21:16:12.297Z Compiling crc-catalog v2.4.0
15122024-07-18T21:16:12.340Z Compiling rayon-core v1.12.1
15132024-07-18T21:16:12.363Z Compiling match_cfg v0.1.0
15142024-07-18T21:16:12.443Z Compiling fastrand v2.1.0
15152024-07-18T21:16:12.630Z Compiling slog-async v2.8.0
15162024-07-18T21:16:12.721Z Compiling hostname v0.3.1
15172024-07-18T21:16:13.010Z Compiling structmeta v0.3.0
15182024-07-18T21:16:13.081Z Compiling tempfile v3.10.1
15192024-07-18T21:16:13.113Z Compiling crc v3.2.1
15202024-07-18T21:16:13.396Z Compiling array-init v0.0.4
15212024-07-18T21:16:15.210Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15222024-07-18T21:16:17.318Z Compiling smallvec v0.6.14
15232024-07-18T21:16:17.863Z Compiling darling v0.20.9
15242024-07-18T21:16:18.183Z Compiling term v0.7.0
15252024-07-18T21:16:24.247Z Compiling crossbeam-deque v0.8.5
15262024-07-18T21:16:24.344Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15272024-07-18T21:16:24.630Z Compiling pkcs1 v0.7.5
15282024-07-18T21:16:26.000Z Compiling slog-json v2.6.1
15292024-07-18T21:16:27.236Z Compiling crossbeam-channel v0.5.12
15302024-07-18T21:16:28.757Z Compiling http v1.1.0
15312024-07-18T21:16:28.999Z Compiling signature v2.2.0
15322024-07-18T21:16:29.768Z Compiling pin-project-internal v1.1.5
15332024-07-18T21:16:31.645Z Compiling async-stream-impl v0.3.5
15342024-07-18T21:16:32.958Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15352024-07-18T21:16:33.254Z Compiling bitfield v0.14.0
15362024-07-18T21:16:33.642Z Compiling atomic-waker v1.1.2
15372024-07-18T21:16:33.772Z Compiling same-file v1.0.6
15382024-07-18T21:16:35.267Z Compiling take_mut v0.2.2
15392024-07-18T21:16:35.443Z Compiling termcolor v1.4.1
15402024-07-18T21:16:35.633Z Compiling hashbrown v0.12.3
15412024-07-18T21:16:36.544Z Compiling env_logger v0.10.2
15422024-07-18T21:16:44.254Z Compiling walkdir v2.5.0
15432024-07-18T21:16:45.868Z Compiling waitgroup v0.1.2
15442024-07-18T21:16:46.113Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
15452024-07-18T21:16:48.474Z Compiling async-stream v0.3.5
15462024-07-18T21:16:48.829Z Compiling pin-project v1.1.5
15472024-07-18T21:16:49.807Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15482024-07-18T21:16:50.047Z Compiling rsa v0.9.6
15492024-07-18T21:16:52.907Z Compiling slog-bunyan v2.5.0
15502024-07-18T21:16:54.028Z Compiling tokio-rustls v0.25.0
15512024-07-18T21:16:54.524Z Compiling slog-term v2.9.1
15522024-07-18T21:16:55.829Z Compiling serde_with_macros v3.8.3
15532024-07-18T21:16:56.888Z Compiling serde-hex v0.1.0
15542024-07-18T21:16:57.059Z Compiling bzip2 v0.4.4
15552024-07-18T21:16:57.526Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15562024-07-18T21:16:57.874Z Compiling parse-display-derive v0.9.1
15572024-07-18T21:16:58.217Z Compiling toml v0.8.14
15582024-07-18T21:16:58.330Z Compiling rustls-pemfile v2.1.2
15592024-07-18T21:17:02.165Z Compiling x509-cert v0.2.5
15602024-07-18T21:17:02.183Z Compiling sha1 v0.10.6
15612024-07-18T21:17:03.036Z Compiling strum_macros v0.26.4
15622024-07-18T21:17:03.060Z Compiling newtype-uuid v1.1.0
15632024-07-18T21:17:03.413Z Compiling xattr v1.3.1
15642024-07-18T21:17:03.735Z Compiling ron v0.8.1
15652024-07-18T21:17:04.998Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15662024-07-18T21:17:05.019Z Compiling serde_path_to_error v0.1.16
15672024-07-18T21:17:05.404Z Compiling snafu-derive v0.8.2
15682024-07-18T21:17:06.051Z Compiling hashbrown v0.13.2
15692024-07-18T21:17:07.457Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15702024-07-18T21:17:08.067Z Compiling ring v0.16.20
15712024-07-18T21:17:08.170Z Compiling blake3 v1.5.1
15722024-07-18T21:17:08.744Z Compiling hostname v0.4.0
15732024-07-18T21:17:08.831Z Compiling filetime v0.2.23
15742024-07-18T21:17:09.011Z Compiling instant v0.1.12
15752024-07-18T21:17:09.184Z Compiling buf-list v1.0.3
15762024-07-18T21:17:09.202Z Compiling crc-any v2.5.0
15772024-07-18T21:17:09.452Z Compiling debug-ignore v1.0.5
15782024-07-18T21:17:09.839Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
15792024-07-18T21:17:10.141Z Compiling backoff v0.4.0
15802024-07-18T21:17:10.478Z Compiling snafu v0.8.2
15812024-07-18T21:17:10.509Z Compiling tar v0.4.41
15822024-07-18T21:17:12.179Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15832024-07-18T21:17:12.403Z Compiling strum v0.26.3
15842024-07-18T21:17:12.602Z Compiling object v0.30.4
15852024-07-18T21:17:14.664Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
15862024-07-18T21:17:15.960Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15872024-07-18T21:17:16.480Z Compiling parse-display v0.9.1
15882024-07-18T21:17:16.482Z Compiling serde_with v3.8.3
15892024-07-18T21:17:16.740Z Compiling zip v0.6.6
15902024-07-18T21:17:18.493Z Compiling rayon v1.10.0
15912024-07-18T21:17:19.699Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15922024-07-18T21:17:20.436Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
15932024-07-18T21:17:21.164Z Compiling camino-tempfile v1.1.1
15942024-07-18T21:17:21.965Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15952024-07-18T21:17:24.516Z Compiling globset v0.4.14
15962024-07-18T21:17:25.951Z Compiling pem v3.0.4
15972024-07-18T21:17:26.415Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15982024-07-18T21:17:26.613Z Compiling olpc-cjson v0.1.3
15992024-07-18T21:17:26.949Z Compiling serde_plain v1.0.2
16002024-07-18T21:17:27.531Z Compiling macaddr v1.0.1
16012024-07-18T21:17:27.548Z Compiling async-recursion v1.1.1
16022024-07-18T21:17:28.141Z Compiling memmap2 v0.9.4
16032024-07-18T21:17:28.628Z Compiling untrusted v0.7.1
16042024-07-18T21:17:28.637Z Compiling constant_time_eq v0.3.0
16052024-07-18T21:17:28.737Z Compiling arrayref v0.3.7
16062024-07-18T21:17:28.762Z Compiling path-slash v0.1.5
16072024-07-18T21:17:28.851Z Compiling typed-path v0.7.1
16082024-07-18T21:17:29.084Z Compiling spin v0.5.2
16092024-07-18T21:17:29.142Z Compiling arrayvec v0.7.4
16102024-07-18T21:17:31.743Z Compiling tough v0.17.1
16112024-07-18T21:17:32.403Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
16122024-07-18T21:17:33.420Z Compiling cargo-platform v0.1.8
16132024-07-18T21:17:34.563Z Compiling topological-sort v0.2.2
16142024-07-18T21:17:34.823Z Compiling parse-size v1.0.0
16152024-07-18T21:17:35.139Z Compiling omicron-zone-package v0.11.0
16162024-07-18T21:17:35.881Z Compiling cargo_metadata v0.18.1
16172024-07-18T21:17:37.223Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16182024-07-18T21:17:39.319Z Compiling shell-words v1.1.0
16192024-07-18T21:17:49.528Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
16202024-07-18T21:17:59.056Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
16212024-07-18T21:18:13.909Z Finished `release` profile [optimized] target(s) in 5m 10s
16222024-07-18T21:18:14.027Z Running `target/release/omicron-releng --output-dir /work`
16232024-07-18T21:18:14.072ZJul 18 21:18:12.991 DEBG changing working directory to /work/oxidecomputer/omicron
16242024-07-18T21:18:14.151ZJul 18 21:18:13.072 DEBG running: git rev-parse HEAD
16252024-07-18T21:18:14.158ZJul 18 21:18:13.079 DEBG process exited with exit status: 0 (6.357401ms)
16262024-07-18T21:18:14.158ZJul 18 21:18:13.079 INFO version: 10.0.0-0.ci+git173c3a298ce
16272024-07-18T21:18:14.197ZJul 18 21:18:13.117 INFO cloning helios to /work/oxidecomputer/helios
16282024-07-18T21:18:14.197ZJul 18 21:18:13.117 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
16292024-07-18T21:18:14.201ZCloning into '/work/oxidecomputer/helios'...
16302024-07-18T21:18:16.320ZJul 18 21:18:15.242 DEBG process exited with exit status: 0 (2.124652887s)
16312024-07-18T21:18:16.321ZJul 18 21:18:15.242 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
16322024-07-18T21:18:16.329Z# branch.oid d85b5c88d33e1c76ab09e729f8bbe7faf7f88f7f
16332024-07-18T21:18:16.329Z# branch.head master
16342024-07-18T21:18:16.329Z# branch.upstream origin/master
16352024-07-18T21:18:16.329Z# branch.ab +0 -0
16362024-07-18T21:18:16.331ZJul 18 21:18:15.251 DEBG process exited with exit status: 0 (8.792303ms)
16372024-07-18T21:18:16.332ZJul 18 21:18:15.251 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
16382024-07-18T21:18:17.056ZJul 18 21:18:15.977 DEBG process exited with exit status: 0 (726.194562ms)
16392024-07-18T21:18:17.056ZJul 18 21:18:15.977 DEBG running: zfs list rpool/images/build/host
16402024-07-18T21:18:17.063ZNAME USED AVAIL REFER MOUNTPOINT
16412024-07-18T21:18:17.063Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
16422024-07-18T21:18:17.066ZJul 18 21:18:15.985 DEBG process exited with exit status: 0 (7.495898ms)
16432024-07-18T21:18:17.066ZJul 18 21:18:15.985 DEBG running: zfs list rpool/images/build/recovery
16442024-07-18T21:18:17.070ZNAME USED AVAIL REFER MOUNTPOINT
16452024-07-18T21:18:17.070Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
16462024-07-18T21:18:17.073ZJul 18 21:18:15.992 DEBG process exited with exit status: 0 (7.227134ms)
16472024-07-18T21:18:17.073ZJul 18 21:18:15.993 INFO [hubris-staging] running task
16482024-07-18T21:18:17.073ZJul 18 21:18:15.993 INFO [hubris-production] running task
16492024-07-18T21:18:17.073ZJul 18 21:18:15.994 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
16502024-07-18T21:18:17.076ZJul 18 21:18:15.998 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
16512024-07-18T21:18:17.574Z[ helios-setup] cd tools/helios-build && cargo build --quiet
16522024-07-18T21:18:17.881Z[ omicron-package] Blocking waiting for file lock on package cache
16532024-07-18T21:18:18.453ZJul 18 21:18:17.374 INFO [hubris-production] task succeeded (1.380786441s)
16542024-07-18T21:18:18.564Z[ omicron-package] Compiling proc-macro-crate v1.3.1
16552024-07-18T21:18:18.567Z[ omicron-package] Compiling heapless v0.8.0
16562024-07-18T21:18:18.676Z[ omicron-package] Compiling hash32 v0.3.1
16572024-07-18T21:18:18.679Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16582024-07-18T21:18:18.690Z[ omicron-package] Compiling smoltcp v0.11.0
16592024-07-18T21:18:18.722Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
16602024-07-18T21:18:18.725Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16612024-07-18T21:18:18.725Z[ omicron-package] Compiling cobs v0.2.3
16622024-07-18T21:18:18.917Z[ omicron-package] Compiling embedded-io v0.4.0
16632024-07-18T21:18:19.134Z[ omicron-package] Compiling foreign-types-macros v0.2.3
16642024-07-18T21:18:19.134Z[ omicron-package] Compiling proc-macro-error v1.0.4
16652024-07-18T21:18:19.194Z[ omicron-package] Compiling postcard v1.0.8
16662024-07-18T21:18:19.219Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16672024-07-18T21:18:19.260Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16682024-07-18T21:18:19.404Z[ omicron-package] Compiling foreign-types-shared v0.3.1
16692024-07-18T21:18:19.506Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16702024-07-18T21:18:19.609Z[ omicron-package] Compiling num_enum_derive v0.5.11
16712024-07-18T21:18:19.772Z[ omicron-package] Compiling tabwriter v1.4.0
16722024-07-18T21:18:19.946Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16732024-07-18T21:18:20.313Z[ omicron-package] Compiling cstr-argument v0.1.2
16742024-07-18T21:18:20.711Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16752024-07-18T21:18:20.836Z[ omicron-package] Compiling foreign-types v0.5.0
16762024-07-18T21:18:20.992Z[ omicron-package] Compiling pretty-hex v0.2.1
16772024-07-18T21:18:21.180Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
16782024-07-18T21:18:21.320Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16792024-07-18T21:18:21.846Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16802024-07-18T21:18:22.186Z[ omicron-package] Compiling colored v2.1.0
16812024-07-18T21:18:22.302Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16822024-07-18T21:18:22.771Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16832024-07-18T21:18:22.931Z[ omicron-package] Compiling num-derive v0.4.2
16842024-07-18T21:18:22.970Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16852024-07-18T21:18:23.411Z[ omicron-package] Compiling sigpipe v0.1.3
16862024-07-18T21:18:23.511Z[ omicron-package] Compiling libefi-sys v0.1.0
16872024-07-18T21:18:23.753Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16882024-07-18T21:18:23.837Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16892024-07-18T21:18:24.239Z[ omicron-package] Compiling num_enum v0.5.11
16902024-07-18T21:18:24.507Z[ omicron-package] Compiling smf v0.2.3
16912024-07-18T21:18:24.695Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16922024-07-18T21:18:24.850Z[ omicron-package] Compiling bitfield-struct v0.6.1
16932024-07-18T21:18:25.081Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
16942024-07-18T21:18:25.812Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16952024-07-18T21:18:25.817ZJul 18 21:18:24.738 INFO [hubris-staging] task succeeded (8.744635447s)
16962024-07-18T21:18:26.648Z[ omicron-package] Compiling portable-atomic v1.6.0
16972024-07-18T21:18:27.969Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
16982024-07-18T21:18:27.992Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16992024-07-18T21:18:29.314Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17002024-07-18T21:18:29.905Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17012024-07-18T21:18:30.311Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17022024-07-18T21:18:30.355Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17032024-07-18T21:18:31.314Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17042024-07-18T21:18:31.864Z[ omicron-package] Compiling gethostname v0.4.3
17052024-07-18T21:18:32.102Z[ omicron-package] Compiling number_prefix v0.4.0
17062024-07-18T21:18:35.023Z[ omicron-package] Compiling indicatif v0.17.8
17072024-07-18T21:18:35.376Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17082024-07-18T21:18:38.208Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17092024-07-18T21:18:38.492Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17102024-07-18T21:18:41.213Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
17112024-07-18T21:18:41.839Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17122024-07-18T21:18:43.588Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
17132024-07-18T21:19:02.735Z[ helios-setup] Jul 18 21:19:01.654 INFO helios repository root is: /work/oxidecomputer/helios
17142024-07-18T21:19:02.738Z[ helios-setup] Jul 18 21:19:01.656 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
17152024-07-18T21:19:02.738Z[ helios-setup] Jul 18 21:19:01.657 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
17162024-07-18T21:19:02.738Z[ helios-setup] Jul 18 21:19:01.657 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
17172024-07-18T21:19:02.742Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
17182024-07-18T21:19:03.472Z[ helios-setup] Jul 18 21:19:02.392 INFO clone ok!, project: image-builder
17192024-07-18T21:19:03.475Z[ helios-setup] Jul 18 21:19:02.392 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
17202024-07-18T21:19:03.475Z[ helios-setup] Jul 18 21:19:02.392 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
17212024-07-18T21:19:03.478Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
17222024-07-18T21:19:05.231Z[ omicron-package] Finished `release` profile [optimized] target(s) in 48.14s
17232024-07-18T21:19:05.403Z[ omicron-package]
17242024-07-18T21:19:05.403Z[ omicron-package] real 48.286902586
17252024-07-18T21:19:05.406Z[ omicron-package] user 2:59.164883750
17262024-07-18T21:19:05.406Z[ omicron-package] sys 23.566891848
17272024-07-18T21:19:05.406Z[ omicron-package] trap 0.185595109
17282024-07-18T21:19:05.406Z[ omicron-package] tflt 0.474870370
17292024-07-18T21:19:05.406Z[ omicron-package] dflt 0.588157741
17302024-07-18T21:19:05.406Z[ omicron-package] kflt 0.010539356
17312024-07-18T21:19:05.406Z[ omicron-package] lock 5:50.720903410
17322024-07-18T21:19:05.406Z[ omicron-package] slp 6:52.492245006
17332024-07-18T21:19:05.406Z[ omicron-package] lat 1:39.611434259
17342024-07-18T21:19:05.406Z[ omicron-package] stop 38.005112295
17352024-07-18T21:19:05.406ZJul 18 21:19:04.322 INFO [omicron-package] process exited with exit status: 0 (48.324476288s)
17362024-07-18T21:19:05.406ZJul 18 21:19:04.323 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
17372024-07-18T21:19:05.446ZJul 18 21:19:04.366 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
17382024-07-18T21:19:05.458Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
17392024-07-18T21:19:05.460Z[ host-target] Created new build target 'host' and set it as active
17402024-07-18T21:19:05.463ZJul 18 21:19:04.380 INFO [host-target] process exited with exit status: 0 (57.226945ms)
17412024-07-18T21:19:05.463ZJul 18 21:19:04.380 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
17422024-07-18T21:19:05.466Z[ recovery-target] Created new build target 'recovery' and set it as active
17432024-07-18T21:19:05.466Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
17442024-07-18T21:19:05.469ZJul 18 21:19:04.388 INFO [recovery-target] process exited with exit status: 0 (21.761581ms)
17452024-07-18T21:19:05.476Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
17462024-07-18T21:19:06.600Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17472024-07-18T21:19:06.704Z[ host-package] Compiling camino v1.1.7
17482024-07-18T21:19:06.714Z[ host-package] Compiling derive-where v1.2.7
17492024-07-18T21:19:06.724Z[ host-package] Compiling humantime v2.1.0
17502024-07-18T21:19:06.727Z[ host-package] Compiling newline-converter v0.3.0
17512024-07-18T21:19:06.727Z[ host-package] Compiling toml v0.8.14
17522024-07-18T21:19:06.727Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17532024-07-18T21:19:06.739Z[ host-package] Compiling dirs-sys-next v0.1.2
17542024-07-18T21:19:06.965Z[ host-package] Compiling expectorate v1.1.0
17552024-07-18T21:19:06.995Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17562024-07-18T21:19:07.174Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17572024-07-18T21:19:07.192Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17582024-07-18T21:19:07.367Z[ host-package] Compiling dirs-next v2.0.0
17592024-07-18T21:19:07.413Z[ host-package] Compiling password-hash v0.5.0
17602024-07-18T21:19:07.562Z[ host-package] Compiling blake2 v0.10.6
17612024-07-18T21:19:07.648Z[ host-package] Compiling prettyplease v0.2.20
17622024-07-18T21:19:07.727Z[ host-package] Compiling term v0.7.0
17632024-07-18T21:19:07.958Z[ host-package] Compiling is-terminal v0.4.12
17642024-07-18T21:19:08.108Z[ host-package] Compiling argon2 v0.5.3
17652024-07-18T21:19:08.491Z[ host-package] Compiling semver v0.1.20
17662024-07-18T21:19:08.892Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17672024-07-18T21:19:09.135Z[ host-package] Compiling home v0.5.9
17682024-07-18T21:19:09.160Z[ host-package] Compiling rustc_version v0.1.7
17692024-07-18T21:19:09.572Z[ host-package] Compiling convert_case v0.4.0
17702024-07-18T21:19:09.601Z[ host-package] Compiling linked-hash-map v0.5.6
17712024-07-18T21:19:09.678Z[ host-package] Compiling newtype_derive v0.1.6
17722024-07-18T21:19:09.850Z[ host-package] Compiling rustls-pki-types v1.7.0
17732024-07-18T21:19:10.060Z[ host-package] Compiling lru-cache v0.1.2
17742024-07-18T21:19:10.126Z[ helios-setup] Jul 18 21:19:09.045 INFO clone ok!, project: amd-firmware
17752024-07-18T21:19:10.129Z[ helios-setup] Jul 18 21:19:09.045 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
17762024-07-18T21:19:10.129Z[ helios-setup] Jul 18 21:19:09.045 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
17772024-07-18T21:19:10.131Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
17782024-07-18T21:19:10.272Z[ host-package] Compiling steno v0.4.1
17792024-07-18T21:19:10.294Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17802024-07-18T21:19:10.415Z[ host-package] Compiling derive_more v0.99.18
17812024-07-18T21:19:10.653Z[ host-package] Compiling rustls-webpki v0.102.4
17822024-07-18T21:19:10.808Z[ host-package] Compiling rustls v0.22.4
17832024-07-18T21:19:10.872Z[ host-package] Compiling thread_local v1.1.8
17842024-07-18T21:19:10.905Z[ helios-setup] Jul 18 21:19:09.824 INFO clone ok!, project: phbl
17852024-07-18T21:19:10.908Z[ helios-setup] Jul 18 21:19:09.824 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
17862024-07-18T21:19:10.908Z[ helios-setup] Jul 18 21:19:09.824 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
17872024-07-18T21:19:10.911Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
17882024-07-18T21:19:11.388Z[ host-package] Compiling match_cfg v0.1.0
17892024-07-18T21:19:11.492Z[ host-package] Compiling hostname v0.3.1
17902024-07-18T21:19:11.994Z[ helios-setup] Jul 18 21:19:10.913 INFO clone ok!, project: chelsio-t6-roms
17912024-07-18T21:19:11.997Z[ helios-setup] Jul 18 21:19:10.913 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
17922024-07-18T21:19:11.997Z[ helios-setup] Jul 18 21:19:10.913 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
17932024-07-18T21:19:12.000Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
17942024-07-18T21:19:12.705Z[ helios-setup] Jul 18 21:19:11.624 INFO clone ok!, project: bootserver
17952024-07-18T21:19:12.708Z[ helios-setup] Jul 18 21:19:11.624 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
17962024-07-18T21:19:12.708Z[ helios-setup] Jul 18 21:19:11.624 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
17972024-07-18T21:19:12.711Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
17982024-07-18T21:19:12.757Z[ host-package] Compiling multer v3.1.0
17992024-07-18T21:19:12.850Z[ host-package] Compiling slog-async v2.8.0
18002024-07-18T21:19:12.918Z[ host-package] Compiling slog-json v2.6.1
18012024-07-18T21:19:13.202Z[ host-package] Compiling crossbeam-channel v0.5.12
18022024-07-18T21:19:13.387Z[ host-package] Compiling http v1.1.0
18032024-07-18T21:19:13.465Z[ helios-setup] Jul 18 21:19:12.384 INFO clone ok!, project: pinprick
18042024-07-18T21:19:13.468Z[ helios-setup] Jul 18 21:19:12.384 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
18052024-07-18T21:19:13.468Z[ helios-setup] Jul 18 21:19:12.384 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
18062024-07-18T21:19:13.468Z[ helios-setup] Jul 18 21:19:12.384 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
18072024-07-18T21:19:13.468Z[ helios-setup] Jul 18 21:19:12.384 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
18082024-07-18T21:19:13.471Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
18092024-07-18T21:19:14.076Z[ host-package] Compiling base64 v0.22.1
18102024-07-18T21:19:14.451Z[ host-package] Compiling atomic-waker v1.1.2
18112024-07-18T21:19:14.568Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
18122024-07-18T21:19:14.602Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
18132024-07-18T21:19:14.648Z[ host-package] Compiling take_mut v0.2.2
18142024-07-18T21:19:14.883Z[ host-package] Compiling rustls-pemfile v2.1.2
18152024-07-18T21:19:15.932Z[ host-package] Compiling waitgroup v0.1.2
18162024-07-18T21:19:15.979Z[ host-package] Compiling slog-bunyan v2.5.0
18172024-07-18T21:19:16.220Z[ host-package] Compiling slog-term v2.9.1
18182024-07-18T21:19:16.256Z[ host-package] Compiling async-stream v0.3.5
18192024-07-18T21:19:16.324Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
18202024-07-18T21:19:16.407Z[ host-package] Compiling tokio-rustls v0.25.0
18212024-07-18T21:19:16.574Z[ host-package] Compiling sha1 v0.10.6
18222024-07-18T21:19:16.922Z[ host-package] Compiling newtype-uuid v1.1.0
18232024-07-18T21:19:17.073Z[ host-package] Compiling serde_path_to_error v0.1.16
18242024-07-18T21:19:17.264Z[ host-package] Compiling hostname v0.4.0
18252024-07-18T21:19:17.466Z[ host-package] Compiling slog-dtrace v0.3.0
18262024-07-18T21:19:17.536Z[ host-package] Compiling instant v0.1.12
18272024-07-18T21:19:17.702Z[ host-package] Compiling debug-ignore v1.0.5
18282024-07-18T21:19:17.880Z[ host-package] Compiling backoff v0.4.0
18292024-07-18T21:19:17.934Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18302024-07-18T21:19:18.260Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
18312024-07-18T21:19:18.303Z[ host-package] Compiling parse-display v0.9.1
18322024-07-18T21:19:18.321Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18332024-07-18T21:19:18.523Z[ host-package] Compiling serde_with v3.8.3
18342024-07-18T21:19:18.916Z[ host-package] Compiling strum v0.26.3
18352024-07-18T21:19:19.120Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18362024-07-18T21:19:20.290Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18372024-07-18T21:19:21.020Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18382024-07-18T21:19:21.221Z[ host-package] Compiling num-rational v0.4.2
18392024-07-18T21:19:21.588Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18402024-07-18T21:19:21.902Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
18412024-07-18T21:19:21.916Z[ helios-setup] Jul 18 21:19:20.835 INFO clone ok!, project: amd-host-image-builder
18422024-07-18T21:19:21.919Z[ helios-setup] Jul 18 21:19:20.835 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
18432024-07-18T21:19:21.919Z[ helios-setup] Jul 18 21:19:20.835 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
18442024-07-18T21:19:21.922Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
18452024-07-18T21:19:22.835Z[ host-package] Compiling num-complex v0.4.6
18462024-07-18T21:19:22.987Z[ helios-setup] Jul 18 21:19:21.905 INFO clone ok!, project: pilot
18472024-07-18T21:19:22.990Z[ helios-setup] Jul 18 21:19:21.906 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
18482024-07-18T21:19:23.164Z[ host-package] Compiling macaddr v1.0.1
18492024-07-18T21:19:23.219Z[ host-package] Compiling swrite v0.1.0
18502024-07-18T21:19:23.993Z[ helios-setup] Jul 18 21:19:22.911 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
18512024-07-18T21:19:24.134Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18522024-07-18T21:19:24.559Z[ helios-setup] Jul 18 21:19:23.477 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
18532024-07-18T21:19:24.559Z[ helios-setup] Jul 18 21:19:23.478 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
18542024-07-18T21:19:25.124Z[ helios-setup] Jul 18 21:19:24.043 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
18552024-07-18T21:19:25.241Z[ host-package] Compiling num v0.4.3
18562024-07-18T21:19:25.739Z[ helios-setup] Jul 18 21:19:24.657 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
18572024-07-18T21:19:25.739Z[ helios-setup] Jul 18 21:19:24.657 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
18582024-07-18T21:19:26.310Z[ helios-setup] Jul 18 21:19:25.228 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
18592024-07-18T21:19:26.720Z[ host-package] Compiling quick-error v1.2.3
18602024-07-18T21:19:26.765Z[ host-package] Compiling float-ord v0.3.2
18612024-07-18T21:19:26.840Z[ helios-setup] Jul 18 21:19:25.757 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
18622024-07-18T21:19:26.840Z[ helios-setup] Jul 18 21:19:25.757 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
18632024-07-18T21:19:26.843Z[ helios-setup] Jul 18 21:19:25.757 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
18642024-07-18T21:19:26.843Z[ helios-setup] Jul 18 21:19:25.757 INFO ok!
18652024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
18662024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
18672024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO ok!
18682024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
18692024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
18702024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO ok!
18712024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
18722024-07-18T21:19:26.844Z[ helios-setup] Jul 18 21:19:25.757 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
18732024-07-18T21:19:26.881Z[ host-package] Compiling resolv-conf v0.7.0
18742024-07-18T21:19:27.054Z[ host-package] Compiling utf-8 v0.7.6
18752024-07-18T21:19:27.058Z[ helios-setup] Jul 18 21:19:25.976 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
18762024-07-18T21:19:27.431Z[ host-package] Compiling trust-dns-resolver v0.22.0
18772024-07-18T21:19:27.477Z[ host-package] Compiling rayon-core v1.12.1
18782024-07-18T21:19:27.517Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18792024-07-18T21:19:27.721Z[ helios-setup] Jul 18 21:19:26.631 INFO E| From https://github.com/jclulow/rust-jmclib
18802024-07-18T21:19:27.721Z[ helios-setup] Jul 18 21:19:26.631 INFO E| * [new branch] master -> origin/master
18812024-07-18T21:19:27.733Z[ helios-setup] Jul 18 21:19:26.631 INFO E| * [new ref] -> origin/HEAD
18822024-07-18T21:19:27.736Z[ helios-setup] Jul 18 21:19:26.654 INFO E| Updating crates.io index
18832024-07-18T21:19:27.830Z[ helios-setup] Jul 18 21:19:26.739 INFO E| Downloading crates ...
18842024-07-18T21:19:27.937Z[ helios-setup] Jul 18 21:19:26.846 INFO E| Downloaded anyhow v1.0.72
18852024-07-18T21:19:27.943Z[ helios-setup] Jul 18 21:19:26.855 INFO E| Downloaded itoa v1.0.9
18862024-07-18T21:19:27.943Z[ helios-setup] Jul 18 21:19:26.858 INFO E| Downloaded libdevinfo-sys v1.0.0
18872024-07-18T21:19:27.943Z[ helios-setup] Jul 18 21:19:26.859 INFO E| Downloaded fastrand v2.0.0
18882024-07-18T21:19:27.947Z[ helios-setup] Jul 18 21:19:26.861 INFO E| Downloaded time-core v0.1.1
18892024-07-18T21:19:27.947Z[ helios-setup] Jul 18 21:19:26.863 INFO E| Downloaded opaque-debug v0.3.0
18902024-07-18T21:19:27.947Z[ helios-setup] Jul 18 21:19:26.864 INFO E| Downloaded ryu v1.0.15
18912024-07-18T21:19:27.954Z[ helios-setup] Jul 18 21:19:26.870 INFO E| Downloaded cpufeatures v0.2.9
18922024-07-18T21:19:27.957Z[ helios-setup] Jul 18 21:19:26.872 INFO E| Downloaded time-macros v0.2.10
18932024-07-18T21:19:27.957Z[ helios-setup] Jul 18 21:19:26.875 INFO E| Downloaded md-5 v0.9.1
18942024-07-18T21:19:27.962Z[ helios-setup] Jul 18 21:19:26.879 INFO E| Downloaded errno v0.3.1
18952024-07-18T21:19:27.965Z[ helios-setup] Jul 18 21:19:26.881 INFO E| Downloaded sha-1 v0.9.8
18962024-07-18T21:19:27.970Z[ helios-setup] Jul 18 21:19:26.884 INFO E| Downloaded walkdir v2.3.3
18972024-07-18T21:19:27.970Z[ helios-setup] Jul 18 21:19:26.887 INFO E| Downloaded uuid v0.8.2
18982024-07-18T21:19:27.974Z[ helios-setup] Jul 18 21:19:26.892 INFO E| Downloaded unicode-ident v1.0.11
18992024-07-18T21:19:28.039Z[ helios-setup] Jul 18 21:19:26.949 INFO E| Downloaded proc-macro2 v1.0.66
19002024-07-18T21:19:28.045Z[ helios-setup] Jul 18 21:19:26.953 INFO E| Downloaded typenum v1.16.0
19012024-07-18T21:19:28.045Z[ helios-setup] Jul 18 21:19:26.957 INFO E| Downloaded serde v1.0.174
19022024-07-18T21:19:28.049Z[ helios-setup] Jul 18 21:19:26.962 INFO E| Downloaded tempfile v3.7.0
19032024-07-18T21:19:28.049Z[ helios-setup] Jul 18 21:19:26.965 INFO E| Downloaded once_cell v1.18.0
19042024-07-18T21:19:28.053Z[ helios-setup] Jul 18 21:19:26.969 INFO E| Downloaded time v0.3.23
19052024-07-18T21:19:28.061Z[ helios-setup] Jul 18 21:19:26.979 INFO E| Downloaded getrandom v0.2.10
19062024-07-18T21:19:28.065Z[ helios-setup] Jul 18 21:19:26.983 INFO E| Downloaded unicode-width v0.1.10
19072024-07-18T21:19:28.069Z[ helios-setup] Jul 18 21:19:26.985 INFO E| Downloaded quote v1.0.31
19082024-07-18T21:19:28.080Z[ helios-setup] Jul 18 21:19:26.988 INFO E| Downloaded serde_json v1.0.103
19092024-07-18T21:19:28.092Z[ helios-setup] Jul 18 21:19:26.999 INFO E| Downloaded block-buffer v0.9.0
19102024-07-18T21:19:28.095Z[ helios-setup] Jul 18 21:19:27.000 INFO E| Downloaded syn v2.0.27
19112024-07-18T21:19:28.102Z[ helios-setup] Jul 18 21:19:27.015 INFO E| Downloaded digest v0.9.0
19122024-07-18T21:19:28.107Z[ helios-setup] Jul 18 21:19:27.017 INFO E| Downloaded rustix v0.38.4
19132024-07-18T21:19:28.140Z[ helios-setup] Jul 18 21:19:27.049 INFO E| Downloaded bitflags v2.3.3
19142024-07-18T21:19:28.159Z[ helios-setup] Jul 18 21:19:27.053 INFO E| Downloaded serde_derive v1.0.174
19152024-07-18T21:19:28.164Z[ helios-setup] Jul 18 21:19:27.064 INFO E| Downloaded libc v0.2.147
19162024-07-18T21:19:28.402Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling libc v0.2.147
19172024-07-18T21:19:28.402Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling proc-macro2 v1.0.66
19182024-07-18T21:19:28.402Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling unicode-ident v1.0.11
19192024-07-18T21:19:28.405Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling cfg-if v1.0.0
19202024-07-18T21:19:28.405Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling typenum v1.16.0
19212024-07-18T21:19:28.406Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling version_check v0.9.4
19222024-07-18T21:19:28.406Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling serde v1.0.174
19232024-07-18T21:19:28.406Z[ helios-setup] Jul 18 21:19:27.318 INFO E| Compiling time-core v0.1.1
19242024-07-18T21:19:28.646Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
19252024-07-18T21:19:28.699Z[ helios-setup] Jul 18 21:19:27.618 INFO E| Compiling itoa v1.0.9
19262024-07-18T21:19:29.037Z[ helios-setup] Jul 18 21:19:27.953 INFO E| Compiling slog v2.7.0
19272024-07-18T21:19:29.234Z[ helios-setup] Jul 18 21:19:28.144 INFO E| Compiling rustix v0.38.4
19282024-07-18T21:19:29.397Z[ helios-setup] Jul 18 21:19:28.312 INFO E| Compiling time-macros v0.2.10
19292024-07-18T21:19:29.771Z[ helios-setup] Jul 18 21:19:28.682 INFO E| Compiling once_cell v1.18.0
19302024-07-18T21:19:30.028Z[ helios-setup] Jul 18 21:19:28.946 INFO E| Compiling generic-array v0.14.7
19312024-07-18T21:19:30.471Z[ helios-setup] Jul 18 21:19:29.357 INFO E| Compiling bitflags v2.3.3
19322024-07-18T21:19:30.702Z[ helios-setup] Jul 18 21:19:29.620 INFO E| Compiling num_threads v0.1.6
19332024-07-18T21:19:30.775Z[ helios-setup] Jul 18 21:19:29.691 INFO E| Compiling quote v1.0.31
19342024-07-18T21:19:31.030Z[ helios-setup] Jul 18 21:19:29.944 INFO E| Compiling thread_local v1.1.7
19352024-07-18T21:19:31.382Z[ helios-setup] Jul 18 21:19:30.298 INFO E| Compiling syn v2.0.27
19362024-07-18T21:19:31.899Z[ helios-setup] Jul 18 21:19:30.813 INFO E| Compiling fastrand v2.0.0
19372024-07-18T21:19:32.092Z[ helios-setup] Jul 18 21:19:31.010 INFO E| Compiling opaque-debug v0.3.0
19382024-07-18T21:19:32.181Z[ helios-setup] Jul 18 21:19:31.099 INFO E| Compiling anyhow v1.0.72
19392024-07-18T21:19:32.363Z[ helios-setup] Jul 18 21:19:31.281 INFO E| Compiling serde_json v1.0.103
19402024-07-18T21:19:32.450Z[ helios-setup] Jul 18 21:19:31.367 INFO E| Compiling unicode-width v0.1.10
19412024-07-18T21:19:32.701Z[ helios-setup] Jul 18 21:19:31.619 INFO E| Compiling cpufeatures v0.2.9
19422024-07-18T21:19:32.826Z[ helios-setup] Jul 18 21:19:31.733 INFO E| Compiling same-file v1.0.6
19432024-07-18T21:19:33.389Z[ helios-setup] Jul 18 21:19:32.307 INFO E| Compiling dirs-sys-next v0.1.2
19442024-07-18T21:19:33.421Z[ helios-setup] Jul 18 21:19:32.339 INFO E| Compiling errno v0.3.1
19452024-07-18T21:19:33.442Z[ helios-setup] Jul 18 21:19:32.360 INFO E| Compiling atty v0.2.14
19462024-07-18T21:19:33.706Z[ helios-setup] Jul 18 21:19:32.623 INFO E| Compiling dirs-next v2.0.0
19472024-07-18T21:19:33.971Z[ helios-setup] Jul 18 21:19:32.888 INFO E| Compiling term v0.7.0
19482024-07-18T21:19:34.022Z[ helios-setup] Jul 18 21:19:32.939 INFO E| Compiling getrandom v0.2.10
19492024-07-18T21:19:34.539Z[ helios-setup] Jul 18 21:19:33.457 INFO E| Compiling ryu v1.0.15
19502024-07-18T21:19:34.953Z[ helios-setup] Jul 18 21:19:33.870 INFO E| Compiling walkdir v2.3.3
19512024-07-18T21:19:35.416Z[ helios-setup] Jul 18 21:19:34.334 INFO E| Compiling getopts v0.2.21
19522024-07-18T21:19:35.550Z[ helios-setup] Jul 18 21:19:34.466 INFO E| Compiling time v0.3.23
19532024-07-18T21:19:36.106Z[ helios-setup] Jul 18 21:19:35.023 INFO E| Compiling digest v0.9.0
19542024-07-18T21:19:36.508Z[ helios-setup] Jul 18 21:19:35.426 INFO E| Compiling block-buffer v0.9.0
19552024-07-18T21:19:36.539Z[ helios-setup] Jul 18 21:19:35.455 INFO E| Compiling glob v0.3.1
19562024-07-18T21:19:36.820Z[ helios-setup] Jul 18 21:19:35.732 INFO E| Compiling sha-1 v0.9.8
19572024-07-18T21:19:36.843Z[ helios-setup] Jul 18 21:19:35.759 INFO E| Compiling md-5 v0.9.1
19582024-07-18T21:19:37.805Z[ helios-setup] Jul 18 21:19:36.721 INFO E| Compiling tempfile v3.7.0
19592024-07-18T21:19:37.930Z[ helios-setup] Jul 18 21:19:36.847 INFO E| Compiling libdevinfo-sys v1.0.0
19602024-07-18T21:19:38.230Z[ host-package] Compiling crossbeam-deque v0.8.5
19612024-07-18T21:19:38.803Z[ host-package] Compiling fastrand v2.1.0
19622024-07-18T21:19:39.497Z[ helios-setup] Jul 18 21:19:38.410 INFO E| Compiling slog-term v2.9.0
19632024-07-18T21:19:39.700Z[ host-package] Compiling same-file v1.0.6
19642024-07-18T21:19:40.069Z[ host-package] Compiling display-error-chain v0.2.0
19652024-07-18T21:19:40.454Z[ host-package] Compiling walkdir v2.5.0
19662024-07-18T21:19:40.582Z[ host-package] Compiling tempfile v3.10.1
19672024-07-18T21:19:41.894Z[ helios-setup] Jul 18 21:19:40.805 INFO E| Compiling serde_derive v1.0.174
19682024-07-18T21:19:44.121Z[ host-package] Compiling maplit v1.0.2
19692024-07-18T21:19:44.313Z[ host-package] Compiling crunchy v0.2.2
19702024-07-18T21:19:44.843Z[ host-package] Compiling glob v0.3.1
19712024-07-18T21:19:45.975Z[ host-package] Compiling clang-sys v1.7.0
19722024-07-18T21:19:46.882Z[ host-package] Compiling blake3 v1.5.1
19732024-07-18T21:19:47.099Z[ host-package] Compiling ring v0.16.20
19742024-07-18T21:19:47.446Z[ host-package] Compiling rayon v1.10.0
19752024-07-18T21:19:51.741Z[ host-package] Compiling xattr v1.3.1
19762024-07-18T21:19:51.741Z[ host-package] Compiling nibble_vec v0.1.0
19772024-07-18T21:19:51.741Z[ host-package] Compiling filetime v0.2.23
19782024-07-18T21:19:51.824Z[ host-package] Compiling memmap2 v0.9.4
19792024-07-18T21:19:52.445Z[ host-package] Compiling arrayvec v0.7.4
19802024-07-18T21:19:52.938Z[ host-package] Compiling cancel-safe-futures v0.1.5
19812024-07-18T21:19:53.451Z[ host-package] Compiling arrayref v0.3.7
19822024-07-18T21:19:53.561Z[ host-package] Compiling untrusted v0.7.1
19832024-07-18T21:19:53.604Z[ host-package] Compiling endian-type v0.1.2
19842024-07-18T21:19:53.858Z[ host-package] Compiling spin v0.5.2
19852024-07-18T21:19:53.955Z[ host-package] Compiling constant_time_eq v0.3.0
19862024-07-18T21:19:54.151Z[ host-package] Compiling tiny-keccak v2.0.2
19872024-07-18T21:19:55.037Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19882024-07-18T21:19:56.430Z[ host-package] Compiling radix_trie v0.2.1
19892024-07-18T21:19:57.678Z[ host-package] Compiling tar v0.4.41
19902024-07-18T21:19:58.333Z[ helios-setup] Jul 18 21:19:57.250 INFO E| Compiling toml v0.5.11
19912024-07-18T21:19:58.334Z[ helios-setup] Jul 18 21:19:57.250 INFO E| Compiling uuid v0.8.2
19922024-07-18T21:19:58.422Z[ host-package] Compiling camino-tempfile v1.1.1
19932024-07-18T21:19:58.529Z[ host-package] Compiling toolchain_find v0.4.0
19942024-07-18T21:19:59.144Z[ host-package] Compiling topological-sort v0.2.2
19952024-07-18T21:19:59.403Z[ host-package] Compiling omicron-zone-package v0.11.0
19962024-07-18T21:19:59.444Z[ host-package] Compiling rustfmt-wrapper v0.2.1
19972024-07-18T21:20:00.297Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19982024-07-18T21:20:00.802Z[ helios-setup] Jul 18 21:19:59.719 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
19992024-07-18T21:20:00.850Z[ host-package] Compiling ascii-canvas v3.0.0
20002024-07-18T21:20:00.983Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20012024-07-18T21:20:01.248Z[ host-package] Compiling ena v0.14.3
20022024-07-18T21:20:01.590Z[ host-package] Compiling libloading v0.8.3
20032024-07-18T21:20:01.661Z[ host-package] Compiling bindgen v0.69.4
20042024-07-18T21:20:01.859Z[ host-package] Compiling diff v0.1.13
20052024-07-18T21:20:02.157Z[ host-package] Compiling regex-syntax v0.6.29
20062024-07-18T21:20:02.749Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20072024-07-18T21:20:04.275Z[ helios-setup] Jul 18 21:20:03.190 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
20082024-07-18T21:20:04.333Z[ host-package] Compiling which v4.4.2
20092024-07-18T21:20:04.988Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20102024-07-18T21:20:05.317Z[ host-package] Compiling cexpr v0.6.0
20112024-07-18T21:20:05.850Z[ host-package] Compiling half v2.4.1
20122024-07-18T21:20:06.305Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20132024-07-18T21:20:06.719Z[ host-package] Compiling lalrpop v0.19.12
20142024-07-18T21:20:07.378Z[ host-package] Compiling rustc-hash v1.1.0
20152024-07-18T21:20:07.662Z[ host-package] Compiling arc-swap v1.7.1
20162024-07-18T21:20:08.657Z[ host-package] Compiling ciborium-io v0.2.2
20172024-07-18T21:20:08.744Z[ host-package] Compiling ref-cast v1.0.23
20182024-07-18T21:20:08.824Z[ host-package] Compiling shlex v1.3.0
20192024-07-18T21:20:09.275Z[ host-package] Compiling lazycell v1.3.0
20202024-07-18T21:20:09.391Z[ host-package] Compiling ciborium-ll v0.2.2
20212024-07-18T21:20:10.148Z[ host-package] Compiling slog-scope v4.4.0
20222024-07-18T21:20:11.293Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20232024-07-18T21:20:11.598Z[ host-package] Compiling derive_builder_core v0.20.0
20242024-07-18T21:20:14.510Z[ host-package] Compiling headers-core v0.2.0
20252024-07-18T21:20:14.728Z[ host-package] Compiling fxhash v0.2.1
20262024-07-18T21:20:14.993Z[ host-package] Compiling libxml v0.3.3
20272024-07-18T21:20:15.718Z[ host-package] Compiling ref-cast-impl v1.0.23
20282024-07-18T21:20:16.069Z[ host-package] Compiling headers v0.3.9
20292024-07-18T21:20:17.276Z[ host-package] Compiling derive_builder_macro v0.20.0
20302024-07-18T21:20:18.443Z[ host-package] Compiling slog-stdlog v4.1.1
20312024-07-18T21:20:18.779Z[ helios-setup] Jul 18 21:20:17.695 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.85s
20322024-07-18T21:20:18.815Z[ helios-setup] Jul 18 21:20:17.730 INFO building project "image-builder" ok (51 seconds)
20332024-07-18T21:20:18.815Z[ helios-setup] Jul 18 21:20:17.730 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
20342024-07-18T21:20:18.819Z[ helios-setup] Jul 18 21:20:17.731 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
20352024-07-18T21:20:19.070Z[ helios-setup] Jul 18 21:20:17.985 INFO E| Downloading crates ...
20362024-07-18T21:20:19.152Z[ helios-setup] Jul 18 21:20:18.068 INFO E| Downloaded sha2 v0.10.5
20372024-07-18T21:20:19.156Z[ helios-setup] Jul 18 21:20:18.072 INFO E| Downloaded cpufeatures v0.2.5
20382024-07-18T21:20:19.159Z[ helios-setup] Jul 18 21:20:18.074 INFO E| Downloaded block-buffer v0.10.3
20392024-07-18T21:20:19.162Z[ helios-setup] Jul 18 21:20:18.076 INFO E| Downloaded flate2 v1.0.25
20402024-07-18T21:20:19.193Z[ helios-setup] Jul 18 21:20:18.108 INFO E| Downloaded typenum v1.15.0
20412024-07-18T21:20:19.246Z[ helios-setup] Jul 18 21:20:18.162 INFO E| Downloaded miniz_oxide v0.6.2
20422024-07-18T21:20:19.249Z[ helios-setup] Jul 18 21:20:18.165 INFO E| Downloaded generic-array v0.14.6
20432024-07-18T21:20:19.253Z[ helios-setup] Jul 18 21:20:18.168 INFO E| Downloaded digest v0.10.3
20442024-07-18T21:20:19.256Z[ helios-setup] Jul 18 21:20:18.171 INFO E| Downloaded bytes v1.2.1
20452024-07-18T21:20:19.262Z[ helios-setup] Jul 18 21:20:18.178 INFO E| Downloaded anyhow v1.0.62
20462024-07-18T21:20:19.452Z[ helios-setup] Jul 18 21:20:18.368 INFO E| Compiling version_check v0.9.4
20472024-07-18T21:20:19.457Z[ helios-setup] Jul 18 21:20:18.368 INFO E| Compiling typenum v1.15.0
20482024-07-18T21:20:19.457Z[ helios-setup] Jul 18 21:20:18.368 INFO E| Compiling crc32fast v1.3.2
20492024-07-18T21:20:19.457Z[ helios-setup] Jul 18 21:20:18.368 INFO E| Compiling cfg-if v1.0.0
20502024-07-18T21:20:19.457Z[ helios-setup] Jul 18 21:20:18.368 INFO E| Compiling adler v1.0.2
20512024-07-18T21:20:19.457Z[ helios-setup] Jul 18 21:20:18.369 INFO E| Compiling anyhow v1.0.62
20522024-07-18T21:20:19.457Z[ helios-setup] Jul 18 21:20:18.369 INFO E| Compiling unicode-width v0.1.10
20532024-07-18T21:20:19.457Z[ helios-setup] Jul 18 21:20:18.369 INFO E| Compiling cpufeatures v0.2.5
20542024-07-18T21:20:19.711Z[ host-package] Compiling ciborium v0.2.2
20552024-07-18T21:20:19.892Z[ helios-setup] Jul 18 21:20:18.796 INFO E| Compiling bitflags v1.3.2
20562024-07-18T21:20:19.915Z[ helios-setup] Jul 18 21:20:18.830 INFO E| Compiling bytes v1.2.1
20572024-07-18T21:20:19.982Z[ helios-setup] Jul 18 21:20:18.897 INFO E| Compiling miniz_oxide v0.6.2
20582024-07-18T21:20:20.335Z[ helios-setup] Jul 18 21:20:19.250 INFO E| Compiling getopts v0.2.21
20592024-07-18T21:20:20.665Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20602024-07-18T21:20:21.009Z[ helios-setup] Jul 18 21:20:19.925 INFO E| Compiling generic-array v0.14.6
20612024-07-18T21:20:21.749Z[ helios-setup] Jul 18 21:20:20.663 INFO E| Compiling flate2 v1.0.25
20622024-07-18T21:20:27.649Z[ host-package] Compiling tungstenite v0.21.0
20632024-07-18T21:20:27.671Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20642024-07-18T21:20:27.671Z[ helios-setup] Jul 18 21:20:25.145 INFO E| Compiling crypto-common v0.1.6
20652024-07-18T21:20:27.671Z[ helios-setup] Jul 18 21:20:25.145 INFO E| Compiling block-buffer v0.10.3
20662024-07-18T21:20:27.671Z[ helios-setup] Jul 18 21:20:25.362 INFO E| Compiling digest v0.10.3
20672024-07-18T21:20:27.671Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20682024-07-18T21:20:27.671Z[ helios-setup] Jul 18 21:20:25.706 INFO E| Compiling sha2 v0.10.5
20692024-07-18T21:20:27.671Z[ host-package] Compiling libsw v3.3.1
20702024-07-18T21:20:27.671Z[ host-package] Compiling strum_macros v0.24.3
20712024-07-18T21:20:27.671Z[ helios-setup] Jul 18 21:20:26.305 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
20722024-07-18T21:20:27.671Z[ host-package] Compiling atty v0.2.14
20732024-07-18T21:20:27.709Z[ host-package] Compiling cookie v0.18.1
20742024-07-18T21:20:28.188Z[ host-package] Compiling indoc v1.0.9
20752024-07-18T21:20:29.003Z[ host-package] Compiling samael v0.0.15
20762024-07-18T21:20:29.750Z[ host-package] Compiling owo-colors v4.0.0
20772024-07-18T21:20:30.361Z[ host-package] Compiling linear-map v1.2.0
20782024-07-18T21:20:31.842Z[ host-package] Compiling tokio-tungstenite v0.21.0
20792024-07-18T21:20:32.754Z[ host-package] Compiling slog-envlogger v2.2.0
20802024-07-18T21:20:33.069Z[ helios-setup] Jul 18 21:20:31.973 INFO E| Finished `release` profile [optimized] target(s) in 14.14s
20812024-07-18T21:20:33.074Z[ helios-setup] Jul 18 21:20:31.989 INFO building project "bootserver" ok (14 seconds)
20822024-07-18T21:20:33.074Z[ helios-setup] Jul 18 21:20:31.989 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
20832024-07-18T21:20:33.074Z[ helios-setup] Jul 18 21:20:31.989 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
20842024-07-18T21:20:33.414Z[ helios-setup] Jul 18 21:20:32.329 INFO E| Compiling adler v1.0.2
20852024-07-18T21:20:33.548Z[ helios-setup] Jul 18 21:20:32.463 INFO E| Compiling miniz_oxide v0.7.2
20862024-07-18T21:20:33.607Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20872024-07-18T21:20:34.077Z[ host-package] Compiling derive_builder v0.20.0
20882024-07-18T21:20:35.599Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20892024-07-18T21:20:35.971Z[ host-package] Compiling oso-derive v0.27.3
20902024-07-18T21:20:36.113Z[ helios-setup] Jul 18 21:20:35.028 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
20912024-07-18T21:20:36.745Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
20922024-07-18T21:20:37.141Z[ helios-setup] Jul 18 21:20:36.056 INFO E| Finished `release` profile [optimized] target(s) in 3.97s
20932024-07-18T21:20:37.148Z[ helios-setup] Jul 18 21:20:36.063 INFO building project "pinprick" ok (4 seconds)
20942024-07-18T21:20:37.148Z[ helios-setup] Jul 18 21:20:36.063 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
20952024-07-18T21:20:37.151Z[ helios-setup] Jul 18 21:20:36.063 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
20962024-07-18T21:20:37.159Z[ helios-setup] Jul 18 21:20:36.074 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
20972024-07-18T21:20:37.179Z[ host-package] Compiling quick-xml v0.31.0
20982024-07-18T21:20:37.388Z[ helios-setup] Jul 18 21:20:36.303 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
20992024-07-18T21:20:37.388Z[ helios-setup] Jul 18 21:20:36.303 INFO E| info: downloading component 'cargo'
21002024-07-18T21:20:38.631Z[ helios-setup] Jul 18 21:20:37.546 INFO E| info: downloading component 'clippy'
21012024-07-18T21:20:38.914Z[ helios-setup] Jul 18 21:20:37.829 INFO E| info: downloading component 'rust-docs'
21022024-07-18T21:20:40.174Z[ helios-setup] Jul 18 21:20:39.088 INFO E| info: downloading component 'rust-src'
21032024-07-18T21:20:40.307Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21042024-07-18T21:20:40.627Z[ host-package] Compiling cfg_aliases v0.1.1
21052024-07-18T21:20:40.753Z[ host-package] Compiling nix v0.28.0
21062024-07-18T21:20:40.782Z[ helios-setup] Jul 18 21:20:39.696 INFO E| info: downloading component 'rust-std'
21072024-07-18T21:20:41.960Z[ host-package] Compiling polar-core v0.27.3
21082024-07-18T21:20:42.502Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21092024-07-18T21:20:43.300Z[ helios-setup] Jul 18 21:20:42.214 INFO E| info: downloading component 'rustc'
21102024-07-18T21:20:44.287Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21112024-07-18T21:20:44.448Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21122024-07-18T21:20:44.743Z[ host-package] Compiling bb8 v0.8.5
21132024-07-18T21:20:45.421Z[ host-package] Compiling const_format_proc_macros v0.2.32
21142024-07-18T21:20:46.829Z[ host-package] Compiling vte_generate_state_changes v0.1.1
21152024-07-18T21:20:47.435Z[ host-package] Compiling unicase v2.7.0
21162024-07-18T21:20:47.498Z[ host-package] Compiling const_format v0.2.32
21172024-07-18T21:20:47.794Z[ host-package] Compiling vte v0.11.1
21182024-07-18T21:20:48.342Z[ helios-setup] Jul 18 21:20:47.255 INFO E| info: downloading component 'rustfmt'
21192024-07-18T21:20:48.883Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21202024-07-18T21:20:48.890Z[ helios-setup] Jul 18 21:20:47.805 INFO E| info: installing component 'cargo'
21212024-07-18T21:20:49.675Z[ host-package] Compiling tungstenite v0.20.1
21222024-07-18T21:20:50.061Z[ host-package] Compiling fd-lock v4.0.2
21232024-07-18T21:20:50.260Z[ helios-setup] Jul 18 21:20:49.175 INFO E| info: installing component 'clippy'
21242024-07-18T21:20:50.346Z[ host-package] Compiling memoffset v0.9.1
21252024-07-18T21:20:50.700Z[ helios-setup] Jul 18 21:20:49.615 INFO E| info: installing component 'rust-docs'
21262024-07-18T21:20:50.750Z[ host-package] Compiling bytecount v0.6.8
21272024-07-18T21:20:51.239Z[ host-package] Compiling parking_lot_core v0.8.6
21282024-07-18T21:20:51.800Z[ host-package] Compiling tokio-tungstenite v0.20.1
21292024-07-18T21:20:52.343Z[ host-package] Compiling papergrid v0.11.0
21302024-07-18T21:20:55.815Z[ host-package] Compiling strip-ansi-escapes v0.2.0
21312024-07-18T21:20:56.634Z[ helios-setup] Jul 18 21:20:55.549 INFO E| info: installing component 'rust-src'
21322024-07-18T21:20:56.848Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21332024-07-18T21:20:57.352Z[ helios-setup] Jul 18 21:20:56.267 INFO E| info: installing component 'rust-std'
21342024-07-18T21:21:00.004Z[ helios-setup] Jul 18 21:20:58.918 INFO E| info: installing component 'rustc'
21352024-07-18T21:21:00.768Z[ host-package] Compiling tabled_derive v0.7.0
21362024-07-18T21:21:03.518Z[ host-package] Compiling peg-macros v0.8.3
21372024-07-18T21:21:03.878Z[ host-package] Compiling sqlparser_derive v0.2.2
21382024-07-18T21:21:05.155Z[ host-package] Compiling unicode_categories v0.1.1
21392024-07-18T21:21:06.026Z[ host-package] Compiling nu-ansi-term v0.50.0
21402024-07-18T21:21:06.599Z[ helios-setup] Jul 18 21:21:05.513 INFO E| info: installing component 'rustfmt'
21412024-07-18T21:21:07.516Z[ host-package] Compiling reedline v0.31.0
21422024-07-18T21:21:07.520Z[ host-package] Compiling peg v0.8.3
21432024-07-18T21:21:07.606Z[ helios-setup] Jul 18 21:21:06.520 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21442024-07-18T21:21:07.663Z[ host-package] Compiling rustyline v14.0.0
21452024-07-18T21:21:07.695Z[ host-package] Compiling sqlformat v0.2.4
21462024-07-18T21:21:08.319Z[ helios-setup] Jul 18 21:21:07.232 INFO E| From https://github.com/oxidecomputer/amd-apcb
21472024-07-18T21:21:08.319Z[ helios-setup] Jul 18 21:21:07.232 INFO E| * [new branch] issue-113 -> origin/issue-113
21482024-07-18T21:21:08.319Z[ helios-setup] Jul 18 21:21:07.232 INFO E| * [new branch] main -> origin/main
21492024-07-18T21:21:08.319Z[ helios-setup] Jul 18 21:21:07.232 INFO E| * [new ref] -> origin/HEAD
21502024-07-18T21:21:08.322Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.1.3 -> v0.1.3
21512024-07-18T21:21:08.322Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.1.4 -> v0.1.4
21522024-07-18T21:21:08.322Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.1.5 -> v0.1.5
21532024-07-18T21:21:08.322Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.2.0 -> v0.2.0
21542024-07-18T21:21:08.322Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.3.0 -> v0.3.0
21552024-07-18T21:21:08.323Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.3.1 -> v0.3.1
21562024-07-18T21:21:08.323Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.3.2 -> v0.3.2
21572024-07-18T21:21:08.323Z[ helios-setup] Jul 18 21:21:07.233 INFO E| * [new tag] v0.3.3 -> v0.3.3
21582024-07-18T21:21:08.367Z[ helios-setup] Jul 18 21:21:07.281 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21592024-07-18T21:21:08.897Z[ host-package] Compiling sqlparser v0.45.0
21602024-07-18T21:21:09.067Z[ helios-setup] Jul 18 21:21:07.980 INFO E| From https://github.com/oxidecomputer/amd-efs
21612024-07-18T21:21:09.067Z[ helios-setup] Jul 18 21:21:07.980 INFO E| * [new branch] empty -> origin/empty
21622024-07-18T21:21:09.070Z[ helios-setup] Jul 18 21:21:07.980 INFO E| * [new branch] issue-99 -> origin/issue-99
21632024-07-18T21:21:09.070Z[ helios-setup] Jul 18 21:21:07.981 INFO E| * [new branch] main -> origin/main
21642024-07-18T21:21:09.070Z[ helios-setup] Jul 18 21:21:07.981 INFO E| * [new branch] review -> origin/review
21652024-07-18T21:21:09.070Z[ helios-setup] Jul 18 21:21:07.981 INFO E| * [new ref] -> origin/HEAD
21662024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.981 INFO E| * [new tag] v0.2.0 -> v0.2.0
21672024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.981 INFO E| * [new tag] v0.2.1 -> v0.2.1
21682024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.981 INFO E| * [new tag] v0.2.2 -> v0.2.2
21692024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.982 INFO E| * [new tag] v0.2.3 -> v0.2.3
21702024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.982 INFO E| * [new tag] v0.2.4 -> v0.2.4
21712024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.982 INFO E| * [new tag] v0.2.5 -> v0.2.5
21722024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.982 INFO E| * [new tag] v0.2.6 -> v0.2.6
21732024-07-18T21:21:09.071Z[ helios-setup] Jul 18 21:21:07.982 INFO E| * [new tag] v0.2.7 -> v0.2.7
21742024-07-18T21:21:09.072Z[ helios-setup] Jul 18 21:21:07.982 INFO E| * [new tag] v0.3.0 -> v0.3.0
21752024-07-18T21:21:09.072Z[ helios-setup] Jul 18 21:21:07.982 INFO E| * [new tag] v0.3.1 -> v0.3.1
21762024-07-18T21:21:09.072Z[ helios-setup] Jul 18 21:21:07.983 INFO E| * [new tag] v0.4.0 -> v0.4.0
21772024-07-18T21:21:09.093Z[ helios-setup] Jul 18 21:21:08.007 INFO E| Updating crates.io index
21782024-07-18T21:21:09.363Z[ helios-setup] Jul 18 21:21:08.276 INFO E| Downloading crates ...
21792024-07-18T21:21:09.494Z[ helios-setup] Jul 18 21:21:08.408 INFO E| Downloaded ansi_term v0.12.1
21802024-07-18T21:21:09.498Z[ helios-setup] Jul 18 21:21:08.412 INFO E| Downloaded pre v0.2.1
21812024-07-18T21:21:09.501Z[ helios-setup] Jul 18 21:21:08.413 INFO E| Downloaded cfg-if v0.1.10
21822024-07-18T21:21:09.504Z[ helios-setup] Jul 18 21:21:08.417 INFO E| Downloaded fletcher v0.1.0
21832024-07-18T21:21:09.507Z[ helios-setup] Jul 18 21:21:08.419 INFO E| Downloaded num-derive v0.3.3
21842024-07-18T21:21:09.511Z[ helios-setup] Jul 18 21:21:08.421 INFO E| Downloaded scroll_derive v0.10.5
21852024-07-18T21:21:09.511Z[ helios-setup] Jul 18 21:21:08.423 INFO E| Downloaded parse_int v0.6.0
21862024-07-18T21:21:09.538Z[ helios-setup] Jul 18 21:21:08.452 INFO E| Downloaded vec_map v0.8.2
21872024-07-18T21:21:09.542Z[ helios-setup] Jul 18 21:21:08.454 INFO E| Downloaded thiserror v1.0.63
21882024-07-18T21:21:09.550Z[ helios-setup] Jul 18 21:21:08.463 INFO E| Downloaded textwrap v0.11.0
21892024-07-18T21:21:09.553Z[ helios-setup] Jul 18 21:21:08.466 INFO E| Downloaded strum v0.23.0
21902024-07-18T21:21:09.556Z[ helios-setup] Jul 18 21:21:08.467 INFO E| Downloaded strsim v0.8.0
21912024-07-18T21:21:09.559Z[ helios-setup] Jul 18 21:21:08.470 INFO E| Downloaded scroll v0.10.2
21922024-07-18T21:21:09.559Z[ helios-setup] Jul 18 21:21:08.473 INFO E| Downloaded pre-proc-macro v0.2.1
21932024-07-18T21:21:09.562Z[ helios-setup] Jul 18 21:21:08.476 INFO E| Downloaded pest_derive v2.7.11
21942024-07-18T21:21:09.566Z[ helios-setup] Jul 18 21:21:08.480 INFO E| Downloaded thiserror-impl v1.0.63
21952024-07-18T21:21:09.569Z[ helios-setup] Jul 18 21:21:08.482 INFO E| Downloaded structopt v0.3.26
21962024-07-18T21:21:09.588Z[ helios-setup] Jul 18 21:21:08.501 INFO E| Downloaded pest v2.7.11
21972024-07-18T21:21:09.596Z[ helios-setup] Jul 18 21:21:08.510 INFO E| Downloaded clap v2.34.0
21982024-07-18T21:21:09.607Z[ helios-setup] Jul 18 21:21:08.520 INFO E| Downloaded memchr v2.7.4
21992024-07-18T21:21:09.614Z[ helios-setup] Jul 18 21:21:08.528 INFO E| Downloaded goblin v0.4.3
22002024-07-18T21:21:09.622Z[ helios-setup] Jul 18 21:21:08.536 INFO E| Downloaded pest_meta v2.7.11
22012024-07-18T21:21:09.626Z[ helios-setup] Jul 18 21:21:08.539 INFO E| Downloaded modular-bitfield v0.11.2
22022024-07-18T21:21:09.643Z[ helios-setup] Jul 18 21:21:08.556 INFO E| Downloaded log v0.4.22
22032024-07-18T21:21:09.646Z[ helios-setup] Jul 18 21:21:08.560 INFO E| Downloaded semver v0.9.0
22042024-07-18T21:21:09.649Z[ helios-setup] Jul 18 21:21:08.562 INFO E| Downloaded modular-bitfield-impl v0.11.2
22052024-07-18T21:21:09.653Z[ helios-setup] Jul 18 21:21:08.564 INFO E| Downloaded four-cc v0.3.0
22062024-07-18T21:21:09.653Z[ helios-setup] Jul 18 21:21:08.566 INFO E| Downloaded strum_macros v0.23.1
22072024-07-18T21:21:09.656Z[ helios-setup] Jul 18 21:21:08.569 INFO E| Downloaded structopt-derive v0.4.18
22082024-07-18T21:21:09.659Z[ helios-setup] Jul 18 21:21:08.570 INFO E| Downloaded semver-parser v0.7.0
22092024-07-18T21:21:09.659Z[ helios-setup] Jul 18 21:21:08.572 INFO E| Downloaded rustc_version v0.2.3
22102024-07-18T21:21:09.662Z[ helios-setup] Jul 18 21:21:08.573 INFO E| Downloaded proc-macro-crate v0.1.5
22112024-07-18T21:21:09.666Z[ helios-setup] Jul 18 21:21:08.575 INFO E| Downloaded pest_generator v2.7.11
22122024-07-18T21:21:09.666Z[ helios-setup] Jul 18 21:21:08.577 INFO E| Downloaded memoffset v0.5.6
22132024-07-18T21:21:09.666Z[ helios-setup] Jul 18 21:21:08.579 INFO E| Downloaded bytesize v1.3.0
22142024-07-18T21:21:09.757Z[ helios-setup] Jul 18 21:21:08.670 INFO E| Compiling proc-macro2 v1.0.86
22152024-07-18T21:21:09.757Z[ helios-setup] Jul 18 21:21:08.671 INFO E| Compiling unicode-ident v1.0.12
22162024-07-18T21:21:09.760Z[ helios-setup] Jul 18 21:21:08.671 INFO E| Compiling syn v1.0.109
22172024-07-18T21:21:09.760Z[ helios-setup] Jul 18 21:21:08.671 INFO E| Compiling version_check v0.9.4
22182024-07-18T21:21:09.760Z[ helios-setup] Jul 18 21:21:08.671 INFO E| Compiling autocfg v1.3.0
22192024-07-18T21:21:09.760Z[ helios-setup] Jul 18 21:21:08.671 INFO E| Compiling semver-parser v0.7.0
22202024-07-18T21:21:09.760Z[ helios-setup] Jul 18 21:21:08.671 INFO E| Compiling thiserror v1.0.63
22212024-07-18T21:21:09.760Z[ helios-setup] Jul 18 21:21:08.671 INFO E| Compiling serde v1.0.204
22222024-07-18T21:21:11.159Z[ helios-setup] Jul 18 21:21:10.073 INFO E| Compiling semver v0.9.0
22232024-07-18T21:21:11.232Z[ helios-setup] Jul 18 21:21:10.145 INFO E| Compiling serde_json v1.0.120
22242024-07-18T21:21:11.238Z[ helios-setup] Jul 18 21:21:10.151 INFO E| Compiling proc-macro-error-attr v1.0.4
22252024-07-18T21:21:11.800Z[ helios-setup] Jul 18 21:21:10.713 INFO E| Compiling rustc_version v0.2.3
22262024-07-18T21:21:12.046Z[ helios-setup] Jul 18 21:21:10.960 INFO E| Compiling proc-macro-error v1.0.4
22272024-07-18T21:21:12.133Z[ helios-setup] Jul 18 21:21:11.046 INFO E| Compiling num-traits v0.2.19
22282024-07-18T21:21:12.140Z[ helios-setup] Jul 18 21:21:11.054 INFO E| Compiling unicode-segmentation v1.11.0
22292024-07-18T21:21:12.329Z[ helios-setup] Jul 18 21:21:11.242 INFO E| Compiling ryu v1.0.18
22302024-07-18T21:21:12.582Z[ helios-setup] Jul 18 21:21:11.495 INFO E| Compiling schemars v0.8.21
22312024-07-18T21:21:12.720Z[ helios-setup] Jul 18 21:21:11.633 INFO E| Compiling itoa v1.0.11
22322024-07-18T21:21:12.885Z[ helios-setup] Jul 18 21:21:11.799 INFO E| Compiling pre-proc-macro v0.2.1
22332024-07-18T21:21:12.988Z[ helios-setup] Jul 18 21:21:11.901 INFO E| Compiling memoffset v0.5.6
22342024-07-18T21:21:13.227Z[ helios-setup] Jul 18 21:21:12.141 INFO E| Compiling dyn-clone v1.0.17
22352024-07-18T21:21:13.532Z[ helios-setup] Jul 18 21:21:12.445 INFO E| Compiling heck v0.3.3
22362024-07-18T21:21:13.584Z[ helios-setup] Jul 18 21:21:12.498 INFO E| Compiling lazy_static v1.5.0
22372024-07-18T21:21:13.630Z[ helios-setup] Jul 18 21:21:12.543 INFO E| Compiling quote v1.0.36
22382024-07-18T21:21:13.648Z[ helios-setup] Jul 18 21:21:12.561 INFO E| Compiling paste v1.0.15
22392024-07-18T21:21:13.712Z[ helios-setup] Jul 18 21:21:12.625 INFO E| Compiling rustversion v1.0.17
22402024-07-18T21:21:13.795Z[ helios-setup] Jul 18 21:21:12.708 INFO E| Compiling ucd-trie v0.1.6
22412024-07-18T21:21:13.821Z[ helios-setup] Jul 18 21:21:12.734 INFO E| Compiling memchr v2.7.4
22422024-07-18T21:21:14.475Z[ helios-setup] Jul 18 21:21:13.386 INFO E| Compiling syn v2.0.71
22432024-07-18T21:21:14.941Z[ helios-setup] Jul 18 21:21:13.855 INFO E| Compiling libc v0.2.155
22442024-07-18T21:21:16.056Z[ helios-setup] Jul 18 21:21:14.970 INFO E| Compiling pre v0.2.1
22452024-07-18T21:21:16.721Z[ helios-setup] Jul 18 21:21:15.634 INFO E| Compiling once_cell v1.19.0
22462024-07-18T21:21:16.828Z[ helios-setup] Jul 18 21:21:15.742 INFO E| Compiling static_assertions v1.1.0
22472024-07-18T21:21:16.944Z[ helios-setup] Jul 18 21:21:15.857 INFO E| Compiling cfg-if v0.1.10
22482024-07-18T21:21:17.162Z[ helios-setup] Jul 18 21:21:16.075 INFO E| Compiling byteorder v1.5.0
22492024-07-18T21:21:18.332Z[ helios-setup] Jul 18 21:21:17.246 INFO E| Compiling unicode-width v0.1.13
22502024-07-18T21:21:18.781Z[ helios-setup] Jul 18 21:21:17.695 INFO E| Compiling atty v0.2.14
22512024-07-18T21:21:18.888Z[ helios-setup] Jul 18 21:21:17.801 INFO E| Compiling textwrap v0.11.0
22522024-07-18T21:21:19.174Z[ helios-setup] Jul 18 21:21:18.088 INFO E| Compiling bitflags v1.3.2
22532024-07-18T21:21:19.274Z[ helios-setup] Jul 18 21:21:18.187 INFO E| Compiling fletcher v0.1.0
22542024-07-18T21:21:19.545Z[ helios-setup] Jul 18 21:21:18.458 INFO E| Compiling ansi_term v0.12.1
22552024-07-18T21:21:19.971Z[ helios-setup] Jul 18 21:21:18.884 INFO E| Compiling parse_int v0.6.0
22562024-07-18T21:21:19.991Z[ helios-setup] Jul 18 21:21:18.905 INFO E| Compiling strsim v0.8.0
22572024-07-18T21:21:20.172Z[ helios-setup] Jul 18 21:21:19.079 INFO E| Compiling vec_map v0.8.2
22582024-07-18T21:21:20.432Z[ helios-setup] Jul 18 21:21:19.345 INFO E| Compiling strum v0.23.0
22592024-07-18T21:21:20.713Z[ helios-setup] Jul 18 21:21:19.626 INFO E| Compiling clap v2.34.0
22602024-07-18T21:21:20.803Z[ helios-setup] Jul 18 21:21:19.717 INFO E| Compiling log v0.4.22
22612024-07-18T21:21:20.879Z[ helios-setup] Jul 18 21:21:19.793 INFO E| Compiling plain v0.2.3
22622024-07-18T21:21:21.004Z[ helios-setup] Jul 18 21:21:19.917 INFO E| Compiling bytesize v1.3.0
22632024-07-18T21:21:23.544Z[ helios-setup] Jul 18 21:21:22.458 INFO E| Compiling serde_derive_internals v0.29.1
22642024-07-18T21:21:25.260Z[ helios-setup] Jul 18 21:21:24.173 INFO E| Compiling toml v0.5.11
22652024-07-18T21:21:26.193Z[ host-package] Compiling oso v0.27.3
22662024-07-18T21:21:27.726Z[ host-package] Compiling tabled v0.15.0
22672024-07-18T21:21:28.851Z[ helios-setup] Jul 18 21:21:27.764 INFO E| Compiling proc-macro-crate v0.1.5
22682024-07-18T21:21:29.743Z[ helios-setup] Jul 18 21:21:28.656 INFO E| Compiling thiserror-impl v1.0.63
22692024-07-18T21:21:29.823Z[ helios-setup] Jul 18 21:21:28.736 INFO E| Compiling serde_derive v1.0.204
22702024-07-18T21:21:30.779Z[ helios-setup] Jul 18 21:21:29.692 INFO E| Compiling schemars_derive v0.8.21
22712024-07-18T21:21:30.803Z[ helios-setup] Jul 18 21:21:29.715 INFO E| Compiling zerocopy-derive v0.6.6
22722024-07-18T21:21:34.367Z[ helios-setup] Jul 18 21:21:33.280 INFO E| Compiling zerocopy v0.6.6
22732024-07-18T21:21:35.633Z[ helios-setup] Jul 18 21:21:34.546 INFO E| Compiling pest v2.7.11
22742024-07-18T21:21:36.623Z[ helios-setup] Jul 18 21:21:35.536 INFO E| Compiling modular-bitfield-impl v0.11.2
22752024-07-18T21:21:36.623Z[ helios-setup] Jul 18 21:21:35.536 INFO E| Compiling num-derive v0.3.3
22762024-07-18T21:21:38.146Z[ helios-setup] Jul 18 21:21:37.058 INFO E| Compiling scroll_derive v0.10.5
22772024-07-18T21:21:41.198Z[ helios-setup] Jul 18 21:21:40.111 INFO E| Compiling pest_meta v2.7.11
22782024-07-18T21:21:41.457Z[ helios-setup] Jul 18 21:21:40.369 INFO E| Compiling strum_macros v0.23.1
22792024-07-18T21:21:41.503Z[ helios-setup] Jul 18 21:21:40.415 INFO E| Compiling scroll v0.10.2
22802024-07-18T21:21:41.661Z[ helios-setup] Jul 18 21:21:40.574 INFO E| Compiling structopt-derive v0.4.18
22812024-07-18T21:21:42.046Z[ helios-setup] Jul 18 21:21:40.958 INFO E| Compiling modular-bitfield v0.11.2
22822024-07-18T21:21:42.752Z[ helios-setup] Jul 18 21:21:41.664 INFO E| Compiling goblin v0.4.3
22832024-07-18T21:21:44.111Z[ helios-setup] Jul 18 21:21:43.021 INFO E| Compiling pest_generator v2.7.11
22842024-07-18T21:21:47.238Z[ helios-setup] Jul 18 21:21:46.150 INFO E| Compiling structopt v0.3.26
22852024-07-18T21:21:49.290Z[ helios-setup] Jul 18 21:21:48.202 INFO E| Compiling pest_derive v2.7.11
22862024-07-18T21:21:51.410Z[ host-package] Compiling env_logger v0.9.3
22872024-07-18T21:21:53.128Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22882024-07-18T21:21:53.948Z[ helios-setup] Jul 18 21:21:52.860 INFO E| Compiling json5 v0.4.1
22892024-07-18T21:21:57.609Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22902024-07-18T21:21:57.753Z[ host-package] Compiling bcs v0.1.6
22912024-07-18T21:21:58.295Z[ host-package] Compiling bitstruct_derive v0.1.0
22922024-07-18T21:21:59.520Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22932024-07-18T21:21:59.708Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
22942024-07-18T21:21:59.884Z[ helios-setup] Jul 18 21:21:58.796 INFO E| Compiling four-cc v0.3.0
22952024-07-18T21:21:59.884Z[ helios-setup] Jul 18 21:21:58.796 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
22962024-07-18T21:22:00.091Z[ host-package] Compiling highway v1.1.0
22972024-07-18T21:22:00.115Z[ helios-setup] Jul 18 21:21:59.027 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
22982024-07-18T21:22:00.295Z[ host-package] Compiling ascii v1.1.0
22992024-07-18T21:22:01.721Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23002024-07-18T21:22:01.983Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
23012024-07-18T21:22:02.510Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23022024-07-18T21:22:03.938Z[ host-package] Compiling bitstruct v0.1.1
23032024-07-18T21:22:04.114Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23042024-07-18T21:22:04.534Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23052024-07-18T21:22:05.368Z[ host-package] Compiling parking_lot v0.11.2
23062024-07-18T21:22:05.699Z[ host-package] Compiling nix v0.27.1
23072024-07-18T21:22:05.753Z[ host-package] Compiling trust-dns-client v0.22.0
23082024-07-18T21:22:06.444Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23092024-07-18T21:22:07.036Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
23102024-07-18T21:22:08.115Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23112024-07-18T21:22:09.461Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23122024-07-18T21:22:09.601Z[ host-package] Compiling curve25519-dalek v4.1.3
23132024-07-18T21:22:10.088Z[ host-package] Compiling kstat-rs v0.2.4
23142024-07-18T21:22:11.206Z[ host-package] Compiling serde_arrays v0.1.0
23152024-07-18T21:22:11.493Z[ host-package] Compiling toml v0.5.11
23162024-07-18T21:22:11.985Z[ host-package] Compiling serde-big-array v0.5.1
23172024-07-18T21:22:12.338Z[ host-package] Compiling erased-serde v0.3.31
23182024-07-18T21:22:13.316Z[ host-package] Compiling keccak v0.1.5
23192024-07-18T21:22:14.371Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23202024-07-18T21:22:14.526Z[ host-package] Compiling sha3 v0.10.8
23212024-07-18T21:22:15.892Z[ host-package] Compiling trust-dns-server v0.22.1
23222024-07-18T21:22:43.424Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23232024-07-18T21:22:44.368Z[ helios-setup] Jul 18 21:22:43.278 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
23242024-07-18T21:22:52.303Z[ host-package] Compiling sled v0.34.7
23252024-07-18T21:22:56.289Z[ host-package] Compiling mime_guess v2.0.4
23262024-07-18T21:23:01.044Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23272024-07-18T21:23:01.704Z[ helios-setup] Jul 18 21:23:00.613 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
23282024-07-18T21:23:04.047Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23292024-07-18T21:23:04.110Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
23302024-07-18T21:23:10.506Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23312024-07-18T21:23:23.430Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23322024-07-18T21:23:23.863Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23332024-07-18T21:23:25.302Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23342024-07-18T21:23:25.515Z[ host-package] Compiling signal-hook-tokio v0.3.1
23352024-07-18T21:23:25.848Z[ host-package] Compiling universal-hash v0.5.1
23362024-07-18T21:23:26.155Z[ host-package] Compiling heck v0.3.3
23372024-07-18T21:23:26.658Z[ host-package] Compiling secrecy v0.8.0
23382024-07-18T21:23:27.020Z[ host-package] Compiling rand_seeder v0.2.3
23392024-07-18T21:23:27.514Z[ host-package] Compiling castaway v0.2.2
23402024-07-18T21:23:27.809Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23412024-07-18T21:23:31.423Z[ host-package] Compiling nanorand v0.7.0
23422024-07-18T21:23:32.477Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23432024-07-18T21:23:33.162Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
23442024-07-18T21:23:33.656Z[ host-package] Compiling opaque-debug v0.3.1
23452024-07-18T21:23:34.056Z[ host-package] Compiling poly1305 v0.8.0
23462024-07-18T21:23:34.722Z[ host-package] Compiling flume v0.11.0
23472024-07-18T21:23:34.744Z[ host-package] Compiling thiserror-no-std v2.0.2
23482024-07-18T21:23:34.972Z[ host-package] Compiling compact_str v0.7.1
23492024-07-18T21:23:35.508Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23502024-07-18T21:23:35.888Z[ host-package] Compiling zone_cfg_derive v0.1.2
23512024-07-18T21:23:36.365Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23522024-07-18T21:23:37.023Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23532024-07-18T21:23:37.747Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23542024-07-18T21:23:47.108Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23552024-07-18T21:23:47.878Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23562024-07-18T21:23:50.371Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23572024-07-18T21:23:50.743Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23582024-07-18T21:23:51.123Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23592024-07-18T21:23:51.566Z[ host-package] Compiling chacha20 v0.9.1
23602024-07-18T21:23:52.044Z[ helios-setup] Jul 18 21:23:50.951 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s
23612024-07-18T21:23:52.082Z[ helios-setup] Jul 18 21:23:50.989 INFO building project "amd-host-image-builder" ok (194 seconds)
23622024-07-18T21:23:52.085Z[ helios-setup] Jul 18 21:23:50.989 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23632024-07-18T21:23:52.085Z[ helios-setup] Jul 18 21:23:50.989 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23642024-07-18T21:23:52.168Z[ host-package] Compiling unicode-truncate v1.0.0
23652024-07-18T21:23:52.526Z[ host-package] Compiling itertools v0.13.0
23662024-07-18T21:23:52.550Z[ helios-setup] Jul 18 21:23:51.456 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23672024-07-18T21:23:53.165Z[ helios-setup] Jul 18 21:23:52.072 INFO E| From https://github.com/jclulow/hiercmd
23682024-07-18T21:23:53.165Z[ helios-setup] Jul 18 21:23:52.072 INFO E| * [new branch] main -> origin/main
23692024-07-18T21:23:53.168Z[ helios-setup] Jul 18 21:23:52.072 INFO E| * [new ref] -> origin/HEAD
23702024-07-18T21:23:53.191Z[ helios-setup] Jul 18 21:23:52.097 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23712024-07-18T21:23:53.807Z[ helios-setup] Jul 18 21:23:52.714 INFO E| From https://github.com/jclulow/network-interface
23722024-07-18T21:23:53.810Z[ helios-setup] Jul 18 21:23:52.714 INFO E| * [new branch] illumos -> origin/illumos
23732024-07-18T21:23:53.810Z[ helios-setup] Jul 18 21:23:52.714 INFO E| * [new branch] main -> origin/main
23742024-07-18T21:23:53.810Z[ helios-setup] Jul 18 21:23:52.714 INFO E| * [new ref] -> origin/HEAD
23752024-07-18T21:23:53.832Z[ helios-setup] Jul 18 21:23:52.738 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23762024-07-18T21:23:54.042Z[ host-package] Compiling aead v0.5.2
23772024-07-18T21:23:54.398Z[ helios-setup] Jul 18 21:23:53.304 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23782024-07-18T21:23:54.398Z[ helios-setup] Jul 18 21:23:53.304 INFO E| * [new branch] compliance -> origin/compliance
23792024-07-18T21:23:54.400Z[ helios-setup] Jul 18 21:23:53.305 INFO E| * [new branch] libdlpi-sys -> origin/libdlpi-sys
23802024-07-18T21:23:54.400Z[ helios-setup] Jul 18 21:23:53.305 INFO E| * [new branch] main -> origin/main
23812024-07-18T21:23:54.400Z[ helios-setup] Jul 18 21:23:53.305 INFO E| * [new ref] -> origin/HEAD
23822024-07-18T21:23:54.439Z[ helios-setup] Jul 18 21:23:53.345 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23832024-07-18T21:23:54.467Z[ host-package] Compiling lru v0.12.3
23842024-07-18T21:23:54.906Z[ host-package] Compiling stability v0.2.0
23852024-07-18T21:23:55.105Z[ host-package] Compiling base64 v0.13.1
23862024-07-18T21:23:55.229Z[ helios-setup] Jul 18 21:23:54.135 INFO E| From https://github.com/oxidecomputer/facade
23872024-07-18T21:23:55.229Z[ helios-setup] Jul 18 21:23:54.135 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials
23882024-07-18T21:23:55.229Z[ helios-setup] Jul 18 21:23:54.135 INFO E| * [new branch] checklist -> origin/checklist
23892024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.136 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
23902024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.136 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
23912024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.136 INFO E| * [new branch] dramtest -> origin/dramtest
23922024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.136 INFO E| * [new branch] facts -> origin/facts
23932024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.136 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi
23942024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.137 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip
23952024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.137 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase
23962024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.137 INFO E| * [new branch] gimlet-f -> origin/gimlet-f
23972024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.137 INFO E| * [new branch] guardrails -> origin/guardrails
23982024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.137 INFO E| * [new branch] idcerts -> origin/idcerts
23992024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.138 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage
24002024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.138 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450
24012024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.138 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme
24022024-07-18T21:23:55.232Z[ helios-setup] Jul 18 21:23:54.138 INFO E| * [new branch] main -> origin/main
24032024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.138 INFO E| * [new branch] meanwell -> origin/meanwell
24042024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.138 INFO E| * [new branch] parents -> origin/parents
24052024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.139 INFO E| * [new branch] psc -> origin/psc
24062024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.139 INFO E| * [new branch] rackstatus -> origin/rackstatus
24072024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.139 INFO E| * [new branch] sessions -> origin/sessions
24082024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.139 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test
24092024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.139 INFO E| * [new branch] sshauth -> origin/sshauth
24102024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.140 INFO E| * [new branch] unsupervised -> origin/unsupervised
24112024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.140 INFO E| * [new branch] x11 -> origin/x11
24122024-07-18T21:23:55.235Z[ helios-setup] Jul 18 21:23:54.140 INFO E| * [new ref] -> origin/HEAD
24132024-07-18T21:23:55.358Z[ helios-setup] Jul 18 21:23:54.264 INFO E| Updating crates.io index
24142024-07-18T21:23:55.961Z[ helios-setup] Jul 18 21:23:54.867 INFO E| Downloading crates ...
24152024-07-18T21:23:55.964Z[ host-package] Compiling cassowary v0.3.0
24162024-07-18T21:23:55.992Z[ host-package] Compiling ron v0.7.1
24172024-07-18T21:23:56.134Z[ helios-setup] Jul 18 21:23:55.040 INFO E| Downloaded const-random-macro v0.1.15
24182024-07-18T21:23:56.139Z[ helios-setup] Jul 18 21:23:55.045 INFO E| Downloaded anstyle v0.3.5
24192024-07-18T21:23:56.207Z[ helios-setup] Jul 18 21:23:55.114 INFO E| Downloaded crossbeam-deque v0.8.2
24202024-07-18T21:23:56.210Z[ helios-setup] Jul 18 21:23:55.116 INFO E| Downloaded const-random v0.1.15
24212024-07-18T21:23:56.212Z[ helios-setup] Jul 18 21:23:55.118 INFO E| Downloaded schemars v0.8.12
24222024-07-18T21:23:56.233Z[ helios-setup] Jul 18 21:23:55.140 INFO E| Downloaded clap_lex v0.4.1
24232024-07-18T21:23:56.236Z[ helios-setup] Jul 18 21:23:55.142 INFO E| Downloaded want v0.3.0
24242024-07-18T21:23:56.239Z[ helios-setup] Jul 18 21:23:55.143 INFO E| Downloaded try-lock v0.2.4
24252024-07-18T21:23:56.239Z[ helios-setup] Jul 18 21:23:55.145 INFO E| Downloaded dyn-clone v1.0.11
24262024-07-18T21:23:56.241Z[ helios-setup] Jul 18 21:23:55.148 INFO E| Downloaded autocfg v1.1.0
24272024-07-18T21:23:56.244Z[ helios-setup] Jul 18 21:23:55.150 INFO E| Downloaded concolor-query v0.3.3
24282024-07-18T21:23:56.246Z[ helios-setup] Jul 18 21:23:55.152 INFO E| Downloaded project-root v0.2.2
24292024-07-18T21:23:56.249Z[ helios-setup] Jul 18 21:23:55.154 INFO E| Downloaded form_urlencoded v1.1.0
24302024-07-18T21:23:56.249Z[ helios-setup] Jul 18 21:23:55.156 INFO E| Downloaded num_enum v0.5.7
24312024-07-18T21:23:56.255Z[ helios-setup] Jul 18 21:23:55.162 INFO E| Downloaded concolor-override v1.0.0
24322024-07-18T21:23:56.258Z[ helios-setup] Jul 18 21:23:55.164 INFO E| Downloaded toolchain_find v0.2.0
24332024-07-18T21:23:56.262Z[ helios-setup] Jul 18 21:23:55.166 INFO E| Downloaded paste v1.0.12
24342024-07-18T21:23:56.265Z[ helios-setup] Jul 18 21:23:55.171 INFO E| Downloaded http-body v0.4.5
24352024-07-18T21:23:56.267Z[ helios-setup] Jul 18 21:23:55.174 INFO E| Downloaded time-core v0.1.0
24362024-07-18T21:23:56.269Z[ helios-setup] Jul 18 21:23:55.175 INFO E| Downloaded futures-macro v0.3.28
24372024-07-18T21:23:56.272Z[ helios-setup] Jul 18 21:23:55.177 INFO E| Downloaded slog-async v2.7.0
24382024-07-18T21:23:56.275Z[ helios-setup] Jul 18 21:23:55.181 INFO E| Downloaded signal-hook-registry v1.4.0
24392024-07-18T21:23:56.277Z[ helios-setup] Jul 18 21:23:55.183 INFO E| Downloaded smawk v0.3.1
24402024-07-18T21:23:56.280Z[ helios-setup] Jul 18 21:23:55.185 INFO E| Downloaded tokio-macros v2.0.0
24412024-07-18T21:23:56.282Z[ helios-setup] Jul 18 21:23:55.187 INFO E| Downloaded serde_path_to_error v0.1.11
24422024-07-18T21:23:56.286Z[ helios-setup] Jul 18 21:23:55.191 INFO E| Downloaded sha2 v0.10.6
24432024-07-18T21:23:56.289Z[ helios-setup] Jul 18 21:23:55.195 INFO E| Downloaded rustls-pemfile v1.0.2
24442024-07-18T21:23:56.292Z[ helios-setup] Jul 18 21:23:55.199 INFO E| Downloaded num_cpus v1.15.0
24452024-07-18T21:23:56.296Z[ helios-setup] Jul 18 21:23:55.203 INFO E| Downloaded slog-bunyan v2.4.0
24462024-07-18T21:23:56.299Z[ helios-setup] Jul 18 21:23:55.205 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24472024-07-18T21:23:56.303Z[ helios-setup] Jul 18 21:23:55.209 INFO E| Downloaded textwrap v0.16.0
24482024-07-18T21:23:56.308Z[ helios-setup] Jul 18 21:23:55.213 INFO E| Downloaded scopeguard v1.1.0
24492024-07-18T21:23:56.311Z[ helios-setup] Jul 18 21:23:55.216 INFO E| Downloaded thiserror v1.0.38
24502024-07-18T21:23:56.317Z[ helios-setup] Jul 18 21:23:55.224 INFO E| Downloaded toml_datetime v0.6.1
24512024-07-18T21:23:56.320Z[ helios-setup] Jul 18 21:23:55.226 INFO E| Downloaded tempfile v3.5.0
24522024-07-18T21:23:56.324Z[ helios-setup] Jul 18 21:23:55.230 INFO E| Downloaded semver v0.11.0
24532024-07-18T21:23:56.327Z[ helios-setup] Jul 18 21:23:55.234 INFO E| Downloaded sct v0.7.0
24542024-07-18T21:23:56.333Z[ helios-setup] Jul 18 21:23:55.239 INFO E| Downloaded tokio-tungstenite v0.18.0
24552024-07-18T21:23:56.339Z[ helios-setup] Jul 18 21:23:55.244 INFO E| Downloaded smartstring v1.0.1
24562024-07-18T21:23:56.350Z[ helios-setup] Jul 18 21:23:55.248 INFO E| Downloaded semver v1.0.17
24572024-07-18T21:23:56.358Z[ helios-setup] Jul 18 21:23:55.253 INFO E| Downloaded thiserror-impl v1.0.38
24582024-07-18T21:23:56.358Z[ helios-setup] Jul 18 21:23:55.255 INFO E| Downloaded time v0.1.45
24592024-07-18T21:23:56.358Z[ helios-setup] Jul 18 21:23:55.257 INFO E| Downloaded semver-parser v0.10.2
24602024-07-18T21:23:56.363Z[ helios-setup] Jul 18 21:23:55.261 INFO E| Downloaded num_enum_derive v0.5.7
24612024-07-18T21:23:56.363Z[ helios-setup] Jul 18 21:23:55.262 INFO E| Downloaded serde_derive_internals v0.26.0
24622024-07-18T21:23:56.363Z[ helios-setup] Jul 18 21:23:55.265 INFO E| Downloaded unicode-ident v1.0.8
24632024-07-18T21:23:56.367Z[ helios-setup] Jul 18 21:23:55.271 INFO E| Downloaded socket2 v0.4.9
24642024-07-18T21:23:56.370Z[ helios-setup] Jul 18 21:23:55.274 INFO E| Downloaded toml v0.7.3
24652024-07-18T21:23:56.374Z[ helios-setup] Jul 18 21:23:55.280 INFO E| Downloaded ucd-trie v0.1.5
24662024-07-18T21:23:56.377Z[ helios-setup] Jul 18 21:23:55.283 INFO E| Downloaded crossbeam-epoch v0.9.13
24672024-07-18T21:23:56.381Z[ helios-setup] Jul 18 21:23:55.288 INFO E| Downloaded unicode-bidi v0.3.13
24682024-07-18T21:23:56.386Z[ helios-setup] Jul 18 21:23:55.292 INFO E| Downloaded ryu v1.0.13
24692024-07-18T21:23:56.401Z[ helios-setup] Jul 18 21:23:55.298 INFO E| Downloaded serde_yaml v0.9.21
24702024-07-18T21:23:56.409Z[ helios-setup] Jul 18 21:23:55.305 INFO E| Downloaded url v2.3.1
24712024-07-18T21:23:56.409Z[ helios-setup] Jul 18 21:23:55.310 INFO E| Downloaded uuid v1.3.0
24722024-07-18T21:23:56.414Z[ helios-setup] Jul 18 21:23:55.317 INFO E| Downloaded serde_derive v1.0.152
24732024-07-18T21:23:56.418Z[ helios-setup] Jul 18 21:23:55.323 INFO E| Downloaded tracing v0.1.37
24742024-07-18T21:23:56.426Z[ helios-setup] Jul 18 21:23:55.331 INFO E| Downloaded serde v1.0.152
24752024-07-18T21:23:56.431Z[ helios-setup] Jul 18 21:23:55.337 INFO E| Downloaded unicode-linebreak v0.1.4
24762024-07-18T21:23:56.435Z[ helios-setup] Jul 18 21:23:55.341 INFO E| Downloaded toml_edit v0.19.8
24772024-07-18T21:23:56.516Z[ helios-setup] Jul 18 21:23:55.417 INFO E| Downloaded unicode-normalization v0.1.22
24782024-07-18T21:23:56.520Z[ helios-setup] Jul 18 21:23:55.423 INFO E| Downloaded serde_json v1.0.95
24792024-07-18T21:23:56.531Z[ helios-setup] Jul 18 21:23:55.437 INFO E| Downloaded winnow v0.4.1
24802024-07-18T21:23:56.554Z[ helios-setup] Jul 18 21:23:55.452 INFO E| Downloaded mio v0.8.5
24812024-07-18T21:23:56.565Z[ helios-setup] Jul 18 21:23:55.461 INFO E| Downloaded syn v2.0.13
24822024-07-18T21:23:56.571Z[ helios-setup] Jul 18 21:23:55.478 INFO E| Downloaded http v0.2.9
24832024-07-18T21:23:56.578Z[ helios-setup] Jul 18 21:23:55.484 INFO E| Downloaded tokio v1.27.0
24842024-07-18T21:23:56.631Z[ helios-setup] Jul 18 21:23:55.537 INFO E| Downloaded syn v1.0.107
24852024-07-18T21:23:56.659Z[ helios-setup] Jul 18 21:23:55.557 INFO E| Downloaded clap_builder v4.2.1
24862024-07-18T21:23:56.670Z[ helios-setup] Jul 18 21:23:55.568 INFO E| Downloaded reqwest v0.11.16
24872024-07-18T21:23:56.675Z[ helios-setup] Jul 18 21:23:55.581 INFO E| Downloaded rayon v1.6.1
24882024-07-18T21:23:56.697Z[ helios-setup] Jul 18 21:23:55.604 INFO E| Downloaded h2 v0.3.16
24892024-07-18T21:23:56.712Z[ helios-setup] Jul 18 21:23:55.619 INFO E| Downloaded hyper v0.14.25
24902024-07-18T21:23:56.726Z[ helios-setup] Jul 18 21:23:55.632 INFO E| Downloaded git2 v0.16.1
24912024-07-18T21:23:56.737Z[ helios-setup] Jul 18 21:23:55.644 INFO E| Downloaded futures-util v0.3.28
24922024-07-18T21:23:56.755Z[ helios-setup] Jul 18 21:23:55.661 INFO E| Downloaded chrono v0.4.24
24932024-07-18T21:23:56.771Z[ helios-setup] Jul 18 21:23:55.677 INFO E| Downloaded rustls v0.21.0
24942024-07-18T21:23:56.788Z[ helios-setup] Jul 18 21:23:55.694 INFO E| Downloaded regress v0.5.0
24952024-07-18T21:23:56.798Z[ helios-setup] Jul 18 21:23:55.705 INFO E| Downloaded rustix v0.37.3
24962024-07-18T21:23:56.830Z[ helios-setup] Jul 18 21:23:55.736 INFO E| Downloaded rhai v1.14.0
24972024-07-18T21:23:56.849Z[ helios-setup] Jul 18 21:23:55.755 INFO E| Downloaded openapiv3 v1.0.2
24982024-07-18T21:23:56.887Z[ helios-setup] Jul 18 21:23:55.792 INFO E| Downloaded regex v1.7.3
24992024-07-18T21:23:56.900Z[ helios-setup] Jul 18 21:23:55.806 INFO E| Downloaded pest v2.5.7
25002024-07-18T21:23:56.917Z[ helios-setup] Jul 18 21:23:55.815 INFO E| Downloaded crossbeam-channel v0.5.6
25012024-07-18T21:23:56.939Z[ helios-setup] Jul 18 21:23:55.823 INFO E| Downloaded aho-corasick v0.7.20
25022024-07-18T21:23:56.939Z[ helios-setup] Jul 18 21:23:55.830 INFO E| Downloaded time v0.3.20
25032024-07-18T21:23:56.940Z[ helios-setup] Jul 18 21:23:55.841 INFO E| Downloaded libc v0.2.139
25042024-07-18T21:23:56.943Z[ host-package] Compiling ratatui v0.27.0
25052024-07-18T21:23:56.984Z[ helios-setup] Jul 18 21:23:55.890 INFO E| Downloaded tokio-util v0.7.7
25062024-07-18T21:23:56.997Z[ helios-setup] Jul 18 21:23:55.903 INFO E| Downloaded rayon-core v1.10.2
25072024-07-18T21:23:57.003Z[ helios-setup] Jul 18 21:23:55.909 INFO E| Downloaded futures v0.3.28
25082024-07-18T21:23:57.016Z[ helios-setup] Jul 18 21:23:55.919 INFO E| Downloaded cc v1.0.78
25092024-07-18T21:23:57.019Z[ helios-setup] Jul 18 21:23:55.923 INFO E| Downloaded unsafe-libyaml v0.2.8
25102024-07-18T21:23:57.024Z[ helios-setup] Jul 18 21:23:55.930 INFO E| Downloaded tungstenite v0.18.0
25112024-07-18T21:23:57.030Z[ helios-setup] Jul 18 21:23:55.936 INFO E| Downloaded tracing-core v0.1.30
25122024-07-18T21:23:57.034Z[ helios-setup] Jul 18 21:23:55.940 INFO E| Downloaded rustls-webpki v0.100.1
25132024-07-18T21:23:57.049Z[ helios-setup] Jul 18 21:23:55.953 INFO E| Downloaded proc-macro2 v1.0.56
25142024-07-18T21:23:57.051Z[ helios-setup] Jul 18 21:23:55.958 INFO E| Downloaded either v1.8.0
25152024-07-18T21:23:57.055Z[ helios-setup] Jul 18 21:23:55.960 INFO E| Downloaded memchr v2.5.0
25162024-07-18T21:23:57.061Z[ helios-setup] Jul 18 21:23:55.968 INFO E| Downloaded bytes v1.4.0
25172024-07-18T21:23:57.068Z[ helios-setup] Jul 18 21:23:55.975 INFO E| Downloaded clap v4.2.1
25182024-07-18T21:23:57.086Z[ helios-setup] Jul 18 21:23:55.992 INFO E| Downloaded anyhow v1.0.68
25192024-07-18T21:23:57.098Z[ helios-setup] Jul 18 21:23:56.003 INFO E| Downloaded parking_lot v0.12.1
25202024-07-18T21:23:57.102Z[ helios-setup] Jul 18 21:23:56.008 INFO E| Downloaded num-traits v0.2.15
25212024-07-18T21:23:57.107Z[ helios-setup] Jul 18 21:23:56.013 INFO E| Downloaded tokio-rustls v0.24.0
25222024-07-18T21:23:57.110Z[ helios-setup] Jul 18 21:23:56.016 INFO E| Downloaded rhai_codegen v1.5.0
25232024-07-18T21:23:57.143Z[ helios-setup] Jul 18 21:23:56.049 INFO E| Downloaded parking_lot_core v0.9.6
25242024-07-18T21:23:57.146Z[ helios-setup] Jul 18 21:23:56.053 INFO E| Downloaded encoding_rs v0.8.32
25252024-07-18T21:23:57.202Z[ helios-setup] Jul 18 21:23:56.101 INFO E| Downloaded num-integer v0.1.45
25262024-07-18T21:23:57.206Z[ helios-setup] Jul 18 21:23:56.104 INFO E| Downloaded log v0.4.17
25272024-07-18T21:23:57.206Z[ helios-setup] Jul 18 21:23:56.108 INFO E| Downloaded schemars_derive v0.8.12
25282024-07-18T21:23:57.206Z[ helios-setup] Jul 18 21:23:56.111 INFO E| Downloaded crossbeam-utils v0.8.14
25292024-07-18T21:23:57.210Z[ helios-setup] Jul 18 21:23:56.115 INFO E| Downloaded ahash v0.8.3
25302024-07-18T21:23:57.213Z[ helios-setup] Jul 18 21:23:56.120 INFO E| Downloaded clap_derive v4.2.0
25312024-07-18T21:23:57.217Z[ helios-setup] Jul 18 21:23:56.123 INFO E| Downloaded camino v1.1.4
25322024-07-18T21:23:57.220Z[ helios-setup] Jul 18 21:23:56.127 INFO E| Downloaded base64 v0.21.0
25332024-07-18T21:23:57.226Z[ helios-setup] Jul 18 21:23:56.132 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25342024-07-18T21:23:57.324Z[ helios-setup] Jul 18 21:23:56.229 INFO E| Downloaded time-macros v0.2.8
25352024-07-18T21:23:57.327Z[ helios-setup] Jul 18 21:23:56.233 INFO E| Downloaded quote v1.0.26
25362024-07-18T21:23:57.331Z[ helios-setup] Jul 18 21:23:56.237 INFO E| Downloaded pin-project-lite v0.2.9
25372024-07-18T21:23:57.348Z[ helios-setup] Jul 18 21:23:56.246 INFO E| Downloaded ipnet v2.7.2
25382024-07-18T21:23:57.351Z[ helios-setup] Jul 18 21:23:56.249 INFO E| Downloaded getrandom v0.2.8
25392024-07-18T21:23:57.351Z[ helios-setup] Jul 18 21:23:56.253 INFO E| Downloaded anstyle-parse v0.1.1
25402024-07-18T21:23:57.351Z[ helios-setup] Jul 18 21:23:56.256 INFO E| Downloaded smallvec v1.10.0
25412024-07-18T21:23:57.370Z[ helios-setup] Jul 18 21:23:56.274 INFO E| Downloaded serde_tokenstream v0.2.0
25422024-07-18T21:23:57.373Z[ helios-setup] Jul 18 21:23:56.279 INFO E| Downloaded libz-sys v1.1.8
25432024-07-18T21:23:57.458Z[ helios-setup] Jul 18 21:23:56.361 INFO E| Downloaded futures-channel v0.3.28
25442024-07-18T21:23:57.463Z[ helios-setup] Jul 18 21:23:56.365 INFO E| Downloaded once_cell v1.17.0
25452024-07-18T21:23:57.467Z[ helios-setup] Jul 18 21:23:56.369 INFO E| Downloaded io-lifetimes v1.0.10
25462024-07-18T21:23:57.473Z[ helios-setup] Jul 18 21:23:56.372 INFO E| Downloaded futures-executor v0.3.28
25472024-07-18T21:23:57.473Z[ helios-setup] Jul 18 21:23:56.375 INFO E| Downloaded bincode v1.3.3
25482024-07-18T21:23:57.475Z[ helios-setup] Jul 18 21:23:56.378 INFO E| Downloaded terminal_size v0.2.6
25492024-07-18T21:23:57.475Z[ helios-setup] Jul 18 21:23:56.380 INFO E| Downloaded slab v0.4.7
25502024-07-18T21:23:57.478Z[ helios-setup] Jul 18 21:23:56.382 INFO E| Downloaded pkg-config v0.3.26
25512024-07-18T21:23:57.478Z[ helios-setup] Jul 18 21:23:56.385 INFO E| Downloaded lock_api v0.4.9
25522024-07-18T21:23:57.483Z[ helios-setup] Jul 18 21:23:56.387 INFO E| Downloaded cargo-lock v8.0.3
25532024-07-18T21:23:57.490Z[ helios-setup] Jul 18 21:23:56.391 INFO E| Downloaded byteorder v1.4.3
25542024-07-18T21:23:57.502Z[ helios-setup] Jul 18 21:23:56.394 INFO E| Downloaded jobserver v0.1.26
25552024-07-18T21:23:57.502Z[ helios-setup] Jul 18 21:23:56.396 INFO E| Downloaded is-terminal v0.4.7
25562024-07-18T21:23:57.502Z[ helios-setup] Jul 18 21:23:56.398 INFO E| Downloaded memoffset v0.7.1
25572024-07-18T21:23:57.511Z[ helios-setup] Jul 18 21:23:56.400 INFO E| Downloaded iana-time-zone v0.1.56
25582024-07-18T21:23:57.511Z[ helios-setup] Jul 18 21:23:56.403 INFO E| Downloaded httpdate v1.0.2
25592024-07-18T21:23:57.511Z[ helios-setup] Jul 18 21:23:56.405 INFO E| Downloaded futures-sink v0.3.28
25602024-07-18T21:23:57.511Z[ helios-setup] Jul 18 21:23:56.406 INFO E| Downloaded futures-io v0.3.28
25612024-07-18T21:23:57.511Z[ helios-setup] Jul 18 21:23:56.408 INFO E| Downloaded futures-core v0.3.28
25622024-07-18T21:23:57.511Z[ helios-setup] Jul 18 21:23:56.410 INFO E| Downloaded async-trait v0.1.68
25632024-07-18T21:23:57.515Z[ helios-setup] Jul 18 21:23:56.415 INFO E| Downloaded fastrand v1.9.0
25642024-07-18T21:23:57.520Z[ helios-setup] Jul 18 21:23:56.427 INFO E| Downloaded digest v0.10.6
25652024-07-18T21:23:57.525Z[ helios-setup] Jul 18 21:23:56.429 INFO E| Downloaded sha1 v0.10.5
25662024-07-18T21:23:57.528Z[ helios-setup] Jul 18 21:23:56.432 INFO E| Downloaded strsim v0.10.0
25672024-07-18T21:23:57.528Z[ helios-setup] Jul 18 21:23:56.434 INFO E| Downloaded serde_spanned v0.6.1
25682024-07-18T21:23:57.531Z[ helios-setup] Jul 18 21:23:56.435 INFO E| Downloaded rustfmt-wrapper v0.2.0
25692024-07-18T21:23:57.531Z[ helios-setup] Jul 18 21:23:56.437 INFO E| Downloaded percent-encoding v2.2.0
25702024-07-18T21:23:57.534Z[ helios-setup] Jul 18 21:23:56.438 INFO E| Downloaded home v0.5.4
25712024-07-18T21:23:57.534Z[ helios-setup] Jul 18 21:23:56.439 INFO E| Downloaded futures-task v0.3.28
25722024-07-18T21:23:57.538Z[ helios-setup] Jul 18 21:23:56.441 INFO E| Downloaded proc-macro-crate v1.2.1
25732024-07-18T21:23:57.538Z[ helios-setup] Jul 18 21:23:56.443 INFO E| Downloaded lazy_static v1.4.0
25742024-07-18T21:23:57.538Z[ helios-setup] Jul 18 21:23:56.445 INFO E| Downloaded itoa v1.0.6
25752024-07-18T21:23:57.541Z[ helios-setup] Jul 18 21:23:56.447 INFO E| Downloaded built v0.6.0
25762024-07-18T21:23:57.553Z[ helios-setup] Jul 18 21:23:56.449 INFO E| Downloaded anstream v0.2.6
25772024-07-18T21:23:57.553Z[ helios-setup] Jul 18 21:23:56.452 INFO E| Downloaded ahash v0.7.6
25782024-07-18T21:23:57.984Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling proc-macro2 v1.0.56
25792024-07-18T21:23:57.984Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling libc v0.2.139
25802024-07-18T21:23:57.984Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling quote v1.0.26
25812024-07-18T21:23:57.987Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling unicode-ident v1.0.8
25822024-07-18T21:23:57.987Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling syn v1.0.107
25832024-07-18T21:23:57.987Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling autocfg v1.1.0
25842024-07-18T21:23:57.987Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling serde_derive v1.0.152
25852024-07-18T21:23:57.987Z[ helios-setup] Jul 18 21:23:56.882 INFO E| Compiling cfg-if v1.0.0
25862024-07-18T21:23:58.741Z[ helios-setup] Jul 18 21:23:57.648 INFO E| Compiling version_check v0.9.4
25872024-07-18T21:23:58.741Z[ helios-setup] Jul 18 21:23:57.648 INFO E| Compiling serde v1.0.152
25882024-07-18T21:24:00.121Z[ helios-setup] Jul 18 21:23:59.026 INFO E| Compiling memchr v2.5.0
25892024-07-18T21:24:00.541Z[ helios-setup] Jul 18 21:23:59.445 INFO E| Compiling once_cell v1.17.0
25902024-07-18T21:24:00.729Z[ helios-setup] Jul 18 21:23:59.628 INFO E| Compiling log v0.4.17
25912024-07-18T21:24:00.729Z[ helios-setup] Jul 18 21:23:59.629 INFO E| Compiling thiserror v1.0.38
25922024-07-18T21:24:01.146Z[ host-package] Compiling chacha20poly1305 v0.10.1
25932024-07-18T21:24:01.598Z[ helios-setup] Jul 18 21:24:00.497 INFO E| Compiling serde_json v1.0.95
25942024-07-18T21:24:02.057Z[ helios-setup] Jul 18 21:24:00.962 INFO E| Compiling itoa v1.0.6
25952024-07-18T21:24:02.066Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25962024-07-18T21:24:02.533Z[ helios-setup] Jul 18 21:24:01.438 INFO E| Compiling getrandom v0.2.8
25972024-07-18T21:24:02.693Z[ helios-setup] Jul 18 21:24:01.593 INFO E| Compiling jobserver v0.1.26
25982024-07-18T21:24:03.436Z[ helios-setup] Jul 18 21:24:02.333 INFO E| Compiling syn v2.0.13
25992024-07-18T21:24:03.551Z[ helios-setup] Jul 18 21:24:02.457 INFO E| Compiling cc v1.0.78
26002024-07-18T21:24:03.927Z[ helios-setup] Jul 18 21:24:02.832 INFO E| Compiling indexmap v1.9.3
26012024-07-18T21:24:04.114Z[ helios-setup] Jul 18 21:24:03.014 INFO E| Compiling scopeguard v1.1.0
26022024-07-18T21:24:04.189Z[ helios-setup] Jul 18 21:24:03.095 INFO E| Compiling pin-project-lite v0.2.9
26032024-07-18T21:24:04.698Z[ helios-setup] Jul 18 21:24:03.596 INFO E| Compiling num-integer v0.1.45
26042024-07-18T21:24:04.784Z[ helios-setup] Jul 18 21:24:03.690 INFO E| Compiling bytes v1.4.0
26052024-07-18T21:24:04.787Z[ helios-setup] Jul 18 21:24:03.691 INFO E| Compiling futures-core v0.3.28
26062024-07-18T21:24:05.589Z[ helios-setup] Jul 18 21:24:04.495 INFO E| Compiling ryu v1.0.13
26072024-07-18T21:24:06.939Z[ host-package] Compiling zone v0.1.8
26082024-07-18T21:24:07.135Z[ helios-setup] Jul 18 21:24:06.040 INFO E| Compiling lock_api v0.4.9
26092024-07-18T21:24:07.274Z[ helios-setup] Jul 18 21:24:06.179 INFO E| Compiling bitflags v1.3.2
26102024-07-18T21:24:07.466Z[ helios-setup] Jul 18 21:24:06.372 INFO E| Compiling typenum v1.16.0
26112024-07-18T21:24:07.508Z[ helios-setup] Jul 18 21:24:06.414 INFO E| Compiling parking_lot_core v0.9.6
26122024-07-18T21:24:07.720Z[ helios-setup] Jul 18 21:24:06.625 INFO E| Compiling num_cpus v1.15.0
26132024-07-18T21:24:08.156Z[ helios-setup] Jul 18 21:24:07.061 INFO E| Compiling slab v0.4.7
26142024-07-18T21:24:08.217Z[ helios-setup] Jul 18 21:24:07.118 INFO E| Compiling generic-array v0.14.6
26152024-07-18T21:24:08.217Z[ helios-setup] Jul 18 21:24:07.118 INFO E| Compiling futures-sink v0.3.28
26162024-07-18T21:24:08.615Z[ helios-setup] Jul 18 21:24:07.517 INFO E| Compiling futures-channel v0.3.28
26172024-07-18T21:24:08.787Z[ helios-setup] Jul 18 21:24:07.693 INFO E| Compiling futures-task v0.3.28
26182024-07-18T21:24:09.408Z[ helios-setup] Jul 18 21:24:08.314 INFO E| Compiling tokio v1.27.0
26192024-07-18T21:24:09.745Z[ helios-setup] Jul 18 21:24:08.646 INFO E| Compiling futures-util v0.3.28
26202024-07-18T21:24:09.858Z[ helios-setup] Jul 18 21:24:08.764 INFO E| Compiling schemars v0.8.12
26212024-07-18T21:24:10.858Z[ helios-setup] Jul 18 21:24:09.763 INFO E| Compiling mio v0.8.5
26222024-07-18T21:24:10.996Z[ helios-setup] Jul 18 21:24:09.902 INFO E| Compiling socket2 v0.4.9
26232024-07-18T21:24:11.074Z[ helios-setup] Jul 18 21:24:09.980 INFO E| Compiling signal-hook-registry v1.4.0
26242024-07-18T21:24:11.345Z[ helios-setup] Jul 18 21:24:10.248 INFO E| Compiling num-traits v0.2.15
26252024-07-18T21:24:11.489Z[ host-package] Compiling vsss-rs v3.3.4
26262024-07-18T21:24:11.527Z[ helios-setup] Jul 18 21:24:10.430 INFO E| Compiling ahash v0.7.6
26272024-07-18T21:24:12.313Z[ helios-setup] Jul 18 21:24:11.217 INFO E| Compiling io-lifetimes v1.0.10
26282024-07-18T21:24:12.465Z[ helios-setup] Jul 18 21:24:11.371 INFO E| Compiling pin-utils v0.1.0
26292024-07-18T21:24:12.674Z[ helios-setup] Jul 18 21:24:11.579 INFO E| Compiling futures-io v0.3.28
26302024-07-18T21:24:13.141Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26312024-07-18T21:24:13.736Z[ helios-setup] Jul 18 21:24:12.618 INFO E| Compiling crunchy v0.2.2
26322024-07-18T21:24:14.551Z[ helios-setup] Jul 18 21:24:13.457 INFO E| Compiling ahash v0.8.3
26332024-07-18T21:24:14.696Z[ helios-setup] Jul 18 21:24:13.601 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26342024-07-18T21:24:15.190Z[ helios-setup] Jul 18 21:24:14.095 INFO E| Compiling tiny-keccak v2.0.2
26352024-07-18T21:24:15.479Z[ helios-setup] Jul 18 21:24:14.385 INFO E| Compiling serde_derive_internals v0.26.0
26362024-07-18T21:24:19.757Z[ helios-setup] Jul 18 21:24:14.906 INFO E| Compiling hashbrown v0.12.3
26372024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:15.107 INFO E| Compiling rustix v0.37.3
26382024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:15.541 INFO E| Compiling block-buffer v0.10.3
26392024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:15.812 INFO E| Compiling crypto-common v0.1.6
26402024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:17.276 INFO E| Compiling errno v0.3.1
26412024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:17.731 INFO E| Compiling fnv v1.0.7
26422024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:17.895 INFO E| Compiling pkg-config v0.3.26
26432024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:18.061 INFO E| Compiling slog v2.7.0
26442024-07-18T21:24:19.859Z[ helios-setup] Jul 18 21:24:18.242 INFO E| Compiling crossbeam-utils v0.8.14
26452024-07-18T21:24:20.099Z[ helios-setup] Jul 18 21:24:19.000 INFO E| Compiling http v0.2.9
26462024-07-18T21:24:20.614Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26472024-07-18T21:24:21.932Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26482024-07-18T21:24:22.709Z[ helios-setup] Jul 18 21:24:21.614 INFO E| Compiling digest v0.10.6
26492024-07-18T21:24:22.797Z[ helios-setup] Jul 18 21:24:21.702 INFO E| Compiling aho-corasick v0.7.20
26502024-07-18T21:24:23.723Z[ helios-setup] Jul 18 21:24:22.627 INFO E| Compiling anyhow v1.0.68
26512024-07-18T21:24:24.525Z[ helios-setup] Jul 18 21:24:23.429 INFO E| Compiling percent-encoding v2.2.0
26522024-07-18T21:24:24.767Z[ helios-setup] Jul 18 21:24:23.672 INFO E| Compiling unicode-width v0.1.10
26532024-07-18T21:24:25.347Z[ helios-setup] Jul 18 21:24:24.252 INFO E| Compiling tinyvec_macros v0.1.1
26542024-07-18T21:24:25.601Z[ helios-setup] Jul 18 21:24:24.506 INFO E| Compiling cpufeatures v0.2.5
26552024-07-18T21:24:25.710Z[ helios-setup] Jul 18 21:24:24.615 INFO E| Compiling regex-syntax v0.6.29
26562024-07-18T21:24:25.864Z[ helios-setup] Jul 18 21:24:24.769 INFO E| Compiling heck v0.4.1
26572024-07-18T21:24:25.892Z[ helios-setup] Jul 18 21:24:24.797 INFO E| Compiling httparse v1.8.0
26582024-07-18T21:24:26.403Z[ helios-setup] Jul 18 21:24:25.306 INFO E| Compiling tinyvec v1.6.0
26592024-07-18T21:24:26.691Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26602024-07-18T21:24:26.799Z[ helios-setup] Jul 18 21:24:25.704 INFO E| Compiling const-random-macro v0.1.15
26612024-07-18T21:24:27.521Z[ helios-setup] Jul 18 21:24:26.426 INFO E| Compiling form_urlencoded v1.1.0
26622024-07-18T21:24:27.991Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26632024-07-18T21:24:28.415Z[ helios-setup] Jul 18 21:24:27.319 INFO E| Compiling thiserror-impl v1.0.38
26642024-07-18T21:24:28.689Z[ helios-setup] Jul 18 21:24:27.594 INFO E| Compiling futures-macro v0.3.28
26652024-07-18T21:24:28.821Z[ helios-setup] Jul 18 21:24:27.725 INFO E| Compiling tokio-macros v2.0.0
26662024-07-18T21:24:29.862Z[ helios-setup] Jul 18 21:24:28.767 INFO E| Compiling schemars_derive v0.8.12
26672024-07-18T21:24:30.583Z[ helios-setup] Jul 18 21:24:29.488 INFO E| Compiling hashbrown v0.13.2
26682024-07-18T21:24:30.956Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26692024-07-18T21:24:31.875Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26702024-07-18T21:24:32.002Z[ helios-setup] Jul 18 21:24:30.907 INFO E| Compiling libz-sys v1.1.8
26712024-07-18T21:24:32.762Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26722024-07-18T21:24:33.188Z[ helios-setup] Jul 18 21:24:32.093 INFO E| Compiling regex v1.7.3
26732024-07-18T21:24:33.520Z[ helios-setup] Jul 18 21:24:32.424 INFO E| Compiling chrono v0.4.24
26742024-07-18T21:24:36.799Z[ helios-setup] Jul 18 21:24:35.704 INFO E| Compiling uuid v1.3.0
26752024-07-18T21:24:37.578Z[ helios-setup] Jul 18 21:24:36.482 INFO E| Compiling dyn-clone v1.0.11
26762024-07-18T21:24:38.057Z[ helios-setup] Jul 18 21:24:36.956 INFO E| Compiling regress v0.5.0
26772024-07-18T21:24:38.194Z[ helios-setup] Jul 18 21:24:37.098 INFO E| Compiling unicode-normalization v0.1.22
26782024-07-18T21:24:38.627Z[ host-package] Compiling portpicker v0.1.1
26792024-07-18T21:24:39.523Z[ helios-setup] Jul 18 21:24:38.428 INFO E| Compiling const-random v0.1.15
26802024-07-18T21:24:39.883Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
26812024-07-18T21:24:40.041Z[ host-package] Compiling csv-core v0.1.11
26822024-07-18T21:24:40.281Z[ helios-setup] Jul 18 21:24:39.186 INFO E| Compiling getopts v0.2.21
26832024-07-18T21:24:41.148Z[ helios-setup] Jul 18 21:24:40.053 INFO E| Compiling tracing-core v0.1.30
26842024-07-18T21:24:41.792Z[ helios-setup] Jul 18 21:24:40.696 INFO E| Compiling memoffset v0.7.1
26852024-07-18T21:24:41.886Z[ host-package] Compiling smawk v0.3.2
26862024-07-18T21:24:42.413Z[ host-package] Compiling http-range v0.1.5
26872024-07-18T21:24:42.750Z[ helios-setup] Jul 18 21:24:41.655 INFO E| Compiling ucd-trie v0.1.5
26882024-07-18T21:24:43.618Z[ helios-setup] Jul 18 21:24:42.522 INFO E| Compiling unicode-bidi v0.3.13
26892024-07-18T21:24:43.883Z[ host-package] Compiling unicode-linebreak v0.1.5
26902024-07-18T21:24:44.033Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26912024-07-18T21:24:44.617Z[ helios-setup] Jul 18 21:24:43.522 INFO E| Compiling time-core v0.1.0
26922024-07-18T21:24:44.846Z[ host-package] Compiling textwrap v0.16.1
26932024-07-18T21:24:44.893Z[ helios-setup] Jul 18 21:24:43.798 INFO E| Compiling time-macros v0.2.8
26942024-07-18T21:24:45.342Z[ host-package] Compiling hyper-staticfile v0.9.5
26952024-07-18T21:24:45.956Z[ helios-setup] Jul 18 21:24:44.861 INFO E| Compiling idna v0.3.0
26962024-07-18T21:24:46.465Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26972024-07-18T21:24:49.328Z[ helios-setup] Jul 18 21:24:48.232 INFO E| Compiling pest v2.5.7
26982024-07-18T21:24:50.054Z[ helios-setup] Jul 18 21:24:48.958 INFO E| Compiling tracing v0.1.37
26992024-07-18T21:24:51.268Z[ helios-setup] Jul 18 21:24:50.172 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27002024-07-18T21:24:51.289Z[ host-package] Compiling csv v1.3.0
27012024-07-18T21:24:52.157Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
27022024-07-18T21:24:52.729Z[ helios-setup] Jul 18 21:24:51.633 INFO E| Compiling time v0.1.45
27032024-07-18T21:24:53.774Z[ helios-setup] Jul 18 21:24:52.678 INFO E| Compiling crossbeam-epoch v0.9.13
27042024-07-18T21:24:54.438Z[ helios-setup] Jul 18 21:24:53.342 INFO E| Compiling num_threads v0.1.6
27052024-07-18T21:24:54.885Z[ helios-setup] Jul 18 21:24:53.789 INFO E| Compiling semver v1.0.17
27062024-07-18T21:24:55.328Z[ helios-setup] Jul 18 21:24:54.231 INFO E| Compiling iana-time-zone v0.1.56
27072024-07-18T21:24:56.499Z[ helios-setup] Jul 18 21:24:55.402 INFO E| Compiling time v0.3.20
27082024-07-18T21:24:56.826Z[ helios-setup] Jul 18 21:24:55.730 INFO E| Compiling semver-parser v0.10.2
27092024-07-18T21:24:57.694Z[ helios-setup] Jul 18 21:24:56.598 INFO E| Compiling toml v0.5.11
27102024-07-18T21:24:57.850Z[ helios-setup] Jul 18 21:24:56.753 INFO E| Compiling serde_tokenstream v0.2.0
27112024-07-18T21:24:58.389Z[ helios-setup] Jul 18 21:24:57.293 INFO E| Compiling url v2.3.1
27122024-07-18T21:24:59.335Z[ helios-setup] Jul 18 21:24:58.239 INFO E| Compiling smallvec v1.10.0
27132024-07-18T21:25:01.463Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27142024-07-18T21:25:02.424Z[ helios-setup] Jul 18 21:25:01.327 INFO E| Compiling parking_lot v0.12.1
27152024-07-18T21:25:09.219Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27162024-07-18T21:25:09.661Z[ helios-setup] Jul 18 21:25:08.564 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27172024-07-18T21:25:09.893Z[ host-package] Compiling rcgen v0.12.1
27182024-07-18T21:25:10.273Z[ helios-setup] Jul 18 21:25:09.176 INFO E| Compiling crossbeam-channel v0.5.6
27192024-07-18T21:25:10.882Z[ helios-setup] Jul 18 21:25:09.786 INFO E| Compiling dirs-sys-next v0.1.2
27202024-07-18T21:25:13.182Z[ helios-setup] Jul 18 21:25:12.085 INFO E| Compiling try-lock v0.2.4
27212024-07-18T21:25:13.460Z[ helios-setup] Jul 18 21:25:12.362 INFO E| Compiling crc32fast v1.3.2
27222024-07-18T21:25:13.531Z[ helios-setup] Jul 18 21:25:12.434 INFO E| Compiling same-file v1.0.6
27232024-07-18T21:25:14.190Z[ helios-setup] Jul 18 21:25:13.092 INFO E| Compiling walkdir v2.3.3
27242024-07-18T21:25:14.664Z[ helios-setup] Jul 18 21:25:13.567 INFO E| Compiling want v0.3.0
27252024-07-18T21:25:15.252Z[ helios-setup] Jul 18 21:25:14.155 INFO E| Compiling dirs-next v2.0.0
27262024-07-18T21:25:18.380Z[ helios-setup] Jul 18 21:25:17.283 INFO E| Compiling proc-macro-crate v1.2.1
27272024-07-18T21:25:20.048Z[ helios-setup] Jul 18 21:25:18.951 INFO E| Compiling semver v0.11.0
27282024-07-18T21:25:22.834Z[ helios-setup] Jul 18 21:25:21.737 INFO E| Compiling tokio-util v0.7.7
27292024-07-18T21:25:22.927Z[ helios-setup] Jul 18 21:25:21.829 INFO E| Compiling futures-executor v0.3.28
27302024-07-18T21:25:25.085Z[ helios-setup] Jul 18 21:25:23.988 INFO E| Compiling http-body v0.4.5
27312024-07-18T21:25:25.303Z[ helios-setup] Jul 18 21:25:24.205 INFO E| Compiling h2 v0.3.16
27322024-07-18T21:25:25.638Z[ helios-setup] Jul 18 21:25:24.540 INFO E| Compiling ring v0.16.20
27332024-07-18T21:25:27.914Z[ helios-setup] Jul 18 21:25:26.816 INFO E| Compiling rand_core v0.6.4
27342024-07-18T21:25:28.234Z[ helios-setup] Jul 18 21:25:27.136 INFO E| Compiling thread_local v1.1.7
27352024-07-18T21:25:28.255Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27362024-07-18T21:25:29.127Z[ helios-setup] Jul 18 21:25:28.030 INFO E| Compiling tower-service v0.3.2
27372024-07-18T21:25:29.391Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27382024-07-18T21:25:29.691Z[ helios-setup] Jul 18 21:25:28.593 INFO E| Compiling utf8parse v0.2.1
27392024-07-18T21:25:29.891Z[ helios-setup] Jul 18 21:25:28.793 INFO E| Compiling httpdate v1.0.2
27402024-07-18T21:25:30.165Z[ helios-setup] Jul 18 21:25:29.067 INFO E| Compiling ppv-lite86 v0.2.17
27412024-07-18T21:25:30.357Z[ helios-setup] Jul 18 21:25:29.260 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27422024-07-18T21:25:31.207Z[ helios-setup] Jul 18 21:25:30.109 INFO E| Compiling fastrand v1.9.0
27432024-07-18T21:25:32.258Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27442024-07-18T21:25:32.358Z[ helios-setup] Jul 18 21:25:31.259 INFO E| Compiling rayon-core v1.10.2
27452024-07-18T21:25:32.399Z[ helios-setup] Jul 18 21:25:31.301 INFO E| Compiling base64 v0.21.0
27462024-07-18T21:25:32.526Z[ helios-setup] Jul 18 21:25:31.428 INFO E| Compiling home v0.5.4
27472024-07-18T21:25:32.800Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27482024-07-18T21:25:32.999Z[ helios-setup] Jul 18 21:25:31.902 INFO E| Compiling lazy_static v1.4.0
27492024-07-18T21:25:33.561Z[ helios-setup] Jul 18 21:25:32.463 INFO E| Compiling adler v1.0.2
27502024-07-18T21:25:34.352Z[ helios-setup] Jul 18 21:25:33.254 INFO E| Compiling miniz_oxide v0.6.2
27512024-07-18T21:25:34.646Z[ helios-setup] Jul 18 21:25:33.548 INFO E| Compiling toolchain_find v0.2.0
27522024-07-18T21:25:35.924Z[ helios-setup] Jul 18 21:25:34.826 INFO E| Compiling rand_chacha v0.3.1
27532024-07-18T21:25:37.951Z[ host-package] Compiling atomicwrites v0.4.3
27542024-07-18T21:25:38.208Z[ helios-setup] Jul 18 21:25:37.109 INFO E| Compiling hyper v0.14.25
27552024-07-18T21:25:39.324Z[ host-package] Compiling fatfs v0.3.6
27562024-07-18T21:25:39.595Z[ helios-setup] Jul 18 21:25:38.496 INFO E| Compiling tempfile v3.5.0
27572024-07-18T21:25:39.687Z[ helios-setup] Jul 18 21:25:38.589 INFO E| Compiling anstyle-parse v0.1.1
27582024-07-18T21:25:41.823Z[ helios-setup] Jul 18 21:25:40.724 INFO E| Compiling futures v0.3.28
27592024-07-18T21:25:42.055Z[ helios-setup] Jul 18 21:25:40.957 INFO E| Compiling cargo-lock v8.0.3
27602024-07-18T21:25:43.611Z[ host-package] Compiling rtoolbox v0.0.2
27612024-07-18T21:25:43.715Z[ host-package] Compiling subprocess v0.2.9
27622024-07-18T21:25:44.655Z[ host-package] Compiling assert_matches v1.5.0
27632024-07-18T21:25:44.974Z[ host-package] Compiling is_ci v1.2.0
27642024-07-18T21:25:45.729Z[ host-package] Compiling supports-color v3.0.0
27652024-07-18T21:25:47.146Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27662024-07-18T21:25:47.260Z[ host-package] Compiling rpassword v7.3.1
27672024-07-18T21:25:48.379Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27682024-07-18T21:25:49.138Z[ helios-setup] Jul 18 21:25:48.039 INFO E| Compiling crossbeam-deque v0.8.2
27692024-07-18T21:25:53.001Z[ host-package] Compiling tui-tree-widget v0.21.0
27702024-07-18T21:25:53.542Z[ helios-setup] Jul 18 21:25:52.443 INFO E| Compiling num_enum_derive v0.5.7
27712024-07-18T21:25:54.085Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27722024-07-18T21:25:55.695Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732024-07-18T21:25:58.584Z[ helios-setup] Jul 18 21:25:57.485 INFO E| Compiling term v0.7.0
27742024-07-18T21:26:02.157Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27752024-07-18T21:26:02.475Z[ helios-setup] Jul 18 21:26:01.376 INFO E| Compiling serde_urlencoded v0.7.1
27762024-07-18T21:26:02.969Z[ helios-setup] Jul 18 21:26:01.869 INFO E| Compiling sha2 v0.10.6
27772024-07-18T21:26:03.222Z[ helios-setup] Jul 18 21:26:02.123 INFO E| Compiling sha1 v0.10.5
27782024-07-18T21:26:03.849Z[ helios-setup] Jul 18 21:26:02.749 INFO E| Compiling is-terminal v0.4.7
27792024-07-18T21:26:04.400Z[ helios-setup] Jul 18 21:26:03.301 INFO E| Compiling atty v0.2.14
27802024-07-18T21:26:05.288Z[ helios-setup] Jul 18 21:26:04.189 INFO E| Compiling concolor-query v0.3.3
27812024-07-18T21:26:05.343Z[ helios-setup] Jul 18 21:26:04.243 INFO E| Compiling concolor-override v1.0.0
27822024-07-18T21:26:05.448Z[ helios-setup] Jul 18 21:26:04.348 INFO E| Compiling anstyle v0.3.5
27832024-07-18T21:26:06.866Z[ helios-setup] Jul 18 21:26:05.767 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27842024-07-18T21:26:07.422Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27852024-07-18T21:26:08.024Z[ helios-setup] Jul 18 21:26:06.924 INFO E| Compiling anstream v0.2.6
27862024-07-18T21:26:08.159Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27872024-07-18T21:26:09.812Z[ helios-setup] Jul 18 21:26:08.713 INFO E| Compiling slog-term v2.9.0
27882024-07-18T21:26:10.844Z[ helios-setup] Jul 18 21:26:09.744 INFO E| Compiling flate2 v1.0.25
27892024-07-18T21:26:11.287Z[ helios-setup] Jul 18 21:26:10.187 INFO E| Compiling num_enum v0.5.7
27902024-07-18T21:26:11.649Z[ helios-setup] Jul 18 21:26:10.549 INFO E| Compiling rustfmt-wrapper v0.2.0
27912024-07-18T21:26:12.922Z[ helios-setup] Jul 18 21:26:11.822 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27922024-07-18T21:26:13.560Z[ helios-setup] Jul 18 21:26:12.460 INFO E| Compiling rand v0.8.5
27932024-07-18T21:26:13.645Z[ helios-setup] Jul 18 21:26:12.546 INFO E| Compiling openapiv3 v1.0.2
27942024-07-18T21:26:17.310Z[ helios-setup] Jul 18 21:26:16.210 INFO E| Compiling encoding_rs v0.8.32
27952024-07-18T21:26:18.326Z[ helios-setup] Jul 18 21:26:17.226 INFO E| Compiling unsafe-libyaml v0.2.8
27962024-07-18T21:26:22.376Z[ helios-setup] Jul 18 21:26:21.276 INFO E| Compiling utf-8 v0.7.6
27972024-07-18T21:26:22.422Z[ helios-setup] Jul 18 21:26:21.322 INFO E| Compiling byteorder v1.4.3
27982024-07-18T21:26:23.487Z[ helios-setup] Jul 18 21:26:22.387 INFO E| Compiling project-root v0.2.2
27992024-07-18T21:26:23.741Z[ helios-setup] Jul 18 21:26:22.641 INFO E| Compiling ipnet v2.7.2
28002024-07-18T21:26:24.059Z[ helios-setup] Jul 18 21:26:22.958 INFO E| Compiling strsim v0.10.0
28012024-07-18T21:26:24.300Z[ helios-setup] Jul 18 21:26:23.200 INFO E| Compiling mime v0.3.17
28022024-07-18T21:26:26.096Z[ helios-setup] Jul 18 21:26:24.996 INFO E| Compiling untrusted v0.7.1
28032024-07-18T21:26:26.550Z[ helios-setup] Jul 18 21:26:25.450 INFO E| Compiling either v1.8.0
28042024-07-18T21:26:26.851Z[ helios-setup] Jul 18 21:26:25.750 INFO E| Compiling base64 v0.13.1
28052024-07-18T21:26:27.217Z[ helios-setup] Jul 18 21:26:26.116 INFO E| Compiling clap_lex v0.4.1
28062024-07-18T21:26:27.574Z[ helios-setup] Jul 18 21:26:26.474 INFO E| Compiling spin v0.5.2
28072024-07-18T21:26:28.319Z[ helios-setup] Jul 18 21:26:27.218 INFO E| Compiling tungstenite v0.18.0
28082024-07-18T21:26:28.851Z[ helios-setup] Jul 18 21:26:27.751 INFO E| Compiling clap_builder v4.2.1
28092024-07-18T21:26:29.126Z[ helios-setup] Jul 18 21:26:28.024 INFO E| Compiling rayon v1.6.1
28102024-07-18T21:26:29.207Z[ helios-setup] Jul 18 21:26:28.107 INFO E| Compiling reqwest v0.11.16
28112024-07-18T21:26:29.658Z[ helios-setup] Jul 18 21:26:28.558 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28122024-07-18T21:26:30.963Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28132024-07-18T21:26:31.450Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28142024-07-18T21:26:38.963Z[ helios-setup] Jul 18 21:26:37.862 INFO E| Compiling serde_yaml v0.9.21
28152024-07-18T21:26:40.134Z[ helios-setup] Jul 18 21:26:39.034 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28162024-07-18T21:26:41.258Z[ helios-setup] Jul 18 21:26:40.157 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28172024-07-18T21:26:43.851Z[ helios-setup] Jul 18 21:26:42.750 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28182024-07-18T21:26:44.017Z[ helios-setup] Jul 18 21:26:42.916 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28192024-07-18T21:26:45.927Z[ helios-setup] Jul 18 21:26:44.826 INFO E| Compiling clap_derive v4.2.0
28202024-07-18T21:26:46.499Z[ helios-setup] Jul 18 21:26:45.398 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28212024-07-18T21:26:48.447Z[ helios-setup] Jul 18 21:26:47.345 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28222024-07-18T21:26:52.067Z[ host-package] Compiling uzers v0.11.3
28232024-07-18T21:26:56.299Z[ helios-setup] Jul 18 21:26:55.197 INFO E| Compiling clap v4.2.1
28242024-07-18T21:26:57.269Z[ host-package] Compiling multimap v0.10.0
28252024-07-18T21:26:58.751Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28262024-07-18T21:27:14.666Z[ helios-setup] Jul 18 21:27:13.564 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28272024-07-18T21:27:18.118Z[ helios-setup] Jul 18 21:27:17.015 INFO E| Compiling tokio-tungstenite v0.18.0
28282024-07-18T21:27:19.686Z[ helios-setup] Jul 18 21:27:18.584 INFO E| Compiling smartstring v1.0.1
28292024-07-18T21:27:20.760Z[ helios-setup] Jul 18 21:27:19.658 INFO E| Compiling rustls v0.21.0
28302024-07-18T21:27:22.902Z[ helios-setup] Jul 18 21:27:21.799 INFO E| Compiling serde_spanned v0.6.1
28312024-07-18T21:27:23.554Z[ helios-setup] Jul 18 21:27:22.451 INFO E| Compiling toml_datetime v0.6.1
28322024-07-18T21:27:23.766Z[ helios-setup] Jul 18 21:27:22.664 INFO E| Compiling slog-async v2.7.0
28332024-07-18T21:27:24.606Z[ helios-setup] Jul 18 21:27:23.503 INFO E| Compiling match_cfg v0.1.0
28342024-07-18T21:27:24.858Z[ helios-setup] Jul 18 21:27:23.755 INFO E| Compiling async-trait v0.1.68
28352024-07-18T21:27:25.186Z[ helios-setup] Jul 18 21:27:24.083 INFO E| Compiling static_assertions v1.1.0
28362024-07-18T21:27:25.405Z[ helios-setup] Jul 18 21:27:24.302 INFO E| Compiling paste v1.0.12
28372024-07-18T21:27:25.561Z[ helios-setup] Jul 18 21:27:24.458 INFO E| Compiling camino v1.1.4
28382024-07-18T21:27:26.157Z[ helios-setup] Jul 18 21:27:25.054 INFO E| Compiling winnow v0.4.1
28392024-07-18T21:27:27.540Z[ helios-setup] Jul 18 21:27:26.437 INFO E| Compiling hostname v0.3.1
28402024-07-18T21:27:28.412Z[ helios-setup] Jul 18 21:27:27.309 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28412024-07-18T21:27:28.845Z[ helios-setup] Jul 18 21:27:27.742 INFO E| Compiling slog-json v2.6.1
28422024-07-18T21:27:29.932Z[ helios-setup] Jul 18 21:27:28.829 INFO E| Compiling unicode-linebreak v0.1.4
28432024-07-18T21:27:34.941Z[ helios-setup] Jul 18 21:27:33.838 INFO E| Compiling toml_edit v0.19.8
28442024-07-18T21:27:35.004Z[ helios-setup] Jul 18 21:27:33.901 INFO E| Compiling async-stream-impl v0.3.5
28452024-07-18T21:27:38.124Z[ helios-setup] Jul 18 21:27:37.021 INFO E| Compiling rhai_codegen v1.5.0
28462024-07-18T21:27:38.752Z[ helios-setup] Jul 18 21:27:37.649 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28472024-07-18T21:27:39.757Z[ helios-setup] Jul 18 21:27:38.654 INFO E| Compiling take_mut v0.2.2
28482024-07-18T21:27:43.686Z[ helios-setup] Jul 18 21:27:42.582 INFO E| Compiling rhai v1.14.0
28492024-07-18T21:27:45.361Z[ helios-setup] Jul 18 21:27:44.257 INFO E| Compiling toml v0.7.3
28502024-07-18T21:27:46.604Z[ helios-setup] Jul 18 21:27:45.500 INFO E| Compiling async-stream v0.3.5
28512024-07-18T21:27:48.116Z[ helios-setup] Jul 18 21:27:47.012 INFO E| Compiling slog-bunyan v2.4.0
28522024-07-18T21:27:55.096Z[ helios-setup] Jul 18 21:27:53.992 INFO E| Compiling rustls-pemfile v1.0.2
28532024-07-18T21:27:55.767Z[ helios-setup] Jul 18 21:27:54.662 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28542024-07-18T21:27:56.601Z[ helios-setup] Jul 18 21:27:55.497 INFO E| Compiling bincode v1.3.3
28552024-07-18T21:27:57.082Z[ helios-setup] Jul 18 21:27:55.978 INFO E| Compiling serde_path_to_error v0.1.11
28562024-07-18T21:27:59.042Z[ helios-setup] Jul 18 21:27:57.938 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28572024-07-18T21:27:59.791Z[ helios-setup] Jul 18 21:27:58.687 INFO E| Compiling terminal_size v0.2.6
28582024-07-18T21:28:00.276Z[ helios-setup] Jul 18 21:27:59.172 INFO E| Compiling smawk v0.3.1
28592024-07-18T21:28:00.786Z[ helios-setup] Jul 18 21:27:59.682 INFO E| Compiling textwrap v0.16.0
28602024-07-18T21:28:07.254Z[ helios-setup] Jul 18 21:28:06.149 INFO E| Compiling rustls-webpki v0.100.1
28612024-07-18T21:28:07.362Z[ helios-setup] Jul 18 21:28:06.257 INFO E| Compiling sct v0.7.0
28622024-07-18T21:28:19.621Z[ helios-setup] Jul 18 21:28:18.516 INFO E| Compiling tokio-rustls v0.24.0
28632024-07-18T21:28:20.156Z[ helios-setup] Jul 18 21:28:19.051 INFO E| Compiling git2 v0.16.1
28642024-07-18T21:28:27.729Z[ helios-setup] Jul 18 21:28:26.622 INFO E| Compiling built v0.6.0
28652024-07-18T21:28:33.729Z[ helios-setup] Jul 18 21:28:32.622 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28662024-07-18T21:28:36.103Z[ helios-setup] Jul 18 21:28:34.997 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28672024-07-18T21:28:36.897Z[ helios-setup] Jul 18 21:28:35.791 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28682024-07-18T21:28:52.693Z[ helios-setup] Jul 18 21:28:51.586 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28692024-07-18T21:28:59.463Z[ helios-setup] Jul 18 21:28:58.356 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28702024-07-18T21:29:47.257Z[ helios-setup] Jul 18 21:29:46.148 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28712024-07-18T21:30:23.401Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28722024-07-18T21:30:59.570Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28732024-07-18T21:31:02.055Z[ helios-setup] Jul 18 21:31:00.943 INFO E| Finished `release` profile [optimized] target(s) in 7m 09s
28742024-07-18T21:31:02.212Z[ helios-setup] Jul 18 21:31:01.100 INFO building project "pilot" ok (430 seconds)
28752024-07-18T21:31:02.215Z[ helios-setup] rm -f helios-build
28762024-07-18T21:31:02.218Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
28772024-07-18T21:31:02.223Z[ helios-setup]
28782024-07-18T21:31:02.225Z[ helios-setup] Setup complete! ./helios-build is now available.
28792024-07-18T21:31:02.228Z[ helios-setup]
28802024-07-18T21:31:02.231ZJul 18 21:31:01.117 INFO [helios-setup] process exited with exit status: 0 (765.122840398s)
28812024-07-18T21:31:02.231Z[ helios-setup]
28822024-07-18T21:31:02.231Z[ helios-setup] real 12:45.116354759
28832024-07-18T21:31:02.231Z[ helios-setup] user 30:27.169200729
28842024-07-18T21:31:02.231Z[ helios-setup] sys 3:54.580814188
28852024-07-18T21:31:02.231Z[ helios-setup] trap 1.758981936
28862024-07-18T21:31:02.231Z[ helios-setup] tflt 7.767403272
28872024-07-18T21:31:02.231Z[ helios-setup] dflt 43.186829124
28882024-07-18T21:31:02.231Z[ helios-setup] kflt 0.036997458
28892024-07-18T21:31:02.231Z[ helios-setup] lock 2:02:58.185029430
28902024-07-18T21:31:02.231Z[ helios-setup] slp 3:15:45.197638482
28912024-07-18T21:31:02.231Z[ helios-setup] lat 34:26.525757238
28922024-07-18T21:31:02.231Z[ helios-setup] stop 4:46.186634028
28932024-07-18T21:31:02.231ZJul 18 21:31:01.118 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
28942024-07-18T21:31:02.251Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
28952024-07-18T21:31:02.499Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
28962024-07-18T21:31:02.502Z[ phbl-toolchain] info: downloading component 'cargo'
28972024-07-18T21:31:03.859Z[ phbl-toolchain] info: downloading component 'clippy'
28982024-07-18T21:31:04.265Z[ phbl-toolchain] info: downloading component 'llvm-tools'
28992024-07-18T21:31:09.068Z[ phbl-toolchain] info: downloading component 'miri'
29002024-07-18T21:31:09.223Z[ phbl-toolchain] info: downloading component 'rust-docs'
29012024-07-18T21:31:10.598Z[ phbl-toolchain] info: downloading component 'rust-src'
29022024-07-18T21:31:10.898Z[ phbl-toolchain] info: downloading component 'rust-std'
29032024-07-18T21:31:13.170Z[ phbl-toolchain] info: downloading component 'rustc'
29042024-07-18T21:31:19.952Z[ phbl-toolchain] info: downloading component 'rustfmt'
29052024-07-18T21:31:20.875Z[ phbl-toolchain] info: installing component 'cargo'
29062024-07-18T21:31:22.206Z[ phbl-toolchain] info: installing component 'clippy'
29072024-07-18T21:31:22.707Z[ phbl-toolchain] info: installing component 'llvm-tools'
29082024-07-18T21:31:27.970Z[ phbl-toolchain] info: installing component 'miri'
29092024-07-18T21:31:28.378Z[ phbl-toolchain] info: installing component 'rust-docs'
29102024-07-18T21:31:35.251Z[ phbl-toolchain] info: installing component 'rust-src'
29112024-07-18T21:31:36.323Z[ phbl-toolchain] info: installing component 'rust-std'
29122024-07-18T21:31:38.788Z[ phbl-toolchain] info: installing component 'rustc'
29132024-07-18T21:31:44.851Z[ phbl-toolchain] info: installing component 'rustfmt'
29142024-07-18T21:31:45.769Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
29152024-07-18T21:31:45.772ZJul 18 21:31:44.657 INFO [phbl-toolchain] process exited with exit status: 0 (43.539460499s)
29162024-07-18T21:38:04.996Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 59s
29172024-07-18T21:38:55.818ZJul 18 21:38:54.684 INFO [host-package] process exited with exit status: 0 (1190.304177996s)
29182024-07-18T21:38:55.825ZJul 18 21:38:54.684 INFO [host-stamp] running task
29192024-07-18T21:38:55.825ZJul 18 21:38:54.685 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
29202024-07-18T21:38:55.825ZJul 18 21:38:54.685 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+git173c3a298ce
29212024-07-18T21:38:55.843ZJul 18 21:38:54.696 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+git173c3a298ce
29222024-07-18T21:38:55.843ZJul 18 21:38:54.702 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+git173c3a298ce
29232024-07-18T21:38:55.854Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
29242024-07-18T21:38:55.854Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
29252024-07-18T21:38:55.854ZJul 18 21:38:54.709 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+git173c3a298ce
29262024-07-18T21:38:55.854Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
29272024-07-18T21:38:55.854Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
29282024-07-18T21:38:55.854ZJul 18 21:38:54.716 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+git173c3a298ce
29292024-07-18T21:38:55.865Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
29302024-07-18T21:38:55.865Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
29312024-07-18T21:38:55.865ZJul 18 21:38:54.724 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+git173c3a298ce
29322024-07-18T21:38:55.865Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
29332024-07-18T21:38:55.889ZJul 18 21:38:54.733 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+git173c3a298ce
29342024-07-18T21:38:55.889Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
29352024-07-18T21:38:55.889Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
29362024-07-18T21:38:55.889ZJul 18 21:38:54.743 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+git173c3a298ce
29372024-07-18T21:38:55.902Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
29382024-07-18T21:38:55.902ZJul 18 21:38:54.753 INFO [stamp-overlay] process exited with exit status: 0 (56.770264ms)
29392024-07-18T21:38:55.902ZJul 18 21:38:54.753 INFO [stamp-oxlog] process exited with exit status: 0 (68.211123ms)
29402024-07-18T21:38:55.902ZJul 18 21:38:54.753 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (37.384096ms)
29412024-07-18T21:38:55.902Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
29422024-07-18T21:38:55.902Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
29432024-07-18T21:38:55.995Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
29442024-07-18T21:38:56.005ZJul 18 21:38:54.845 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.452709ms)
29452024-07-18T21:38:56.061Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
29462024-07-18T21:38:56.070ZJul 18 21:38:54.933 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (223.568078ms)
29472024-07-18T21:38:56.223Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
29482024-07-18T21:38:56.232ZJul 18 21:38:55.093 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (350.212482ms)
29492024-07-18T21:38:59.799Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
29502024-07-18T21:38:59.814ZJul 18 21:38:55.928 INFO [stamp-propolis-server] process exited with exit status: 0 (1.226022364s)
29512024-07-18T21:38:59.814Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29522024-07-18T21:38:59.814Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532024-07-18T21:39:05.025Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
29542024-07-18T21:39:05.053ZJul 18 21:39:03.919 INFO [stamp-switch-asic] process exited with exit status: 0 (9.185920431s)
29552024-07-18T21:39:05.056ZJul 18 21:39:03.920 INFO [host-stamp] task succeeded (9.235178607s)
29562024-07-18T21:39:05.056ZJul 18 21:39:03.920 INFO [host-proto] running task
29572024-07-18T21:39:05.621ZJul 18 21:39:04.488 INFO [host-proto] task succeeded (568.066745ms)
29582024-07-18T21:39:05.622ZJul 18 21:39:04.488 INFO [host-profile] running task
29592024-07-18T21:39:05.641ZJul 18 21:39:04.507 INFO [host-profile] task succeeded (19.121464ms)
29602024-07-18T21:39:05.644ZJul 18 21:39:04.507 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpHGYhbO/proto/host/root -N 'ci 173c3a2/${os_short_commit} 2024-07-18 21:18' -s host -B
29612024-07-18T21:39:05.700Z[ host-image] Jul 18 21:39:04.566 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
29622024-07-18T21:39:05.703Z[ host-image] Jul 18 21:39:04.566 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
29632024-07-18T21:39:05.724Z[ host-image] Jul 18 21:39:04.591 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHGYhbO/proto/host/root"
29642024-07-18T21:39:05.724Z[ host-image] Jul 18 21:39:04.591 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
29652024-07-18T21:39:05.728Z[ host-image] Jul 18 21:39:04.591 INFO image builder template: ramdisk-01-os...
29662024-07-18T21:39:05.731Z[ host-image] Jul 18 21:39:04.591 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/.tmpHGYhbO/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
29672024-07-18T21:39:05.779Z[ host-image] Jul 18 21:39:04.645 INFO O| Jul 18 21:39:04.645 INFO CREATE DATASET: rpool/images/build/host/output
29682024-07-18T21:39:05.988Z[ host-image] Jul 18 21:39:04.855 INFO O| Jul 18 21:39:04.854 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29692024-07-18T21:39:05.996Z[ host-image] Jul 18 21:39:04.863 INFO O| Jul 18 21:39:04.863 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29702024-07-18T21:39:06.243Z[ host-image] Jul 18 21:39:05.110 INFO O| Jul 18 21:39:05.109 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
29712024-07-18T21:39:06.293Z[ host-image] Jul 18 21:39:05.159 INFO O| Jul 18 21:39:05.159 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29722024-07-18T21:39:06.293Z[ host-image] Jul 18 21:39:05.160 INFO O| Jul 18 21:39:05.160 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
29732024-07-18T21:39:06.303Z[ host-image] Jul 18 21:39:05.160 INFO O| Jul 18 21:39:05.160 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
29742024-07-18T21:39:06.303Z[ host-image] Jul 18 21:39:05.160 INFO O| Jul 18 21:39:05.160 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
29752024-07-18T21:39:06.314Z[ host-image] Jul 18 21:39:05.169 INFO O| Jul 18 21:39:05.169 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
29762024-07-18T21:39:06.483Z[ host-image] Jul 18 21:39:05.349 INFO O| Jul 18 21:39:05.349 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29772024-07-18T21:39:06.493Z[ host-image] Jul 18 21:39:05.360 INFO O| Jul 18 21:39:05.359 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
29782024-07-18T21:39:06.866Z[ host-image] Jul 18 21:39:05.732 INFO O| Jul 18 21:39:05.732 INFO O| Caching catalogs ... Done
29792024-07-18T21:39:06.960Z[ host-image] Jul 18 21:39:05.826 INFO O| Jul 18 21:39:05.826 INFO STEP 0 (pkg_image_create) COMPLETE
29802024-07-18T21:39:06.960Z[ host-image] Jul 18 21:39:05.826 INFO O| Jul 18 21:39:05.826 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29812024-07-18T21:39:06.963Z[ host-image] Jul 18 21:39:05.826 INFO O| Jul 18 21:39:05.826 INFO skip step because feature "repo_redist" is not enabled
29822024-07-18T21:39:06.963Z[ host-image] Jul 18 21:39:05.826 INFO O| Jul 18 21:39:05.826 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29832024-07-18T21:39:06.972Z[ host-image] Jul 18 21:39:05.838 INFO O| Jul 18 21:39:05.838 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"]
29842024-07-18T21:39:07.331Z[ host-image] Jul 18 21:39:06.196 INFO O| Jul 18 21:39:06.196 INFO STEP 2 (pkg_set_publisher) COMPLETE
29852024-07-18T21:39:07.331Z[ host-image] Jul 18 21:39:06.196 INFO O| Jul 18 21:39:06.196 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29862024-07-18T21:39:07.341Z[ host-image] Jul 18 21:39:06.208 INFO O| Jul 18 21:39:06.207 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"]
29872024-07-18T21:39:07.690Z[ host-image] Jul 18 21:39:06.556 INFO O| Jul 18 21:39:06.556 INFO STEP 3 (pkg_set_publisher) COMPLETE
29882024-07-18T21:39:07.690Z[ host-image] Jul 18 21:39:06.556 INFO O| Jul 18 21:39:06.556 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29892024-07-18T21:39:07.693Z[ host-image] Jul 18 21:39:06.556 INFO O| Jul 18 21:39:06.556 INFO skip step because feature "repo_redist" is not enabled
29902024-07-18T21:39:07.693Z[ host-image] Jul 18 21:39:06.556 INFO O| Jul 18 21:39:06.556 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29912024-07-18T21:39:08.054Z[ host-image] Jul 18 21:39:06.920 INFO O| Jul 18 21:39:06.920 INFO variant opensolaris.zone is already global
29922024-07-18T21:39:08.054Z[ host-image] Jul 18 21:39:06.920 INFO O| Jul 18 21:39:06.920 INFO STEP 5 (pkg_change_variant) COMPLETE
29932024-07-18T21:39:08.054Z[ host-image] Jul 18 21:39:06.920 INFO O| Jul 18 21:39:06.920 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29942024-07-18T21:39:08.431Z[ host-image] Jul 18 21:39:07.297 INFO O| Jul 18 21:39:07.296 INFO variant opensolaris.imagetype is full; changing to partial
29952024-07-18T21:39:08.431Z[ host-image] Jul 18 21:39:07.297 INFO O| Jul 18 21:39:07.297 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
29962024-07-18T21:39:15.832Z[ host-image] Jul 18 21:39:14.697 INFO O| Jul 18 21:39:14.697 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
29972024-07-18T21:39:19.130Z[ host-image] Jul 18 21:39:17.996 INFO O| Jul 18 21:39:17.996 INFO O| Startup: Caching catalogs ... Done
29982024-07-18T21:39:19.174Z[ host-image] Jul 18 21:39:18.039 INFO O| Jul 18 21:39:18.039 INFO O| Planning: Planning completed in 0.00 seconds
29992024-07-18T21:39:19.177Z[ host-image] Jul 18 21:39:18.039 INFO O| Jul 18 21:39:18.039 INFO O| Planning: Consolidating action changes ... Done
30002024-07-18T21:39:19.178Z[ host-image] Jul 18 21:39:18.039 INFO O| Jul 18 21:39:18.039 INFO O| Planning: Evaluating mediators ... Done
30012024-07-18T21:39:19.178Z[ host-image] Jul 18 21:39:18.040 INFO O| Jul 18 21:39:18.039 INFO O| Planning: Planning completed in 0.00 seconds
30022024-07-18T21:39:19.178Z[ host-image] Jul 18 21:39:18.040 INFO O| Jul 18 21:39:18.040 INFO O| Variants/Facets to change: 1
30032024-07-18T21:39:19.188Z[ host-image] Jul 18 21:39:18.054 INFO O| Jul 18 21:39:18.054 INFO O| Done
30042024-07-18T21:39:19.191Z[ host-image] Jul 18 21:39:18.054 INFO O| Jul 18 21:39:18.054 INFO O| Done
30052024-07-18T21:39:19.524Z[ host-image] Jul 18 21:39:18.389 INFO O| Jul 18 21:39:18.389 INFO O| Done
30062024-07-18T21:39:19.550Z[ host-image] Jul 18 21:39:18.415 INFO O| Jul 18 21:39:18.415 INFO O| Done
30072024-07-18T21:39:19.553Z[ host-image] Jul 18 21:39:18.416 INFO O| Jul 18 21:39:18.416 INFO O| Done
30082024-07-18T21:39:19.553Z[ host-image] Jul 18 21:39:18.416 INFO O| Jul 18 21:39:18.416 INFO O| Done
30092024-07-18T21:39:19.553Z[ host-image] Jul 18 21:39:18.418 INFO O| Jul 18 21:39:18.418 INFO O| Done
30102024-07-18T21:39:19.840Z[ host-image] Jul 18 21:39:18.705 INFO O| Jul 18 21:39:18.705 INFO STEP 6 (pkg_change_variant) COMPLETE
30112024-07-18T21:39:19.840Z[ host-image] Jul 18 21:39:18.705 INFO O| Jul 18 21:39:18.705 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30122024-07-18T21:39:19.840Z[ host-image] Jul 18 21:39:18.705 INFO O| Jul 18 21:39:18.705 INFO skip step because feature "debug_variant" is not enabled
30132024-07-18T21:39:19.843Z[ host-image] Jul 18 21:39:18.705 INFO O| Jul 18 21:39:18.705 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30142024-07-18T21:39:20.177Z[ host-image] Jul 18 21:39:19.042 INFO O| Jul 18 21:39:19.042 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
30152024-07-18T21:39:20.581Z[ host-image] Jul 18 21:39:19.446 INFO O| Jul 18 21:39:19.446 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
30162024-07-18T21:39:20.584Z[ host-image] Jul 18 21:39:19.447 INFO O| Jul 18 21:39:19.447 INFO O| Planning: Planning completed in 0.00 seconds
30172024-07-18T21:39:20.584Z[ host-image] Jul 18 21:39:19.448 INFO O| Jul 18 21:39:19.447 INFO O| Planning: Consolidating action changes ... Done
30182024-07-18T21:39:20.584Z[ host-image] Jul 18 21:39:19.448 INFO O| Jul 18 21:39:19.448 INFO O| Planning: Evaluating mediators ... Done
30192024-07-18T21:39:20.584Z[ host-image] Jul 18 21:39:19.448 INFO O| Jul 18 21:39:19.448 INFO O| Planning: Planning completed in 0.00 seconds
30202024-07-18T21:39:20.584Z[ host-image] Jul 18 21:39:19.448 INFO O| Jul 18 21:39:19.448 INFO O| Variants/Facets to change: 1
30212024-07-18T21:39:20.596Z[ host-image] Jul 18 21:39:19.462 INFO O| Jul 18 21:39:19.462 INFO O| Done
30222024-07-18T21:39:20.596Z[ host-image] Jul 18 21:39:19.462 INFO O| Jul 18 21:39:19.462 INFO O| Done
30232024-07-18T21:39:20.819Z[ host-image] Jul 18 21:39:19.684 INFO O| Jul 18 21:39:19.684 INFO O| Done
30242024-07-18T21:39:20.851Z[ host-image] Jul 18 21:39:19.716 INFO O| Jul 18 21:39:19.716 INFO O| Done
30252024-07-18T21:39:20.853Z[ host-image] Jul 18 21:39:19.717 INFO O| Jul 18 21:39:19.717 INFO O| Done
30262024-07-18T21:39:20.853Z[ host-image] Jul 18 21:39:19.717 INFO O| Jul 18 21:39:19.717 INFO O| Done
30272024-07-18T21:39:20.853Z[ host-image] Jul 18 21:39:19.718 INFO O| Jul 18 21:39:19.718 INFO O| Done
30282024-07-18T21:39:20.907Z[ host-image] Jul 18 21:39:19.772 INFO O| Jul 18 21:39:19.772 INFO STEP 8 (pkg_change_facet) COMPLETE
30292024-07-18T21:39:20.907Z[ host-image] Jul 18 21:39:19.773 INFO O| Jul 18 21:39:19.772 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30302024-07-18T21:39:20.907Z[ host-image] Jul 18 21:39:19.773 INFO O| Jul 18 21:39:19.772 INFO skip step because feature "recovery" is not enabled
30312024-07-18T21:39:20.911Z[ host-image] Jul 18 21:39:19.773 INFO O| Jul 18 21:39:19.772 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30322024-07-18T21:39:20.911Z[ host-image] Jul 18 21:39:19.773 INFO O| Jul 18 21:39:19.772 INFO skip step because feature "recovery" is not enabled
30332024-07-18T21:39:20.911Z[ host-image] Jul 18 21:39:19.773 INFO O| Jul 18 21:39:19.772 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30342024-07-18T21:39:20.918Z[ host-image] Jul 18 21:39:19.784 INFO O| Jul 18 21:39:19.784 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"]
30352024-07-18T21:39:21.096Z[recovery-package] Finished `release` profile [optimized] target(s) in 25.07s
30362024-07-18T21:39:21.324Z[ host-image] Jul 18 21:39:20.189 INFO O| Jul 18 21:39:20.189 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
30372024-07-18T21:39:22.999ZJul 18 21:39:21.864 INFO [recovery-package] process exited with exit status: 0 (27.179342561s)
30382024-07-18T21:39:22.999ZJul 18 21:39:21.864 INFO [recovery-stamp] running task
30392024-07-18T21:39:23.002ZJul 18 21:39:21.865 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
30402024-07-18T21:39:23.002ZJul 18 21:39:21.865 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git173c3a298ce
30412024-07-18T21:39:23.012ZJul 18 21:39:21.877 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+git173c3a298ce
30422024-07-18T21:39:23.021Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
30432024-07-18T21:39:23.028Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
30442024-07-18T21:39:23.095Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
30452024-07-18T21:39:23.099ZJul 18 21:39:21.964 INFO [stamp-installinator] process exited with exit status: 0 (99.457813ms)
30462024-07-18T21:39:23.147Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
30472024-07-18T21:39:23.152ZJul 18 21:39:22.017 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (139.803408ms)
30482024-07-18T21:39:23.155ZJul 18 21:39:22.017 INFO [recovery-stamp] task succeeded (153.036051ms)
30492024-07-18T21:39:23.155ZJul 18 21:39:22.017 INFO [recovery-proto] running task
30502024-07-18T21:39:23.155ZJul 18 21:39:22.017 INFO [tuf-stamp] running task
30512024-07-18T21:39:23.155ZJul 18 21:39:22.018 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+git173c3a298ce
30522024-07-18T21:39:23.164ZJul 18 21:39:22.029 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+git173c3a298ce
30532024-07-18T21:39:23.173ZJul 18 21:39:22.039 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+git173c3a298ce
30542024-07-18T21:39:23.179Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
30552024-07-18T21:39:23.182ZJul 18 21:39:22.048 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+git173c3a298ce
30562024-07-18T21:39:23.190Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
30572024-07-18T21:39:23.193ZJul 18 21:39:22.058 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+git173c3a298ce
30582024-07-18T21:39:23.200Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
30592024-07-18T21:39:23.208Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
30602024-07-18T21:39:23.211ZJul 18 21:39:22.074 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+git173c3a298ce
30612024-07-18T21:39:23.227ZJul 18 21:39:22.092 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+git173c3a298ce
30622024-07-18T21:39:23.239Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
30632024-07-18T21:39:23.273Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
30642024-07-18T21:39:23.275ZJul 18 21:39:22.138 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+git173c3a298ce
30652024-07-18T21:39:23.296Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
30662024-07-18T21:39:23.299ZJul 18 21:39:22.161 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+git173c3a298ce
30672024-07-18T21:39:23.333Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
30682024-07-18T21:39:23.337Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
30692024-07-18T21:39:23.337ZJul 18 21:39:22.193 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+git173c3a298ce
30702024-07-18T21:39:23.351ZJul 18 21:39:22.214 INFO [recovery-proto] task succeeded (196.363537ms)
30712024-07-18T21:39:23.354ZJul 18 21:39:22.214 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpHGYhbO/proto/recovery/root -N 'recovery 173c3a2/${os_short_commit} 2024-07-18 21:18' -s recovery -R
30722024-07-18T21:39:23.359Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
30732024-07-18T21:39:23.366ZJul 18 21:39:22.225 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+git173c3a298ce
30742024-07-18T21:39:23.422Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
30752024-07-18T21:39:23.427ZJul 18 21:39:22.287 INFO [stamp-probe] process exited with exit status: 0 (248.469445ms)
30762024-07-18T21:39:23.427Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
30772024-07-18T21:39:23.453Z[ recovery-image] Jul 18 21:39:22.240 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
30782024-07-18T21:39:23.453Z[ recovery-image] Jul 18 21:39:22.240 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
30792024-07-18T21:39:23.470Z[ recovery-image] Jul 18 21:39:22.281 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHGYhbO/proto/recovery/root"
30802024-07-18T21:39:23.470Z[ recovery-image] Jul 18 21:39:22.281 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
30812024-07-18T21:39:23.470Z[ recovery-image] Jul 18 21:39:22.281 INFO image builder template: ramdisk-01-os...
30822024-07-18T21:39:23.475Z[ recovery-image] Jul 18 21:39:22.282 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/.tmpHGYhbO/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
30832024-07-18T21:39:23.500Z[ recovery-image] Jul 18 21:39:22.366 INFO O| Jul 18 21:39:22.360 INFO CREATE DATASET: rpool/images/build/recovery/output
30842024-07-18T21:39:23.749Z[ recovery-image] Jul 18 21:39:22.614 INFO O| Jul 18 21:39:22.614 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30852024-07-18T21:39:23.756Z[ recovery-image] Jul 18 21:39:22.621 INFO O| Jul 18 21:39:22.621 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30862024-07-18T21:39:24.101Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
30872024-07-18T21:39:24.125Z[ recovery-image] Jul 18 21:39:22.987 INFO O| Jul 18 21:39:22.987 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
30882024-07-18T21:39:24.145ZJul 18 21:39:23.010 INFO [stamp-ntp] process exited with exit status: 0 (784.911667ms)
30892024-07-18T21:39:24.228Z[ recovery-image] Jul 18 21:39:23.093 INFO O| Jul 18 21:39:23.093 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30902024-07-18T21:39:24.228Z[ recovery-image] Jul 18 21:39:23.093 INFO O| Jul 18 21:39:23.093 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
30912024-07-18T21:39:24.231Z[ recovery-image] Jul 18 21:39:23.093 INFO O| Jul 18 21:39:23.093 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
30922024-07-18T21:39:24.231Z[ recovery-image] Jul 18 21:39:23.093 INFO O| Jul 18 21:39:23.093 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
30932024-07-18T21:39:24.278Z[ recovery-image] Jul 18 21:39:23.143 INFO O| Jul 18 21:39:23.143 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
30942024-07-18T21:39:24.639Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
30952024-07-18T21:39:24.665Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
30962024-07-18T21:39:24.673ZJul 18 21:39:23.535 INFO [stamp-external-dns] process exited with exit status: 0 (1.396635681s)
30972024-07-18T21:39:24.694Z[ recovery-image] Jul 18 21:39:23.559 INFO O| Jul 18 21:39:23.559 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30982024-07-18T21:39:24.712Z[ recovery-image] Jul 18 21:39:23.577 INFO O| Jul 18 21:39:23.577 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
30992024-07-18T21:39:24.755Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
31002024-07-18T21:39:24.787Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
31012024-07-18T21:39:24.836ZJul 18 21:39:23.702 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.683435692s)
31022024-07-18T21:39:24.917Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
31032024-07-18T21:39:24.941ZJul 18 21:39:23.806 INFO [stamp-internal-dns] process exited with exit status: 0 (1.613192759s)
31042024-07-18T21:39:25.244Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
31052024-07-18T21:39:25.248ZJul 18 21:39:24.113 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.038307639s)
31062024-07-18T21:39:25.263Z[ recovery-image] Jul 18 21:39:24.128 INFO O| Jul 18 21:39:24.128 INFO O| Caching catalogs ... Done
31072024-07-18T21:39:25.413Z[ recovery-image] Jul 18 21:39:24.277 INFO O| Jul 18 21:39:24.277 INFO STEP 0 (pkg_image_create) COMPLETE
31082024-07-18T21:39:25.413Z[ recovery-image] Jul 18 21:39:24.277 INFO O| Jul 18 21:39:24.277 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31092024-07-18T21:39:25.413Z[ recovery-image] Jul 18 21:39:24.277 INFO O| Jul 18 21:39:24.277 INFO skip step because feature "repo_redist" is not enabled
31102024-07-18T21:39:25.413Z[ recovery-image] Jul 18 21:39:24.277 INFO O| Jul 18 21:39:24.277 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31112024-07-18T21:39:25.428Z[ recovery-image] Jul 18 21:39:24.293 INFO O| Jul 18 21:39:24.293 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"]
31122024-07-18T21:39:25.476Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
31132024-07-18T21:39:25.480ZJul 18 21:39:24.346 INFO [stamp-oximeter] process exited with exit status: 0 (2.297922089s)
31142024-07-18T21:39:25.914Z[ recovery-image] Jul 18 21:39:24.779 INFO O| Jul 18 21:39:24.779 INFO STEP 2 (pkg_set_publisher) COMPLETE
31152024-07-18T21:39:25.914Z[ recovery-image] Jul 18 21:39:24.779 INFO O| Jul 18 21:39:24.779 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31162024-07-18T21:39:25.931Z[ recovery-image] Jul 18 21:39:24.796 INFO O| Jul 18 21:39:24.796 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"]
31172024-07-18T21:39:26.457Z[ recovery-image] Jul 18 21:39:25.322 INFO O| Jul 18 21:39:25.322 INFO STEP 3 (pkg_set_publisher) COMPLETE
31182024-07-18T21:39:26.458Z[ recovery-image] Jul 18 21:39:25.322 INFO O| Jul 18 21:39:25.322 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31192024-07-18T21:39:26.458Z[ recovery-image] Jul 18 21:39:25.322 INFO O| Jul 18 21:39:25.322 INFO skip step because feature "repo_redist" is not enabled
31202024-07-18T21:39:26.461Z[ recovery-image] Jul 18 21:39:25.322 INFO O| Jul 18 21:39:25.322 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31212024-07-18T21:39:26.902Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
31222024-07-18T21:39:26.906ZJul 18 21:39:25.772 INFO [stamp-nexus] process exited with exit status: 0 (3.679445245s)
31232024-07-18T21:39:26.955Z[ recovery-image] Jul 18 21:39:25.821 INFO O| Jul 18 21:39:25.821 INFO variant opensolaris.zone is already global
31242024-07-18T21:39:26.955Z[ recovery-image] Jul 18 21:39:25.821 INFO O| Jul 18 21:39:25.821 INFO STEP 5 (pkg_change_variant) COMPLETE
31252024-07-18T21:39:26.958Z[ recovery-image] Jul 18 21:39:25.821 INFO O| Jul 18 21:39:25.821 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31262024-07-18T21:39:27.457Z[ recovery-image] Jul 18 21:39:26.322 INFO O| Jul 18 21:39:26.322 INFO variant opensolaris.imagetype is full; changing to partial
31272024-07-18T21:39:27.460Z[ recovery-image] Jul 18 21:39:26.322 INFO O| Jul 18 21:39:26.322 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31282024-07-18T21:39:29.019Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
31292024-07-18T21:39:29.025ZJul 18 21:39:27.889 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.728089585s)
31302024-07-18T21:39:31.388Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
31312024-07-18T21:39:31.393ZJul 18 21:39:30.258 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.200628499s)
31322024-07-18T21:39:31.570Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
31332024-07-18T21:39:31.574ZJul 18 21:39:30.440 INFO [stamp-clickhouse] process exited with exit status: 0 (8.410316097s)
31342024-07-18T21:39:31.574ZJul 18 21:39:30.440 INFO [tuf-stamp] task succeeded (8.422202807s)
31352024-07-18T21:39:32.134Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31362024-07-18T21:39:32.242Z[verify-libraries] Compiling heck v0.4.1
31372024-07-18T21:39:32.245Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31382024-07-18T21:39:32.257Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31392024-07-18T21:39:32.271Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31402024-07-18T21:39:32.274Z[verify-libraries] Compiling indent_write v2.2.0
31412024-07-18T21:39:32.317Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31422024-07-18T21:39:32.321Z[verify-libraries] Compiling termios v0.3.3
31432024-07-18T21:39:32.599Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31442024-07-18T21:39:32.835Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31452024-07-18T21:39:32.854Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31462024-07-18T21:39:33.617Z[ recovery-image] Jul 18 21:39:32.476 INFO O| Jul 18 21:39:32.475 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31472024-07-18T21:39:33.867Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31482024-07-18T21:39:38.338Z[ recovery-image] Jul 18 21:39:37.202 INFO O| Jul 18 21:39:37.202 INFO O| Startup: Caching catalogs ... Done
31492024-07-18T21:39:38.422Z[ recovery-image] Jul 18 21:39:37.286 INFO O| Jul 18 21:39:37.286 INFO O| Planning: Planning completed in 0.00 seconds
31502024-07-18T21:39:38.424Z[ recovery-image] Jul 18 21:39:37.287 INFO O| Jul 18 21:39:37.287 INFO O| Planning: Consolidating action changes ... Done
31512024-07-18T21:39:38.425Z[ recovery-image] Jul 18 21:39:37.287 INFO O| Jul 18 21:39:37.287 INFO O| Planning: Evaluating mediators ... Done
31522024-07-18T21:39:38.425Z[ recovery-image] Jul 18 21:39:37.288 INFO O| Jul 18 21:39:37.288 INFO O| Planning: Planning completed in 0.00 seconds
31532024-07-18T21:39:38.425Z[ recovery-image] Jul 18 21:39:37.288 INFO O| Jul 18 21:39:37.288 INFO O| Variants/Facets to change: 1
31542024-07-18T21:39:38.490Z[ recovery-image] Jul 18 21:39:37.355 INFO O| Jul 18 21:39:37.355 INFO O| Done
31552024-07-18T21:39:38.490Z[ recovery-image] Jul 18 21:39:37.355 INFO O| Jul 18 21:39:37.355 INFO O| Done
31562024-07-18T21:39:39.113Z[ recovery-image] Jul 18 21:39:37.978 INFO O| Jul 18 21:39:37.978 INFO O| Done
31572024-07-18T21:39:39.157Z[ recovery-image] Jul 18 21:39:38.022 INFO O| Jul 18 21:39:38.022 INFO O| Done
31582024-07-18T21:39:39.161Z[ recovery-image] Jul 18 21:39:38.024 INFO O| Jul 18 21:39:38.024 INFO O| Done
31592024-07-18T21:39:39.161Z[ recovery-image] Jul 18 21:39:38.024 INFO O| Jul 18 21:39:38.024 INFO O| Done
31602024-07-18T21:39:39.164Z[ recovery-image] Jul 18 21:39:38.026 INFO O| Jul 18 21:39:38.026 INFO O| Done
31612024-07-18T21:39:39.669Z[ recovery-image] Jul 18 21:39:38.533 INFO O| Jul 18 21:39:38.533 INFO STEP 6 (pkg_change_variant) COMPLETE
31622024-07-18T21:39:39.669Z[ recovery-image] Jul 18 21:39:38.533 INFO O| Jul 18 21:39:38.533 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31632024-07-18T21:39:39.671Z[ recovery-image] Jul 18 21:39:38.533 INFO O| Jul 18 21:39:38.533 INFO skip step because feature "debug_variant" is not enabled
31642024-07-18T21:39:39.671Z[ recovery-image] Jul 18 21:39:38.533 INFO O| Jul 18 21:39:38.533 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31652024-07-18T21:39:40.451Z[ recovery-image] Jul 18 21:39:39.316 INFO O| Jul 18 21:39:39.316 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31662024-07-18T21:39:41.349Z[ recovery-image] Jul 18 21:39:40.214 INFO O| Jul 18 21:39:40.214 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31672024-07-18T21:39:41.352Z[ recovery-image] Jul 18 21:39:40.216 INFO O| Jul 18 21:39:40.216 INFO O| Planning: Planning completed in 0.00 seconds
31682024-07-18T21:39:41.352Z[ recovery-image] Jul 18 21:39:40.217 INFO O| Jul 18 21:39:40.217 INFO O| Planning: Consolidating action changes ... Done
31692024-07-18T21:39:41.352Z[ recovery-image] Jul 18 21:39:40.217 INFO O| Jul 18 21:39:40.217 INFO O| Planning: Evaluating mediators ... Done
31702024-07-18T21:39:41.355Z[ recovery-image] Jul 18 21:39:40.218 INFO O| Jul 18 21:39:40.218 INFO O| Planning: Planning completed in 0.00 seconds
31712024-07-18T21:39:41.355Z[ recovery-image] Jul 18 21:39:40.218 INFO O| Jul 18 21:39:40.218 INFO O| Variants/Facets to change: 1
31722024-07-18T21:39:41.418Z[ recovery-image] Jul 18 21:39:40.282 INFO O| Jul 18 21:39:40.282 INFO O| Done
31732024-07-18T21:39:41.418Z[ recovery-image] Jul 18 21:39:40.282 INFO O| Jul 18 21:39:40.282 INFO O| Done
31742024-07-18T21:39:41.956Z[ recovery-image] Jul 18 21:39:40.821 INFO O| Jul 18 21:39:40.821 INFO O| Done
31752024-07-18T21:39:42.007Z[ recovery-image] Jul 18 21:39:40.871 INFO O| Jul 18 21:39:40.871 INFO O| Done
31762024-07-18T21:39:42.009Z[ recovery-image] Jul 18 21:39:40.872 INFO O| Jul 18 21:39:40.872 INFO O| Done
31772024-07-18T21:39:42.009Z[ recovery-image] Jul 18 21:39:40.873 INFO O| Jul 18 21:39:40.872 INFO O| Done
31782024-07-18T21:39:42.012Z[ recovery-image] Jul 18 21:39:40.875 INFO O| Jul 18 21:39:40.875 INFO O| Done
31792024-07-18T21:39:42.182Z[ host-image] Jul 18 21:39:41.046 INFO O| Jul 18 21:39:41.046 INFO O| Planning: Solver setup ... Done
31802024-07-18T21:39:42.245Z[ recovery-image] Jul 18 21:39:41.110 INFO O| Jul 18 21:39:41.109 INFO STEP 8 (pkg_change_facet) COMPLETE
31812024-07-18T21:39:42.245Z[ recovery-image] Jul 18 21:39:41.110 INFO O| Jul 18 21:39:41.109 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31822024-07-18T21:39:42.614Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31832024-07-18T21:39:42.995Z[ recovery-image] Jul 18 21:39:41.860 INFO O| Jul 18 21:39:41.860 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
31842024-07-18T21:39:43.948Z[ recovery-image] Jul 18 21:39:42.812 INFO O| Jul 18 21:39:42.812 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31852024-07-18T21:39:43.951Z[ recovery-image] Jul 18 21:39:42.815 INFO O| Jul 18 21:39:42.815 INFO O| Planning: Planning completed in 0.00 seconds
31862024-07-18T21:39:43.951Z[ recovery-image] Jul 18 21:39:42.816 INFO O| Jul 18 21:39:42.815 INFO O| Planning: Consolidating action changes ... Done
31872024-07-18T21:39:43.954Z[ recovery-image] Jul 18 21:39:42.816 INFO O| Jul 18 21:39:42.816 INFO O| Planning: Evaluating mediators ... Done
31882024-07-18T21:39:43.954Z[ recovery-image] Jul 18 21:39:42.816 INFO O| Jul 18 21:39:42.816 INFO O| Planning: Planning completed in 0.00 seconds
31892024-07-18T21:39:43.954Z[ recovery-image] Jul 18 21:39:42.817 INFO O| Jul 18 21:39:42.816 INFO O| Variants/Facets to change: 1
31902024-07-18T21:39:44.085Z[ recovery-image] Jul 18 21:39:42.949 INFO O| Jul 18 21:39:42.949 INFO O| Done
31912024-07-18T21:39:44.085Z[ recovery-image] Jul 18 21:39:42.949 INFO O| Jul 18 21:39:42.949 INFO O| Done
31922024-07-18T21:39:44.506Z[ recovery-image] Jul 18 21:39:43.370 INFO O| Jul 18 21:39:43.370 INFO O| Done
31932024-07-18T21:39:44.564Z[ recovery-image] Jul 18 21:39:43.428 INFO O| Jul 18 21:39:43.428 INFO O| Done
31942024-07-18T21:39:44.566Z[ recovery-image] Jul 18 21:39:43.429 INFO O| Jul 18 21:39:43.429 INFO O| Done
31952024-07-18T21:39:44.566Z[ recovery-image] Jul 18 21:39:43.429 INFO O| Jul 18 21:39:43.429 INFO O| Done
31962024-07-18T21:39:44.569Z[ recovery-image] Jul 18 21:39:43.431 INFO O| Jul 18 21:39:43.431 INFO O| Done
31972024-07-18T21:39:44.686Z[ recovery-image] Jul 18 21:39:43.550 INFO O| Jul 18 21:39:43.550 INFO STEP 9 (pkg_change_facet) COMPLETE
31982024-07-18T21:39:44.686Z[ recovery-image] Jul 18 21:39:43.550 INFO O| Jul 18 21:39:43.550 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31992024-07-18T21:39:45.447Z[ recovery-image] Jul 18 21:39:44.312 INFO O| Jul 18 21:39:44.312 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
32002024-07-18T21:39:46.392Z[ recovery-image] Jul 18 21:39:45.255 INFO O| Jul 18 21:39:45.255 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32012024-07-18T21:39:46.396Z[ recovery-image] Jul 18 21:39:45.257 INFO O| Jul 18 21:39:45.257 INFO O| Planning: Planning completed in 0.00 seconds
32022024-07-18T21:39:46.396Z[ recovery-image] Jul 18 21:39:45.258 INFO O| Jul 18 21:39:45.258 INFO O| Planning: Consolidating action changes ... Done
32032024-07-18T21:39:46.396Z[ recovery-image] Jul 18 21:39:45.258 INFO O| Jul 18 21:39:45.258 INFO O| Planning: Evaluating mediators ... Done
32042024-07-18T21:39:46.396Z[ recovery-image] Jul 18 21:39:45.259 INFO O| Jul 18 21:39:45.259 INFO O| Planning: Planning completed in 0.00 seconds
32052024-07-18T21:39:46.396Z[ recovery-image] Jul 18 21:39:45.259 INFO O| Jul 18 21:39:45.259 INFO O| Variants/Facets to change: 1
32062024-07-18T21:39:46.464Z[ recovery-image] Jul 18 21:39:45.328 INFO O| Jul 18 21:39:45.328 INFO O| Done
32072024-07-18T21:39:46.464Z[ recovery-image] Jul 18 21:39:45.328 INFO O| Jul 18 21:39:45.328 INFO O| Done
32082024-07-18T21:39:46.896Z[ recovery-image] Jul 18 21:39:45.759 INFO O| Jul 18 21:39:45.759 INFO O| Done
32092024-07-18T21:39:46.942Z[ recovery-image] Jul 18 21:39:45.807 INFO O| Jul 18 21:39:45.806 INFO O| Done
32102024-07-18T21:39:46.945Z[ recovery-image] Jul 18 21:39:45.808 INFO O| Jul 18 21:39:45.807 INFO O| Done
32112024-07-18T21:39:46.945Z[ recovery-image] Jul 18 21:39:45.808 INFO O| Jul 18 21:39:45.808 INFO O| Done
32122024-07-18T21:39:46.949Z[ recovery-image] Jul 18 21:39:45.810 INFO O| Jul 18 21:39:45.810 INFO O| Done
32132024-07-18T21:39:47.072Z[ recovery-image] Jul 18 21:39:45.937 INFO O| Jul 18 21:39:45.936 INFO STEP 10 (pkg_change_facet) COMPLETE
32142024-07-18T21:39:47.072Z[ recovery-image] Jul 18 21:39:45.937 INFO O| Jul 18 21:39:45.937 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32152024-07-18T21:39:47.095Z[ recovery-image] Jul 18 21:39:45.960 INFO O| Jul 18 21:39:45.959 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"]
32162024-07-18T21:39:47.986Z[ recovery-image] Jul 18 21:39:46.851 INFO O| Jul 18 21:39:46.851 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32172024-07-18T21:40:00.395Z[ host-image] Jul 18 21:39:59.258 INFO O| Jul 18 21:39:59.258 INFO O| Planning: Running solver ... Done
32182024-07-18T21:40:00.649Z[ host-image] Jul 18 21:39:59.512 INFO O| Jul 18 21:39:59.512 INFO O| Planning: Finding local manifests ... Done
32192024-07-18T21:40:00.669Z[ host-image] Jul 18 21:39:59.533 INFO O| Jul 18 21:39:59.533 INFO O| Planning: Fetching manifests: 0/123 0% complete
32202024-07-18T21:40:05.548Z[ host-image] Jul 18 21:40:04.412 INFO O| Jul 18 21:40:04.412 INFO O| Planning: Fetching manifests: 123/123 100% complete
32212024-07-18T21:40:06.954Z[ host-image] Jul 18 21:40:05.818 INFO O| Jul 18 21:40:05.818 INFO O| Planning: Package planning ... Done
32222024-07-18T21:40:08.750Z[ host-image] Jul 18 21:40:07.613 INFO O| Jul 18 21:40:07.613 INFO O| Planning: Merging actions ... Done
32232024-07-18T21:40:09.112Z[ host-image] Jul 18 21:40:07.975 INFO O| Jul 18 21:40:07.975 INFO O| Planning: Checking for conflicting actions ... Done
32242024-07-18T21:40:09.433Z[ host-image] Jul 18 21:40:08.297 INFO O| Jul 18 21:40:08.297 INFO O| Planning: Consolidating action changes ... Done
32252024-07-18T21:40:10.021Z[ host-image] Jul 18 21:40:08.884 INFO O| Jul 18 21:40:08.883 INFO O| Planning: Evaluating mediators ... Done
32262024-07-18T21:40:15.041Z[ recovery-image] Jul 18 21:40:13.904 INFO O| Jul 18 21:40:13.904 INFO O| Planning: Solver setup ... Done
32272024-07-18T21:40:16.770Z[ host-image] Jul 18 21:40:15.634 INFO O| Jul 18 21:40:15.634 INFO O| Planning: Planning completed in 55.44 seconds
32282024-07-18T21:40:16.778Z[ host-image] Jul 18 21:40:15.641 INFO O| Jul 18 21:40:15.641 INFO O| Packages to install: 123
32292024-07-18T21:40:16.781Z[ host-image] Jul 18 21:40:15.641 INFO O| Jul 18 21:40:15.641 INFO O| Mediators to change: 4
32302024-07-18T21:40:16.781Z[ host-image] Jul 18 21:40:15.641 INFO O| Jul 18 21:40:15.641 INFO O| Services to change: 6
32312024-07-18T21:40:16.898Z[ host-image] Jul 18 21:40:15.761 INFO O| Jul 18 21:40:15.761 INFO O| Download: 0/22721 items 0.0/196.3MB 0% complete
32322024-07-18T21:40:21.899Z[ host-image] Jul 18 21:40:20.762 INFO O| Jul 18 21:40:20.762 INFO O| Download: 1209/22721 items 6.6/196.3MB 3% complete (1.3M/s)
32332024-07-18T21:40:26.900Z[ host-image] Jul 18 21:40:25.762 INFO O| Jul 18 21:40:25.762 INFO O| Download: 1805/22721 items 16.4/196.3MB 8% complete (1.6M/s)
32342024-07-18T21:40:31.370Z[ recovery-image] Jul 18 21:40:30.233 INFO O| Jul 18 21:40:30.232 INFO O| Planning: Running solver ... Done
32352024-07-18T21:40:31.632Z[ recovery-image] Jul 18 21:40:30.494 INFO O| Jul 18 21:40:30.494 INFO O| Planning: Finding local manifests ... Done
32362024-07-18T21:40:31.649Z[ recovery-image] Jul 18 21:40:30.512 INFO O| Jul 18 21:40:30.511 INFO O| Planning: Fetching manifests: 0/123 0% complete
32372024-07-18T21:40:31.901Z[ host-image] Jul 18 21:40:30.763 INFO O| Jul 18 21:40:30.763 INFO O| Download: 2389/22721 items 27.9/196.3MB 14% complete (2.1M/s)
32382024-07-18T21:40:34.337Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32392024-07-18T21:40:36.316Z[ recovery-image] Jul 18 21:40:35.179 INFO O| Jul 18 21:40:35.178 INFO O| Planning: Fetching manifests: 123/123 100% complete
32402024-07-18T21:40:36.907Z[ host-image] Jul 18 21:40:35.769 INFO O| Jul 18 21:40:35.769 INFO O| Download: 3388/22721 items 34.2/196.3MB 17% complete (2.0M/s)
32412024-07-18T21:40:37.317Z[ recovery-image] Jul 18 21:40:36.179 INFO O| Jul 18 21:40:36.179 INFO O| Planning: Package planning ... Done
32422024-07-18T21:40:38.250Z[ recovery-image] Jul 18 21:40:37.112 INFO O| Jul 18 21:40:37.112 INFO O| Planning: Merging actions ... Done
32432024-07-18T21:40:38.474Z[ recovery-image] Jul 18 21:40:37.336 INFO O| Jul 18 21:40:37.336 INFO O| Planning: Checking for conflicting actions ... Done
32442024-07-18T21:40:38.598Z[ recovery-image] Jul 18 21:40:37.460 INFO O| Jul 18 21:40:37.460 INFO O| Planning: Consolidating action changes ... Done
32452024-07-18T21:40:38.940Z[ recovery-image] Jul 18 21:40:37.802 INFO O| Jul 18 21:40:37.802 INFO O| Planning: Evaluating mediators ... Done
32462024-07-18T21:40:39.016Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32472024-07-18T21:40:41.923Z[ host-image] Jul 18 21:40:40.785 INFO O| Jul 18 21:40:40.785 INFO O| Download: 4488/22721 items 41.8/196.3MB 21% complete (1.4M/s)
32482024-07-18T21:40:44.989Z[ recovery-image] Jul 18 21:40:43.851 INFO O| Jul 18 21:40:43.851 INFO O| Planning: Planning completed in 57.00 seconds
32492024-07-18T21:40:44.997Z[ recovery-image] Jul 18 21:40:43.859 INFO O| Jul 18 21:40:43.859 INFO O| Packages to install: 123
32502024-07-18T21:40:44.997Z[ recovery-image] Jul 18 21:40:43.859 INFO O| Jul 18 21:40:43.859 INFO O| Mediators to change: 4
32512024-07-18T21:40:45.000Z[ recovery-image] Jul 18 21:40:43.859 INFO O| Jul 18 21:40:43.859 INFO O| Services to change: 5
32522024-07-18T21:40:45.020Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32532024-07-18T21:40:45.078Z[ recovery-image] Jul 18 21:40:43.940 INFO O| Jul 18 21:40:43.940 INFO O| Download: 0/15828 items 0.0/173.1MB 0% complete
32542024-07-18T21:40:45.852Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32552024-07-18T21:40:46.941Z[ host-image] Jul 18 21:40:45.803 INFO O| Jul 18 21:40:45.803 INFO O| Download: 5073/22721 items 45.8/196.3MB 23% complete (1.2M/s)
32562024-07-18T21:40:50.105Z[ recovery-image] Jul 18 21:40:48.966 INFO O| Jul 18 21:40:48.966 INFO O| Download: 970/15828 items 7.7/173.1MB 4% complete (1.6M/s)
32572024-07-18T21:40:51.962Z[ host-image] Jul 18 21:40:50.824 INFO O| Jul 18 21:40:50.824 INFO O| Download: 6052/22721 items 46.4/196.3MB 23% complete (483k/s)
32582024-07-18T21:40:55.205Z[ recovery-image] Jul 18 21:40:54.066 INFO O| Jul 18 21:40:54.066 INFO O| Download: 1174/15828 items 11.3/173.1MB 6% complete (1.1M/s)
32592024-07-18T21:40:56.964Z[ host-image] Jul 18 21:40:55.825 INFO O| Jul 18 21:40:55.825 INFO O| Download: 6882/22721 items 49.5/196.3MB 25% complete (354k/s)
32602024-07-18T21:41:00.496Z[ recovery-image] Jul 18 21:40:59.357 INFO O| Jul 18 21:40:59.357 INFO O| Download: 1572/15828 items 23.5/173.1MB 13% complete (1.5M/s)
32612024-07-18T21:41:02.156Z[ host-image] Jul 18 21:41:01.017 INFO O| Jul 18 21:41:01.017 INFO O| Download: 7694/22721 items 58.7/196.3MB 29% complete (1.2M/s)
32622024-07-18T21:41:05.501Z[ recovery-image] Jul 18 21:41:04.360 INFO O| Jul 18 21:41:04.360 INFO O| Download: 2624/15828 items 32.7/173.1MB 18% complete (1.8M/s)
32632024-07-18T21:41:08.638Z[ host-image] Jul 18 21:41:07.497 INFO O| Jul 18 21:41:07.497 INFO O| Download: 7953/22721 items 59.6/196.3MB 30% complete (1.3M/s)
32642024-07-18T21:41:10.503Z[ recovery-image] Jul 18 21:41:09.363 INFO O| Jul 18 21:41:09.363 INFO O| Download: 3157/15828 items 37.4/173.1MB 21% complete (1.4M/s)
32652024-07-18T21:41:13.783Z[ host-image] Jul 18 21:41:12.643 INFO O| Jul 18 21:41:12.643 INFO O| Download: 8293/22721 items 67.5/196.3MB 34% complete (683k/s)
32662024-07-18T21:41:15.506Z[ recovery-image] Jul 18 21:41:14.367 INFO O| Jul 18 21:41:14.367 INFO O| Download: 3817/15828 items 42.3/173.1MB 24% complete (1003k/s)
32672024-07-18T21:41:18.784Z[ host-image] Jul 18 21:41:17.644 INFO O| Jul 18 21:41:17.644 INFO O| Download: 8943/22721 items 71.9/196.3MB 36% complete (1.2M/s)
32682024-07-18T21:41:20.784Z[ recovery-image] Jul 18 21:41:19.644 INFO O| Jul 18 21:41:19.644 INFO O| Download: 4771/15828 items 43.0/173.1MB 24% complete (640k/s)
32692024-07-18T21:41:23.793Z[ host-image] Jul 18 21:41:22.653 INFO O| Jul 18 21:41:22.653 INFO O| Download: 9882/22721 items 83.5/196.3MB 42% complete (1.6M/s)
32702024-07-18T21:41:25.786Z[ recovery-image] Jul 18 21:41:24.646 INFO O| Jul 18 21:41:24.646 INFO O| Download: 5513/15828 items 43.4/173.1MB 25% complete (103k/s)
32712024-07-18T21:41:28.795Z[ host-image] Jul 18 21:41:27.655 INFO O| Jul 18 21:41:27.655 INFO O| Download: 10786/22721 items 89.6/196.3MB 45% complete (1.8M/s)
32722024-07-18T21:41:31.163Z[ recovery-image] Jul 18 21:41:30.023 INFO O| Jul 18 21:41:30.023 INFO O| Download: 5950/15828 items 53.7/173.1MB 31% complete (1.1M/s)
32732024-07-18T21:41:34.085Z[ host-image] Jul 18 21:41:32.945 INFO O| Jul 18 21:41:32.945 INFO O| Download: 11298/22721 items 95.9/196.3MB 48% complete (1.2M/s)
32742024-07-18T21:41:36.166Z[ recovery-image] Jul 18 21:41:35.026 INFO O| Jul 18 21:41:35.025 INFO O| Download: 6814/15828 items 65.9/173.1MB 38% complete (2.2M/s)
32752024-07-18T21:41:41.166Z[ recovery-image] Jul 18 21:41:40.026 INFO O| Jul 18 21:41:40.026 INFO O| Download: 7834/15828 items 75.3/173.1MB 43% complete (2.1M/s)
32762024-07-18T21:41:42.193Z[ host-image] Jul 18 21:41:41.052 INFO O| Jul 18 21:41:41.052 INFO O| Download: 11971/22721 items 98.1/196.3MB 49% complete (951k/s)
32772024-07-18T21:41:46.375Z[ recovery-image] Jul 18 21:41:45.234 INFO O| Jul 18 21:41:45.234 INFO O| Download: 8652/15828 items 81.5/173.1MB 47% complete (1.6M/s)
32782024-07-18T21:41:47.197Z[ host-image] Jul 18 21:41:46.056 INFO O| Jul 18 21:41:46.056 INFO O| Download: 12297/22721 items 109.4/196.3MB 55% complete (1.3M/s)
32792024-07-18T21:41:52.198Z[ host-image] Jul 18 21:41:51.056 INFO O| Jul 18 21:41:51.056 INFO O| Download: 13896/22721 items 110.2/196.3MB 56% complete (1.2M/s)
32802024-07-18T21:41:52.974Z[ recovery-image] Jul 18 21:41:51.830 INFO O| Jul 18 21:41:51.829 INFO O| Download: 8842/15828 items 91.9/173.1MB 53% complete (1.8M/s)
32812024-07-18T21:41:57.435Z[ host-image] Jul 18 21:41:56.294 INFO O| Jul 18 21:41:56.294 INFO O| Download: 14512/22721 items 116.6/196.3MB 59% complete (709k/s)
32822024-07-18T21:41:58.037Z[ recovery-image] Jul 18 21:41:56.896 INFO O| Jul 18 21:41:56.896 INFO O| Download: 9947/15828 items 93.1/173.1MB 53% complete (953k/s)
32832024-07-18T21:42:02.442Z[ host-image] Jul 18 21:42:01.300 INFO O| Jul 18 21:42:01.300 INFO O| Download: 15565/22721 items 124.4/196.3MB 63% complete (1.4M/s)
32842024-07-18T21:42:03.040Z[ recovery-image] Jul 18 21:42:01.898 INFO O| Jul 18 21:42:01.898 INFO O| Download: 10398/15828 items 93.3/173.1MB 53% complete (133k/s)
32852024-07-18T21:42:07.447Z[ host-image] Jul 18 21:42:06.305 INFO O| Jul 18 21:42:06.305 INFO O| Download: 16361/22721 items 132.2/196.3MB 67% complete (1.6M/s)
32862024-07-18T21:42:08.073Z[ recovery-image] Jul 18 21:42:06.931 INFO O| Jul 18 21:42:06.931 INFO O| Download: 11001/15828 items 94.6/173.1MB 54% complete (137k/s)
32872024-07-18T21:42:12.455Z[ host-image] Jul 18 21:42:11.313 INFO O| Jul 18 21:42:11.313 INFO O| Download: 17448/22721 items 149.2/196.3MB 75% complete (2.5M/s)
32882024-07-18T21:42:13.100Z[ recovery-image] Jul 18 21:42:11.958 INFO O| Jul 18 21:42:11.958 INFO O| Download: 11390/15828 items 107.0/173.1MB 61% complete (1.3M/s)
32892024-07-18T21:42:17.483Z[ host-image] Jul 18 21:42:16.341 INFO O| Jul 18 21:42:16.341 INFO O| Download: 18337/22721 items 160.1/196.3MB 81% complete (2.8M/s)
32902024-07-18T21:42:18.119Z[ recovery-image] Jul 18 21:42:16.977 INFO O| Jul 18 21:42:16.977 INFO O| Download: 11705/15828 items 120.6/173.1MB 69% complete (2.5M/s)
32912024-07-18T21:42:22.502Z[ host-image] Jul 18 21:42:21.359 INFO O| Jul 18 21:42:21.359 INFO O| Download: 19153/22721 items 163.1/196.3MB 83% complete (1.4M/s)
32922024-07-18T21:42:23.121Z[ recovery-image] Jul 18 21:42:21.979 INFO O| Jul 18 21:42:21.978 INFO O| Download: 12134/15828 items 137.4/173.1MB 79% complete (3.1M/s)
32932024-07-18T21:42:27.504Z[ host-image] Jul 18 21:42:26.361 INFO O| Jul 18 21:42:26.361 INFO O| Download: 20125/22721 items 167.6/196.3MB 85% complete (767k/s)
32942024-07-18T21:42:28.133Z[ recovery-image] Jul 18 21:42:26.990 INFO O| Jul 18 21:42:26.990 INFO O| Download: 13000/15828 items 140.4/173.1MB 81% complete (2.9M/s)
32952024-07-18T21:42:33.272Z[ recovery-image] Jul 18 21:42:32.129 INFO O| Jul 18 21:42:32.128 INFO O| Download: 14653/15828 items 147.5/173.1MB 85% complete (1.0M/s)
32962024-07-18T21:42:33.902Z[ host-image] Jul 18 21:42:32.759 INFO O| Jul 18 21:42:32.759 INFO O| Download: 20614/22721 items 169.6/196.3MB 86% complete (727k/s)
32972024-07-18T21:42:38.318Z[ recovery-image] Jul 18 21:42:37.175 INFO O| Jul 18 21:42:37.175 INFO O| Download: 15493/15828 items 165.7/173.1MB 95% complete (2.5M/s)
32982024-07-18T21:42:38.905Z[ host-image] Jul 18 21:42:37.762 INFO O| Jul 18 21:42:37.762 INFO O| Download: 21049/22721 items 176.3/196.3MB 89% complete (722k/s)
32992024-07-18T21:42:43.326Z[ recovery-image] Jul 18 21:42:42.183 INFO O| Jul 18 21:42:42.183 INFO O| Download: 15821/15828 items 172.9/173.1MB 99% complete (2.5M/s)
33002024-07-18T21:42:43.689Z[ recovery-image] Jul 18 21:42:42.546 INFO O| Jul 18 21:42:42.545 INFO O| Download: Completed 173.11 MB in 118.61 seconds (1.5M/s)
33012024-07-18T21:42:43.994Z[ host-image] Jul 18 21:42:42.850 INFO O| Jul 18 21:42:42.850 INFO O| Download: 21972/22721 items 189.2/196.3MB 96% complete (2.0M/s)
33022024-07-18T21:42:44.710Z[ recovery-image] Jul 18 21:42:43.566 INFO O| Jul 18 21:42:43.566 INFO O| Actions: 1/24954 actions (Installing new actions)
33032024-07-18T21:42:48.801Z[ host-image] Jul 18 21:42:47.657 INFO O| Jul 18 21:42:47.657 INFO O| Download: Completed 196.31 MB in 151.90 seconds (1.3M/s)
33042024-07-18T21:42:49.710Z[ recovery-image] Jul 18 21:42:48.566 INFO O| Jul 18 21:42:48.566 INFO O| Actions: 8409/24954 actions (Installing new actions)
33052024-07-18T21:42:50.660Z[ host-image] Jul 18 21:42:49.516 INFO O| Jul 18 21:42:49.516 INFO O| Actions: 1/49236 actions (Installing new actions)
33062024-07-18T21:42:54.713Z[ recovery-image] Jul 18 21:42:53.569 INFO O| Jul 18 21:42:53.569 INFO O| Actions: 14339/24954 actions (Installing new actions)
33072024-07-18T21:42:55.660Z[ host-image] Jul 18 21:42:54.517 INFO O| Jul 18 21:42:54.516 INFO O| Actions: 9255/49236 actions (Installing new actions)
33082024-07-18T21:42:59.713Z[ recovery-image] Jul 18 21:42:58.569 INFO O| Jul 18 21:42:58.569 INFO O| Actions: 20408/24954 actions (Installing new actions)
33092024-07-18T21:43:00.661Z[ host-image] Jul 18 21:42:59.517 INFO O| Jul 18 21:42:59.517 INFO O| Actions: 15175/49236 actions (Installing new actions)
33102024-07-18T21:43:04.723Z[ recovery-image] Jul 18 21:43:03.579 INFO O| Jul 18 21:43:03.578 INFO O| Actions: 24530/24954 actions (Installing new actions)
33112024-07-18T21:43:05.661Z[ host-image] Jul 18 21:43:04.517 INFO O| Jul 18 21:43:04.517 INFO O| Actions: 21561/49236 actions (Installing new actions)
33122024-07-18T21:43:06.044Z[ recovery-image] Jul 18 21:43:04.899 INFO O| Jul 18 21:43:04.899 INFO O| Actions: Completed 24954 actions in 21.33 seconds.
33132024-07-18T21:43:06.581Z[ recovery-image] Jul 18 21:43:05.436 INFO O| Jul 18 21:43:05.436 INFO O| Done
33142024-07-18T21:43:06.581Z[ recovery-image] Jul 18 21:43:05.436 INFO O| Jul 18 21:43:05.436 INFO O| Done
33152024-07-18T21:43:07.524Z[ recovery-image] Jul 18 21:43:06.380 INFO O| Jul 18 21:43:06.380 INFO O| Done
33162024-07-18T21:43:09.360Z[ recovery-image] Jul 18 21:43:08.215 INFO O| Jul 18 21:43:08.215 INFO O| Done
33172024-07-18T21:43:09.383Z[ recovery-image] Jul 18 21:43:08.239 INFO O| Jul 18 21:43:08.239 INFO O| Done
33182024-07-18T21:43:10.663Z[ host-image] Jul 18 21:43:09.518 INFO O| Jul 18 21:43:09.518 INFO O| Actions: 41327/49236 actions (Installing new actions)
33192024-07-18T21:43:15.740Z[ host-image] Jul 18 21:43:14.595 INFO O| Jul 18 21:43:14.595 INFO O| Actions: 48824/49236 actions (Installing new actions)
33202024-07-18T21:43:16.342Z[ host-image] Jul 18 21:43:15.197 INFO O| Jul 18 21:43:15.197 INFO O| Actions: Completed 49236 actions in 25.67 seconds.
33212024-07-18T21:43:16.763Z[ host-image] Jul 18 21:43:15.618 INFO O| Jul 18 21:43:15.617 INFO O| Done
33222024-07-18T21:43:16.763Z[ host-image] Jul 18 21:43:15.618 INFO O| Jul 18 21:43:15.618 INFO O| Done
33232024-07-18T21:43:17.694Z[ host-image] Jul 18 21:43:16.549 INFO O| Jul 18 21:43:16.549 INFO O| Done
33242024-07-18T21:43:19.569Z[ recovery-image] Jul 18 21:43:18.424 INFO O| Jul 18 21:43:18.423 INFO O| Done
33252024-07-18T21:43:20.254Z[ recovery-image] Jul 18 21:43:19.107 INFO O| Jul 18 21:43:19.107 INFO O| Done
33262024-07-18T21:43:20.264Z[ host-image] Jul 18 21:43:19.119 INFO O| Jul 18 21:43:19.119 INFO O| Done
33272024-07-18T21:43:20.309Z[ host-image] Jul 18 21:43:19.163 INFO O| Jul 18 21:43:19.163 INFO O| Done
33282024-07-18T21:43:20.596Z[ recovery-image] Jul 18 21:43:19.451 INFO O| Jul 18 21:43:19.451 INFO STEP 11 (pkg_install) COMPLETE
33292024-07-18T21:43:20.596Z[ recovery-image] Jul 18 21:43:19.451 INFO O| Jul 18 21:43:19.451 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33302024-07-18T21:43:20.596Z[ recovery-image] Jul 18 21:43:19.451 INFO O| Jul 18 21:43:19.451 INFO skip step because feature "recovery" is enabled
33312024-07-18T21:43:20.599Z[ recovery-image] Jul 18 21:43:19.451 INFO O| Jul 18 21:43:19.451 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33322024-07-18T21:43:20.599Z[ recovery-image] Jul 18 21:43:19.451 INFO O| Jul 18 21:43:19.451 INFO skip step because feature "omicron1" is not enabled
33332024-07-18T21:43:20.599Z[ recovery-image] Jul 18 21:43:19.451 INFO O| Jul 18 21:43:19.451 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33342024-07-18T21:43:20.618Z[ recovery-image] Jul 18 21:43:19.473 INFO O| Jul 18 21:43:19.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
33352024-07-18T21:43:21.594Z[ recovery-image] Jul 18 21:43:20.449 INFO O| Jul 18 21:43:20.448 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33362024-07-18T21:43:23.966Z[ recovery-image] Jul 18 21:43:22.821 INFO O| Jul 18 21:43:22.820 INFO O| Planning: Solver setup ... Done
33372024-07-18T21:43:23.971Z[ recovery-image] Jul 18 21:43:22.826 INFO O| Jul 18 21:43:22.826 INFO O| Planning: Running solver ... Done
33382024-07-18T21:43:24.022Z[ recovery-image] Jul 18 21:43:22.876 INFO O| Jul 18 21:43:22.876 INFO O| Planning: Finding local manifests ... Done
33392024-07-18T21:43:24.025Z[ recovery-image] Jul 18 21:43:22.878 INFO O| Jul 18 21:43:22.877 INFO O| Planning: Fetching manifests: 0/1 0% complete
33402024-07-18T21:43:24.107Z[ recovery-image] Jul 18 21:43:22.961 INFO O| Jul 18 21:43:22.961 INFO O| Planning: Fetching manifests: 1/1 100% complete
33412024-07-18T21:43:24.136Z[ recovery-image] Jul 18 21:43:22.991 INFO O| Jul 18 21:43:22.991 INFO O| Planning: Package planning ... Done
33422024-07-18T21:43:24.139Z[ recovery-image] Jul 18 21:43:22.992 INFO O| Jul 18 21:43:22.992 INFO O| Planning: Merging actions ... Done
33432024-07-18T21:43:24.201Z[ recovery-image] Jul 18 21:43:23.056 INFO O| Jul 18 21:43:23.056 INFO O| Planning: Checking for conflicting actions ... Done
33442024-07-18T21:43:24.205Z[ recovery-image] Jul 18 21:43:23.056 INFO O| Jul 18 21:43:23.056 INFO O| Planning: Consolidating action changes ... Done
33452024-07-18T21:43:24.422Z[ recovery-image] Jul 18 21:43:23.276 INFO O| Jul 18 21:43:23.276 INFO O| Planning: Evaluating mediators ... Done
33462024-07-18T21:43:24.425Z[ recovery-image] Jul 18 21:43:23.277 INFO O| Jul 18 21:43:23.277 INFO O| Planning: Planning completed in 2.83 seconds
33472024-07-18T21:43:24.425Z[ recovery-image] Jul 18 21:43:23.280 INFO O| Jul 18 21:43:23.280 INFO O| Packages to install: 1
33482024-07-18T21:43:24.442Z[ recovery-image] Jul 18 21:43:23.297 INFO O| Jul 18 21:43:23.297 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
33492024-07-18T21:43:24.858Z[ recovery-image] Jul 18 21:43:23.713 INFO O| Jul 18 21:43:23.713 INFO O| Download: Completed 20.86 MB in 0.42 seconds (50.1M/s)
33502024-07-18T21:43:24.894Z[ recovery-image] Jul 18 21:43:23.749 INFO O| Jul 18 21:43:23.749 INFO O| Actions: 1/22 actions (Installing new actions)
33512024-07-18T21:43:25.585Z[ recovery-image] Jul 18 21:43:24.439 INFO O| Jul 18 21:43:24.439 INFO O| Actions: Completed 22 actions in 0.69 seconds.
33522024-07-18T21:43:25.909Z[ recovery-image] Jul 18 21:43:24.763 INFO O| Jul 18 21:43:24.763 INFO O| Done
33532024-07-18T21:43:25.909Z[ recovery-image] Jul 18 21:43:24.763 INFO O| Jul 18 21:43:24.763 INFO O| Done
33542024-07-18T21:43:26.552Z[ recovery-image] Jul 18 21:43:25.407 INFO O| Jul 18 21:43:25.406 INFO O| Done
33552024-07-18T21:43:28.400Z[ recovery-image] Jul 18 21:43:27.255 INFO O| Jul 18 21:43:27.254 INFO O| Done
33562024-07-18T21:43:28.426Z[ recovery-image] Jul 18 21:43:27.281 INFO O| Jul 18 21:43:27.281 INFO O| Done
33572024-07-18T21:43:28.426Z[ recovery-image] Jul 18 21:43:27.281 INFO O| Jul 18 21:43:27.281 INFO O| Done
33582024-07-18T21:43:28.442Z[ recovery-image] Jul 18 21:43:27.297 INFO O| Jul 18 21:43:27.297 INFO O| Done
33592024-07-18T21:43:28.614Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO STEP 14 (pkg_install) COMPLETE
33602024-07-18T21:43:28.614Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33612024-07-18T21:43:28.614Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO skip step because feature "mfg" is not enabled
33622024-07-18T21:43:28.617Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33632024-07-18T21:43:28.617Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO skip step because feature "compliance" is not enabled
33642024-07-18T21:43:28.618Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33652024-07-18T21:43:28.618Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO skip step because feature "stress" is not enabled
33662024-07-18T21:43:28.618Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33672024-07-18T21:43:28.618Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO skip step because feature "nfs" is not enabled
33682024-07-18T21:43:28.618Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
33692024-07-18T21:43:28.618Z[ recovery-image] Jul 18 21:43:27.469 INFO O| Jul 18 21:43:27.469 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
33702024-07-18T21:43:28.678Z[ recovery-image] Jul 18 21:43:27.532 INFO O| Jul 18 21:43:27.532 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33712024-07-18T21:43:28.779Z[ recovery-image] Jul 18 21:43:27.633 INFO O| Jul 18 21:43:27.633 INFO completed processing gimlet/ramdisk-01-os
33722024-07-18T21:43:28.783Z[ recovery-image] Jul 18 21:43:27.636 INFO image builder template: ramdisk-02-trim...
33732024-07-18T21:43:28.783Z[ recovery-image] Jul 18 21:43:27.636 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/.tmpHGYhbO/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.277", "-n", "ramdisk-02-trim"], pwd: None
33742024-07-18T21:43:28.827Z[ recovery-image] Jul 18 21:43:27.682 INFO O| Jul 18 21:43:27.682 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
33752024-07-18T21:43:28.857Z[ recovery-image] Jul 18 21:43:27.711 INFO O| Jul 18 21:43:27.711 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
33762024-07-18T21:43:28.989Z[ recovery-image] Jul 18 21:43:27.844 INFO O| Jul 18 21:43:27.844 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
33772024-07-18T21:43:29.142Z[ recovery-image] Jul 18 21:43:27.997 INFO O| Jul 18 21:43:27.997 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
33782024-07-18T21:43:29.142Z[ recovery-image] Jul 18 21:43:27.997 INFO O| Jul 18 21:43:27.997 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33792024-07-18T21:43:29.154Z[ recovery-image] Jul 18 21:43:28.008 INFO O| Jul 18 21:43:28.008 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
33802024-07-18T21:43:29.179Z[ recovery-image] Jul 18 21:43:28.034 INFO O| Jul 18 21:43:28.034 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
33812024-07-18T21:43:29.191Z[ recovery-image] Jul 18 21:43:28.045 INFO O| Jul 18 21:43:28.045 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
33822024-07-18T21:43:29.567Z[ recovery-image] Jul 18 21:43:28.422 INFO O| Jul 18 21:43:28.422 INFO rolled back to input snapshot; work may begin
33832024-07-18T21:43:29.567Z[ recovery-image] Jul 18 21:43:28.422 INFO O| Jul 18 21:43:28.422 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33842024-07-18T21:43:29.578Z[ recovery-image] Jul 18 21:43:28.433 INFO O| Jul 18 21:43:28.433 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
33852024-07-18T21:43:29.599Z[ recovery-image] Jul 18 21:43:28.454 INFO O| Jul 18 21:43:28.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
33862024-07-18T21:43:29.750Z[ recovery-image] Jul 18 21:43:28.604 INFO O| Jul 18 21:43:28.604 INFO STEP 0 (remove_files) COMPLETE
33872024-07-18T21:43:29.750Z[ recovery-image] Jul 18 21:43:28.604 INFO O| Jul 18 21:43:28.604 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
33882024-07-18T21:43:29.804Z[ recovery-image] Jul 18 21:43:28.658 INFO O| Jul 18 21:43:28.658 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
33892024-07-18T21:43:29.808Z[ recovery-image] Jul 18 21:43:28.661 INFO O| Jul 18 21:43:28.661 INFO STEP 1 (remove_files) COMPLETE
33902024-07-18T21:43:29.808Z[ recovery-image] Jul 18 21:43:28.661 INFO O| Jul 18 21:43:28.661 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
33912024-07-18T21:43:29.854Z[ recovery-image] Jul 18 21:43:28.709 INFO O| Jul 18 21:43:28.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
33922024-07-18T21:43:29.922Z[ recovery-image] Jul 18 21:43:28.777 INFO O| Jul 18 21:43:28.777 INFO STEP 2 (remove_files) COMPLETE
33932024-07-18T21:43:29.922Z[ recovery-image] Jul 18 21:43:28.777 INFO O| Jul 18 21:43:28.777 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
33942024-07-18T21:43:29.969Z[ recovery-image] Jul 18 21:43:28.824 INFO O| Jul 18 21:43:28.824 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
33952024-07-18T21:43:29.973Z[ recovery-image] Jul 18 21:43:28.828 INFO O| Jul 18 21:43:28.828 INFO STEP 3 (remove_files) COMPLETE
33962024-07-18T21:43:29.973Z[ recovery-image] Jul 18 21:43:28.828 INFO O| Jul 18 21:43:28.828 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
33972024-07-18T21:43:30.024Z[ recovery-image] Jul 18 21:43:28.878 INFO O| Jul 18 21:43:28.878 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
33982024-07-18T21:43:30.032Z[ recovery-image] Jul 18 21:43:28.886 INFO O| Jul 18 21:43:28.886 INFO STEP 4 (remove_files) COMPLETE
33992024-07-18T21:43:30.032Z[ recovery-image] Jul 18 21:43:28.887 INFO O| Jul 18 21:43:28.886 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34002024-07-18T21:43:30.054Z[ recovery-image] Jul 18 21:43:28.909 INFO O| Jul 18 21:43:28.909 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
34012024-07-18T21:43:30.057Z[ recovery-image] Jul 18 21:43:28.909 INFO O| Jul 18 21:43:28.909 INFO STEP 5 (remove_files) COMPLETE
34022024-07-18T21:43:30.057Z[ recovery-image] Jul 18 21:43:28.909 INFO O| Jul 18 21:43:28.909 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34032024-07-18T21:43:30.074Z[ recovery-image] Jul 18 21:43:28.929 INFO O| Jul 18 21:43:28.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
34042024-07-18T21:43:30.095Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO STEP 6 (remove_files) COMPLETE
34052024-07-18T21:43:30.095Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34062024-07-18T21:43:30.099Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO skip step because feature "recovery" is enabled
34072024-07-18T21:43:30.099Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34082024-07-18T21:43:30.099Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO skip step because feature "recovery" is enabled
34092024-07-18T21:43:30.099Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34102024-07-18T21:43:30.099Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO skip step because feature "recovery" is enabled
34112024-07-18T21:43:30.099Z[ recovery-image] Jul 18 21:43:28.950 INFO O| Jul 18 21:43:28.950 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34122024-07-18T21:43:30.116Z[ recovery-image] Jul 18 21:43:28.970 INFO O| Jul 18 21:43:28.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
34132024-07-18T21:43:30.121Z[ recovery-image] Jul 18 21:43:28.976 INFO O| Jul 18 21:43:28.976 INFO STEP 10 (remove_files) COMPLETE
34142024-07-18T21:43:30.121Z[ recovery-image] Jul 18 21:43:28.976 INFO O| Jul 18 21:43:28.976 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34152024-07-18T21:43:30.156Z[ recovery-image] Jul 18 21:43:29.010 INFO O| Jul 18 21:43:29.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
34162024-07-18T21:43:30.159Z[ recovery-image] Jul 18 21:43:29.012 INFO O| Jul 18 21:43:29.012 INFO STEP 11 (remove_files) COMPLETE
34172024-07-18T21:43:30.159Z[ recovery-image] Jul 18 21:43:29.012 INFO O| Jul 18 21:43:29.012 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34182024-07-18T21:43:30.178Z[ recovery-image] Jul 18 21:43:29.032 INFO O| Jul 18 21:43:29.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
34192024-07-18T21:43:30.180Z[ recovery-image] Jul 18 21:43:29.035 INFO O| Jul 18 21:43:29.035 INFO STEP 12 (remove_files) COMPLETE
34202024-07-18T21:43:30.180Z[ recovery-image] Jul 18 21:43:29.035 INFO O| Jul 18 21:43:29.035 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34212024-07-18T21:43:30.204Z[ recovery-image] Jul 18 21:43:29.058 INFO O| Jul 18 21:43:29.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
34222024-07-18T21:43:30.540Z[ recovery-image] Jul 18 21:43:29.394 INFO O| Jul 18 21:43:29.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
34232024-07-18T21:43:30.545Z[ recovery-image] Jul 18 21:43:29.399 INFO O| Jul 18 21:43:29.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
34242024-07-18T21:43:30.549Z[ recovery-image] Jul 18 21:43:29.403 INFO O| Jul 18 21:43:29.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
34252024-07-18T21:43:30.599Z[ recovery-image] Jul 18 21:43:29.454 INFO O| Jul 18 21:43:29.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
34262024-07-18T21:43:30.731Z[ recovery-image] Jul 18 21:43:29.585 INFO O| Jul 18 21:43:29.585 INFO STEP 13 (remove_files) COMPLETE
34272024-07-18T21:43:30.731Z[ recovery-image] Jul 18 21:43:29.585 INFO O| Jul 18 21:43:29.585 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34282024-07-18T21:43:30.760Z[ recovery-image] Jul 18 21:43:29.615 INFO O| Jul 18 21:43:29.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
34292024-07-18T21:43:30.763Z[ recovery-image] Jul 18 21:43:29.617 INFO O| Jul 18 21:43:29.617 INFO STEP 14 (remove_files) COMPLETE
34302024-07-18T21:43:30.763Z[ recovery-image] Jul 18 21:43:29.617 INFO O| Jul 18 21:43:29.617 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34312024-07-18T21:43:30.783Z[ recovery-image] Jul 18 21:43:29.637 INFO O| Jul 18 21:43:29.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
34322024-07-18T21:43:30.795Z[ recovery-image] Jul 18 21:43:29.649 INFO O| Jul 18 21:43:29.649 INFO STEP 15 (remove_files) COMPLETE
34332024-07-18T21:43:30.795Z[ recovery-image] Jul 18 21:43:29.649 INFO O| Jul 18 21:43:29.649 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34342024-07-18T21:43:30.834Z[ recovery-image] Jul 18 21:43:29.688 INFO O| Jul 18 21:43:29.688 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
34352024-07-18T21:43:30.837Z[ recovery-image] Jul 18 21:43:29.689 INFO O| Jul 18 21:43:29.689 INFO STEP 16 (remove_files) COMPLETE
34362024-07-18T21:43:30.837Z[ recovery-image] Jul 18 21:43:29.689 INFO O| Jul 18 21:43:29.689 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34372024-07-18T21:43:30.854Z[ recovery-image] Jul 18 21:43:29.709 INFO O| Jul 18 21:43:29.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
34382024-07-18T21:43:30.857Z[ recovery-image] Jul 18 21:43:29.711 INFO O| Jul 18 21:43:29.711 INFO STEP 17 (remove_files) COMPLETE
34392024-07-18T21:43:30.857Z[ recovery-image] Jul 18 21:43:29.711 INFO O| Jul 18 21:43:29.711 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34402024-07-18T21:43:30.875Z[ recovery-image] Jul 18 21:43:29.729 INFO O| Jul 18 21:43:29.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
34412024-07-18T21:43:30.875Z[ recovery-image] Jul 18 21:43:29.730 INFO O| Jul 18 21:43:29.730 INFO STEP 18 (remove_files) COMPLETE
34422024-07-18T21:43:30.875Z[ recovery-image] Jul 18 21:43:29.730 INFO O| Jul 18 21:43:29.730 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34432024-07-18T21:43:30.894Z[ recovery-image] Jul 18 21:43:29.748 INFO O| Jul 18 21:43:29.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
34442024-07-18T21:43:30.894Z[ recovery-image] Jul 18 21:43:29.748 INFO O| Jul 18 21:43:29.748 INFO STEP 19 (remove_files) COMPLETE
34452024-07-18T21:43:30.897Z[ recovery-image] Jul 18 21:43:29.749 INFO O| Jul 18 21:43:29.748 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34462024-07-18T21:43:30.924Z[ recovery-image] Jul 18 21:43:29.779 INFO O| Jul 18 21:43:29.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
34472024-07-18T21:43:30.924Z[ recovery-image] Jul 18 21:43:29.779 INFO O| Jul 18 21:43:29.779 INFO STEP 20 (remove_files) COMPLETE
34482024-07-18T21:43:30.924Z[ recovery-image] Jul 18 21:43:29.779 INFO O| Jul 18 21:43:29.779 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34492024-07-18T21:43:30.947Z[ recovery-image] Jul 18 21:43:29.802 INFO O| Jul 18 21:43:29.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
34502024-07-18T21:43:30.947Z[ recovery-image] Jul 18 21:43:29.802 INFO O| Jul 18 21:43:29.802 INFO STEP 21 (remove_files) COMPLETE
34512024-07-18T21:43:30.947Z[ recovery-image] Jul 18 21:43:29.802 INFO O| Jul 18 21:43:29.802 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34522024-07-18T21:43:30.969Z[ recovery-image] Jul 18 21:43:29.823 INFO O| Jul 18 21:43:29.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
34532024-07-18T21:43:30.969Z[ recovery-image] Jul 18 21:43:29.823 INFO O| Jul 18 21:43:29.823 INFO STEP 22 (remove_files) COMPLETE
34542024-07-18T21:43:30.969Z[ recovery-image] Jul 18 21:43:29.823 INFO O| Jul 18 21:43:29.823 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34552024-07-18T21:43:31.003Z[ recovery-image] Jul 18 21:43:29.857 INFO O| Jul 18 21:43:29.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
34562024-07-18T21:43:31.007Z[ recovery-image] Jul 18 21:43:29.858 INFO O| Jul 18 21:43:29.857 INFO STEP 23 (remove_files) COMPLETE
34572024-07-18T21:43:31.007Z[ recovery-image] Jul 18 21:43:29.858 INFO O| Jul 18 21:43:29.858 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34582024-07-18T21:43:31.069Z[ recovery-image] Jul 18 21:43:29.924 INFO O| Jul 18 21:43:29.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
34592024-07-18T21:43:31.072Z[ recovery-image] Jul 18 21:43:29.924 INFO O| Jul 18 21:43:29.924 INFO STEP 24 (remove_files) COMPLETE
34602024-07-18T21:43:31.072Z[ recovery-image] Jul 18 21:43:29.924 INFO O| Jul 18 21:43:29.924 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34612024-07-18T21:43:31.121Z[ recovery-image] Jul 18 21:43:29.976 INFO O| Jul 18 21:43:29.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
34622024-07-18T21:43:31.122Z[ recovery-image] Jul 18 21:43:29.976 INFO O| Jul 18 21:43:29.976 INFO STEP 25 (remove_files) COMPLETE
34632024-07-18T21:43:31.125Z[ recovery-image] Jul 18 21:43:29.976 INFO O| Jul 18 21:43:29.976 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34642024-07-18T21:43:31.144Z[ recovery-image] Jul 18 21:43:29.998 INFO O| Jul 18 21:43:29.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
34652024-07-18T21:43:31.144Z[ recovery-image] Jul 18 21:43:29.998 INFO O| Jul 18 21:43:29.998 INFO STEP 26 (remove_files) COMPLETE
34662024-07-18T21:43:31.144Z[ recovery-image] Jul 18 21:43:29.998 INFO O| Jul 18 21:43:29.998 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34672024-07-18T21:43:31.169Z[ recovery-image] Jul 18 21:43:30.023 INFO O| Jul 18 21:43:30.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
34682024-07-18T21:43:31.172Z[ recovery-image] Jul 18 21:43:30.023 INFO O| Jul 18 21:43:30.023 INFO STEP 27 (remove_files) COMPLETE
34692024-07-18T21:43:31.172Z[ recovery-image] Jul 18 21:43:30.024 INFO O| Jul 18 21:43:30.023 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34702024-07-18T21:43:31.191Z[ recovery-image] Jul 18 21:43:30.046 INFO O| Jul 18 21:43:30.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
34712024-07-18T21:43:31.194Z[ recovery-image] Jul 18 21:43:30.046 INFO O| Jul 18 21:43:30.046 INFO STEP 28 (remove_files) COMPLETE
34722024-07-18T21:43:31.194Z[ recovery-image] Jul 18 21:43:30.046 INFO O| Jul 18 21:43:30.046 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34732024-07-18T21:43:31.214Z[ recovery-image] Jul 18 21:43:30.069 INFO O| Jul 18 21:43:30.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
34742024-07-18T21:43:31.214Z[ recovery-image] Jul 18 21:43:30.069 INFO O| Jul 18 21:43:30.069 INFO STEP 29 (remove_files) COMPLETE
34752024-07-18T21:43:31.217Z[ recovery-image] Jul 18 21:43:30.069 INFO O| Jul 18 21:43:30.069 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34762024-07-18T21:43:31.236Z[ recovery-image] Jul 18 21:43:30.090 INFO O| Jul 18 21:43:30.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
34772024-07-18T21:43:31.236Z[ recovery-image] Jul 18 21:43:30.090 INFO O| Jul 18 21:43:30.090 INFO STEP 30 (remove_files) COMPLETE
34782024-07-18T21:43:31.239Z[ recovery-image] Jul 18 21:43:30.090 INFO O| Jul 18 21:43:30.090 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34792024-07-18T21:43:31.261Z[ recovery-image] Jul 18 21:43:30.115 INFO O| Jul 18 21:43:30.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
34802024-07-18T21:43:31.261Z[ recovery-image] Jul 18 21:43:30.115 INFO O| Jul 18 21:43:30.115 INFO STEP 31 (remove_files) COMPLETE
34812024-07-18T21:43:31.264Z[ recovery-image] Jul 18 21:43:30.115 INFO O| Jul 18 21:43:30.115 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34822024-07-18T21:43:31.299Z[ recovery-image] Jul 18 21:43:30.153 INFO O| Jul 18 21:43:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
34832024-07-18T21:43:31.299Z[ recovery-image] Jul 18 21:43:30.153 INFO O| Jul 18 21:43:30.153 INFO STEP 32 (remove_files) COMPLETE
34842024-07-18T21:43:31.299Z[ recovery-image] Jul 18 21:43:30.153 INFO O| Jul 18 21:43:30.153 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34852024-07-18T21:43:31.349Z[ recovery-image] Jul 18 21:43:30.203 INFO O| Jul 18 21:43:30.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
34862024-07-18T21:43:31.349Z[ recovery-image] Jul 18 21:43:30.203 INFO O| Jul 18 21:43:30.203 INFO STEP 33 (remove_files) COMPLETE
34872024-07-18T21:43:31.349Z[ recovery-image] Jul 18 21:43:30.203 INFO O| Jul 18 21:43:30.203 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34882024-07-18T21:43:31.371Z[ recovery-image] Jul 18 21:43:30.225 INFO O| Jul 18 21:43:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
34892024-07-18T21:43:31.371Z[ recovery-image] Jul 18 21:43:30.225 INFO O| Jul 18 21:43:30.225 INFO STEP 34 (remove_files) COMPLETE
34902024-07-18T21:43:31.371Z[ recovery-image] Jul 18 21:43:30.225 INFO O| Jul 18 21:43:30.225 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34912024-07-18T21:43:31.391Z[ recovery-image] Jul 18 21:43:30.245 INFO O| Jul 18 21:43:30.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
34922024-07-18T21:43:31.391Z[ recovery-image] Jul 18 21:43:30.246 INFO O| Jul 18 21:43:30.246 INFO STEP 35 (remove_files) COMPLETE
34932024-07-18T21:43:31.391Z[ recovery-image] Jul 18 21:43:30.246 INFO O| Jul 18 21:43:30.246 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34942024-07-18T21:43:31.412Z[ recovery-image] Jul 18 21:43:30.267 INFO O| Jul 18 21:43:30.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
34952024-07-18T21:43:31.412Z[ recovery-image] Jul 18 21:43:30.267 INFO O| Jul 18 21:43:30.267 INFO STEP 36 (remove_files) COMPLETE
34962024-07-18T21:43:31.412Z[ recovery-image] Jul 18 21:43:30.267 INFO O| Jul 18 21:43:30.267 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34972024-07-18T21:43:31.432Z[ recovery-image] Jul 18 21:43:30.286 INFO O| Jul 18 21:43:30.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
34982024-07-18T21:43:31.432Z[ recovery-image] Jul 18 21:43:30.286 INFO O| Jul 18 21:43:30.286 INFO STEP 37 (remove_files) COMPLETE
34992024-07-18T21:43:31.432Z[ recovery-image] Jul 18 21:43:30.286 INFO O| Jul 18 21:43:30.286 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35002024-07-18T21:43:31.473Z[ recovery-image] Jul 18 21:43:30.327 INFO O| Jul 18 21:43:30.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
35012024-07-18T21:43:31.473Z[ recovery-image] Jul 18 21:43:30.327 INFO O| Jul 18 21:43:30.327 INFO STEP 38 (remove_files) COMPLETE
35022024-07-18T21:43:31.473Z[ recovery-image] Jul 18 21:43:30.327 INFO O| Jul 18 21:43:30.327 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35032024-07-18T21:43:31.515Z[ recovery-image] Jul 18 21:43:30.369 INFO O| Jul 18 21:43:30.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
35042024-07-18T21:43:31.515Z[ recovery-image] Jul 18 21:43:30.369 INFO O| Jul 18 21:43:30.369 INFO STEP 39 (remove_files) COMPLETE
35052024-07-18T21:43:31.518Z[ recovery-image] Jul 18 21:43:30.369 INFO O| Jul 18 21:43:30.369 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35062024-07-18T21:43:31.534Z[ recovery-image] Jul 18 21:43:30.389 INFO O| Jul 18 21:43:30.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
35072024-07-18T21:43:31.534Z[ recovery-image] Jul 18 21:43:30.389 INFO O| Jul 18 21:43:30.389 INFO STEP 40 (remove_files) COMPLETE
35082024-07-18T21:43:31.538Z[ recovery-image] Jul 18 21:43:30.389 INFO O| Jul 18 21:43:30.389 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35092024-07-18T21:43:31.557Z[ recovery-image] Jul 18 21:43:30.411 INFO O| Jul 18 21:43:30.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
35102024-07-18T21:43:31.560Z[ recovery-image] Jul 18 21:43:30.412 INFO O| Jul 18 21:43:30.411 INFO STEP 41 (remove_files) COMPLETE
35112024-07-18T21:43:31.560Z[ recovery-image] Jul 18 21:43:30.412 INFO O| Jul 18 21:43:30.412 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35122024-07-18T21:43:31.581Z[ recovery-image] Jul 18 21:43:30.434 INFO O| Jul 18 21:43:30.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
35132024-07-18T21:43:31.581Z[ recovery-image] Jul 18 21:43:30.434 INFO O| Jul 18 21:43:30.434 INFO STEP 42 (remove_files) COMPLETE
35142024-07-18T21:43:31.581Z[ recovery-image] Jul 18 21:43:30.434 INFO O| Jul 18 21:43:30.434 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35152024-07-18T21:43:31.598Z[ recovery-image] Jul 18 21:43:30.452 INFO O| Jul 18 21:43:30.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
35162024-07-18T21:43:31.598Z[ recovery-image] Jul 18 21:43:30.452 INFO O| Jul 18 21:43:30.452 INFO STEP 43 (remove_files) COMPLETE
35172024-07-18T21:43:31.601Z[ recovery-image] Jul 18 21:43:30.453 INFO O| Jul 18 21:43:30.452 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35182024-07-18T21:43:31.626Z[ recovery-image] Jul 18 21:43:30.480 INFO O| Jul 18 21:43:30.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
35192024-07-18T21:43:31.629Z[ recovery-image] Jul 18 21:43:30.481 INFO O| Jul 18 21:43:30.480 INFO STEP 44 (remove_files) COMPLETE
35202024-07-18T21:43:31.629Z[ recovery-image] Jul 18 21:43:30.481 INFO O| Jul 18 21:43:30.481 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35212024-07-18T21:43:31.652Z[ recovery-image] Jul 18 21:43:30.506 INFO O| Jul 18 21:43:30.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
35222024-07-18T21:43:31.655Z[ recovery-image] Jul 18 21:43:30.506 INFO O| Jul 18 21:43:30.506 INFO STEP 45 (remove_files) COMPLETE
35232024-07-18T21:43:31.655Z[ recovery-image] Jul 18 21:43:30.506 INFO O| Jul 18 21:43:30.506 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35242024-07-18T21:43:31.672Z[ recovery-image] Jul 18 21:43:30.527 INFO O| Jul 18 21:43:30.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
35252024-07-18T21:43:31.672Z[ recovery-image] Jul 18 21:43:30.527 INFO O| Jul 18 21:43:30.527 INFO STEP 46 (remove_files) COMPLETE
35262024-07-18T21:43:31.676Z[ recovery-image] Jul 18 21:43:30.527 INFO O| Jul 18 21:43:30.527 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35272024-07-18T21:43:31.693Z[ recovery-image] Jul 18 21:43:30.547 INFO O| Jul 18 21:43:30.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
35282024-07-18T21:43:31.693Z[ recovery-image] Jul 18 21:43:30.547 INFO O| Jul 18 21:43:30.547 INFO STEP 47 (remove_files) COMPLETE
35292024-07-18T21:43:31.695Z[ recovery-image] Jul 18 21:43:30.547 INFO O| Jul 18 21:43:30.547 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35302024-07-18T21:43:31.720Z[ recovery-image] Jul 18 21:43:30.575 INFO O| Jul 18 21:43:30.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
35312024-07-18T21:43:31.721Z[ recovery-image] Jul 18 21:43:30.575 INFO O| Jul 18 21:43:30.575 INFO STEP 48 (remove_files) COMPLETE
35322024-07-18T21:43:31.721Z[ recovery-image] Jul 18 21:43:30.575 INFO O| Jul 18 21:43:30.575 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35332024-07-18T21:43:31.744Z[ recovery-image] Jul 18 21:43:30.598 INFO O| Jul 18 21:43:30.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
35342024-07-18T21:43:31.744Z[ recovery-image] Jul 18 21:43:30.598 INFO O| Jul 18 21:43:30.598 INFO STEP 49 (remove_files) COMPLETE
35352024-07-18T21:43:31.744Z[ recovery-image] Jul 18 21:43:30.598 INFO O| Jul 18 21:43:30.598 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35362024-07-18T21:43:31.765Z[ recovery-image] Jul 18 21:43:30.620 INFO O| Jul 18 21:43:30.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
35372024-07-18T21:43:31.766Z[ recovery-image] Jul 18 21:43:30.620 INFO O| Jul 18 21:43:30.620 INFO STEP 50 (remove_files) COMPLETE
35382024-07-18T21:43:31.768Z[ recovery-image] Jul 18 21:43:30.620 INFO O| Jul 18 21:43:30.620 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35392024-07-18T21:43:31.818Z[ recovery-image] Jul 18 21:43:30.672 INFO O| Jul 18 21:43:30.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
35402024-07-18T21:43:31.818Z[ recovery-image] Jul 18 21:43:30.672 INFO O| Jul 18 21:43:30.672 INFO STEP 51 (remove_files) COMPLETE
35412024-07-18T21:43:31.818Z[ recovery-image] Jul 18 21:43:30.672 INFO O| Jul 18 21:43:30.672 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35422024-07-18T21:43:31.859Z[ recovery-image] Jul 18 21:43:30.713 INFO O| Jul 18 21:43:30.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
35432024-07-18T21:43:31.859Z[ recovery-image] Jul 18 21:43:30.714 INFO O| Jul 18 21:43:30.714 INFO STEP 52 (remove_files) COMPLETE
35442024-07-18T21:43:31.859Z[ recovery-image] Jul 18 21:43:30.714 INFO O| Jul 18 21:43:30.714 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35452024-07-18T21:43:31.903Z[ recovery-image] Jul 18 21:43:30.758 INFO O| Jul 18 21:43:30.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
35462024-07-18T21:43:31.906Z[ recovery-image] Jul 18 21:43:30.758 INFO O| Jul 18 21:43:30.758 INFO STEP 53 (remove_files) COMPLETE
35472024-07-18T21:43:31.907Z[ recovery-image] Jul 18 21:43:30.758 INFO O| Jul 18 21:43:30.758 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35482024-07-18T21:43:31.926Z[ recovery-image] Jul 18 21:43:30.781 INFO O| Jul 18 21:43:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
35492024-07-18T21:43:31.929Z[ recovery-image] Jul 18 21:43:30.781 INFO O| Jul 18 21:43:30.781 INFO STEP 54 (remove_files) COMPLETE
35502024-07-18T21:43:31.929Z[ recovery-image] Jul 18 21:43:30.781 INFO O| Jul 18 21:43:30.781 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35512024-07-18T21:43:31.968Z[ recovery-image] Jul 18 21:43:30.823 INFO O| Jul 18 21:43:30.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
35522024-07-18T21:43:31.969Z[ recovery-image] Jul 18 21:43:30.823 INFO O| Jul 18 21:43:30.823 INFO STEP 55 (remove_files) COMPLETE
35532024-07-18T21:43:31.969Z[ recovery-image] Jul 18 21:43:30.823 INFO O| Jul 18 21:43:30.823 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35542024-07-18T21:43:31.990Z[ recovery-image] Jul 18 21:43:30.844 INFO O| Jul 18 21:43:30.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
35552024-07-18T21:43:31.990Z[ recovery-image] Jul 18 21:43:30.844 INFO O| Jul 18 21:43:30.844 INFO STEP 56 (remove_files) COMPLETE
35562024-07-18T21:43:31.990Z[ recovery-image] Jul 18 21:43:30.844 INFO O| Jul 18 21:43:30.844 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35572024-07-18T21:43:32.010Z[ recovery-image] Jul 18 21:43:30.864 INFO O| Jul 18 21:43:30.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
35582024-07-18T21:43:32.010Z[ recovery-image] Jul 18 21:43:30.864 INFO O| Jul 18 21:43:30.864 INFO STEP 57 (remove_files) COMPLETE
35592024-07-18T21:43:32.010Z[ recovery-image] Jul 18 21:43:30.865 INFO O| Jul 18 21:43:30.864 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35602024-07-18T21:43:32.052Z[ recovery-image] Jul 18 21:43:30.906 INFO O| Jul 18 21:43:30.906 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
35612024-07-18T21:43:32.052Z[ recovery-image] Jul 18 21:43:30.906 INFO O| Jul 18 21:43:30.906 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
35622024-07-18T21:43:32.055Z[ recovery-image] Jul 18 21:43:30.907 INFO O| Jul 18 21:43:30.906 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35632024-07-18T21:43:32.055Z[ recovery-image] Jul 18 21:43:30.907 INFO O| Jul 18 21:43:30.907 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35642024-07-18T21:43:32.055Z[ recovery-image] Jul 18 21:43:30.907 INFO O| Jul 18 21:43:30.907 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35652024-07-18T21:43:32.055Z[ recovery-image] Jul 18 21:43:30.907 INFO O| Jul 18 21:43:30.907 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35662024-07-18T21:43:32.055Z[ recovery-image] Jul 18 21:43:30.907 INFO O| Jul 18 21:43:30.907 INFO ok!
35672024-07-18T21:43:32.055Z[ recovery-image] Jul 18 21:43:30.907 INFO O| Jul 18 21:43:30.907 INFO STEP 58 (ensure_file) COMPLETE
35682024-07-18T21:43:32.055Z[ recovery-image] Jul 18 21:43:30.907 INFO O| Jul 18 21:43:30.907 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35692024-07-18T21:43:32.104Z[ recovery-image] Jul 18 21:43:30.958 INFO O| Jul 18 21:43:30.958 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
35702024-07-18T21:43:32.105Z[ recovery-image] Jul 18 21:43:30.958 INFO O| Jul 18 21:43:30.958 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
35712024-07-18T21:43:32.108Z[ recovery-image] Jul 18 21:43:30.959 INFO O| Jul 18 21:43:30.959 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35722024-07-18T21:43:32.108Z[ recovery-image] Jul 18 21:43:30.959 INFO O| Jul 18 21:43:30.959 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35732024-07-18T21:43:32.108Z[ recovery-image] Jul 18 21:43:30.959 INFO O| Jul 18 21:43:30.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35742024-07-18T21:43:32.108Z[ recovery-image] Jul 18 21:43:30.959 INFO O| Jul 18 21:43:30.959 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35752024-07-18T21:43:32.108Z[ recovery-image] Jul 18 21:43:30.959 INFO O| Jul 18 21:43:30.959 INFO ok!
35762024-07-18T21:43:32.108Z[ recovery-image] Jul 18 21:43:30.959 INFO O| Jul 18 21:43:30.959 INFO STEP 59 (ensure_file) COMPLETE
35772024-07-18T21:43:32.108Z[ recovery-image] Jul 18 21:43:30.959 INFO O| Jul 18 21:43:30.959 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35782024-07-18T21:43:32.152Z[ recovery-image] Jul 18 21:43:31.006 INFO O| Jul 18 21:43:31.006 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
35792024-07-18T21:43:32.152Z[ recovery-image] Jul 18 21:43:31.006 INFO O| Jul 18 21:43:31.006 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
35802024-07-18T21:43:32.155Z[ recovery-image] Jul 18 21:43:31.006 INFO O| Jul 18 21:43:31.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
35812024-07-18T21:43:32.155Z[ recovery-image] Jul 18 21:43:31.007 INFO O| Jul 18 21:43:31.006 INFO ok!
35822024-07-18T21:43:32.155Z[ recovery-image] Jul 18 21:43:31.007 INFO O| Jul 18 21:43:31.007 INFO STEP 60 (ensure_file) COMPLETE
35832024-07-18T21:43:32.155Z[ recovery-image] Jul 18 21:43:31.007 INFO O| Jul 18 21:43:31.007 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35842024-07-18T21:43:32.173Z[ recovery-image] Jul 18 21:43:31.028 INFO O| Jul 18 21:43:31.028 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
35852024-07-18T21:43:32.173Z[ recovery-image] Jul 18 21:43:31.028 INFO O| Jul 18 21:43:31.028 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
35862024-07-18T21:43:32.176Z[ recovery-image] Jul 18 21:43:31.028 INFO O| Jul 18 21:43:31.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
35872024-07-18T21:43:32.176Z[ recovery-image] Jul 18 21:43:31.028 INFO O| Jul 18 21:43:31.028 INFO ok!
35882024-07-18T21:43:32.176Z[ recovery-image] Jul 18 21:43:31.028 INFO O| Jul 18 21:43:31.028 INFO STEP 61 (ensure_file) COMPLETE
35892024-07-18T21:43:32.176Z[ recovery-image] Jul 18 21:43:31.028 INFO O| Jul 18 21:43:31.028 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35902024-07-18T21:43:32.207Z[ recovery-image] Jul 18 21:43:31.062 INFO O| Jul 18 21:43:31.061 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
35912024-07-18T21:43:32.207Z[ recovery-image] Jul 18 21:43:31.062 INFO O| Jul 18 21:43:31.062 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
35922024-07-18T21:43:32.210Z[ recovery-image] Jul 18 21:43:31.062 INFO O| Jul 18 21:43:31.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
35932024-07-18T21:43:32.210Z[ recovery-image] Jul 18 21:43:31.062 INFO O| Jul 18 21:43:31.062 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
35942024-07-18T21:43:32.210Z[ recovery-image] Jul 18 21:43:31.062 INFO O| Jul 18 21:43:31.062 INFO ok!
35952024-07-18T21:43:32.210Z[ recovery-image] Jul 18 21:43:31.062 INFO O| Jul 18 21:43:31.062 INFO STEP 62 (ensure_file) COMPLETE
35962024-07-18T21:43:32.210Z[ recovery-image] Jul 18 21:43:31.062 INFO O| Jul 18 21:43:31.062 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35972024-07-18T21:43:32.253Z[ recovery-image] Jul 18 21:43:31.106 INFO O| Jul 18 21:43:31.106 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
35982024-07-18T21:43:32.253Z[ recovery-image] Jul 18 21:43:31.106 INFO O| Jul 18 21:43:31.106 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
35992024-07-18T21:43:32.256Z[ recovery-image] Jul 18 21:43:31.106 INFO O| Jul 18 21:43:31.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
36002024-07-18T21:43:32.256Z[ recovery-image] Jul 18 21:43:31.106 INFO O| Jul 18 21:43:31.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
36012024-07-18T21:43:32.256Z[ recovery-image] Jul 18 21:43:31.106 INFO O| Jul 18 21:43:31.106 INFO ok!
36022024-07-18T21:43:32.256Z[ recovery-image] Jul 18 21:43:31.106 INFO O| Jul 18 21:43:31.106 INFO STEP 63 (ensure_file) COMPLETE
36032024-07-18T21:43:32.256Z[ recovery-image] Jul 18 21:43:31.106 INFO O| Jul 18 21:43:31.106 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36042024-07-18T21:43:32.272Z[ recovery-image] Jul 18 21:43:31.125 INFO O| Jul 18 21:43:31.125 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist
36052024-07-18T21:43:32.272Z[ recovery-image] Jul 18 21:43:31.126 INFO O| Jul 18 21:43:31.125 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ...
36062024-07-18T21:43:32.272Z[ recovery-image] Jul 18 21:43:31.126 INFO O| Jul 18 21:43:31.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
36072024-07-18T21:43:32.272Z[ recovery-image] Jul 18 21:43:31.126 INFO O| Jul 18 21:43:31.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
36082024-07-18T21:43:32.272Z[ recovery-image] Jul 18 21:43:31.126 INFO O| Jul 18 21:43:31.126 INFO ok!
36092024-07-18T21:43:32.272Z[ recovery-image] Jul 18 21:43:31.126 INFO O| Jul 18 21:43:31.126 INFO STEP 64 (ensure_file) COMPLETE
36102024-07-18T21:43:32.272Z[ recovery-image] Jul 18 21:43:31.126 INFO O| Jul 18 21:43:31.126 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36112024-07-18T21:43:32.289Z[ recovery-image] Jul 18 21:43:31.143 INFO O| Jul 18 21:43:31.143 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
36122024-07-18T21:43:32.289Z[ recovery-image] Jul 18 21:43:31.143 INFO O| Jul 18 21:43:31.143 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
36132024-07-18T21:43:32.289Z[ recovery-image] Jul 18 21:43:31.144 INFO O| Jul 18 21:43:31.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
36142024-07-18T21:43:32.292Z[ recovery-image] Jul 18 21:43:31.144 INFO O| Jul 18 21:43:31.144 INFO ok!
36152024-07-18T21:43:32.292Z[ recovery-image] Jul 18 21:43:31.144 INFO O| Jul 18 21:43:31.144 INFO STEP 65 (assemble_files) COMPLETE
36162024-07-18T21:43:32.292Z[ recovery-image] Jul 18 21:43:31.144 INFO O| Jul 18 21:43:31.144 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-07-18T21:43:32.309Z[ recovery-image] Jul 18 21:43:31.163 INFO O| Jul 18 21:43:31.163 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
36182024-07-18T21:43:32.309Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.163 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
36192024-07-18T21:43:32.312Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
36202024-07-18T21:43:32.312Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
36212024-07-18T21:43:32.312Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO ok!
36222024-07-18T21:43:32.312Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO STEP 66 (ensure_file) COMPLETE
36232024-07-18T21:43:32.312Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-07-18T21:43:32.312Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO skip step because feature "omicron1" is not enabled
36252024-07-18T21:43:32.312Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-07-18T21:43:32.313Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO skip step because feature "omicron1" is not enabled
36272024-07-18T21:43:32.313Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36282024-07-18T21:43:32.313Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO skip step because feature "omicron1" is not enabled
36292024-07-18T21:43:32.313Z[ recovery-image] Jul 18 21:43:31.164 INFO O| Jul 18 21:43:31.164 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-07-18T21:43:32.357Z[ recovery-image] Jul 18 21:43:31.211 INFO O| Jul 18 21:43:31.211 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
36312024-07-18T21:43:32.357Z[ recovery-image] Jul 18 21:43:31.211 INFO O| Jul 18 21:43:31.211 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
36322024-07-18T21:43:34.568Z[ host-image] Jul 18 21:43:33.422 INFO O| Jul 18 21:43:33.422 INFO O| Done
36332024-07-18T21:43:35.679Z[ host-image] Jul 18 21:43:34.534 INFO O| Jul 18 21:43:34.533 INFO O| Done
36342024-07-18T21:43:35.830Z[ recovery-image] Jul 18 21:43:34.684 INFO O| Jul 18 21:43:34.684 INFO STEP 70 (pack_tar) COMPLETE
36352024-07-18T21:43:35.830Z[ recovery-image] Jul 18 21:43:34.684 INFO O| Jul 18 21:43:34.684 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36362024-07-18T21:43:35.830Z[ recovery-image] Jul 18 21:43:34.684 INFO O| Jul 18 21:43:34.684 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
36372024-07-18T21:43:36.077Z[ host-image] Jul 18 21:43:34.931 INFO O| Jul 18 21:43:34.931 INFO STEP 11 (pkg_install) COMPLETE
36382024-07-18T21:43:36.078Z[ host-image] Jul 18 21:43:34.932 INFO O| Jul 18 21:43:34.931 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392024-07-18T21:43:36.097Z[ host-image] Jul 18 21:43:34.951 INFO O| Jul 18 21:43:34.951 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36402024-07-18T21:43:36.133Z[ recovery-image] Jul 18 21:43:34.987 INFO O| Jul 18 21:43:34.987 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36412024-07-18T21:43:36.238Z[ recovery-image] Jul 18 21:43:35.092 INFO O| Jul 18 21:43:35.092 INFO completed processing gimlet/ramdisk-02-trim
36422024-07-18T21:43:36.241Z[ recovery-image] Jul 18 21:43:35.095 INFO image builder template: ramdisk-03-recovery-trim...
36432024-07-18T21:43:36.244Z[ recovery-image] Jul 18 21:43:35.095 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/.tmpHGYhbO/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.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
36442024-07-18T21:43:36.347Z[ recovery-image] Jul 18 21:43:35.201 INFO O| Jul 18 21:43:35.201 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36452024-07-18T21:43:36.378Z[ recovery-image] Jul 18 21:43:35.232 INFO O| Jul 18 21:43:35.232 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36462024-07-18T21:43:36.483Z[ recovery-image] Jul 18 21:43:35.337 INFO O| Jul 18 21:43:35.337 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
36472024-07-18T21:43:36.566Z[ recovery-image] Jul 18 21:43:35.420 INFO O| Jul 18 21:43:35.420 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36482024-07-18T21:43:36.569Z[ recovery-image] Jul 18 21:43:35.420 INFO O| Jul 18 21:43:35.420 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36492024-07-18T21:43:36.583Z[ recovery-image] Jul 18 21:43:35.437 INFO O| Jul 18 21:43:35.437 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
36502024-07-18T21:43:36.593Z[ recovery-image] Jul 18 21:43:35.446 INFO O| Jul 18 21:43:35.446 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36512024-07-18T21:43:36.605Z[ recovery-image] Jul 18 21:43:35.458 INFO O| Jul 18 21:43:35.458 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
36522024-07-18T21:43:37.018Z[ recovery-image] Jul 18 21:43:35.871 INFO O| Jul 18 21:43:35.871 INFO rolled back to input snapshot; work may begin
36532024-07-18T21:43:37.018Z[ recovery-image] Jul 18 21:43:35.871 INFO O| Jul 18 21:43:35.871 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36542024-07-18T21:43:37.024Z[ host-image] Jul 18 21:43:35.878 INFO O| Jul 18 21:43:35.878 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36552024-07-18T21:43:37.027Z[ recovery-image] Jul 18 21:43:35.881 INFO O| Jul 18 21:43:35.881 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36562024-07-18T21:43:37.049Z[ recovery-image] Jul 18 21:43:35.903 INFO O| Jul 18 21:43:35.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
36572024-07-18T21:43:37.052Z[ recovery-image] Jul 18 21:43:35.906 INFO O| Jul 18 21:43:35.906 INFO STEP 0 (remove_files) COMPLETE
36582024-07-18T21:43:37.053Z[ recovery-image] Jul 18 21:43:35.906 INFO O| Jul 18 21:43:35.906 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36592024-07-18T21:43:37.075Z[ recovery-image] Jul 18 21:43:35.929 INFO O| Jul 18 21:43:35.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
36602024-07-18T21:43:37.518Z[ recovery-image] Jul 18 21:43:36.373 INFO O| Jul 18 21:43:36.372 INFO STEP 1 (remove_files) COMPLETE
36612024-07-18T21:43:37.518Z[ recovery-image] Jul 18 21:43:36.373 INFO O| Jul 18 21:43:36.373 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36622024-07-18T21:43:37.597Z[ recovery-image] Jul 18 21:43:36.451 INFO O| Jul 18 21:43:36.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
36632024-07-18T21:43:37.660Z[ recovery-image] Jul 18 21:43:36.515 INFO O| Jul 18 21:43:36.514 INFO STEP 2 (remove_files) COMPLETE
36642024-07-18T21:43:37.661Z[ recovery-image] Jul 18 21:43:36.515 INFO O| Jul 18 21:43:36.514 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36652024-07-18T21:43:37.701Z[ recovery-image] Jul 18 21:43:36.555 INFO O| Jul 18 21:43:36.555 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
36662024-07-18T21:43:37.816Z[ recovery-image] Jul 18 21:43:36.670 INFO O| Jul 18 21:43:36.670 INFO STEP 3 (remove_files) COMPLETE
36672024-07-18T21:43:37.816Z[ recovery-image] Jul 18 21:43:36.670 INFO O| Jul 18 21:43:36.670 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36682024-07-18T21:43:37.850Z[ recovery-image] Jul 18 21:43:36.704 INFO O| Jul 18 21:43:36.704 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
36692024-07-18T21:43:38.020Z[ recovery-image] Jul 18 21:43:36.874 INFO O| Jul 18 21:43:36.873 INFO STEP 4 (remove_files) COMPLETE
36702024-07-18T21:43:38.020Z[ recovery-image] Jul 18 21:43:36.874 INFO O| Jul 18 21:43:36.874 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36712024-07-18T21:43:38.081Z[ recovery-image] Jul 18 21:43:36.935 INFO O| Jul 18 21:43:36.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
36722024-07-18T21:43:38.084Z[ recovery-image] Jul 18 21:43:36.938 INFO O| Jul 18 21:43:36.938 INFO STEP 5 (remove_files) COMPLETE
36732024-07-18T21:43:38.084Z[ recovery-image] Jul 18 21:43:36.938 INFO O| Jul 18 21:43:36.938 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36742024-07-18T21:43:38.148Z[ recovery-image] Jul 18 21:43:37.002 INFO O| Jul 18 21:43:37.002 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
36752024-07-18T21:43:38.182Z[ recovery-image] Jul 18 21:43:37.036 INFO O| Jul 18 21:43:37.036 INFO STEP 6 (remove_files) COMPLETE
36762024-07-18T21:43:38.182Z[ recovery-image] Jul 18 21:43:37.036 INFO O| Jul 18 21:43:37.036 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36772024-07-18T21:43:38.251Z[ recovery-image] Jul 18 21:43:37.105 INFO O| Jul 18 21:43:37.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
36782024-07-18T21:43:38.254Z[ recovery-image] Jul 18 21:43:37.107 INFO O| Jul 18 21:43:37.107 INFO STEP 7 (remove_files) COMPLETE
36792024-07-18T21:43:38.254Z[ recovery-image] Jul 18 21:43:37.107 INFO O| Jul 18 21:43:37.107 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36802024-07-18T21:43:38.276Z[ recovery-image] Jul 18 21:43:37.130 INFO O| Jul 18 21:43:37.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
36812024-07-18T21:43:38.324Z[ recovery-image] Jul 18 21:43:37.178 INFO O| Jul 18 21:43:37.178 INFO STEP 8 (remove_files) COMPLETE
36822024-07-18T21:43:38.324Z[ recovery-image] Jul 18 21:43:37.178 INFO O| Jul 18 21:43:37.178 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36832024-07-18T21:43:38.388Z[ recovery-image] Jul 18 21:43:37.242 INFO O| Jul 18 21:43:37.242 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
36842024-07-18T21:43:38.391Z[ recovery-image] Jul 18 21:43:37.243 INFO O| Jul 18 21:43:37.243 INFO STEP 9 (remove_files) COMPLETE
36852024-07-18T21:43:38.391Z[ recovery-image] Jul 18 21:43:37.243 INFO O| Jul 18 21:43:37.243 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36862024-07-18T21:43:38.424Z[ recovery-image] Jul 18 21:43:37.278 INFO O| Jul 18 21:43:37.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
36872024-07-18T21:43:38.438Z[ recovery-image] Jul 18 21:43:37.293 INFO O| Jul 18 21:43:37.292 INFO STEP 10 (remove_files) COMPLETE
36882024-07-18T21:43:38.439Z[ recovery-image] Jul 18 21:43:37.293 INFO O| Jul 18 21:43:37.293 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36892024-07-18T21:43:38.489Z[ recovery-image] Jul 18 21:43:37.343 INFO O| Jul 18 21:43:37.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
36902024-07-18T21:43:38.809Z[ recovery-image] Jul 18 21:43:37.663 INFO O| Jul 18 21:43:37.663 INFO STEP 11 (remove_files) COMPLETE
36912024-07-18T21:43:38.809Z[ recovery-image] Jul 18 21:43:37.663 INFO O| Jul 18 21:43:37.663 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36922024-07-18T21:43:38.837Z[ recovery-image] Jul 18 21:43:37.691 INFO O| Jul 18 21:43:37.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
36932024-07-18T21:43:38.862Z[ recovery-image] Jul 18 21:43:37.716 INFO O| Jul 18 21:43:37.716 INFO STEP 12 (remove_files) COMPLETE
36942024-07-18T21:43:38.862Z[ recovery-image] Jul 18 21:43:37.716 INFO O| Jul 18 21:43:37.716 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36952024-07-18T21:43:38.923Z[ recovery-image] Jul 18 21:43:37.778 INFO O| Jul 18 21:43:37.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
36962024-07-18T21:43:38.928Z[ recovery-image] Jul 18 21:43:37.782 INFO O| Jul 18 21:43:37.782 INFO STEP 13 (remove_files) COMPLETE
36972024-07-18T21:43:38.928Z[ recovery-image] Jul 18 21:43:37.782 INFO O| Jul 18 21:43:37.782 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36982024-07-18T21:43:38.964Z[ recovery-image] Jul 18 21:43:37.819 INFO O| Jul 18 21:43:37.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
36992024-07-18T21:43:38.967Z[ recovery-image] Jul 18 21:43:37.819 INFO O| Jul 18 21:43:37.819 INFO STEP 14 (remove_files) COMPLETE
37002024-07-18T21:43:38.968Z[ recovery-image] Jul 18 21:43:37.819 INFO O| Jul 18 21:43:37.819 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37012024-07-18T21:43:39.005Z[ recovery-image] Jul 18 21:43:37.859 INFO O| Jul 18 21:43:37.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
37022024-07-18T21:43:39.025Z[ recovery-image] Jul 18 21:43:37.879 INFO O| Jul 18 21:43:37.879 INFO STEP 15 (remove_files) COMPLETE
37032024-07-18T21:43:39.025Z[ recovery-image] Jul 18 21:43:37.879 INFO O| Jul 18 21:43:37.879 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37042024-07-18T21:43:39.048Z[ recovery-image] Jul 18 21:43:37.902 INFO O| Jul 18 21:43:37.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
37052024-07-18T21:43:39.122Z[ recovery-image] Jul 18 21:43:37.976 INFO O| Jul 18 21:43:37.976 INFO STEP 16 (remove_files) COMPLETE
37062024-07-18T21:43:39.122Z[ recovery-image] Jul 18 21:43:37.976 INFO O| Jul 18 21:43:37.976 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37072024-07-18T21:43:39.147Z[ recovery-image] Jul 18 21:43:38.000 INFO O| Jul 18 21:43:38.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
37082024-07-18T21:43:39.150Z[ recovery-image] Jul 18 21:43:38.000 INFO O| Jul 18 21:43:38.000 INFO STEP 17 (remove_files) COMPLETE
37092024-07-18T21:43:39.150Z[ recovery-image] Jul 18 21:43:38.000 INFO O| Jul 18 21:43:38.000 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37102024-07-18T21:43:39.170Z[ recovery-image] Jul 18 21:43:38.024 INFO O| Jul 18 21:43:38.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
37112024-07-18T21:43:39.173Z[ recovery-image] Jul 18 21:43:38.024 INFO O| Jul 18 21:43:38.024 INFO STEP 18 (remove_files) COMPLETE
37122024-07-18T21:43:39.173Z[ recovery-image] Jul 18 21:43:38.024 INFO O| Jul 18 21:43:38.024 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37132024-07-18T21:43:39.233Z[ recovery-image] Jul 18 21:43:38.087 INFO O| Jul 18 21:43:38.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
37142024-07-18T21:43:39.360Z[ recovery-image] Jul 18 21:43:38.214 INFO O| Jul 18 21:43:38.214 INFO STEP 19 (remove_files) COMPLETE
37152024-07-18T21:43:39.360Z[ recovery-image] Jul 18 21:43:38.214 INFO O| Jul 18 21:43:38.214 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37162024-07-18T21:43:39.385Z[ recovery-image] Jul 18 21:43:38.239 INFO O| Jul 18 21:43:38.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
37172024-07-18T21:43:39.423Z[ recovery-image] Jul 18 21:43:38.277 INFO O| Jul 18 21:43:38.277 INFO STEP 20 (remove_files) COMPLETE
37182024-07-18T21:43:39.423Z[ recovery-image] Jul 18 21:43:38.277 INFO O| Jul 18 21:43:38.277 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37192024-07-18T21:43:39.446Z[ recovery-image] Jul 18 21:43:38.300 INFO O| Jul 18 21:43:38.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
37202024-07-18T21:43:39.458Z[ recovery-image] Jul 18 21:43:38.312 INFO O| Jul 18 21:43:38.312 INFO STEP 21 (remove_files) COMPLETE
37212024-07-18T21:43:39.461Z[ recovery-image] Jul 18 21:43:38.312 INFO O| Jul 18 21:43:38.312 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37222024-07-18T21:43:39.479Z[ recovery-image] Jul 18 21:43:38.333 INFO O| Jul 18 21:43:38.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
37232024-07-18T21:43:39.482Z[ recovery-image] Jul 18 21:43:38.334 INFO O| Jul 18 21:43:38.334 INFO STEP 22 (remove_files) COMPLETE
37242024-07-18T21:43:39.482Z[ recovery-image] Jul 18 21:43:38.334 INFO O| Jul 18 21:43:38.334 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37252024-07-18T21:43:39.502Z[ recovery-image] Jul 18 21:43:38.356 INFO O| Jul 18 21:43:38.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
37262024-07-18T21:43:39.526Z[ recovery-image] Jul 18 21:43:38.380 INFO O| Jul 18 21:43:38.380 INFO STEP 23 (remove_files) COMPLETE
37272024-07-18T21:43:39.526Z[ recovery-image] Jul 18 21:43:38.380 INFO O| Jul 18 21:43:38.380 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37282024-07-18T21:43:39.552Z[ recovery-image] Jul 18 21:43:38.406 INFO O| Jul 18 21:43:38.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
37292024-07-18T21:43:39.555Z[ recovery-image] Jul 18 21:43:38.407 INFO O| Jul 18 21:43:38.407 INFO STEP 24 (remove_files) COMPLETE
37302024-07-18T21:43:39.555Z[ recovery-image] Jul 18 21:43:38.407 INFO O| Jul 18 21:43:38.407 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37312024-07-18T21:43:39.576Z[ recovery-image] Jul 18 21:43:38.430 INFO O| Jul 18 21:43:38.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
37322024-07-18T21:43:39.588Z[ recovery-image] Jul 18 21:43:38.442 INFO O| Jul 18 21:43:38.442 INFO STEP 25 (remove_files) COMPLETE
37332024-07-18T21:43:39.588Z[ recovery-image] Jul 18 21:43:38.442 INFO O| Jul 18 21:43:38.442 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37342024-07-18T21:43:39.639Z[ recovery-image] Jul 18 21:43:38.493 INFO O| Jul 18 21:43:38.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
37352024-07-18T21:43:39.639Z[ recovery-image] Jul 18 21:43:38.493 INFO O| Jul 18 21:43:38.493 INFO STEP 26 (remove_files) COMPLETE
37362024-07-18T21:43:39.642Z[ recovery-image] Jul 18 21:43:38.493 INFO O| Jul 18 21:43:38.493 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37372024-07-18T21:43:39.664Z[ recovery-image] Jul 18 21:43:38.518 INFO O| Jul 18 21:43:38.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
37382024-07-18T21:43:39.664Z[ recovery-image] Jul 18 21:43:38.518 INFO O| Jul 18 21:43:38.518 INFO STEP 27 (remove_files) COMPLETE
37392024-07-18T21:43:39.667Z[ recovery-image] Jul 18 21:43:38.518 INFO O| Jul 18 21:43:38.518 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37402024-07-18T21:43:39.689Z[ recovery-image] Jul 18 21:43:38.543 INFO O| Jul 18 21:43:38.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
37412024-07-18T21:43:39.712Z[ recovery-image] Jul 18 21:43:38.566 INFO O| Jul 18 21:43:38.566 INFO STEP 28 (remove_files) COMPLETE
37422024-07-18T21:43:39.712Z[ recovery-image] Jul 18 21:43:38.566 INFO O| Jul 18 21:43:38.566 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37432024-07-18T21:43:39.762Z[ recovery-image] Jul 18 21:43:38.616 INFO O| Jul 18 21:43:38.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
37442024-07-18T21:43:39.762Z[ recovery-image] Jul 18 21:43:38.616 INFO O| Jul 18 21:43:38.616 INFO STEP 29 (remove_files) COMPLETE
37452024-07-18T21:43:39.762Z[ recovery-image] Jul 18 21:43:38.616 INFO O| Jul 18 21:43:38.616 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37462024-07-18T21:43:39.782Z[ recovery-image] Jul 18 21:43:38.636 INFO O| Jul 18 21:43:38.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
37472024-07-18T21:43:39.782Z[ recovery-image] Jul 18 21:43:38.636 INFO O| Jul 18 21:43:38.636 INFO STEP 30 (remove_files) COMPLETE
37482024-07-18T21:43:39.785Z[ recovery-image] Jul 18 21:43:38.636 INFO O| Jul 18 21:43:38.636 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37492024-07-18T21:43:39.813Z[ recovery-image] Jul 18 21:43:38.667 INFO O| Jul 18 21:43:38.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
37502024-07-18T21:43:39.813Z[ recovery-image] Jul 18 21:43:38.667 INFO O| Jul 18 21:43:38.667 INFO STEP 31 (remove_files) COMPLETE
37512024-07-18T21:43:39.817Z[ recovery-image] Jul 18 21:43:38.668 INFO O| Jul 18 21:43:38.667 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37522024-07-18T21:43:39.876Z[ recovery-image] Jul 18 21:43:38.730 INFO O| Jul 18 21:43:38.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
37532024-07-18T21:43:39.900Z[ recovery-image] Jul 18 21:43:38.754 INFO O| Jul 18 21:43:38.754 INFO STEP 32 (remove_files) COMPLETE
37542024-07-18T21:43:39.900Z[ recovery-image] Jul 18 21:43:38.754 INFO O| Jul 18 21:43:38.754 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37552024-07-18T21:43:39.923Z[ recovery-image] Jul 18 21:43:38.777 INFO O| Jul 18 21:43:38.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
37562024-07-18T21:43:39.924Z[ recovery-image] Jul 18 21:43:38.777 INFO O| Jul 18 21:43:38.777 INFO STEP 33 (remove_files) COMPLETE
37572024-07-18T21:43:39.924Z[ recovery-image] Jul 18 21:43:38.777 INFO O| Jul 18 21:43:38.777 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37582024-07-18T21:43:39.934Z[ host-image] Jul 18 21:43:38.788 INFO O| Jul 18 21:43:38.788 INFO O| Planning: Solver setup ... Done
37592024-07-18T21:43:39.942Z[ host-image] Jul 18 21:43:38.796 INFO O| Jul 18 21:43:38.796 INFO O| Planning: Running solver ... Done
37602024-07-18T21:43:39.959Z[ recovery-image] Jul 18 21:43:38.813 INFO O| Jul 18 21:43:38.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
37612024-07-18T21:43:39.983Z[ recovery-image] Jul 18 21:43:38.837 INFO O| Jul 18 21:43:38.837 INFO STEP 34 (remove_files) COMPLETE
37622024-07-18T21:43:39.986Z[ recovery-image] Jul 18 21:43:38.837 INFO O| Jul 18 21:43:38.837 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37632024-07-18T21:43:39.997Z[ host-image] Jul 18 21:43:38.851 INFO O| Jul 18 21:43:38.851 INFO O| Planning: Finding local manifests ... Done
37642024-07-18T21:43:40.000Z[ host-image] Jul 18 21:43:38.853 INFO O| Jul 18 21:43:38.853 INFO O| Planning: Fetching manifests: 0/4 0% complete
37652024-07-18T21:43:40.016Z[ recovery-image] Jul 18 21:43:38.870 INFO O| Jul 18 21:43:38.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
37662024-07-18T21:43:40.017Z[ recovery-image] Jul 18 21:43:38.870 INFO O| Jul 18 21:43:38.870 INFO STEP 35 (remove_files) COMPLETE
37672024-07-18T21:43:40.017Z[ recovery-image] Jul 18 21:43:38.870 INFO O| Jul 18 21:43:38.870 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37682024-07-18T21:43:40.039Z[ recovery-image] Jul 18 21:43:38.893 INFO O| Jul 18 21:43:38.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
37692024-07-18T21:43:40.039Z[ recovery-image] Jul 18 21:43:38.893 INFO O| Jul 18 21:43:38.893 INFO STEP 36 (remove_files) COMPLETE
37702024-07-18T21:43:40.042Z[ recovery-image] Jul 18 21:43:38.893 INFO O| Jul 18 21:43:38.893 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37712024-07-18T21:43:40.087Z[ recovery-image] Jul 18 21:43:38.940 INFO O| Jul 18 21:43:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
37722024-07-18T21:43:40.087Z[ recovery-image] Jul 18 21:43:38.940 INFO O| Jul 18 21:43:38.940 INFO STEP 37 (remove_files) COMPLETE
37732024-07-18T21:43:40.087Z[ recovery-image] Jul 18 21:43:38.940 INFO O| Jul 18 21:43:38.940 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37742024-07-18T21:43:40.148Z[ recovery-image] Jul 18 21:43:39.002 INFO O| Jul 18 21:43:39.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
37752024-07-18T21:43:40.149Z[ recovery-image] Jul 18 21:43:39.003 INFO O| Jul 18 21:43:39.002 INFO STEP 38 (remove_files) COMPLETE
37762024-07-18T21:43:40.152Z[ recovery-image] Jul 18 21:43:39.003 INFO O| Jul 18 21:43:39.002 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37772024-07-18T21:43:40.173Z[ recovery-image] Jul 18 21:43:39.027 INFO O| Jul 18 21:43:39.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
37782024-07-18T21:43:40.177Z[ recovery-image] Jul 18 21:43:39.027 INFO O| Jul 18 21:43:39.027 INFO STEP 39 (remove_files) COMPLETE
37792024-07-18T21:43:40.177Z[ recovery-image] Jul 18 21:43:39.028 INFO O| Jul 18 21:43:39.027 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37802024-07-18T21:43:40.196Z[ recovery-image] Jul 18 21:43:39.050 INFO O| Jul 18 21:43:39.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
37812024-07-18T21:43:40.199Z[ recovery-image] Jul 18 21:43:39.050 INFO O| Jul 18 21:43:39.050 INFO STEP 40 (remove_files) COMPLETE
37822024-07-18T21:43:40.199Z[ recovery-image] Jul 18 21:43:39.050 INFO O| Jul 18 21:43:39.050 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37832024-07-18T21:43:40.221Z[ recovery-image] Jul 18 21:43:39.075 INFO O| Jul 18 21:43:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
37842024-07-18T21:43:40.224Z[ recovery-image] Jul 18 21:43:39.075 INFO O| Jul 18 21:43:39.075 INFO STEP 41 (remove_files) COMPLETE
37852024-07-18T21:43:40.224Z[ recovery-image] Jul 18 21:43:39.075 INFO O| Jul 18 21:43:39.075 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37862024-07-18T21:43:40.244Z[ host-image] Jul 18 21:43:39.098 INFO O| Jul 18 21:43:39.098 INFO O| Planning: Fetching manifests: 4/4 100% complete
37872024-07-18T21:43:40.252Z[ recovery-image] Jul 18 21:43:39.106 INFO O| Jul 18 21:43:39.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
37882024-07-18T21:43:40.252Z[ recovery-image] Jul 18 21:43:39.106 INFO O| Jul 18 21:43:39.106 INFO STEP 42 (remove_files) COMPLETE
37892024-07-18T21:43:40.255Z[ recovery-image] Jul 18 21:43:39.107 INFO O| Jul 18 21:43:39.106 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37902024-07-18T21:43:40.274Z[ recovery-image] Jul 18 21:43:39.128 INFO O| Jul 18 21:43:39.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
37912024-07-18T21:43:40.280Z[ recovery-image] Jul 18 21:43:39.134 INFO O| Jul 18 21:43:39.133 INFO STEP 43 (remove_files) COMPLETE
37922024-07-18T21:43:40.280Z[ recovery-image] Jul 18 21:43:39.134 INFO O| Jul 18 21:43:39.133 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37932024-07-18T21:43:40.288Z[ host-image] Jul 18 21:43:39.143 INFO O| Jul 18 21:43:39.142 INFO O| Planning: Package planning ... Done
37942024-07-18T21:43:40.294Z[ host-image] Jul 18 21:43:39.148 INFO O| Jul 18 21:43:39.148 INFO O| Planning: Merging actions ... Done
37952024-07-18T21:43:40.313Z[ recovery-image] Jul 18 21:43:39.167 INFO O| Jul 18 21:43:39.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
37962024-07-18T21:43:40.316Z[ recovery-image] Jul 18 21:43:39.167 INFO O| Jul 18 21:43:39.167 INFO STEP 44 (remove_files) COMPLETE
37972024-07-18T21:43:40.316Z[ recovery-image] Jul 18 21:43:39.167 INFO O| Jul 18 21:43:39.167 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37982024-07-18T21:43:40.337Z[ recovery-image] Jul 18 21:43:39.191 INFO O| Jul 18 21:43:39.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
37992024-07-18T21:43:40.337Z[ recovery-image] Jul 18 21:43:39.191 INFO O| Jul 18 21:43:39.191 INFO STEP 45 (remove_files) COMPLETE
38002024-07-18T21:43:40.340Z[ recovery-image] Jul 18 21:43:39.191 INFO O| Jul 18 21:43:39.191 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38012024-07-18T21:43:40.382Z[ recovery-image] Jul 18 21:43:39.236 INFO O| Jul 18 21:43:39.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
38022024-07-18T21:43:40.382Z[ recovery-image] Jul 18 21:43:39.236 INFO O| Jul 18 21:43:39.236 INFO STEP 46 (remove_files) COMPLETE
38032024-07-18T21:43:40.382Z[ recovery-image] Jul 18 21:43:39.236 INFO O| Jul 18 21:43:39.236 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38042024-07-18T21:43:40.403Z[ recovery-image] Jul 18 21:43:39.257 INFO O| Jul 18 21:43:39.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
38052024-07-18T21:43:40.403Z[ recovery-image] Jul 18 21:43:39.257 INFO O| Jul 18 21:43:39.257 INFO STEP 47 (remove_files) COMPLETE
38062024-07-18T21:43:40.403Z[ recovery-image] Jul 18 21:43:39.257 INFO O| Jul 18 21:43:39.257 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38072024-07-18T21:43:40.424Z[ recovery-image] Jul 18 21:43:39.278 INFO O| Jul 18 21:43:39.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
38082024-07-18T21:43:40.427Z[ recovery-image] Jul 18 21:43:39.279 INFO O| Jul 18 21:43:39.278 INFO STEP 48 (remove_files) COMPLETE
38092024-07-18T21:43:40.427Z[ recovery-image] Jul 18 21:43:39.279 INFO O| Jul 18 21:43:39.279 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38102024-07-18T21:43:40.482Z[ recovery-image] Jul 18 21:43:39.336 INFO O| Jul 18 21:43:39.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
38112024-07-18T21:43:40.482Z[ recovery-image] Jul 18 21:43:39.336 INFO O| Jul 18 21:43:39.336 INFO STEP 49 (remove_files) COMPLETE
38122024-07-18T21:43:40.485Z[ recovery-image] Jul 18 21:43:39.336 INFO O| Jul 18 21:43:39.336 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38132024-07-18T21:43:40.504Z[ recovery-image] Jul 18 21:43:39.358 INFO O| Jul 18 21:43:39.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
38142024-07-18T21:43:40.504Z[ recovery-image] Jul 18 21:43:39.358 INFO O| Jul 18 21:43:39.358 INFO STEP 50 (remove_files) COMPLETE
38152024-07-18T21:43:40.504Z[ recovery-image] Jul 18 21:43:39.358 INFO O| Jul 18 21:43:39.358 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38162024-07-18T21:43:40.534Z[ recovery-image] Jul 18 21:43:39.388 INFO O| Jul 18 21:43:39.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
38172024-07-18T21:43:40.554Z[ recovery-image] Jul 18 21:43:39.408 INFO O| Jul 18 21:43:39.408 INFO STEP 51 (remove_files) COMPLETE
38182024-07-18T21:43:40.554Z[ recovery-image] Jul 18 21:43:39.408 INFO O| Jul 18 21:43:39.408 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38192024-07-18T21:43:40.578Z[ recovery-image] Jul 18 21:43:39.431 INFO O| Jul 18 21:43:39.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
38202024-07-18T21:43:40.578Z[ recovery-image] Jul 18 21:43:39.431 INFO O| Jul 18 21:43:39.431 INFO STEP 52 (remove_files) COMPLETE
38212024-07-18T21:43:40.578Z[ recovery-image] Jul 18 21:43:39.431 INFO O| Jul 18 21:43:39.431 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38222024-07-18T21:43:40.596Z[ host-image] Jul 18 21:43:39.449 INFO O| Jul 18 21:43:39.449 INFO O| Planning: Checking for conflicting actions ... Done
38232024-07-18T21:43:40.599Z[ host-image] Jul 18 21:43:39.451 INFO O| Jul 18 21:43:39.451 INFO O| Planning: Consolidating action changes ... Done
38242024-07-18T21:43:40.617Z[ recovery-image] Jul 18 21:43:39.471 INFO O| Jul 18 21:43:39.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
38252024-07-18T21:43:40.621Z[ recovery-image] Jul 18 21:43:39.476 INFO O| Jul 18 21:43:39.476 INFO STEP 53 (remove_files) COMPLETE
38262024-07-18T21:43:40.622Z[ recovery-image] Jul 18 21:43:39.476 INFO O| Jul 18 21:43:39.476 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38272024-07-18T21:43:40.679Z[ recovery-image] Jul 18 21:43:39.533 INFO O| Jul 18 21:43:39.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
38282024-07-18T21:43:40.685Z[ recovery-image] Jul 18 21:43:39.539 INFO O| Jul 18 21:43:39.539 INFO STEP 54 (remove_files) COMPLETE
38292024-07-18T21:43:40.685Z[ recovery-image] Jul 18 21:43:39.539 INFO O| Jul 18 21:43:39.539 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38302024-07-18T21:43:40.729Z[ recovery-image] Jul 18 21:43:39.583 INFO O| Jul 18 21:43:39.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
38312024-07-18T21:43:40.729Z[ recovery-image] Jul 18 21:43:39.583 INFO O| Jul 18 21:43:39.583 INFO STEP 55 (remove_files) COMPLETE
38322024-07-18T21:43:40.739Z[ recovery-image] Jul 18 21:43:39.583 INFO O| Jul 18 21:43:39.583 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38332024-07-18T21:43:40.764Z[ recovery-image] Jul 18 21:43:39.618 INFO O| Jul 18 21:43:39.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
38342024-07-18T21:43:40.764Z[ recovery-image] Jul 18 21:43:39.618 INFO O| Jul 18 21:43:39.618 INFO STEP 56 (remove_files) COMPLETE
38352024-07-18T21:43:40.767Z[ recovery-image] Jul 18 21:43:39.618 INFO O| Jul 18 21:43:39.618 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38362024-07-18T21:43:40.784Z[ recovery-image] Jul 18 21:43:39.637 INFO O| Jul 18 21:43:39.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
38372024-07-18T21:43:40.784Z[ recovery-image] Jul 18 21:43:39.637 INFO O| Jul 18 21:43:39.637 INFO STEP 57 (remove_files) COMPLETE
38382024-07-18T21:43:40.784Z[ recovery-image] Jul 18 21:43:39.637 INFO O| Jul 18 21:43:39.637 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38392024-07-18T21:43:40.830Z[ recovery-image] Jul 18 21:43:39.684 INFO O| Jul 18 21:43:39.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
38402024-07-18T21:43:40.830Z[ recovery-image] Jul 18 21:43:39.684 INFO O| Jul 18 21:43:39.684 INFO STEP 58 (remove_files) COMPLETE
38412024-07-18T21:43:40.834Z[ recovery-image] Jul 18 21:43:39.685 INFO O| Jul 18 21:43:39.684 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38422024-07-18T21:43:40.864Z[ recovery-image] Jul 18 21:43:39.718 INFO O| Jul 18 21:43:39.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
38432024-07-18T21:43:40.864Z[ recovery-image] Jul 18 21:43:39.718 INFO O| Jul 18 21:43:39.718 INFO STEP 59 (remove_files) COMPLETE
38442024-07-18T21:43:40.867Z[ recovery-image] Jul 18 21:43:39.719 INFO O| Jul 18 21:43:39.718 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38452024-07-18T21:43:40.886Z[ recovery-image] Jul 18 21:43:39.740 INFO O| Jul 18 21:43:39.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
38462024-07-18T21:43:40.912Z[ recovery-image] Jul 18 21:43:39.765 INFO O| Jul 18 21:43:39.765 INFO STEP 60 (remove_files) COMPLETE
38472024-07-18T21:43:40.912Z[ recovery-image] Jul 18 21:43:39.765 INFO O| Jul 18 21:43:39.765 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38482024-07-18T21:43:40.949Z[ recovery-image] Jul 18 21:43:39.803 INFO O| Jul 18 21:43:39.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
38492024-07-18T21:43:40.949Z[ recovery-image] Jul 18 21:43:39.803 INFO O| Jul 18 21:43:39.803 INFO STEP 61 (remove_files) COMPLETE
38502024-07-18T21:43:40.952Z[ recovery-image] Jul 18 21:43:39.803 INFO O| Jul 18 21:43:39.803 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38512024-07-18T21:43:41.008Z[ host-image] Jul 18 21:43:39.861 INFO O| Jul 18 21:43:39.861 INFO O| Planning: Evaluating mediators ... Done
38522024-07-18T21:43:41.011Z[ recovery-image] Jul 18 21:43:39.863 INFO O| Jul 18 21:43:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
38532024-07-18T21:43:41.011Z[ recovery-image] Jul 18 21:43:39.863 INFO O| Jul 18 21:43:39.863 INFO STEP 62 (remove_files) COMPLETE
38542024-07-18T21:43:41.011Z[ recovery-image] Jul 18 21:43:39.863 INFO O| Jul 18 21:43:39.863 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38552024-07-18T21:43:41.011Z[ host-image] Jul 18 21:43:39.863 INFO O| Jul 18 21:43:39.863 INFO O| Planning: Planning completed in 3.98 seconds
38562024-07-18T21:43:41.014Z[ host-image] Jul 18 21:43:39.866 INFO O| Jul 18 21:43:39.866 INFO O| Packages to install: 4
38572024-07-18T21:43:41.014Z[ host-image] Jul 18 21:43:39.866 INFO O| Jul 18 21:43:39.866 INFO O| Services to change: 2
38582024-07-18T21:43:41.031Z[ recovery-image] Jul 18 21:43:39.885 INFO O| Jul 18 21:43:39.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
38592024-07-18T21:43:41.031Z[ recovery-image] Jul 18 21:43:39.885 INFO O| Jul 18 21:43:39.885 INFO STEP 63 (remove_files) COMPLETE
38602024-07-18T21:43:41.031Z[ recovery-image] Jul 18 21:43:39.885 INFO O| Jul 18 21:43:39.885 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38612024-07-18T21:43:41.056Z[ host-image] Jul 18 21:43:39.910 INFO O| Jul 18 21:43:39.910 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38622024-07-18T21:43:41.076Z[ recovery-image] Jul 18 21:43:39.930 INFO O| Jul 18 21:43:39.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
38632024-07-18T21:43:41.076Z[ recovery-image] Jul 18 21:43:39.930 INFO O| Jul 18 21:43:39.930 INFO STEP 64 (remove_files) COMPLETE
38642024-07-18T21:43:41.079Z[ recovery-image] Jul 18 21:43:39.930 INFO O| Jul 18 21:43:39.930 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38652024-07-18T21:43:41.100Z[ recovery-image] Jul 18 21:43:39.954 INFO O| Jul 18 21:43:39.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
38662024-07-18T21:43:41.101Z[ recovery-image] Jul 18 21:43:39.954 INFO O| Jul 18 21:43:39.954 INFO STEP 65 (remove_files) COMPLETE
38672024-07-18T21:43:41.104Z[ recovery-image] Jul 18 21:43:39.955 INFO O| Jul 18 21:43:39.954 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38682024-07-18T21:43:41.124Z[ recovery-image] Jul 18 21:43:39.978 INFO O| Jul 18 21:43:39.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
38692024-07-18T21:43:41.124Z[ recovery-image] Jul 18 21:43:39.978 INFO O| Jul 18 21:43:39.978 INFO STEP 66 (remove_files) COMPLETE
38702024-07-18T21:43:41.127Z[ recovery-image] Jul 18 21:43:39.978 INFO O| Jul 18 21:43:39.978 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38712024-07-18T21:43:41.153Z[ recovery-image] Jul 18 21:43:40.007 INFO O| Jul 18 21:43:40.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
38722024-07-18T21:43:41.153Z[ recovery-image] Jul 18 21:43:40.007 INFO O| Jul 18 21:43:40.007 INFO STEP 67 (remove_files) COMPLETE
38732024-07-18T21:43:41.153Z[ recovery-image] Jul 18 21:43:40.007 INFO O| Jul 18 21:43:40.007 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38742024-07-18T21:43:41.178Z[ recovery-image] Jul 18 21:43:40.032 INFO O| Jul 18 21:43:40.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
38752024-07-18T21:43:41.178Z[ recovery-image] Jul 18 21:43:40.032 INFO O| Jul 18 21:43:40.032 INFO STEP 68 (remove_files) COMPLETE
38762024-07-18T21:43:41.181Z[ recovery-image] Jul 18 21:43:40.032 INFO O| Jul 18 21:43:40.032 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38772024-07-18T21:43:41.204Z[ recovery-image] Jul 18 21:43:40.058 INFO O| Jul 18 21:43:40.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
38782024-07-18T21:43:41.228Z[ recovery-image] Jul 18 21:43:40.082 INFO O| Jul 18 21:43:40.082 INFO STEP 69 (remove_files) COMPLETE
38792024-07-18T21:43:41.228Z[ recovery-image] Jul 18 21:43:40.082 INFO O| Jul 18 21:43:40.082 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38802024-07-18T21:43:41.250Z[ recovery-image] Jul 18 21:43:40.104 INFO O| Jul 18 21:43:40.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
38812024-07-18T21:43:41.250Z[ recovery-image] Jul 18 21:43:40.104 INFO O| Jul 18 21:43:40.104 INFO STEP 70 (remove_files) COMPLETE
38822024-07-18T21:43:41.253Z[ recovery-image] Jul 18 21:43:40.104 INFO O| Jul 18 21:43:40.104 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38832024-07-18T21:43:41.273Z[ recovery-image] Jul 18 21:43:40.127 INFO O| Jul 18 21:43:40.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
38842024-07-18T21:43:41.273Z[ recovery-image] Jul 18 21:43:40.127 INFO O| Jul 18 21:43:40.127 INFO STEP 71 (remove_files) COMPLETE
38852024-07-18T21:43:41.276Z[ recovery-image] Jul 18 21:43:40.127 INFO O| Jul 18 21:43:40.127 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38862024-07-18T21:43:41.296Z[ recovery-image] Jul 18 21:43:40.150 INFO O| Jul 18 21:43:40.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
38872024-07-18T21:43:41.296Z[ recovery-image] Jul 18 21:43:40.150 INFO O| Jul 18 21:43:40.150 INFO STEP 72 (remove_files) COMPLETE
38882024-07-18T21:43:41.299Z[ recovery-image] Jul 18 21:43:40.150 INFO O| Jul 18 21:43:40.150 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-07-18T21:43:41.319Z[ recovery-image] Jul 18 21:43:40.173 INFO O| Jul 18 21:43:40.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
38902024-07-18T21:43:41.319Z[ recovery-image] Jul 18 21:43:40.173 INFO O| Jul 18 21:43:40.173 INFO STEP 73 (remove_files) COMPLETE
38912024-07-18T21:43:41.322Z[ recovery-image] Jul 18 21:43:40.173 INFO O| Jul 18 21:43:40.173 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38922024-07-18T21:43:41.359Z[ recovery-image] Jul 18 21:43:40.213 INFO O| Jul 18 21:43:40.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
38932024-07-18T21:43:41.359Z[ recovery-image] Jul 18 21:43:40.213 INFO O| Jul 18 21:43:40.213 INFO STEP 74 (remove_files) COMPLETE
38942024-07-18T21:43:41.359Z[ recovery-image] Jul 18 21:43:40.213 INFO O| Jul 18 21:43:40.213 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38952024-07-18T21:43:41.380Z[ recovery-image] Jul 18 21:43:40.234 INFO O| Jul 18 21:43:40.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
38962024-07-18T21:43:41.380Z[ recovery-image] Jul 18 21:43:40.234 INFO O| Jul 18 21:43:40.234 INFO STEP 75 (remove_files) COMPLETE
38972024-07-18T21:43:41.384Z[ recovery-image] Jul 18 21:43:40.234 INFO O| Jul 18 21:43:40.234 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-07-18T21:43:41.402Z[ recovery-image] Jul 18 21:43:40.256 INFO O| Jul 18 21:43:40.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
38992024-07-18T21:43:41.413Z[ recovery-image] Jul 18 21:43:40.267 INFO O| Jul 18 21:43:40.267 INFO STEP 76 (remove_files) COMPLETE
39002024-07-18T21:43:41.416Z[ recovery-image] Jul 18 21:43:40.267 INFO O| Jul 18 21:43:40.267 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-07-18T21:43:41.450Z[ recovery-image] Jul 18 21:43:40.304 INFO O| Jul 18 21:43:40.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
39022024-07-18T21:43:41.450Z[ recovery-image] Jul 18 21:43:40.304 INFO O| Jul 18 21:43:40.304 INFO STEP 77 (remove_files) COMPLETE
39032024-07-18T21:43:41.450Z[ recovery-image] Jul 18 21:43:40.304 INFO O| Jul 18 21:43:40.304 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-07-18T21:43:41.474Z[ recovery-image] Jul 18 21:43:40.328 INFO O| Jul 18 21:43:40.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
39052024-07-18T21:43:41.488Z[ recovery-image] Jul 18 21:43:40.342 INFO O| Jul 18 21:43:40.328 INFO STEP 78 (remove_files) COMPLETE
39062024-07-18T21:43:41.488Z[ recovery-image] Jul 18 21:43:40.342 INFO O| Jul 18 21:43:40.342 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-07-18T21:43:41.511Z[ recovery-image] Jul 18 21:43:40.365 INFO O| Jul 18 21:43:40.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
39082024-07-18T21:43:41.511Z[ recovery-image] Jul 18 21:43:40.365 INFO O| Jul 18 21:43:40.365 INFO STEP 79 (remove_files) COMPLETE
39092024-07-18T21:43:41.516Z[ recovery-image] Jul 18 21:43:40.365 INFO O| Jul 18 21:43:40.365 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-07-18T21:43:41.534Z[ recovery-image] Jul 18 21:43:40.388 INFO O| Jul 18 21:43:40.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
39112024-07-18T21:43:41.534Z[ recovery-image] Jul 18 21:43:40.388 INFO O| Jul 18 21:43:40.388 INFO STEP 80 (remove_files) COMPLETE
39122024-07-18T21:43:41.534Z[ recovery-image] Jul 18 21:43:40.388 INFO O| Jul 18 21:43:40.388 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-07-18T21:43:41.557Z[ recovery-image] Jul 18 21:43:40.411 INFO O| Jul 18 21:43:40.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
39142024-07-18T21:43:41.557Z[ recovery-image] Jul 18 21:43:40.411 INFO O| Jul 18 21:43:40.411 INFO STEP 81 (remove_files) COMPLETE
39152024-07-18T21:43:41.557Z[ recovery-image] Jul 18 21:43:40.411 INFO O| Jul 18 21:43:40.411 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-07-18T21:43:41.579Z[ recovery-image] Jul 18 21:43:40.433 INFO O| Jul 18 21:43:40.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
39172024-07-18T21:43:41.579Z[ recovery-image] Jul 18 21:43:40.433 INFO O| Jul 18 21:43:40.433 INFO STEP 82 (remove_files) COMPLETE
39182024-07-18T21:43:41.579Z[ recovery-image] Jul 18 21:43:40.433 INFO O| Jul 18 21:43:40.433 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-07-18T21:43:41.601Z[ recovery-image] Jul 18 21:43:40.455 INFO O| Jul 18 21:43:40.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
39202024-07-18T21:43:41.601Z[ recovery-image] Jul 18 21:43:40.455 INFO O| Jul 18 21:43:40.455 INFO STEP 83 (remove_files) COMPLETE
39212024-07-18T21:43:41.603Z[ recovery-image] Jul 18 21:43:40.455 INFO O| Jul 18 21:43:40.455 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-07-18T21:43:41.625Z[ recovery-image] Jul 18 21:43:40.478 INFO O| Jul 18 21:43:40.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
39232024-07-18T21:43:41.625Z[ recovery-image] Jul 18 21:43:40.478 INFO O| Jul 18 21:43:40.478 INFO STEP 84 (remove_files) COMPLETE
39242024-07-18T21:43:41.625Z[ recovery-image] Jul 18 21:43:40.478 INFO O| Jul 18 21:43:40.478 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-07-18T21:43:41.646Z[ recovery-image] Jul 18 21:43:40.500 INFO O| Jul 18 21:43:40.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
39262024-07-18T21:43:41.646Z[ recovery-image] Jul 18 21:43:40.500 INFO O| Jul 18 21:43:40.500 INFO STEP 85 (remove_files) COMPLETE
39272024-07-18T21:43:41.646Z[ recovery-image] Jul 18 21:43:40.500 INFO O| Jul 18 21:43:40.500 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-07-18T21:43:41.667Z[ recovery-image] Jul 18 21:43:40.521 INFO O| Jul 18 21:43:40.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
39292024-07-18T21:43:41.667Z[ recovery-image] Jul 18 21:43:40.521 INFO O| Jul 18 21:43:40.521 INFO STEP 86 (remove_files) COMPLETE
39302024-07-18T21:43:41.667Z[ recovery-image] Jul 18 21:43:40.522 INFO O| Jul 18 21:43:40.521 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-07-18T21:43:41.689Z[ recovery-image] Jul 18 21:43:40.543 INFO O| Jul 18 21:43:40.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
39322024-07-18T21:43:41.689Z[ recovery-image] Jul 18 21:43:40.543 INFO O| Jul 18 21:43:40.543 INFO STEP 87 (remove_files) COMPLETE
39332024-07-18T21:43:41.692Z[ recovery-image] Jul 18 21:43:40.543 INFO O| Jul 18 21:43:40.543 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-07-18T21:43:41.710Z[ recovery-image] Jul 18 21:43:40.564 INFO O| Jul 18 21:43:40.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
39352024-07-18T21:43:41.710Z[ recovery-image] Jul 18 21:43:40.564 INFO O| Jul 18 21:43:40.564 INFO STEP 88 (remove_files) COMPLETE
39362024-07-18T21:43:41.710Z[ recovery-image] Jul 18 21:43:40.564 INFO O| Jul 18 21:43:40.564 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-07-18T21:43:41.730Z[ recovery-image] Jul 18 21:43:40.584 INFO O| Jul 18 21:43:40.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
39382024-07-18T21:43:41.730Z[ recovery-image] Jul 18 21:43:40.584 INFO O| Jul 18 21:43:40.584 INFO STEP 89 (remove_files) COMPLETE
39392024-07-18T21:43:41.730Z[ recovery-image] Jul 18 21:43:40.584 INFO O| Jul 18 21:43:40.584 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-07-18T21:43:41.763Z[ recovery-image] Jul 18 21:43:40.617 INFO O| Jul 18 21:43:40.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
39412024-07-18T21:43:41.763Z[ recovery-image] Jul 18 21:43:40.617 INFO O| Jul 18 21:43:40.617 INFO STEP 90 (remove_files) COMPLETE
39422024-07-18T21:43:41.766Z[ recovery-image] Jul 18 21:43:40.617 INFO O| Jul 18 21:43:40.617 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-07-18T21:43:41.786Z[ recovery-image] Jul 18 21:43:40.640 INFO O| Jul 18 21:43:40.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
39442024-07-18T21:43:41.786Z[ recovery-image] Jul 18 21:43:40.640 INFO O| Jul 18 21:43:40.640 INFO STEP 91 (remove_files) COMPLETE
39452024-07-18T21:43:41.790Z[ recovery-image] Jul 18 21:43:40.640 INFO O| Jul 18 21:43:40.640 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-07-18T21:43:41.818Z[ recovery-image] Jul 18 21:43:40.672 INFO O| Jul 18 21:43:40.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
39472024-07-18T21:43:41.818Z[ recovery-image] Jul 18 21:43:40.672 INFO O| Jul 18 21:43:40.672 INFO STEP 92 (remove_files) COMPLETE
39482024-07-18T21:43:41.818Z[ recovery-image] Jul 18 21:43:40.672 INFO O| Jul 18 21:43:40.672 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-07-18T21:43:41.859Z[ recovery-image] Jul 18 21:43:40.713 INFO O| Jul 18 21:43:40.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
39502024-07-18T21:43:41.859Z[ recovery-image] Jul 18 21:43:40.713 INFO O| Jul 18 21:43:40.713 INFO STEP 93 (remove_files) COMPLETE
39512024-07-18T21:43:41.861Z[ recovery-image] Jul 18 21:43:40.713 INFO O| Jul 18 21:43:40.713 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-07-18T21:43:41.883Z[ recovery-image] Jul 18 21:43:40.737 INFO O| Jul 18 21:43:40.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
39532024-07-18T21:43:41.886Z[ recovery-image] Jul 18 21:43:40.738 INFO O| Jul 18 21:43:40.738 INFO STEP 94 (remove_files) COMPLETE
39542024-07-18T21:43:41.886Z[ recovery-image] Jul 18 21:43:40.738 INFO O| Jul 18 21:43:40.738 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-07-18T21:43:41.951Z[ recovery-image] Jul 18 21:43:40.805 INFO O| Jul 18 21:43:40.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
39562024-07-18T21:43:41.951Z[ recovery-image] Jul 18 21:43:40.805 INFO O| Jul 18 21:43:40.805 INFO STEP 95 (remove_files) COMPLETE
39572024-07-18T21:43:41.951Z[ recovery-image] Jul 18 21:43:40.805 INFO O| Jul 18 21:43:40.805 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-07-18T21:43:41.973Z[ recovery-image] Jul 18 21:43:40.827 INFO O| Jul 18 21:43:40.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
39592024-07-18T21:43:41.975Z[ recovery-image] Jul 18 21:43:40.827 INFO O| Jul 18 21:43:40.827 INFO STEP 96 (remove_files) COMPLETE
39602024-07-18T21:43:41.976Z[ recovery-image] Jul 18 21:43:40.827 INFO O| Jul 18 21:43:40.827 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-07-18T21:43:41.996Z[ recovery-image] Jul 18 21:43:40.849 INFO O| Jul 18 21:43:40.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
39622024-07-18T21:43:41.996Z[ recovery-image] Jul 18 21:43:40.849 INFO O| Jul 18 21:43:40.849 INFO STEP 97 (remove_files) COMPLETE
39632024-07-18T21:43:41.996Z[ recovery-image] Jul 18 21:43:40.849 INFO O| Jul 18 21:43:40.849 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-07-18T21:43:42.018Z[ recovery-image] Jul 18 21:43:40.871 INFO O| Jul 18 21:43:40.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
39652024-07-18T21:43:42.018Z[ recovery-image] Jul 18 21:43:40.871 INFO O| Jul 18 21:43:40.871 INFO STEP 98 (remove_files) COMPLETE
39662024-07-18T21:43:42.018Z[ recovery-image] Jul 18 21:43:40.871 INFO O| Jul 18 21:43:40.871 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-07-18T21:43:42.038Z[ recovery-image] Jul 18 21:43:40.892 INFO O| Jul 18 21:43:40.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
39682024-07-18T21:43:42.038Z[ recovery-image] Jul 18 21:43:40.892 INFO O| Jul 18 21:43:40.892 INFO STEP 99 (remove_files) COMPLETE
39692024-07-18T21:43:42.039Z[ recovery-image] Jul 18 21:43:40.892 INFO O| Jul 18 21:43:40.892 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-07-18T21:43:42.095Z[ recovery-image] Jul 18 21:43:40.949 INFO O| Jul 18 21:43:40.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
39712024-07-18T21:43:42.095Z[ recovery-image] Jul 18 21:43:40.949 INFO O| Jul 18 21:43:40.949 INFO STEP 100 (remove_files) COMPLETE
39722024-07-18T21:43:42.095Z[ recovery-image] Jul 18 21:43:40.950 INFO O| Jul 18 21:43:40.949 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-07-18T21:43:42.158Z[ recovery-image] Jul 18 21:43:41.012 INFO O| Jul 18 21:43:41.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
39742024-07-18T21:43:42.158Z[ recovery-image] Jul 18 21:43:41.012 INFO O| Jul 18 21:43:41.012 INFO STEP 101 (remove_files) COMPLETE
39752024-07-18T21:43:42.161Z[ recovery-image] Jul 18 21:43:41.012 INFO O| Jul 18 21:43:41.012 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-07-18T21:43:42.221Z[ recovery-image] Jul 18 21:43:41.075 INFO O| Jul 18 21:43:41.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
39772024-07-18T21:43:42.221Z[ recovery-image] Jul 18 21:43:41.075 INFO O| Jul 18 21:43:41.075 INFO STEP 102 (remove_files) COMPLETE
39782024-07-18T21:43:42.221Z[ recovery-image] Jul 18 21:43:41.075 INFO O| Jul 18 21:43:41.075 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-07-18T21:43:42.243Z[ recovery-image] Jul 18 21:43:41.097 INFO O| Jul 18 21:43:41.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
39802024-07-18T21:43:42.243Z[ recovery-image] Jul 18 21:43:41.097 INFO O| Jul 18 21:43:41.097 INFO STEP 103 (remove_files) COMPLETE
39812024-07-18T21:43:42.243Z[ recovery-image] Jul 18 21:43:41.097 INFO O| Jul 18 21:43:41.097 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-07-18T21:43:42.262Z[ recovery-image] Jul 18 21:43:41.116 INFO O| Jul 18 21:43:41.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
39832024-07-18T21:43:42.262Z[ recovery-image] Jul 18 21:43:41.116 INFO O| Jul 18 21:43:41.116 INFO STEP 104 (remove_files) COMPLETE
39842024-07-18T21:43:42.262Z[ recovery-image] Jul 18 21:43:41.116 INFO O| Jul 18 21:43:41.116 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-07-18T21:43:42.280Z[ recovery-image] Jul 18 21:43:41.134 INFO O| Jul 18 21:43:41.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
39862024-07-18T21:43:42.280Z[ recovery-image] Jul 18 21:43:41.134 INFO O| Jul 18 21:43:41.134 INFO STEP 105 (remove_files) COMPLETE
39872024-07-18T21:43:42.283Z[ recovery-image] Jul 18 21:43:41.135 INFO O| Jul 18 21:43:41.134 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-07-18T21:43:42.306Z[ recovery-image] Jul 18 21:43:41.160 INFO O| Jul 18 21:43:41.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
39892024-07-18T21:43:42.310Z[ recovery-image] Jul 18 21:43:41.161 INFO O| Jul 18 21:43:41.160 INFO STEP 106 (remove_files) COMPLETE
39902024-07-18T21:43:42.310Z[ recovery-image] Jul 18 21:43:41.161 INFO O| Jul 18 21:43:41.161 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-07-18T21:43:42.342Z[ recovery-image] Jul 18 21:43:41.195 INFO O| Jul 18 21:43:41.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
39922024-07-18T21:43:42.344Z[ recovery-image] Jul 18 21:43:41.196 INFO O| Jul 18 21:43:41.196 INFO STEP 107 (remove_files) COMPLETE
39932024-07-18T21:43:42.344Z[ recovery-image] Jul 18 21:43:41.196 INFO O| Jul 18 21:43:41.196 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-07-18T21:43:42.365Z[ recovery-image] Jul 18 21:43:41.219 INFO O| Jul 18 21:43:41.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
39952024-07-18T21:43:42.368Z[ recovery-image] Jul 18 21:43:41.219 INFO O| Jul 18 21:43:41.219 INFO STEP 108 (remove_files) COMPLETE
39962024-07-18T21:43:42.368Z[ recovery-image] Jul 18 21:43:41.219 INFO O| Jul 18 21:43:41.219 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-07-18T21:43:42.425Z[ recovery-image] Jul 18 21:43:41.279 INFO O| Jul 18 21:43:41.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
39982024-07-18T21:43:42.428Z[ recovery-image] Jul 18 21:43:41.280 INFO O| Jul 18 21:43:41.280 INFO STEP 109 (remove_files) COMPLETE
39992024-07-18T21:43:42.428Z[ recovery-image] Jul 18 21:43:41.280 INFO O| Jul 18 21:43:41.280 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-07-18T21:43:42.449Z[ recovery-image] Jul 18 21:43:41.303 INFO O| Jul 18 21:43:41.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
40012024-07-18T21:43:42.452Z[ recovery-image] Jul 18 21:43:41.304 INFO O| Jul 18 21:43:41.304 INFO STEP 110 (remove_files) COMPLETE
40022024-07-18T21:43:42.452Z[ recovery-image] Jul 18 21:43:41.304 INFO O| Jul 18 21:43:41.304 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-07-18T21:43:42.493Z[ recovery-image] Jul 18 21:43:41.346 INFO O| Jul 18 21:43:41.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
40042024-07-18T21:43:42.496Z[ recovery-image] Jul 18 21:43:41.347 INFO O| Jul 18 21:43:41.347 INFO STEP 111 (remove_files) COMPLETE
40052024-07-18T21:43:42.496Z[ recovery-image] Jul 18 21:43:41.347 INFO O| Jul 18 21:43:41.347 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-07-18T21:43:42.532Z[ recovery-image] Jul 18 21:43:41.386 INFO O| Jul 18 21:43:41.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
40072024-07-18T21:43:42.534Z[ recovery-image] Jul 18 21:43:41.386 INFO O| Jul 18 21:43:41.386 INFO STEP 112 (remove_files) COMPLETE
40082024-07-18T21:43:42.534Z[ recovery-image] Jul 18 21:43:41.386 INFO O| Jul 18 21:43:41.386 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-07-18T21:43:42.556Z[ recovery-image] Jul 18 21:43:41.410 INFO O| Jul 18 21:43:41.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
40102024-07-18T21:43:42.559Z[ recovery-image] Jul 18 21:43:41.410 INFO O| Jul 18 21:43:41.410 INFO STEP 113 (remove_files) COMPLETE
40112024-07-18T21:43:42.559Z[ recovery-image] Jul 18 21:43:41.410 INFO O| Jul 18 21:43:41.410 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-07-18T21:43:42.582Z[ recovery-image] Jul 18 21:43:41.435 INFO O| Jul 18 21:43:41.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
40132024-07-18T21:43:42.585Z[ recovery-image] Jul 18 21:43:41.436 INFO O| Jul 18 21:43:41.436 INFO STEP 114 (remove_files) COMPLETE
40142024-07-18T21:43:42.585Z[ recovery-image] Jul 18 21:43:41.436 INFO O| Jul 18 21:43:41.436 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-07-18T21:43:42.606Z[ recovery-image] Jul 18 21:43:41.459 INFO O| Jul 18 21:43:41.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
40162024-07-18T21:43:42.610Z[ recovery-image] Jul 18 21:43:41.459 INFO O| Jul 18 21:43:41.459 INFO STEP 115 (remove_files) COMPLETE
40172024-07-18T21:43:42.610Z[ recovery-image] Jul 18 21:43:41.459 INFO O| Jul 18 21:43:41.459 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-07-18T21:43:42.628Z[ recovery-image] Jul 18 21:43:41.482 INFO O| Jul 18 21:43:41.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
40192024-07-18T21:43:42.628Z[ recovery-image] Jul 18 21:43:41.482 INFO O| Jul 18 21:43:41.482 INFO STEP 116 (remove_files) COMPLETE
40202024-07-18T21:43:42.631Z[ recovery-image] Jul 18 21:43:41.482 INFO O| Jul 18 21:43:41.482 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-07-18T21:43:42.658Z[ recovery-image] Jul 18 21:43:41.512 INFO O| Jul 18 21:43:41.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
40222024-07-18T21:43:42.662Z[ recovery-image] Jul 18 21:43:41.513 INFO O| Jul 18 21:43:41.512 INFO STEP 117 (remove_files) COMPLETE
40232024-07-18T21:43:42.662Z[ recovery-image] Jul 18 21:43:41.513 INFO O| Jul 18 21:43:41.513 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-07-18T21:43:42.684Z[ recovery-image] Jul 18 21:43:41.538 INFO O| Jul 18 21:43:41.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
40252024-07-18T21:43:42.687Z[ recovery-image] Jul 18 21:43:41.539 INFO O| Jul 18 21:43:41.538 INFO STEP 118 (remove_files) COMPLETE
40262024-07-18T21:43:42.687Z[ recovery-image] Jul 18 21:43:41.539 INFO O| Jul 18 21:43:41.539 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-07-18T21:43:42.710Z[ recovery-image] Jul 18 21:43:41.564 INFO O| Jul 18 21:43:41.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
40282024-07-18T21:43:42.710Z[ recovery-image] Jul 18 21:43:41.564 INFO O| Jul 18 21:43:41.564 INFO STEP 119 (remove_files) COMPLETE
40292024-07-18T21:43:42.713Z[ recovery-image] Jul 18 21:43:41.564 INFO O| Jul 18 21:43:41.564 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-07-18T21:43:42.735Z[ recovery-image] Jul 18 21:43:41.588 INFO O| Jul 18 21:43:41.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
40312024-07-18T21:43:42.738Z[ recovery-image] Jul 18 21:43:41.589 INFO O| Jul 18 21:43:41.589 INFO STEP 120 (remove_files) COMPLETE
40322024-07-18T21:43:42.738Z[ recovery-image] Jul 18 21:43:41.589 INFO O| Jul 18 21:43:41.589 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-07-18T21:43:42.766Z[ recovery-image] Jul 18 21:43:41.620 INFO O| Jul 18 21:43:41.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
40342024-07-18T21:43:42.766Z[ recovery-image] Jul 18 21:43:41.620 INFO O| Jul 18 21:43:41.620 INFO STEP 121 (remove_files) COMPLETE
40352024-07-18T21:43:42.766Z[ recovery-image] Jul 18 21:43:41.620 INFO O| Jul 18 21:43:41.620 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-07-18T21:43:42.789Z[ recovery-image] Jul 18 21:43:41.643 INFO O| Jul 18 21:43:41.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
40372024-07-18T21:43:42.789Z[ recovery-image] Jul 18 21:43:41.643 INFO O| Jul 18 21:43:41.643 INFO STEP 122 (remove_files) COMPLETE
40382024-07-18T21:43:42.790Z[ recovery-image] Jul 18 21:43:41.643 INFO O| Jul 18 21:43:41.643 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-07-18T21:43:42.824Z[ recovery-image] Jul 18 21:43:41.678 INFO O| Jul 18 21:43:41.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
40402024-07-18T21:43:42.824Z[ recovery-image] Jul 18 21:43:41.678 INFO O| Jul 18 21:43:41.678 INFO STEP 123 (remove_files) COMPLETE
40412024-07-18T21:43:42.827Z[ recovery-image] Jul 18 21:43:41.678 INFO O| Jul 18 21:43:41.678 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-07-18T21:43:42.847Z[ recovery-image] Jul 18 21:43:41.700 INFO O| Jul 18 21:43:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
40432024-07-18T21:43:42.847Z[ recovery-image] Jul 18 21:43:41.701 INFO O| Jul 18 21:43:41.701 INFO STEP 124 (remove_files) COMPLETE
40442024-07-18T21:43:42.847Z[ recovery-image] Jul 18 21:43:41.701 INFO O| Jul 18 21:43:41.701 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-07-18T21:43:42.868Z[ recovery-image] Jul 18 21:43:41.722 INFO O| Jul 18 21:43:41.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
40462024-07-18T21:43:42.868Z[ recovery-image] Jul 18 21:43:41.722 INFO O| Jul 18 21:43:41.722 INFO STEP 125 (remove_files) COMPLETE
40472024-07-18T21:43:42.871Z[ recovery-image] Jul 18 21:43:41.722 INFO O| Jul 18 21:43:41.722 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-07-18T21:43:42.896Z[ recovery-image] Jul 18 21:43:41.750 INFO O| Jul 18 21:43:41.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
40492024-07-18T21:43:42.899Z[ recovery-image] Jul 18 21:43:41.750 INFO O| Jul 18 21:43:41.750 INFO STEP 126 (remove_files) COMPLETE
40502024-07-18T21:43:42.899Z[ recovery-image] Jul 18 21:43:41.750 INFO O| Jul 18 21:43:41.750 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-07-18T21:43:42.920Z[ recovery-image] Jul 18 21:43:41.774 INFO O| Jul 18 21:43:41.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
40522024-07-18T21:43:42.920Z[ recovery-image] Jul 18 21:43:41.774 INFO O| Jul 18 21:43:41.774 INFO STEP 127 (remove_files) COMPLETE
40532024-07-18T21:43:42.923Z[ recovery-image] Jul 18 21:43:41.774 INFO O| Jul 18 21:43:41.774 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-07-18T21:43:42.945Z[ recovery-image] Jul 18 21:43:41.798 INFO O| Jul 18 21:43:41.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
40552024-07-18T21:43:42.947Z[ recovery-image] Jul 18 21:43:41.799 INFO O| Jul 18 21:43:41.799 INFO STEP 128 (remove_files) COMPLETE
40562024-07-18T21:43:42.947Z[ recovery-image] Jul 18 21:43:41.799 INFO O| Jul 18 21:43:41.799 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-07-18T21:43:42.959Z[ host-image] Jul 18 21:43:41.813 INFO O| Jul 18 21:43:41.812 INFO O| Download: Completed 1.39 MB in 1.90 seconds (747k/s)
40582024-07-18T21:43:42.967Z[ recovery-image] Jul 18 21:43:41.821 INFO O| Jul 18 21:43:41.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
40592024-07-18T21:43:42.967Z[ recovery-image] Jul 18 21:43:41.821 INFO O| Jul 18 21:43:41.821 INFO STEP 129 (remove_files) COMPLETE
40602024-07-18T21:43:42.970Z[ recovery-image] Jul 18 21:43:41.821 INFO O| Jul 18 21:43:41.821 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-07-18T21:43:42.998Z[ host-image] Jul 18 21:43:41.852 INFO O| Jul 18 21:43:41.850 INFO O| Actions: 1/238 actions (Installing new actions)
40622024-07-18T21:43:43.001Z[ recovery-image] Jul 18 21:43:41.852 INFO O| Jul 18 21:43:41.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
40632024-07-18T21:43:43.002Z[ recovery-image] Jul 18 21:43:41.852 INFO O| Jul 18 21:43:41.852 INFO STEP 130 (remove_files) COMPLETE
40642024-07-18T21:43:43.002Z[ recovery-image] Jul 18 21:43:41.852 INFO O| Jul 18 21:43:41.852 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-07-18T21:43:43.023Z[ recovery-image] Jul 18 21:43:41.876 INFO O| Jul 18 21:43:41.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
40662024-07-18T21:43:43.023Z[ recovery-image] Jul 18 21:43:41.876 INFO O| Jul 18 21:43:41.876 INFO STEP 131 (remove_files) COMPLETE
40672024-07-18T21:43:43.023Z[ recovery-image] Jul 18 21:43:41.876 INFO O| Jul 18 21:43:41.876 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-07-18T21:43:43.046Z[ recovery-image] Jul 18 21:43:41.899 INFO O| Jul 18 21:43:41.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
40692024-07-18T21:43:43.046Z[ recovery-image] Jul 18 21:43:41.899 INFO O| Jul 18 21:43:41.899 INFO STEP 132 (remove_files) COMPLETE
40702024-07-18T21:43:43.046Z[ recovery-image] Jul 18 21:43:41.899 INFO O| Jul 18 21:43:41.899 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-07-18T21:43:43.088Z[ recovery-image] Jul 18 21:43:41.942 INFO O| Jul 18 21:43:41.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
40722024-07-18T21:43:43.091Z[ recovery-image] Jul 18 21:43:41.943 INFO O| Jul 18 21:43:41.942 INFO STEP 133 (remove_files) COMPLETE
40732024-07-18T21:43:43.091Z[ recovery-image] Jul 18 21:43:41.943 INFO O| Jul 18 21:43:41.943 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-07-18T21:43:43.141Z[ recovery-image] Jul 18 21:43:41.994 INFO O| Jul 18 21:43:41.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
40752024-07-18T21:43:43.141Z[ recovery-image] Jul 18 21:43:41.995 INFO O| Jul 18 21:43:41.994 INFO STEP 134 (remove_files) COMPLETE
40762024-07-18T21:43:43.141Z[ recovery-image] Jul 18 21:43:41.995 INFO O| Jul 18 21:43:41.995 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-07-18T21:43:43.170Z[ recovery-image] Jul 18 21:43:42.024 INFO O| Jul 18 21:43:42.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
40782024-07-18T21:43:43.170Z[ recovery-image] Jul 18 21:43:42.024 INFO O| Jul 18 21:43:42.024 INFO STEP 135 (remove_files) COMPLETE
40792024-07-18T21:43:43.170Z[ recovery-image] Jul 18 21:43:42.024 INFO O| Jul 18 21:43:42.024 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-07-18T21:43:43.194Z[ recovery-image] Jul 18 21:43:42.048 INFO O| Jul 18 21:43:42.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
40812024-07-18T21:43:43.194Z[ recovery-image] Jul 18 21:43:42.048 INFO O| Jul 18 21:43:42.048 INFO STEP 136 (remove_files) COMPLETE
40822024-07-18T21:43:43.197Z[ recovery-image] Jul 18 21:43:42.048 INFO O| Jul 18 21:43:42.048 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-07-18T21:43:43.218Z[ recovery-image] Jul 18 21:43:42.072 INFO O| Jul 18 21:43:42.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
40842024-07-18T21:43:43.218Z[ recovery-image] Jul 18 21:43:42.072 INFO O| Jul 18 21:43:42.072 INFO STEP 137 (remove_files) COMPLETE
40852024-07-18T21:43:43.218Z[ recovery-image] Jul 18 21:43:42.072 INFO O| Jul 18 21:43:42.072 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-07-18T21:43:43.285Z[ recovery-image] Jul 18 21:43:42.139 INFO O| Jul 18 21:43:42.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
40872024-07-18T21:43:43.285Z[ recovery-image] Jul 18 21:43:42.139 INFO O| Jul 18 21:43:42.139 INFO STEP 138 (remove_files) COMPLETE
40882024-07-18T21:43:43.289Z[ recovery-image] Jul 18 21:43:42.139 INFO O| Jul 18 21:43:42.139 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-07-18T21:43:43.308Z[ recovery-image] Jul 18 21:43:42.162 INFO O| Jul 18 21:43:42.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
40902024-07-18T21:43:43.308Z[ recovery-image] Jul 18 21:43:42.162 INFO O| Jul 18 21:43:42.162 INFO STEP 139 (remove_files) COMPLETE
40912024-07-18T21:43:43.308Z[ recovery-image] Jul 18 21:43:42.162 INFO O| Jul 18 21:43:42.162 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-07-18T21:43:43.331Z[ recovery-image] Jul 18 21:43:42.185 INFO O| Jul 18 21:43:42.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
40932024-07-18T21:43:43.331Z[ recovery-image] Jul 18 21:43:42.185 INFO O| Jul 18 21:43:42.185 INFO STEP 140 (remove_files) COMPLETE
40942024-07-18T21:43:43.331Z[ recovery-image] Jul 18 21:43:42.185 INFO O| Jul 18 21:43:42.185 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-07-18T21:43:43.360Z[ host-image] Jul 18 21:43:42.214 INFO O| Jul 18 21:43:42.214 INFO O| Actions: Completed 238 actions in 0.36 seconds.
40962024-07-18T21:43:43.372Z[ recovery-image] Jul 18 21:43:42.226 INFO O| Jul 18 21:43:42.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
40972024-07-18T21:43:43.372Z[ recovery-image] Jul 18 21:43:42.226 INFO O| Jul 18 21:43:42.226 INFO STEP 141 (remove_files) COMPLETE
40982024-07-18T21:43:43.372Z[ recovery-image] Jul 18 21:43:42.226 INFO O| Jul 18 21:43:42.226 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-07-18T21:43:43.397Z[ recovery-image] Jul 18 21:43:42.251 INFO O| Jul 18 21:43:42.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
41002024-07-18T21:43:43.418Z[ recovery-image] Jul 18 21:43:42.272 INFO O| Jul 18 21:43:42.272 INFO STEP 142 (remove_files) COMPLETE
41012024-07-18T21:43:43.421Z[ recovery-image] Jul 18 21:43:42.272 INFO O| Jul 18 21:43:42.272 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-07-18T21:43:43.474Z[ recovery-image] Jul 18 21:43:42.327 INFO O| Jul 18 21:43:42.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
41032024-07-18T21:43:43.474Z[ recovery-image] Jul 18 21:43:42.328 INFO O| Jul 18 21:43:42.327 INFO STEP 143 (remove_files) COMPLETE
41042024-07-18T21:43:43.474Z[ recovery-image] Jul 18 21:43:42.328 INFO O| Jul 18 21:43:42.328 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-07-18T21:43:43.516Z[ recovery-image] Jul 18 21:43:42.370 INFO O| Jul 18 21:43:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
41062024-07-18T21:43:43.519Z[ recovery-image] Jul 18 21:43:42.371 INFO O| Jul 18 21:43:42.371 INFO STEP 144 (remove_files) COMPLETE
41072024-07-18T21:43:43.520Z[ recovery-image] Jul 18 21:43:42.371 INFO O| Jul 18 21:43:42.371 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-07-18T21:43:43.616Z[ recovery-image] Jul 18 21:43:42.470 INFO O| Jul 18 21:43:42.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
41092024-07-18T21:43:43.619Z[ recovery-image] Jul 18 21:43:42.470 INFO O| Jul 18 21:43:42.470 INFO STEP 145 (remove_files) COMPLETE
41102024-07-18T21:43:43.619Z[ recovery-image] Jul 18 21:43:42.470 INFO O| Jul 18 21:43:42.470 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-07-18T21:43:43.640Z[ recovery-image] Jul 18 21:43:42.494 INFO O| Jul 18 21:43:42.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
41122024-07-18T21:43:43.640Z[ recovery-image] Jul 18 21:43:42.494 INFO O| Jul 18 21:43:42.494 INFO STEP 146 (remove_files) COMPLETE
41132024-07-18T21:43:43.643Z[ recovery-image] Jul 18 21:43:42.494 INFO O| Jul 18 21:43:42.494 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-07-18T21:43:43.663Z[ recovery-image] Jul 18 21:43:42.516 INFO O| Jul 18 21:43:42.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
41152024-07-18T21:43:43.663Z[ recovery-image] Jul 18 21:43:42.517 INFO O| Jul 18 21:43:42.517 INFO STEP 147 (remove_files) COMPLETE
41162024-07-18T21:43:43.663Z[ recovery-image] Jul 18 21:43:42.517 INFO O| Jul 18 21:43:42.517 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-07-18T21:43:43.685Z[ recovery-image] Jul 18 21:43:42.539 INFO O| Jul 18 21:43:42.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
41182024-07-18T21:43:43.685Z[ recovery-image] Jul 18 21:43:42.539 INFO O| Jul 18 21:43:42.539 INFO STEP 148 (remove_files) COMPLETE
41192024-07-18T21:43:43.685Z[ recovery-image] Jul 18 21:43:42.539 INFO O| Jul 18 21:43:42.539 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-07-18T21:43:43.707Z[ recovery-image] Jul 18 21:43:42.561 INFO O| Jul 18 21:43:42.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
41212024-07-18T21:43:43.710Z[ recovery-image] Jul 18 21:43:42.561 INFO O| Jul 18 21:43:42.561 INFO STEP 149 (remove_files) COMPLETE
41222024-07-18T21:43:43.710Z[ recovery-image] Jul 18 21:43:42.561 INFO O| Jul 18 21:43:42.561 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-07-18T21:43:43.742Z[ recovery-image] Jul 18 21:43:42.596 INFO O| Jul 18 21:43:42.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
41242024-07-18T21:43:43.742Z[ recovery-image] Jul 18 21:43:42.596 INFO O| Jul 18 21:43:42.596 INFO STEP 150 (remove_files) COMPLETE
41252024-07-18T21:43:43.742Z[ recovery-image] Jul 18 21:43:42.596 INFO O| Jul 18 21:43:42.596 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-07-18T21:43:43.773Z[ recovery-image] Jul 18 21:43:42.627 INFO O| Jul 18 21:43:42.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
41272024-07-18T21:43:43.773Z[ recovery-image] Jul 18 21:43:42.627 INFO O| Jul 18 21:43:42.627 INFO STEP 151 (remove_files) COMPLETE
41282024-07-18T21:43:43.773Z[ recovery-image] Jul 18 21:43:42.627 INFO O| Jul 18 21:43:42.627 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-07-18T21:43:43.794Z[ recovery-image] Jul 18 21:43:42.648 INFO O| Jul 18 21:43:42.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
41302024-07-18T21:43:43.794Z[ recovery-image] Jul 18 21:43:42.648 INFO O| Jul 18 21:43:42.648 INFO STEP 152 (remove_files) COMPLETE
41312024-07-18T21:43:43.794Z[ recovery-image] Jul 18 21:43:42.648 INFO O| Jul 18 21:43:42.648 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-07-18T21:43:43.825Z[ recovery-image] Jul 18 21:43:42.679 INFO O| Jul 18 21:43:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
41332024-07-18T21:43:43.828Z[ recovery-image] Jul 18 21:43:42.679 INFO O| Jul 18 21:43:42.679 INFO STEP 153 (remove_files) COMPLETE
41342024-07-18T21:43:43.828Z[ recovery-image] Jul 18 21:43:42.679 INFO O| Jul 18 21:43:42.679 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-07-18T21:43:43.849Z[ recovery-image] Jul 18 21:43:42.703 INFO O| Jul 18 21:43:42.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
41362024-07-18T21:43:43.851Z[ recovery-image] Jul 18 21:43:42.705 INFO O| Jul 18 21:43:42.705 INFO STEP 154 (remove_files) COMPLETE
41372024-07-18T21:43:43.852Z[ recovery-image] Jul 18 21:43:42.705 INFO O| Jul 18 21:43:42.705 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-07-18T21:43:43.877Z[ host-image] Jul 18 21:43:42.731 INFO O| Jul 18 21:43:42.731 INFO O| Done
41392024-07-18T21:43:43.877Z[ host-image] Jul 18 21:43:42.731 INFO O| Jul 18 21:43:42.731 INFO O| Done
41402024-07-18T21:43:43.916Z[ recovery-image] Jul 18 21:43:42.768 INFO O| Jul 18 21:43:42.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
41412024-07-18T21:43:43.916Z[ recovery-image] Jul 18 21:43:42.768 INFO O| Jul 18 21:43:42.768 INFO STEP 155 (remove_files) COMPLETE
41422024-07-18T21:43:43.916Z[ recovery-image] Jul 18 21:43:42.768 INFO O| Jul 18 21:43:42.768 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-07-18T21:43:43.945Z[ recovery-image] Jul 18 21:43:42.799 INFO O| Jul 18 21:43:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
41442024-07-18T21:43:43.945Z[ recovery-image] Jul 18 21:43:42.799 INFO O| Jul 18 21:43:42.799 INFO STEP 156 (remove_files) COMPLETE
41452024-07-18T21:43:43.948Z[ recovery-image] Jul 18 21:43:42.799 INFO O| Jul 18 21:43:42.799 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-07-18T21:43:44.006Z[ recovery-image] Jul 18 21:43:42.860 INFO O| Jul 18 21:43:42.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
41472024-07-18T21:43:44.006Z[ recovery-image] Jul 18 21:43:42.860 INFO O| Jul 18 21:43:42.860 INFO STEP 157 (remove_files) COMPLETE
41482024-07-18T21:43:44.007Z[ recovery-image] Jul 18 21:43:42.860 INFO O| Jul 18 21:43:42.860 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-07-18T21:43:44.030Z[ recovery-image] Jul 18 21:43:42.883 INFO O| Jul 18 21:43:42.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
41502024-07-18T21:43:44.030Z[ recovery-image] Jul 18 21:43:42.883 INFO O| Jul 18 21:43:42.883 INFO STEP 158 (remove_files) COMPLETE
41512024-07-18T21:43:44.030Z[ recovery-image] Jul 18 21:43:42.883 INFO O| Jul 18 21:43:42.883 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-07-18T21:43:44.067Z[ recovery-image] Jul 18 21:43:42.921 INFO O| Jul 18 21:43:42.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
41532024-07-18T21:43:44.067Z[ recovery-image] Jul 18 21:43:42.921 INFO O| Jul 18 21:43:42.921 INFO STEP 159 (remove_files) COMPLETE
41542024-07-18T21:43:44.070Z[ recovery-image] Jul 18 21:43:42.921 INFO O| Jul 18 21:43:42.921 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-07-18T21:43:44.089Z[ recovery-image] Jul 18 21:43:42.943 INFO O| Jul 18 21:43:42.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
41562024-07-18T21:43:44.089Z[ recovery-image] Jul 18 21:43:42.943 INFO O| Jul 18 21:43:42.943 INFO STEP 160 (remove_files) COMPLETE
41572024-07-18T21:43:44.092Z[ recovery-image] Jul 18 21:43:42.943 INFO O| Jul 18 21:43:42.943 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-07-18T21:43:44.109Z[ recovery-image] Jul 18 21:43:42.963 INFO O| Jul 18 21:43:42.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
41592024-07-18T21:43:44.109Z[ recovery-image] Jul 18 21:43:42.963 INFO O| Jul 18 21:43:42.963 INFO STEP 161 (remove_files) COMPLETE
41602024-07-18T21:43:44.109Z[ recovery-image] Jul 18 21:43:42.963 INFO O| Jul 18 21:43:42.963 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-07-18T21:43:44.136Z[ recovery-image] Jul 18 21:43:42.989 INFO O| Jul 18 21:43:42.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
41622024-07-18T21:43:44.136Z[ recovery-image] Jul 18 21:43:42.989 INFO O| Jul 18 21:43:42.989 INFO STEP 162 (remove_files) COMPLETE
41632024-07-18T21:43:44.136Z[ recovery-image] Jul 18 21:43:42.989 INFO O| Jul 18 21:43:42.989 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-07-18T21:43:44.157Z[ recovery-image] Jul 18 21:43:43.011 INFO O| Jul 18 21:43:43.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
41652024-07-18T21:43:44.157Z[ recovery-image] Jul 18 21:43:43.011 INFO O| Jul 18 21:43:43.011 INFO STEP 163 (remove_files) COMPLETE
41662024-07-18T21:43:44.160Z[ recovery-image] Jul 18 21:43:43.011 INFO O| Jul 18 21:43:43.011 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-07-18T21:43:44.178Z[ recovery-image] Jul 18 21:43:43.032 INFO O| Jul 18 21:43:43.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
41682024-07-18T21:43:44.178Z[ recovery-image] Jul 18 21:43:43.032 INFO O| Jul 18 21:43:43.032 INFO STEP 164 (remove_files) COMPLETE
41692024-07-18T21:43:44.178Z[ recovery-image] Jul 18 21:43:43.032 INFO O| Jul 18 21:43:43.032 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-07-18T21:43:44.199Z[ recovery-image] Jul 18 21:43:43.053 INFO O| Jul 18 21:43:43.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
41712024-07-18T21:43:44.200Z[ recovery-image] Jul 18 21:43:43.053 INFO O| Jul 18 21:43:43.053 INFO STEP 165 (remove_files) COMPLETE
41722024-07-18T21:43:44.200Z[ recovery-image] Jul 18 21:43:43.054 INFO O| Jul 18 21:43:43.053 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-07-18T21:43:44.229Z[ recovery-image] Jul 18 21:43:43.082 INFO O| Jul 18 21:43:43.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
41742024-07-18T21:43:44.229Z[ recovery-image] Jul 18 21:43:43.082 INFO O| Jul 18 21:43:43.082 INFO STEP 166 (remove_files) COMPLETE
41752024-07-18T21:43:44.229Z[ recovery-image] Jul 18 21:43:43.082 INFO O| Jul 18 21:43:43.082 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-07-18T21:43:44.250Z[ recovery-image] Jul 18 21:43:43.103 INFO O| Jul 18 21:43:43.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
41772024-07-18T21:43:44.250Z[ recovery-image] Jul 18 21:43:43.103 INFO O| Jul 18 21:43:43.103 INFO STEP 167 (remove_files) COMPLETE
41782024-07-18T21:43:44.250Z[ recovery-image] Jul 18 21:43:43.103 INFO O| Jul 18 21:43:43.103 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-07-18T21:43:44.271Z[ recovery-image] Jul 18 21:43:43.124 INFO O| Jul 18 21:43:43.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
41802024-07-18T21:43:44.271Z[ recovery-image] Jul 18 21:43:43.124 INFO O| Jul 18 21:43:43.124 INFO STEP 168 (remove_files) COMPLETE
41812024-07-18T21:43:44.271Z[ recovery-image] Jul 18 21:43:43.125 INFO O| Jul 18 21:43:43.124 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-07-18T21:43:44.295Z[ recovery-image] Jul 18 21:43:43.149 INFO O| Jul 18 21:43:43.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
41832024-07-18T21:43:44.298Z[ recovery-image] Jul 18 21:43:43.149 INFO O| Jul 18 21:43:43.149 INFO STEP 169 (remove_files) COMPLETE
41842024-07-18T21:43:44.298Z[ recovery-image] Jul 18 21:43:43.150 INFO O| Jul 18 21:43:43.150 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-07-18T21:43:44.327Z[ recovery-image] Jul 18 21:43:43.181 INFO O| Jul 18 21:43:43.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
41862024-07-18T21:43:44.330Z[ recovery-image] Jul 18 21:43:43.181 INFO O| Jul 18 21:43:43.181 INFO STEP 170 (remove_files) COMPLETE
41872024-07-18T21:43:44.330Z[ recovery-image] Jul 18 21:43:43.182 INFO O| Jul 18 21:43:43.181 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-07-18T21:43:44.448Z[ recovery-image] Jul 18 21:43:43.301 INFO O| Jul 18 21:43:43.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
41892024-07-18T21:43:44.448Z[ recovery-image] Jul 18 21:43:43.301 INFO O| Jul 18 21:43:43.301 INFO STEP 171 (remove_files) COMPLETE
41902024-07-18T21:43:44.451Z[ recovery-image] Jul 18 21:43:43.301 INFO O| Jul 18 21:43:43.301 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-07-18T21:43:44.513Z[ recovery-image] Jul 18 21:43:43.367 INFO O| Jul 18 21:43:43.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
41922024-07-18T21:43:44.513Z[ recovery-image] Jul 18 21:43:43.367 INFO O| Jul 18 21:43:43.367 INFO STEP 172 (remove_files) COMPLETE
41932024-07-18T21:43:44.516Z[ recovery-image] Jul 18 21:43:43.367 INFO O| Jul 18 21:43:43.367 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-07-18T21:43:44.556Z[ recovery-image] Jul 18 21:43:43.410 INFO O| Jul 18 21:43:43.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
41952024-07-18T21:43:44.556Z[ recovery-image] Jul 18 21:43:43.410 INFO O| Jul 18 21:43:43.410 INFO STEP 173 (remove_files) COMPLETE
41962024-07-18T21:43:44.556Z[ recovery-image] Jul 18 21:43:43.410 INFO O| Jul 18 21:43:43.410 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-07-18T21:43:44.563Z[ host-image] Jul 18 21:43:43.416 INFO O| Jul 18 21:43:43.416 INFO O| Done
41982024-07-18T21:43:44.589Z[ recovery-image] Jul 18 21:43:43.442 INFO O| Jul 18 21:43:43.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
41992024-07-18T21:43:44.589Z[ recovery-image] Jul 18 21:43:43.442 INFO O| Jul 18 21:43:43.442 INFO STEP 174 (remove_files) COMPLETE
42002024-07-18T21:43:44.589Z[ recovery-image] Jul 18 21:43:43.442 INFO O| Jul 18 21:43:43.442 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-07-18T21:43:44.623Z[ recovery-image] Jul 18 21:43:43.476 INFO O| Jul 18 21:43:43.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
42022024-07-18T21:43:44.623Z[ recovery-image] Jul 18 21:43:43.476 INFO O| Jul 18 21:43:43.476 INFO STEP 175 (remove_files) COMPLETE
42032024-07-18T21:43:44.623Z[ recovery-image] Jul 18 21:43:43.476 INFO O| Jul 18 21:43:43.476 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-07-18T21:43:44.663Z[ recovery-image] Jul 18 21:43:43.517 INFO O| Jul 18 21:43:43.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
42052024-07-18T21:43:44.666Z[ recovery-image] Jul 18 21:43:43.517 INFO O| Jul 18 21:43:43.517 INFO STEP 176 (remove_files) COMPLETE
42062024-07-18T21:43:44.666Z[ recovery-image] Jul 18 21:43:43.518 INFO O| Jul 18 21:43:43.517 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-07-18T21:43:44.697Z[ recovery-image] Jul 18 21:43:43.550 INFO O| Jul 18 21:43:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
42082024-07-18T21:43:44.697Z[ recovery-image] Jul 18 21:43:43.550 INFO O| Jul 18 21:43:43.550 INFO STEP 177 (remove_files) COMPLETE
42092024-07-18T21:43:44.697Z[ recovery-image] Jul 18 21:43:43.550 INFO O| Jul 18 21:43:43.550 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-07-18T21:43:44.753Z[ recovery-image] Jul 18 21:43:43.606 INFO O| Jul 18 21:43:43.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
42112024-07-18T21:43:44.758Z[ recovery-image] Jul 18 21:43:43.607 INFO O| Jul 18 21:43:43.607 INFO STEP 178 (remove_files) COMPLETE
42122024-07-18T21:43:44.758Z[ recovery-image] Jul 18 21:43:43.607 INFO O| Jul 18 21:43:43.607 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-07-18T21:43:44.773Z[ recovery-image] Jul 18 21:43:43.627 INFO O| Jul 18 21:43:43.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
42142024-07-18T21:43:44.773Z[ recovery-image] Jul 18 21:43:43.627 INFO O| Jul 18 21:43:43.627 INFO STEP 179 (remove_files) COMPLETE
42152024-07-18T21:43:44.773Z[ recovery-image] Jul 18 21:43:43.627 INFO O| Jul 18 21:43:43.627 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-07-18T21:43:44.811Z[ recovery-image] Jul 18 21:43:43.664 INFO O| Jul 18 21:43:43.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
42172024-07-18T21:43:44.811Z[ recovery-image] Jul 18 21:43:43.664 INFO O| Jul 18 21:43:43.664 INFO STEP 180 (remove_files) COMPLETE
42182024-07-18T21:43:44.811Z[ recovery-image] Jul 18 21:43:43.664 INFO O| Jul 18 21:43:43.664 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-07-18T21:43:44.841Z[ recovery-image] Jul 18 21:43:43.695 INFO O| Jul 18 21:43:43.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
42202024-07-18T21:43:44.844Z[ recovery-image] Jul 18 21:43:43.695 INFO O| Jul 18 21:43:43.695 INFO STEP 181 (remove_files) COMPLETE
42212024-07-18T21:43:44.844Z[ recovery-image] Jul 18 21:43:43.695 INFO O| Jul 18 21:43:43.695 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-07-18T21:43:44.862Z[ recovery-image] Jul 18 21:43:43.716 INFO O| Jul 18 21:43:43.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
42232024-07-18T21:43:44.862Z[ recovery-image] Jul 18 21:43:43.716 INFO O| Jul 18 21:43:43.716 INFO STEP 182 (remove_files) COMPLETE
42242024-07-18T21:43:44.865Z[ recovery-image] Jul 18 21:43:43.717 INFO O| Jul 18 21:43:43.716 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-07-18T21:43:44.889Z[ recovery-image] Jul 18 21:43:43.741 INFO O| Jul 18 21:43:43.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
42262024-07-18T21:43:44.892Z[ recovery-image] Jul 18 21:43:43.741 INFO O| Jul 18 21:43:43.741 INFO STEP 183 (remove_files) COMPLETE
42272024-07-18T21:43:44.892Z[ recovery-image] Jul 18 21:43:43.742 INFO O| Jul 18 21:43:43.741 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-07-18T21:43:44.909Z[ recovery-image] Jul 18 21:43:43.763 INFO O| Jul 18 21:43:43.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
42292024-07-18T21:43:44.909Z[ recovery-image] Jul 18 21:43:43.763 INFO O| Jul 18 21:43:43.763 INFO STEP 184 (remove_files) COMPLETE
42302024-07-18T21:43:44.912Z[ recovery-image] Jul 18 21:43:43.763 INFO O| Jul 18 21:43:43.763 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-07-18T21:43:44.931Z[ recovery-image] Jul 18 21:43:43.784 INFO O| Jul 18 21:43:43.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
42322024-07-18T21:43:44.931Z[ recovery-image] Jul 18 21:43:43.785 INFO O| Jul 18 21:43:43.785 INFO STEP 185 (remove_files) COMPLETE
42332024-07-18T21:43:44.933Z[ recovery-image] Jul 18 21:43:43.785 INFO O| Jul 18 21:43:43.785 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-07-18T21:43:44.968Z[ recovery-image] Jul 18 21:43:43.822 INFO O| Jul 18 21:43:43.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
42352024-07-18T21:43:44.968Z[ recovery-image] Jul 18 21:43:43.822 INFO O| Jul 18 21:43:43.822 INFO STEP 186 (remove_files) COMPLETE
42362024-07-18T21:43:44.968Z[ recovery-image] Jul 18 21:43:43.822 INFO O| Jul 18 21:43:43.822 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-07-18T21:43:45.003Z[ recovery-image] Jul 18 21:43:43.856 INFO O| Jul 18 21:43:43.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
42382024-07-18T21:43:45.006Z[ recovery-image] Jul 18 21:43:43.856 INFO O| Jul 18 21:43:43.856 INFO STEP 187 (remove_files) COMPLETE
42392024-07-18T21:43:45.006Z[ recovery-image] Jul 18 21:43:43.856 INFO O| Jul 18 21:43:43.856 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-07-18T21:43:45.026Z[ recovery-image] Jul 18 21:43:43.879 INFO O| Jul 18 21:43:43.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
42412024-07-18T21:43:45.029Z[ recovery-image] Jul 18 21:43:43.880 INFO O| Jul 18 21:43:43.880 INFO STEP 188 (remove_files) COMPLETE
42422024-07-18T21:43:45.029Z[ recovery-image] Jul 18 21:43:43.880 INFO O| Jul 18 21:43:43.880 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-07-18T21:43:45.049Z[ recovery-image] Jul 18 21:43:43.902 INFO O| Jul 18 21:43:43.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
42442024-07-18T21:43:45.051Z[ recovery-image] Jul 18 21:43:43.903 INFO O| Jul 18 21:43:43.902 INFO STEP 189 (remove_files) COMPLETE
42452024-07-18T21:43:45.051Z[ recovery-image] Jul 18 21:43:43.903 INFO O| Jul 18 21:43:43.903 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-07-18T21:43:45.071Z[ recovery-image] Jul 18 21:43:43.925 INFO O| Jul 18 21:43:43.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
42472024-07-18T21:43:45.071Z[ recovery-image] Jul 18 21:43:43.925 INFO O| Jul 18 21:43:43.925 INFO STEP 190 (remove_files) COMPLETE
42482024-07-18T21:43:45.074Z[ recovery-image] Jul 18 21:43:43.925 INFO O| Jul 18 21:43:43.925 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-07-18T21:43:45.095Z[ recovery-image] Jul 18 21:43:43.948 INFO O| Jul 18 21:43:43.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
42502024-07-18T21:43:45.095Z[ recovery-image] Jul 18 21:43:43.948 INFO O| Jul 18 21:43:43.948 INFO STEP 191 (remove_files) COMPLETE
42512024-07-18T21:43:45.098Z[ recovery-image] Jul 18 21:43:43.948 INFO O| Jul 18 21:43:43.948 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-07-18T21:43:45.117Z[ recovery-image] Jul 18 21:43:43.971 INFO O| Jul 18 21:43:43.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
42532024-07-18T21:43:45.117Z[ recovery-image] Jul 18 21:43:43.971 INFO O| Jul 18 21:43:43.971 INFO STEP 192 (remove_files) COMPLETE
42542024-07-18T21:43:45.117Z[ recovery-image] Jul 18 21:43:43.971 INFO O| Jul 18 21:43:43.971 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-07-18T21:43:45.151Z[ recovery-image] Jul 18 21:43:44.004 INFO O| Jul 18 21:43:44.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
42562024-07-18T21:43:45.153Z[ recovery-image] Jul 18 21:43:44.005 INFO O| Jul 18 21:43:44.004 INFO STEP 193 (remove_files) COMPLETE
42572024-07-18T21:43:45.154Z[ recovery-image] Jul 18 21:43:44.005 INFO O| Jul 18 21:43:44.005 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-07-18T21:43:45.174Z[ recovery-image] Jul 18 21:43:44.028 INFO O| Jul 18 21:43:44.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
42592024-07-18T21:43:45.177Z[ recovery-image] Jul 18 21:43:44.028 INFO O| Jul 18 21:43:44.028 INFO STEP 194 (remove_files) COMPLETE
42602024-07-18T21:43:45.177Z[ recovery-image] Jul 18 21:43:44.028 INFO O| Jul 18 21:43:44.028 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-07-18T21:43:45.195Z[ recovery-image] Jul 18 21:43:44.049 INFO O| Jul 18 21:43:44.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
42622024-07-18T21:43:45.195Z[ recovery-image] Jul 18 21:43:44.049 INFO O| Jul 18 21:43:44.049 INFO STEP 195 (remove_files) COMPLETE
42632024-07-18T21:43:45.195Z[ recovery-image] Jul 18 21:43:44.049 INFO O| Jul 18 21:43:44.049 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-07-18T21:43:45.219Z[ recovery-image] Jul 18 21:43:44.073 INFO O| Jul 18 21:43:44.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
42652024-07-18T21:43:45.219Z[ recovery-image] Jul 18 21:43:44.073 INFO O| Jul 18 21:43:44.073 INFO STEP 196 (remove_files) COMPLETE
42662024-07-18T21:43:45.219Z[ recovery-image] Jul 18 21:43:44.073 INFO O| Jul 18 21:43:44.073 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-07-18T21:43:45.243Z[ recovery-image] Jul 18 21:43:44.097 INFO O| Jul 18 21:43:44.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
42682024-07-18T21:43:45.243Z[ recovery-image] Jul 18 21:43:44.097 INFO O| Jul 18 21:43:44.097 INFO STEP 197 (remove_files) COMPLETE
42692024-07-18T21:43:45.243Z[ recovery-image] Jul 18 21:43:44.097 INFO O| Jul 18 21:43:44.097 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-07-18T21:43:45.269Z[ recovery-image] Jul 18 21:43:44.123 INFO O| Jul 18 21:43:44.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
42712024-07-18T21:43:45.269Z[ recovery-image] Jul 18 21:43:44.123 INFO O| Jul 18 21:43:44.123 INFO STEP 198 (remove_files) COMPLETE
42722024-07-18T21:43:45.269Z[ recovery-image] Jul 18 21:43:44.123 INFO O| Jul 18 21:43:44.123 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-07-18T21:43:45.322Z[ recovery-image] Jul 18 21:43:44.174 INFO O| Jul 18 21:43:44.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
42742024-07-18T21:43:45.325Z[ recovery-image] Jul 18 21:43:44.175 INFO O| Jul 18 21:43:44.175 INFO STEP 199 (remove_files) COMPLETE
42752024-07-18T21:43:45.325Z[ recovery-image] Jul 18 21:43:44.175 INFO O| Jul 18 21:43:44.175 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-07-18T21:43:45.345Z[ recovery-image] Jul 18 21:43:44.196 INFO O| Jul 18 21:43:44.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
42772024-07-18T21:43:45.345Z[ recovery-image] Jul 18 21:43:44.196 INFO O| Jul 18 21:43:44.196 INFO STEP 200 (remove_files) COMPLETE
42782024-07-18T21:43:45.345Z[ recovery-image] Jul 18 21:43:44.196 INFO O| Jul 18 21:43:44.196 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-07-18T21:43:45.363Z[ recovery-image] Jul 18 21:43:44.216 INFO O| Jul 18 21:43:44.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
42802024-07-18T21:43:45.363Z[ recovery-image] Jul 18 21:43:44.216 INFO O| Jul 18 21:43:44.216 INFO STEP 201 (remove_files) COMPLETE
42812024-07-18T21:43:45.363Z[ recovery-image] Jul 18 21:43:44.216 INFO O| Jul 18 21:43:44.216 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-07-18T21:43:45.384Z[ recovery-image] Jul 18 21:43:44.237 INFO O| Jul 18 21:43:44.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
42832024-07-18T21:43:45.387Z[ recovery-image] Jul 18 21:43:44.237 INFO O| Jul 18 21:43:44.237 INFO STEP 202 (remove_files) COMPLETE
42842024-07-18T21:43:45.387Z[ recovery-image] Jul 18 21:43:44.238 INFO O| Jul 18 21:43:44.237 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-07-18T21:43:45.405Z[ recovery-image] Jul 18 21:43:44.258 INFO O| Jul 18 21:43:44.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
42862024-07-18T21:43:45.408Z[ recovery-image] Jul 18 21:43:44.258 INFO O| Jul 18 21:43:44.258 INFO STEP 203 (remove_files) COMPLETE
42872024-07-18T21:43:45.408Z[ recovery-image] Jul 18 21:43:44.259 INFO O| Jul 18 21:43:44.258 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-07-18T21:43:45.440Z[ recovery-image] Jul 18 21:43:44.294 INFO O| Jul 18 21:43:44.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
42892024-07-18T21:43:45.440Z[ recovery-image] Jul 18 21:43:44.294 INFO O| Jul 18 21:43:44.294 INFO STEP 204 (remove_files) COMPLETE
42902024-07-18T21:43:45.440Z[ recovery-image] Jul 18 21:43:44.294 INFO O| Jul 18 21:43:44.294 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-07-18T21:43:45.463Z[ recovery-image] Jul 18 21:43:44.316 INFO O| Jul 18 21:43:44.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
42922024-07-18T21:43:45.466Z[ recovery-image] Jul 18 21:43:44.316 INFO O| Jul 18 21:43:44.316 INFO STEP 205 (remove_files) COMPLETE
42932024-07-18T21:43:45.466Z[ recovery-image] Jul 18 21:43:44.316 INFO O| Jul 18 21:43:44.316 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-07-18T21:43:45.485Z[ recovery-image] Jul 18 21:43:44.339 INFO O| Jul 18 21:43:44.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
42952024-07-18T21:43:45.485Z[ recovery-image] Jul 18 21:43:44.339 INFO O| Jul 18 21:43:44.339 INFO STEP 206 (remove_files) COMPLETE
42962024-07-18T21:43:45.485Z[ recovery-image] Jul 18 21:43:44.339 INFO O| Jul 18 21:43:44.339 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-07-18T21:43:45.507Z[ recovery-image] Jul 18 21:43:44.360 INFO O| Jul 18 21:43:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
42982024-07-18T21:43:45.507Z[ recovery-image] Jul 18 21:43:44.360 INFO O| Jul 18 21:43:44.360 INFO STEP 207 (remove_files) COMPLETE
42992024-07-18T21:43:45.510Z[ recovery-image] Jul 18 21:43:44.360 INFO O| Jul 18 21:43:44.360 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-07-18T21:43:45.525Z[ recovery-image] Jul 18 21:43:44.379 INFO O| Jul 18 21:43:44.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
43012024-07-18T21:43:45.528Z[ recovery-image] Jul 18 21:43:44.379 INFO O| Jul 18 21:43:44.379 INFO STEP 208 (remove_files) COMPLETE
43022024-07-18T21:43:45.528Z[ recovery-image] Jul 18 21:43:44.380 INFO O| Jul 18 21:43:44.379 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-07-18T21:43:45.551Z[ recovery-image] Jul 18 21:43:44.404 INFO O| Jul 18 21:43:44.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
43042024-07-18T21:43:45.554Z[ recovery-image] Jul 18 21:43:44.405 INFO O| Jul 18 21:43:44.405 INFO STEP 209 (remove_files) COMPLETE
43052024-07-18T21:43:45.554Z[ recovery-image] Jul 18 21:43:44.405 INFO O| Jul 18 21:43:44.405 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-07-18T21:43:45.579Z[ recovery-image] Jul 18 21:43:44.432 INFO O| Jul 18 21:43:44.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
43072024-07-18T21:43:45.582Z[ recovery-image] Jul 18 21:43:44.433 INFO O| Jul 18 21:43:44.433 INFO STEP 210 (remove_files) COMPLETE
43082024-07-18T21:43:45.582Z[ recovery-image] Jul 18 21:43:44.433 INFO O| Jul 18 21:43:44.433 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-07-18T21:43:45.618Z[ recovery-image] Jul 18 21:43:44.472 INFO O| Jul 18 21:43:44.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
43102024-07-18T21:43:45.618Z[ recovery-image] Jul 18 21:43:44.472 INFO O| Jul 18 21:43:44.472 INFO STEP 211 (remove_files) COMPLETE
43112024-07-18T21:43:45.621Z[ recovery-image] Jul 18 21:43:44.472 INFO O| Jul 18 21:43:44.472 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-07-18T21:43:45.642Z[ recovery-image] Jul 18 21:43:44.496 INFO O| Jul 18 21:43:44.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
43132024-07-18T21:43:45.642Z[ recovery-image] Jul 18 21:43:44.496 INFO O| Jul 18 21:43:44.496 INFO STEP 212 (remove_files) COMPLETE
43142024-07-18T21:43:45.645Z[ recovery-image] Jul 18 21:43:44.496 INFO O| Jul 18 21:43:44.496 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-07-18T21:43:45.693Z[ recovery-image] Jul 18 21:43:44.547 INFO O| Jul 18 21:43:44.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
43162024-07-18T21:43:45.696Z[ recovery-image] Jul 18 21:43:44.547 INFO O| Jul 18 21:43:44.547 INFO STEP 213 (remove_files) COMPLETE
43172024-07-18T21:43:45.696Z[ recovery-image] Jul 18 21:43:44.547 INFO O| Jul 18 21:43:44.547 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-07-18T21:43:45.711Z[ recovery-image] Jul 18 21:43:44.565 INFO O| Jul 18 21:43:44.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
43192024-07-18T21:43:45.714Z[ recovery-image] Jul 18 21:43:44.565 INFO O| Jul 18 21:43:44.565 INFO STEP 214 (remove_files) COMPLETE
43202024-07-18T21:43:45.714Z[ recovery-image] Jul 18 21:43:44.566 INFO O| Jul 18 21:43:44.565 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-07-18T21:43:45.765Z[ recovery-image] Jul 18 21:43:44.619 INFO O| Jul 18 21:43:44.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
43222024-07-18T21:43:45.765Z[ recovery-image] Jul 18 21:43:44.619 INFO O| Jul 18 21:43:44.619 INFO STEP 215 (remove_files) COMPLETE
43232024-07-18T21:43:45.768Z[ recovery-image] Jul 18 21:43:44.619 INFO O| Jul 18 21:43:44.619 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-07-18T21:43:45.788Z[ recovery-image] Jul 18 21:43:44.642 INFO O| Jul 18 21:43:44.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
43252024-07-18T21:43:45.788Z[ recovery-image] Jul 18 21:43:44.642 INFO O| Jul 18 21:43:44.642 INFO STEP 216 (remove_files) COMPLETE
43262024-07-18T21:43:45.791Z[ recovery-image] Jul 18 21:43:44.642 INFO O| Jul 18 21:43:44.642 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-07-18T21:43:45.830Z[ recovery-image] Jul 18 21:43:44.684 INFO O| Jul 18 21:43:44.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
43282024-07-18T21:43:45.830Z[ recovery-image] Jul 18 21:43:44.684 INFO O| Jul 18 21:43:44.684 INFO STEP 217 (remove_files) COMPLETE
43292024-07-18T21:43:45.830Z[ recovery-image] Jul 18 21:43:44.684 INFO O| Jul 18 21:43:44.684 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-07-18T21:43:45.851Z[ recovery-image] Jul 18 21:43:44.705 INFO O| Jul 18 21:43:44.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
43312024-07-18T21:43:45.851Z[ recovery-image] Jul 18 21:43:44.705 INFO O| Jul 18 21:43:44.705 INFO STEP 218 (remove_files) COMPLETE
43322024-07-18T21:43:45.851Z[ recovery-image] Jul 18 21:43:44.705 INFO O| Jul 18 21:43:44.705 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-07-18T21:43:45.885Z[ recovery-image] Jul 18 21:43:44.739 INFO O| Jul 18 21:43:44.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
43342024-07-18T21:43:45.889Z[ recovery-image] Jul 18 21:43:44.739 INFO O| Jul 18 21:43:44.739 INFO STEP 219 (remove_files) COMPLETE
43352024-07-18T21:43:45.889Z[ recovery-image] Jul 18 21:43:44.740 INFO O| Jul 18 21:43:44.739 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-07-18T21:43:45.908Z[ recovery-image] Jul 18 21:43:44.761 INFO O| Jul 18 21:43:44.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
43372024-07-18T21:43:45.911Z[ recovery-image] Jul 18 21:43:44.761 INFO O| Jul 18 21:43:44.761 INFO STEP 220 (remove_files) COMPLETE
43382024-07-18T21:43:45.911Z[ recovery-image] Jul 18 21:43:44.761 INFO O| Jul 18 21:43:44.761 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-07-18T21:43:45.945Z[ recovery-image] Jul 18 21:43:44.799 INFO O| Jul 18 21:43:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
43402024-07-18T21:43:45.948Z[ recovery-image] Jul 18 21:43:44.799 INFO O| Jul 18 21:43:44.799 INFO STEP 221 (remove_files) COMPLETE
43412024-07-18T21:43:45.948Z[ recovery-image] Jul 18 21:43:44.799 INFO O| Jul 18 21:43:44.799 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-07-18T21:43:45.967Z[ recovery-image] Jul 18 21:43:44.820 INFO O| Jul 18 21:43:44.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
43432024-07-18T21:43:45.971Z[ recovery-image] Jul 18 21:43:44.820 INFO O| Jul 18 21:43:44.820 INFO STEP 222 (remove_files) COMPLETE
43442024-07-18T21:43:45.971Z[ recovery-image] Jul 18 21:43:44.820 INFO O| Jul 18 21:43:44.820 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-07-18T21:43:46.001Z[ recovery-image] Jul 18 21:43:44.853 INFO O| Jul 18 21:43:44.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
43462024-07-18T21:43:46.001Z[ recovery-image] Jul 18 21:43:44.853 INFO O| Jul 18 21:43:44.853 INFO STEP 223 (remove_files) COMPLETE
43472024-07-18T21:43:46.001Z[ recovery-image] Jul 18 21:43:44.853 INFO O| Jul 18 21:43:44.853 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-07-18T21:43:46.033Z[ recovery-image] Jul 18 21:43:44.887 INFO O| Jul 18 21:43:44.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
43492024-07-18T21:43:46.036Z[ recovery-image] Jul 18 21:43:44.887 INFO O| Jul 18 21:43:44.887 INFO STEP 224 (remove_files) COMPLETE
43502024-07-18T21:43:46.036Z[ recovery-image] Jul 18 21:43:44.887 INFO O| Jul 18 21:43:44.887 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-07-18T21:43:46.057Z[ recovery-image] Jul 18 21:43:44.911 INFO O| Jul 18 21:43:44.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
43522024-07-18T21:43:46.060Z[ recovery-image] Jul 18 21:43:44.911 INFO O| Jul 18 21:43:44.911 INFO STEP 225 (remove_files) COMPLETE
43532024-07-18T21:43:46.060Z[ recovery-image] Jul 18 21:43:44.911 INFO O| Jul 18 21:43:44.911 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-07-18T21:43:46.081Z[ recovery-image] Jul 18 21:43:44.934 INFO O| Jul 18 21:43:44.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
43552024-07-18T21:43:46.081Z[ recovery-image] Jul 18 21:43:44.934 INFO O| Jul 18 21:43:44.934 INFO STEP 226 (remove_files) COMPLETE
43562024-07-18T21:43:46.081Z[ recovery-image] Jul 18 21:43:44.935 INFO O| Jul 18 21:43:44.934 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-07-18T21:43:46.112Z[ recovery-image] Jul 18 21:43:44.965 INFO O| Jul 18 21:43:44.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
43582024-07-18T21:43:46.112Z[ recovery-image] Jul 18 21:43:44.965 INFO O| Jul 18 21:43:44.965 INFO STEP 227 (remove_files) COMPLETE
43592024-07-18T21:43:46.112Z[ recovery-image] Jul 18 21:43:44.965 INFO O| Jul 18 21:43:44.965 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-07-18T21:43:46.170Z[ recovery-image] Jul 18 21:43:45.024 INFO O| Jul 18 21:43:45.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
43612024-07-18T21:43:46.170Z[ recovery-image] Jul 18 21:43:45.024 INFO O| Jul 18 21:43:45.024 INFO STEP 228 (remove_files) COMPLETE
43622024-07-18T21:43:46.171Z[ recovery-image] Jul 18 21:43:45.024 INFO O| Jul 18 21:43:45.024 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-07-18T21:43:46.205Z[ recovery-image] Jul 18 21:43:45.059 INFO O| Jul 18 21:43:45.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
43642024-07-18T21:43:46.205Z[ recovery-image] Jul 18 21:43:45.059 INFO O| Jul 18 21:43:45.059 INFO STEP 229 (remove_files) COMPLETE
43652024-07-18T21:43:46.208Z[ recovery-image] Jul 18 21:43:45.059 INFO O| Jul 18 21:43:45.059 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-07-18T21:43:46.231Z[ recovery-image] Jul 18 21:43:45.084 INFO O| Jul 18 21:43:45.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
43672024-07-18T21:43:46.231Z[ recovery-image] Jul 18 21:43:45.084 INFO O| Jul 18 21:43:45.084 INFO STEP 230 (remove_files) COMPLETE
43682024-07-18T21:43:46.234Z[ recovery-image] Jul 18 21:43:45.084 INFO O| Jul 18 21:43:45.084 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-07-18T21:43:46.255Z[ recovery-image] Jul 18 21:43:45.108 INFO O| Jul 18 21:43:45.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
43702024-07-18T21:43:46.255Z[ recovery-image] Jul 18 21:43:45.109 INFO O| Jul 18 21:43:45.109 INFO STEP 231 (remove_files) COMPLETE
43712024-07-18T21:43:46.258Z[ recovery-image] Jul 18 21:43:45.109 INFO O| Jul 18 21:43:45.109 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-07-18T21:43:46.286Z[ recovery-image] Jul 18 21:43:45.139 INFO O| Jul 18 21:43:45.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
43732024-07-18T21:43:46.286Z[ recovery-image] Jul 18 21:43:45.139 INFO O| Jul 18 21:43:45.139 INFO STEP 232 (remove_files) COMPLETE
43742024-07-18T21:43:46.289Z[ recovery-image] Jul 18 21:43:45.139 INFO O| Jul 18 21:43:45.139 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-07-18T21:43:46.312Z[ recovery-image] Jul 18 21:43:45.165 INFO O| Jul 18 21:43:45.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
43762024-07-18T21:43:46.315Z[ recovery-image] Jul 18 21:43:45.166 INFO O| Jul 18 21:43:45.165 INFO STEP 233 (remove_files) COMPLETE
43772024-07-18T21:43:46.315Z[ recovery-image] Jul 18 21:43:45.166 INFO O| Jul 18 21:43:45.166 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-07-18T21:43:46.375Z[ recovery-image] Jul 18 21:43:45.228 INFO O| Jul 18 21:43:45.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
43792024-07-18T21:43:46.378Z[ recovery-image] Jul 18 21:43:45.229 INFO O| Jul 18 21:43:45.229 INFO STEP 234 (remove_files) COMPLETE
43802024-07-18T21:43:46.378Z[ recovery-image] Jul 18 21:43:45.229 INFO O| Jul 18 21:43:45.229 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-07-18T21:43:46.455Z[ recovery-image] Jul 18 21:43:45.309 INFO O| Jul 18 21:43:45.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
43822024-07-18T21:43:46.459Z[ recovery-image] Jul 18 21:43:45.309 INFO O| Jul 18 21:43:45.309 INFO STEP 235 (remove_files) COMPLETE
43832024-07-18T21:43:46.459Z[ recovery-image] Jul 18 21:43:45.309 INFO O| Jul 18 21:43:45.309 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-07-18T21:43:46.480Z[ recovery-image] Jul 18 21:43:45.333 INFO O| Jul 18 21:43:45.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
43852024-07-18T21:43:46.483Z[ recovery-image] Jul 18 21:43:45.334 INFO O| Jul 18 21:43:45.333 INFO STEP 236 (remove_files) COMPLETE
43862024-07-18T21:43:46.483Z[ recovery-image] Jul 18 21:43:45.334 INFO O| Jul 18 21:43:45.334 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-07-18T21:43:46.523Z[ recovery-image] Jul 18 21:43:45.377 INFO O| Jul 18 21:43:45.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
43882024-07-18T21:43:46.523Z[ recovery-image] Jul 18 21:43:45.377 INFO O| Jul 18 21:43:45.377 INFO STEP 237 (remove_files) COMPLETE
43892024-07-18T21:43:46.526Z[ recovery-image] Jul 18 21:43:45.377 INFO O| Jul 18 21:43:45.377 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-07-18T21:43:46.545Z[ recovery-image] Jul 18 21:43:45.398 INFO O| Jul 18 21:43:45.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
43912024-07-18T21:43:46.545Z[ recovery-image] Jul 18 21:43:45.398 INFO O| Jul 18 21:43:45.398 INFO STEP 238 (remove_files) COMPLETE
43922024-07-18T21:43:46.546Z[ recovery-image] Jul 18 21:43:45.398 INFO O| Jul 18 21:43:45.398 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-07-18T21:43:46.581Z[ recovery-image] Jul 18 21:43:45.434 INFO O| Jul 18 21:43:45.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
43942024-07-18T21:43:46.585Z[ recovery-image] Jul 18 21:43:45.435 INFO O| Jul 18 21:43:45.434 INFO STEP 239 (remove_files) COMPLETE
43952024-07-18T21:43:46.585Z[ recovery-image] Jul 18 21:43:45.435 INFO O| Jul 18 21:43:45.434 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-07-18T21:43:46.602Z[ recovery-image] Jul 18 21:43:45.456 INFO O| Jul 18 21:43:45.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
43972024-07-18T21:43:46.602Z[ recovery-image] Jul 18 21:43:45.456 INFO O| Jul 18 21:43:45.456 INFO STEP 240 (remove_files) COMPLETE
43982024-07-18T21:43:46.605Z[ recovery-image] Jul 18 21:43:45.456 INFO O| Jul 18 21:43:45.456 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-07-18T21:43:46.621Z[ recovery-image] Jul 18 21:43:45.474 INFO O| Jul 18 21:43:45.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
44002024-07-18T21:43:46.621Z[ recovery-image] Jul 18 21:43:45.475 INFO O| Jul 18 21:43:45.475 INFO STEP 241 (remove_files) COMPLETE
44012024-07-18T21:43:46.621Z[ recovery-image] Jul 18 21:43:45.475 INFO O| Jul 18 21:43:45.475 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-07-18T21:43:46.645Z[ recovery-image] Jul 18 21:43:45.498 INFO O| Jul 18 21:43:45.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
44032024-07-18T21:43:46.669Z[ recovery-image] Jul 18 21:43:45.519 INFO O| Jul 18 21:43:45.519 INFO STEP 242 (remove_files) COMPLETE
44042024-07-18T21:43:46.669Z[ recovery-image] Jul 18 21:43:45.519 INFO O| Jul 18 21:43:45.519 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-07-18T21:43:46.710Z[ recovery-image] Jul 18 21:43:45.563 INFO O| Jul 18 21:43:45.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
44062024-07-18T21:43:46.710Z[ recovery-image] Jul 18 21:43:45.564 INFO O| Jul 18 21:43:45.563 INFO STEP 243 (remove_files) COMPLETE
44072024-07-18T21:43:46.712Z[ recovery-image] Jul 18 21:43:45.564 INFO O| Jul 18 21:43:45.564 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-07-18T21:43:46.734Z[ recovery-image] Jul 18 21:43:45.587 INFO O| Jul 18 21:43:45.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
44092024-07-18T21:43:46.738Z[ recovery-image] Jul 18 21:43:45.587 INFO O| Jul 18 21:43:45.587 INFO STEP 244 (remove_files) COMPLETE
44102024-07-18T21:43:46.738Z[ recovery-image] Jul 18 21:43:45.588 INFO O| Jul 18 21:43:45.587 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-07-18T21:43:46.793Z[ recovery-image] Jul 18 21:43:45.647 INFO O| Jul 18 21:43:45.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
44122024-07-18T21:43:46.793Z[ recovery-image] Jul 18 21:43:45.647 INFO O| Jul 18 21:43:45.647 INFO STEP 245 (remove_files) COMPLETE
44132024-07-18T21:43:46.793Z[ recovery-image] Jul 18 21:43:45.647 INFO O| Jul 18 21:43:45.647 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-07-18T21:43:46.817Z[ recovery-image] Jul 18 21:43:45.669 INFO O| Jul 18 21:43:45.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
44152024-07-18T21:43:46.817Z[ recovery-image] Jul 18 21:43:45.669 INFO O| Jul 18 21:43:45.669 INFO STEP 246 (remove_files) COMPLETE
44162024-07-18T21:43:46.817Z[ recovery-image] Jul 18 21:43:45.670 INFO O| Jul 18 21:43:45.669 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-07-18T21:43:46.857Z[ recovery-image] Jul 18 21:43:45.710 INFO O| Jul 18 21:43:45.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
44182024-07-18T21:43:46.860Z[ recovery-image] Jul 18 21:43:45.711 INFO O| Jul 18 21:43:45.710 INFO STEP 247 (remove_files) COMPLETE
44192024-07-18T21:43:46.860Z[ recovery-image] Jul 18 21:43:45.711 INFO O| Jul 18 21:43:45.711 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-07-18T21:43:46.879Z[ recovery-image] Jul 18 21:43:45.733 INFO O| Jul 18 21:43:45.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
44212024-07-18T21:43:46.883Z[ recovery-image] Jul 18 21:43:45.733 INFO O| Jul 18 21:43:45.733 INFO STEP 248 (remove_files) COMPLETE
44222024-07-18T21:43:46.883Z[ recovery-image] Jul 18 21:43:45.733 INFO O| Jul 18 21:43:45.733 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-07-18T21:43:46.900Z[ recovery-image] Jul 18 21:43:45.754 INFO O| Jul 18 21:43:45.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
44242024-07-18T21:43:46.903Z[ recovery-image] Jul 18 21:43:45.754 INFO O| Jul 18 21:43:45.754 INFO STEP 249 (remove_files) COMPLETE
44252024-07-18T21:43:46.903Z[ recovery-image] Jul 18 21:43:45.754 INFO O| Jul 18 21:43:45.754 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-07-18T21:43:46.938Z[ recovery-image] Jul 18 21:43:45.791 INFO O| Jul 18 21:43:45.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
44272024-07-18T21:43:46.938Z[ recovery-image] Jul 18 21:43:45.791 INFO O| Jul 18 21:43:45.791 INFO STEP 250 (remove_files) COMPLETE
44282024-07-18T21:43:46.941Z[ recovery-image] Jul 18 21:43:45.792 INFO O| Jul 18 21:43:45.791 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-07-18T21:43:46.965Z[ recovery-image] Jul 18 21:43:45.817 INFO O| Jul 18 21:43:45.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
44302024-07-18T21:43:46.965Z[ recovery-image] Jul 18 21:43:45.818 INFO O| Jul 18 21:43:45.818 INFO STEP 251 (remove_files) COMPLETE
44312024-07-18T21:43:46.968Z[ recovery-image] Jul 18 21:43:45.818 INFO O| Jul 18 21:43:45.818 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-07-18T21:43:47.011Z[ recovery-image] Jul 18 21:43:45.864 INFO O| Jul 18 21:43:45.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
44332024-07-18T21:43:47.015Z[ recovery-image] Jul 18 21:43:45.865 INFO O| Jul 18 21:43:45.864 INFO STEP 252 (remove_files) COMPLETE
44342024-07-18T21:43:47.015Z[ recovery-image] Jul 18 21:43:45.865 INFO O| Jul 18 21:43:45.865 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-07-18T21:43:47.045Z[ recovery-image] Jul 18 21:43:45.899 INFO O| Jul 18 21:43:45.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
44362024-07-18T21:43:47.048Z[ recovery-image] Jul 18 21:43:45.899 INFO O| Jul 18 21:43:45.899 INFO STEP 253 (remove_files) COMPLETE
44372024-07-18T21:43:47.048Z[ recovery-image] Jul 18 21:43:45.899 INFO O| Jul 18 21:43:45.899 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-07-18T21:43:47.069Z[ recovery-image] Jul 18 21:43:45.923 INFO O| Jul 18 21:43:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
44392024-07-18T21:43:47.072Z[ recovery-image] Jul 18 21:43:45.923 INFO O| Jul 18 21:43:45.923 INFO STEP 254 (remove_files) COMPLETE
44402024-07-18T21:43:47.072Z[ recovery-image] Jul 18 21:43:45.923 INFO O| Jul 18 21:43:45.923 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-07-18T21:43:47.128Z[ recovery-image] Jul 18 21:43:45.982 INFO O| Jul 18 21:43:45.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
44422024-07-18T21:43:47.131Z[ recovery-image] Jul 18 21:43:45.982 INFO O| Jul 18 21:43:45.982 INFO STEP 255 (remove_files) COMPLETE
44432024-07-18T21:43:47.131Z[ recovery-image] Jul 18 21:43:45.982 INFO O| Jul 18 21:43:45.982 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-07-18T21:43:47.187Z[ recovery-image] Jul 18 21:43:46.041 INFO O| Jul 18 21:43:46.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
44452024-07-18T21:43:47.187Z[ recovery-image] Jul 18 21:43:46.041 INFO O| Jul 18 21:43:46.041 INFO STEP 256 (remove_files) COMPLETE
44462024-07-18T21:43:47.187Z[ recovery-image] Jul 18 21:43:46.041 INFO O| Jul 18 21:43:46.041 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-07-18T21:43:47.222Z[ recovery-image] Jul 18 21:43:46.075 INFO O| Jul 18 21:43:46.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
44482024-07-18T21:43:47.222Z[ recovery-image] Jul 18 21:43:46.075 INFO O| Jul 18 21:43:46.075 INFO STEP 257 (remove_files) COMPLETE
44492024-07-18T21:43:47.225Z[ recovery-image] Jul 18 21:43:46.075 INFO O| Jul 18 21:43:46.075 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-07-18T21:43:47.246Z[ recovery-image] Jul 18 21:43:46.099 INFO O| Jul 18 21:43:46.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
44512024-07-18T21:43:47.246Z[ recovery-image] Jul 18 21:43:46.099 INFO O| Jul 18 21:43:46.099 INFO STEP 258 (remove_files) COMPLETE
44522024-07-18T21:43:47.246Z[ recovery-image] Jul 18 21:43:46.099 INFO O| Jul 18 21:43:46.099 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-07-18T21:43:47.267Z[ recovery-image] Jul 18 21:43:46.121 INFO O| Jul 18 21:43:46.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
44542024-07-18T21:43:47.267Z[ recovery-image] Jul 18 21:43:46.121 INFO O| Jul 18 21:43:46.121 INFO STEP 259 (remove_files) COMPLETE
44552024-07-18T21:43:47.267Z[ recovery-image] Jul 18 21:43:46.121 INFO O| Jul 18 21:43:46.121 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-07-18T21:43:47.303Z[ recovery-image] Jul 18 21:43:46.156 INFO O| Jul 18 21:43:46.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
44572024-07-18T21:43:47.303Z[ recovery-image] Jul 18 21:43:46.156 INFO O| Jul 18 21:43:46.156 INFO STEP 260 (remove_files) COMPLETE
44582024-07-18T21:43:47.307Z[ recovery-image] Jul 18 21:43:46.156 INFO O| Jul 18 21:43:46.156 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-07-18T21:43:47.328Z[ recovery-image] Jul 18 21:43:46.182 INFO O| Jul 18 21:43:46.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
44602024-07-18T21:43:47.328Z[ recovery-image] Jul 18 21:43:46.182 INFO O| Jul 18 21:43:46.182 INFO STEP 261 (remove_files) COMPLETE
44612024-07-18T21:43:47.328Z[ recovery-image] Jul 18 21:43:46.182 INFO O| Jul 18 21:43:46.182 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-07-18T21:43:47.355Z[ recovery-image] Jul 18 21:43:46.207 INFO O| Jul 18 21:43:46.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
44632024-07-18T21:43:47.355Z[ recovery-image] Jul 18 21:43:46.208 INFO O| Jul 18 21:43:46.208 INFO STEP 262 (remove_files) COMPLETE
44642024-07-18T21:43:47.359Z[ recovery-image] Jul 18 21:43:46.208 INFO O| Jul 18 21:43:46.208 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-07-18T21:43:47.379Z[ recovery-image] Jul 18 21:43:46.232 INFO O| Jul 18 21:43:46.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
44662024-07-18T21:43:47.381Z[ recovery-image] Jul 18 21:43:46.233 INFO O| Jul 18 21:43:46.233 INFO STEP 263 (remove_files) COMPLETE
44672024-07-18T21:43:47.382Z[ recovery-image] Jul 18 21:43:46.233 INFO O| Jul 18 21:43:46.233 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-07-18T21:43:47.403Z[ recovery-image] Jul 18 21:43:46.257 INFO O| Jul 18 21:43:46.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
44692024-07-18T21:43:47.403Z[ recovery-image] Jul 18 21:43:46.257 INFO O| Jul 18 21:43:46.257 INFO STEP 264 (remove_files) COMPLETE
44702024-07-18T21:43:47.403Z[ recovery-image] Jul 18 21:43:46.257 INFO O| Jul 18 21:43:46.257 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-07-18T21:43:47.415Z[ host-image] Jul 18 21:43:46.268 INFO O| Jul 18 21:43:46.268 INFO O| Done
44722024-07-18T21:43:47.426Z[ recovery-image] Jul 18 21:43:46.280 INFO O| Jul 18 21:43:46.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
44732024-07-18T21:43:47.445Z[ recovery-image] Jul 18 21:43:46.297 INFO O| Jul 18 21:43:46.297 INFO STEP 265 (remove_files) COMPLETE
44742024-07-18T21:43:47.445Z[ recovery-image] Jul 18 21:43:46.297 INFO O| Jul 18 21:43:46.297 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-07-18T21:43:47.453Z[ host-image] Jul 18 21:43:46.307 INFO O| Jul 18 21:43:46.307 INFO O| Done
44762024-07-18T21:43:47.453Z[ host-image] Jul 18 21:43:46.307 INFO O| Jul 18 21:43:46.307 INFO O| Done
44772024-07-18T21:43:47.477Z[ host-image] Jul 18 21:43:46.331 INFO O| Jul 18 21:43:46.331 INFO O| Done
44782024-07-18T21:43:47.489Z[ recovery-image] Jul 18 21:43:46.343 INFO O| Jul 18 21:43:46.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
44792024-07-18T21:43:47.489Z[ recovery-image] Jul 18 21:43:46.343 INFO O| Jul 18 21:43:46.343 INFO STEP 266 (remove_files) COMPLETE
44802024-07-18T21:43:47.489Z[ recovery-image] Jul 18 21:43:46.343 INFO O| Jul 18 21:43:46.343 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-07-18T21:43:47.527Z[ recovery-image] Jul 18 21:43:46.380 INFO O| Jul 18 21:43:46.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
44822024-07-18T21:43:47.527Z[ recovery-image] Jul 18 21:43:46.380 INFO O| Jul 18 21:43:46.380 INFO STEP 267 (remove_files) COMPLETE
44832024-07-18T21:43:47.531Z[ recovery-image] Jul 18 21:43:46.380 INFO O| Jul 18 21:43:46.380 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-07-18T21:43:47.565Z[ recovery-image] Jul 18 21:43:46.419 INFO O| Jul 18 21:43:46.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
44852024-07-18T21:43:47.565Z[ recovery-image] Jul 18 21:43:46.419 INFO O| Jul 18 21:43:46.419 INFO STEP 268 (remove_files) COMPLETE
44862024-07-18T21:43:47.565Z[ recovery-image] Jul 18 21:43:46.419 INFO O| Jul 18 21:43:46.419 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-07-18T21:43:47.602Z[ recovery-image] Jul 18 21:43:46.455 INFO O| Jul 18 21:43:46.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
44882024-07-18T21:43:47.602Z[ recovery-image] Jul 18 21:43:46.455 INFO O| Jul 18 21:43:46.455 INFO STEP 269 (remove_files) COMPLETE
44892024-07-18T21:43:47.602Z[ recovery-image] Jul 18 21:43:46.455 INFO O| Jul 18 21:43:46.455 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-07-18T21:43:47.652Z[ host-image] Jul 18 21:43:46.505 INFO O| Jul 18 21:43:46.505 INFO STEP 12 (pkg_install) COMPLETE
44912024-07-18T21:43:47.652Z[ host-image] Jul 18 21:43:46.505 INFO O| Jul 18 21:43:46.505 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44922024-07-18T21:43:47.655Z[ recovery-image] Jul 18 21:43:46.505 INFO O| Jul 18 21:43:46.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
44932024-07-18T21:43:47.655Z[ recovery-image] Jul 18 21:43:46.506 INFO O| Jul 18 21:43:46.506 INFO STEP 270 (remove_files) COMPLETE
44942024-07-18T21:43:47.655Z[ recovery-image] Jul 18 21:43:46.506 INFO O| Jul 18 21:43:46.506 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-07-18T21:43:47.670Z[ host-image] Jul 18 21:43:46.524 INFO O| Jul 18 21:43:46.524 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44962024-07-18T21:43:47.673Z[ recovery-image] Jul 18 21:43:46.525 INFO O| Jul 18 21:43:46.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
44972024-07-18T21:43:47.673Z[ recovery-image] Jul 18 21:43:46.525 INFO O| Jul 18 21:43:46.525 INFO STEP 271 (remove_files) COMPLETE
44982024-07-18T21:43:47.673Z[ recovery-image] Jul 18 21:43:46.525 INFO O| Jul 18 21:43:46.525 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-07-18T21:43:47.691Z[ recovery-image] Jul 18 21:43:46.545 INFO O| Jul 18 21:43:46.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
45002024-07-18T21:43:47.691Z[ recovery-image] Jul 18 21:43:46.545 INFO O| Jul 18 21:43:46.545 INFO STEP 272 (remove_files) COMPLETE
45012024-07-18T21:43:47.692Z[ recovery-image] Jul 18 21:43:46.545 INFO O| Jul 18 21:43:46.545 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-07-18T21:43:47.714Z[ recovery-image] Jul 18 21:43:46.567 INFO O| Jul 18 21:43:46.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
45032024-07-18T21:43:47.733Z[ recovery-image] Jul 18 21:43:46.567 INFO O| Jul 18 21:43:46.567 INFO STEP 273 (remove_files) COMPLETE
45042024-07-18T21:43:47.733Z[ recovery-image] Jul 18 21:43:46.567 INFO O| Jul 18 21:43:46.567 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-07-18T21:43:47.741Z[ recovery-image] Jul 18 21:43:46.595 INFO O| Jul 18 21:43:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
45062024-07-18T21:43:47.741Z[ recovery-image] Jul 18 21:43:46.595 INFO O| Jul 18 21:43:46.595 INFO STEP 274 (remove_files) COMPLETE
45072024-07-18T21:43:47.745Z[ recovery-image] Jul 18 21:43:46.595 INFO O| Jul 18 21:43:46.595 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-07-18T21:43:47.764Z[ recovery-image] Jul 18 21:43:46.618 INFO O| Jul 18 21:43:46.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
45092024-07-18T21:43:47.764Z[ recovery-image] Jul 18 21:43:46.618 INFO O| Jul 18 21:43:46.618 INFO STEP 275 (remove_files) COMPLETE
45102024-07-18T21:43:47.767Z[ recovery-image] Jul 18 21:43:46.618 INFO O| Jul 18 21:43:46.618 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-07-18T21:43:47.806Z[ recovery-image] Jul 18 21:43:46.660 INFO O| Jul 18 21:43:46.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
45122024-07-18T21:43:47.810Z[ recovery-image] Jul 18 21:43:46.663 INFO O| Jul 18 21:43:46.661 INFO STEP 276 (remove_files) COMPLETE
45132024-07-18T21:43:47.826Z[ recovery-image] Jul 18 21:43:46.680 INFO O| Jul 18 21:43:46.664 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-07-18T21:43:47.867Z[ recovery-image] Jul 18 21:43:46.721 INFO O| Jul 18 21:43:46.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
45152024-07-18T21:43:47.867Z[ recovery-image] Jul 18 21:43:46.721 INFO O| Jul 18 21:43:46.721 INFO STEP 277 (remove_files) COMPLETE
45162024-07-18T21:43:47.867Z[ recovery-image] Jul 18 21:43:46.721 INFO O| Jul 18 21:43:46.721 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-07-18T21:43:47.890Z[ recovery-image] Jul 18 21:43:46.744 INFO O| Jul 18 21:43:46.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
45182024-07-18T21:43:47.890Z[ recovery-image] Jul 18 21:43:46.744 INFO O| Jul 18 21:43:46.744 INFO STEP 278 (remove_files) COMPLETE
45192024-07-18T21:43:47.890Z[ recovery-image] Jul 18 21:43:46.744 INFO O| Jul 18 21:43:46.744 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-07-18T21:43:47.933Z[ recovery-image] Jul 18 21:43:46.786 INFO O| Jul 18 21:43:46.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
45212024-07-18T21:43:47.933Z[ recovery-image] Jul 18 21:43:46.786 INFO O| Jul 18 21:43:46.786 INFO STEP 279 (remove_files) COMPLETE
45222024-07-18T21:43:47.936Z[ recovery-image] Jul 18 21:43:46.786 INFO O| Jul 18 21:43:46.786 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-07-18T21:43:47.971Z[ recovery-image] Jul 18 21:43:46.825 INFO O| Jul 18 21:43:46.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
45242024-07-18T21:43:47.992Z[ recovery-image] Jul 18 21:43:46.845 INFO O| Jul 18 21:43:46.845 INFO STEP 280 (remove_files) COMPLETE
45252024-07-18T21:43:47.992Z[ recovery-image] Jul 18 21:43:46.845 INFO O| Jul 18 21:43:46.845 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-07-18T21:43:48.051Z[ recovery-image] Jul 18 21:43:46.904 INFO O| Jul 18 21:43:46.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
45272024-07-18T21:43:48.054Z[ recovery-image] Jul 18 21:43:46.906 INFO O| Jul 18 21:43:46.906 INFO STEP 281 (remove_files) COMPLETE
45282024-07-18T21:43:48.054Z[ recovery-image] Jul 18 21:43:46.906 INFO O| Jul 18 21:43:46.906 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-07-18T21:43:48.111Z[ recovery-image] Jul 18 21:43:46.964 INFO O| Jul 18 21:43:46.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
45302024-07-18T21:43:48.111Z[ recovery-image] Jul 18 21:43:46.965 INFO O| Jul 18 21:43:46.964 INFO STEP 282 (remove_files) COMPLETE
45312024-07-18T21:43:48.113Z[ recovery-image] Jul 18 21:43:46.965 INFO O| Jul 18 21:43:46.965 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-07-18T21:43:48.173Z[ recovery-image] Jul 18 21:43:47.027 INFO O| Jul 18 21:43:47.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
45332024-07-18T21:43:48.173Z[ recovery-image] Jul 18 21:43:47.027 INFO O| Jul 18 21:43:47.027 INFO STEP 283 (remove_files) COMPLETE
45342024-07-18T21:43:48.177Z[ recovery-image] Jul 18 21:43:47.027 INFO O| Jul 18 21:43:47.027 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-07-18T21:43:48.203Z[ recovery-image] Jul 18 21:43:47.056 INFO O| Jul 18 21:43:47.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
45362024-07-18T21:43:48.205Z[ recovery-image] Jul 18 21:43:47.056 INFO O| Jul 18 21:43:47.056 INFO STEP 284 (remove_files) COMPLETE
45372024-07-18T21:43:48.205Z[ recovery-image] Jul 18 21:43:47.057 INFO O| Jul 18 21:43:47.057 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-07-18T21:43:48.224Z[ recovery-image] Jul 18 21:43:47.078 INFO O| Jul 18 21:43:47.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
45392024-07-18T21:43:48.227Z[ recovery-image] Jul 18 21:43:47.078 INFO O| Jul 18 21:43:47.078 INFO STEP 285 (remove_files) COMPLETE
45402024-07-18T21:43:48.227Z[ recovery-image] Jul 18 21:43:47.078 INFO O| Jul 18 21:43:47.078 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-07-18T21:43:48.244Z[ recovery-image] Jul 18 21:43:47.098 INFO O| Jul 18 21:43:47.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
45422024-07-18T21:43:48.247Z[ recovery-image] Jul 18 21:43:47.098 INFO O| Jul 18 21:43:47.098 INFO STEP 286 (remove_files) COMPLETE
45432024-07-18T21:43:48.247Z[ recovery-image] Jul 18 21:43:47.098 INFO O| Jul 18 21:43:47.098 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-07-18T21:43:48.305Z[ recovery-image] Jul 18 21:43:47.158 INFO O| Jul 18 21:43:47.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
45452024-07-18T21:43:48.305Z[ recovery-image] Jul 18 21:43:47.158 INFO O| Jul 18 21:43:47.158 INFO STEP 287 (remove_files) COMPLETE
45462024-07-18T21:43:48.306Z[ recovery-image] Jul 18 21:43:47.159 INFO O| Jul 18 21:43:47.158 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-07-18T21:43:48.344Z[ recovery-image] Jul 18 21:43:47.198 INFO O| Jul 18 21:43:47.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
45482024-07-18T21:43:48.344Z[ recovery-image] Jul 18 21:43:47.198 INFO O| Jul 18 21:43:47.198 INFO STEP 288 (remove_files) COMPLETE
45492024-07-18T21:43:48.344Z[ recovery-image] Jul 18 21:43:47.198 INFO O| Jul 18 21:43:47.198 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-07-18T21:43:48.376Z[ recovery-image] Jul 18 21:43:47.230 INFO O| Jul 18 21:43:47.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
45512024-07-18T21:43:48.376Z[ recovery-image] Jul 18 21:43:47.230 INFO O| Jul 18 21:43:47.230 INFO STEP 289 (remove_files) COMPLETE
45522024-07-18T21:43:48.376Z[ recovery-image] Jul 18 21:43:47.230 INFO O| Jul 18 21:43:47.230 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-07-18T21:43:48.460Z[ recovery-image] Jul 18 21:43:47.314 INFO O| Jul 18 21:43:47.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
45542024-07-18T21:43:48.463Z[ recovery-image] Jul 18 21:43:47.314 INFO O| Jul 18 21:43:47.314 INFO STEP 290 (remove_files) COMPLETE
45552024-07-18T21:43:48.463Z[ recovery-image] Jul 18 21:43:47.314 INFO O| Jul 18 21:43:47.314 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-07-18T21:43:48.484Z[ recovery-image] Jul 18 21:43:47.338 INFO O| Jul 18 21:43:47.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
45572024-07-18T21:43:48.484Z[ recovery-image] Jul 18 21:43:47.338 INFO O| Jul 18 21:43:47.338 INFO STEP 291 (remove_files) COMPLETE
45582024-07-18T21:43:48.484Z[ recovery-image] Jul 18 21:43:47.338 INFO O| Jul 18 21:43:47.338 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-07-18T21:43:48.506Z[ recovery-image] Jul 18 21:43:47.359 INFO O| Jul 18 21:43:47.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
45602024-07-18T21:43:48.506Z[ recovery-image] Jul 18 21:43:47.359 INFO O| Jul 18 21:43:47.359 INFO STEP 292 (remove_files) COMPLETE
45612024-07-18T21:43:48.509Z[ recovery-image] Jul 18 21:43:47.359 INFO O| Jul 18 21:43:47.359 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-07-18T21:43:48.536Z[ recovery-image] Jul 18 21:43:47.389 INFO O| Jul 18 21:43:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
45632024-07-18T21:43:48.536Z[ recovery-image] Jul 18 21:43:47.389 INFO O| Jul 18 21:43:47.389 INFO STEP 293 (remove_files) COMPLETE
45642024-07-18T21:43:48.538Z[ recovery-image] Jul 18 21:43:47.389 INFO O| Jul 18 21:43:47.389 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-07-18T21:43:48.569Z[ recovery-image] Jul 18 21:43:47.422 INFO O| Jul 18 21:43:47.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
45662024-07-18T21:43:48.569Z[ recovery-image] Jul 18 21:43:47.422 INFO O| Jul 18 21:43:47.422 INFO STEP 294 (remove_files) COMPLETE
45672024-07-18T21:43:48.569Z[ recovery-image] Jul 18 21:43:47.422 INFO O| Jul 18 21:43:47.422 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-07-18T21:43:48.581Z[ host-image] Jul 18 21:43:47.435 INFO O| Jul 18 21:43:47.434 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45692024-07-18T21:43:48.593Z[ recovery-image] Jul 18 21:43:47.447 INFO O| Jul 18 21:43:47.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
45702024-07-18T21:43:48.593Z[ recovery-image] Jul 18 21:43:47.447 INFO O| Jul 18 21:43:47.447 INFO STEP 295 (remove_files) COMPLETE
45712024-07-18T21:43:48.593Z[ recovery-image] Jul 18 21:43:47.447 INFO O| Jul 18 21:43:47.447 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-07-18T21:43:48.635Z[ recovery-image] Jul 18 21:43:47.489 INFO O| Jul 18 21:43:47.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
45732024-07-18T21:43:48.638Z[ recovery-image] Jul 18 21:43:47.489 INFO O| Jul 18 21:43:47.489 INFO STEP 296 (remove_files) COMPLETE
45742024-07-18T21:43:48.638Z[ recovery-image] Jul 18 21:43:47.489 INFO O| Jul 18 21:43:47.489 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-07-18T21:43:48.696Z[ recovery-image] Jul 18 21:43:47.549 INFO O| Jul 18 21:43:47.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
45762024-07-18T21:43:48.696Z[ recovery-image] Jul 18 21:43:47.549 INFO O| Jul 18 21:43:47.549 INFO STEP 297 (remove_files) COMPLETE
45772024-07-18T21:43:48.696Z[ recovery-image] Jul 18 21:43:47.549 INFO O| Jul 18 21:43:47.549 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-07-18T21:43:48.733Z[ recovery-image] Jul 18 21:43:47.587 INFO O| Jul 18 21:43:47.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
45792024-07-18T21:43:48.733Z[ recovery-image] Jul 18 21:43:47.587 INFO O| Jul 18 21:43:47.587 INFO STEP 298 (remove_files) COMPLETE
45802024-07-18T21:43:48.733Z[ recovery-image] Jul 18 21:43:47.587 INFO O| Jul 18 21:43:47.587 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-07-18T21:43:48.757Z[ recovery-image] Jul 18 21:43:47.611 INFO O| Jul 18 21:43:47.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
45822024-07-18T21:43:48.757Z[ recovery-image] Jul 18 21:43:47.611 INFO O| Jul 18 21:43:47.611 INFO STEP 299 (remove_files) COMPLETE
45832024-07-18T21:43:48.757Z[ recovery-image] Jul 18 21:43:47.611 INFO O| Jul 18 21:43:47.611 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-07-18T21:43:48.786Z[ recovery-image] Jul 18 21:43:47.639 INFO O| Jul 18 21:43:47.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
45852024-07-18T21:43:48.786Z[ recovery-image] Jul 18 21:43:47.639 INFO O| Jul 18 21:43:47.639 INFO STEP 300 (remove_files) COMPLETE
45862024-07-18T21:43:48.789Z[ recovery-image] Jul 18 21:43:47.640 INFO O| Jul 18 21:43:47.639 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-07-18T21:43:48.826Z[ recovery-image] Jul 18 21:43:47.679 INFO O| Jul 18 21:43:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
45882024-07-18T21:43:48.826Z[ recovery-image] Jul 18 21:43:47.679 INFO O| Jul 18 21:43:47.679 INFO STEP 301 (remove_files) COMPLETE
45892024-07-18T21:43:48.829Z[ recovery-image] Jul 18 21:43:47.679 INFO O| Jul 18 21:43:47.679 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-07-18T21:43:48.849Z[ recovery-image] Jul 18 21:43:47.703 INFO O| Jul 18 21:43:47.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
45912024-07-18T21:43:48.849Z[ recovery-image] Jul 18 21:43:47.703 INFO O| Jul 18 21:43:47.703 INFO STEP 302 (remove_files) COMPLETE
45922024-07-18T21:43:48.849Z[ recovery-image] Jul 18 21:43:47.703 INFO O| Jul 18 21:43:47.703 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-07-18T21:43:48.872Z[ recovery-image] Jul 18 21:43:47.726 INFO O| Jul 18 21:43:47.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
45942024-07-18T21:43:48.872Z[ recovery-image] Jul 18 21:43:47.726 INFO O| Jul 18 21:43:47.726 INFO STEP 303 (remove_files) COMPLETE
45952024-07-18T21:43:48.875Z[ recovery-image] Jul 18 21:43:47.726 INFO O| Jul 18 21:43:47.726 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-07-18T21:43:48.933Z[ recovery-image] Jul 18 21:43:47.786 INFO O| Jul 18 21:43:47.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
45972024-07-18T21:43:48.933Z[ recovery-image] Jul 18 21:43:47.787 INFO O| Jul 18 21:43:47.786 INFO STEP 304 (remove_files) COMPLETE
45982024-07-18T21:43:48.933Z[ recovery-image] Jul 18 21:43:47.787 INFO O| Jul 18 21:43:47.787 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-07-18T21:43:48.954Z[ recovery-image] Jul 18 21:43:47.808 INFO O| Jul 18 21:43:47.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
46002024-07-18T21:43:48.957Z[ recovery-image] Jul 18 21:43:47.808 INFO O| Jul 18 21:43:47.808 INFO STEP 305 (remove_files) COMPLETE
46012024-07-18T21:43:48.957Z[ recovery-image] Jul 18 21:43:47.808 INFO O| Jul 18 21:43:47.808 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-07-18T21:43:48.978Z[ recovery-image] Jul 18 21:43:47.831 INFO O| Jul 18 21:43:47.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
46032024-07-18T21:43:48.978Z[ recovery-image] Jul 18 21:43:47.831 INFO O| Jul 18 21:43:47.831 INFO STEP 306 (remove_files) COMPLETE
46042024-07-18T21:43:48.978Z[ recovery-image] Jul 18 21:43:47.831 INFO O| Jul 18 21:43:47.831 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-07-18T21:43:48.999Z[ recovery-image] Jul 18 21:43:47.852 INFO O| Jul 18 21:43:47.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
46062024-07-18T21:43:48.999Z[ recovery-image] Jul 18 21:43:47.853 INFO O| Jul 18 21:43:47.852 INFO STEP 307 (remove_files) COMPLETE
46072024-07-18T21:43:48.999Z[ recovery-image] Jul 18 21:43:47.853 INFO O| Jul 18 21:43:47.852 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-07-18T21:43:49.019Z[ recovery-image] Jul 18 21:43:47.873 INFO O| Jul 18 21:43:47.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
46092024-07-18T21:43:49.022Z[ recovery-image] Jul 18 21:43:47.873 INFO O| Jul 18 21:43:47.873 INFO STEP 308 (remove_files) COMPLETE
46102024-07-18T21:43:49.022Z[ recovery-image] Jul 18 21:43:47.873 INFO O| Jul 18 21:43:47.873 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-07-18T21:43:49.049Z[ recovery-image] Jul 18 21:43:47.902 INFO O| Jul 18 21:43:47.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
46122024-07-18T21:43:49.049Z[ recovery-image] Jul 18 21:43:47.902 INFO O| Jul 18 21:43:47.902 INFO STEP 309 (remove_files) COMPLETE
46132024-07-18T21:43:49.052Z[ recovery-image] Jul 18 21:43:47.902 INFO O| Jul 18 21:43:47.902 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-07-18T21:43:49.075Z[ recovery-image] Jul 18 21:43:47.928 INFO O| Jul 18 21:43:47.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
46152024-07-18T21:43:49.078Z[ recovery-image] Jul 18 21:43:47.929 INFO O| Jul 18 21:43:47.928 INFO STEP 310 (remove_files) COMPLETE
46162024-07-18T21:43:49.078Z[ recovery-image] Jul 18 21:43:47.929 INFO O| Jul 18 21:43:47.929 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-07-18T21:43:49.100Z[ recovery-image] Jul 18 21:43:47.954 INFO O| Jul 18 21:43:47.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
46182024-07-18T21:43:49.103Z[ recovery-image] Jul 18 21:43:47.954 INFO O| Jul 18 21:43:47.954 INFO STEP 311 (remove_files) COMPLETE
46192024-07-18T21:43:49.103Z[ recovery-image] Jul 18 21:43:47.954 INFO O| Jul 18 21:43:47.954 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-07-18T21:43:49.123Z[ recovery-image] Jul 18 21:43:47.977 INFO O| Jul 18 21:43:47.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
46212024-07-18T21:43:49.126Z[ recovery-image] Jul 18 21:43:47.977 INFO O| Jul 18 21:43:47.977 INFO STEP 312 (remove_files) COMPLETE
46222024-07-18T21:43:49.126Z[ recovery-image] Jul 18 21:43:47.977 INFO O| Jul 18 21:43:47.977 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-07-18T21:43:49.145Z[ recovery-image] Jul 18 21:43:47.998 INFO O| Jul 18 21:43:47.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
46242024-07-18T21:43:49.150Z[ recovery-image] Jul 18 21:43:47.999 INFO O| Jul 18 21:43:47.999 INFO STEP 313 (remove_files) COMPLETE
46252024-07-18T21:43:49.150Z[ recovery-image] Jul 18 21:43:47.999 INFO O| Jul 18 21:43:47.999 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-07-18T21:43:49.168Z[ recovery-image] Jul 18 21:43:48.021 INFO O| Jul 18 21:43:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
46272024-07-18T21:43:49.171Z[ recovery-image] Jul 18 21:43:48.022 INFO O| Jul 18 21:43:48.022 INFO STEP 314 (remove_files) COMPLETE
46282024-07-18T21:43:49.171Z[ recovery-image] Jul 18 21:43:48.022 INFO O| Jul 18 21:43:48.022 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-07-18T21:43:49.200Z[ recovery-image] Jul 18 21:43:48.054 INFO O| Jul 18 21:43:48.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
46302024-07-18T21:43:49.200Z[ recovery-image] Jul 18 21:43:48.054 INFO O| Jul 18 21:43:48.054 INFO STEP 315 (remove_files) COMPLETE
46312024-07-18T21:43:49.200Z[ recovery-image] Jul 18 21:43:48.054 INFO O| Jul 18 21:43:48.054 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-07-18T21:43:49.223Z[ recovery-image] Jul 18 21:43:48.076 INFO O| Jul 18 21:43:48.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
46332024-07-18T21:43:49.223Z[ recovery-image] Jul 18 21:43:48.076 INFO O| Jul 18 21:43:48.076 INFO STEP 316 (remove_files) COMPLETE
46342024-07-18T21:43:49.226Z[ recovery-image] Jul 18 21:43:48.077 INFO O| Jul 18 21:43:48.076 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-07-18T21:43:49.245Z[ recovery-image] Jul 18 21:43:48.099 INFO O| Jul 18 21:43:48.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
46362024-07-18T21:43:49.245Z[ recovery-image] Jul 18 21:43:48.099 INFO O| Jul 18 21:43:48.099 INFO STEP 317 (remove_files) COMPLETE
46372024-07-18T21:43:49.248Z[ recovery-image] Jul 18 21:43:48.099 INFO O| Jul 18 21:43:48.099 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-07-18T21:43:49.275Z[ recovery-image] Jul 18 21:43:48.128 INFO O| Jul 18 21:43:48.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
46392024-07-18T21:43:49.277Z[ recovery-image] Jul 18 21:43:48.129 INFO O| Jul 18 21:43:48.128 INFO STEP 318 (remove_files) COMPLETE
46402024-07-18T21:43:49.277Z[ recovery-image] Jul 18 21:43:48.129 INFO O| Jul 18 21:43:48.129 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-07-18T21:43:49.301Z[ recovery-image] Jul 18 21:43:48.154 INFO O| Jul 18 21:43:48.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
46422024-07-18T21:43:49.304Z[ recovery-image] Jul 18 21:43:48.154 INFO O| Jul 18 21:43:48.154 INFO STEP 319 (remove_files) COMPLETE
46432024-07-18T21:43:49.304Z[ recovery-image] Jul 18 21:43:48.154 INFO O| Jul 18 21:43:48.154 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-07-18T21:43:49.325Z[ recovery-image] Jul 18 21:43:48.178 INFO O| Jul 18 21:43:48.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
46452024-07-18T21:43:49.325Z[ recovery-image] Jul 18 21:43:48.178 INFO O| Jul 18 21:43:48.178 INFO STEP 320 (remove_files) COMPLETE
46462024-07-18T21:43:49.325Z[ recovery-image] Jul 18 21:43:48.178 INFO O| Jul 18 21:43:48.178 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-07-18T21:43:49.383Z[ recovery-image] Jul 18 21:43:48.236 INFO O| Jul 18 21:43:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
46482024-07-18T21:43:49.383Z[ recovery-image] Jul 18 21:43:48.237 INFO O| Jul 18 21:43:48.237 INFO STEP 321 (remove_files) COMPLETE
46492024-07-18T21:43:49.383Z[ recovery-image] Jul 18 21:43:48.237 INFO O| Jul 18 21:43:48.237 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-07-18T21:43:49.405Z[ recovery-image] Jul 18 21:43:48.259 INFO O| Jul 18 21:43:48.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
46512024-07-18T21:43:49.408Z[ recovery-image] Jul 18 21:43:48.259 INFO O| Jul 18 21:43:48.259 INFO STEP 322 (remove_files) COMPLETE
46522024-07-18T21:43:49.408Z[ recovery-image] Jul 18 21:43:48.259 INFO O| Jul 18 21:43:48.259 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-07-18T21:43:49.440Z[ recovery-image] Jul 18 21:43:48.293 INFO O| Jul 18 21:43:48.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
46542024-07-18T21:43:49.443Z[ recovery-image] Jul 18 21:43:48.294 INFO O| Jul 18 21:43:48.294 INFO STEP 323 (remove_files) COMPLETE
46552024-07-18T21:43:49.443Z[ recovery-image] Jul 18 21:43:48.294 INFO O| Jul 18 21:43:48.294 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-07-18T21:43:49.467Z[ recovery-image] Jul 18 21:43:48.320 INFO O| Jul 18 21:43:48.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
46572024-07-18T21:43:49.470Z[ recovery-image] Jul 18 21:43:48.320 INFO O| Jul 18 21:43:48.320 INFO STEP 324 (remove_files) COMPLETE
46582024-07-18T21:43:49.470Z[ recovery-image] Jul 18 21:43:48.321 INFO O| Jul 18 21:43:48.321 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-07-18T21:43:49.506Z[ recovery-image] Jul 18 21:43:48.360 INFO O| Jul 18 21:43:48.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
46602024-07-18T21:43:49.506Z[ recovery-image] Jul 18 21:43:48.360 INFO O| Jul 18 21:43:48.360 INFO STEP 325 (remove_files) COMPLETE
46612024-07-18T21:43:49.506Z[ recovery-image] Jul 18 21:43:48.360 INFO O| Jul 18 21:43:48.360 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-07-18T21:43:49.550Z[ recovery-image] Jul 18 21:43:48.404 INFO O| Jul 18 21:43:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
46632024-07-18T21:43:49.550Z[ recovery-image] Jul 18 21:43:48.404 INFO O| Jul 18 21:43:48.404 INFO STEP 326 (remove_files) COMPLETE
46642024-07-18T21:43:49.550Z[ recovery-image] Jul 18 21:43:48.404 INFO O| Jul 18 21:43:48.404 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-07-18T21:43:49.724Z[ recovery-image] Jul 18 21:43:48.577 INFO O| Jul 18 21:43:48.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
46662024-07-18T21:43:49.726Z[ recovery-image] Jul 18 21:43:48.578 INFO O| Jul 18 21:43:48.578 INFO STEP 327 (remove_files) COMPLETE
46672024-07-18T21:43:49.726Z[ recovery-image] Jul 18 21:43:48.578 INFO O| Jul 18 21:43:48.578 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-07-18T21:43:50.069Z[ recovery-image] Jul 18 21:43:48.923 INFO O| Jul 18 21:43:48.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
46692024-07-18T21:43:50.069Z[ recovery-image] Jul 18 21:43:48.923 INFO O| Jul 18 21:43:48.923 INFO STEP 328 (remove_files) COMPLETE
46702024-07-18T21:43:50.069Z[ recovery-image] Jul 18 21:43:48.923 INFO O| Jul 18 21:43:48.923 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-07-18T21:43:50.087Z[ recovery-image] Jul 18 21:43:48.941 INFO O| Jul 18 21:43:48.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
46722024-07-18T21:43:50.087Z[ recovery-image] Jul 18 21:43:48.941 INFO O| Jul 18 21:43:48.941 INFO STEP 329 (remove_files) COMPLETE
46732024-07-18T21:43:50.090Z[ recovery-image] Jul 18 21:43:48.941 INFO O| Jul 18 21:43:48.941 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-07-18T21:43:50.121Z[ recovery-image] Jul 18 21:43:48.975 INFO O| Jul 18 21:43:48.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
46752024-07-18T21:43:50.124Z[ recovery-image] Jul 18 21:43:48.975 INFO O| Jul 18 21:43:48.975 INFO STEP 330 (remove_files) COMPLETE
46762024-07-18T21:43:50.124Z[ recovery-image] Jul 18 21:43:48.975 INFO O| Jul 18 21:43:48.975 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-07-18T21:43:50.142Z[ recovery-image] Jul 18 21:43:48.996 INFO O| Jul 18 21:43:48.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
46782024-07-18T21:43:50.145Z[ recovery-image] Jul 18 21:43:48.996 INFO O| Jul 18 21:43:48.996 INFO STEP 331 (remove_files) COMPLETE
46792024-07-18T21:43:50.145Z[ recovery-image] Jul 18 21:43:48.996 INFO O| Jul 18 21:43:48.996 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-07-18T21:43:50.180Z[ recovery-image] Jul 18 21:43:49.033 INFO O| Jul 18 21:43:49.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
46812024-07-18T21:43:50.180Z[ recovery-image] Jul 18 21:43:49.033 INFO O| Jul 18 21:43:49.033 INFO STEP 332 (remove_files) COMPLETE
46822024-07-18T21:43:50.183Z[ recovery-image] Jul 18 21:43:49.033 INFO O| Jul 18 21:43:49.033 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-07-18T21:43:50.200Z[ recovery-image] Jul 18 21:43:49.053 INFO O| Jul 18 21:43:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
46842024-07-18T21:43:50.200Z[ recovery-image] Jul 18 21:43:49.054 INFO O| Jul 18 21:43:49.054 INFO STEP 333 (remove_files) COMPLETE
46852024-07-18T21:43:50.200Z[ recovery-image] Jul 18 21:43:49.054 INFO O| Jul 18 21:43:49.054 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-07-18T21:43:50.218Z[ recovery-image] Jul 18 21:43:49.072 INFO O| Jul 18 21:43:49.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
46872024-07-18T21:43:50.218Z[ recovery-image] Jul 18 21:43:49.072 INFO O| Jul 18 21:43:49.072 INFO STEP 334 (remove_files) COMPLETE
46882024-07-18T21:43:50.219Z[ recovery-image] Jul 18 21:43:49.072 INFO O| Jul 18 21:43:49.072 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-07-18T21:43:50.237Z[ recovery-image] Jul 18 21:43:49.091 INFO O| Jul 18 21:43:49.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
46902024-07-18T21:43:50.240Z[ recovery-image] Jul 18 21:43:49.091 INFO O| Jul 18 21:43:49.091 INFO STEP 335 (remove_files) COMPLETE
46912024-07-18T21:43:50.240Z[ recovery-image] Jul 18 21:43:49.091 INFO O| Jul 18 21:43:49.091 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-07-18T21:43:50.287Z[ recovery-image] Jul 18 21:43:49.141 INFO O| Jul 18 21:43:49.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
46932024-07-18T21:43:50.287Z[ recovery-image] Jul 18 21:43:49.141 INFO O| Jul 18 21:43:49.141 INFO STEP 336 (remove_files) COMPLETE
46942024-07-18T21:43:50.290Z[ recovery-image] Jul 18 21:43:49.141 INFO O| Jul 18 21:43:49.141 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-07-18T21:43:50.315Z[ recovery-image] Jul 18 21:43:49.168 INFO O| Jul 18 21:43:49.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
46962024-07-18T21:43:50.317Z[ recovery-image] Jul 18 21:43:49.169 INFO O| Jul 18 21:43:49.168 INFO STEP 337 (remove_files) COMPLETE
46972024-07-18T21:43:50.317Z[ recovery-image] Jul 18 21:43:49.169 INFO O| Jul 18 21:43:49.168 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-07-18T21:43:50.337Z[ recovery-image] Jul 18 21:43:49.190 INFO O| Jul 18 21:43:49.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
46992024-07-18T21:43:50.337Z[ recovery-image] Jul 18 21:43:49.190 INFO O| Jul 18 21:43:49.190 INFO STEP 338 (remove_files) COMPLETE
47002024-07-18T21:43:50.340Z[ recovery-image] Jul 18 21:43:49.191 INFO O| Jul 18 21:43:49.190 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-07-18T21:43:50.359Z[ recovery-image] Jul 18 21:43:49.212 INFO O| Jul 18 21:43:49.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
47022024-07-18T21:43:50.359Z[ recovery-image] Jul 18 21:43:49.213 INFO O| Jul 18 21:43:49.213 INFO STEP 339 (remove_files) COMPLETE
47032024-07-18T21:43:50.362Z[ recovery-image] Jul 18 21:43:49.213 INFO O| Jul 18 21:43:49.213 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-07-18T21:43:50.380Z[ recovery-image] Jul 18 21:43:49.234 INFO O| Jul 18 21:43:49.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
47052024-07-18T21:43:50.393Z[ recovery-image] Jul 18 21:43:49.246 INFO O| Jul 18 21:43:49.246 INFO STEP 340 (remove_files) COMPLETE
47062024-07-18T21:43:50.393Z[ recovery-image] Jul 18 21:43:49.246 INFO O| Jul 18 21:43:49.246 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-07-18T21:43:50.432Z[ recovery-image] Jul 18 21:43:49.286 INFO O| Jul 18 21:43:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
47082024-07-18T21:43:50.432Z[ recovery-image] Jul 18 21:43:49.286 INFO O| Jul 18 21:43:49.286 INFO STEP 341 (remove_files) COMPLETE
47092024-07-18T21:43:50.432Z[ recovery-image] Jul 18 21:43:49.286 INFO O| Jul 18 21:43:49.286 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-07-18T21:43:50.458Z[ recovery-image] Jul 18 21:43:49.311 INFO O| Jul 18 21:43:49.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
47112024-07-18T21:43:50.458Z[ recovery-image] Jul 18 21:43:49.312 INFO O| Jul 18 21:43:49.312 INFO STEP 342 (remove_files) COMPLETE
47122024-07-18T21:43:50.458Z[ recovery-image] Jul 18 21:43:49.312 INFO O| Jul 18 21:43:49.312 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-07-18T21:43:50.493Z[ recovery-image] Jul 18 21:43:49.347 INFO O| Jul 18 21:43:49.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
47142024-07-18T21:43:50.493Z[ recovery-image] Jul 18 21:43:49.347 INFO O| Jul 18 21:43:49.347 INFO STEP 343 (remove_files) COMPLETE
47152024-07-18T21:43:50.493Z[ recovery-image] Jul 18 21:43:49.347 INFO O| Jul 18 21:43:49.347 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-07-18T21:43:50.527Z[ recovery-image] Jul 18 21:43:49.380 INFO O| Jul 18 21:43:49.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
47172024-07-18T21:43:50.527Z[ recovery-image] Jul 18 21:43:49.381 INFO O| Jul 18 21:43:49.380 INFO STEP 344 (remove_files) COMPLETE
47182024-07-18T21:43:50.530Z[ recovery-image] Jul 18 21:43:49.381 INFO O| Jul 18 21:43:49.381 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-07-18T21:43:50.553Z[ recovery-image] Jul 18 21:43:49.406 INFO O| Jul 18 21:43:49.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
47202024-07-18T21:43:50.555Z[ recovery-image] Jul 18 21:43:49.407 INFO O| Jul 18 21:43:49.406 INFO STEP 345 (remove_files) COMPLETE
47212024-07-18T21:43:50.555Z[ recovery-image] Jul 18 21:43:49.407 INFO O| Jul 18 21:43:49.407 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-07-18T21:43:50.576Z[ recovery-image] Jul 18 21:43:49.429 INFO O| Jul 18 21:43:49.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
47232024-07-18T21:43:50.576Z[ recovery-image] Jul 18 21:43:49.429 INFO O| Jul 18 21:43:49.429 INFO STEP 346 (remove_files) COMPLETE
47242024-07-18T21:43:50.576Z[ recovery-image] Jul 18 21:43:49.429 INFO O| Jul 18 21:43:49.429 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-07-18T21:43:50.600Z[ recovery-image] Jul 18 21:43:49.453 INFO O| Jul 18 21:43:49.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
47262024-07-18T21:43:50.600Z[ recovery-image] Jul 18 21:43:49.453 INFO O| Jul 18 21:43:49.453 INFO STEP 347 (remove_files) COMPLETE
47272024-07-18T21:43:50.600Z[ recovery-image] Jul 18 21:43:49.453 INFO O| Jul 18 21:43:49.453 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-07-18T21:43:50.695Z[ recovery-image] Jul 18 21:43:49.549 INFO O| Jul 18 21:43:49.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
47292024-07-18T21:43:50.699Z[ recovery-image] Jul 18 21:43:49.549 INFO O| Jul 18 21:43:49.549 INFO STEP 348 (remove_files) COMPLETE
47302024-07-18T21:43:50.699Z[ recovery-image] Jul 18 21:43:49.549 INFO O| Jul 18 21:43:49.549 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-07-18T21:43:50.721Z[ recovery-image] Jul 18 21:43:49.574 INFO O| Jul 18 21:43:49.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
47322024-07-18T21:43:50.724Z[ recovery-image] Jul 18 21:43:49.575 INFO O| Jul 18 21:43:49.575 INFO STEP 349 (remove_files) COMPLETE
47332024-07-18T21:43:50.724Z[ recovery-image] Jul 18 21:43:49.575 INFO O| Jul 18 21:43:49.575 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-07-18T21:43:50.746Z[ recovery-image] Jul 18 21:43:49.599 INFO O| Jul 18 21:43:49.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
47352024-07-18T21:43:50.746Z[ recovery-image] Jul 18 21:43:49.599 INFO O| Jul 18 21:43:49.599 INFO STEP 350 (remove_files) COMPLETE
47362024-07-18T21:43:50.749Z[ recovery-image] Jul 18 21:43:49.599 INFO O| Jul 18 21:43:49.599 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-07-18T21:43:50.768Z[ recovery-image] Jul 18 21:43:49.621 INFO O| Jul 18 21:43:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
47382024-07-18T21:43:50.768Z[ recovery-image] Jul 18 21:43:49.621 INFO O| Jul 18 21:43:49.621 INFO STEP 351 (remove_files) COMPLETE
47392024-07-18T21:43:50.768Z[ recovery-image] Jul 18 21:43:49.621 INFO O| Jul 18 21:43:49.621 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-07-18T21:43:50.805Z[ recovery-image] Jul 18 21:43:49.659 INFO O| Jul 18 21:43:49.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
47412024-07-18T21:43:50.805Z[ recovery-image] Jul 18 21:43:49.659 INFO O| Jul 18 21:43:49.659 INFO STEP 352 (remove_files) COMPLETE
47422024-07-18T21:43:50.806Z[ recovery-image] Jul 18 21:43:49.659 INFO O| Jul 18 21:43:49.659 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-07-18T21:43:50.883Z[ recovery-image] Jul 18 21:43:49.737 INFO O| Jul 18 21:43:49.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
47442024-07-18T21:43:50.883Z[ recovery-image] Jul 18 21:43:49.737 INFO O| Jul 18 21:43:49.737 INFO STEP 353 (remove_files) COMPLETE
47452024-07-18T21:43:50.883Z[ recovery-image] Jul 18 21:43:49.737 INFO O| Jul 18 21:43:49.737 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-07-18T21:43:50.907Z[ recovery-image] Jul 18 21:43:49.761 INFO O| Jul 18 21:43:49.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
47472024-07-18T21:43:50.907Z[ recovery-image] Jul 18 21:43:49.761 INFO O| Jul 18 21:43:49.761 INFO STEP 354 (remove_files) COMPLETE
47482024-07-18T21:43:50.907Z[ recovery-image] Jul 18 21:43:49.761 INFO O| Jul 18 21:43:49.761 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-07-18T21:43:50.944Z[ recovery-image] Jul 18 21:43:49.797 INFO O| Jul 18 21:43:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
47502024-07-18T21:43:50.947Z[ recovery-image] Jul 18 21:43:49.798 INFO O| Jul 18 21:43:49.797 INFO STEP 355 (remove_files) COMPLETE
47512024-07-18T21:43:50.947Z[ recovery-image] Jul 18 21:43:49.798 INFO O| Jul 18 21:43:49.798 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-07-18T21:43:50.970Z[ recovery-image] Jul 18 21:43:49.823 INFO O| Jul 18 21:43:49.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
47532024-07-18T21:43:50.973Z[ recovery-image] Jul 18 21:43:49.823 INFO O| Jul 18 21:43:49.823 INFO STEP 356 (remove_files) COMPLETE
47542024-07-18T21:43:50.973Z[ recovery-image] Jul 18 21:43:49.823 INFO O| Jul 18 21:43:49.823 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-07-18T21:43:51.016Z[ recovery-image] Jul 18 21:43:49.870 INFO O| Jul 18 21:43:49.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
47562024-07-18T21:43:51.020Z[ recovery-image] Jul 18 21:43:49.870 INFO O| Jul 18 21:43:49.870 INFO STEP 357 (remove_files) COMPLETE
47572024-07-18T21:43:51.020Z[ recovery-image] Jul 18 21:43:49.870 INFO O| Jul 18 21:43:49.870 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-07-18T21:43:51.041Z[ recovery-image] Jul 18 21:43:49.895 INFO O| Jul 18 21:43:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
47592024-07-18T21:43:51.044Z[ recovery-image] Jul 18 21:43:49.895 INFO O| Jul 18 21:43:49.895 INFO STEP 358 (remove_files) COMPLETE
47602024-07-18T21:43:51.044Z[ recovery-image] Jul 18 21:43:49.895 INFO O| Jul 18 21:43:49.895 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-07-18T21:43:51.072Z[ recovery-image] Jul 18 21:43:49.924 INFO O| Jul 18 21:43:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
47622024-07-18T21:43:51.072Z[ recovery-image] Jul 18 21:43:49.924 INFO O| Jul 18 21:43:49.924 INFO STEP 359 (remove_files) COMPLETE
47632024-07-18T21:43:51.072Z[ recovery-image] Jul 18 21:43:49.924 INFO O| Jul 18 21:43:49.924 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-07-18T21:43:51.109Z[ recovery-image] Jul 18 21:43:49.962 INFO O| Jul 18 21:43:49.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
47652024-07-18T21:43:51.109Z[ recovery-image] Jul 18 21:43:49.962 INFO O| Jul 18 21:43:49.962 INFO STEP 360 (remove_files) COMPLETE
47662024-07-18T21:43:51.109Z[ recovery-image] Jul 18 21:43:49.962 INFO O| Jul 18 21:43:49.962 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-07-18T21:43:51.128Z[ recovery-image] Jul 18 21:43:49.981 INFO O| Jul 18 21:43:49.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
47682024-07-18T21:43:51.128Z[ recovery-image] Jul 18 21:43:49.981 INFO O| Jul 18 21:43:49.981 INFO STEP 361 (remove_files) COMPLETE
47692024-07-18T21:43:51.128Z[ recovery-image] Jul 18 21:43:49.981 INFO O| Jul 18 21:43:49.981 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-07-18T21:43:51.159Z[ recovery-image] Jul 18 21:43:50.012 INFO O| Jul 18 21:43:50.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
47712024-07-18T21:43:51.159Z[ recovery-image] Jul 18 21:43:50.012 INFO O| Jul 18 21:43:50.012 INFO STEP 362 (remove_files) COMPLETE
47722024-07-18T21:43:51.162Z[ recovery-image] Jul 18 21:43:50.012 INFO O| Jul 18 21:43:50.012 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-07-18T21:43:51.180Z[ recovery-image] Jul 18 21:43:50.034 INFO O| Jul 18 21:43:50.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
47742024-07-18T21:43:51.180Z[ recovery-image] Jul 18 21:43:50.034 INFO O| Jul 18 21:43:50.034 INFO STEP 363 (remove_files) COMPLETE
47752024-07-18T21:43:51.180Z[ recovery-image] Jul 18 21:43:50.034 INFO O| Jul 18 21:43:50.034 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-07-18T21:43:51.209Z[ host-image] Jul 18 21:43:50.062 INFO O| Jul 18 21:43:50.061 INFO O| Planning: Solver setup ... Done
47772024-07-18T21:43:51.213Z[ recovery-image] Jul 18 21:43:50.066 INFO O| Jul 18 21:43:50.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
47782024-07-18T21:43:51.215Z[ recovery-image] Jul 18 21:43:50.067 INFO O| Jul 18 21:43:50.066 INFO STEP 364 (remove_files) COMPLETE
47792024-07-18T21:43:51.216Z[ recovery-image] Jul 18 21:43:50.067 INFO O| Jul 18 21:43:50.067 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-07-18T21:43:51.219Z[ host-image] Jul 18 21:43:50.069 INFO O| Jul 18 21:43:50.069 INFO O| Planning: Running solver ... Done
47812024-07-18T21:43:51.270Z[ host-image] Jul 18 21:43:50.123 INFO O| Jul 18 21:43:50.123 INFO O| Planning: Finding local manifests ... Done
47822024-07-18T21:43:51.273Z[ host-image] Jul 18 21:43:50.126 INFO O| Jul 18 21:43:50.126 INFO O| Planning: Fetching manifests: 0/6 0% complete
47832024-07-18T21:43:51.276Z[ recovery-image] Jul 18 21:43:50.127 INFO O| Jul 18 21:43:50.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
47842024-07-18T21:43:51.276Z[ recovery-image] Jul 18 21:43:50.127 INFO O| Jul 18 21:43:50.127 INFO STEP 365 (remove_files) COMPLETE
47852024-07-18T21:43:51.276Z[ recovery-image] Jul 18 21:43:50.127 INFO O| Jul 18 21:43:50.127 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-07-18T21:43:51.297Z[ recovery-image] Jul 18 21:43:50.151 INFO O| Jul 18 21:43:50.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
47872024-07-18T21:43:51.297Z[ recovery-image] Jul 18 21:43:50.151 INFO O| Jul 18 21:43:50.151 INFO STEP 366 (remove_files) COMPLETE
47882024-07-18T21:43:51.297Z[ recovery-image] Jul 18 21:43:50.151 INFO O| Jul 18 21:43:50.151 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-07-18T21:43:51.320Z[ recovery-image] Jul 18 21:43:50.173 INFO O| Jul 18 21:43:50.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
47902024-07-18T21:43:51.323Z[ recovery-image] Jul 18 21:43:50.174 INFO O| Jul 18 21:43:50.173 INFO STEP 367 (remove_files) COMPLETE
47912024-07-18T21:43:51.323Z[ recovery-image] Jul 18 21:43:50.174 INFO O| Jul 18 21:43:50.174 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-07-18T21:43:51.371Z[ recovery-image] Jul 18 21:43:50.225 INFO O| Jul 18 21:43:50.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
47932024-07-18T21:43:51.392Z[ recovery-image] Jul 18 21:43:50.245 INFO O| Jul 18 21:43:50.245 INFO STEP 368 (remove_files) COMPLETE
47942024-07-18T21:43:51.392Z[ recovery-image] Jul 18 21:43:50.245 INFO O| Jul 18 21:43:50.245 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-07-18T21:43:51.447Z[ recovery-image] Jul 18 21:43:50.300 INFO O| Jul 18 21:43:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
47962024-07-18T21:43:51.447Z[ recovery-image] Jul 18 21:43:50.300 INFO O| Jul 18 21:43:50.300 INFO STEP 369 (remove_files) COMPLETE
47972024-07-18T21:43:51.450Z[ recovery-image] Jul 18 21:43:50.300 INFO O| Jul 18 21:43:50.300 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-07-18T21:43:51.497Z[ recovery-image] Jul 18 21:43:50.350 INFO O| Jul 18 21:43:50.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
47992024-07-18T21:43:51.497Z[ recovery-image] Jul 18 21:43:50.350 INFO O| Jul 18 21:43:50.350 INFO STEP 370 (remove_files) COMPLETE
48002024-07-18T21:43:51.500Z[ recovery-image] Jul 18 21:43:50.351 INFO O| Jul 18 21:43:50.350 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-07-18T21:43:51.561Z[ host-image] Jul 18 21:43:50.414 INFO O| Jul 18 21:43:50.414 INFO O| Planning: Fetching manifests: 6/6 100% complete
48022024-07-18T21:43:51.564Z[ recovery-image] Jul 18 21:43:50.418 INFO O| Jul 18 21:43:50.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
48032024-07-18T21:43:51.564Z[ recovery-image] Jul 18 21:43:50.418 INFO O| Jul 18 21:43:50.418 INFO STEP 371 (remove_files) COMPLETE
48042024-07-18T21:43:51.567Z[ recovery-image] Jul 18 21:43:50.418 INFO O| Jul 18 21:43:50.418 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-07-18T21:43:51.587Z[ recovery-image] Jul 18 21:43:50.439 INFO O| Jul 18 21:43:50.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
48062024-07-18T21:43:51.587Z[ recovery-image] Jul 18 21:43:50.439 INFO O| Jul 18 21:43:50.439 INFO STEP 372 (remove_files) COMPLETE
48072024-07-18T21:43:51.587Z[ recovery-image] Jul 18 21:43:50.440 INFO O| Jul 18 21:43:50.439 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-07-18T21:43:51.608Z[ recovery-image] Jul 18 21:43:50.462 INFO O| Jul 18 21:43:50.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
48092024-07-18T21:43:51.608Z[ recovery-image] Jul 18 21:43:50.462 INFO O| Jul 18 21:43:50.462 INFO STEP 373 (remove_files) COMPLETE
48102024-07-18T21:43:51.611Z[ recovery-image] Jul 18 21:43:50.462 INFO O| Jul 18 21:43:50.462 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-07-18T21:43:51.625Z[ host-image] Jul 18 21:43:50.479 INFO O| Jul 18 21:43:50.479 INFO O| Planning: Package planning ... Done
48122024-07-18T21:43:51.634Z[ recovery-image] Jul 18 21:43:50.488 INFO O| Jul 18 21:43:50.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
48132024-07-18T21:43:51.634Z[ recovery-image] Jul 18 21:43:50.488 INFO O| Jul 18 21:43:50.488 INFO STEP 374 (remove_files) COMPLETE
48142024-07-18T21:43:51.634Z[ recovery-image] Jul 18 21:43:50.488 INFO O| Jul 18 21:43:50.488 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-07-18T21:43:51.656Z[ recovery-image] Jul 18 21:43:50.509 INFO O| Jul 18 21:43:50.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
48162024-07-18T21:43:51.656Z[ recovery-image] Jul 18 21:43:50.510 INFO O| Jul 18 21:43:50.510 INFO STEP 375 (remove_files) COMPLETE
48172024-07-18T21:43:51.656Z[ recovery-image] Jul 18 21:43:50.510 INFO O| Jul 18 21:43:50.510 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-07-18T21:43:51.667Z[ host-image] Jul 18 21:43:50.521 INFO O| Jul 18 21:43:50.521 INFO O| Planning: Merging actions ... Done
48192024-07-18T21:43:51.678Z[ recovery-image] Jul 18 21:43:50.532 INFO O| Jul 18 21:43:50.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
48202024-07-18T21:43:51.678Z[ recovery-image] Jul 18 21:43:50.532 INFO O| Jul 18 21:43:50.532 INFO STEP 376 (remove_files) COMPLETE
48212024-07-18T21:43:51.678Z[ recovery-image] Jul 18 21:43:50.532 INFO O| Jul 18 21:43:50.532 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-07-18T21:43:51.740Z[ recovery-image] Jul 18 21:43:50.593 INFO O| Jul 18 21:43:50.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
48232024-07-18T21:43:51.741Z[ recovery-image] Jul 18 21:43:50.593 INFO O| Jul 18 21:43:50.593 INFO STEP 377 (remove_files) COMPLETE
48242024-07-18T21:43:51.741Z[ recovery-image] Jul 18 21:43:50.593 INFO O| Jul 18 21:43:50.593 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-07-18T21:43:51.768Z[ recovery-image] Jul 18 21:43:50.622 INFO O| Jul 18 21:43:50.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
48262024-07-18T21:43:51.768Z[ recovery-image] Jul 18 21:43:50.622 INFO O| Jul 18 21:43:50.622 INFO STEP 378 (remove_files) COMPLETE
48272024-07-18T21:43:51.772Z[ recovery-image] Jul 18 21:43:50.622 INFO O| Jul 18 21:43:50.622 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-07-18T21:43:51.807Z[ recovery-image] Jul 18 21:43:50.660 INFO O| Jul 18 21:43:50.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
48292024-07-18T21:43:51.810Z[ recovery-image] Jul 18 21:43:50.660 INFO O| Jul 18 21:43:50.660 INFO STEP 379 (remove_files) COMPLETE
48302024-07-18T21:43:51.810Z[ recovery-image] Jul 18 21:43:50.661 INFO O| Jul 18 21:43:50.660 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-07-18T21:43:51.819Z[ host-image] Jul 18 21:43:50.672 INFO O| Jul 18 21:43:50.672 INFO O| Planning: Checking for conflicting actions ... Done
48322024-07-18T21:43:51.832Z[ host-image] Jul 18 21:43:50.685 INFO O| Jul 18 21:43:50.685 INFO O| Planning: Consolidating action changes ... Done
48332024-07-18T21:43:51.891Z[ recovery-image] Jul 18 21:43:50.745 INFO O| Jul 18 21:43:50.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
48342024-07-18T21:43:51.891Z[ recovery-image] Jul 18 21:43:50.745 INFO O| Jul 18 21:43:50.745 INFO STEP 380 (remove_files) COMPLETE
48352024-07-18T21:43:51.894Z[ recovery-image] Jul 18 21:43:50.745 INFO O| Jul 18 21:43:50.745 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-07-18T21:43:51.915Z[ recovery-image] Jul 18 21:43:50.768 INFO O| Jul 18 21:43:50.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
48372024-07-18T21:43:51.918Z[ recovery-image] Jul 18 21:43:50.769 INFO O| Jul 18 21:43:50.769 INFO STEP 381 (remove_files) COMPLETE
48382024-07-18T21:43:51.918Z[ recovery-image] Jul 18 21:43:50.769 INFO O| Jul 18 21:43:50.769 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-07-18T21:43:51.937Z[ recovery-image] Jul 18 21:43:50.790 INFO O| Jul 18 21:43:50.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
48402024-07-18T21:43:51.937Z[ recovery-image] Jul 18 21:43:50.791 INFO O| Jul 18 21:43:50.790 INFO STEP 382 (remove_files) COMPLETE
48412024-07-18T21:43:51.937Z[ recovery-image] Jul 18 21:43:50.791 INFO O| Jul 18 21:43:50.790 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-07-18T21:43:51.974Z[ recovery-image] Jul 18 21:43:50.828 INFO O| Jul 18 21:43:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
48432024-07-18T21:43:51.974Z[ recovery-image] Jul 18 21:43:50.828 INFO O| Jul 18 21:43:50.828 INFO STEP 383 (remove_files) COMPLETE
48442024-07-18T21:43:51.977Z[ recovery-image] Jul 18 21:43:50.828 INFO O| Jul 18 21:43:50.828 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-07-18T21:43:52.003Z[ recovery-image] Jul 18 21:43:50.856 INFO O| Jul 18 21:43:50.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
48462024-07-18T21:43:52.006Z[ recovery-image] Jul 18 21:43:50.856 INFO O| Jul 18 21:43:50.856 INFO STEP 384 (remove_files) COMPLETE
48472024-07-18T21:43:52.006Z[ recovery-image] Jul 18 21:43:50.857 INFO O| Jul 18 21:43:50.856 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-07-18T21:43:52.025Z[ recovery-image] Jul 18 21:43:50.878 INFO O| Jul 18 21:43:50.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
48492024-07-18T21:43:52.025Z[ recovery-image] Jul 18 21:43:50.878 INFO O| Jul 18 21:43:50.878 INFO STEP 385 (remove_files) COMPLETE
48502024-07-18T21:43:52.025Z[ recovery-image] Jul 18 21:43:50.878 INFO O| Jul 18 21:43:50.878 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-07-18T21:43:52.045Z[ recovery-image] Jul 18 21:43:50.898 INFO O| Jul 18 21:43:50.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
48522024-07-18T21:43:52.045Z[ recovery-image] Jul 18 21:43:50.898 INFO O| Jul 18 21:43:50.898 INFO STEP 386 (remove_files) COMPLETE
48532024-07-18T21:43:52.045Z[ recovery-image] Jul 18 21:43:50.898 INFO O| Jul 18 21:43:50.898 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-07-18T21:43:52.067Z[ recovery-image] Jul 18 21:43:50.920 INFO O| Jul 18 21:43:50.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
48552024-07-18T21:43:52.067Z[ recovery-image] Jul 18 21:43:50.920 INFO O| Jul 18 21:43:50.920 INFO STEP 387 (remove_files) COMPLETE
48562024-07-18T21:43:52.067Z[ recovery-image] Jul 18 21:43:50.920 INFO O| Jul 18 21:43:50.920 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-07-18T21:43:52.088Z[ recovery-image] Jul 18 21:43:50.941 INFO O| Jul 18 21:43:50.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
48582024-07-18T21:43:52.088Z[ recovery-image] Jul 18 21:43:50.942 INFO O| Jul 18 21:43:50.942 INFO STEP 388 (remove_files) COMPLETE
48592024-07-18T21:43:52.088Z[ recovery-image] Jul 18 21:43:50.942 INFO O| Jul 18 21:43:50.942 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-07-18T21:43:52.110Z[ recovery-image] Jul 18 21:43:50.963 INFO O| Jul 18 21:43:50.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
48612024-07-18T21:43:52.110Z[ recovery-image] Jul 18 21:43:50.963 INFO O| Jul 18 21:43:50.963 INFO STEP 389 (remove_files) COMPLETE
48622024-07-18T21:43:52.111Z[ recovery-image] Jul 18 21:43:50.963 INFO O| Jul 18 21:43:50.963 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-07-18T21:43:52.131Z[ recovery-image] Jul 18 21:43:50.984 INFO O| Jul 18 21:43:50.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
48642024-07-18T21:43:52.134Z[ recovery-image] Jul 18 21:43:50.984 INFO O| Jul 18 21:43:50.984 INFO STEP 390 (remove_files) COMPLETE
48652024-07-18T21:43:52.134Z[ recovery-image] Jul 18 21:43:50.985 INFO O| Jul 18 21:43:50.985 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-07-18T21:43:52.155Z[ recovery-image] Jul 18 21:43:51.008 INFO O| Jul 18 21:43:51.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
48672024-07-18T21:43:52.159Z[ recovery-image] Jul 18 21:43:51.009 INFO O| Jul 18 21:43:51.009 INFO STEP 391 (remove_files) COMPLETE
48682024-07-18T21:43:52.159Z[ recovery-image] Jul 18 21:43:51.009 INFO O| Jul 18 21:43:51.009 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-07-18T21:43:52.197Z[ recovery-image] Jul 18 21:43:51.050 INFO O| Jul 18 21:43:51.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
48702024-07-18T21:43:52.197Z[ recovery-image] Jul 18 21:43:51.051 INFO O| Jul 18 21:43:51.051 INFO STEP 392 (remove_files) COMPLETE
48712024-07-18T21:43:52.198Z[ recovery-image] Jul 18 21:43:51.051 INFO O| Jul 18 21:43:51.051 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-07-18T21:43:52.222Z[ recovery-image] Jul 18 21:43:51.075 INFO O| Jul 18 21:43:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
48732024-07-18T21:43:52.222Z[ recovery-image] Jul 18 21:43:51.075 INFO O| Jul 18 21:43:51.075 INFO STEP 393 (remove_files) COMPLETE
48742024-07-18T21:43:52.222Z[ recovery-image] Jul 18 21:43:51.075 INFO O| Jul 18 21:43:51.075 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-07-18T21:43:52.235Z[ host-image] Jul 18 21:43:51.088 INFO O| Jul 18 21:43:51.088 INFO O| Planning: Evaluating mediators ... Done
48762024-07-18T21:43:52.241Z[ host-image] Jul 18 21:43:51.095 INFO O| Jul 18 21:43:51.095 INFO O| Planning: Planning completed in 3.66 seconds
48772024-07-18T21:43:52.244Z[ host-image] Jul 18 21:43:51.098 INFO O| Jul 18 21:43:51.098 INFO O| Packages to install: 6
48782024-07-18T21:43:52.245Z[ host-image] Jul 18 21:43:51.098 INFO O| Jul 18 21:43:51.098 INFO O| Mediators to change: 1
48792024-07-18T21:43:52.245Z[ host-image] Jul 18 21:43:51.098 INFO O| Jul 18 21:43:51.098 INFO O| Services to change: 1
48802024-07-18T21:43:52.248Z[ recovery-image] Jul 18 21:43:51.102 INFO O| Jul 18 21:43:51.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
48812024-07-18T21:43:52.251Z[ recovery-image] Jul 18 21:43:51.102 INFO O| Jul 18 21:43:51.102 INFO STEP 394 (remove_files) COMPLETE
48822024-07-18T21:43:52.251Z[ recovery-image] Jul 18 21:43:51.102 INFO O| Jul 18 21:43:51.102 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-07-18T21:43:52.268Z[ host-image] Jul 18 21:43:51.121 INFO O| Jul 18 21:43:51.121 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
48842024-07-18T21:43:52.310Z[ recovery-image] Jul 18 21:43:51.163 INFO O| Jul 18 21:43:51.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
48852024-07-18T21:43:52.310Z[ recovery-image] Jul 18 21:43:51.164 INFO O| Jul 18 21:43:51.164 INFO STEP 395 (remove_files) COMPLETE
48862024-07-18T21:43:52.310Z[ recovery-image] Jul 18 21:43:51.164 INFO O| Jul 18 21:43:51.164 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-07-18T21:43:52.333Z[ recovery-image] Jul 18 21:43:51.187 INFO O| Jul 18 21:43:51.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
48882024-07-18T21:43:52.333Z[ recovery-image] Jul 18 21:43:51.187 INFO O| Jul 18 21:43:51.187 INFO STEP 396 (remove_files) COMPLETE
48892024-07-18T21:43:52.333Z[ recovery-image] Jul 18 21:43:51.187 INFO O| Jul 18 21:43:51.187 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-07-18T21:43:52.355Z[ recovery-image] Jul 18 21:43:51.209 INFO O| Jul 18 21:43:51.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
48912024-07-18T21:43:52.355Z[ recovery-image] Jul 18 21:43:51.209 INFO O| Jul 18 21:43:51.209 INFO STEP 397 (remove_files) COMPLETE
48922024-07-18T21:43:52.358Z[ recovery-image] Jul 18 21:43:51.209 INFO O| Jul 18 21:43:51.209 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-07-18T21:43:52.378Z[ recovery-image] Jul 18 21:43:51.231 INFO O| Jul 18 21:43:51.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
48942024-07-18T21:43:52.378Z[ recovery-image] Jul 18 21:43:51.231 INFO O| Jul 18 21:43:51.231 INFO STEP 398 (remove_files) COMPLETE
48952024-07-18T21:43:52.387Z[ recovery-image] Jul 18 21:43:51.231 INFO O| Jul 18 21:43:51.231 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-07-18T21:43:52.416Z[ recovery-image] Jul 18 21:43:51.270 INFO O| Jul 18 21:43:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
48972024-07-18T21:43:52.417Z[ recovery-image] Jul 18 21:43:51.270 INFO O| Jul 18 21:43:51.270 INFO STEP 399 (remove_files) COMPLETE
48982024-07-18T21:43:52.419Z[ recovery-image] Jul 18 21:43:51.270 INFO O| Jul 18 21:43:51.270 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-07-18T21:43:52.455Z[ recovery-image] Jul 18 21:43:51.309 INFO O| Jul 18 21:43:51.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
49002024-07-18T21:43:52.455Z[ recovery-image] Jul 18 21:43:51.309 INFO O| Jul 18 21:43:51.309 INFO STEP 400 (remove_files) COMPLETE
49012024-07-18T21:43:52.455Z[ recovery-image] Jul 18 21:43:51.309 INFO O| Jul 18 21:43:51.309 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-07-18T21:43:52.477Z[ recovery-image] Jul 18 21:43:51.329 INFO O| Jul 18 21:43:51.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
49032024-07-18T21:43:52.477Z[ recovery-image] Jul 18 21:43:51.329 INFO O| Jul 18 21:43:51.329 INFO STEP 401 (remove_files) COMPLETE
49042024-07-18T21:43:52.477Z[ recovery-image] Jul 18 21:43:51.330 INFO O| Jul 18 21:43:51.329 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-07-18T21:43:52.496Z[ recovery-image] Jul 18 21:43:51.350 INFO O| Jul 18 21:43:51.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
49062024-07-18T21:43:52.496Z[ recovery-image] Jul 18 21:43:51.350 INFO O| Jul 18 21:43:51.350 INFO STEP 402 (remove_files) COMPLETE
49072024-07-18T21:43:52.496Z[ recovery-image] Jul 18 21:43:51.350 INFO O| Jul 18 21:43:51.350 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-07-18T21:43:52.518Z[ recovery-image] Jul 18 21:43:51.370 INFO O| Jul 18 21:43:51.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
49092024-07-18T21:43:52.518Z[ recovery-image] Jul 18 21:43:51.370 INFO O| Jul 18 21:43:51.370 INFO STEP 403 (remove_files) COMPLETE
49102024-07-18T21:43:52.518Z[ recovery-image] Jul 18 21:43:51.371 INFO O| Jul 18 21:43:51.370 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-07-18T21:43:52.564Z[ recovery-image] Jul 18 21:43:51.417 INFO O| Jul 18 21:43:51.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
49122024-07-18T21:43:52.564Z[ recovery-image] Jul 18 21:43:51.417 INFO O| Jul 18 21:43:51.417 INFO STEP 404 (remove_files) COMPLETE
49132024-07-18T21:43:52.564Z[ recovery-image] Jul 18 21:43:51.417 INFO O| Jul 18 21:43:51.417 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-07-18T21:43:52.582Z[ recovery-image] Jul 18 21:43:51.436 INFO O| Jul 18 21:43:51.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
49152024-07-18T21:43:52.583Z[ recovery-image] Jul 18 21:43:51.436 INFO O| Jul 18 21:43:51.436 INFO STEP 405 (remove_files) COMPLETE
49162024-07-18T21:43:52.583Z[ recovery-image] Jul 18 21:43:51.436 INFO O| Jul 18 21:43:51.436 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-07-18T21:43:52.623Z[ recovery-image] Jul 18 21:43:51.477 INFO O| Jul 18 21:43:51.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
49182024-07-18T21:43:52.623Z[ recovery-image] Jul 18 21:43:51.477 INFO O| Jul 18 21:43:51.477 INFO STEP 406 (remove_files) COMPLETE
49192024-07-18T21:43:52.623Z[ recovery-image] Jul 18 21:43:51.477 INFO O| Jul 18 21:43:51.477 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-07-18T21:43:52.643Z[ recovery-image] Jul 18 21:43:51.497 INFO O| Jul 18 21:43:51.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
49212024-07-18T21:43:52.643Z[ recovery-image] Jul 18 21:43:51.497 INFO O| Jul 18 21:43:51.497 INFO STEP 407 (remove_files) COMPLETE
49222024-07-18T21:43:52.643Z[ recovery-image] Jul 18 21:43:51.497 INFO O| Jul 18 21:43:51.497 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-07-18T21:43:52.663Z[ recovery-image] Jul 18 21:43:51.517 INFO O| Jul 18 21:43:51.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
49242024-07-18T21:43:52.663Z[ recovery-image] Jul 18 21:43:51.517 INFO O| Jul 18 21:43:51.517 INFO STEP 408 (remove_files) COMPLETE
49252024-07-18T21:43:52.663Z[ recovery-image] Jul 18 21:43:51.517 INFO O| Jul 18 21:43:51.517 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-07-18T21:43:52.683Z[ recovery-image] Jul 18 21:43:51.536 INFO O| Jul 18 21:43:51.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
49272024-07-18T21:43:52.683Z[ recovery-image] Jul 18 21:43:51.536 INFO O| Jul 18 21:43:51.536 INFO STEP 409 (remove_files) COMPLETE
49282024-07-18T21:43:52.683Z[ recovery-image] Jul 18 21:43:51.536 INFO O| Jul 18 21:43:51.536 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-07-18T21:43:52.704Z[ recovery-image] Jul 18 21:43:51.556 INFO O| Jul 18 21:43:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
49302024-07-18T21:43:52.704Z[ recovery-image] Jul 18 21:43:51.557 INFO O| Jul 18 21:43:51.557 INFO STEP 410 (remove_files) COMPLETE
49312024-07-18T21:43:52.704Z[ recovery-image] Jul 18 21:43:51.557 INFO O| Jul 18 21:43:51.557 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-07-18T21:43:52.757Z[ recovery-image] Jul 18 21:43:51.611 INFO O| Jul 18 21:43:51.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
49332024-07-18T21:43:52.757Z[ recovery-image] Jul 18 21:43:51.611 INFO O| Jul 18 21:43:51.611 INFO STEP 411 (remove_files) COMPLETE
49342024-07-18T21:43:52.760Z[ recovery-image] Jul 18 21:43:51.611 INFO O| Jul 18 21:43:51.611 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-07-18T21:43:52.782Z[ recovery-image] Jul 18 21:43:51.635 INFO O| Jul 18 21:43:51.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
49362024-07-18T21:43:52.782Z[ recovery-image] Jul 18 21:43:51.635 INFO O| Jul 18 21:43:51.635 INFO STEP 412 (remove_files) COMPLETE
49372024-07-18T21:43:52.782Z[ recovery-image] Jul 18 21:43:51.635 INFO O| Jul 18 21:43:51.635 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-07-18T21:43:52.819Z[ recovery-image] Jul 18 21:43:51.673 INFO O| Jul 18 21:43:51.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
49392024-07-18T21:43:52.820Z[ recovery-image] Jul 18 21:43:51.673 INFO O| Jul 18 21:43:51.673 INFO STEP 413 (remove_files) COMPLETE
49402024-07-18T21:43:52.820Z[ recovery-image] Jul 18 21:43:51.673 INFO O| Jul 18 21:43:51.673 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-07-18T21:43:52.845Z[ recovery-image] Jul 18 21:43:51.698 INFO O| Jul 18 21:43:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
49422024-07-18T21:43:52.872Z[ recovery-image] Jul 18 21:43:51.726 INFO O| Jul 18 21:43:51.726 INFO STEP 414 (remove_files) COMPLETE
49432024-07-18T21:43:52.872Z[ recovery-image] Jul 18 21:43:51.726 INFO O| Jul 18 21:43:51.726 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-07-18T21:43:52.946Z[ recovery-image] Jul 18 21:43:51.799 INFO O| Jul 18 21:43:51.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
49452024-07-18T21:43:52.946Z[ recovery-image] Jul 18 21:43:51.799 INFO O| Jul 18 21:43:51.799 INFO STEP 415 (remove_files) COMPLETE
49462024-07-18T21:43:52.946Z[ recovery-image] Jul 18 21:43:51.799 INFO O| Jul 18 21:43:51.799 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-07-18T21:43:52.970Z[ recovery-image] Jul 18 21:43:51.823 INFO O| Jul 18 21:43:51.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
49482024-07-18T21:43:53.018Z[ recovery-image] Jul 18 21:43:51.854 INFO O| Jul 18 21:43:51.854 INFO STEP 416 (remove_files) COMPLETE
49492024-07-18T21:43:53.018Z[ recovery-image] Jul 18 21:43:51.854 INFO O| Jul 18 21:43:51.854 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-07-18T21:43:53.025Z[ recovery-image] Jul 18 21:43:51.879 INFO O| Jul 18 21:43:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
49512024-07-18T21:43:53.028Z[ recovery-image] Jul 18 21:43:51.879 INFO O| Jul 18 21:43:51.879 INFO STEP 417 (remove_files) COMPLETE
49522024-07-18T21:43:53.028Z[ recovery-image] Jul 18 21:43:51.879 INFO O| Jul 18 21:43:51.879 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-07-18T21:43:53.048Z[ recovery-image] Jul 18 21:43:51.901 INFO O| Jul 18 21:43:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
49542024-07-18T21:43:53.048Z[ recovery-image] Jul 18 21:43:51.901 INFO O| Jul 18 21:43:51.901 INFO STEP 418 (remove_files) COMPLETE
49552024-07-18T21:43:53.048Z[ recovery-image] Jul 18 21:43:51.901 INFO O| Jul 18 21:43:51.901 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-07-18T21:43:53.069Z[ recovery-image] Jul 18 21:43:51.923 INFO O| Jul 18 21:43:51.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
49572024-07-18T21:43:53.069Z[ recovery-image] Jul 18 21:43:51.923 INFO O| Jul 18 21:43:51.923 INFO STEP 419 (remove_files) COMPLETE
49582024-07-18T21:43:53.069Z[ recovery-image] Jul 18 21:43:51.923 INFO O| Jul 18 21:43:51.923 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-07-18T21:43:53.090Z[ recovery-image] Jul 18 21:43:51.943 INFO O| Jul 18 21:43:51.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
49602024-07-18T21:43:53.090Z[ recovery-image] Jul 18 21:43:51.943 INFO O| Jul 18 21:43:51.943 INFO STEP 420 (remove_files) COMPLETE
49612024-07-18T21:43:53.090Z[ recovery-image] Jul 18 21:43:51.943 INFO O| Jul 18 21:43:51.943 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-07-18T21:43:53.109Z[ recovery-image] Jul 18 21:43:51.963 INFO O| Jul 18 21:43:51.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
49632024-07-18T21:43:53.109Z[ recovery-image] Jul 18 21:43:51.963 INFO O| Jul 18 21:43:51.963 INFO STEP 421 (remove_files) COMPLETE
49642024-07-18T21:43:53.112Z[ recovery-image] Jul 18 21:43:51.963 INFO O| Jul 18 21:43:51.963 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-07-18T21:43:53.129Z[ recovery-image] Jul 18 21:43:51.982 INFO O| Jul 18 21:43:51.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
49662024-07-18T21:43:53.129Z[ recovery-image] Jul 18 21:43:51.982 INFO O| Jul 18 21:43:51.982 INFO STEP 422 (remove_files) COMPLETE
49672024-07-18T21:43:53.129Z[ recovery-image] Jul 18 21:43:51.982 INFO O| Jul 18 21:43:51.982 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-07-18T21:43:53.168Z[ recovery-image] Jul 18 21:43:52.020 INFO O| Jul 18 21:43:52.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
49692024-07-18T21:43:53.168Z[ recovery-image] Jul 18 21:43:52.020 INFO O| Jul 18 21:43:52.020 INFO STEP 423 (remove_files) COMPLETE
49702024-07-18T21:43:53.168Z[ recovery-image] Jul 18 21:43:52.020 INFO O| Jul 18 21:43:52.020 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-07-18T21:43:53.283Z[ recovery-image] Jul 18 21:43:52.136 INFO O| Jul 18 21:43:52.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
49722024-07-18T21:43:53.283Z[ recovery-image] Jul 18 21:43:52.136 INFO O| Jul 18 21:43:52.136 INFO STEP 424 (remove_files) COMPLETE
49732024-07-18T21:43:53.283Z[ recovery-image] Jul 18 21:43:52.136 INFO O| Jul 18 21:43:52.136 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-07-18T21:43:53.305Z[ recovery-image] Jul 18 21:43:52.158 INFO O| Jul 18 21:43:52.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
49752024-07-18T21:43:53.305Z[ recovery-image] Jul 18 21:43:52.158 INFO O| Jul 18 21:43:52.158 INFO STEP 425 (remove_files) COMPLETE
49762024-07-18T21:43:53.305Z[ recovery-image] Jul 18 21:43:52.158 INFO O| Jul 18 21:43:52.158 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-07-18T21:43:53.325Z[ recovery-image] Jul 18 21:43:52.178 INFO O| Jul 18 21:43:52.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
49782024-07-18T21:43:53.325Z[ recovery-image] Jul 18 21:43:52.178 INFO O| Jul 18 21:43:52.178 INFO STEP 426 (remove_files) COMPLETE
49792024-07-18T21:43:53.328Z[ recovery-image] Jul 18 21:43:52.178 INFO O| Jul 18 21:43:52.178 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-07-18T21:43:53.347Z[ recovery-image] Jul 18 21:43:52.200 INFO O| Jul 18 21:43:52.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
49812024-07-18T21:43:53.347Z[ recovery-image] Jul 18 21:43:52.200 INFO O| Jul 18 21:43:52.197 INFO STEP 427 (remove_files) COMPLETE
49822024-07-18T21:43:53.351Z[ recovery-image] Jul 18 21:43:52.200 INFO O| Jul 18 21:43:52.197 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-07-18T21:43:53.362Z[ recovery-image] Jul 18 21:43:52.216 INFO O| Jul 18 21:43:52.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
49842024-07-18T21:43:53.362Z[ recovery-image] Jul 18 21:43:52.216 INFO O| Jul 18 21:43:52.216 INFO STEP 428 (remove_files) COMPLETE
49852024-07-18T21:43:53.365Z[ recovery-image] Jul 18 21:43:52.216 INFO O| Jul 18 21:43:52.216 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-07-18T21:43:53.381Z[ recovery-image] Jul 18 21:43:52.235 INFO O| Jul 18 21:43:52.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
49872024-07-18T21:43:53.381Z[ recovery-image] Jul 18 21:43:52.235 INFO O| Jul 18 21:43:52.235 INFO STEP 429 (remove_files) COMPLETE
49882024-07-18T21:43:53.381Z[ recovery-image] Jul 18 21:43:52.235 INFO O| Jul 18 21:43:52.235 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-07-18T21:43:53.421Z[ recovery-image] Jul 18 21:43:52.274 INFO O| Jul 18 21:43:52.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
49902024-07-18T21:43:53.424Z[ recovery-image] Jul 18 21:43:52.274 INFO O| Jul 18 21:43:52.274 INFO STEP 430 (remove_files) COMPLETE
49912024-07-18T21:43:53.424Z[ recovery-image] Jul 18 21:43:52.274 INFO O| Jul 18 21:43:52.274 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-07-18T21:43:53.443Z[ recovery-image] Jul 18 21:43:52.297 INFO O| Jul 18 21:43:52.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
49932024-07-18T21:43:53.446Z[ recovery-image] Jul 18 21:43:52.297 INFO O| Jul 18 21:43:52.297 INFO STEP 431 (remove_files) COMPLETE
49942024-07-18T21:43:53.446Z[ recovery-image] Jul 18 21:43:52.297 INFO O| Jul 18 21:43:52.297 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-07-18T21:43:53.465Z[ recovery-image] Jul 18 21:43:52.318 INFO O| Jul 18 21:43:52.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
49962024-07-18T21:43:53.484Z[ recovery-image] Jul 18 21:43:52.338 INFO O| Jul 18 21:43:52.338 INFO STEP 432 (remove_files) COMPLETE
49972024-07-18T21:43:53.488Z[ recovery-image] Jul 18 21:43:52.338 INFO O| Jul 18 21:43:52.338 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-07-18T21:43:53.506Z[ recovery-image] Jul 18 21:43:52.359 INFO O| Jul 18 21:43:52.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
49992024-07-18T21:43:53.509Z[ recovery-image] Jul 18 21:43:52.360 INFO O| Jul 18 21:43:52.360 INFO STEP 433 (remove_files) COMPLETE
50002024-07-18T21:43:53.509Z[ recovery-image] Jul 18 21:43:52.360 INFO O| Jul 18 21:43:52.360 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-07-18T21:43:53.527Z[ recovery-image] Jul 18 21:43:52.380 INFO O| Jul 18 21:43:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
50022024-07-18T21:43:53.530Z[ recovery-image] Jul 18 21:43:52.380 INFO O| Jul 18 21:43:52.380 INFO STEP 434 (remove_files) COMPLETE
50032024-07-18T21:43:53.530Z[ recovery-image] Jul 18 21:43:52.380 INFO O| Jul 18 21:43:52.380 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-07-18T21:43:53.547Z[ recovery-image] Jul 18 21:43:52.401 INFO O| Jul 18 21:43:52.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
50052024-07-18T21:43:53.550Z[ recovery-image] Jul 18 21:43:52.401 INFO O| Jul 18 21:43:52.401 INFO STEP 435 (remove_files) COMPLETE
50062024-07-18T21:43:53.550Z[ recovery-image] Jul 18 21:43:52.401 INFO O| Jul 18 21:43:52.401 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-07-18T21:43:53.568Z[ recovery-image] Jul 18 21:43:52.422 INFO O| Jul 18 21:43:52.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
50082024-07-18T21:43:53.571Z[ recovery-image] Jul 18 21:43:52.422 INFO O| Jul 18 21:43:52.422 INFO STEP 436 (remove_files) COMPLETE
50092024-07-18T21:43:53.571Z[ recovery-image] Jul 18 21:43:52.422 INFO O| Jul 18 21:43:52.422 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-07-18T21:43:53.587Z[ recovery-image] Jul 18 21:43:52.441 INFO O| Jul 18 21:43:52.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
50112024-07-18T21:43:53.590Z[ recovery-image] Jul 18 21:43:52.441 INFO O| Jul 18 21:43:52.441 INFO STEP 437 (remove_files) COMPLETE
50122024-07-18T21:43:53.590Z[ recovery-image] Jul 18 21:43:52.441 INFO O| Jul 18 21:43:52.441 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-07-18T21:43:53.610Z[ recovery-image] Jul 18 21:43:52.463 INFO O| Jul 18 21:43:52.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
50142024-07-18T21:43:53.613Z[ recovery-image] Jul 18 21:43:52.464 INFO O| Jul 18 21:43:52.463 INFO STEP 438 (remove_files) COMPLETE
50152024-07-18T21:43:53.613Z[ recovery-image] Jul 18 21:43:52.464 INFO O| Jul 18 21:43:52.463 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-07-18T21:43:53.640Z[ recovery-image] Jul 18 21:43:52.486 INFO O| Jul 18 21:43:52.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
50172024-07-18T21:43:53.640Z[ recovery-image] Jul 18 21:43:52.486 INFO O| Jul 18 21:43:52.486 INFO STEP 439 (remove_files) COMPLETE
50182024-07-18T21:43:53.643Z[ recovery-image] Jul 18 21:43:52.486 INFO O| Jul 18 21:43:52.486 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-07-18T21:43:53.655Z[ recovery-image] Jul 18 21:43:52.508 INFO O| Jul 18 21:43:52.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
50202024-07-18T21:43:53.655Z[ recovery-image] Jul 18 21:43:52.508 INFO O| Jul 18 21:43:52.508 INFO STEP 440 (remove_files) COMPLETE
50212024-07-18T21:43:53.658Z[ recovery-image] Jul 18 21:43:52.509 INFO O| Jul 18 21:43:52.508 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-07-18T21:43:53.678Z[ recovery-image] Jul 18 21:43:52.532 INFO O| Jul 18 21:43:52.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
50232024-07-18T21:43:53.678Z[ recovery-image] Jul 18 21:43:52.532 INFO O| Jul 18 21:43:52.532 INFO STEP 441 (remove_files) COMPLETE
50242024-07-18T21:43:53.678Z[ recovery-image] Jul 18 21:43:52.532 INFO O| Jul 18 21:43:52.532 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-07-18T21:43:53.701Z[ recovery-image] Jul 18 21:43:52.554 INFO O| Jul 18 21:43:52.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
50262024-07-18T21:43:53.701Z[ recovery-image] Jul 18 21:43:52.555 INFO O| Jul 18 21:43:52.555 INFO STEP 442 (remove_files) COMPLETE
50272024-07-18T21:43:53.701Z[ recovery-image] Jul 18 21:43:52.555 INFO O| Jul 18 21:43:52.555 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-07-18T21:43:53.732Z[ recovery-image] Jul 18 21:43:52.585 INFO O| Jul 18 21:43:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
50292024-07-18T21:43:53.735Z[ recovery-image] Jul 18 21:43:52.585 INFO O| Jul 18 21:43:52.585 INFO STEP 443 (remove_files) COMPLETE
50302024-07-18T21:43:53.735Z[ recovery-image] Jul 18 21:43:52.585 INFO O| Jul 18 21:43:52.585 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-07-18T21:43:53.769Z[ recovery-image] Jul 18 21:43:52.622 INFO O| Jul 18 21:43:52.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
50322024-07-18T21:43:53.769Z[ recovery-image] Jul 18 21:43:52.622 INFO O| Jul 18 21:43:52.622 INFO STEP 444 (remove_files) COMPLETE
50332024-07-18T21:43:53.772Z[ recovery-image] Jul 18 21:43:52.622 INFO O| Jul 18 21:43:52.622 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-07-18T21:43:53.795Z[ recovery-image] Jul 18 21:43:52.649 INFO O| Jul 18 21:43:52.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
50352024-07-18T21:43:53.798Z[ recovery-image] Jul 18 21:43:52.649 INFO O| Jul 18 21:43:52.649 INFO STEP 445 (remove_files) COMPLETE
50362024-07-18T21:43:53.798Z[ recovery-image] Jul 18 21:43:52.649 INFO O| Jul 18 21:43:52.649 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-07-18T21:43:53.862Z[ recovery-image] Jul 18 21:43:52.715 INFO O| Jul 18 21:43:52.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
50382024-07-18T21:43:53.865Z[ recovery-image] Jul 18 21:43:52.716 INFO O| Jul 18 21:43:52.715 INFO STEP 446 (remove_files) COMPLETE
50392024-07-18T21:43:53.865Z[ recovery-image] Jul 18 21:43:52.716 INFO O| Jul 18 21:43:52.715 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-07-18T21:43:53.885Z[ recovery-image] Jul 18 21:43:52.738 INFO O| Jul 18 21:43:52.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
50412024-07-18T21:43:53.885Z[ recovery-image] Jul 18 21:43:52.738 INFO O| Jul 18 21:43:52.738 INFO STEP 447 (remove_files) COMPLETE
50422024-07-18T21:43:53.885Z[ recovery-image] Jul 18 21:43:52.738 INFO O| Jul 18 21:43:52.738 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-07-18T21:43:53.906Z[ recovery-image] Jul 18 21:43:52.759 INFO O| Jul 18 21:43:52.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
50442024-07-18T21:43:53.907Z[ recovery-image] Jul 18 21:43:52.759 INFO O| Jul 18 21:43:52.759 INFO STEP 448 (remove_files) COMPLETE
50452024-07-18T21:43:53.907Z[ recovery-image] Jul 18 21:43:52.759 INFO O| Jul 18 21:43:52.759 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-07-18T21:43:53.924Z[ recovery-image] Jul 18 21:43:52.777 INFO O| Jul 18 21:43:52.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
50472024-07-18T21:43:53.924Z[ recovery-image] Jul 18 21:43:52.778 INFO O| Jul 18 21:43:52.777 INFO STEP 449 (remove_files) COMPLETE
50482024-07-18T21:43:53.927Z[ recovery-image] Jul 18 21:43:52.778 INFO O| Jul 18 21:43:52.778 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-07-18T21:43:53.944Z[ recovery-image] Jul 18 21:43:52.796 INFO O| Jul 18 21:43:52.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
50502024-07-18T21:43:53.944Z[ recovery-image] Jul 18 21:43:52.796 INFO O| Jul 18 21:43:52.796 INFO STEP 450 (remove_files) COMPLETE
50512024-07-18T21:43:53.944Z[ recovery-image] Jul 18 21:43:52.796 INFO O| Jul 18 21:43:52.796 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-07-18T21:43:53.962Z[ recovery-image] Jul 18 21:43:52.815 INFO O| Jul 18 21:43:52.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
50532024-07-18T21:43:53.962Z[ recovery-image] Jul 18 21:43:52.816 INFO O| Jul 18 21:43:52.815 INFO STEP 451 (remove_files) COMPLETE
50542024-07-18T21:43:53.965Z[ recovery-image] Jul 18 21:43:52.816 INFO O| Jul 18 21:43:52.815 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-07-18T21:43:53.981Z[ recovery-image] Jul 18 21:43:52.834 INFO O| Jul 18 21:43:52.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
50562024-07-18T21:43:53.981Z[ recovery-image] Jul 18 21:43:52.834 INFO O| Jul 18 21:43:52.834 INFO STEP 452 (remove_files) COMPLETE
50572024-07-18T21:43:53.981Z[ recovery-image] Jul 18 21:43:52.834 INFO O| Jul 18 21:43:52.834 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-07-18T21:43:54.028Z[ recovery-image] Jul 18 21:43:52.881 INFO O| Jul 18 21:43:52.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
50592024-07-18T21:43:54.031Z[ recovery-image] Jul 18 21:43:52.882 INFO O| Jul 18 21:43:52.882 INFO STEP 453 (remove_files) COMPLETE
50602024-07-18T21:43:54.031Z[ recovery-image] Jul 18 21:43:52.882 INFO O| Jul 18 21:43:52.882 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-07-18T21:43:54.050Z[ recovery-image] Jul 18 21:43:52.902 INFO O| Jul 18 21:43:52.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
50622024-07-18T21:43:54.050Z[ recovery-image] Jul 18 21:43:52.902 INFO O| Jul 18 21:43:52.902 INFO STEP 454 (remove_files) COMPLETE
50632024-07-18T21:43:54.050Z[ recovery-image] Jul 18 21:43:52.902 INFO O| Jul 18 21:43:52.902 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-07-18T21:43:54.070Z[ recovery-image] Jul 18 21:43:52.924 INFO O| Jul 18 21:43:52.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
50652024-07-18T21:43:54.070Z[ recovery-image] Jul 18 21:43:52.924 INFO O| Jul 18 21:43:52.924 INFO STEP 455 (remove_files) COMPLETE
50662024-07-18T21:43:54.070Z[ recovery-image] Jul 18 21:43:52.924 INFO O| Jul 18 21:43:52.924 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-07-18T21:43:54.090Z[ recovery-image] Jul 18 21:43:52.944 INFO O| Jul 18 21:43:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
50682024-07-18T21:43:54.090Z[ recovery-image] Jul 18 21:43:52.944 INFO O| Jul 18 21:43:52.944 INFO STEP 456 (remove_files) COMPLETE
50692024-07-18T21:43:54.090Z[ recovery-image] Jul 18 21:43:52.944 INFO O| Jul 18 21:43:52.944 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-07-18T21:43:54.111Z[ recovery-image] Jul 18 21:43:52.965 INFO O| Jul 18 21:43:52.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
50712024-07-18T21:43:54.112Z[ recovery-image] Jul 18 21:43:52.965 INFO O| Jul 18 21:43:52.965 INFO STEP 457 (remove_files) COMPLETE
50722024-07-18T21:43:54.115Z[ recovery-image] Jul 18 21:43:52.965 INFO O| Jul 18 21:43:52.965 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-07-18T21:43:54.132Z[ recovery-image] Jul 18 21:43:52.986 INFO O| Jul 18 21:43:52.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
50742024-07-18T21:43:54.132Z[ recovery-image] Jul 18 21:43:52.986 INFO O| Jul 18 21:43:52.986 INFO STEP 458 (remove_files) COMPLETE
50752024-07-18T21:43:54.132Z[ recovery-image] Jul 18 21:43:52.986 INFO O| Jul 18 21:43:52.986 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-07-18T21:43:54.167Z[ recovery-image] Jul 18 21:43:53.020 INFO O| Jul 18 21:43:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
50772024-07-18T21:43:54.167Z[ recovery-image] Jul 18 21:43:53.020 INFO O| Jul 18 21:43:53.020 INFO STEP 459 (remove_files) COMPLETE
50782024-07-18T21:43:54.168Z[ recovery-image] Jul 18 21:43:53.020 INFO O| Jul 18 21:43:53.020 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-07-18T21:43:54.190Z[ recovery-image] Jul 18 21:43:53.043 INFO O| Jul 18 21:43:53.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
50802024-07-18T21:43:54.190Z[ recovery-image] Jul 18 21:43:53.043 INFO O| Jul 18 21:43:53.043 INFO STEP 460 (remove_files) COMPLETE
50812024-07-18T21:43:54.190Z[ recovery-image] Jul 18 21:43:53.043 INFO O| Jul 18 21:43:53.043 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-07-18T21:43:54.210Z[ recovery-image] Jul 18 21:43:53.063 INFO O| Jul 18 21:43:53.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
50832024-07-18T21:43:54.210Z[ recovery-image] Jul 18 21:43:53.063 INFO O| Jul 18 21:43:53.063 INFO STEP 461 (remove_files) COMPLETE
50842024-07-18T21:43:54.210Z[ recovery-image] Jul 18 21:43:53.063 INFO O| Jul 18 21:43:53.063 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-07-18T21:43:54.230Z[ recovery-image] Jul 18 21:43:53.083 INFO O| Jul 18 21:43:53.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
50862024-07-18T21:43:54.230Z[ recovery-image] Jul 18 21:43:53.083 INFO O| Jul 18 21:43:53.083 INFO STEP 462 (remove_files) COMPLETE
50872024-07-18T21:43:54.230Z[ recovery-image] Jul 18 21:43:53.083 INFO O| Jul 18 21:43:53.083 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-07-18T21:43:54.251Z[ recovery-image] Jul 18 21:43:53.104 INFO O| Jul 18 21:43:53.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
50892024-07-18T21:43:54.251Z[ recovery-image] Jul 18 21:43:53.104 INFO O| Jul 18 21:43:53.104 INFO STEP 463 (remove_files) COMPLETE
50902024-07-18T21:43:54.251Z[ recovery-image] Jul 18 21:43:53.104 INFO O| Jul 18 21:43:53.104 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-07-18T21:43:54.271Z[ recovery-image] Jul 18 21:43:53.124 INFO O| Jul 18 21:43:53.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
50922024-07-18T21:43:54.274Z[ recovery-image] Jul 18 21:43:53.124 INFO O| Jul 18 21:43:53.124 INFO STEP 464 (remove_files) COMPLETE
50932024-07-18T21:43:54.274Z[ recovery-image] Jul 18 21:43:53.125 INFO O| Jul 18 21:43:53.124 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-07-18T21:43:54.312Z[ recovery-image] Jul 18 21:43:53.165 INFO O| Jul 18 21:43:53.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
50952024-07-18T21:43:54.315Z[ recovery-image] Jul 18 21:43:53.165 INFO O| Jul 18 21:43:53.165 INFO STEP 465 (remove_files) COMPLETE
50962024-07-18T21:43:54.315Z[ recovery-image] Jul 18 21:43:53.165 INFO O| Jul 18 21:43:53.165 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-07-18T21:43:54.351Z[ recovery-image] Jul 18 21:43:53.204 INFO O| Jul 18 21:43:53.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
50982024-07-18T21:43:54.351Z[ recovery-image] Jul 18 21:43:53.204 INFO O| Jul 18 21:43:53.204 INFO STEP 466 (remove_files) COMPLETE
50992024-07-18T21:43:54.351Z[ recovery-image] Jul 18 21:43:53.204 INFO O| Jul 18 21:43:53.204 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-07-18T21:43:54.375Z[ recovery-image] Jul 18 21:43:53.228 INFO O| Jul 18 21:43:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
51012024-07-18T21:43:54.375Z[ recovery-image] Jul 18 21:43:53.228 INFO O| Jul 18 21:43:53.228 INFO STEP 467 (remove_files) COMPLETE
51022024-07-18T21:43:54.375Z[ recovery-image] Jul 18 21:43:53.228 INFO O| Jul 18 21:43:53.228 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-07-18T21:43:54.396Z[ recovery-image] Jul 18 21:43:53.249 INFO O| Jul 18 21:43:53.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
51042024-07-18T21:43:54.396Z[ recovery-image] Jul 18 21:43:53.249 INFO O| Jul 18 21:43:53.249 INFO STEP 468 (remove_files) COMPLETE
51052024-07-18T21:43:54.396Z[ recovery-image] Jul 18 21:43:53.250 INFO O| Jul 18 21:43:53.249 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-07-18T21:43:54.419Z[ recovery-image] Jul 18 21:43:53.273 INFO O| Jul 18 21:43:53.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
51072024-07-18T21:43:54.419Z[ recovery-image] Jul 18 21:43:53.273 INFO O| Jul 18 21:43:53.273 INFO STEP 469 (remove_files) COMPLETE
51082024-07-18T21:43:54.419Z[ recovery-image] Jul 18 21:43:53.273 INFO O| Jul 18 21:43:53.273 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-07-18T21:43:54.443Z[ recovery-image] Jul 18 21:43:53.297 INFO O| Jul 18 21:43:53.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
51102024-07-18T21:43:54.443Z[ recovery-image] Jul 18 21:43:53.297 INFO O| Jul 18 21:43:53.297 INFO STEP 470 (remove_files) COMPLETE
51112024-07-18T21:43:54.447Z[ recovery-image] Jul 18 21:43:53.297 INFO O| Jul 18 21:43:53.297 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-07-18T21:43:54.467Z[ recovery-image] Jul 18 21:43:53.320 INFO O| Jul 18 21:43:53.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
51132024-07-18T21:43:54.470Z[ recovery-image] Jul 18 21:43:53.321 INFO O| Jul 18 21:43:53.321 INFO STEP 471 (remove_files) COMPLETE
51142024-07-18T21:43:54.470Z[ recovery-image] Jul 18 21:43:53.321 INFO O| Jul 18 21:43:53.321 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-07-18T21:43:54.491Z[ recovery-image] Jul 18 21:43:53.344 INFO O| Jul 18 21:43:53.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
51162024-07-18T21:43:54.491Z[ recovery-image] Jul 18 21:43:53.344 INFO O| Jul 18 21:43:53.344 INFO STEP 472 (remove_files) COMPLETE
51172024-07-18T21:43:54.494Z[ recovery-image] Jul 18 21:43:53.345 INFO O| Jul 18 21:43:53.344 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-07-18T21:43:54.512Z[ recovery-image] Jul 18 21:43:53.365 INFO O| Jul 18 21:43:53.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
51192024-07-18T21:43:54.512Z[ recovery-image] Jul 18 21:43:53.365 INFO O| Jul 18 21:43:53.365 INFO STEP 473 (remove_files) COMPLETE
51202024-07-18T21:43:54.516Z[ recovery-image] Jul 18 21:43:53.365 INFO O| Jul 18 21:43:53.365 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-07-18T21:43:54.535Z[ recovery-image] Jul 18 21:43:53.388 INFO O| Jul 18 21:43:53.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
51222024-07-18T21:43:54.535Z[ recovery-image] Jul 18 21:43:53.388 INFO O| Jul 18 21:43:53.388 INFO STEP 474 (remove_files) COMPLETE
51232024-07-18T21:43:54.535Z[ recovery-image] Jul 18 21:43:53.388 INFO O| Jul 18 21:43:53.388 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-07-18T21:43:54.557Z[ recovery-image] Jul 18 21:43:53.411 INFO O| Jul 18 21:43:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
51252024-07-18T21:43:54.557Z[ recovery-image] Jul 18 21:43:53.411 INFO O| Jul 18 21:43:53.411 INFO STEP 475 (remove_files) COMPLETE
51262024-07-18T21:43:54.560Z[ recovery-image] Jul 18 21:43:53.411 INFO O| Jul 18 21:43:53.411 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-07-18T21:43:54.582Z[ recovery-image] Jul 18 21:43:53.434 INFO O| Jul 18 21:43:53.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
51282024-07-18T21:43:54.582Z[ recovery-image] Jul 18 21:43:53.434 INFO O| Jul 18 21:43:53.434 INFO STEP 476 (remove_files) COMPLETE
51292024-07-18T21:43:54.582Z[ recovery-image] Jul 18 21:43:53.434 INFO O| Jul 18 21:43:53.434 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-07-18T21:43:54.604Z[ recovery-image] Jul 18 21:43:53.458 INFO O| Jul 18 21:43:53.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
51312024-07-18T21:43:54.604Z[ recovery-image] Jul 18 21:43:53.458 INFO O| Jul 18 21:43:53.458 INFO STEP 477 (remove_files) COMPLETE
51322024-07-18T21:43:54.607Z[ recovery-image] Jul 18 21:43:53.458 INFO O| Jul 18 21:43:53.458 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-07-18T21:43:54.627Z[ recovery-image] Jul 18 21:43:53.481 INFO O| Jul 18 21:43:53.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
51342024-07-18T21:43:54.631Z[ recovery-image] Jul 18 21:43:53.481 INFO O| Jul 18 21:43:53.481 INFO STEP 478 (remove_files) COMPLETE
51352024-07-18T21:43:54.631Z[ recovery-image] Jul 18 21:43:53.481 INFO O| Jul 18 21:43:53.481 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-07-18T21:43:54.651Z[ recovery-image] Jul 18 21:43:53.505 INFO O| Jul 18 21:43:53.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
51372024-07-18T21:43:54.654Z[ recovery-image] Jul 18 21:43:53.505 INFO O| Jul 18 21:43:53.505 INFO STEP 479 (remove_files) COMPLETE
51382024-07-18T21:43:54.654Z[ recovery-image] Jul 18 21:43:53.505 INFO O| Jul 18 21:43:53.505 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-07-18T21:43:54.674Z[ recovery-image] Jul 18 21:43:53.527 INFO O| Jul 18 21:43:53.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
51402024-07-18T21:43:54.677Z[ recovery-image] Jul 18 21:43:53.528 INFO O| Jul 18 21:43:53.528 INFO STEP 480 (remove_files) COMPLETE
51412024-07-18T21:43:54.677Z[ recovery-image] Jul 18 21:43:53.528 INFO O| Jul 18 21:43:53.528 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-07-18T21:43:54.698Z[ recovery-image] Jul 18 21:43:53.551 INFO O| Jul 18 21:43:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
51432024-07-18T21:43:54.701Z[ recovery-image] Jul 18 21:43:53.552 INFO O| Jul 18 21:43:53.552 INFO STEP 481 (remove_files) COMPLETE
51442024-07-18T21:43:54.701Z[ recovery-image] Jul 18 21:43:53.552 INFO O| Jul 18 21:43:53.552 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-07-18T21:43:54.727Z[ recovery-image] Jul 18 21:43:53.574 INFO O| Jul 18 21:43:53.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
51462024-07-18T21:43:54.730Z[ recovery-image] Jul 18 21:43:53.574 INFO O| Jul 18 21:43:53.574 INFO STEP 482 (remove_files) COMPLETE
51472024-07-18T21:43:54.730Z[ recovery-image] Jul 18 21:43:53.574 INFO O| Jul 18 21:43:53.574 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-07-18T21:43:54.745Z[ recovery-image] Jul 18 21:43:53.598 INFO O| Jul 18 21:43:53.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
51492024-07-18T21:43:54.745Z[ recovery-image] Jul 18 21:43:53.598 INFO O| Jul 18 21:43:53.598 INFO STEP 483 (remove_files) COMPLETE
51502024-07-18T21:43:54.745Z[ recovery-image] Jul 18 21:43:53.598 INFO O| Jul 18 21:43:53.598 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-07-18T21:43:54.768Z[ recovery-image] Jul 18 21:43:53.622 INFO O| Jul 18 21:43:53.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
51522024-07-18T21:43:54.771Z[ recovery-image] Jul 18 21:43:53.622 INFO O| Jul 18 21:43:53.622 INFO STEP 484 (remove_files) COMPLETE
51532024-07-18T21:43:54.771Z[ recovery-image] Jul 18 21:43:53.622 INFO O| Jul 18 21:43:53.622 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-07-18T21:43:54.815Z[ recovery-image] Jul 18 21:43:53.668 INFO O| Jul 18 21:43:53.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
51552024-07-18T21:43:54.815Z[ recovery-image] Jul 18 21:43:53.668 INFO O| Jul 18 21:43:53.668 INFO STEP 485 (remove_files) COMPLETE
51562024-07-18T21:43:54.815Z[ recovery-image] Jul 18 21:43:53.668 INFO O| Jul 18 21:43:53.668 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-07-18T21:43:54.856Z[ recovery-image] Jul 18 21:43:53.709 INFO O| Jul 18 21:43:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
51582024-07-18T21:43:54.879Z[ recovery-image] Jul 18 21:43:53.732 INFO O| Jul 18 21:43:53.732 INFO STEP 486 (remove_files) COMPLETE
51592024-07-18T21:43:54.879Z[ recovery-image] Jul 18 21:43:53.732 INFO O| Jul 18 21:43:53.732 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-07-18T21:43:54.903Z[ recovery-image] Jul 18 21:43:53.756 INFO O| Jul 18 21:43:53.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
51612024-07-18T21:43:54.906Z[ recovery-image] Jul 18 21:43:53.757 INFO O| Jul 18 21:43:53.757 INFO STEP 487 (remove_files) COMPLETE
51622024-07-18T21:43:54.906Z[ recovery-image] Jul 18 21:43:53.757 INFO O| Jul 18 21:43:53.757 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-07-18T21:43:54.926Z[ recovery-image] Jul 18 21:43:53.780 INFO O| Jul 18 21:43:53.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
51642024-07-18T21:43:54.929Z[ recovery-image] Jul 18 21:43:53.780 INFO O| Jul 18 21:43:53.780 INFO STEP 488 (remove_files) COMPLETE
51652024-07-18T21:43:54.930Z[ recovery-image] Jul 18 21:43:53.780 INFO O| Jul 18 21:43:53.780 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-07-18T21:43:54.950Z[ recovery-image] Jul 18 21:43:53.803 INFO O| Jul 18 21:43:53.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
51672024-07-18T21:43:54.952Z[ recovery-image] Jul 18 21:43:53.803 INFO O| Jul 18 21:43:53.803 INFO STEP 489 (remove_files) COMPLETE
51682024-07-18T21:43:54.952Z[ recovery-image] Jul 18 21:43:53.803 INFO O| Jul 18 21:43:53.803 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-07-18T21:43:54.973Z[ recovery-image] Jul 18 21:43:53.826 INFO O| Jul 18 21:43:53.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
51702024-07-18T21:43:54.976Z[ recovery-image] Jul 18 21:43:53.827 INFO O| Jul 18 21:43:53.826 INFO STEP 490 (remove_files) COMPLETE
51712024-07-18T21:43:54.976Z[ recovery-image] Jul 18 21:43:53.827 INFO O| Jul 18 21:43:53.827 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-07-18T21:43:55.019Z[ recovery-image] Jul 18 21:43:53.873 INFO O| Jul 18 21:43:53.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
51732024-07-18T21:43:55.024Z[ recovery-image] Jul 18 21:43:53.873 INFO O| Jul 18 21:43:53.873 INFO STEP 491 (remove_files) COMPLETE
51742024-07-18T21:43:55.024Z[ recovery-image] Jul 18 21:43:53.873 INFO O| Jul 18 21:43:53.873 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-07-18T21:43:55.041Z[ recovery-image] Jul 18 21:43:53.895 INFO O| Jul 18 21:43:53.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
51762024-07-18T21:43:55.044Z[ recovery-image] Jul 18 21:43:53.895 INFO O| Jul 18 21:43:53.895 INFO STEP 492 (remove_files) COMPLETE
51772024-07-18T21:43:55.044Z[ recovery-image] Jul 18 21:43:53.895 INFO O| Jul 18 21:43:53.895 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-07-18T21:43:55.062Z[ recovery-image] Jul 18 21:43:53.916 INFO O| Jul 18 21:43:53.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
51792024-07-18T21:43:55.065Z[ recovery-image] Jul 18 21:43:53.916 INFO O| Jul 18 21:43:53.916 INFO STEP 493 (remove_files) COMPLETE
51802024-07-18T21:43:55.065Z[ recovery-image] Jul 18 21:43:53.916 INFO O| Jul 18 21:43:53.916 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-07-18T21:43:55.085Z[ recovery-image] Jul 18 21:43:53.938 INFO O| Jul 18 21:43:53.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
51822024-07-18T21:43:55.088Z[ recovery-image] Jul 18 21:43:53.938 INFO O| Jul 18 21:43:53.938 INFO STEP 494 (remove_files) COMPLETE
51832024-07-18T21:43:55.088Z[ recovery-image] Jul 18 21:43:53.938 INFO O| Jul 18 21:43:53.938 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-07-18T21:43:55.106Z[ recovery-image] Jul 18 21:43:53.960 INFO O| Jul 18 21:43:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
51852024-07-18T21:43:55.109Z[ recovery-image] Jul 18 21:43:53.960 INFO O| Jul 18 21:43:53.960 INFO STEP 495 (remove_files) COMPLETE
51862024-07-18T21:43:55.109Z[ recovery-image] Jul 18 21:43:53.960 INFO O| Jul 18 21:43:53.960 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-07-18T21:43:55.127Z[ recovery-image] Jul 18 21:43:53.980 INFO O| Jul 18 21:43:53.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
51882024-07-18T21:43:55.129Z[ recovery-image] Jul 18 21:43:53.980 INFO O| Jul 18 21:43:53.980 INFO STEP 496 (remove_files) COMPLETE
51892024-07-18T21:43:55.129Z[ recovery-image] Jul 18 21:43:53.981 INFO O| Jul 18 21:43:53.980 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-07-18T21:43:55.154Z[ recovery-image] Jul 18 21:43:54.008 INFO O| Jul 18 21:43:54.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
51912024-07-18T21:43:55.157Z[ recovery-image] Jul 18 21:43:54.008 INFO O| Jul 18 21:43:54.008 INFO STEP 497 (remove_files) COMPLETE
51922024-07-18T21:43:55.157Z[ recovery-image] Jul 18 21:43:54.008 INFO O| Jul 18 21:43:54.008 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-07-18T21:43:55.176Z[ recovery-image] Jul 18 21:43:54.029 INFO O| Jul 18 21:43:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
51942024-07-18T21:43:55.185Z[ recovery-image] Jul 18 21:43:54.039 INFO O| Jul 18 21:43:54.039 INFO STEP 498 (remove_files) COMPLETE
51952024-07-18T21:43:55.188Z[ recovery-image] Jul 18 21:43:54.039 INFO O| Jul 18 21:43:54.039 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-07-18T21:43:55.210Z[ recovery-image] Jul 18 21:43:54.064 INFO O| Jul 18 21:43:54.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
51972024-07-18T21:43:55.213Z[ recovery-image] Jul 18 21:43:54.064 INFO O| Jul 18 21:43:54.064 INFO STEP 499 (remove_files) COMPLETE
51982024-07-18T21:43:55.213Z[ recovery-image] Jul 18 21:43:54.064 INFO O| Jul 18 21:43:54.064 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-07-18T21:43:55.235Z[ recovery-image] Jul 18 21:43:54.089 INFO O| Jul 18 21:43:54.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
52002024-07-18T21:43:55.238Z[ recovery-image] Jul 18 21:43:54.089 INFO O| Jul 18 21:43:54.089 INFO STEP 500 (remove_files) COMPLETE
52012024-07-18T21:43:55.238Z[ recovery-image] Jul 18 21:43:54.089 INFO O| Jul 18 21:43:54.089 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-07-18T21:43:55.257Z[ recovery-image] Jul 18 21:43:54.110 INFO O| Jul 18 21:43:54.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
52032024-07-18T21:43:55.257Z[ recovery-image] Jul 18 21:43:54.111 INFO O| Jul 18 21:43:54.111 INFO STEP 501 (remove_files) COMPLETE
52042024-07-18T21:43:55.260Z[ recovery-image] Jul 18 21:43:54.111 INFO O| Jul 18 21:43:54.111 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-07-18T21:43:55.278Z[ recovery-image] Jul 18 21:43:54.131 INFO O| Jul 18 21:43:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
52062024-07-18T21:43:55.281Z[ recovery-image] Jul 18 21:43:54.132 INFO O| Jul 18 21:43:54.132 INFO STEP 502 (remove_files) COMPLETE
52072024-07-18T21:43:55.281Z[ recovery-image] Jul 18 21:43:54.132 INFO O| Jul 18 21:43:54.132 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-07-18T21:43:55.299Z[ recovery-image] Jul 18 21:43:54.152 INFO O| Jul 18 21:43:54.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
52092024-07-18T21:43:55.302Z[ recovery-image] Jul 18 21:43:54.153 INFO O| Jul 18 21:43:54.153 INFO STEP 503 (remove_files) COMPLETE
52102024-07-18T21:43:55.302Z[ recovery-image] Jul 18 21:43:54.153 INFO O| Jul 18 21:43:54.153 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-07-18T21:43:55.322Z[ recovery-image] Jul 18 21:43:54.175 INFO O| Jul 18 21:43:54.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
52122024-07-18T21:43:55.322Z[ recovery-image] Jul 18 21:43:54.175 INFO O| Jul 18 21:43:54.175 INFO STEP 504 (remove_files) COMPLETE
52132024-07-18T21:43:55.324Z[ recovery-image] Jul 18 21:43:54.175 INFO O| Jul 18 21:43:54.175 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-07-18T21:43:55.343Z[ recovery-image] Jul 18 21:43:54.197 INFO O| Jul 18 21:43:54.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
52152024-07-18T21:43:55.347Z[ recovery-image] Jul 18 21:43:54.197 INFO O| Jul 18 21:43:54.197 INFO STEP 505 (remove_files) COMPLETE
52162024-07-18T21:43:55.347Z[ recovery-image] Jul 18 21:43:54.197 INFO O| Jul 18 21:43:54.197 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-07-18T21:43:55.382Z[ recovery-image] Jul 18 21:43:54.236 INFO O| Jul 18 21:43:54.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
52182024-07-18T21:43:55.382Z[ recovery-image] Jul 18 21:43:54.236 INFO O| Jul 18 21:43:54.236 INFO STEP 506 (remove_files) COMPLETE
52192024-07-18T21:43:55.386Z[ recovery-image] Jul 18 21:43:54.236 INFO O| Jul 18 21:43:54.236 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-07-18T21:43:55.407Z[ recovery-image] Jul 18 21:43:54.260 INFO O| Jul 18 21:43:54.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
52212024-07-18T21:43:55.410Z[ recovery-image] Jul 18 21:43:54.260 INFO O| Jul 18 21:43:54.260 INFO STEP 507 (remove_files) COMPLETE
52222024-07-18T21:43:55.410Z[ recovery-image] Jul 18 21:43:54.260 INFO O| Jul 18 21:43:54.260 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-07-18T21:43:55.429Z[ recovery-image] Jul 18 21:43:54.283 INFO O| Jul 18 21:43:54.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
52242024-07-18T21:43:55.429Z[ recovery-image] Jul 18 21:43:54.283 INFO O| Jul 18 21:43:54.283 INFO STEP 508 (remove_files) COMPLETE
52252024-07-18T21:43:55.433Z[ recovery-image] Jul 18 21:43:54.283 INFO O| Jul 18 21:43:54.283 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-07-18T21:43:55.452Z[ recovery-image] Jul 18 21:43:54.306 INFO O| Jul 18 21:43:54.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
52272024-07-18T21:43:55.452Z[ recovery-image] Jul 18 21:43:54.306 INFO O| Jul 18 21:43:54.306 INFO STEP 509 (remove_files) COMPLETE
52282024-07-18T21:43:55.455Z[ recovery-image] Jul 18 21:43:54.306 INFO O| Jul 18 21:43:54.306 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-07-18T21:43:55.476Z[ recovery-image] Jul 18 21:43:54.329 INFO O| Jul 18 21:43:54.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
52302024-07-18T21:43:55.476Z[ recovery-image] Jul 18 21:43:54.329 INFO O| Jul 18 21:43:54.329 INFO STEP 510 (remove_files) COMPLETE
52312024-07-18T21:43:55.476Z[ recovery-image] Jul 18 21:43:54.329 INFO O| Jul 18 21:43:54.329 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-07-18T21:43:55.498Z[ recovery-image] Jul 18 21:43:54.352 INFO O| Jul 18 21:43:54.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
52332024-07-18T21:43:55.498Z[ recovery-image] Jul 18 21:43:54.352 INFO O| Jul 18 21:43:54.352 INFO STEP 511 (remove_files) COMPLETE
52342024-07-18T21:43:55.498Z[ recovery-image] Jul 18 21:43:54.352 INFO O| Jul 18 21:43:54.352 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-07-18T21:43:55.536Z[ recovery-image] Jul 18 21:43:54.389 INFO O| Jul 18 21:43:54.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
52362024-07-18T21:43:55.536Z[ recovery-image] Jul 18 21:43:54.389 INFO O| Jul 18 21:43:54.389 INFO STEP 512 (remove_files) COMPLETE
52372024-07-18T21:43:55.536Z[ recovery-image] Jul 18 21:43:54.389 INFO O| Jul 18 21:43:54.389 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-07-18T21:43:55.556Z[ recovery-image] Jul 18 21:43:54.409 INFO O| Jul 18 21:43:54.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
52392024-07-18T21:43:55.556Z[ recovery-image] Jul 18 21:43:54.409 INFO O| Jul 18 21:43:54.409 INFO STEP 513 (remove_files) COMPLETE
52402024-07-18T21:43:55.556Z[ recovery-image] Jul 18 21:43:54.409 INFO O| Jul 18 21:43:54.409 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-07-18T21:43:55.575Z[ recovery-image] Jul 18 21:43:54.428 INFO O| Jul 18 21:43:54.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
52422024-07-18T21:43:55.575Z[ recovery-image] Jul 18 21:43:54.428 INFO O| Jul 18 21:43:54.428 INFO STEP 514 (remove_files) COMPLETE
52432024-07-18T21:43:55.578Z[ recovery-image] Jul 18 21:43:54.429 INFO O| Jul 18 21:43:54.428 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-07-18T21:43:55.592Z[ recovery-image] Jul 18 21:43:54.446 INFO O| Jul 18 21:43:54.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
52452024-07-18T21:43:55.592Z[ recovery-image] Jul 18 21:43:54.446 INFO O| Jul 18 21:43:54.446 INFO STEP 515 (remove_files) COMPLETE
52462024-07-18T21:43:55.595Z[ recovery-image] Jul 18 21:43:54.446 INFO O| Jul 18 21:43:54.446 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-07-18T21:43:55.610Z[ recovery-image] Jul 18 21:43:54.463 INFO O| Jul 18 21:43:54.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
52482024-07-18T21:43:55.610Z[ recovery-image] Jul 18 21:43:54.464 INFO O| Jul 18 21:43:54.463 INFO STEP 516 (remove_files) COMPLETE
52492024-07-18T21:43:55.610Z[ recovery-image] Jul 18 21:43:54.464 INFO O| Jul 18 21:43:54.464 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-07-18T21:43:55.629Z[ recovery-image] Jul 18 21:43:54.482 INFO O| Jul 18 21:43:54.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
52512024-07-18T21:43:55.629Z[ recovery-image] Jul 18 21:43:54.482 INFO O| Jul 18 21:43:54.482 INFO STEP 517 (remove_files) COMPLETE
52522024-07-18T21:43:55.631Z[ recovery-image] Jul 18 21:43:54.482 INFO O| Jul 18 21:43:54.482 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-07-18T21:43:55.647Z[ recovery-image] Jul 18 21:43:54.500 INFO O| Jul 18 21:43:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
52542024-07-18T21:43:55.647Z[ recovery-image] Jul 18 21:43:54.501 INFO O| Jul 18 21:43:54.501 INFO STEP 518 (remove_files) COMPLETE
52552024-07-18T21:43:55.650Z[ recovery-image] Jul 18 21:43:54.501 INFO O| Jul 18 21:43:54.501 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-07-18T21:43:55.666Z[ recovery-image] Jul 18 21:43:54.520 INFO O| Jul 18 21:43:54.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
52572024-07-18T21:43:55.666Z[ recovery-image] Jul 18 21:43:54.520 INFO O| Jul 18 21:43:54.520 INFO STEP 519 (remove_files) COMPLETE
52582024-07-18T21:43:55.669Z[ recovery-image] Jul 18 21:43:54.520 INFO O| Jul 18 21:43:54.520 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-07-18T21:43:55.689Z[ recovery-image] Jul 18 21:43:54.542 INFO O| Jul 18 21:43:54.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
52602024-07-18T21:43:55.689Z[ recovery-image] Jul 18 21:43:54.542 INFO O| Jul 18 21:43:54.542 INFO STEP 520 (remove_files) COMPLETE
52612024-07-18T21:43:55.689Z[ recovery-image] Jul 18 21:43:54.542 INFO O| Jul 18 21:43:54.542 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-07-18T21:43:55.713Z[ recovery-image] Jul 18 21:43:54.565 INFO O| Jul 18 21:43:54.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
52632024-07-18T21:43:55.713Z[ recovery-image] Jul 18 21:43:54.566 INFO O| Jul 18 21:43:54.566 INFO STEP 521 (remove_files) COMPLETE
52642024-07-18T21:43:55.713Z[ recovery-image] Jul 18 21:43:54.566 INFO O| Jul 18 21:43:54.566 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-07-18T21:43:55.735Z[ recovery-image] Jul 18 21:43:54.588 INFO O| Jul 18 21:43:54.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
52662024-07-18T21:43:55.742Z[ recovery-image] Jul 18 21:43:54.595 INFO O| Jul 18 21:43:54.595 INFO STEP 522 (remove_files) COMPLETE
52672024-07-18T21:43:55.742Z[ recovery-image] Jul 18 21:43:54.595 INFO O| Jul 18 21:43:54.595 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-07-18T21:43:55.779Z[ recovery-image] Jul 18 21:43:54.633 INFO O| Jul 18 21:43:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
52692024-07-18T21:43:55.783Z[ recovery-image] Jul 18 21:43:54.633 INFO O| Jul 18 21:43:54.633 INFO STEP 523 (remove_files) COMPLETE
52702024-07-18T21:43:55.783Z[ recovery-image] Jul 18 21:43:54.634 INFO O| Jul 18 21:43:54.633 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-07-18T21:43:55.802Z[ recovery-image] Jul 18 21:43:54.656 INFO O| Jul 18 21:43:54.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
52722024-07-18T21:43:55.802Z[ recovery-image] Jul 18 21:43:54.656 INFO O| Jul 18 21:43:54.656 INFO STEP 524 (remove_files) COMPLETE
52732024-07-18T21:43:55.802Z[ recovery-image] Jul 18 21:43:54.656 INFO O| Jul 18 21:43:54.656 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-07-18T21:43:55.830Z[ recovery-image] Jul 18 21:43:54.683 INFO O| Jul 18 21:43:54.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
52752024-07-18T21:43:55.830Z[ recovery-image] Jul 18 21:43:54.683 INFO O| Jul 18 21:43:54.683 INFO STEP 525 (remove_files) COMPLETE
52762024-07-18T21:43:55.830Z[ recovery-image] Jul 18 21:43:54.683 INFO O| Jul 18 21:43:54.683 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-07-18T21:43:55.853Z[ recovery-image] Jul 18 21:43:54.706 INFO O| Jul 18 21:43:54.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
52782024-07-18T21:43:55.853Z[ recovery-image] Jul 18 21:43:54.706 INFO O| Jul 18 21:43:54.706 INFO STEP 526 (remove_files) COMPLETE
52792024-07-18T21:43:55.853Z[ recovery-image] Jul 18 21:43:54.706 INFO O| Jul 18 21:43:54.706 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-07-18T21:43:55.919Z[ recovery-image] Jul 18 21:43:54.771 INFO O| Jul 18 21:43:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
52812024-07-18T21:43:55.919Z[ recovery-image] Jul 18 21:43:54.771 INFO O| Jul 18 21:43:54.771 INFO STEP 527 (remove_files) COMPLETE
52822024-07-18T21:43:55.919Z[ recovery-image] Jul 18 21:43:54.771 INFO O| Jul 18 21:43:54.771 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-07-18T21:43:55.939Z[ recovery-image] Jul 18 21:43:54.792 INFO O| Jul 18 21:43:54.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
52842024-07-18T21:43:55.939Z[ recovery-image] Jul 18 21:43:54.792 INFO O| Jul 18 21:43:54.792 INFO STEP 528 (remove_files) COMPLETE
52852024-07-18T21:43:55.939Z[ recovery-image] Jul 18 21:43:54.792 INFO O| Jul 18 21:43:54.792 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-07-18T21:43:55.963Z[ recovery-image] Jul 18 21:43:54.816 INFO O| Jul 18 21:43:54.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
52872024-07-18T21:43:55.963Z[ recovery-image] Jul 18 21:43:54.817 INFO O| Jul 18 21:43:54.816 INFO STEP 529 (remove_files) COMPLETE
52882024-07-18T21:43:55.963Z[ recovery-image] Jul 18 21:43:54.817 INFO O| Jul 18 21:43:54.816 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-07-18T21:43:55.986Z[ recovery-image] Jul 18 21:43:54.839 INFO O| Jul 18 21:43:54.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
52902024-07-18T21:43:55.986Z[ recovery-image] Jul 18 21:43:54.839 INFO O| Jul 18 21:43:54.839 INFO STEP 530 (remove_files) COMPLETE
52912024-07-18T21:43:55.986Z[ recovery-image] Jul 18 21:43:54.839 INFO O| Jul 18 21:43:54.839 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-07-18T21:43:56.011Z[ recovery-image] Jul 18 21:43:54.863 INFO O| Jul 18 21:43:54.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
52932024-07-18T21:43:56.011Z[ recovery-image] Jul 18 21:43:54.863 INFO O| Jul 18 21:43:54.863 INFO STEP 531 (remove_files) COMPLETE
52942024-07-18T21:43:56.014Z[ recovery-image] Jul 18 21:43:54.863 INFO O| Jul 18 21:43:54.863 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-07-18T21:43:56.034Z[ recovery-image] Jul 18 21:43:54.887 INFO O| Jul 18 21:43:54.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
52962024-07-18T21:43:56.034Z[ recovery-image] Jul 18 21:43:54.887 INFO O| Jul 18 21:43:54.887 INFO STEP 532 (remove_files) COMPLETE
52972024-07-18T21:43:56.034Z[ recovery-image] Jul 18 21:43:54.887 INFO O| Jul 18 21:43:54.887 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-07-18T21:43:56.057Z[ recovery-image] Jul 18 21:43:54.910 INFO O| Jul 18 21:43:54.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
52992024-07-18T21:43:56.057Z[ recovery-image] Jul 18 21:43:54.910 INFO O| Jul 18 21:43:54.910 INFO STEP 533 (remove_files) COMPLETE
53002024-07-18T21:43:56.060Z[ recovery-image] Jul 18 21:43:54.910 INFO O| Jul 18 21:43:54.910 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-07-18T21:43:56.081Z[ recovery-image] Jul 18 21:43:54.934 INFO O| Jul 18 21:43:54.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
53022024-07-18T21:43:56.081Z[ recovery-image] Jul 18 21:43:54.935 INFO O| Jul 18 21:43:54.935 INFO STEP 534 (remove_files) COMPLETE
53032024-07-18T21:43:56.081Z[ recovery-image] Jul 18 21:43:54.935 INFO O| Jul 18 21:43:54.935 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-07-18T21:43:56.105Z[ recovery-image] Jul 18 21:43:54.958 INFO O| Jul 18 21:43:54.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
53052024-07-18T21:43:56.105Z[ recovery-image] Jul 18 21:43:54.959 INFO O| Jul 18 21:43:54.959 INFO STEP 535 (remove_files) COMPLETE
53062024-07-18T21:43:56.108Z[ recovery-image] Jul 18 21:43:54.959 INFO O| Jul 18 21:43:54.959 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-07-18T21:43:56.130Z[ recovery-image] Jul 18 21:43:54.983 INFO O| Jul 18 21:43:54.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
53082024-07-18T21:43:56.132Z[ recovery-image] Jul 18 21:43:54.983 INFO O| Jul 18 21:43:54.983 INFO STEP 536 (remove_files) COMPLETE
53092024-07-18T21:43:56.133Z[ recovery-image] Jul 18 21:43:54.983 INFO O| Jul 18 21:43:54.983 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-07-18T21:43:56.159Z[ recovery-image] Jul 18 21:43:55.012 INFO O| Jul 18 21:43:55.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
53112024-07-18T21:43:56.159Z[ recovery-image] Jul 18 21:43:55.012 INFO O| Jul 18 21:43:55.012 INFO STEP 537 (remove_files) COMPLETE
53122024-07-18T21:43:56.159Z[ recovery-image] Jul 18 21:43:55.012 INFO O| Jul 18 21:43:55.012 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-07-18T21:43:56.184Z[ recovery-image] Jul 18 21:43:55.037 INFO O| Jul 18 21:43:55.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
53142024-07-18T21:43:56.184Z[ recovery-image] Jul 18 21:43:55.037 INFO O| Jul 18 21:43:55.037 INFO STEP 538 (remove_files) COMPLETE
53152024-07-18T21:43:56.184Z[ recovery-image] Jul 18 21:43:55.037 INFO O| Jul 18 21:43:55.037 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-07-18T21:43:56.205Z[ recovery-image] Jul 18 21:43:55.058 INFO O| Jul 18 21:43:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
53172024-07-18T21:43:56.205Z[ recovery-image] Jul 18 21:43:55.058 INFO O| Jul 18 21:43:55.058 INFO STEP 539 (remove_files) COMPLETE
53182024-07-18T21:43:56.205Z[ recovery-image] Jul 18 21:43:55.058 INFO O| Jul 18 21:43:55.058 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-07-18T21:43:56.227Z[ recovery-image] Jul 18 21:43:55.080 INFO O| Jul 18 21:43:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
53202024-07-18T21:43:56.227Z[ recovery-image] Jul 18 21:43:55.080 INFO O| Jul 18 21:43:55.080 INFO STEP 540 (remove_files) COMPLETE
53212024-07-18T21:43:56.227Z[ recovery-image] Jul 18 21:43:55.080 INFO O| Jul 18 21:43:55.080 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-07-18T21:43:56.249Z[ recovery-image] Jul 18 21:43:55.101 INFO O| Jul 18 21:43:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
53232024-07-18T21:43:56.249Z[ recovery-image] Jul 18 21:43:55.101 INFO O| Jul 18 21:43:55.101 INFO STEP 541 (remove_files) COMPLETE
53242024-07-18T21:43:56.249Z[ recovery-image] Jul 18 21:43:55.101 INFO O| Jul 18 21:43:55.101 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-07-18T21:43:56.287Z[ recovery-image] Jul 18 21:43:55.140 INFO O| Jul 18 21:43:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
53262024-07-18T21:43:56.287Z[ recovery-image] Jul 18 21:43:55.140 INFO O| Jul 18 21:43:55.140 INFO STEP 542 (remove_files) COMPLETE
53272024-07-18T21:43:56.287Z[ recovery-image] Jul 18 21:43:55.140 INFO O| Jul 18 21:43:55.140 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-07-18T21:43:56.310Z[ recovery-image] Jul 18 21:43:55.163 INFO O| Jul 18 21:43:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
53292024-07-18T21:43:56.310Z[ recovery-image] Jul 18 21:43:55.164 INFO O| Jul 18 21:43:55.163 INFO STEP 543 (remove_files) COMPLETE
53302024-07-18T21:43:56.313Z[ recovery-image] Jul 18 21:43:55.164 INFO O| Jul 18 21:43:55.164 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-07-18T21:43:56.334Z[ recovery-image] Jul 18 21:43:55.187 INFO O| Jul 18 21:43:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
53322024-07-18T21:43:56.334Z[ recovery-image] Jul 18 21:43:55.187 INFO O| Jul 18 21:43:55.187 INFO STEP 544 (remove_files) COMPLETE
53332024-07-18T21:43:56.337Z[ recovery-image] Jul 18 21:43:55.187 INFO O| Jul 18 21:43:55.187 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-07-18T21:43:56.357Z[ recovery-image] Jul 18 21:43:55.211 INFO O| Jul 18 21:43:55.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
53352024-07-18T21:43:56.357Z[ recovery-image] Jul 18 21:43:55.211 INFO O| Jul 18 21:43:55.211 INFO STEP 545 (remove_files) COMPLETE
53362024-07-18T21:43:56.360Z[ recovery-image] Jul 18 21:43:55.211 INFO O| Jul 18 21:43:55.211 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-07-18T21:43:56.380Z[ recovery-image] Jul 18 21:43:55.234 INFO O| Jul 18 21:43:55.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
53382024-07-18T21:43:56.380Z[ recovery-image] Jul 18 21:43:55.234 INFO O| Jul 18 21:43:55.234 INFO STEP 546 (remove_files) COMPLETE
53392024-07-18T21:43:56.380Z[ recovery-image] Jul 18 21:43:55.234 INFO O| Jul 18 21:43:55.234 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-07-18T21:43:56.403Z[ recovery-image] Jul 18 21:43:55.256 INFO O| Jul 18 21:43:55.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
53412024-07-18T21:43:56.403Z[ recovery-image] Jul 18 21:43:55.256 INFO O| Jul 18 21:43:55.256 INFO STEP 547 (remove_files) COMPLETE
53422024-07-18T21:43:56.403Z[ recovery-image] Jul 18 21:43:55.256 INFO O| Jul 18 21:43:55.256 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-07-18T21:43:56.427Z[ recovery-image] Jul 18 21:43:55.281 INFO O| Jul 18 21:43:55.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
53442024-07-18T21:43:56.427Z[ recovery-image] Jul 18 21:43:55.281 INFO O| Jul 18 21:43:55.281 INFO STEP 548 (remove_files) COMPLETE
53452024-07-18T21:43:56.430Z[ recovery-image] Jul 18 21:43:55.281 INFO O| Jul 18 21:43:55.281 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-07-18T21:43:56.452Z[ recovery-image] Jul 18 21:43:55.306 INFO O| Jul 18 21:43:55.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
53472024-07-18T21:43:56.452Z[ recovery-image] Jul 18 21:43:55.306 INFO O| Jul 18 21:43:55.306 INFO STEP 549 (remove_files) COMPLETE
53482024-07-18T21:43:56.452Z[ recovery-image] Jul 18 21:43:55.306 INFO O| Jul 18 21:43:55.306 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-07-18T21:43:56.477Z[ recovery-image] Jul 18 21:43:55.330 INFO O| Jul 18 21:43:55.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
53502024-07-18T21:43:56.477Z[ recovery-image] Jul 18 21:43:55.330 INFO O| Jul 18 21:43:55.330 INFO STEP 550 (remove_files) COMPLETE
53512024-07-18T21:43:56.480Z[ recovery-image] Jul 18 21:43:55.330 INFO O| Jul 18 21:43:55.330 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-07-18T21:43:56.501Z[ recovery-image] Jul 18 21:43:55.354 INFO O| Jul 18 21:43:55.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
53532024-07-18T21:43:56.501Z[ recovery-image] Jul 18 21:43:55.354 INFO O| Jul 18 21:43:55.354 INFO STEP 551 (remove_files) COMPLETE
53542024-07-18T21:43:56.501Z[ recovery-image] Jul 18 21:43:55.355 INFO O| Jul 18 21:43:55.354 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-07-18T21:43:56.525Z[ recovery-image] Jul 18 21:43:55.379 INFO O| Jul 18 21:43:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
53562024-07-18T21:43:56.525Z[ recovery-image] Jul 18 21:43:55.379 INFO O| Jul 18 21:43:55.379 INFO STEP 552 (remove_files) COMPLETE
53572024-07-18T21:43:56.535Z[ recovery-image] Jul 18 21:43:55.379 INFO O| Jul 18 21:43:55.379 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-07-18T21:43:56.572Z[ recovery-image] Jul 18 21:43:55.426 INFO O| Jul 18 21:43:55.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
53592024-07-18T21:43:56.576Z[ recovery-image] Jul 18 21:43:55.426 INFO O| Jul 18 21:43:55.426 INFO STEP 553 (remove_files) COMPLETE
53602024-07-18T21:43:56.576Z[ recovery-image] Jul 18 21:43:55.426 INFO O| Jul 18 21:43:55.426 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-07-18T21:43:56.598Z[ recovery-image] Jul 18 21:43:55.451 INFO O| Jul 18 21:43:55.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
53622024-07-18T21:43:56.598Z[ recovery-image] Jul 18 21:43:55.451 INFO O| Jul 18 21:43:55.451 INFO STEP 554 (remove_files) COMPLETE
53632024-07-18T21:43:56.598Z[ recovery-image] Jul 18 21:43:55.451 INFO O| Jul 18 21:43:55.451 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-07-18T21:43:56.615Z[ recovery-image] Jul 18 21:43:55.468 INFO O| Jul 18 21:43:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
53652024-07-18T21:43:56.618Z[ recovery-image] Jul 18 21:43:55.469 INFO O| Jul 18 21:43:55.469 INFO STEP 555 (remove_files) COMPLETE
53662024-07-18T21:43:56.618Z[ recovery-image] Jul 18 21:43:55.469 INFO O| Jul 18 21:43:55.469 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-07-18T21:43:56.633Z[ recovery-image] Jul 18 21:43:55.487 INFO O| Jul 18 21:43:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
53682024-07-18T21:43:56.633Z[ recovery-image] Jul 18 21:43:55.487 INFO O| Jul 18 21:43:55.487 INFO STEP 556 (remove_files) COMPLETE
53692024-07-18T21:43:56.633Z[ recovery-image] Jul 18 21:43:55.487 INFO O| Jul 18 21:43:55.487 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-07-18T21:43:56.652Z[ recovery-image] Jul 18 21:43:55.505 INFO O| Jul 18 21:43:55.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
53712024-07-18T21:43:56.652Z[ recovery-image] Jul 18 21:43:55.505 INFO O| Jul 18 21:43:55.505 INFO STEP 557 (remove_files) COMPLETE
53722024-07-18T21:43:56.652Z[ recovery-image] Jul 18 21:43:55.505 INFO O| Jul 18 21:43:55.505 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-07-18T21:43:56.670Z[ recovery-image] Jul 18 21:43:55.524 INFO O| Jul 18 21:43:55.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
53742024-07-18T21:43:56.670Z[ recovery-image] Jul 18 21:43:55.524 INFO O| Jul 18 21:43:55.524 INFO STEP 558 (remove_files) COMPLETE
53752024-07-18T21:43:56.670Z[ recovery-image] Jul 18 21:43:55.524 INFO O| Jul 18 21:43:55.524 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-07-18T21:43:56.689Z[ recovery-image] Jul 18 21:43:55.542 INFO O| Jul 18 21:43:55.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
53772024-07-18T21:43:56.689Z[ recovery-image] Jul 18 21:43:55.542 INFO O| Jul 18 21:43:55.542 INFO STEP 559 (remove_files) COMPLETE
53782024-07-18T21:43:56.689Z[ recovery-image] Jul 18 21:43:55.542 INFO O| Jul 18 21:43:55.542 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-07-18T21:43:56.707Z[ recovery-image] Jul 18 21:43:55.560 INFO O| Jul 18 21:43:55.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
53802024-07-18T21:43:56.707Z[ recovery-image] Jul 18 21:43:55.560 INFO O| Jul 18 21:43:55.560 INFO STEP 560 (remove_files) COMPLETE
53812024-07-18T21:43:56.707Z[ recovery-image] Jul 18 21:43:55.560 INFO O| Jul 18 21:43:55.560 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-07-18T21:43:56.727Z[ recovery-image] Jul 18 21:43:55.579 INFO O| Jul 18 21:43:55.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
53832024-07-18T21:43:56.727Z[ recovery-image] Jul 18 21:43:55.579 INFO O| Jul 18 21:43:55.579 INFO STEP 561 (remove_files) COMPLETE
53842024-07-18T21:43:56.727Z[ recovery-image] Jul 18 21:43:55.580 INFO O| Jul 18 21:43:55.579 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-07-18T21:43:56.761Z[ recovery-image] Jul 18 21:43:55.615 INFO O| Jul 18 21:43:55.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
53862024-07-18T21:43:56.761Z[ recovery-image] Jul 18 21:43:55.615 INFO O| Jul 18 21:43:55.615 INFO STEP 562 (remove_files) COMPLETE
53872024-07-18T21:43:56.762Z[ recovery-image] Jul 18 21:43:55.615 INFO O| Jul 18 21:43:55.615 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-07-18T21:43:56.790Z[ recovery-image] Jul 18 21:43:55.643 INFO O| Jul 18 21:43:55.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
53892024-07-18T21:43:56.790Z[ recovery-image] Jul 18 21:43:55.644 INFO O| Jul 18 21:43:55.644 INFO STEP 563 (remove_files) COMPLETE
53902024-07-18T21:43:56.793Z[ recovery-image] Jul 18 21:43:55.644 INFO O| Jul 18 21:43:55.644 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-07-18T21:43:56.817Z[ recovery-image] Jul 18 21:43:55.670 INFO O| Jul 18 21:43:55.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
53922024-07-18T21:43:56.817Z[ recovery-image] Jul 18 21:43:55.670 INFO O| Jul 18 21:43:55.670 INFO STEP 564 (remove_files) COMPLETE
53932024-07-18T21:43:56.819Z[ recovery-image] Jul 18 21:43:55.670 INFO O| Jul 18 21:43:55.670 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-07-18T21:43:56.874Z[ recovery-image] Jul 18 21:43:55.727 INFO O| Jul 18 21:43:55.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
53952024-07-18T21:43:56.874Z[ recovery-image] Jul 18 21:43:55.727 INFO O| Jul 18 21:43:55.727 INFO STEP 565 (remove_files) COMPLETE
53962024-07-18T21:43:56.877Z[ recovery-image] Jul 18 21:43:55.727 INFO O| Jul 18 21:43:55.727 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-07-18T21:43:56.901Z[ recovery-image] Jul 18 21:43:55.754 INFO O| Jul 18 21:43:55.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
53982024-07-18T21:43:56.901Z[ recovery-image] Jul 18 21:43:55.754 INFO O| Jul 18 21:43:55.754 INFO STEP 566 (remove_files) COMPLETE
53992024-07-18T21:43:56.901Z[ recovery-image] Jul 18 21:43:55.754 INFO O| Jul 18 21:43:55.754 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-07-18T21:43:56.932Z[ recovery-image] Jul 18 21:43:55.785 INFO O| Jul 18 21:43:55.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
54012024-07-18T21:43:56.932Z[ recovery-image] Jul 18 21:43:55.785 INFO O| Jul 18 21:43:55.785 INFO STEP 567 (remove_files) COMPLETE
54022024-07-18T21:43:56.932Z[ recovery-image] Jul 18 21:43:55.785 INFO O| Jul 18 21:43:55.785 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-07-18T21:43:56.994Z[ recovery-image] Jul 18 21:43:55.847 INFO O| Jul 18 21:43:55.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
54042024-07-18T21:43:56.994Z[ recovery-image] Jul 18 21:43:55.847 INFO O| Jul 18 21:43:55.847 INFO STEP 568 (remove_files) COMPLETE
54052024-07-18T21:43:56.994Z[ recovery-image] Jul 18 21:43:55.847 INFO O| Jul 18 21:43:55.847 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-07-18T21:43:57.018Z[ recovery-image] Jul 18 21:43:55.871 INFO O| Jul 18 21:43:55.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
54072024-07-18T21:43:57.018Z[ recovery-image] Jul 18 21:43:55.872 INFO O| Jul 18 21:43:55.871 INFO STEP 569 (remove_files) COMPLETE
54082024-07-18T21:43:57.018Z[ recovery-image] Jul 18 21:43:55.872 INFO O| Jul 18 21:43:55.872 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-07-18T21:43:57.042Z[ recovery-image] Jul 18 21:43:55.895 INFO O| Jul 18 21:43:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
54102024-07-18T21:43:57.042Z[ recovery-image] Jul 18 21:43:55.895 INFO O| Jul 18 21:43:55.895 INFO STEP 570 (remove_files) COMPLETE
54112024-07-18T21:43:57.042Z[ recovery-image] Jul 18 21:43:55.895 INFO O| Jul 18 21:43:55.895 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-07-18T21:43:57.065Z[ recovery-image] Jul 18 21:43:55.918 INFO O| Jul 18 21:43:55.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
54132024-07-18T21:43:57.065Z[ recovery-image] Jul 18 21:43:55.918 INFO O| Jul 18 21:43:55.918 INFO STEP 571 (remove_files) COMPLETE
54142024-07-18T21:43:57.068Z[ recovery-image] Jul 18 21:43:55.918 INFO O| Jul 18 21:43:55.918 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-07-18T21:43:57.098Z[ recovery-image] Jul 18 21:43:55.951 INFO O| Jul 18 21:43:55.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
54162024-07-18T21:43:57.098Z[ recovery-image] Jul 18 21:43:55.951 INFO O| Jul 18 21:43:55.951 INFO STEP 572 (remove_files) COMPLETE
54172024-07-18T21:43:57.098Z[ recovery-image] Jul 18 21:43:55.951 INFO O| Jul 18 21:43:55.951 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-07-18T21:43:57.203Z[ recovery-image] Jul 18 21:43:56.056 INFO O| Jul 18 21:43:56.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
54192024-07-18T21:43:57.203Z[ recovery-image] Jul 18 21:43:56.056 INFO O| Jul 18 21:43:56.056 INFO STEP 573 (remove_files) COMPLETE
54202024-07-18T21:43:57.206Z[ recovery-image] Jul 18 21:43:56.056 INFO O| Jul 18 21:43:56.056 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-07-18T21:43:57.227Z[ recovery-image] Jul 18 21:43:56.080 INFO O| Jul 18 21:43:56.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
54222024-07-18T21:43:57.227Z[ recovery-image] Jul 18 21:43:56.080 INFO O| Jul 18 21:43:56.080 INFO STEP 574 (remove_files) COMPLETE
54232024-07-18T21:43:57.227Z[ recovery-image] Jul 18 21:43:56.080 INFO O| Jul 18 21:43:56.080 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-07-18T21:43:57.269Z[ recovery-image] Jul 18 21:43:56.122 INFO O| Jul 18 21:43:56.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
54252024-07-18T21:43:57.269Z[ recovery-image] Jul 18 21:43:56.122 INFO O| Jul 18 21:43:56.122 INFO STEP 575 (remove_files) COMPLETE
54262024-07-18T21:43:57.272Z[ recovery-image] Jul 18 21:43:56.122 INFO O| Jul 18 21:43:56.122 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-07-18T21:43:57.294Z[ host-image] Jul 18 21:43:56.148 INFO O| Jul 18 21:43:56.147 INFO O| Download: 1089/1140 items 5.2/8.4MB 61% complete (880k/s)
54282024-07-18T21:43:57.313Z[ recovery-image] Jul 18 21:43:56.166 INFO O| Jul 18 21:43:56.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
54292024-07-18T21:43:57.313Z[ recovery-image] Jul 18 21:43:56.167 INFO O| Jul 18 21:43:56.167 INFO STEP 576 (remove_files) COMPLETE
54302024-07-18T21:43:57.316Z[ recovery-image] Jul 18 21:43:56.167 INFO O| Jul 18 21:43:56.167 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-07-18T21:43:57.352Z[ recovery-image] Jul 18 21:43:56.205 INFO O| Jul 18 21:43:56.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
54322024-07-18T21:43:57.352Z[ recovery-image] Jul 18 21:43:56.205 INFO O| Jul 18 21:43:56.205 INFO STEP 577 (remove_files) COMPLETE
54332024-07-18T21:43:57.352Z[ recovery-image] Jul 18 21:43:56.205 INFO O| Jul 18 21:43:56.205 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-07-18T21:43:57.374Z[ recovery-image] Jul 18 21:43:56.227 INFO O| Jul 18 21:43:56.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
54352024-07-18T21:43:57.374Z[ recovery-image] Jul 18 21:43:56.227 INFO O| Jul 18 21:43:56.227 INFO STEP 578 (remove_files) COMPLETE
54362024-07-18T21:43:57.374Z[ recovery-image] Jul 18 21:43:56.227 INFO O| Jul 18 21:43:56.227 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-07-18T21:43:57.396Z[ recovery-image] Jul 18 21:43:56.249 INFO O| Jul 18 21:43:56.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
54382024-07-18T21:43:57.396Z[ recovery-image] Jul 18 21:43:56.249 INFO O| Jul 18 21:43:56.249 INFO STEP 579 (remove_files) COMPLETE
54392024-07-18T21:43:57.399Z[ recovery-image] Jul 18 21:43:56.249 INFO O| Jul 18 21:43:56.249 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-07-18T21:43:57.418Z[ recovery-image] Jul 18 21:43:56.271 INFO O| Jul 18 21:43:56.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
54412024-07-18T21:43:57.418Z[ recovery-image] Jul 18 21:43:56.271 INFO O| Jul 18 21:43:56.271 INFO STEP 580 (remove_files) COMPLETE
54422024-07-18T21:43:57.418Z[ recovery-image] Jul 18 21:43:56.271 INFO O| Jul 18 21:43:56.271 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-07-18T21:43:57.438Z[ recovery-image] Jul 18 21:43:56.291 INFO O| Jul 18 21:43:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
54442024-07-18T21:43:57.438Z[ recovery-image] Jul 18 21:43:56.291 INFO O| Jul 18 21:43:56.291 INFO STEP 581 (remove_files) COMPLETE
54452024-07-18T21:43:57.438Z[ recovery-image] Jul 18 21:43:56.292 INFO O| Jul 18 21:43:56.291 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-07-18T21:43:57.477Z[ recovery-image] Jul 18 21:43:56.330 INFO O| Jul 18 21:43:56.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
54472024-07-18T21:43:58.482Z[ recovery-image] Jul 18 21:43:56.330 INFO O| Jul 18 21:43:56.330 INFO STEP 582 (remove_files) COMPLETE
54482024-07-18T21:43:58.482Z[ recovery-image] Jul 18 21:43:56.330 INFO O| Jul 18 21:43:56.330 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-07-18T21:43:58.486Z[ recovery-image] Jul 18 21:43:56.354 INFO O| Jul 18 21:43:56.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
54502024-07-18T21:43:58.486Z[ recovery-image] Jul 18 21:43:56.355 INFO O| Jul 18 21:43:56.355 INFO STEP 583 (remove_files) COMPLETE
54512024-07-18T21:43:58.486Z[ recovery-image] Jul 18 21:43:56.355 INFO O| Jul 18 21:43:56.355 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-07-18T21:43:58.486Z[ recovery-image] Jul 18 21:43:56.376 INFO O| Jul 18 21:43:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
54532024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.376 INFO O| Jul 18 21:43:56.376 INFO STEP 584 (remove_files) COMPLETE
54542024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.376 INFO O| Jul 18 21:43:56.376 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.397 INFO O| Jul 18 21:43:56.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
54562024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.398 INFO O| Jul 18 21:43:56.398 INFO STEP 585 (remove_files) COMPLETE
54572024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.398 INFO O| Jul 18 21:43:56.398 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.418 INFO O| Jul 18 21:43:56.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
54592024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.418 INFO O| Jul 18 21:43:56.418 INFO STEP 586 (remove_files) COMPLETE
54602024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.419 INFO O| Jul 18 21:43:56.419 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.438 INFO O| Jul 18 21:43:56.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
54622024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.438 INFO O| Jul 18 21:43:56.438 INFO STEP 587 (remove_files) COMPLETE
54632024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.439 INFO O| Jul 18 21:43:56.438 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.459 INFO O| Jul 18 21:43:56.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
54652024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.460 INFO O| Jul 18 21:43:56.460 INFO STEP 588 (remove_files) COMPLETE
54662024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.460 INFO O| Jul 18 21:43:56.460 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.498 INFO O| Jul 18 21:43:56.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
54682024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.498 INFO O| Jul 18 21:43:56.498 INFO STEP 589 (remove_files) COMPLETE
54692024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.498 INFO O| Jul 18 21:43:56.498 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.595 INFO O| Jul 18 21:43:56.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
54712024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.595 INFO O| Jul 18 21:43:56.595 INFO STEP 590 (remove_files) COMPLETE
54722024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.595 INFO O| Jul 18 21:43:56.595 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.650 INFO O| Jul 18 21:43:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
54742024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.650 INFO O| Jul 18 21:43:56.650 INFO STEP 591 (remove_files) COMPLETE
54752024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.650 INFO O| Jul 18 21:43:56.650 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.691 INFO O| Jul 18 21:43:56.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
54772024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.691 INFO O| Jul 18 21:43:56.691 INFO STEP 592 (remove_files) COMPLETE
54782024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.691 INFO O| Jul 18 21:43:56.691 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.759 INFO O| Jul 18 21:43:56.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
54802024-07-18T21:43:58.487Z[ recovery-image] Jul 18 21:43:56.759 INFO O| Jul 18 21:43:56.759 INFO STEP 593 (remove_files) COMPLETE
54812024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.759 INFO O| Jul 18 21:43:56.759 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.784 INFO O| Jul 18 21:43:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
54832024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.785 INFO O| Jul 18 21:43:56.785 INFO STEP 594 (remove_files) COMPLETE
54842024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.785 INFO O| Jul 18 21:43:56.785 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.809 INFO O| Jul 18 21:43:56.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
54862024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.809 INFO O| Jul 18 21:43:56.809 INFO STEP 595 (remove_files) COMPLETE
54872024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.809 INFO O| Jul 18 21:43:56.809 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.833 INFO O| Jul 18 21:43:56.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
54892024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.834 INFO O| Jul 18 21:43:56.834 INFO STEP 596 (remove_files) COMPLETE
54902024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.834 INFO O| Jul 18 21:43:56.834 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.858 INFO O| Jul 18 21:43:56.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
54922024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.858 INFO O| Jul 18 21:43:56.858 INFO STEP 597 (remove_files) COMPLETE
54932024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.858 INFO O| Jul 18 21:43:56.858 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.881 INFO O| Jul 18 21:43:56.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
54952024-07-18T21:43:58.488Z[ recovery-image] Jul 18 21:43:56.881 INFO O| Jul 18 21:43:56.881 INFO STEP 598 (remove_files) COMPLETE
54962024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:56.881 INFO O| Jul 18 21:43:56.881 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:56.905 INFO O| Jul 18 21:43:56.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
54982024-07-18T21:43:58.489Z[ host-image] Jul 18 21:43:56.917 INFO O| Jul 18 21:43:56.916 INFO O| Download: Completed 8.42 MB in 5.80 seconds (1.4M/s)
54992024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:56.933 INFO O| Jul 18 21:43:56.933 INFO STEP 599 (remove_files) COMPLETE
55002024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:56.933 INFO O| Jul 18 21:43:56.933 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:56.956 INFO O| Jul 18 21:43:56.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
55022024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:56.982 INFO O| Jul 18 21:43:56.982 INFO STEP 600 (remove_files) COMPLETE
55032024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:56.982 INFO O| Jul 18 21:43:56.982 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.006 INFO O| Jul 18 21:43:57.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
55052024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.006 INFO O| Jul 18 21:43:57.006 INFO STEP 601 (remove_files) COMPLETE
55062024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.006 INFO O| Jul 18 21:43:57.006 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.030 INFO O| Jul 18 21:43:57.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
55082024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.030 INFO O| Jul 18 21:43:57.030 INFO STEP 602 (remove_files) COMPLETE
55092024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.030 INFO O| Jul 18 21:43:57.030 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.051 INFO O| Jul 18 21:43:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
55112024-07-18T21:43:58.489Z[ recovery-image] Jul 18 21:43:57.052 INFO O| Jul 18 21:43:57.052 INFO STEP 603 (remove_files) COMPLETE
55122024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.052 INFO O| Jul 18 21:43:57.052 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-07-18T21:43:58.490Z[ host-image] Jul 18 21:43:57.077 INFO O| Jul 18 21:43:57.077 INFO O| Actions: 1/1361 actions (Installing new actions)
55142024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.083 INFO O| Jul 18 21:43:57.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
55152024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.083 INFO O| Jul 18 21:43:57.083 INFO STEP 604 (remove_files) COMPLETE
55162024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.083 INFO O| Jul 18 21:43:57.083 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.105 INFO O| Jul 18 21:43:57.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
55182024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.105 INFO O| Jul 18 21:43:57.105 INFO STEP 605 (remove_files) COMPLETE
55192024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.105 INFO O| Jul 18 21:43:57.105 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.126 INFO O| Jul 18 21:43:57.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
55212024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.126 INFO O| Jul 18 21:43:57.126 INFO STEP 606 (remove_files) COMPLETE
55222024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.126 INFO O| Jul 18 21:43:57.126 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.175 INFO O| Jul 18 21:43:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
55242024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.175 INFO O| Jul 18 21:43:57.175 INFO STEP 607 (remove_files) COMPLETE
55252024-07-18T21:43:58.490Z[ recovery-image] Jul 18 21:43:57.175 INFO O| Jul 18 21:43:57.175 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.198 INFO O| Jul 18 21:43:57.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
55272024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.198 INFO O| Jul 18 21:43:57.198 INFO STEP 608 (remove_files) COMPLETE
55282024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.198 INFO O| Jul 18 21:43:57.198 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.252 INFO O| Jul 18 21:43:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
55302024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.252 INFO O| Jul 18 21:43:57.252 INFO STEP 609 (remove_files) COMPLETE
55312024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.252 INFO O| Jul 18 21:43:57.252 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.276 INFO O| Jul 18 21:43:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
55332024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.276 INFO O| Jul 18 21:43:57.276 INFO STEP 610 (remove_files) COMPLETE
55342024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.276 INFO O| Jul 18 21:43:57.276 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.312 INFO O| Jul 18 21:43:57.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
55362024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.312 INFO O| Jul 18 21:43:57.312 INFO STEP 611 (remove_files) COMPLETE
55372024-07-18T21:43:58.491Z[ recovery-image] Jul 18 21:43:57.312 INFO O| Jul 18 21:43:57.312 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-07-18T21:43:58.499Z[ recovery-image] Jul 18 21:43:57.353 INFO O| Jul 18 21:43:57.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
55392024-07-18T21:43:58.499Z[ recovery-image] Jul 18 21:43:57.353 INFO O| Jul 18 21:43:57.353 INFO STEP 612 (remove_files) COMPLETE
55402024-07-18T21:43:58.502Z[ recovery-image] Jul 18 21:43:57.353 INFO O| Jul 18 21:43:57.353 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-07-18T21:43:58.561Z[ recovery-image] Jul 18 21:43:57.414 INFO O| Jul 18 21:43:57.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
55422024-07-18T21:43:58.561Z[ recovery-image] Jul 18 21:43:57.414 INFO O| Jul 18 21:43:57.414 INFO STEP 613 (remove_files) COMPLETE
55432024-07-18T21:43:58.564Z[ recovery-image] Jul 18 21:43:57.414 INFO O| Jul 18 21:43:57.414 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-07-18T21:43:58.584Z[ recovery-image] Jul 18 21:43:57.438 INFO O| Jul 18 21:43:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
55452024-07-18T21:43:58.584Z[ recovery-image] Jul 18 21:43:57.438 INFO O| Jul 18 21:43:57.438 INFO STEP 614 (remove_files) COMPLETE
55462024-07-18T21:43:58.584Z[ recovery-image] Jul 18 21:43:57.438 INFO O| Jul 18 21:43:57.438 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-07-18T21:43:58.627Z[ recovery-image] Jul 18 21:43:57.481 INFO O| Jul 18 21:43:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
55482024-07-18T21:43:58.627Z[ recovery-image] Jul 18 21:43:57.481 INFO O| Jul 18 21:43:57.481 INFO STEP 615 (remove_files) COMPLETE
55492024-07-18T21:43:58.627Z[ recovery-image] Jul 18 21:43:57.481 INFO O| Jul 18 21:43:57.481 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-07-18T21:43:58.654Z[ recovery-image] Jul 18 21:43:57.507 INFO O| Jul 18 21:43:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
55512024-07-18T21:43:58.654Z[ recovery-image] Jul 18 21:43:57.507 INFO O| Jul 18 21:43:57.507 INFO STEP 616 (remove_files) COMPLETE
55522024-07-18T21:43:58.657Z[ recovery-image] Jul 18 21:43:57.507 INFO O| Jul 18 21:43:57.507 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-07-18T21:43:58.697Z[ recovery-image] Jul 18 21:43:57.551 INFO O| Jul 18 21:43:57.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
55542024-07-18T21:43:58.697Z[ recovery-image] Jul 18 21:43:57.551 INFO O| Jul 18 21:43:57.551 INFO STEP 617 (remove_files) COMPLETE
55552024-07-18T21:43:58.697Z[ recovery-image] Jul 18 21:43:57.551 INFO O| Jul 18 21:43:57.551 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-07-18T21:43:58.752Z[ recovery-image] Jul 18 21:43:57.605 INFO O| Jul 18 21:43:57.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
55572024-07-18T21:43:58.752Z[ recovery-image] Jul 18 21:43:57.605 INFO O| Jul 18 21:43:57.605 INFO STEP 618 (remove_files) COMPLETE
55582024-07-18T21:43:58.752Z[ recovery-image] Jul 18 21:43:57.605 INFO O| Jul 18 21:43:57.605 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-07-18T21:43:58.770Z[ recovery-image] Jul 18 21:43:57.623 INFO O| Jul 18 21:43:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
55602024-07-18T21:43:58.770Z[ recovery-image] Jul 18 21:43:57.624 INFO O| Jul 18 21:43:57.624 INFO STEP 619 (remove_files) COMPLETE
55612024-07-18T21:43:58.773Z[ recovery-image] Jul 18 21:43:57.624 INFO O| Jul 18 21:43:57.624 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-07-18T21:43:58.788Z[ recovery-image] Jul 18 21:43:57.642 INFO O| Jul 18 21:43:57.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
55632024-07-18T21:43:58.788Z[ recovery-image] Jul 18 21:43:57.642 INFO O| Jul 18 21:43:57.642 INFO STEP 620 (remove_files) COMPLETE
55642024-07-18T21:43:58.788Z[ recovery-image] Jul 18 21:43:57.642 INFO O| Jul 18 21:43:57.642 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-07-18T21:43:58.832Z[ recovery-image] Jul 18 21:43:57.685 INFO O| Jul 18 21:43:57.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
55662024-07-18T21:43:58.835Z[ recovery-image] Jul 18 21:43:57.686 INFO O| Jul 18 21:43:57.686 INFO STEP 621 (remove_files) COMPLETE
55672024-07-18T21:43:58.835Z[ recovery-image] Jul 18 21:43:57.686 INFO O| Jul 18 21:43:57.686 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-07-18T21:43:58.855Z[ recovery-image] Jul 18 21:43:57.709 INFO O| Jul 18 21:43:57.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
55692024-07-18T21:43:58.856Z[ recovery-image] Jul 18 21:43:57.709 INFO O| Jul 18 21:43:57.709 INFO STEP 622 (remove_files) COMPLETE
55702024-07-18T21:43:58.856Z[ recovery-image] Jul 18 21:43:57.709 INFO O| Jul 18 21:43:57.709 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-07-18T21:43:58.878Z[ recovery-image] Jul 18 21:43:57.731 INFO O| Jul 18 21:43:57.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
55722024-07-18T21:43:58.878Z[ recovery-image] Jul 18 21:43:57.731 INFO O| Jul 18 21:43:57.731 INFO STEP 623 (remove_files) COMPLETE
55732024-07-18T21:43:58.881Z[ recovery-image] Jul 18 21:43:57.731 INFO O| Jul 18 21:43:57.731 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-07-18T21:43:58.948Z[ recovery-image] Jul 18 21:43:57.801 INFO O| Jul 18 21:43:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
55752024-07-18T21:43:58.948Z[ recovery-image] Jul 18 21:43:57.801 INFO O| Jul 18 21:43:57.801 INFO STEP 624 (remove_files) COMPLETE
55762024-07-18T21:43:58.948Z[ recovery-image] Jul 18 21:43:57.801 INFO O| Jul 18 21:43:57.801 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-07-18T21:43:58.974Z[ recovery-image] Jul 18 21:43:57.827 INFO O| Jul 18 21:43:57.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
55782024-07-18T21:43:58.978Z[ recovery-image] Jul 18 21:43:57.827 INFO O| Jul 18 21:43:57.827 INFO STEP 625 (remove_files) COMPLETE
55792024-07-18T21:43:58.978Z[ recovery-image] Jul 18 21:43:57.828 INFO O| Jul 18 21:43:57.828 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-07-18T21:43:58.999Z[ recovery-image] Jul 18 21:43:57.852 INFO O| Jul 18 21:43:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
55812024-07-18T21:43:59.001Z[ recovery-image] Jul 18 21:43:57.852 INFO O| Jul 18 21:43:57.852 INFO STEP 626 (remove_files) COMPLETE
55822024-07-18T21:43:59.001Z[ recovery-image] Jul 18 21:43:57.852 INFO O| Jul 18 21:43:57.852 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-07-18T21:43:59.022Z[ recovery-image] Jul 18 21:43:57.875 INFO O| Jul 18 21:43:57.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
55842024-07-18T21:43:59.025Z[ recovery-image] Jul 18 21:43:57.876 INFO O| Jul 18 21:43:57.875 INFO STEP 627 (remove_files) COMPLETE
55852024-07-18T21:43:59.025Z[ recovery-image] Jul 18 21:43:57.876 INFO O| Jul 18 21:43:57.876 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-07-18T21:43:59.047Z[ recovery-image] Jul 18 21:43:57.901 INFO O| Jul 18 21:43:57.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
55872024-07-18T21:43:59.050Z[ recovery-image] Jul 18 21:43:57.901 INFO O| Jul 18 21:43:57.901 INFO STEP 628 (remove_files) COMPLETE
55882024-07-18T21:43:59.050Z[ recovery-image] Jul 18 21:43:57.901 INFO O| Jul 18 21:43:57.901 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-07-18T21:43:59.059Z[ host-image] Jul 18 21:43:57.913 INFO O| Jul 18 21:43:57.913 INFO O| Actions: Completed 1361 actions in 0.84 seconds.
55902024-07-18T21:43:59.070Z[ recovery-image] Jul 18 21:43:57.923 INFO O| Jul 18 21:43:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
55912024-07-18T21:43:59.070Z[ recovery-image] Jul 18 21:43:57.923 INFO O| Jul 18 21:43:57.923 INFO STEP 629 (remove_files) COMPLETE
55922024-07-18T21:43:59.070Z[ recovery-image] Jul 18 21:43:57.923 INFO O| Jul 18 21:43:57.923 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-07-18T21:43:59.104Z[ recovery-image] Jul 18 21:43:57.957 INFO O| Jul 18 21:43:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
55942024-07-18T21:43:59.104Z[ recovery-image] Jul 18 21:43:57.957 INFO O| Jul 18 21:43:57.957 INFO STEP 630 (remove_files) COMPLETE
55952024-07-18T21:43:59.107Z[ recovery-image] Jul 18 21:43:57.957 INFO O| Jul 18 21:43:57.957 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-07-18T21:43:59.162Z[ recovery-image] Jul 18 21:43:58.016 INFO O| Jul 18 21:43:58.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
55972024-07-18T21:43:59.162Z[ recovery-image] Jul 18 21:43:58.016 INFO O| Jul 18 21:43:58.016 INFO STEP 631 (remove_files) COMPLETE
55982024-07-18T21:43:59.163Z[ recovery-image] Jul 18 21:43:58.016 INFO O| Jul 18 21:43:58.016 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-07-18T21:43:59.190Z[ recovery-image] Jul 18 21:43:58.043 INFO O| Jul 18 21:43:58.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
56002024-07-18T21:43:59.194Z[ recovery-image] Jul 18 21:43:58.044 INFO O| Jul 18 21:43:58.043 INFO STEP 632 (remove_files) COMPLETE
56012024-07-18T21:43:59.194Z[ recovery-image] Jul 18 21:43:58.044 INFO O| Jul 18 21:43:58.044 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-07-18T21:43:59.217Z[ recovery-image] Jul 18 21:43:58.070 INFO O| Jul 18 21:43:58.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
56032024-07-18T21:43:59.217Z[ recovery-image] Jul 18 21:43:58.070 INFO O| Jul 18 21:43:58.070 INFO STEP 633 (remove_files) COMPLETE
56042024-07-18T21:43:59.220Z[ recovery-image] Jul 18 21:43:58.070 INFO O| Jul 18 21:43:58.070 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-07-18T21:43:59.249Z[ recovery-image] Jul 18 21:43:58.102 INFO O| Jul 18 21:43:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
56062024-07-18T21:43:59.252Z[ recovery-image] Jul 18 21:43:58.103 INFO O| Jul 18 21:43:58.102 INFO STEP 634 (remove_files) COMPLETE
56072024-07-18T21:43:59.252Z[ recovery-image] Jul 18 21:43:58.103 INFO O| Jul 18 21:43:58.102 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-07-18T21:43:59.275Z[ recovery-image] Jul 18 21:43:58.129 INFO O| Jul 18 21:43:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
56092024-07-18T21:43:59.275Z[ recovery-image] Jul 18 21:43:58.129 INFO O| Jul 18 21:43:58.129 INFO STEP 635 (remove_files) COMPLETE
56102024-07-18T21:43:59.278Z[ recovery-image] Jul 18 21:43:58.129 INFO O| Jul 18 21:43:58.129 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-07-18T21:43:59.299Z[ recovery-image] Jul 18 21:43:58.152 INFO O| Jul 18 21:43:58.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
56122024-07-18T21:43:59.299Z[ recovery-image] Jul 18 21:43:58.152 INFO O| Jul 18 21:43:58.152 INFO STEP 636 (remove_files) COMPLETE
56132024-07-18T21:43:59.302Z[ recovery-image] Jul 18 21:43:58.153 INFO O| Jul 18 21:43:58.152 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-07-18T21:43:59.334Z[ recovery-image] Jul 18 21:43:58.187 INFO O| Jul 18 21:43:58.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
56152024-07-18T21:43:59.334Z[ recovery-image] Jul 18 21:43:58.187 INFO O| Jul 18 21:43:58.187 INFO STEP 637 (remove_files) COMPLETE
56162024-07-18T21:43:59.334Z[ recovery-image] Jul 18 21:43:58.187 INFO O| Jul 18 21:43:58.187 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-07-18T21:43:59.358Z[ recovery-image] Jul 18 21:43:58.211 INFO O| Jul 18 21:43:58.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
56182024-07-18T21:43:59.361Z[ recovery-image] Jul 18 21:43:58.211 INFO O| Jul 18 21:43:58.211 INFO STEP 638 (remove_files) COMPLETE
56192024-07-18T21:43:59.361Z[ recovery-image] Jul 18 21:43:58.211 INFO O| Jul 18 21:43:58.211 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-07-18T21:43:59.394Z[ recovery-image] Jul 18 21:43:58.247 INFO O| Jul 18 21:43:58.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
56212024-07-18T21:43:59.394Z[ recovery-image] Jul 18 21:43:58.247 INFO O| Jul 18 21:43:58.247 INFO STEP 639 (remove_files) COMPLETE
56222024-07-18T21:43:59.397Z[ recovery-image] Jul 18 21:43:58.247 INFO O| Jul 18 21:43:58.247 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-07-18T21:43:59.418Z[ recovery-image] Jul 18 21:43:58.271 INFO O| Jul 18 21:43:58.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
56242024-07-18T21:43:59.418Z[ recovery-image] Jul 18 21:43:58.271 INFO O| Jul 18 21:43:58.271 INFO STEP 640 (remove_files) COMPLETE
56252024-07-18T21:43:59.418Z[ recovery-image] Jul 18 21:43:58.271 INFO O| Jul 18 21:43:58.271 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-07-18T21:43:59.458Z[ recovery-image] Jul 18 21:43:58.311 INFO O| Jul 18 21:43:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
56272024-07-18T21:43:59.458Z[ recovery-image] Jul 18 21:43:58.311 INFO O| Jul 18 21:43:58.311 INFO STEP 641 (remove_files) COMPLETE
56282024-07-18T21:43:59.462Z[ recovery-image] Jul 18 21:43:58.312 INFO O| Jul 18 21:43:58.311 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-07-18T21:43:59.499Z[ recovery-image] Jul 18 21:43:58.352 INFO O| Jul 18 21:43:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
56302024-07-18T21:43:59.499Z[ recovery-image] Jul 18 21:43:58.352 INFO O| Jul 18 21:43:58.352 INFO STEP 642 (remove_files) COMPLETE
56312024-07-18T21:43:59.499Z[ recovery-image] Jul 18 21:43:58.352 INFO O| Jul 18 21:43:58.352 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-07-18T21:43:59.523Z[ recovery-image] Jul 18 21:43:58.376 INFO O| Jul 18 21:43:58.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
56332024-07-18T21:43:59.523Z[ recovery-image] Jul 18 21:43:58.376 INFO O| Jul 18 21:43:58.376 INFO STEP 643 (remove_files) COMPLETE
56342024-07-18T21:43:59.525Z[ recovery-image] Jul 18 21:43:58.376 INFO O| Jul 18 21:43:58.376 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-07-18T21:43:59.548Z[ recovery-image] Jul 18 21:43:58.402 INFO O| Jul 18 21:43:58.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
56362024-07-18T21:43:59.548Z[ recovery-image] Jul 18 21:43:58.402 INFO O| Jul 18 21:43:58.402 INFO STEP 644 (remove_files) COMPLETE
56372024-07-18T21:43:59.548Z[ recovery-image] Jul 18 21:43:58.402 INFO O| Jul 18 21:43:58.402 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-07-18T21:43:59.573Z[ recovery-image] Jul 18 21:43:58.426 INFO O| Jul 18 21:43:58.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
56392024-07-18T21:43:59.583Z[ recovery-image] Jul 18 21:43:58.436 INFO O| Jul 18 21:43:58.436 INFO STEP 645 (remove_files) COMPLETE
56402024-07-18T21:43:59.583Z[ recovery-image] Jul 18 21:43:58.436 INFO O| Jul 18 21:43:58.436 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-07-18T21:43:59.616Z[ recovery-image] Jul 18 21:43:58.470 INFO O| Jul 18 21:43:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
56422024-07-18T21:43:59.616Z[ recovery-image] Jul 18 21:43:58.470 INFO O| Jul 18 21:43:58.470 INFO STEP 646 (remove_files) COMPLETE
56432024-07-18T21:43:59.620Z[ recovery-image] Jul 18 21:43:58.470 INFO O| Jul 18 21:43:58.470 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-07-18T21:43:59.643Z[ recovery-image] Jul 18 21:43:58.496 INFO O| Jul 18 21:43:58.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
56452024-07-18T21:43:59.645Z[ recovery-image] Jul 18 21:43:58.496 INFO O| Jul 18 21:43:58.496 INFO STEP 647 (remove_files) COMPLETE
56462024-07-18T21:43:59.645Z[ recovery-image] Jul 18 21:43:58.496 INFO O| Jul 18 21:43:58.496 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-07-18T21:43:59.666Z[ recovery-image] Jul 18 21:43:58.520 INFO O| Jul 18 21:43:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
56482024-07-18T21:43:59.666Z[ recovery-image] Jul 18 21:43:58.520 INFO O| Jul 18 21:43:58.520 INFO STEP 648 (remove_files) COMPLETE
56492024-07-18T21:43:59.669Z[ recovery-image] Jul 18 21:43:58.520 INFO O| Jul 18 21:43:58.520 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-07-18T21:43:59.669Z[ host-image] Jul 18 21:43:58.520 INFO O| Jul 18 21:43:58.520 INFO O| Done
56512024-07-18T21:43:59.669Z[ host-image] Jul 18 21:43:58.520 INFO O| Jul 18 21:43:58.520 INFO O| Done
56522024-07-18T21:43:59.703Z[ recovery-image] Jul 18 21:43:58.556 INFO O| Jul 18 21:43:58.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
56532024-07-18T21:43:59.706Z[ recovery-image] Jul 18 21:43:58.557 INFO O| Jul 18 21:43:58.557 INFO STEP 649 (remove_files) COMPLETE
56542024-07-18T21:43:59.706Z[ recovery-image] Jul 18 21:43:58.557 INFO O| Jul 18 21:43:58.557 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-07-18T21:43:59.727Z[ recovery-image] Jul 18 21:43:58.581 INFO O| Jul 18 21:43:58.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
56562024-07-18T21:43:59.730Z[ recovery-image] Jul 18 21:43:58.581 INFO O| Jul 18 21:43:58.581 INFO STEP 650 (remove_files) COMPLETE
56572024-07-18T21:43:59.730Z[ recovery-image] Jul 18 21:43:58.581 INFO O| Jul 18 21:43:58.581 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-07-18T21:43:59.762Z[ recovery-image] Jul 18 21:43:58.615 INFO O| Jul 18 21:43:58.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
56592024-07-18T21:43:59.764Z[ recovery-image] Jul 18 21:43:58.616 INFO O| Jul 18 21:43:58.615 INFO STEP 651 (remove_files) COMPLETE
56602024-07-18T21:43:59.764Z[ recovery-image] Jul 18 21:43:58.616 INFO O| Jul 18 21:43:58.616 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-07-18T21:43:59.784Z[ recovery-image] Jul 18 21:43:58.637 INFO O| Jul 18 21:43:58.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
56622024-07-18T21:43:59.786Z[ recovery-image] Jul 18 21:43:58.638 INFO O| Jul 18 21:43:58.638 INFO STEP 652 (remove_files) COMPLETE
56632024-07-18T21:43:59.786Z[ recovery-image] Jul 18 21:43:58.638 INFO O| Jul 18 21:43:58.638 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-07-18T21:43:59.838Z[ recovery-image] Jul 18 21:43:58.691 INFO O| Jul 18 21:43:58.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
56652024-07-18T21:43:59.838Z[ recovery-image] Jul 18 21:43:58.691 INFO O| Jul 18 21:43:58.691 INFO STEP 653 (remove_files) COMPLETE
56662024-07-18T21:43:59.838Z[ recovery-image] Jul 18 21:43:58.691 INFO O| Jul 18 21:43:58.691 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-07-18T21:43:59.871Z[ recovery-image] Jul 18 21:43:58.723 INFO O| Jul 18 21:43:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
56682024-07-18T21:43:59.871Z[ recovery-image] Jul 18 21:43:58.724 INFO O| Jul 18 21:43:58.724 INFO STEP 654 (remove_files) COMPLETE
56692024-07-18T21:43:59.871Z[ recovery-image] Jul 18 21:43:58.724 INFO O| Jul 18 21:43:58.724 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-07-18T21:43:59.889Z[ recovery-image] Jul 18 21:43:58.743 INFO O| Jul 18 21:43:58.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
56712024-07-18T21:43:59.889Z[ recovery-image] Jul 18 21:43:58.743 INFO O| Jul 18 21:43:58.743 INFO STEP 655 (remove_files) COMPLETE
56722024-07-18T21:43:59.889Z[ recovery-image] Jul 18 21:43:58.743 INFO O| Jul 18 21:43:58.743 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-07-18T21:43:59.946Z[ recovery-image] Jul 18 21:43:58.799 INFO O| Jul 18 21:43:58.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
56742024-07-18T21:43:59.946Z[ recovery-image] Jul 18 21:43:58.799 INFO O| Jul 18 21:43:58.799 INFO STEP 656 (remove_files) COMPLETE
56752024-07-18T21:43:59.946Z[ recovery-image] Jul 18 21:43:58.799 INFO O| Jul 18 21:43:58.799 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-07-18T21:44:00.006Z[ recovery-image] Jul 18 21:43:58.859 INFO O| Jul 18 21:43:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
56772024-07-18T21:44:00.006Z[ recovery-image] Jul 18 21:43:58.859 INFO O| Jul 18 21:43:58.859 INFO STEP 657 (remove_files) COMPLETE
56782024-07-18T21:44:00.006Z[ recovery-image] Jul 18 21:43:58.859 INFO O| Jul 18 21:43:58.859 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-07-18T21:44:00.024Z[ recovery-image] Jul 18 21:43:58.878 INFO O| Jul 18 21:43:58.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
56802024-07-18T21:44:00.024Z[ recovery-image] Jul 18 21:43:58.878 INFO O| Jul 18 21:43:58.878 INFO STEP 658 (remove_files) COMPLETE
56812024-07-18T21:44:00.027Z[ recovery-image] Jul 18 21:43:58.878 INFO O| Jul 18 21:43:58.878 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-07-18T21:44:00.085Z[ recovery-image] Jul 18 21:43:58.939 INFO O| Jul 18 21:43:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
56832024-07-18T21:44:00.085Z[ recovery-image] Jul 18 21:43:58.939 INFO O| Jul 18 21:43:58.939 INFO STEP 659 (remove_files) COMPLETE
56842024-07-18T21:44:00.085Z[ recovery-image] Jul 18 21:43:58.939 INFO O| Jul 18 21:43:58.939 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-07-18T21:44:00.126Z[ recovery-image] Jul 18 21:43:58.979 INFO O| Jul 18 21:43:58.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
56862024-07-18T21:44:00.126Z[ recovery-image] Jul 18 21:43:58.979 INFO O| Jul 18 21:43:58.979 INFO STEP 660 (remove_files) COMPLETE
56872024-07-18T21:44:00.126Z[ recovery-image] Jul 18 21:43:58.979 INFO O| Jul 18 21:43:58.979 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-07-18T21:44:00.184Z[ recovery-image] Jul 18 21:43:59.037 INFO O| Jul 18 21:43:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
56892024-07-18T21:44:00.184Z[ recovery-image] Jul 18 21:43:59.037 INFO O| Jul 18 21:43:59.037 INFO STEP 661 (remove_files) COMPLETE
56902024-07-18T21:44:00.184Z[ recovery-image] Jul 18 21:43:59.037 INFO O| Jul 18 21:43:59.037 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-07-18T21:44:00.223Z[ recovery-image] Jul 18 21:43:59.077 INFO O| Jul 18 21:43:59.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
56922024-07-18T21:44:00.223Z[ recovery-image] Jul 18 21:43:59.077 INFO O| Jul 18 21:43:59.077 INFO STEP 662 (remove_files) COMPLETE
56932024-07-18T21:44:00.226Z[ recovery-image] Jul 18 21:43:59.077 INFO O| Jul 18 21:43:59.077 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-07-18T21:44:00.283Z[ recovery-image] Jul 18 21:43:59.136 INFO O| Jul 18 21:43:59.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
56952024-07-18T21:44:00.283Z[ recovery-image] Jul 18 21:43:59.136 INFO O| Jul 18 21:43:59.136 INFO STEP 663 (remove_files) COMPLETE
56962024-07-18T21:44:00.283Z[ recovery-image] Jul 18 21:43:59.136 INFO O| Jul 18 21:43:59.136 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-07-18T21:44:00.323Z[ recovery-image] Jul 18 21:43:59.177 INFO O| Jul 18 21:43:59.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
56982024-07-18T21:44:00.326Z[ recovery-image] Jul 18 21:43:59.177 INFO O| Jul 18 21:43:59.177 INFO STEP 664 (remove_files) COMPLETE
56992024-07-18T21:44:00.326Z[ recovery-image] Jul 18 21:43:59.177 INFO O| Jul 18 21:43:59.177 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-07-18T21:44:00.372Z[ recovery-image] Jul 18 21:43:59.224 INFO O| Jul 18 21:43:59.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
57012024-07-18T21:44:00.372Z[ recovery-image] Jul 18 21:43:59.224 INFO O| Jul 18 21:43:59.224 INFO STEP 665 (remove_files) COMPLETE
57022024-07-18T21:44:00.372Z[ recovery-image] Jul 18 21:43:59.224 INFO O| Jul 18 21:43:59.224 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-07-18T21:44:00.385Z[ host-image] Jul 18 21:43:59.239 INFO O| Jul 18 21:43:59.239 INFO O| Done
57042024-07-18T21:44:00.435Z[ recovery-image] Jul 18 21:43:59.288 INFO O| Jul 18 21:43:59.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
57052024-07-18T21:44:00.435Z[ recovery-image] Jul 18 21:43:59.288 INFO O| Jul 18 21:43:59.288 INFO STEP 666 (remove_files) COMPLETE
57062024-07-18T21:44:00.438Z[ recovery-image] Jul 18 21:43:59.288 INFO O| Jul 18 21:43:59.288 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-07-18T21:44:00.467Z[ recovery-image] Jul 18 21:43:59.320 INFO O| Jul 18 21:43:59.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
57082024-07-18T21:44:00.467Z[ recovery-image] Jul 18 21:43:59.320 INFO O| Jul 18 21:43:59.320 INFO STEP 667 (remove_files) COMPLETE
57092024-07-18T21:44:00.467Z[ recovery-image] Jul 18 21:43:59.320 INFO O| Jul 18 21:43:59.320 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-07-18T21:44:00.486Z[ recovery-image] Jul 18 21:43:59.339 INFO O| Jul 18 21:43:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
57112024-07-18T21:44:00.486Z[ recovery-image] Jul 18 21:43:59.339 INFO O| Jul 18 21:43:59.339 INFO STEP 668 (remove_files) COMPLETE
57122024-07-18T21:44:00.486Z[ recovery-image] Jul 18 21:43:59.339 INFO O| Jul 18 21:43:59.339 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-07-18T21:44:00.507Z[ recovery-image] Jul 18 21:43:59.360 INFO O| Jul 18 21:43:59.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
57142024-07-18T21:44:00.507Z[ recovery-image] Jul 18 21:43:59.360 INFO O| Jul 18 21:43:59.360 INFO STEP 669 (remove_files) COMPLETE
57152024-07-18T21:44:00.507Z[ recovery-image] Jul 18 21:43:59.360 INFO O| Jul 18 21:43:59.360 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-07-18T21:44:00.535Z[ recovery-image] Jul 18 21:43:59.388 INFO O| Jul 18 21:43:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
57172024-07-18T21:44:00.538Z[ recovery-image] Jul 18 21:43:59.389 INFO O| Jul 18 21:43:59.388 INFO STEP 670 (remove_files) COMPLETE
57182024-07-18T21:44:00.538Z[ recovery-image] Jul 18 21:43:59.389 INFO O| Jul 18 21:43:59.389 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-07-18T21:44:00.557Z[ recovery-image] Jul 18 21:43:59.411 INFO O| Jul 18 21:43:59.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
57202024-07-18T21:44:00.557Z[ recovery-image] Jul 18 21:43:59.411 INFO O| Jul 18 21:43:59.410 INFO STEP 671 (remove_files) COMPLETE
57212024-07-18T21:44:00.558Z[ recovery-image] Jul 18 21:43:59.411 INFO O| Jul 18 21:43:59.410 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-07-18T21:44:00.577Z[ recovery-image] Jul 18 21:43:59.431 INFO O| Jul 18 21:43:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
57232024-07-18T21:44:00.577Z[ recovery-image] Jul 18 21:43:59.431 INFO O| Jul 18 21:43:59.431 INFO STEP 672 (remove_files) COMPLETE
57242024-07-18T21:44:00.578Z[ recovery-image] Jul 18 21:43:59.431 INFO O| Jul 18 21:43:59.431 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-07-18T21:44:00.611Z[ recovery-image] Jul 18 21:43:59.464 INFO O| Jul 18 21:43:59.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
57262024-07-18T21:44:00.611Z[ recovery-image] Jul 18 21:43:59.464 INFO O| Jul 18 21:43:59.464 INFO STEP 673 (remove_files) COMPLETE
57272024-07-18T21:44:00.611Z[ recovery-image] Jul 18 21:43:59.464 INFO O| Jul 18 21:43:59.464 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-07-18T21:44:00.635Z[ recovery-image] Jul 18 21:43:59.488 INFO O| Jul 18 21:43:59.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
57292024-07-18T21:44:00.635Z[ recovery-image] Jul 18 21:43:59.488 INFO O| Jul 18 21:43:59.488 INFO STEP 674 (remove_files) COMPLETE
57302024-07-18T21:44:00.635Z[ recovery-image] Jul 18 21:43:59.488 INFO O| Jul 18 21:43:59.488 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-07-18T21:44:00.659Z[ recovery-image] Jul 18 21:43:59.512 INFO O| Jul 18 21:43:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
57322024-07-18T21:44:00.659Z[ recovery-image] Jul 18 21:43:59.512 INFO O| Jul 18 21:43:59.512 INFO STEP 675 (remove_files) COMPLETE
57332024-07-18T21:44:00.659Z[ recovery-image] Jul 18 21:43:59.512 INFO O| Jul 18 21:43:59.512 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-07-18T21:44:00.682Z[ recovery-image] Jul 18 21:43:59.535 INFO O| Jul 18 21:43:59.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
57352024-07-18T21:44:00.682Z[ recovery-image] Jul 18 21:43:59.535 INFO O| Jul 18 21:43:59.535 INFO STEP 676 (remove_files) COMPLETE
57362024-07-18T21:44:00.685Z[ recovery-image] Jul 18 21:43:59.535 INFO O| Jul 18 21:43:59.535 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-07-18T21:44:00.703Z[ recovery-image] Jul 18 21:43:59.557 INFO O| Jul 18 21:43:59.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
57382024-07-18T21:44:00.712Z[ recovery-image] Jul 18 21:43:59.565 INFO O| Jul 18 21:43:59.565 INFO STEP 677 (remove_files) COMPLETE
57392024-07-18T21:44:00.713Z[ recovery-image] Jul 18 21:43:59.565 INFO O| Jul 18 21:43:59.565 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-07-18T21:44:00.763Z[ recovery-image] Jul 18 21:43:59.617 INFO O| Jul 18 21:43:59.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
57412024-07-18T21:44:00.763Z[ recovery-image] Jul 18 21:43:59.617 INFO O| Jul 18 21:43:59.617 INFO STEP 678 (remove_files) COMPLETE
57422024-07-18T21:44:00.763Z[ recovery-image] Jul 18 21:43:59.617 INFO O| Jul 18 21:43:59.617 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-07-18T21:44:00.785Z[ recovery-image] Jul 18 21:43:59.639 INFO O| Jul 18 21:43:59.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
57442024-07-18T21:44:00.785Z[ recovery-image] Jul 18 21:43:59.639 INFO O| Jul 18 21:43:59.639 INFO STEP 679 (remove_files) COMPLETE
57452024-07-18T21:44:00.785Z[ recovery-image] Jul 18 21:43:59.639 INFO O| Jul 18 21:43:59.639 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-07-18T21:44:00.808Z[ recovery-image] Jul 18 21:43:59.661 INFO O| Jul 18 21:43:59.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
57472024-07-18T21:44:00.808Z[ recovery-image] Jul 18 21:43:59.661 INFO O| Jul 18 21:43:59.661 INFO STEP 680 (remove_files) COMPLETE
57482024-07-18T21:44:00.808Z[ recovery-image] Jul 18 21:43:59.661 INFO O| Jul 18 21:43:59.661 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-07-18T21:44:00.831Z[ recovery-image] Jul 18 21:43:59.684 INFO O| Jul 18 21:43:59.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
57502024-07-18T21:44:00.831Z[ recovery-image] Jul 18 21:43:59.684 INFO O| Jul 18 21:43:59.684 INFO STEP 681 (remove_files) COMPLETE
57512024-07-18T21:44:00.831Z[ recovery-image] Jul 18 21:43:59.684 INFO O| Jul 18 21:43:59.684 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-07-18T21:44:00.853Z[ recovery-image] Jul 18 21:43:59.706 INFO O| Jul 18 21:43:59.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
57532024-07-18T21:44:00.853Z[ recovery-image] Jul 18 21:43:59.706 INFO O| Jul 18 21:43:59.706 INFO STEP 682 (remove_files) COMPLETE
57542024-07-18T21:44:00.853Z[ recovery-image] Jul 18 21:43:59.706 INFO O| Jul 18 21:43:59.706 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-07-18T21:44:00.875Z[ recovery-image] Jul 18 21:43:59.728 INFO O| Jul 18 21:43:59.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
57562024-07-18T21:44:00.888Z[ recovery-image] Jul 18 21:43:59.741 INFO O| Jul 18 21:43:59.741 INFO STEP 683 (remove_files) COMPLETE
57572024-07-18T21:44:00.888Z[ recovery-image] Jul 18 21:43:59.741 INFO O| Jul 18 21:43:59.741 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-07-18T21:44:00.921Z[ recovery-image] Jul 18 21:43:59.774 INFO O| Jul 18 21:43:59.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
57592024-07-18T21:44:00.921Z[ recovery-image] Jul 18 21:43:59.774 INFO O| Jul 18 21:43:59.774 INFO STEP 684 (remove_files) COMPLETE
57602024-07-18T21:44:00.921Z[ recovery-image] Jul 18 21:43:59.775 INFO O| Jul 18 21:43:59.774 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-07-18T21:44:00.985Z[ recovery-image] Jul 18 21:43:59.838 INFO O| Jul 18 21:43:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
57622024-07-18T21:44:00.985Z[ recovery-image] Jul 18 21:43:59.838 INFO O| Jul 18 21:43:59.838 INFO STEP 685 (remove_files) COMPLETE
57632024-07-18T21:44:00.988Z[ recovery-image] Jul 18 21:43:59.838 INFO O| Jul 18 21:43:59.838 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-07-18T21:44:01.046Z[ recovery-image] Jul 18 21:43:59.899 INFO O| Jul 18 21:43:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
57652024-07-18T21:44:01.046Z[ recovery-image] Jul 18 21:43:59.899 INFO O| Jul 18 21:43:59.899 INFO STEP 686 (remove_files) COMPLETE
57662024-07-18T21:44:01.046Z[ recovery-image] Jul 18 21:43:59.899 INFO O| Jul 18 21:43:59.899 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-07-18T21:44:01.067Z[ recovery-image] Jul 18 21:43:59.920 INFO O| Jul 18 21:43:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
57682024-07-18T21:44:01.067Z[ recovery-image] Jul 18 21:43:59.920 INFO O| Jul 18 21:43:59.920 INFO STEP 687 (remove_files) COMPLETE
57692024-07-18T21:44:01.070Z[ recovery-image] Jul 18 21:43:59.920 INFO O| Jul 18 21:43:59.920 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-07-18T21:44:01.090Z[ recovery-image] Jul 18 21:43:59.943 INFO O| Jul 18 21:43:59.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
57712024-07-18T21:44:01.111Z[ recovery-image] Jul 18 21:43:59.963 INFO O| Jul 18 21:43:59.963 INFO STEP 688 (remove_files) COMPLETE
57722024-07-18T21:44:01.111Z[ recovery-image] Jul 18 21:43:59.963 INFO O| Jul 18 21:43:59.963 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-07-18T21:44:01.138Z[ recovery-image] Jul 18 21:43:59.991 INFO O| Jul 18 21:43:59.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
57742024-07-18T21:44:01.138Z[ recovery-image] Jul 18 21:43:59.991 INFO O| Jul 18 21:43:59.991 INFO STEP 689 (remove_files) COMPLETE
57752024-07-18T21:44:01.138Z[ recovery-image] Jul 18 21:43:59.991 INFO O| Jul 18 21:43:59.991 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-07-18T21:44:01.162Z[ recovery-image] Jul 18 21:44:00.015 INFO O| Jul 18 21:44:00.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
57772024-07-18T21:44:01.162Z[ recovery-image] Jul 18 21:44:00.015 INFO O| Jul 18 21:44:00.015 INFO STEP 690 (remove_files) COMPLETE
57782024-07-18T21:44:01.162Z[ recovery-image] Jul 18 21:44:00.015 INFO O| Jul 18 21:44:00.015 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-07-18T21:44:01.185Z[ recovery-image] Jul 18 21:44:00.038 INFO O| Jul 18 21:44:00.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
57802024-07-18T21:44:01.185Z[ recovery-image] Jul 18 21:44:00.038 INFO O| Jul 18 21:44:00.038 INFO STEP 691 (remove_files) COMPLETE
57812024-07-18T21:44:01.185Z[ recovery-image] Jul 18 21:44:00.038 INFO O| Jul 18 21:44:00.038 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-07-18T21:44:01.208Z[ recovery-image] Jul 18 21:44:00.060 INFO O| Jul 18 21:44:00.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
57832024-07-18T21:44:01.208Z[ recovery-image] Jul 18 21:44:00.061 INFO O| Jul 18 21:44:00.061 INFO STEP 692 (remove_files) COMPLETE
57842024-07-18T21:44:01.208Z[ recovery-image] Jul 18 21:44:00.061 INFO O| Jul 18 21:44:00.061 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-07-18T21:44:01.248Z[ recovery-image] Jul 18 21:44:00.101 INFO O| Jul 18 21:44:00.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
57862024-07-18T21:44:01.251Z[ recovery-image] Jul 18 21:44:00.102 INFO O| Jul 18 21:44:00.101 INFO STEP 693 (remove_files) COMPLETE
57872024-07-18T21:44:01.251Z[ recovery-image] Jul 18 21:44:00.102 INFO O| Jul 18 21:44:00.101 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-07-18T21:44:01.272Z[ recovery-image] Jul 18 21:44:00.125 INFO O| Jul 18 21:44:00.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
57892024-07-18T21:44:01.275Z[ recovery-image] Jul 18 21:44:00.125 INFO O| Jul 18 21:44:00.125 INFO STEP 694 (remove_files) COMPLETE
57902024-07-18T21:44:01.275Z[ recovery-image] Jul 18 21:44:00.126 INFO O| Jul 18 21:44:00.125 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-07-18T21:44:01.304Z[ recovery-image] Jul 18 21:44:00.157 INFO O| Jul 18 21:44:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
57922024-07-18T21:44:01.304Z[ recovery-image] Jul 18 21:44:00.157 INFO O| Jul 18 21:44:00.157 INFO STEP 695 (remove_files) COMPLETE
57932024-07-18T21:44:01.306Z[ recovery-image] Jul 18 21:44:00.157 INFO O| Jul 18 21:44:00.157 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-07-18T21:44:01.325Z[ recovery-image] Jul 18 21:44:00.179 INFO O| Jul 18 21:44:00.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
57952024-07-18T21:44:01.325Z[ recovery-image] Jul 18 21:44:00.179 INFO O| Jul 18 21:44:00.179 INFO STEP 696 (remove_files) COMPLETE
57962024-07-18T21:44:01.325Z[ recovery-image] Jul 18 21:44:00.179 INFO O| Jul 18 21:44:00.179 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-07-18T21:44:01.431Z[ recovery-image] Jul 18 21:44:00.284 INFO O| Jul 18 21:44:00.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
57982024-07-18T21:44:01.431Z[ recovery-image] Jul 18 21:44:00.284 INFO O| Jul 18 21:44:00.284 INFO STEP 697 (remove_files) COMPLETE
57992024-07-18T21:44:01.434Z[ recovery-image] Jul 18 21:44:00.284 INFO O| Jul 18 21:44:00.284 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-07-18T21:44:01.453Z[ recovery-image] Jul 18 21:44:00.306 INFO O| Jul 18 21:44:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
58012024-07-18T21:44:01.453Z[ recovery-image] Jul 18 21:44:00.306 INFO O| Jul 18 21:44:00.306 INFO STEP 698 (remove_files) COMPLETE
58022024-07-18T21:44:01.456Z[ recovery-image] Jul 18 21:44:00.306 INFO O| Jul 18 21:44:00.306 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-07-18T21:44:01.475Z[ recovery-image] Jul 18 21:44:00.328 INFO O| Jul 18 21:44:00.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
58042024-07-18T21:44:01.475Z[ recovery-image] Jul 18 21:44:00.328 INFO O| Jul 18 21:44:00.328 INFO STEP 699 (remove_files) COMPLETE
58052024-07-18T21:44:01.475Z[ recovery-image] Jul 18 21:44:00.328 INFO O| Jul 18 21:44:00.328 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-07-18T21:44:01.496Z[ recovery-image] Jul 18 21:44:00.349 INFO O| Jul 18 21:44:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
58072024-07-18T21:44:01.496Z[ recovery-image] Jul 18 21:44:00.349 INFO O| Jul 18 21:44:00.349 INFO STEP 700 (remove_files) COMPLETE
58082024-07-18T21:44:01.499Z[ recovery-image] Jul 18 21:44:00.349 INFO O| Jul 18 21:44:00.349 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-07-18T21:44:01.557Z[ recovery-image] Jul 18 21:44:00.410 INFO O| Jul 18 21:44:00.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
58102024-07-18T21:44:01.559Z[ recovery-image] Jul 18 21:44:00.410 INFO O| Jul 18 21:44:00.410 INFO STEP 701 (remove_files) COMPLETE
58112024-07-18T21:44:01.559Z[ recovery-image] Jul 18 21:44:00.410 INFO O| Jul 18 21:44:00.410 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-07-18T21:44:01.614Z[ recovery-image] Jul 18 21:44:00.467 INFO O| Jul 18 21:44:00.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
58132024-07-18T21:44:01.617Z[ recovery-image] Jul 18 21:44:00.468 INFO O| Jul 18 21:44:00.468 INFO STEP 702 (remove_files) COMPLETE
58142024-07-18T21:44:01.617Z[ recovery-image] Jul 18 21:44:00.468 INFO O| Jul 18 21:44:00.468 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-07-18T21:44:01.672Z[ recovery-image] Jul 18 21:44:00.525 INFO O| Jul 18 21:44:00.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
58162024-07-18T21:44:01.672Z[ recovery-image] Jul 18 21:44:00.526 INFO O| Jul 18 21:44:00.525 INFO STEP 703 (remove_files) COMPLETE
58172024-07-18T21:44:01.675Z[ recovery-image] Jul 18 21:44:00.526 INFO O| Jul 18 21:44:00.526 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-07-18T21:44:01.695Z[ recovery-image] Jul 18 21:44:00.548 INFO O| Jul 18 21:44:00.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
58192024-07-18T21:44:01.695Z[ recovery-image] Jul 18 21:44:00.548 INFO O| Jul 18 21:44:00.548 INFO STEP 704 (remove_files) COMPLETE
58202024-07-18T21:44:01.695Z[ recovery-image] Jul 18 21:44:00.548 INFO O| Jul 18 21:44:00.548 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-07-18T21:44:01.735Z[ recovery-image] Jul 18 21:44:00.588 INFO O| Jul 18 21:44:00.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
58222024-07-18T21:44:01.735Z[ recovery-image] Jul 18 21:44:00.588 INFO O| Jul 18 21:44:00.588 INFO STEP 705 (remove_files) COMPLETE
58232024-07-18T21:44:01.735Z[ recovery-image] Jul 18 21:44:00.588 INFO O| Jul 18 21:44:00.588 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-07-18T21:44:01.795Z[ recovery-image] Jul 18 21:44:00.648 INFO O| Jul 18 21:44:00.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
58252024-07-18T21:44:01.795Z[ recovery-image] Jul 18 21:44:00.648 INFO O| Jul 18 21:44:00.648 INFO STEP 706 (remove_files) COMPLETE
58262024-07-18T21:44:01.795Z[ recovery-image] Jul 18 21:44:00.648 INFO O| Jul 18 21:44:00.648 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-07-18T21:44:01.814Z[ recovery-image] Jul 18 21:44:00.668 INFO O| Jul 18 21:44:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
58282024-07-18T21:44:01.814Z[ recovery-image] Jul 18 21:44:00.668 INFO O| Jul 18 21:44:00.668 INFO STEP 707 (remove_files) COMPLETE
58292024-07-18T21:44:01.817Z[ recovery-image] Jul 18 21:44:00.668 INFO O| Jul 18 21:44:00.668 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-07-18T21:44:01.871Z[ recovery-image] Jul 18 21:44:00.723 INFO O| Jul 18 21:44:00.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
58312024-07-18T21:44:01.871Z[ recovery-image] Jul 18 21:44:00.723 INFO O| Jul 18 21:44:00.723 INFO STEP 708 (remove_files) COMPLETE
58322024-07-18T21:44:01.874Z[ recovery-image] Jul 18 21:44:00.723 INFO O| Jul 18 21:44:00.723 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-07-18T21:44:01.894Z[ recovery-image] Jul 18 21:44:00.747 INFO O| Jul 18 21:44:00.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
58342024-07-18T21:44:01.897Z[ recovery-image] Jul 18 21:44:00.747 INFO O| Jul 18 21:44:00.747 INFO STEP 709 (remove_files) COMPLETE
58352024-07-18T21:44:01.897Z[ recovery-image] Jul 18 21:44:00.748 INFO O| Jul 18 21:44:00.747 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-07-18T21:44:01.949Z[ recovery-image] Jul 18 21:44:00.802 INFO O| Jul 18 21:44:00.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
58372024-07-18T21:44:01.951Z[ recovery-image] Jul 18 21:44:00.802 INFO O| Jul 18 21:44:00.802 INFO STEP 710 (remove_files) COMPLETE
58382024-07-18T21:44:01.951Z[ recovery-image] Jul 18 21:44:00.802 INFO O| Jul 18 21:44:00.802 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-07-18T21:44:01.974Z[ recovery-image] Jul 18 21:44:00.826 INFO O| Jul 18 21:44:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
58402024-07-18T21:44:01.977Z[ recovery-image] Jul 18 21:44:00.827 INFO O| Jul 18 21:44:00.827 INFO STEP 711 (remove_files) COMPLETE
58412024-07-18T21:44:01.977Z[ recovery-image] Jul 18 21:44:00.827 INFO O| Jul 18 21:44:00.827 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-07-18T21:44:01.998Z[ recovery-image] Jul 18 21:44:00.851 INFO O| Jul 18 21:44:00.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
58432024-07-18T21:44:02.001Z[ recovery-image] Jul 18 21:44:00.852 INFO O| Jul 18 21:44:00.851 INFO STEP 712 (remove_files) COMPLETE
58442024-07-18T21:44:02.001Z[ recovery-image] Jul 18 21:44:00.852 INFO O| Jul 18 21:44:00.852 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-07-18T21:44:02.024Z[ recovery-image] Jul 18 21:44:00.877 INFO O| Jul 18 21:44:00.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
58462024-07-18T21:44:02.024Z[ recovery-image] Jul 18 21:44:00.877 INFO O| Jul 18 21:44:00.877 INFO STEP 713 (remove_files) COMPLETE
58472024-07-18T21:44:02.024Z[ recovery-image] Jul 18 21:44:00.877 INFO O| Jul 18 21:44:00.877 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-07-18T21:44:02.046Z[ recovery-image] Jul 18 21:44:00.899 INFO O| Jul 18 21:44:00.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
58492024-07-18T21:44:02.046Z[ recovery-image] Jul 18 21:44:00.899 INFO O| Jul 18 21:44:00.899 INFO STEP 714 (remove_files) COMPLETE
58502024-07-18T21:44:02.049Z[ recovery-image] Jul 18 21:44:00.899 INFO O| Jul 18 21:44:00.899 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-07-18T21:44:02.067Z[ recovery-image] Jul 18 21:44:00.920 INFO O| Jul 18 21:44:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
58522024-07-18T21:44:02.067Z[ recovery-image] Jul 18 21:44:00.920 INFO O| Jul 18 21:44:00.920 INFO STEP 715 (remove_files) COMPLETE
58532024-07-18T21:44:02.070Z[ recovery-image] Jul 18 21:44:00.920 INFO O| Jul 18 21:44:00.920 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-07-18T21:44:02.089Z[ recovery-image] Jul 18 21:44:00.942 INFO O| Jul 18 21:44:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
58552024-07-18T21:44:02.089Z[ recovery-image] Jul 18 21:44:00.942 INFO O| Jul 18 21:44:00.942 INFO STEP 716 (remove_files) COMPLETE
58562024-07-18T21:44:02.092Z[ recovery-image] Jul 18 21:44:00.943 INFO O| Jul 18 21:44:00.942 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-07-18T21:44:02.112Z[ recovery-image] Jul 18 21:44:00.965 INFO O| Jul 18 21:44:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
58582024-07-18T21:44:02.113Z[ recovery-image] Jul 18 21:44:00.965 INFO O| Jul 18 21:44:00.965 INFO STEP 717 (remove_files) COMPLETE
58592024-07-18T21:44:02.115Z[ recovery-image] Jul 18 21:44:00.965 INFO O| Jul 18 21:44:00.965 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-07-18T21:44:02.132Z[ recovery-image] Jul 18 21:44:00.985 INFO O| Jul 18 21:44:00.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
58612024-07-18T21:44:02.132Z[ recovery-image] Jul 18 21:44:00.986 INFO O| Jul 18 21:44:00.986 INFO STEP 718 (remove_files) COMPLETE
58622024-07-18T21:44:02.136Z[ recovery-image] Jul 18 21:44:00.986 INFO O| Jul 18 21:44:00.986 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-07-18T21:44:02.152Z[ recovery-image] Jul 18 21:44:01.005 INFO O| Jul 18 21:44:01.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
58642024-07-18T21:44:02.155Z[ recovery-image] Jul 18 21:44:01.005 INFO O| Jul 18 21:44:01.005 INFO STEP 719 (remove_files) COMPLETE
58652024-07-18T21:44:02.155Z[ recovery-image] Jul 18 21:44:01.005 INFO O| Jul 18 21:44:01.005 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-07-18T21:44:02.173Z[ recovery-image] Jul 18 21:44:01.026 INFO O| Jul 18 21:44:01.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
58672024-07-18T21:44:02.177Z[ recovery-image] Jul 18 21:44:01.026 INFO O| Jul 18 21:44:01.026 INFO STEP 720 (remove_files) COMPLETE
58682024-07-18T21:44:02.177Z[ recovery-image] Jul 18 21:44:01.026 INFO O| Jul 18 21:44:01.026 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-07-18T21:44:02.193Z[ recovery-image] Jul 18 21:44:01.046 INFO O| Jul 18 21:44:01.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
58702024-07-18T21:44:02.193Z[ recovery-image] Jul 18 21:44:01.047 INFO O| Jul 18 21:44:01.046 INFO STEP 721 (remove_files) COMPLETE
58712024-07-18T21:44:02.193Z[ recovery-image] Jul 18 21:44:01.047 INFO O| Jul 18 21:44:01.047 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-07-18T21:44:02.213Z[ recovery-image] Jul 18 21:44:01.066 INFO O| Jul 18 21:44:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
58732024-07-18T21:44:02.213Z[ recovery-image] Jul 18 21:44:01.066 INFO O| Jul 18 21:44:01.066 INFO STEP 722 (remove_files) COMPLETE
58742024-07-18T21:44:02.216Z[ recovery-image] Jul 18 21:44:01.067 INFO O| Jul 18 21:44:01.066 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-07-18T21:44:02.233Z[ recovery-image] Jul 18 21:44:01.086 INFO O| Jul 18 21:44:01.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
58762024-07-18T21:44:02.233Z[ recovery-image] Jul 18 21:44:01.086 INFO O| Jul 18 21:44:01.086 INFO STEP 723 (remove_files) COMPLETE
58772024-07-18T21:44:02.235Z[ recovery-image] Jul 18 21:44:01.086 INFO O| Jul 18 21:44:01.086 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-07-18T21:44:02.252Z[ recovery-image] Jul 18 21:44:01.106 INFO O| Jul 18 21:44:01.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
58792024-07-18T21:44:02.255Z[ recovery-image] Jul 18 21:44:01.106 INFO O| Jul 18 21:44:01.106 INFO STEP 724 (remove_files) COMPLETE
58802024-07-18T21:44:02.255Z[ recovery-image] Jul 18 21:44:01.106 INFO O| Jul 18 21:44:01.106 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-07-18T21:44:02.273Z[ recovery-image] Jul 18 21:44:01.127 INFO O| Jul 18 21:44:01.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
58822024-07-18T21:44:02.276Z[ recovery-image] Jul 18 21:44:01.127 INFO O| Jul 18 21:44:01.127 INFO STEP 725 (remove_files) COMPLETE
58832024-07-18T21:44:02.276Z[ recovery-image] Jul 18 21:44:01.127 INFO O| Jul 18 21:44:01.127 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-07-18T21:44:02.289Z[ recovery-image] Jul 18 21:44:01.142 INFO O| Jul 18 21:44:01.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
58852024-07-18T21:44:02.289Z[ recovery-image] Jul 18 21:44:01.142 INFO O| Jul 18 21:44:01.142 INFO STEP 726 (remove_files) COMPLETE
58862024-07-18T21:44:02.289Z[ recovery-image] Jul 18 21:44:01.142 INFO O| Jul 18 21:44:01.142 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-07-18T21:44:02.303Z[ recovery-image] Jul 18 21:44:01.157 INFO O| Jul 18 21:44:01.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
58882024-07-18T21:44:02.304Z[ recovery-image] Jul 18 21:44:01.157 INFO O| Jul 18 21:44:01.157 INFO STEP 727 (remove_files) COMPLETE
58892024-07-18T21:44:02.306Z[ recovery-image] Jul 18 21:44:01.157 INFO O| Jul 18 21:44:01.157 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-07-18T21:44:02.323Z[ recovery-image] Jul 18 21:44:01.177 INFO O| Jul 18 21:44:01.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
58912024-07-18T21:44:02.323Z[ recovery-image] Jul 18 21:44:01.177 INFO O| Jul 18 21:44:01.177 INFO STEP 728 (remove_files) COMPLETE
58922024-07-18T21:44:02.323Z[ recovery-image] Jul 18 21:44:01.177 INFO O| Jul 18 21:44:01.177 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-07-18T21:44:02.345Z[ recovery-image] Jul 18 21:44:01.199 INFO O| Jul 18 21:44:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
58942024-07-18T21:44:02.345Z[ recovery-image] Jul 18 21:44:01.199 INFO O| Jul 18 21:44:01.199 INFO STEP 729 (remove_files) COMPLETE
58952024-07-18T21:44:02.348Z[ recovery-image] Jul 18 21:44:01.199 INFO O| Jul 18 21:44:01.199 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-07-18T21:44:02.367Z[ recovery-image] Jul 18 21:44:01.220 INFO O| Jul 18 21:44:01.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
58972024-07-18T21:44:02.367Z[ recovery-image] Jul 18 21:44:01.220 INFO O| Jul 18 21:44:01.220 INFO STEP 730 (remove_files) COMPLETE
58982024-07-18T21:44:02.367Z[ recovery-image] Jul 18 21:44:01.220 INFO O| Jul 18 21:44:01.220 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-07-18T21:44:02.383Z[ recovery-image] Jul 18 21:44:01.236 INFO O| Jul 18 21:44:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
59002024-07-18T21:44:02.386Z[ recovery-image] Jul 18 21:44:01.237 INFO O| Jul 18 21:44:01.237 INFO STEP 731 (remove_files) COMPLETE
59012024-07-18T21:44:02.386Z[ recovery-image] Jul 18 21:44:01.237 INFO O| Jul 18 21:44:01.237 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-07-18T21:44:02.397Z[ recovery-image] Jul 18 21:44:01.251 INFO O| Jul 18 21:44:01.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
59032024-07-18T21:44:02.400Z[ recovery-image] Jul 18 21:44:01.251 INFO O| Jul 18 21:44:01.251 INFO STEP 732 (remove_files) COMPLETE
59042024-07-18T21:44:02.400Z[ recovery-image] Jul 18 21:44:01.251 INFO O| Jul 18 21:44:01.251 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-07-18T21:44:02.411Z[ recovery-image] Jul 18 21:44:01.264 INFO O| Jul 18 21:44:01.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
59062024-07-18T21:44:02.411Z[ recovery-image] Jul 18 21:44:01.264 INFO O| Jul 18 21:44:01.264 INFO STEP 733 (remove_files) COMPLETE
59072024-07-18T21:44:02.414Z[ recovery-image] Jul 18 21:44:01.264 INFO O| Jul 18 21:44:01.264 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-07-18T21:44:02.431Z[ recovery-image] Jul 18 21:44:01.284 INFO O| Jul 18 21:44:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
59092024-07-18T21:44:02.431Z[ recovery-image] Jul 18 21:44:01.284 INFO O| Jul 18 21:44:01.284 INFO STEP 734 (remove_files) COMPLETE
59102024-07-18T21:44:02.433Z[ recovery-image] Jul 18 21:44:01.284 INFO O| Jul 18 21:44:01.284 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-07-18T21:44:02.446Z[ recovery-image] Jul 18 21:44:01.299 INFO O| Jul 18 21:44:01.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
59122024-07-18T21:44:02.446Z[ recovery-image] Jul 18 21:44:01.299 INFO O| Jul 18 21:44:01.299 INFO STEP 735 (remove_files) COMPLETE
59132024-07-18T21:44:02.449Z[ recovery-image] Jul 18 21:44:01.299 INFO O| Jul 18 21:44:01.299 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-07-18T21:44:02.461Z[ recovery-image] Jul 18 21:44:01.314 INFO O| Jul 18 21:44:01.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
59152024-07-18T21:44:02.461Z[ recovery-image] Jul 18 21:44:01.314 INFO O| Jul 18 21:44:01.314 INFO STEP 736 (remove_files) COMPLETE
59162024-07-18T21:44:02.461Z[ recovery-image] Jul 18 21:44:01.314 INFO O| Jul 18 21:44:01.314 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-07-18T21:44:02.483Z[ recovery-image] Jul 18 21:44:01.337 INFO O| Jul 18 21:44:01.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
59182024-07-18T21:44:02.484Z[ recovery-image] Jul 18 21:44:01.337 INFO O| Jul 18 21:44:01.337 INFO STEP 737 (remove_files) COMPLETE
59192024-07-18T21:44:02.486Z[ recovery-image] Jul 18 21:44:01.337 INFO O| Jul 18 21:44:01.337 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-07-18T21:44:02.497Z[ recovery-image] Jul 18 21:44:01.351 INFO O| Jul 18 21:44:01.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
59212024-07-18T21:44:02.497Z[ recovery-image] Jul 18 21:44:01.351 INFO O| Jul 18 21:44:01.351 INFO STEP 738 (remove_files) COMPLETE
59222024-07-18T21:44:02.497Z[ recovery-image] Jul 18 21:44:01.351 INFO O| Jul 18 21:44:01.351 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-07-18T21:44:02.512Z[ recovery-image] Jul 18 21:44:01.365 INFO O| Jul 18 21:44:01.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
59242024-07-18T21:44:02.512Z[ recovery-image] Jul 18 21:44:01.365 INFO O| Jul 18 21:44:01.365 INFO STEP 739 (remove_files) COMPLETE
59252024-07-18T21:44:02.512Z[ recovery-image] Jul 18 21:44:01.365 INFO O| Jul 18 21:44:01.365 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-07-18T21:44:02.524Z[ recovery-image] Jul 18 21:44:01.377 INFO O| Jul 18 21:44:01.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
59272024-07-18T21:44:02.524Z[ recovery-image] Jul 18 21:44:01.377 INFO O| Jul 18 21:44:01.377 INFO STEP 740 (remove_files) COMPLETE
59282024-07-18T21:44:02.527Z[ recovery-image] Jul 18 21:44:01.377 INFO O| Jul 18 21:44:01.377 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-07-18T21:44:02.535Z[ recovery-image] Jul 18 21:44:01.389 INFO O| Jul 18 21:44:01.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
59302024-07-18T21:44:02.535Z[ recovery-image] Jul 18 21:44:01.389 INFO O| Jul 18 21:44:01.389 INFO STEP 741 (remove_files) COMPLETE
59312024-07-18T21:44:02.539Z[ recovery-image] Jul 18 21:44:01.389 INFO O| Jul 18 21:44:01.389 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-07-18T21:44:02.548Z[ recovery-image] Jul 18 21:44:01.401 INFO O| Jul 18 21:44:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
59332024-07-18T21:44:02.548Z[ recovery-image] Jul 18 21:44:01.401 INFO O| Jul 18 21:44:01.401 INFO STEP 742 (remove_files) COMPLETE
59342024-07-18T21:44:02.548Z[ recovery-image] Jul 18 21:44:01.401 INFO O| Jul 18 21:44:01.401 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-07-18T21:44:02.566Z[ recovery-image] Jul 18 21:44:01.419 INFO O| Jul 18 21:44:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
59362024-07-18T21:44:02.566Z[ recovery-image] Jul 18 21:44:01.420 INFO O| Jul 18 21:44:01.420 INFO STEP 743 (remove_files) COMPLETE
59372024-07-18T21:44:02.566Z[ recovery-image] Jul 18 21:44:01.420 INFO O| Jul 18 21:44:01.420 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-07-18T21:44:02.586Z[ recovery-image] Jul 18 21:44:01.439 INFO O| Jul 18 21:44:01.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
59392024-07-18T21:44:02.586Z[ recovery-image] Jul 18 21:44:01.439 INFO O| Jul 18 21:44:01.439 INFO STEP 744 (remove_files) COMPLETE
59402024-07-18T21:44:02.586Z[ recovery-image] Jul 18 21:44:01.439 INFO O| Jul 18 21:44:01.439 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-07-18T21:44:02.606Z[ recovery-image] Jul 18 21:44:01.460 INFO O| Jul 18 21:44:01.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
59422024-07-18T21:44:02.606Z[ recovery-image] Jul 18 21:44:01.460 INFO O| Jul 18 21:44:01.460 INFO STEP 745 (remove_files) COMPLETE
59432024-07-18T21:44:02.607Z[ recovery-image] Jul 18 21:44:01.460 INFO O| Jul 18 21:44:01.460 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-07-18T21:44:02.626Z[ recovery-image] Jul 18 21:44:01.479 INFO O| Jul 18 21:44:01.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
59452024-07-18T21:44:02.626Z[ recovery-image] Jul 18 21:44:01.479 INFO O| Jul 18 21:44:01.479 INFO STEP 746 (remove_files) COMPLETE
59462024-07-18T21:44:02.626Z[ recovery-image] Jul 18 21:44:01.479 INFO O| Jul 18 21:44:01.479 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-07-18T21:44:02.645Z[ recovery-image] Jul 18 21:44:01.496 INFO O| Jul 18 21:44:01.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
59482024-07-18T21:44:02.645Z[ recovery-image] Jul 18 21:44:01.496 INFO O| Jul 18 21:44:01.496 INFO STEP 747 (remove_files) COMPLETE
59492024-07-18T21:44:02.661Z[ recovery-image] Jul 18 21:44:01.497 INFO O| Jul 18 21:44:01.496 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-07-18T21:44:02.667Z[ recovery-image] Jul 18 21:44:01.518 INFO O| Jul 18 21:44:01.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
59512024-07-18T21:44:02.667Z[ recovery-image] Jul 18 21:44:01.518 INFO O| Jul 18 21:44:01.518 INFO STEP 748 (remove_files) COMPLETE
59522024-07-18T21:44:02.667Z[ recovery-image] Jul 18 21:44:01.518 INFO O| Jul 18 21:44:01.518 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-07-18T21:44:02.687Z[ recovery-image] Jul 18 21:44:01.540 INFO O| Jul 18 21:44:01.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
59542024-07-18T21:44:02.687Z[ recovery-image] Jul 18 21:44:01.540 INFO O| Jul 18 21:44:01.540 INFO STEP 749 (remove_files) COMPLETE
59552024-07-18T21:44:02.687Z[ recovery-image] Jul 18 21:44:01.540 INFO O| Jul 18 21:44:01.540 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-07-18T21:44:02.698Z[ host-image] Jul 18 21:44:01.551 INFO O| Jul 18 21:44:01.551 INFO O| Done
59572024-07-18T21:44:02.709Z[ recovery-image] Jul 18 21:44:01.562 INFO O| Jul 18 21:44:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
59582024-07-18T21:44:02.709Z[ recovery-image] Jul 18 21:44:01.562 INFO O| Jul 18 21:44:01.562 INFO STEP 750 (remove_files) COMPLETE
59592024-07-18T21:44:02.712Z[ recovery-image] Jul 18 21:44:01.562 INFO O| Jul 18 21:44:01.562 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-07-18T21:44:02.725Z[ recovery-image] Jul 18 21:44:01.578 INFO O| Jul 18 21:44:01.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
59612024-07-18T21:44:02.725Z[ recovery-image] Jul 18 21:44:01.578 INFO O| Jul 18 21:44:01.578 INFO STEP 751 (remove_files) COMPLETE
59622024-07-18T21:44:02.725Z[ recovery-image] Jul 18 21:44:01.578 INFO O| Jul 18 21:44:01.578 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-07-18T21:44:02.728Z[ host-image] Jul 18 21:44:01.580 INFO O| Jul 18 21:44:01.580 INFO O| Done
59642024-07-18T21:44:02.728Z[ host-image] Jul 18 21:44:01.581 INFO O| Jul 18 21:44:01.581 INFO O| Done
59652024-07-18T21:44:02.747Z[ recovery-image] Jul 18 21:44:01.600 INFO O| Jul 18 21:44:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
59662024-07-18T21:44:02.747Z[ recovery-image] Jul 18 21:44:01.600 INFO O| Jul 18 21:44:01.600 INFO STEP 752 (remove_files) COMPLETE
59672024-07-18T21:44:02.749Z[ recovery-image] Jul 18 21:44:01.600 INFO O| Jul 18 21:44:01.600 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-07-18T21:44:02.767Z[ recovery-image] Jul 18 21:44:01.620 INFO O| Jul 18 21:44:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
59692024-07-18T21:44:02.767Z[ recovery-image] Jul 18 21:44:01.620 INFO O| Jul 18 21:44:01.620 INFO STEP 753 (remove_files) COMPLETE
59702024-07-18T21:44:02.769Z[ recovery-image] Jul 18 21:44:01.620 INFO O| Jul 18 21:44:01.620 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-07-18T21:44:02.771Z[ host-image] Jul 18 21:44:01.623 INFO O| Jul 18 21:44:01.623 INFO O| Done
59722024-07-18T21:44:02.788Z[ recovery-image] Jul 18 21:44:01.641 INFO O| Jul 18 21:44:01.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
59732024-07-18T21:44:02.788Z[ recovery-image] Jul 18 21:44:01.641 INFO O| Jul 18 21:44:01.641 INFO STEP 754 (remove_files) COMPLETE
59742024-07-18T21:44:02.788Z[ recovery-image] Jul 18 21:44:01.641 INFO O| Jul 18 21:44:01.641 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-07-18T21:44:02.807Z[ recovery-image] Jul 18 21:44:01.660 INFO O| Jul 18 21:44:01.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
59762024-07-18T21:44:02.807Z[ recovery-image] Jul 18 21:44:01.660 INFO O| Jul 18 21:44:01.660 INFO STEP 755 (remove_files) COMPLETE
59772024-07-18T21:44:02.807Z[ recovery-image] Jul 18 21:44:01.660 INFO O| Jul 18 21:44:01.660 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-07-18T21:44:02.824Z[ recovery-image] Jul 18 21:44:01.677 INFO O| Jul 18 21:44:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
59792024-07-18T21:44:02.824Z[ recovery-image] Jul 18 21:44:01.678 INFO O| Jul 18 21:44:01.677 INFO STEP 756 (remove_files) COMPLETE
59802024-07-18T21:44:02.824Z[ recovery-image] Jul 18 21:44:01.678 INFO O| Jul 18 21:44:01.678 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-07-18T21:44:02.844Z[ recovery-image] Jul 18 21:44:01.697 INFO O| Jul 18 21:44:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
59822024-07-18T21:44:02.844Z[ recovery-image] Jul 18 21:44:01.697 INFO O| Jul 18 21:44:01.697 INFO STEP 757 (remove_files) COMPLETE
59832024-07-18T21:44:02.848Z[ recovery-image] Jul 18 21:44:01.697 INFO O| Jul 18 21:44:01.697 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-07-18T21:44:02.865Z[ recovery-image] Jul 18 21:44:01.718 INFO O| Jul 18 21:44:01.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
59852024-07-18T21:44:02.868Z[ recovery-image] Jul 18 21:44:01.719 INFO O| Jul 18 21:44:01.719 INFO STEP 758 (remove_files) COMPLETE
59862024-07-18T21:44:02.868Z[ recovery-image] Jul 18 21:44:01.719 INFO O| Jul 18 21:44:01.719 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-07-18T21:44:02.883Z[ recovery-image] Jul 18 21:44:01.736 INFO O| Jul 18 21:44:01.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
59882024-07-18T21:44:02.883Z[ recovery-image] Jul 18 21:44:01.736 INFO O| Jul 18 21:44:01.736 INFO STEP 759 (remove_files) COMPLETE
59892024-07-18T21:44:02.883Z[ recovery-image] Jul 18 21:44:01.736 INFO O| Jul 18 21:44:01.736 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-07-18T21:44:02.899Z[ recovery-image] Jul 18 21:44:01.752 INFO O| Jul 18 21:44:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
59912024-07-18T21:44:02.899Z[ recovery-image] Jul 18 21:44:01.752 INFO O| Jul 18 21:44:01.752 INFO STEP 760 (remove_files) COMPLETE
59922024-07-18T21:44:02.902Z[ recovery-image] Jul 18 21:44:01.752 INFO O| Jul 18 21:44:01.752 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-07-18T21:44:02.911Z[ host-image] Jul 18 21:44:01.763 INFO O| Jul 18 21:44:01.763 INFO STEP 13 (pkg_install) COMPLETE
59942024-07-18T21:44:02.911Z[ host-image] Jul 18 21:44:01.763 INFO O| Jul 18 21:44:01.763 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59952024-07-18T21:44:02.914Z[ recovery-image] Jul 18 21:44:01.767 INFO O| Jul 18 21:44:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
59962024-07-18T21:44:02.914Z[ recovery-image] Jul 18 21:44:01.767 INFO O| Jul 18 21:44:01.767 INFO STEP 761 (remove_files) COMPLETE
59972024-07-18T21:44:02.916Z[ recovery-image] Jul 18 21:44:01.767 INFO O| Jul 18 21:44:01.767 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-07-18T21:44:02.924Z[ host-image] Jul 18 21:44:01.777 INFO O| Jul 18 21:44:01.777 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
59992024-07-18T21:44:02.929Z[ recovery-image] Jul 18 21:44:01.783 INFO O| Jul 18 21:44:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
60002024-07-18T21:44:02.930Z[ recovery-image] Jul 18 21:44:01.783 INFO O| Jul 18 21:44:01.783 INFO STEP 762 (remove_files) COMPLETE
60012024-07-18T21:44:02.932Z[ recovery-image] Jul 18 21:44:01.783 INFO O| Jul 18 21:44:01.783 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-07-18T21:44:02.945Z[ recovery-image] Jul 18 21:44:01.798 INFO O| Jul 18 21:44:01.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
60032024-07-18T21:44:02.945Z[ recovery-image] Jul 18 21:44:01.798 INFO O| Jul 18 21:44:01.798 INFO STEP 763 (remove_files) COMPLETE
60042024-07-18T21:44:02.945Z[ recovery-image] Jul 18 21:44:01.798 INFO O| Jul 18 21:44:01.798 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-07-18T21:44:02.964Z[ recovery-image] Jul 18 21:44:01.817 INFO O| Jul 18 21:44:01.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
60062024-07-18T21:44:02.964Z[ recovery-image] Jul 18 21:44:01.817 INFO O| Jul 18 21:44:01.817 INFO STEP 764 (remove_files) COMPLETE
60072024-07-18T21:44:02.964Z[ recovery-image] Jul 18 21:44:01.817 INFO O| Jul 18 21:44:01.817 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-07-18T21:44:02.982Z[ recovery-image] Jul 18 21:44:01.835 INFO O| Jul 18 21:44:01.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
60092024-07-18T21:44:02.982Z[ recovery-image] Jul 18 21:44:01.835 INFO O| Jul 18 21:44:01.835 INFO STEP 765 (remove_files) COMPLETE
60102024-07-18T21:44:02.985Z[ recovery-image] Jul 18 21:44:01.835 INFO O| Jul 18 21:44:01.835 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-07-18T21:44:03.000Z[ recovery-image] Jul 18 21:44:01.853 INFO O| Jul 18 21:44:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
60122024-07-18T21:44:03.004Z[ recovery-image] Jul 18 21:44:01.853 INFO O| Jul 18 21:44:01.853 INFO STEP 766 (remove_files) COMPLETE
60132024-07-18T21:44:03.004Z[ recovery-image] Jul 18 21:44:01.853 INFO O| Jul 18 21:44:01.853 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-07-18T21:44:03.017Z[ recovery-image] Jul 18 21:44:01.870 INFO O| Jul 18 21:44:01.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
60152024-07-18T21:44:03.017Z[ recovery-image] Jul 18 21:44:01.870 INFO O| Jul 18 21:44:01.870 INFO STEP 767 (remove_files) COMPLETE
60162024-07-18T21:44:03.020Z[ recovery-image] Jul 18 21:44:01.870 INFO O| Jul 18 21:44:01.870 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-07-18T21:44:03.035Z[ recovery-image] Jul 18 21:44:01.888 INFO O| Jul 18 21:44:01.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
60182024-07-18T21:44:03.035Z[ recovery-image] Jul 18 21:44:01.888 INFO O| Jul 18 21:44:01.888 INFO STEP 768 (remove_files) COMPLETE
60192024-07-18T21:44:03.035Z[ recovery-image] Jul 18 21:44:01.888 INFO O| Jul 18 21:44:01.888 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-07-18T21:44:03.054Z[ recovery-image] Jul 18 21:44:01.907 INFO O| Jul 18 21:44:01.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
60212024-07-18T21:44:03.054Z[ recovery-image] Jul 18 21:44:01.907 INFO O| Jul 18 21:44:01.907 INFO STEP 769 (remove_files) COMPLETE
60222024-07-18T21:44:03.057Z[ recovery-image] Jul 18 21:44:01.907 INFO O| Jul 18 21:44:01.907 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-07-18T21:44:03.069Z[ recovery-image] Jul 18 21:44:01.922 INFO O| Jul 18 21:44:01.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
60242024-07-18T21:44:03.069Z[ recovery-image] Jul 18 21:44:01.922 INFO O| Jul 18 21:44:01.922 INFO STEP 770 (remove_files) COMPLETE
60252024-07-18T21:44:03.071Z[ recovery-image] Jul 18 21:44:01.922 INFO O| Jul 18 21:44:01.922 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-07-18T21:44:03.088Z[ recovery-image] Jul 18 21:44:01.941 INFO O| Jul 18 21:44:01.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
60272024-07-18T21:44:03.088Z[ recovery-image] Jul 18 21:44:01.942 INFO O| Jul 18 21:44:01.942 INFO STEP 771 (remove_files) COMPLETE
60282024-07-18T21:44:03.091Z[ recovery-image] Jul 18 21:44:01.942 INFO O| Jul 18 21:44:01.942 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-07-18T21:44:03.109Z[ recovery-image] Jul 18 21:44:01.963 INFO O| Jul 18 21:44:01.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
60302024-07-18T21:44:03.109Z[ recovery-image] Jul 18 21:44:01.963 INFO O| Jul 18 21:44:01.963 INFO STEP 772 (remove_files) COMPLETE
60312024-07-18T21:44:03.112Z[ recovery-image] Jul 18 21:44:01.963 INFO O| Jul 18 21:44:01.963 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-07-18T21:44:03.129Z[ recovery-image] Jul 18 21:44:01.983 INFO O| Jul 18 21:44:01.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
60332024-07-18T21:44:03.130Z[ recovery-image] Jul 18 21:44:01.983 INFO O| Jul 18 21:44:01.983 INFO STEP 773 (remove_files) COMPLETE
60342024-07-18T21:44:03.130Z[ recovery-image] Jul 18 21:44:01.983 INFO O| Jul 18 21:44:01.983 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-07-18T21:44:03.150Z[ recovery-image] Jul 18 21:44:02.003 INFO O| Jul 18 21:44:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
60362024-07-18T21:44:03.150Z[ recovery-image] Jul 18 21:44:02.003 INFO O| Jul 18 21:44:02.003 INFO STEP 774 (remove_files) COMPLETE
60372024-07-18T21:44:03.150Z[ recovery-image] Jul 18 21:44:02.003 INFO O| Jul 18 21:44:02.003 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-07-18T21:44:03.169Z[ recovery-image] Jul 18 21:44:02.022 INFO O| Jul 18 21:44:02.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
60392024-07-18T21:44:03.171Z[ recovery-image] Jul 18 21:44:02.023 INFO O| Jul 18 21:44:02.023 INFO STEP 775 (remove_files) COMPLETE
60402024-07-18T21:44:03.172Z[ recovery-image] Jul 18 21:44:02.023 INFO O| Jul 18 21:44:02.023 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-07-18T21:44:03.187Z[ recovery-image] Jul 18 21:44:02.040 INFO O| Jul 18 21:44:02.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
60422024-07-18T21:44:03.187Z[ recovery-image] Jul 18 21:44:02.040 INFO O| Jul 18 21:44:02.040 INFO STEP 776 (remove_files) COMPLETE
60432024-07-18T21:44:03.190Z[ recovery-image] Jul 18 21:44:02.040 INFO O| Jul 18 21:44:02.040 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-07-18T21:44:03.202Z[ recovery-image] Jul 18 21:44:02.055 INFO O| Jul 18 21:44:02.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
60452024-07-18T21:44:03.202Z[ recovery-image] Jul 18 21:44:02.055 INFO O| Jul 18 21:44:02.055 INFO STEP 777 (remove_files) COMPLETE
60462024-07-18T21:44:03.202Z[ recovery-image] Jul 18 21:44:02.055 INFO O| Jul 18 21:44:02.055 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-07-18T21:44:03.221Z[ recovery-image] Jul 18 21:44:02.074 INFO O| Jul 18 21:44:02.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
60482024-07-18T21:44:03.221Z[ recovery-image] Jul 18 21:44:02.074 INFO O| Jul 18 21:44:02.074 INFO STEP 778 (remove_files) COMPLETE
60492024-07-18T21:44:03.223Z[ recovery-image] Jul 18 21:44:02.074 INFO O| Jul 18 21:44:02.074 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-07-18T21:44:03.243Z[ recovery-image] Jul 18 21:44:02.096 INFO O| Jul 18 21:44:02.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
60512024-07-18T21:44:03.243Z[ recovery-image] Jul 18 21:44:02.096 INFO O| Jul 18 21:44:02.096 INFO STEP 779 (remove_files) COMPLETE
60522024-07-18T21:44:03.243Z[ recovery-image] Jul 18 21:44:02.096 INFO O| Jul 18 21:44:02.096 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-07-18T21:44:03.264Z[ recovery-image] Jul 18 21:44:02.117 INFO O| Jul 18 21:44:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
60542024-07-18T21:44:03.264Z[ recovery-image] Jul 18 21:44:02.117 INFO O| Jul 18 21:44:02.117 INFO STEP 780 (remove_files) COMPLETE
60552024-07-18T21:44:03.264Z[ recovery-image] Jul 18 21:44:02.117 INFO O| Jul 18 21:44:02.117 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-07-18T21:44:03.283Z[ recovery-image] Jul 18 21:44:02.137 INFO O| Jul 18 21:44:02.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
60572024-07-18T21:44:03.283Z[ recovery-image] Jul 18 21:44:02.137 INFO O| Jul 18 21:44:02.137 INFO STEP 781 (remove_files) COMPLETE
60582024-07-18T21:44:03.283Z[ recovery-image] Jul 18 21:44:02.137 INFO O| Jul 18 21:44:02.137 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-07-18T21:44:03.303Z[ recovery-image] Jul 18 21:44:02.156 INFO O| Jul 18 21:44:02.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
60602024-07-18T21:44:03.303Z[ recovery-image] Jul 18 21:44:02.156 INFO O| Jul 18 21:44:02.156 INFO STEP 782 (remove_files) COMPLETE
60612024-07-18T21:44:03.306Z[ recovery-image] Jul 18 21:44:02.156 INFO O| Jul 18 21:44:02.156 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-07-18T21:44:03.322Z[ recovery-image] Jul 18 21:44:02.176 INFO O| Jul 18 21:44:02.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
60632024-07-18T21:44:03.322Z[ recovery-image] Jul 18 21:44:02.176 INFO O| Jul 18 21:44:02.176 INFO STEP 783 (remove_files) COMPLETE
60642024-07-18T21:44:03.325Z[ recovery-image] Jul 18 21:44:02.176 INFO O| Jul 18 21:44:02.176 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-07-18T21:44:03.339Z[ recovery-image] Jul 18 21:44:02.192 INFO O| Jul 18 21:44:02.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
60662024-07-18T21:44:03.339Z[ recovery-image] Jul 18 21:44:02.192 INFO O| Jul 18 21:44:02.192 INFO STEP 784 (remove_files) COMPLETE
60672024-07-18T21:44:03.341Z[ recovery-image] Jul 18 21:44:02.192 INFO O| Jul 18 21:44:02.192 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-07-18T21:44:03.353Z[ recovery-image] Jul 18 21:44:02.206 INFO O| Jul 18 21:44:02.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
60692024-07-18T21:44:03.353Z[ recovery-image] Jul 18 21:44:02.206 INFO O| Jul 18 21:44:02.206 INFO STEP 785 (remove_files) COMPLETE
60702024-07-18T21:44:03.353Z[ recovery-image] Jul 18 21:44:02.207 INFO O| Jul 18 21:44:02.206 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-07-18T21:44:03.372Z[ recovery-image] Jul 18 21:44:02.224 INFO O| Jul 18 21:44:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
60722024-07-18T21:44:03.372Z[ recovery-image] Jul 18 21:44:02.224 INFO O| Jul 18 21:44:02.224 INFO STEP 786 (remove_files) COMPLETE
60732024-07-18T21:44:03.372Z[ recovery-image] Jul 18 21:44:02.224 INFO O| Jul 18 21:44:02.224 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-07-18T21:44:03.387Z[ recovery-image] Jul 18 21:44:02.240 INFO O| Jul 18 21:44:02.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
60752024-07-18T21:44:03.387Z[ recovery-image] Jul 18 21:44:02.240 INFO O| Jul 18 21:44:02.240 INFO STEP 787 (remove_files) COMPLETE
60762024-07-18T21:44:03.390Z[ recovery-image] Jul 18 21:44:02.240 INFO O| Jul 18 21:44:02.240 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-07-18T21:44:03.404Z[ recovery-image] Jul 18 21:44:02.257 INFO O| Jul 18 21:44:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
60782024-07-18T21:44:03.404Z[ recovery-image] Jul 18 21:44:02.257 INFO O| Jul 18 21:44:02.257 INFO STEP 788 (remove_files) COMPLETE
60792024-07-18T21:44:03.404Z[ recovery-image] Jul 18 21:44:02.257 INFO O| Jul 18 21:44:02.257 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-07-18T21:44:03.419Z[ recovery-image] Jul 18 21:44:02.272 INFO O| Jul 18 21:44:02.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
60812024-07-18T21:44:03.419Z[ recovery-image] Jul 18 21:44:02.272 INFO O| Jul 18 21:44:02.272 INFO STEP 789 (remove_files) COMPLETE
60822024-07-18T21:44:03.419Z[ recovery-image] Jul 18 21:44:02.272 INFO O| Jul 18 21:44:02.272 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-07-18T21:44:03.432Z[ recovery-image] Jul 18 21:44:02.285 INFO O| Jul 18 21:44:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
60842024-07-18T21:44:03.432Z[ recovery-image] Jul 18 21:44:02.285 INFO O| Jul 18 21:44:02.285 INFO STEP 790 (remove_files) COMPLETE
60852024-07-18T21:44:03.434Z[ recovery-image] Jul 18 21:44:02.285 INFO O| Jul 18 21:44:02.285 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-07-18T21:44:03.444Z[ recovery-image] Jul 18 21:44:02.297 INFO O| Jul 18 21:44:02.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
60872024-07-18T21:44:03.444Z[ recovery-image] Jul 18 21:44:02.297 INFO O| Jul 18 21:44:02.297 INFO STEP 791 (remove_files) COMPLETE
60882024-07-18T21:44:03.447Z[ recovery-image] Jul 18 21:44:02.297 INFO O| Jul 18 21:44:02.297 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-07-18T21:44:03.457Z[ recovery-image] Jul 18 21:44:02.310 INFO O| Jul 18 21:44:02.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
60902024-07-18T21:44:03.457Z[ recovery-image] Jul 18 21:44:02.310 INFO O| Jul 18 21:44:02.310 INFO STEP 792 (remove_files) COMPLETE
60912024-07-18T21:44:03.459Z[ recovery-image] Jul 18 21:44:02.310 INFO O| Jul 18 21:44:02.310 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-07-18T21:44:03.467Z[ host-image] Jul 18 21:44:02.320 INFO O| Jul 18 21:44:02.320 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60932024-07-18T21:44:03.470Z[ recovery-image] Jul 18 21:44:02.323 INFO O| Jul 18 21:44:02.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
60942024-07-18T21:44:03.470Z[ recovery-image] Jul 18 21:44:02.323 INFO O| Jul 18 21:44:02.323 INFO STEP 793 (remove_files) COMPLETE
60952024-07-18T21:44:03.472Z[ recovery-image] Jul 18 21:44:02.323 INFO O| Jul 18 21:44:02.323 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-07-18T21:44:03.485Z[ recovery-image] Jul 18 21:44:02.338 INFO O| Jul 18 21:44:02.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
60972024-07-18T21:44:03.485Z[ recovery-image] Jul 18 21:44:02.338 INFO O| Jul 18 21:44:02.338 INFO STEP 794 (remove_files) COMPLETE
60982024-07-18T21:44:03.486Z[ recovery-image] Jul 18 21:44:02.338 INFO O| Jul 18 21:44:02.338 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-07-18T21:44:03.499Z[ recovery-image] Jul 18 21:44:02.352 INFO O| Jul 18 21:44:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
61002024-07-18T21:44:03.499Z[ recovery-image] Jul 18 21:44:02.352 INFO O| Jul 18 21:44:02.352 INFO STEP 795 (remove_files) COMPLETE
61012024-07-18T21:44:03.501Z[ recovery-image] Jul 18 21:44:02.352 INFO O| Jul 18 21:44:02.352 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-07-18T21:44:03.514Z[ recovery-image] Jul 18 21:44:02.367 INFO O| Jul 18 21:44:02.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
61032024-07-18T21:44:03.514Z[ recovery-image] Jul 18 21:44:02.367 INFO O| Jul 18 21:44:02.367 INFO STEP 796 (remove_files) COMPLETE
61042024-07-18T21:44:03.517Z[ recovery-image] Jul 18 21:44:02.367 INFO O| Jul 18 21:44:02.367 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-07-18T21:44:03.527Z[ recovery-image] Jul 18 21:44:02.380 INFO O| Jul 18 21:44:02.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
61062024-07-18T21:44:03.527Z[ recovery-image] Jul 18 21:44:02.380 INFO O| Jul 18 21:44:02.380 INFO STEP 797 (remove_files) COMPLETE
61072024-07-18T21:44:03.527Z[ recovery-image] Jul 18 21:44:02.380 INFO O| Jul 18 21:44:02.380 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-07-18T21:44:03.539Z[ recovery-image] Jul 18 21:44:02.393 INFO O| Jul 18 21:44:02.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
61092024-07-18T21:44:03.539Z[ recovery-image] Jul 18 21:44:02.393 INFO O| Jul 18 21:44:02.393 INFO STEP 798 (remove_files) COMPLETE
61102024-07-18T21:44:03.539Z[ recovery-image] Jul 18 21:44:02.393 INFO O| Jul 18 21:44:02.393 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-07-18T21:44:03.552Z[ recovery-image] Jul 18 21:44:02.405 INFO O| Jul 18 21:44:02.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
61122024-07-18T21:44:03.552Z[ recovery-image] Jul 18 21:44:02.405 INFO O| Jul 18 21:44:02.405 INFO STEP 799 (remove_files) COMPLETE
61132024-07-18T21:44:03.553Z[ recovery-image] Jul 18 21:44:02.406 INFO O| Jul 18 21:44:02.405 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-07-18T21:44:03.564Z[ recovery-image] Jul 18 21:44:02.417 INFO O| Jul 18 21:44:02.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
61152024-07-18T21:44:03.564Z[ recovery-image] Jul 18 21:44:02.417 INFO O| Jul 18 21:44:02.417 INFO STEP 800 (remove_files) COMPLETE
61162024-07-18T21:44:03.566Z[ recovery-image] Jul 18 21:44:02.417 INFO O| Jul 18 21:44:02.417 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-07-18T21:44:03.575Z[ recovery-image] Jul 18 21:44:02.428 INFO O| Jul 18 21:44:02.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
61182024-07-18T21:44:03.575Z[ recovery-image] Jul 18 21:44:02.428 INFO O| Jul 18 21:44:02.428 INFO STEP 801 (remove_files) COMPLETE
61192024-07-18T21:44:03.578Z[ recovery-image] Jul 18 21:44:02.428 INFO O| Jul 18 21:44:02.428 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-07-18T21:44:03.589Z[ recovery-image] Jul 18 21:44:02.442 INFO O| Jul 18 21:44:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
61212024-07-18T21:44:03.589Z[ recovery-image] Jul 18 21:44:02.442 INFO O| Jul 18 21:44:02.442 INFO STEP 802 (remove_files) COMPLETE
61222024-07-18T21:44:03.591Z[ recovery-image] Jul 18 21:44:02.442 INFO O| Jul 18 21:44:02.442 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-07-18T21:44:03.602Z[ recovery-image] Jul 18 21:44:02.456 INFO O| Jul 18 21:44:02.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
61242024-07-18T21:44:03.602Z[ recovery-image] Jul 18 21:44:02.456 INFO O| Jul 18 21:44:02.456 INFO STEP 803 (remove_files) COMPLETE
61252024-07-18T21:44:03.602Z[ recovery-image] Jul 18 21:44:02.456 INFO O| Jul 18 21:44:02.456 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-07-18T21:44:03.615Z[ recovery-image] Jul 18 21:44:02.468 INFO O| Jul 18 21:44:02.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
61272024-07-18T21:44:03.615Z[ recovery-image] Jul 18 21:44:02.468 INFO O| Jul 18 21:44:02.468 INFO STEP 804 (remove_files) COMPLETE
61282024-07-18T21:44:03.615Z[ recovery-image] Jul 18 21:44:02.468 INFO O| Jul 18 21:44:02.468 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-07-18T21:44:03.627Z[ recovery-image] Jul 18 21:44:02.480 INFO O| Jul 18 21:44:02.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
61302024-07-18T21:44:03.627Z[ recovery-image] Jul 18 21:44:02.480 INFO O| Jul 18 21:44:02.480 INFO STEP 805 (remove_files) COMPLETE
61312024-07-18T21:44:03.630Z[ recovery-image] Jul 18 21:44:02.480 INFO O| Jul 18 21:44:02.480 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-07-18T21:44:03.639Z[ recovery-image] Jul 18 21:44:02.492 INFO O| Jul 18 21:44:02.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
61332024-07-18T21:44:03.639Z[ recovery-image] Jul 18 21:44:02.492 INFO O| Jul 18 21:44:02.492 INFO STEP 806 (remove_files) COMPLETE
61342024-07-18T21:44:03.639Z[ recovery-image] Jul 18 21:44:02.492 INFO O| Jul 18 21:44:02.492 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-07-18T21:44:03.651Z[ recovery-image] Jul 18 21:44:02.505 INFO O| Jul 18 21:44:02.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
61362024-07-18T21:44:03.651Z[ recovery-image] Jul 18 21:44:02.505 INFO O| Jul 18 21:44:02.505 INFO STEP 807 (remove_files) COMPLETE
61372024-07-18T21:44:03.654Z[ recovery-image] Jul 18 21:44:02.505 INFO O| Jul 18 21:44:02.505 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-07-18T21:44:03.664Z[ recovery-image] Jul 18 21:44:02.517 INFO O| Jul 18 21:44:02.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
61392024-07-18T21:44:03.664Z[ recovery-image] Jul 18 21:44:02.517 INFO O| Jul 18 21:44:02.517 INFO STEP 808 (remove_files) COMPLETE
61402024-07-18T21:44:03.664Z[ recovery-image] Jul 18 21:44:02.517 INFO O| Jul 18 21:44:02.517 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-07-18T21:44:03.675Z[ recovery-image] Jul 18 21:44:02.528 INFO O| Jul 18 21:44:02.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
61422024-07-18T21:44:03.678Z[ recovery-image] Jul 18 21:44:02.529 INFO O| Jul 18 21:44:02.529 INFO STEP 809 (remove_files) COMPLETE
61432024-07-18T21:44:03.678Z[ recovery-image] Jul 18 21:44:02.529 INFO O| Jul 18 21:44:02.529 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-07-18T21:44:03.686Z[ recovery-image] Jul 18 21:44:02.540 INFO O| Jul 18 21:44:02.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
61452024-07-18T21:44:03.689Z[ recovery-image] Jul 18 21:44:02.540 INFO O| Jul 18 21:44:02.540 INFO STEP 810 (remove_files) COMPLETE
61462024-07-18T21:44:03.689Z[ recovery-image] Jul 18 21:44:02.540 INFO O| Jul 18 21:44:02.540 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-07-18T21:44:03.699Z[ recovery-image] Jul 18 21:44:02.552 INFO O| Jul 18 21:44:02.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
61482024-07-18T21:44:03.699Z[ recovery-image] Jul 18 21:44:02.552 INFO O| Jul 18 21:44:02.552 INFO STEP 811 (remove_files) COMPLETE
61492024-07-18T21:44:03.701Z[ recovery-image] Jul 18 21:44:02.552 INFO O| Jul 18 21:44:02.552 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-07-18T21:44:03.710Z[ recovery-image] Jul 18 21:44:02.563 INFO O| Jul 18 21:44:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
61512024-07-18T21:44:03.710Z[ recovery-image] Jul 18 21:44:02.563 INFO O| Jul 18 21:44:02.563 INFO STEP 812 (remove_files) COMPLETE
61522024-07-18T21:44:03.713Z[ recovery-image] Jul 18 21:44:02.563 INFO O| Jul 18 21:44:02.563 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-07-18T21:44:03.722Z[ recovery-image] Jul 18 21:44:02.575 INFO O| Jul 18 21:44:02.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
61542024-07-18T21:44:03.722Z[ recovery-image] Jul 18 21:44:02.575 INFO O| Jul 18 21:44:02.575 INFO STEP 813 (remove_files) COMPLETE
61552024-07-18T21:44:03.726Z[ recovery-image] Jul 18 21:44:02.575 INFO O| Jul 18 21:44:02.575 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-07-18T21:44:03.734Z[ recovery-image] Jul 18 21:44:02.587 INFO O| Jul 18 21:44:02.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
61572024-07-18T21:44:03.734Z[ recovery-image] Jul 18 21:44:02.588 INFO O| Jul 18 21:44:02.587 INFO STEP 814 (remove_files) COMPLETE
61582024-07-18T21:44:03.734Z[ recovery-image] Jul 18 21:44:02.588 INFO O| Jul 18 21:44:02.588 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-07-18T21:44:03.748Z[ recovery-image] Jul 18 21:44:02.601 INFO O| Jul 18 21:44:02.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
61602024-07-18T21:44:03.748Z[ recovery-image] Jul 18 21:44:02.602 INFO O| Jul 18 21:44:02.601 INFO STEP 815 (remove_files) COMPLETE
61612024-07-18T21:44:03.751Z[ recovery-image] Jul 18 21:44:02.602 INFO O| Jul 18 21:44:02.602 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-07-18T21:44:03.762Z[ recovery-image] Jul 18 21:44:02.615 INFO O| Jul 18 21:44:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
61632024-07-18T21:44:03.762Z[ recovery-image] Jul 18 21:44:02.616 INFO O| Jul 18 21:44:02.616 INFO STEP 816 (remove_files) COMPLETE
61642024-07-18T21:44:03.763Z[ recovery-image] Jul 18 21:44:02.616 INFO O| Jul 18 21:44:02.616 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-07-18T21:44:03.778Z[ recovery-image] Jul 18 21:44:02.631 INFO O| Jul 18 21:44:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
61662024-07-18T21:44:03.778Z[ recovery-image] Jul 18 21:44:02.631 INFO O| Jul 18 21:44:02.631 INFO STEP 817 (remove_files) COMPLETE
61672024-07-18T21:44:03.781Z[ recovery-image] Jul 18 21:44:02.631 INFO O| Jul 18 21:44:02.631 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-07-18T21:44:03.796Z[ recovery-image] Jul 18 21:44:02.650 INFO O| Jul 18 21:44:02.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
61692024-07-18T21:44:03.797Z[ recovery-image] Jul 18 21:44:02.650 INFO O| Jul 18 21:44:02.650 INFO STEP 818 (remove_files) COMPLETE
61702024-07-18T21:44:03.797Z[ recovery-image] Jul 18 21:44:02.650 INFO O| Jul 18 21:44:02.650 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-07-18T21:44:03.813Z[ recovery-image] Jul 18 21:44:02.666 INFO O| Jul 18 21:44:02.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
61722024-07-18T21:44:03.813Z[ recovery-image] Jul 18 21:44:02.666 INFO O| Jul 18 21:44:02.666 INFO STEP 819 (remove_files) COMPLETE
61732024-07-18T21:44:03.815Z[ recovery-image] Jul 18 21:44:02.666 INFO O| Jul 18 21:44:02.666 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-07-18T21:44:03.826Z[ recovery-image] Jul 18 21:44:02.679 INFO O| Jul 18 21:44:02.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
61752024-07-18T21:44:03.826Z[ recovery-image] Jul 18 21:44:02.679 INFO O| Jul 18 21:44:02.679 INFO STEP 820 (remove_files) COMPLETE
61762024-07-18T21:44:03.826Z[ recovery-image] Jul 18 21:44:02.679 INFO O| Jul 18 21:44:02.679 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-07-18T21:44:03.838Z[ recovery-image] Jul 18 21:44:02.691 INFO O| Jul 18 21:44:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
61782024-07-18T21:44:03.838Z[ recovery-image] Jul 18 21:44:02.692 INFO O| Jul 18 21:44:02.692 INFO STEP 821 (remove_files) COMPLETE
61792024-07-18T21:44:03.838Z[ recovery-image] Jul 18 21:44:02.692 INFO O| Jul 18 21:44:02.692 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-07-18T21:44:03.855Z[ recovery-image] Jul 18 21:44:02.708 INFO O| Jul 18 21:44:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
61812024-07-18T21:44:03.855Z[ recovery-image] Jul 18 21:44:02.708 INFO O| Jul 18 21:44:02.708 INFO STEP 822 (remove_files) COMPLETE
61822024-07-18T21:44:03.855Z[ recovery-image] Jul 18 21:44:02.708 INFO O| Jul 18 21:44:02.708 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-07-18T21:44:03.869Z[ recovery-image] Jul 18 21:44:02.722 INFO O| Jul 18 21:44:02.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
61842024-07-18T21:44:03.869Z[ recovery-image] Jul 18 21:44:02.722 INFO O| Jul 18 21:44:02.722 INFO STEP 823 (remove_files) COMPLETE
61852024-07-18T21:44:03.869Z[ recovery-image] Jul 18 21:44:02.722 INFO O| Jul 18 21:44:02.722 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-07-18T21:44:03.882Z[ recovery-image] Jul 18 21:44:02.735 INFO O| Jul 18 21:44:02.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
61872024-07-18T21:44:03.882Z[ recovery-image] Jul 18 21:44:02.735 INFO O| Jul 18 21:44:02.735 INFO STEP 824 (remove_files) COMPLETE
61882024-07-18T21:44:03.885Z[ recovery-image] Jul 18 21:44:02.735 INFO O| Jul 18 21:44:02.735 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-07-18T21:44:03.896Z[ recovery-image] Jul 18 21:44:02.749 INFO O| Jul 18 21:44:02.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
61902024-07-18T21:44:03.896Z[ recovery-image] Jul 18 21:44:02.749 INFO O| Jul 18 21:44:02.749 INFO STEP 825 (remove_files) COMPLETE
61912024-07-18T21:44:03.896Z[ recovery-image] Jul 18 21:44:02.749 INFO O| Jul 18 21:44:02.749 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-07-18T21:44:03.908Z[ recovery-image] Jul 18 21:44:02.762 INFO O| Jul 18 21:44:02.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
61932024-07-18T21:44:03.909Z[ recovery-image] Jul 18 21:44:02.762 INFO O| Jul 18 21:44:02.762 INFO STEP 826 (remove_files) COMPLETE
61942024-07-18T21:44:03.909Z[ recovery-image] Jul 18 21:44:02.762 INFO O| Jul 18 21:44:02.762 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-07-18T21:44:03.922Z[ recovery-image] Jul 18 21:44:02.775 INFO O| Jul 18 21:44:02.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
61962024-07-18T21:44:03.922Z[ recovery-image] Jul 18 21:44:02.775 INFO O| Jul 18 21:44:02.775 INFO STEP 827 (remove_files) COMPLETE
61972024-07-18T21:44:03.922Z[ recovery-image] Jul 18 21:44:02.775 INFO O| Jul 18 21:44:02.775 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-07-18T21:44:03.937Z[ recovery-image] Jul 18 21:44:02.790 INFO O| Jul 18 21:44:02.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
61992024-07-18T21:44:03.937Z[ recovery-image] Jul 18 21:44:02.790 INFO O| Jul 18 21:44:02.790 INFO STEP 828 (remove_files) COMPLETE
62002024-07-18T21:44:03.940Z[ recovery-image] Jul 18 21:44:02.790 INFO O| Jul 18 21:44:02.790 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-07-18T21:44:03.951Z[ recovery-image] Jul 18 21:44:02.804 INFO O| Jul 18 21:44:02.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
62022024-07-18T21:44:03.951Z[ recovery-image] Jul 18 21:44:02.804 INFO O| Jul 18 21:44:02.804 INFO STEP 829 (remove_files) COMPLETE
62032024-07-18T21:44:03.951Z[ recovery-image] Jul 18 21:44:02.804 INFO O| Jul 18 21:44:02.804 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-07-18T21:44:03.965Z[ recovery-image] Jul 18 21:44:02.818 INFO O| Jul 18 21:44:02.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
62052024-07-18T21:44:03.965Z[ recovery-image] Jul 18 21:44:02.818 INFO O| Jul 18 21:44:02.818 INFO STEP 830 (remove_files) COMPLETE
62062024-07-18T21:44:03.968Z[ recovery-image] Jul 18 21:44:02.818 INFO O| Jul 18 21:44:02.818 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-07-18T21:44:03.980Z[ recovery-image] Jul 18 21:44:02.833 INFO O| Jul 18 21:44:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
62082024-07-18T21:44:03.980Z[ recovery-image] Jul 18 21:44:02.833 INFO O| Jul 18 21:44:02.833 INFO STEP 831 (remove_files) COMPLETE
62092024-07-18T21:44:03.980Z[ recovery-image] Jul 18 21:44:02.833 INFO O| Jul 18 21:44:02.833 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-07-18T21:44:03.993Z[ recovery-image] Jul 18 21:44:02.846 INFO O| Jul 18 21:44:02.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
62112024-07-18T21:44:03.993Z[ recovery-image] Jul 18 21:44:02.847 INFO O| Jul 18 21:44:02.847 INFO STEP 832 (remove_files) COMPLETE
62122024-07-18T21:44:03.996Z[ recovery-image] Jul 18 21:44:02.847 INFO O| Jul 18 21:44:02.847 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-07-18T21:44:04.006Z[ recovery-image] Jul 18 21:44:02.859 INFO O| Jul 18 21:44:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
62142024-07-18T21:44:04.006Z[ recovery-image] Jul 18 21:44:02.859 INFO O| Jul 18 21:44:02.859 INFO STEP 833 (remove_files) COMPLETE
62152024-07-18T21:44:04.006Z[ recovery-image] Jul 18 21:44:02.859 INFO O| Jul 18 21:44:02.859 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-07-18T21:44:04.018Z[ recovery-image] Jul 18 21:44:02.871 INFO O| Jul 18 21:44:02.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
62172024-07-18T21:44:04.018Z[ recovery-image] Jul 18 21:44:02.871 INFO O| Jul 18 21:44:02.871 INFO STEP 834 (remove_files) COMPLETE
62182024-07-18T21:44:04.021Z[ recovery-image] Jul 18 21:44:02.872 INFO O| Jul 18 21:44:02.871 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-07-18T21:44:04.031Z[ recovery-image] Jul 18 21:44:02.884 INFO O| Jul 18 21:44:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
62202024-07-18T21:44:04.031Z[ recovery-image] Jul 18 21:44:02.884 INFO O| Jul 18 21:44:02.884 INFO STEP 835 (remove_files) COMPLETE
62212024-07-18T21:44:04.033Z[ recovery-image] Jul 18 21:44:02.884 INFO O| Jul 18 21:44:02.884 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-07-18T21:44:04.043Z[ recovery-image] Jul 18 21:44:02.896 INFO O| Jul 18 21:44:02.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
62232024-07-18T21:44:04.043Z[ recovery-image] Jul 18 21:44:02.896 INFO O| Jul 18 21:44:02.896 INFO STEP 836 (remove_files) COMPLETE
62242024-07-18T21:44:04.043Z[ recovery-image] Jul 18 21:44:02.896 INFO O| Jul 18 21:44:02.896 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-07-18T21:44:04.055Z[ recovery-image] Jul 18 21:44:02.909 INFO O| Jul 18 21:44:02.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
62262024-07-18T21:44:04.055Z[ recovery-image] Jul 18 21:44:02.909 INFO O| Jul 18 21:44:02.909 INFO STEP 837 (remove_files) COMPLETE
62272024-07-18T21:44:04.058Z[ recovery-image] Jul 18 21:44:02.909 INFO O| Jul 18 21:44:02.909 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-07-18T21:44:04.068Z[ recovery-image] Jul 18 21:44:02.921 INFO O| Jul 18 21:44:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
62292024-07-18T21:44:04.068Z[ recovery-image] Jul 18 21:44:02.921 INFO O| Jul 18 21:44:02.921 INFO STEP 838 (remove_files) COMPLETE
62302024-07-18T21:44:04.068Z[ recovery-image] Jul 18 21:44:02.921 INFO O| Jul 18 21:44:02.921 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-07-18T21:44:04.080Z[ recovery-image] Jul 18 21:44:02.933 INFO O| Jul 18 21:44:02.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
62322024-07-18T21:44:04.083Z[ recovery-image] Jul 18 21:44:02.933 INFO O| Jul 18 21:44:02.933 INFO STEP 839 (remove_files) COMPLETE
62332024-07-18T21:44:04.083Z[ recovery-image] Jul 18 21:44:02.934 INFO O| Jul 18 21:44:02.933 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-07-18T21:44:04.093Z[ recovery-image] Jul 18 21:44:02.946 INFO O| Jul 18 21:44:02.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
62352024-07-18T21:44:04.093Z[ recovery-image] Jul 18 21:44:02.946 INFO O| Jul 18 21:44:02.946 INFO STEP 840 (remove_files) COMPLETE
62362024-07-18T21:44:04.093Z[ recovery-image] Jul 18 21:44:02.946 INFO O| Jul 18 21:44:02.946 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-07-18T21:44:04.105Z[ recovery-image] Jul 18 21:44:02.958 INFO O| Jul 18 21:44:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
62382024-07-18T21:44:04.105Z[ recovery-image] Jul 18 21:44:02.959 INFO O| Jul 18 21:44:02.959 INFO STEP 841 (remove_files) COMPLETE
62392024-07-18T21:44:04.105Z[ recovery-image] Jul 18 21:44:02.959 INFO O| Jul 18 21:44:02.959 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-07-18T21:44:04.120Z[ recovery-image] Jul 18 21:44:02.974 INFO O| Jul 18 21:44:02.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
62412024-07-18T21:44:04.120Z[ recovery-image] Jul 18 21:44:02.974 INFO O| Jul 18 21:44:02.974 INFO STEP 842 (remove_files) COMPLETE
62422024-07-18T21:44:04.123Z[ recovery-image] Jul 18 21:44:02.974 INFO O| Jul 18 21:44:02.974 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-07-18T21:44:04.133Z[ recovery-image] Jul 18 21:44:02.986 INFO O| Jul 18 21:44:02.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
62442024-07-18T21:44:04.133Z[ recovery-image] Jul 18 21:44:02.986 INFO O| Jul 18 21:44:02.986 INFO STEP 843 (remove_files) COMPLETE
62452024-07-18T21:44:04.133Z[ recovery-image] Jul 18 21:44:02.987 INFO O| Jul 18 21:44:02.986 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-07-18T21:44:04.147Z[ recovery-image] Jul 18 21:44:03.000 INFO O| Jul 18 21:44:03.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
62472024-07-18T21:44:04.147Z[ recovery-image] Jul 18 21:44:03.000 INFO O| Jul 18 21:44:03.000 INFO STEP 844 (remove_files) COMPLETE
62482024-07-18T21:44:04.150Z[ recovery-image] Jul 18 21:44:03.000 INFO O| Jul 18 21:44:03.000 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-07-18T21:44:04.164Z[ recovery-image] Jul 18 21:44:03.017 INFO O| Jul 18 21:44:03.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
62502024-07-18T21:44:04.164Z[ recovery-image] Jul 18 21:44:03.017 INFO O| Jul 18 21:44:03.017 INFO STEP 845 (remove_files) COMPLETE
62512024-07-18T21:44:04.167Z[ recovery-image] Jul 18 21:44:03.017 INFO O| Jul 18 21:44:03.017 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-07-18T21:44:04.177Z[ recovery-image] Jul 18 21:44:03.030 INFO O| Jul 18 21:44:03.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
62532024-07-18T21:44:04.177Z[ recovery-image] Jul 18 21:44:03.030 INFO O| Jul 18 21:44:03.030 INFO STEP 846 (remove_files) COMPLETE
62542024-07-18T21:44:04.177Z[ recovery-image] Jul 18 21:44:03.030 INFO O| Jul 18 21:44:03.030 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-07-18T21:44:04.192Z[ recovery-image] Jul 18 21:44:03.045 INFO O| Jul 18 21:44:03.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
62562024-07-18T21:44:04.192Z[ recovery-image] Jul 18 21:44:03.045 INFO O| Jul 18 21:44:03.045 INFO STEP 847 (remove_files) COMPLETE
62572024-07-18T21:44:04.192Z[ recovery-image] Jul 18 21:44:03.045 INFO O| Jul 18 21:44:03.045 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-07-18T21:44:04.207Z[ recovery-image] Jul 18 21:44:03.060 INFO O| Jul 18 21:44:03.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
62592024-07-18T21:44:04.207Z[ recovery-image] Jul 18 21:44:03.060 INFO O| Jul 18 21:44:03.060 INFO STEP 848 (remove_files) COMPLETE
62602024-07-18T21:44:04.210Z[ recovery-image] Jul 18 21:44:03.060 INFO O| Jul 18 21:44:03.060 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-07-18T21:44:04.223Z[ recovery-image] Jul 18 21:44:03.076 INFO O| Jul 18 21:44:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
62622024-07-18T21:44:04.223Z[ recovery-image] Jul 18 21:44:03.076 INFO O| Jul 18 21:44:03.076 INFO STEP 849 (remove_files) COMPLETE
62632024-07-18T21:44:04.226Z[ recovery-image] Jul 18 21:44:03.076 INFO O| Jul 18 21:44:03.076 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-07-18T21:44:04.238Z[ recovery-image] Jul 18 21:44:03.091 INFO O| Jul 18 21:44:03.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
62652024-07-18T21:44:04.240Z[ recovery-image] Jul 18 21:44:03.091 INFO O| Jul 18 21:44:03.091 INFO STEP 850 (remove_files) COMPLETE
62662024-07-18T21:44:04.240Z[ recovery-image] Jul 18 21:44:03.091 INFO O| Jul 18 21:44:03.091 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-07-18T21:44:04.253Z[ recovery-image] Jul 18 21:44:03.106 INFO O| Jul 18 21:44:03.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
62682024-07-18T21:44:04.253Z[ recovery-image] Jul 18 21:44:03.107 INFO O| Jul 18 21:44:03.106 INFO STEP 851 (remove_files) COMPLETE
62692024-07-18T21:44:04.256Z[ recovery-image] Jul 18 21:44:03.107 INFO O| Jul 18 21:44:03.106 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-07-18T21:44:04.268Z[ recovery-image] Jul 18 21:44:03.121 INFO O| Jul 18 21:44:03.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
62712024-07-18T21:44:04.268Z[ recovery-image] Jul 18 21:44:03.121 INFO O| Jul 18 21:44:03.121 INFO STEP 852 (remove_files) COMPLETE
62722024-07-18T21:44:04.271Z[ recovery-image] Jul 18 21:44:03.121 INFO O| Jul 18 21:44:03.121 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-07-18T21:44:04.284Z[ recovery-image] Jul 18 21:44:03.138 INFO O| Jul 18 21:44:03.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
62742024-07-18T21:44:04.284Z[ recovery-image] Jul 18 21:44:03.138 INFO O| Jul 18 21:44:03.138 INFO STEP 853 (remove_files) COMPLETE
62752024-07-18T21:44:04.285Z[ recovery-image] Jul 18 21:44:03.138 INFO O| Jul 18 21:44:03.138 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-07-18T21:44:04.298Z[ recovery-image] Jul 18 21:44:03.151 INFO O| Jul 18 21:44:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
62772024-07-18T21:44:04.298Z[ recovery-image] Jul 18 21:44:03.152 INFO O| Jul 18 21:44:03.151 INFO STEP 854 (remove_files) COMPLETE
62782024-07-18T21:44:04.298Z[ recovery-image] Jul 18 21:44:03.152 INFO O| Jul 18 21:44:03.152 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-07-18T21:44:04.314Z[ recovery-image] Jul 18 21:44:03.167 INFO O| Jul 18 21:44:03.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
62802024-07-18T21:44:04.314Z[ recovery-image] Jul 18 21:44:03.167 INFO O| Jul 18 21:44:03.167 INFO STEP 855 (remove_files) COMPLETE
62812024-07-18T21:44:04.317Z[ recovery-image] Jul 18 21:44:03.167 INFO O| Jul 18 21:44:03.167 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-07-18T21:44:04.329Z[ recovery-image] Jul 18 21:44:03.182 INFO O| Jul 18 21:44:03.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
62832024-07-18T21:44:04.329Z[ recovery-image] Jul 18 21:44:03.182 INFO O| Jul 18 21:44:03.182 INFO STEP 856 (remove_files) COMPLETE
62842024-07-18T21:44:04.332Z[ recovery-image] Jul 18 21:44:03.183 INFO O| Jul 18 21:44:03.182 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-07-18T21:44:04.343Z[ recovery-image] Jul 18 21:44:03.196 INFO O| Jul 18 21:44:03.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
62862024-07-18T21:44:04.343Z[ recovery-image] Jul 18 21:44:03.196 INFO O| Jul 18 21:44:03.196 INFO STEP 857 (remove_files) COMPLETE
62872024-07-18T21:44:04.343Z[ recovery-image] Jul 18 21:44:03.196 INFO O| Jul 18 21:44:03.196 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-07-18T21:44:04.358Z[ recovery-image] Jul 18 21:44:03.211 INFO O| Jul 18 21:44:03.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
62892024-07-18T21:44:04.358Z[ recovery-image] Jul 18 21:44:03.211 INFO O| Jul 18 21:44:03.211 INFO STEP 858 (remove_files) COMPLETE
62902024-07-18T21:44:04.360Z[ recovery-image] Jul 18 21:44:03.211 INFO O| Jul 18 21:44:03.211 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-07-18T21:44:04.371Z[ recovery-image] Jul 18 21:44:03.225 INFO O| Jul 18 21:44:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
62922024-07-18T21:44:04.371Z[ recovery-image] Jul 18 21:44:03.225 INFO O| Jul 18 21:44:03.225 INFO STEP 859 (remove_files) COMPLETE
62932024-07-18T21:44:04.371Z[ recovery-image] Jul 18 21:44:03.225 INFO O| Jul 18 21:44:03.225 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-07-18T21:44:04.386Z[ recovery-image] Jul 18 21:44:03.239 INFO O| Jul 18 21:44:03.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
62952024-07-18T21:44:04.386Z[ recovery-image] Jul 18 21:44:03.239 INFO O| Jul 18 21:44:03.239 INFO STEP 860 (remove_files) COMPLETE
62962024-07-18T21:44:04.389Z[ recovery-image] Jul 18 21:44:03.239 INFO O| Jul 18 21:44:03.239 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-07-18T21:44:04.400Z[ recovery-image] Jul 18 21:44:03.253 INFO O| Jul 18 21:44:03.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
62982024-07-18T21:44:04.400Z[ recovery-image] Jul 18 21:44:03.253 INFO O| Jul 18 21:44:03.253 INFO STEP 861 (remove_files) COMPLETE
62992024-07-18T21:44:04.400Z[ recovery-image] Jul 18 21:44:03.253 INFO O| Jul 18 21:44:03.253 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-07-18T21:44:04.415Z[ recovery-image] Jul 18 21:44:03.268 INFO O| Jul 18 21:44:03.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
63012024-07-18T21:44:04.415Z[ recovery-image] Jul 18 21:44:03.268 INFO O| Jul 18 21:44:03.268 INFO STEP 862 (remove_files) COMPLETE
63022024-07-18T21:44:04.417Z[ recovery-image] Jul 18 21:44:03.268 INFO O| Jul 18 21:44:03.268 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-07-18T21:44:04.426Z[ recovery-image] Jul 18 21:44:03.279 INFO O| Jul 18 21:44:03.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
63042024-07-18T21:44:04.426Z[ recovery-image] Jul 18 21:44:03.280 INFO O| Jul 18 21:44:03.280 INFO STEP 863 (remove_files) COMPLETE
63052024-07-18T21:44:04.426Z[ recovery-image] Jul 18 21:44:03.280 INFO O| Jul 18 21:44:03.280 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-07-18T21:44:04.438Z[ recovery-image] Jul 18 21:44:03.291 INFO O| Jul 18 21:44:03.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
63072024-07-18T21:44:04.438Z[ recovery-image] Jul 18 21:44:03.291 INFO O| Jul 18 21:44:03.291 INFO STEP 864 (remove_files) COMPLETE
63082024-07-18T21:44:04.441Z[ recovery-image] Jul 18 21:44:03.291 INFO O| Jul 18 21:44:03.291 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-07-18T21:44:04.450Z[ recovery-image] Jul 18 21:44:03.303 INFO O| Jul 18 21:44:03.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
63102024-07-18T21:44:04.450Z[ recovery-image] Jul 18 21:44:03.303 INFO O| Jul 18 21:44:03.303 INFO STEP 865 (remove_files) COMPLETE
63112024-07-18T21:44:04.452Z[ recovery-image] Jul 18 21:44:03.303 INFO O| Jul 18 21:44:03.303 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-07-18T21:44:04.461Z[ recovery-image] Jul 18 21:44:03.314 INFO O| Jul 18 21:44:03.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
63132024-07-18T21:44:04.461Z[ recovery-image] Jul 18 21:44:03.314 INFO O| Jul 18 21:44:03.314 INFO STEP 866 (remove_files) COMPLETE
63142024-07-18T21:44:04.464Z[ recovery-image] Jul 18 21:44:03.314 INFO O| Jul 18 21:44:03.314 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-07-18T21:44:04.472Z[ recovery-image] Jul 18 21:44:03.325 INFO O| Jul 18 21:44:03.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
63162024-07-18T21:44:04.472Z[ recovery-image] Jul 18 21:44:03.326 INFO O| Jul 18 21:44:03.325 INFO STEP 867 (remove_files) COMPLETE
63172024-07-18T21:44:04.475Z[ recovery-image] Jul 18 21:44:03.326 INFO O| Jul 18 21:44:03.325 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-07-18T21:44:04.484Z[ recovery-image] Jul 18 21:44:03.337 INFO O| Jul 18 21:44:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
63192024-07-18T21:44:04.484Z[ recovery-image] Jul 18 21:44:03.337 INFO O| Jul 18 21:44:03.337 INFO STEP 868 (remove_files) COMPLETE
63202024-07-18T21:44:04.487Z[ recovery-image] Jul 18 21:44:03.337 INFO O| Jul 18 21:44:03.337 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-07-18T21:44:04.496Z[ recovery-image] Jul 18 21:44:03.349 INFO O| Jul 18 21:44:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
63222024-07-18T21:44:04.496Z[ recovery-image] Jul 18 21:44:03.349 INFO O| Jul 18 21:44:03.349 INFO STEP 869 (remove_files) COMPLETE
63232024-07-18T21:44:04.496Z[ recovery-image] Jul 18 21:44:03.349 INFO O| Jul 18 21:44:03.349 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-07-18T21:44:04.507Z[ recovery-image] Jul 18 21:44:03.360 INFO O| Jul 18 21:44:03.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
63252024-07-18T21:44:04.509Z[ recovery-image] Jul 18 21:44:03.360 INFO O| Jul 18 21:44:03.360 INFO STEP 870 (remove_files) COMPLETE
63262024-07-18T21:44:04.509Z[ recovery-image] Jul 18 21:44:03.360 INFO O| Jul 18 21:44:03.360 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-07-18T21:44:04.517Z[ recovery-image] Jul 18 21:44:03.371 INFO O| Jul 18 21:44:03.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
63282024-07-18T21:44:04.520Z[ recovery-image] Jul 18 21:44:03.371 INFO O| Jul 18 21:44:03.371 INFO STEP 871 (remove_files) COMPLETE
63292024-07-18T21:44:04.520Z[ recovery-image] Jul 18 21:44:03.371 INFO O| Jul 18 21:44:03.371 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-07-18T21:44:04.530Z[ recovery-image] Jul 18 21:44:03.383 INFO O| Jul 18 21:44:03.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
63312024-07-18T21:44:04.530Z[ recovery-image] Jul 18 21:44:03.383 INFO O| Jul 18 21:44:03.383 INFO STEP 872 (remove_files) COMPLETE
63322024-07-18T21:44:04.532Z[ recovery-image] Jul 18 21:44:03.383 INFO O| Jul 18 21:44:03.383 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-07-18T21:44:04.544Z[ recovery-image] Jul 18 21:44:03.397 INFO O| Jul 18 21:44:03.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
63342024-07-18T21:44:04.546Z[ recovery-image] Jul 18 21:44:03.398 INFO O| Jul 18 21:44:03.398 INFO STEP 873 (remove_files) COMPLETE
63352024-07-18T21:44:04.546Z[ recovery-image] Jul 18 21:44:03.398 INFO O| Jul 18 21:44:03.398 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-07-18T21:44:04.556Z[ recovery-image] Jul 18 21:44:03.409 INFO O| Jul 18 21:44:03.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
63372024-07-18T21:44:04.556Z[ recovery-image] Jul 18 21:44:03.410 INFO O| Jul 18 21:44:03.410 INFO STEP 874 (remove_files) COMPLETE
63382024-07-18T21:44:04.559Z[ recovery-image] Jul 18 21:44:03.410 INFO O| Jul 18 21:44:03.410 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-07-18T21:44:04.573Z[ recovery-image] Jul 18 21:44:03.426 INFO O| Jul 18 21:44:03.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
63402024-07-18T21:44:04.573Z[ recovery-image] Jul 18 21:44:03.426 INFO O| Jul 18 21:44:03.426 INFO STEP 875 (remove_files) COMPLETE
63412024-07-18T21:44:04.575Z[ recovery-image] Jul 18 21:44:03.426 INFO O| Jul 18 21:44:03.426 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-07-18T21:44:04.587Z[ recovery-image] Jul 18 21:44:03.440 INFO O| Jul 18 21:44:03.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
63432024-07-18T21:44:04.587Z[ recovery-image] Jul 18 21:44:03.440 INFO O| Jul 18 21:44:03.440 INFO STEP 876 (remove_files) COMPLETE
63442024-07-18T21:44:04.590Z[ recovery-image] Jul 18 21:44:03.440 INFO O| Jul 18 21:44:03.440 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-07-18T21:44:04.605Z[ recovery-image] Jul 18 21:44:03.458 INFO O| Jul 18 21:44:03.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
63462024-07-18T21:44:04.605Z[ recovery-image] Jul 18 21:44:03.458 INFO O| Jul 18 21:44:03.458 INFO STEP 877 (remove_files) COMPLETE
63472024-07-18T21:44:04.608Z[ recovery-image] Jul 18 21:44:03.458 INFO O| Jul 18 21:44:03.458 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-07-18T21:44:04.624Z[ recovery-image] Jul 18 21:44:03.477 INFO O| Jul 18 21:44:03.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
63492024-07-18T21:44:04.624Z[ recovery-image] Jul 18 21:44:03.477 INFO O| Jul 18 21:44:03.477 INFO STEP 878 (remove_files) COMPLETE
63502024-07-18T21:44:04.624Z[ recovery-image] Jul 18 21:44:03.477 INFO O| Jul 18 21:44:03.477 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-07-18T21:44:04.637Z[ recovery-image] Jul 18 21:44:03.490 INFO O| Jul 18 21:44:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
63522024-07-18T21:44:04.637Z[ recovery-image] Jul 18 21:44:03.490 INFO O| Jul 18 21:44:03.490 INFO STEP 879 (remove_files) COMPLETE
63532024-07-18T21:44:04.640Z[ recovery-image] Jul 18 21:44:03.490 INFO O| Jul 18 21:44:03.490 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-07-18T21:44:04.649Z[ recovery-image] Jul 18 21:44:03.502 INFO O| Jul 18 21:44:03.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
63552024-07-18T21:44:04.649Z[ recovery-image] Jul 18 21:44:03.502 INFO O| Jul 18 21:44:03.502 INFO STEP 880 (remove_files) COMPLETE
63562024-07-18T21:44:04.649Z[ recovery-image] Jul 18 21:44:03.503 INFO O| Jul 18 21:44:03.502 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-07-18T21:44:04.662Z[ recovery-image] Jul 18 21:44:03.515 INFO O| Jul 18 21:44:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
63582024-07-18T21:44:04.664Z[ recovery-image] Jul 18 21:44:03.515 INFO O| Jul 18 21:44:03.515 INFO STEP 881 (remove_files) COMPLETE
63592024-07-18T21:44:04.664Z[ recovery-image] Jul 18 21:44:03.515 INFO O| Jul 18 21:44:03.515 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-07-18T21:44:04.674Z[ recovery-image] Jul 18 21:44:03.527 INFO O| Jul 18 21:44:03.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
63612024-07-18T21:44:04.674Z[ recovery-image] Jul 18 21:44:03.527 INFO O| Jul 18 21:44:03.527 INFO STEP 882 (remove_files) COMPLETE
63622024-07-18T21:44:04.677Z[ recovery-image] Jul 18 21:44:03.527 INFO O| Jul 18 21:44:03.527 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-07-18T21:44:04.686Z[ recovery-image] Jul 18 21:44:03.540 INFO O| Jul 18 21:44:03.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
63642024-07-18T21:44:04.686Z[ recovery-image] Jul 18 21:44:03.540 INFO O| Jul 18 21:44:03.540 INFO STEP 883 (remove_files) COMPLETE
63652024-07-18T21:44:04.689Z[ recovery-image] Jul 18 21:44:03.540 INFO O| Jul 18 21:44:03.540 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-07-18T21:44:04.698Z[ recovery-image] Jul 18 21:44:03.551 INFO O| Jul 18 21:44:03.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
63672024-07-18T21:44:04.698Z[ recovery-image] Jul 18 21:44:03.551 INFO O| Jul 18 21:44:03.551 INFO STEP 884 (remove_files) COMPLETE
63682024-07-18T21:44:04.701Z[ recovery-image] Jul 18 21:44:03.551 INFO O| Jul 18 21:44:03.551 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-07-18T21:44:04.709Z[ recovery-image] Jul 18 21:44:03.562 INFO O| Jul 18 21:44:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
63702024-07-18T21:44:04.709Z[ recovery-image] Jul 18 21:44:03.562 INFO O| Jul 18 21:44:03.562 INFO STEP 885 (remove_files) COMPLETE
63712024-07-18T21:44:04.712Z[ recovery-image] Jul 18 21:44:03.563 INFO O| Jul 18 21:44:03.562 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-07-18T21:44:04.722Z[ recovery-image] Jul 18 21:44:03.573 INFO O| Jul 18 21:44:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
63732024-07-18T21:44:04.722Z[ recovery-image] Jul 18 21:44:03.574 INFO O| Jul 18 21:44:03.574 INFO STEP 886 (remove_files) COMPLETE
63742024-07-18T21:44:04.725Z[ recovery-image] Jul 18 21:44:03.574 INFO O| Jul 18 21:44:03.574 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-07-18T21:44:04.731Z[ recovery-image] Jul 18 21:44:03.584 INFO O| Jul 18 21:44:03.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
63762024-07-18T21:44:04.731Z[ recovery-image] Jul 18 21:44:03.584 INFO O| Jul 18 21:44:03.584 INFO STEP 887 (remove_files) COMPLETE
63772024-07-18T21:44:04.731Z[ recovery-image] Jul 18 21:44:03.585 INFO O| Jul 18 21:44:03.584 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-07-18T21:44:04.742Z[ recovery-image] Jul 18 21:44:03.595 INFO O| Jul 18 21:44:03.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
63792024-07-18T21:44:04.742Z[ recovery-image] Jul 18 21:44:03.595 INFO O| Jul 18 21:44:03.595 INFO STEP 888 (remove_files) COMPLETE
63802024-07-18T21:44:04.745Z[ recovery-image] Jul 18 21:44:03.595 INFO O| Jul 18 21:44:03.595 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-07-18T21:44:04.753Z[ recovery-image] Jul 18 21:44:03.606 INFO O| Jul 18 21:44:03.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
63822024-07-18T21:44:04.760Z[ recovery-image] Jul 18 21:44:03.606 INFO O| Jul 18 21:44:03.606 INFO STEP 889 (remove_files) COMPLETE
63832024-07-18T21:44:04.760Z[ recovery-image] Jul 18 21:44:03.607 INFO O| Jul 18 21:44:03.606 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-07-18T21:44:04.764Z[ recovery-image] Jul 18 21:44:03.617 INFO O| Jul 18 21:44:03.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
63852024-07-18T21:44:04.767Z[ recovery-image] Jul 18 21:44:03.617 INFO O| Jul 18 21:44:03.617 INFO STEP 890 (remove_files) COMPLETE
63862024-07-18T21:44:04.767Z[ recovery-image] Jul 18 21:44:03.617 INFO O| Jul 18 21:44:03.617 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-07-18T21:44:04.774Z[ recovery-image] Jul 18 21:44:03.628 INFO O| Jul 18 21:44:03.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
63882024-07-18T21:44:04.774Z[ recovery-image] Jul 18 21:44:03.628 INFO O| Jul 18 21:44:03.628 INFO STEP 891 (remove_files) COMPLETE
63892024-07-18T21:44:04.774Z[ recovery-image] Jul 18 21:44:03.628 INFO O| Jul 18 21:44:03.628 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-07-18T21:44:04.786Z[ recovery-image] Jul 18 21:44:03.639 INFO O| Jul 18 21:44:03.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
63912024-07-18T21:44:04.786Z[ recovery-image] Jul 18 21:44:03.639 INFO O| Jul 18 21:44:03.639 INFO STEP 892 (remove_files) COMPLETE
63922024-07-18T21:44:04.788Z[ recovery-image] Jul 18 21:44:03.639 INFO O| Jul 18 21:44:03.639 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-07-18T21:44:04.796Z[ recovery-image] Jul 18 21:44:03.650 INFO O| Jul 18 21:44:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
63942024-07-18T21:44:04.799Z[ recovery-image] Jul 18 21:44:03.650 INFO O| Jul 18 21:44:03.650 INFO STEP 893 (remove_files) COMPLETE
63952024-07-18T21:44:04.799Z[ recovery-image] Jul 18 21:44:03.650 INFO O| Jul 18 21:44:03.650 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-07-18T21:44:04.807Z[ recovery-image] Jul 18 21:44:03.660 INFO O| Jul 18 21:44:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
63972024-07-18T21:44:04.807Z[ recovery-image] Jul 18 21:44:03.661 INFO O| Jul 18 21:44:03.660 INFO STEP 894 (remove_files) COMPLETE
63982024-07-18T21:44:04.810Z[ recovery-image] Jul 18 21:44:03.661 INFO O| Jul 18 21:44:03.661 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-07-18T21:44:04.818Z[ recovery-image] Jul 18 21:44:03.672 INFO O| Jul 18 21:44:03.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
64002024-07-18T21:44:04.821Z[ recovery-image] Jul 18 21:44:03.672 INFO O| Jul 18 21:44:03.672 INFO STEP 895 (remove_files) COMPLETE
64012024-07-18T21:44:04.821Z[ recovery-image] Jul 18 21:44:03.672 INFO O| Jul 18 21:44:03.672 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-07-18T21:44:04.831Z[ recovery-image] Jul 18 21:44:03.684 INFO O| Jul 18 21:44:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
64032024-07-18T21:44:04.831Z[ recovery-image] Jul 18 21:44:03.684 INFO O| Jul 18 21:44:03.684 INFO STEP 896 (remove_files) COMPLETE
64042024-07-18T21:44:04.831Z[ recovery-image] Jul 18 21:44:03.684 INFO O| Jul 18 21:44:03.684 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-07-18T21:44:04.843Z[ recovery-image] Jul 18 21:44:03.696 INFO O| Jul 18 21:44:03.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
64062024-07-18T21:44:04.843Z[ recovery-image] Jul 18 21:44:03.696 INFO O| Jul 18 21:44:03.696 INFO STEP 897 (remove_files) COMPLETE
64072024-07-18T21:44:04.845Z[ recovery-image] Jul 18 21:44:03.696 INFO O| Jul 18 21:44:03.696 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-07-18T21:44:04.854Z[ recovery-image] Jul 18 21:44:03.707 INFO O| Jul 18 21:44:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
64092024-07-18T21:44:04.854Z[ recovery-image] Jul 18 21:44:03.707 INFO O| Jul 18 21:44:03.707 INFO STEP 898 (remove_files) COMPLETE
64102024-07-18T21:44:04.854Z[ recovery-image] Jul 18 21:44:03.707 INFO O| Jul 18 21:44:03.707 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-07-18T21:44:04.865Z[ recovery-image] Jul 18 21:44:03.718 INFO O| Jul 18 21:44:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
64122024-07-18T21:44:04.865Z[ recovery-image] Jul 18 21:44:03.718 INFO O| Jul 18 21:44:03.718 INFO STEP 899 (remove_files) COMPLETE
64132024-07-18T21:44:04.868Z[ recovery-image] Jul 18 21:44:03.718 INFO O| Jul 18 21:44:03.718 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-07-18T21:44:04.875Z[ recovery-image] Jul 18 21:44:03.729 INFO O| Jul 18 21:44:03.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
64152024-07-18T21:44:04.878Z[ recovery-image] Jul 18 21:44:03.729 INFO O| Jul 18 21:44:03.729 INFO STEP 900 (remove_files) COMPLETE
64162024-07-18T21:44:04.878Z[ recovery-image] Jul 18 21:44:03.729 INFO O| Jul 18 21:44:03.729 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-07-18T21:44:04.889Z[ recovery-image] Jul 18 21:44:03.742 INFO O| Jul 18 21:44:03.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
64182024-07-18T21:44:04.889Z[ recovery-image] Jul 18 21:44:03.742 INFO O| Jul 18 21:44:03.742 INFO STEP 901 (remove_files) COMPLETE
64192024-07-18T21:44:04.889Z[ recovery-image] Jul 18 21:44:03.742 INFO O| Jul 18 21:44:03.742 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-07-18T21:44:04.898Z[ host-image] Jul 18 21:44:03.752 INFO O| Jul 18 21:44:03.752 INFO O| Planning: Solver setup ... Done
64212024-07-18T21:44:04.901Z[ recovery-image] Jul 18 21:44:03.753 INFO O| Jul 18 21:44:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
64222024-07-18T21:44:04.901Z[ recovery-image] Jul 18 21:44:03.754 INFO O| Jul 18 21:44:03.753 INFO STEP 902 (remove_files) COMPLETE
64232024-07-18T21:44:04.901Z[ recovery-image] Jul 18 21:44:03.754 INFO O| Jul 18 21:44:03.753 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-07-18T21:44:04.904Z[ host-image] Jul 18 21:44:03.756 INFO O| Jul 18 21:44:03.756 INFO O| Planning: Running solver ... Done
64252024-07-18T21:44:04.913Z[ recovery-image] Jul 18 21:44:03.767 INFO O| Jul 18 21:44:03.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
64262024-07-18T21:44:04.914Z[ recovery-image] Jul 18 21:44:03.767 INFO O| Jul 18 21:44:03.767 INFO STEP 903 (remove_files) COMPLETE
64272024-07-18T21:44:04.914Z[ recovery-image] Jul 18 21:44:03.767 INFO O| Jul 18 21:44:03.767 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-07-18T21:44:04.926Z[ recovery-image] Jul 18 21:44:03.779 INFO O| Jul 18 21:44:03.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
64292024-07-18T21:44:04.926Z[ recovery-image] Jul 18 21:44:03.779 INFO O| Jul 18 21:44:03.779 INFO STEP 904 (remove_files) COMPLETE
64302024-07-18T21:44:04.929Z[ recovery-image] Jul 18 21:44:03.779 INFO O| Jul 18 21:44:03.779 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-07-18T21:44:04.939Z[ recovery-image] Jul 18 21:44:03.792 INFO O| Jul 18 21:44:03.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
64322024-07-18T21:44:04.939Z[ recovery-image] Jul 18 21:44:03.792 INFO O| Jul 18 21:44:03.792 INFO STEP 905 (remove_files) COMPLETE
64332024-07-18T21:44:04.941Z[ recovery-image] Jul 18 21:44:03.792 INFO O| Jul 18 21:44:03.792 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-07-18T21:44:04.941Z[ host-image] Jul 18 21:44:03.794 INFO O| Jul 18 21:44:03.794 INFO O| Planning: Finding local manifests ... Done
64352024-07-18T21:44:04.944Z[ host-image] Jul 18 21:44:03.795 INFO O| Jul 18 21:44:03.795 INFO O| Planning: Fetching manifests: 0/1 0% complete
64362024-07-18T21:44:04.951Z[ recovery-image] Jul 18 21:44:03.804 INFO O| Jul 18 21:44:03.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
64372024-07-18T21:44:04.951Z[ recovery-image] Jul 18 21:44:03.804 INFO O| Jul 18 21:44:03.804 INFO STEP 906 (remove_files) COMPLETE
64382024-07-18T21:44:04.954Z[ recovery-image] Jul 18 21:44:03.804 INFO O| Jul 18 21:44:03.804 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-07-18T21:44:04.962Z[ recovery-image] Jul 18 21:44:03.815 INFO O| Jul 18 21:44:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
64402024-07-18T21:44:04.962Z[ recovery-image] Jul 18 21:44:03.815 INFO O| Jul 18 21:44:03.815 INFO STEP 907 (remove_files) COMPLETE
64412024-07-18T21:44:04.962Z[ recovery-image] Jul 18 21:44:03.815 INFO O| Jul 18 21:44:03.815 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-07-18T21:44:04.975Z[ recovery-image] Jul 18 21:44:03.829 INFO O| Jul 18 21:44:03.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
64432024-07-18T21:44:04.978Z[ recovery-image] Jul 18 21:44:03.829 INFO O| Jul 18 21:44:03.829 INFO STEP 908 (remove_files) COMPLETE
64442024-07-18T21:44:04.978Z[ recovery-image] Jul 18 21:44:03.829 INFO O| Jul 18 21:44:03.829 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-07-18T21:44:04.989Z[ recovery-image] Jul 18 21:44:03.842 INFO O| Jul 18 21:44:03.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
64462024-07-18T21:44:04.989Z[ recovery-image] Jul 18 21:44:03.842 INFO O| Jul 18 21:44:03.842 INFO STEP 909 (remove_files) COMPLETE
64472024-07-18T21:44:04.989Z[ recovery-image] Jul 18 21:44:03.842 INFO O| Jul 18 21:44:03.842 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-07-18T21:44:05.000Z[ host-image] Jul 18 21:44:03.853 INFO O| Jul 18 21:44:03.853 INFO O| Planning: Fetching manifests: 1/1 100% complete
64492024-07-18T21:44:05.003Z[ recovery-image] Jul 18 21:44:03.853 INFO O| Jul 18 21:44:03.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
64502024-07-18T21:44:05.003Z[ recovery-image] Jul 18 21:44:03.853 INFO O| Jul 18 21:44:03.853 INFO STEP 910 (remove_files) COMPLETE
64512024-07-18T21:44:05.003Z[ recovery-image] Jul 18 21:44:03.853 INFO O| Jul 18 21:44:03.853 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-07-18T21:44:05.011Z[ recovery-image] Jul 18 21:44:03.864 INFO O| Jul 18 21:44:03.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
64532024-07-18T21:44:05.011Z[ recovery-image] Jul 18 21:44:03.864 INFO O| Jul 18 21:44:03.864 INFO STEP 911 (remove_files) COMPLETE
64542024-07-18T21:44:05.011Z[ recovery-image] Jul 18 21:44:03.864 INFO O| Jul 18 21:44:03.864 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-07-18T21:44:05.020Z[ host-image] Jul 18 21:44:03.873 INFO O| Jul 18 21:44:03.873 INFO O| Planning: Package planning ... Done
64562024-07-18T21:44:05.023Z[ host-image] Jul 18 21:44:03.873 INFO O| Jul 18 21:44:03.873 INFO O| Planning: Merging actions ... Done
64572024-07-18T21:44:05.025Z[ recovery-image] Jul 18 21:44:03.876 INFO O| Jul 18 21:44:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
64582024-07-18T21:44:05.025Z[ recovery-image] Jul 18 21:44:03.876 INFO O| Jul 18 21:44:03.876 INFO STEP 912 (remove_files) COMPLETE
64592024-07-18T21:44:05.025Z[ recovery-image] Jul 18 21:44:03.876 INFO O| Jul 18 21:44:03.876 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-07-18T21:44:05.037Z[ recovery-image] Jul 18 21:44:03.891 INFO O| Jul 18 21:44:03.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
64612024-07-18T21:44:05.037Z[ recovery-image] Jul 18 21:44:03.891 INFO O| Jul 18 21:44:03.891 INFO STEP 913 (remove_files) COMPLETE
64622024-07-18T21:44:05.040Z[ recovery-image] Jul 18 21:44:03.891 INFO O| Jul 18 21:44:03.891 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-07-18T21:44:05.050Z[ recovery-image] Jul 18 21:44:03.903 INFO O| Jul 18 21:44:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
64642024-07-18T21:44:05.050Z[ recovery-image] Jul 18 21:44:03.903 INFO O| Jul 18 21:44:03.903 INFO STEP 914 (remove_files) COMPLETE
64652024-07-18T21:44:05.053Z[ recovery-image] Jul 18 21:44:03.903 INFO O| Jul 18 21:44:03.903 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-07-18T21:44:05.064Z[ recovery-image] Jul 18 21:44:03.918 INFO O| Jul 18 21:44:03.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
64672024-07-18T21:44:05.065Z[ recovery-image] Jul 18 21:44:03.918 INFO O| Jul 18 21:44:03.918 INFO STEP 915 (remove_files) COMPLETE
64682024-07-18T21:44:05.067Z[ recovery-image] Jul 18 21:44:03.918 INFO O| Jul 18 21:44:03.918 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-07-18T21:44:05.080Z[ recovery-image] Jul 18 21:44:03.933 INFO O| Jul 18 21:44:03.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
64702024-07-18T21:44:05.080Z[ recovery-image] Jul 18 21:44:03.933 INFO O| Jul 18 21:44:03.933 INFO STEP 916 (remove_files) COMPLETE
64712024-07-18T21:44:05.083Z[ recovery-image] Jul 18 21:44:03.933 INFO O| Jul 18 21:44:03.933 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-07-18T21:44:05.089Z[ host-image] Jul 18 21:44:03.942 INFO O| Jul 18 21:44:03.942 INFO O| Planning: Checking for conflicting actions ... Done
64732024-07-18T21:44:05.092Z[ host-image] Jul 18 21:44:03.943 INFO O| Jul 18 21:44:03.943 INFO O| Planning: Consolidating action changes ... Done
64742024-07-18T21:44:05.096Z[ recovery-image] Jul 18 21:44:03.949 INFO O| Jul 18 21:44:03.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
64752024-07-18T21:44:05.096Z[ recovery-image] Jul 18 21:44:03.949 INFO O| Jul 18 21:44:03.949 INFO STEP 917 (remove_files) COMPLETE
64762024-07-18T21:44:05.096Z[ recovery-image] Jul 18 21:44:03.949 INFO O| Jul 18 21:44:03.949 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-07-18T21:44:05.111Z[ recovery-image] Jul 18 21:44:03.964 INFO O| Jul 18 21:44:03.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
64782024-07-18T21:44:05.111Z[ recovery-image] Jul 18 21:44:03.964 INFO O| Jul 18 21:44:03.964 INFO STEP 918 (remove_files) COMPLETE
64792024-07-18T21:44:05.114Z[ recovery-image] Jul 18 21:44:03.964 INFO O| Jul 18 21:44:03.964 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-07-18T21:44:05.126Z[ recovery-image] Jul 18 21:44:03.979 INFO O| Jul 18 21:44:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
64812024-07-18T21:44:05.126Z[ recovery-image] Jul 18 21:44:03.979 INFO O| Jul 18 21:44:03.979 INFO STEP 919 (remove_files) COMPLETE
64822024-07-18T21:44:05.126Z[ recovery-image] Jul 18 21:44:03.979 INFO O| Jul 18 21:44:03.979 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-07-18T21:44:05.140Z[ recovery-image] Jul 18 21:44:03.993 INFO O| Jul 18 21:44:03.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
64842024-07-18T21:44:05.140Z[ recovery-image] Jul 18 21:44:03.993 INFO O| Jul 18 21:44:03.993 INFO STEP 920 (remove_files) COMPLETE
64852024-07-18T21:44:05.143Z[ recovery-image] Jul 18 21:44:03.993 INFO O| Jul 18 21:44:03.993 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-07-18T21:44:05.158Z[ recovery-image] Jul 18 21:44:04.011 INFO O| Jul 18 21:44:04.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
64872024-07-18T21:44:05.158Z[ recovery-image] Jul 18 21:44:04.011 INFO O| Jul 18 21:44:04.011 INFO STEP 921 (remove_files) COMPLETE
64882024-07-18T21:44:05.158Z[ recovery-image] Jul 18 21:44:04.011 INFO O| Jul 18 21:44:04.011 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-07-18T21:44:05.173Z[ recovery-image] Jul 18 21:44:04.026 INFO O| Jul 18 21:44:04.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
64902024-07-18T21:44:05.173Z[ recovery-image] Jul 18 21:44:04.026 INFO O| Jul 18 21:44:04.026 INFO STEP 922 (remove_files) COMPLETE
64912024-07-18T21:44:05.177Z[ recovery-image] Jul 18 21:44:04.026 INFO O| Jul 18 21:44:04.026 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-07-18T21:44:05.190Z[ recovery-image] Jul 18 21:44:04.043 INFO O| Jul 18 21:44:04.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
64932024-07-18T21:44:05.190Z[ recovery-image] Jul 18 21:44:04.043 INFO O| Jul 18 21:44:04.043 INFO STEP 923 (remove_files) COMPLETE
64942024-07-18T21:44:05.190Z[ recovery-image] Jul 18 21:44:04.043 INFO O| Jul 18 21:44:04.043 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-07-18T21:44:05.208Z[ recovery-image] Jul 18 21:44:04.061 INFO O| Jul 18 21:44:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
64962024-07-18T21:44:05.208Z[ recovery-image] Jul 18 21:44:04.061 INFO O| Jul 18 21:44:04.061 INFO STEP 924 (remove_files) COMPLETE
64972024-07-18T21:44:05.208Z[ recovery-image] Jul 18 21:44:04.062 INFO O| Jul 18 21:44:04.061 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-07-18T21:44:05.223Z[ recovery-image] Jul 18 21:44:04.076 INFO O| Jul 18 21:44:04.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
64992024-07-18T21:44:05.223Z[ recovery-image] Jul 18 21:44:04.076 INFO O| Jul 18 21:44:04.076 INFO STEP 925 (remove_files) COMPLETE
65002024-07-18T21:44:05.226Z[ recovery-image] Jul 18 21:44:04.076 INFO O| Jul 18 21:44:04.076 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-07-18T21:44:05.237Z[ recovery-image] Jul 18 21:44:04.090 INFO O| Jul 18 21:44:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
65022024-07-18T21:44:05.237Z[ recovery-image] Jul 18 21:44:04.091 INFO O| Jul 18 21:44:04.090 INFO STEP 926 (remove_files) COMPLETE
65032024-07-18T21:44:05.240Z[ recovery-image] Jul 18 21:44:04.091 INFO O| Jul 18 21:44:04.091 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-07-18T21:44:05.254Z[ recovery-image] Jul 18 21:44:04.107 INFO O| Jul 18 21:44:04.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
65052024-07-18T21:44:05.254Z[ recovery-image] Jul 18 21:44:04.107 INFO O| Jul 18 21:44:04.107 INFO STEP 927 (remove_files) COMPLETE
65062024-07-18T21:44:05.254Z[ recovery-image] Jul 18 21:44:04.107 INFO O| Jul 18 21:44:04.107 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-07-18T21:44:05.270Z[ recovery-image] Jul 18 21:44:04.124 INFO O| Jul 18 21:44:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
65082024-07-18T21:44:05.270Z[ recovery-image] Jul 18 21:44:04.124 INFO O| Jul 18 21:44:04.124 INFO STEP 928 (remove_files) COMPLETE
65092024-07-18T21:44:05.270Z[ recovery-image] Jul 18 21:44:04.124 INFO O| Jul 18 21:44:04.124 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-07-18T21:44:05.276Z[ host-image] Jul 18 21:44:04.129 INFO O| Jul 18 21:44:04.129 INFO O| Planning: Evaluating mediators ... Done
65112024-07-18T21:44:05.278Z[ host-image] Jul 18 21:44:04.129 INFO O| Jul 18 21:44:04.129 INFO O| Planning: Planning completed in 1.81 seconds
65122024-07-18T21:44:05.278Z[ host-image] Jul 18 21:44:04.131 INFO O| Jul 18 21:44:04.131 INFO O| Packages to install: 1
65132024-07-18T21:44:05.284Z[ recovery-image] Jul 18 21:44:04.137 INFO O| Jul 18 21:44:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
65142024-07-18T21:44:05.287Z[ recovery-image] Jul 18 21:44:04.137 INFO O| Jul 18 21:44:04.137 INFO STEP 929 (remove_files) COMPLETE
65152024-07-18T21:44:05.287Z[ recovery-image] Jul 18 21:44:04.137 INFO O| Jul 18 21:44:04.137 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-07-18T21:44:05.289Z[ host-image] Jul 18 21:44:04.143 INFO O| Jul 18 21:44:04.143 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
65172024-07-18T21:44:05.297Z[ recovery-image] Jul 18 21:44:04.150 INFO O| Jul 18 21:44:04.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
65182024-07-18T21:44:05.297Z[ recovery-image] Jul 18 21:44:04.150 INFO O| Jul 18 21:44:04.150 INFO STEP 930 (remove_files) COMPLETE
65192024-07-18T21:44:05.300Z[ recovery-image] Jul 18 21:44:04.150 INFO O| Jul 18 21:44:04.150 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-07-18T21:44:05.317Z[ recovery-image] Jul 18 21:44:04.170 INFO O| Jul 18 21:44:04.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
65212024-07-18T21:44:05.320Z[ recovery-image] Jul 18 21:44:04.170 INFO O| Jul 18 21:44:04.170 INFO STEP 931 (remove_files) COMPLETE
65222024-07-18T21:44:05.320Z[ recovery-image] Jul 18 21:44:04.170 INFO O| Jul 18 21:44:04.170 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-07-18T21:44:05.332Z[ recovery-image] Jul 18 21:44:04.185 INFO O| Jul 18 21:44:04.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
65242024-07-18T21:44:05.332Z[ recovery-image] Jul 18 21:44:04.185 INFO O| Jul 18 21:44:04.185 INFO STEP 932 (remove_files) COMPLETE
65252024-07-18T21:44:05.335Z[ recovery-image] Jul 18 21:44:04.185 INFO O| Jul 18 21:44:04.185 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-07-18T21:44:05.350Z[ recovery-image] Jul 18 21:44:04.203 INFO O| Jul 18 21:44:04.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
65272024-07-18T21:44:05.350Z[ recovery-image] Jul 18 21:44:04.203 INFO O| Jul 18 21:44:04.203 INFO STEP 933 (remove_files) COMPLETE
65282024-07-18T21:44:05.353Z[ recovery-image] Jul 18 21:44:04.204 INFO O| Jul 18 21:44:04.203 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-07-18T21:44:05.366Z[ recovery-image] Jul 18 21:44:04.219 INFO O| Jul 18 21:44:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
65302024-07-18T21:44:05.369Z[ recovery-image] Jul 18 21:44:04.219 INFO O| Jul 18 21:44:04.219 INFO STEP 934 (remove_files) COMPLETE
65312024-07-18T21:44:05.369Z[ recovery-image] Jul 18 21:44:04.219 INFO O| Jul 18 21:44:04.219 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-07-18T21:44:05.381Z[ recovery-image] Jul 18 21:44:04.234 INFO O| Jul 18 21:44:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
65332024-07-18T21:44:05.384Z[ recovery-image] Jul 18 21:44:04.235 INFO O| Jul 18 21:44:04.235 INFO STEP 935 (remove_files) COMPLETE
65342024-07-18T21:44:05.384Z[ recovery-image] Jul 18 21:44:04.235 INFO O| Jul 18 21:44:04.235 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-07-18T21:44:05.394Z[ recovery-image] Jul 18 21:44:04.247 INFO O| Jul 18 21:44:04.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
65362024-07-18T21:44:05.397Z[ recovery-image] Jul 18 21:44:04.247 INFO O| Jul 18 21:44:04.247 INFO STEP 936 (remove_files) COMPLETE
65372024-07-18T21:44:05.397Z[ recovery-image] Jul 18 21:44:04.247 INFO O| Jul 18 21:44:04.247 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-07-18T21:44:05.405Z[ recovery-image] Jul 18 21:44:04.258 INFO O| Jul 18 21:44:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
65392024-07-18T21:44:05.405Z[ recovery-image] Jul 18 21:44:04.258 INFO O| Jul 18 21:44:04.258 INFO STEP 937 (remove_files) COMPLETE
65402024-07-18T21:44:05.408Z[ recovery-image] Jul 18 21:44:04.259 INFO O| Jul 18 21:44:04.258 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-07-18T21:44:05.421Z[ recovery-image] Jul 18 21:44:04.274 INFO O| Jul 18 21:44:04.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
65422024-07-18T21:44:05.421Z[ recovery-image] Jul 18 21:44:04.274 INFO O| Jul 18 21:44:04.274 INFO STEP 938 (remove_files) COMPLETE
65432024-07-18T21:44:05.425Z[ recovery-image] Jul 18 21:44:04.274 INFO O| Jul 18 21:44:04.274 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-07-18T21:44:05.437Z[ recovery-image] Jul 18 21:44:04.290 INFO O| Jul 18 21:44:04.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
65452024-07-18T21:44:05.438Z[ recovery-image] Jul 18 21:44:04.290 INFO O| Jul 18 21:44:04.290 INFO STEP 939 (remove_files) COMPLETE
65462024-07-18T21:44:05.440Z[ recovery-image] Jul 18 21:44:04.290 INFO O| Jul 18 21:44:04.290 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-07-18T21:44:05.451Z[ recovery-image] Jul 18 21:44:04.304 INFO O| Jul 18 21:44:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
65482024-07-18T21:44:05.454Z[ recovery-image] Jul 18 21:44:04.304 INFO O| Jul 18 21:44:04.304 INFO STEP 940 (remove_files) COMPLETE
65492024-07-18T21:44:05.454Z[ recovery-image] Jul 18 21:44:04.304 INFO O| Jul 18 21:44:04.304 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-07-18T21:44:05.463Z[ recovery-image] Jul 18 21:44:04.316 INFO O| Jul 18 21:44:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
65512024-07-18T21:44:05.463Z[ recovery-image] Jul 18 21:44:04.316 INFO O| Jul 18 21:44:04.316 INFO STEP 941 (remove_files) COMPLETE
65522024-07-18T21:44:05.466Z[ recovery-image] Jul 18 21:44:04.316 INFO O| Jul 18 21:44:04.316 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-07-18T21:44:05.478Z[ recovery-image] Jul 18 21:44:04.331 INFO O| Jul 18 21:44:04.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
65542024-07-18T21:44:05.478Z[ recovery-image] Jul 18 21:44:04.331 INFO O| Jul 18 21:44:04.331 INFO STEP 942 (remove_files) COMPLETE
65552024-07-18T21:44:05.478Z[ recovery-image] Jul 18 21:44:04.331 INFO O| Jul 18 21:44:04.331 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-07-18T21:44:05.495Z[ recovery-image] Jul 18 21:44:04.348 INFO O| Jul 18 21:44:04.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
65572024-07-18T21:44:05.495Z[ recovery-image] Jul 18 21:44:04.348 INFO O| Jul 18 21:44:04.348 INFO STEP 943 (remove_files) COMPLETE
65582024-07-18T21:44:05.495Z[ recovery-image] Jul 18 21:44:04.348 INFO O| Jul 18 21:44:04.348 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-07-18T21:44:05.506Z[ recovery-image] Jul 18 21:44:04.360 INFO O| Jul 18 21:44:04.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
65602024-07-18T21:44:05.509Z[ recovery-image] Jul 18 21:44:04.360 INFO O| Jul 18 21:44:04.360 INFO STEP 944 (remove_files) COMPLETE
65612024-07-18T21:44:05.509Z[ recovery-image] Jul 18 21:44:04.360 INFO O| Jul 18 21:44:04.360 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-07-18T21:44:05.526Z[ recovery-image] Jul 18 21:44:04.379 INFO O| Jul 18 21:44:04.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
65632024-07-18T21:44:05.526Z[ recovery-image] Jul 18 21:44:04.379 INFO O| Jul 18 21:44:04.379 INFO STEP 945 (remove_files) COMPLETE
65642024-07-18T21:44:05.529Z[ recovery-image] Jul 18 21:44:04.379 INFO O| Jul 18 21:44:04.379 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-07-18T21:44:05.545Z[ recovery-image] Jul 18 21:44:04.398 INFO O| Jul 18 21:44:04.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
65662024-07-18T21:44:05.545Z[ recovery-image] Jul 18 21:44:04.398 INFO O| Jul 18 21:44:04.398 INFO STEP 946 (remove_files) COMPLETE
65672024-07-18T21:44:05.548Z[ recovery-image] Jul 18 21:44:04.398 INFO O| Jul 18 21:44:04.398 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-07-18T21:44:05.560Z[ recovery-image] Jul 18 21:44:04.413 INFO O| Jul 18 21:44:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
65692024-07-18T21:44:05.566Z[ recovery-image] Jul 18 21:44:04.414 INFO O| Jul 18 21:44:04.414 INFO STEP 947 (remove_files) COMPLETE
65702024-07-18T21:44:05.566Z[ recovery-image] Jul 18 21:44:04.414 INFO O| Jul 18 21:44:04.414 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-07-18T21:44:05.575Z[ recovery-image] Jul 18 21:44:04.428 INFO O| Jul 18 21:44:04.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
65722024-07-18T21:44:05.575Z[ recovery-image] Jul 18 21:44:04.428 INFO O| Jul 18 21:44:04.428 INFO STEP 948 (remove_files) COMPLETE
65732024-07-18T21:44:05.582Z[ recovery-image] Jul 18 21:44:04.428 INFO O| Jul 18 21:44:04.428 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-07-18T21:44:05.592Z[ recovery-image] Jul 18 21:44:04.445 INFO O| Jul 18 21:44:04.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
65752024-07-18T21:44:05.592Z[ recovery-image] Jul 18 21:44:04.445 INFO O| Jul 18 21:44:04.445 INFO STEP 949 (remove_files) COMPLETE
65762024-07-18T21:44:05.595Z[ recovery-image] Jul 18 21:44:04.445 INFO O| Jul 18 21:44:04.445 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-07-18T21:44:05.603Z[ recovery-image] Jul 18 21:44:04.456 INFO O| Jul 18 21:44:04.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
65782024-07-18T21:44:05.603Z[ recovery-image] Jul 18 21:44:04.456 INFO O| Jul 18 21:44:04.456 INFO STEP 950 (remove_files) COMPLETE
65792024-07-18T21:44:05.606Z[ recovery-image] Jul 18 21:44:04.456 INFO O| Jul 18 21:44:04.456 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-07-18T21:44:05.613Z[ recovery-image] Jul 18 21:44:04.467 INFO O| Jul 18 21:44:04.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
65812024-07-18T21:44:05.613Z[ recovery-image] Jul 18 21:44:04.467 INFO O| Jul 18 21:44:04.467 INFO STEP 951 (remove_files) COMPLETE
65822024-07-18T21:44:05.613Z[ recovery-image] Jul 18 21:44:04.467 INFO O| Jul 18 21:44:04.467 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-07-18T21:44:05.624Z[ recovery-image] Jul 18 21:44:04.477 INFO O| Jul 18 21:44:04.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
65842024-07-18T21:44:05.624Z[ recovery-image] Jul 18 21:44:04.477 INFO O| Jul 18 21:44:04.477 INFO STEP 952 (remove_files) COMPLETE
65852024-07-18T21:44:05.626Z[ recovery-image] Jul 18 21:44:04.477 INFO O| Jul 18 21:44:04.477 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-07-18T21:44:05.634Z[ recovery-image] Jul 18 21:44:04.487 INFO O| Jul 18 21:44:04.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
65872024-07-18T21:44:05.634Z[ recovery-image] Jul 18 21:44:04.487 INFO O| Jul 18 21:44:04.487 INFO STEP 953 (remove_files) COMPLETE
65882024-07-18T21:44:05.634Z[ recovery-image] Jul 18 21:44:04.487 INFO O| Jul 18 21:44:04.487 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-07-18T21:44:05.644Z[ recovery-image] Jul 18 21:44:04.497 INFO O| Jul 18 21:44:04.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
65902024-07-18T21:44:05.646Z[ recovery-image] Jul 18 21:44:04.497 INFO O| Jul 18 21:44:04.497 INFO STEP 954 (remove_files) COMPLETE
65912024-07-18T21:44:05.646Z[ recovery-image] Jul 18 21:44:04.497 INFO O| Jul 18 21:44:04.497 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-07-18T21:44:05.654Z[ recovery-image] Jul 18 21:44:04.507 INFO O| Jul 18 21:44:04.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
65932024-07-18T21:44:05.654Z[ recovery-image] Jul 18 21:44:04.507 INFO O| Jul 18 21:44:04.507 INFO STEP 955 (remove_files) COMPLETE
65942024-07-18T21:44:05.657Z[ recovery-image] Jul 18 21:44:04.507 INFO O| Jul 18 21:44:04.507 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-07-18T21:44:05.664Z[ recovery-image] Jul 18 21:44:04.517 INFO O| Jul 18 21:44:04.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
65962024-07-18T21:44:05.664Z[ recovery-image] Jul 18 21:44:04.517 INFO O| Jul 18 21:44:04.517 INFO STEP 956 (remove_files) COMPLETE
65972024-07-18T21:44:05.667Z[ recovery-image] Jul 18 21:44:04.517 INFO O| Jul 18 21:44:04.517 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-07-18T21:44:05.675Z[ recovery-image] Jul 18 21:44:04.528 INFO O| Jul 18 21:44:04.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
65992024-07-18T21:44:05.675Z[ recovery-image] Jul 18 21:44:04.528 INFO O| Jul 18 21:44:04.528 INFO STEP 957 (remove_files) COMPLETE
66002024-07-18T21:44:05.678Z[ recovery-image] Jul 18 21:44:04.528 INFO O| Jul 18 21:44:04.528 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-07-18T21:44:05.686Z[ recovery-image] Jul 18 21:44:04.539 INFO O| Jul 18 21:44:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
66022024-07-18T21:44:05.686Z[ recovery-image] Jul 18 21:44:04.539 INFO O| Jul 18 21:44:04.539 INFO STEP 958 (remove_files) COMPLETE
66032024-07-18T21:44:05.686Z[ recovery-image] Jul 18 21:44:04.539 INFO O| Jul 18 21:44:04.539 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-07-18T21:44:05.696Z[ recovery-image] Jul 18 21:44:04.550 INFO O| Jul 18 21:44:04.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
66052024-07-18T21:44:05.697Z[ recovery-image] Jul 18 21:44:04.550 INFO O| Jul 18 21:44:04.550 INFO STEP 959 (remove_files) COMPLETE
66062024-07-18T21:44:05.699Z[ recovery-image] Jul 18 21:44:04.550 INFO O| Jul 18 21:44:04.550 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-07-18T21:44:05.707Z[ recovery-image] Jul 18 21:44:04.561 INFO O| Jul 18 21:44:04.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
66082024-07-18T21:44:05.707Z[ recovery-image] Jul 18 21:44:04.561 INFO O| Jul 18 21:44:04.561 INFO STEP 960 (remove_files) COMPLETE
66092024-07-18T21:44:05.707Z[ recovery-image] Jul 18 21:44:04.561 INFO O| Jul 18 21:44:04.561 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-07-18T21:44:05.718Z[ recovery-image] Jul 18 21:44:04.571 INFO O| Jul 18 21:44:04.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
66112024-07-18T21:44:05.718Z[ recovery-image] Jul 18 21:44:04.571 INFO O| Jul 18 21:44:04.571 INFO STEP 961 (remove_files) COMPLETE
66122024-07-18T21:44:05.720Z[ recovery-image] Jul 18 21:44:04.571 INFO O| Jul 18 21:44:04.571 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-07-18T21:44:05.728Z[ recovery-image] Jul 18 21:44:04.581 INFO O| Jul 18 21:44:04.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
66142024-07-18T21:44:05.728Z[ recovery-image] Jul 18 21:44:04.581 INFO O| Jul 18 21:44:04.581 INFO STEP 962 (remove_files) COMPLETE
66152024-07-18T21:44:05.731Z[ recovery-image] Jul 18 21:44:04.581 INFO O| Jul 18 21:44:04.581 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-07-18T21:44:05.739Z[ recovery-image] Jul 18 21:44:04.592 INFO O| Jul 18 21:44:04.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
66172024-07-18T21:44:05.741Z[ recovery-image] Jul 18 21:44:04.592 INFO O| Jul 18 21:44:04.592 INFO STEP 963 (remove_files) COMPLETE
66182024-07-18T21:44:05.741Z[ recovery-image] Jul 18 21:44:04.592 INFO O| Jul 18 21:44:04.592 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-07-18T21:44:05.749Z[ recovery-image] Jul 18 21:44:04.602 INFO O| Jul 18 21:44:04.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
66202024-07-18T21:44:05.752Z[ recovery-image] Jul 18 21:44:04.603 INFO O| Jul 18 21:44:04.603 INFO STEP 964 (remove_files) COMPLETE
66212024-07-18T21:44:05.752Z[ recovery-image] Jul 18 21:44:04.603 INFO O| Jul 18 21:44:04.603 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-07-18T21:44:05.760Z[ recovery-image] Jul 18 21:44:04.613 INFO O| Jul 18 21:44:04.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
66232024-07-18T21:44:05.760Z[ recovery-image] Jul 18 21:44:04.613 INFO O| Jul 18 21:44:04.613 INFO STEP 965 (remove_files) COMPLETE
66242024-07-18T21:44:05.762Z[ recovery-image] Jul 18 21:44:04.613 INFO O| Jul 18 21:44:04.613 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-07-18T21:44:05.770Z[ recovery-image] Jul 18 21:44:04.624 INFO O| Jul 18 21:44:04.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
66262024-07-18T21:44:05.770Z[ recovery-image] Jul 18 21:44:04.624 INFO O| Jul 18 21:44:04.624 INFO STEP 966 (remove_files) COMPLETE
66272024-07-18T21:44:05.770Z[ recovery-image] Jul 18 21:44:04.624 INFO O| Jul 18 21:44:04.624 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-07-18T21:44:05.781Z[ recovery-image] Jul 18 21:44:04.634 INFO O| Jul 18 21:44:04.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
66292024-07-18T21:44:05.781Z[ recovery-image] Jul 18 21:44:04.635 INFO O| Jul 18 21:44:04.635 INFO STEP 967 (remove_files) COMPLETE
66302024-07-18T21:44:05.781Z[ recovery-image] Jul 18 21:44:04.635 INFO O| Jul 18 21:44:04.635 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-07-18T21:44:05.792Z[ recovery-image] Jul 18 21:44:04.645 INFO O| Jul 18 21:44:04.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
66322024-07-18T21:44:05.794Z[ recovery-image] Jul 18 21:44:04.645 INFO O| Jul 18 21:44:04.645 INFO STEP 968 (remove_files) COMPLETE
66332024-07-18T21:44:05.794Z[ recovery-image] Jul 18 21:44:04.645 INFO O| Jul 18 21:44:04.645 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-07-18T21:44:05.803Z[ recovery-image] Jul 18 21:44:04.656 INFO O| Jul 18 21:44:04.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
66352024-07-18T21:44:05.803Z[ recovery-image] Jul 18 21:44:04.656 INFO O| Jul 18 21:44:04.656 INFO STEP 969 (remove_files) COMPLETE
66362024-07-18T21:44:05.803Z[ recovery-image] Jul 18 21:44:04.656 INFO O| Jul 18 21:44:04.656 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-07-18T21:44:05.814Z[ recovery-image] Jul 18 21:44:04.667 INFO O| Jul 18 21:44:04.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
66382024-07-18T21:44:05.814Z[ recovery-image] Jul 18 21:44:04.667 INFO O| Jul 18 21:44:04.667 INFO STEP 970 (remove_files) COMPLETE
66392024-07-18T21:44:05.816Z[ recovery-image] Jul 18 21:44:04.667 INFO O| Jul 18 21:44:04.667 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-07-18T21:44:05.825Z[ recovery-image] Jul 18 21:44:04.678 INFO O| Jul 18 21:44:04.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
66412024-07-18T21:44:05.825Z[ recovery-image] Jul 18 21:44:04.678 INFO O| Jul 18 21:44:04.678 INFO STEP 971 (remove_files) COMPLETE
66422024-07-18T21:44:05.827Z[ recovery-image] Jul 18 21:44:04.678 INFO O| Jul 18 21:44:04.678 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-07-18T21:44:05.836Z[ recovery-image] Jul 18 21:44:04.689 INFO O| Jul 18 21:44:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
66442024-07-18T21:44:05.836Z[ recovery-image] Jul 18 21:44:04.689 INFO O| Jul 18 21:44:04.689 INFO STEP 972 (remove_files) COMPLETE
66452024-07-18T21:44:05.838Z[ recovery-image] Jul 18 21:44:04.689 INFO O| Jul 18 21:44:04.689 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-07-18T21:44:05.846Z[ recovery-image] Jul 18 21:44:04.700 INFO O| Jul 18 21:44:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
66472024-07-18T21:44:05.849Z[ recovery-image] Jul 18 21:44:04.700 INFO O| Jul 18 21:44:04.700 INFO STEP 973 (remove_files) COMPLETE
66482024-07-18T21:44:05.849Z[ recovery-image] Jul 18 21:44:04.700 INFO O| Jul 18 21:44:04.700 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-07-18T21:44:05.857Z[ recovery-image] Jul 18 21:44:04.710 INFO O| Jul 18 21:44:04.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
66502024-07-18T21:44:05.857Z[ recovery-image] Jul 18 21:44:04.710 INFO O| Jul 18 21:44:04.710 INFO STEP 974 (remove_files) COMPLETE
66512024-07-18T21:44:05.860Z[ recovery-image] Jul 18 21:44:04.710 INFO O| Jul 18 21:44:04.710 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-07-18T21:44:05.867Z[ recovery-image] Jul 18 21:44:04.721 INFO O| Jul 18 21:44:04.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
66532024-07-18T21:44:05.870Z[ recovery-image] Jul 18 21:44:04.721 INFO O| Jul 18 21:44:04.721 INFO STEP 975 (remove_files) COMPLETE
66542024-07-18T21:44:05.870Z[ recovery-image] Jul 18 21:44:04.721 INFO O| Jul 18 21:44:04.721 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-07-18T21:44:05.878Z[ recovery-image] Jul 18 21:44:04.732 INFO O| Jul 18 21:44:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
66562024-07-18T21:44:05.878Z[ recovery-image] Jul 18 21:44:04.732 INFO O| Jul 18 21:44:04.732 INFO STEP 976 (remove_files) COMPLETE
66572024-07-18T21:44:05.878Z[ recovery-image] Jul 18 21:44:04.732 INFO O| Jul 18 21:44:04.732 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-07-18T21:44:05.888Z[ recovery-image] Jul 18 21:44:04.742 INFO O| Jul 18 21:44:04.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
66592024-07-18T21:44:05.891Z[ recovery-image] Jul 18 21:44:04.742 INFO O| Jul 18 21:44:04.742 INFO STEP 977 (remove_files) COMPLETE
66602024-07-18T21:44:05.891Z[ recovery-image] Jul 18 21:44:04.742 INFO O| Jul 18 21:44:04.742 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-07-18T21:44:05.899Z[ recovery-image] Jul 18 21:44:04.752 INFO O| Jul 18 21:44:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
66622024-07-18T21:44:05.901Z[ recovery-image] Jul 18 21:44:04.753 INFO O| Jul 18 21:44:04.752 INFO STEP 978 (remove_files) COMPLETE
66632024-07-18T21:44:05.902Z[ recovery-image] Jul 18 21:44:04.753 INFO O| Jul 18 21:44:04.753 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-07-18T21:44:05.909Z[ recovery-image] Jul 18 21:44:04.763 INFO O| Jul 18 21:44:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
66652024-07-18T21:44:05.912Z[ recovery-image] Jul 18 21:44:04.763 INFO O| Jul 18 21:44:04.763 INFO STEP 979 (remove_files) COMPLETE
66662024-07-18T21:44:05.912Z[ recovery-image] Jul 18 21:44:04.763 INFO O| Jul 18 21:44:04.763 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-07-18T21:44:05.920Z[ recovery-image] Jul 18 21:44:04.773 INFO O| Jul 18 21:44:04.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
66682024-07-18T21:44:05.922Z[ recovery-image] Jul 18 21:44:04.773 INFO O| Jul 18 21:44:04.773 INFO STEP 980 (remove_files) COMPLETE
66692024-07-18T21:44:05.922Z[ recovery-image] Jul 18 21:44:04.773 INFO O| Jul 18 21:44:04.773 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-07-18T21:44:05.930Z[ recovery-image] Jul 18 21:44:04.783 INFO O| Jul 18 21:44:04.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
66712024-07-18T21:44:05.932Z[ recovery-image] Jul 18 21:44:04.783 INFO O| Jul 18 21:44:04.783 INFO STEP 981 (remove_files) COMPLETE
66722024-07-18T21:44:05.932Z[ recovery-image] Jul 18 21:44:04.783 INFO O| Jul 18 21:44:04.783 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-07-18T21:44:05.941Z[ recovery-image] Jul 18 21:44:04.794 INFO O| Jul 18 21:44:04.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
66742024-07-18T21:44:05.943Z[ recovery-image] Jul 18 21:44:04.794 INFO O| Jul 18 21:44:04.794 INFO STEP 982 (remove_files) COMPLETE
66752024-07-18T21:44:05.943Z[ recovery-image] Jul 18 21:44:04.794 INFO O| Jul 18 21:44:04.794 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-07-18T21:44:05.952Z[ recovery-image] Jul 18 21:44:04.804 INFO O| Jul 18 21:44:04.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
66772024-07-18T21:44:05.952Z[ recovery-image] Jul 18 21:44:04.805 INFO O| Jul 18 21:44:04.804 INFO STEP 983 (remove_files) COMPLETE
66782024-07-18T21:44:05.952Z[ recovery-image] Jul 18 21:44:04.805 INFO O| Jul 18 21:44:04.805 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-07-18T21:44:05.962Z[ recovery-image] Jul 18 21:44:04.815 INFO O| Jul 18 21:44:04.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
66802024-07-18T21:44:05.962Z[ recovery-image] Jul 18 21:44:04.815 INFO O| Jul 18 21:44:04.815 INFO STEP 984 (remove_files) COMPLETE
66812024-07-18T21:44:05.962Z[ recovery-image] Jul 18 21:44:04.815 INFO O| Jul 18 21:44:04.815 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-07-18T21:44:05.973Z[ recovery-image] Jul 18 21:44:04.826 INFO O| Jul 18 21:44:04.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
66832024-07-18T21:44:05.973Z[ recovery-image] Jul 18 21:44:04.826 INFO O| Jul 18 21:44:04.826 INFO STEP 985 (remove_files) COMPLETE
66842024-07-18T21:44:05.976Z[ recovery-image] Jul 18 21:44:04.826 INFO O| Jul 18 21:44:04.826 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-07-18T21:44:05.985Z[ recovery-image] Jul 18 21:44:04.838 INFO O| Jul 18 21:44:04.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
66862024-07-18T21:44:05.985Z[ recovery-image] Jul 18 21:44:04.838 INFO O| Jul 18 21:44:04.838 INFO STEP 986 (remove_files) COMPLETE
66872024-07-18T21:44:05.985Z[ recovery-image] Jul 18 21:44:04.838 INFO O| Jul 18 21:44:04.838 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-07-18T21:44:05.995Z[ recovery-image] Jul 18 21:44:04.849 INFO O| Jul 18 21:44:04.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
66892024-07-18T21:44:05.996Z[ recovery-image] Jul 18 21:44:04.849 INFO O| Jul 18 21:44:04.849 INFO STEP 987 (remove_files) COMPLETE
66902024-07-18T21:44:05.996Z[ recovery-image] Jul 18 21:44:04.849 INFO O| Jul 18 21:44:04.849 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-07-18T21:44:06.006Z[ recovery-image] Jul 18 21:44:04.859 INFO O| Jul 18 21:44:04.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
66922024-07-18T21:44:06.006Z[ recovery-image] Jul 18 21:44:04.859 INFO O| Jul 18 21:44:04.859 INFO STEP 988 (remove_files) COMPLETE
66932024-07-18T21:44:06.010Z[ recovery-image] Jul 18 21:44:04.859 INFO O| Jul 18 21:44:04.859 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-07-18T21:44:06.017Z[ recovery-image] Jul 18 21:44:04.870 INFO O| Jul 18 21:44:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
66952024-07-18T21:44:06.017Z[ recovery-image] Jul 18 21:44:04.870 INFO O| Jul 18 21:44:04.870 INFO STEP 989 (remove_files) COMPLETE
66962024-07-18T21:44:06.019Z[ recovery-image] Jul 18 21:44:04.870 INFO O| Jul 18 21:44:04.870 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-07-18T21:44:06.028Z[ recovery-image] Jul 18 21:44:04.881 INFO O| Jul 18 21:44:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
66982024-07-18T21:44:06.031Z[ recovery-image] Jul 18 21:44:04.881 INFO O| Jul 18 21:44:04.881 INFO STEP 990 (remove_files) COMPLETE
66992024-07-18T21:44:06.031Z[ recovery-image] Jul 18 21:44:04.881 INFO O| Jul 18 21:44:04.881 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-07-18T21:44:06.040Z[ recovery-image] Jul 18 21:44:04.893 INFO O| Jul 18 21:44:04.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
67012024-07-18T21:44:06.040Z[ recovery-image] Jul 18 21:44:04.893 INFO O| Jul 18 21:44:04.893 INFO STEP 991 (remove_files) COMPLETE
67022024-07-18T21:44:06.043Z[ recovery-image] Jul 18 21:44:04.893 INFO O| Jul 18 21:44:04.893 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-07-18T21:44:06.052Z[ recovery-image] Jul 18 21:44:04.905 INFO O| Jul 18 21:44:04.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
67042024-07-18T21:44:06.052Z[ recovery-image] Jul 18 21:44:04.905 INFO O| Jul 18 21:44:04.905 INFO STEP 992 (remove_files) COMPLETE
67052024-07-18T21:44:06.052Z[ recovery-image] Jul 18 21:44:04.905 INFO O| Jul 18 21:44:04.905 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-07-18T21:44:06.063Z[ recovery-image] Jul 18 21:44:04.916 INFO O| Jul 18 21:44:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
67072024-07-18T21:44:06.065Z[ recovery-image] Jul 18 21:44:04.916 INFO O| Jul 18 21:44:04.916 INFO STEP 993 (remove_files) COMPLETE
67082024-07-18T21:44:06.065Z[ recovery-image] Jul 18 21:44:04.916 INFO O| Jul 18 21:44:04.916 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-07-18T21:44:06.074Z[ recovery-image] Jul 18 21:44:04.927 INFO O| Jul 18 21:44:04.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
67102024-07-18T21:44:06.074Z[ recovery-image] Jul 18 21:44:04.927 INFO O| Jul 18 21:44:04.927 INFO STEP 994 (remove_files) COMPLETE
67112024-07-18T21:44:06.077Z[ recovery-image] Jul 18 21:44:04.927 INFO O| Jul 18 21:44:04.927 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-07-18T21:44:06.085Z[ recovery-image] Jul 18 21:44:04.938 INFO O| Jul 18 21:44:04.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
67132024-07-18T21:44:06.087Z[ recovery-image] Jul 18 21:44:04.938 INFO O| Jul 18 21:44:04.938 INFO STEP 995 (remove_files) COMPLETE
67142024-07-18T21:44:06.087Z[ recovery-image] Jul 18 21:44:04.938 INFO O| Jul 18 21:44:04.938 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-07-18T21:44:06.096Z[ recovery-image] Jul 18 21:44:04.949 INFO O| Jul 18 21:44:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
67162024-07-18T21:44:06.096Z[ recovery-image] Jul 18 21:44:04.949 INFO O| Jul 18 21:44:04.949 INFO STEP 996 (remove_files) COMPLETE
67172024-07-18T21:44:06.096Z[ recovery-image] Jul 18 21:44:04.949 INFO O| Jul 18 21:44:04.949 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-07-18T21:44:06.106Z[ recovery-image] Jul 18 21:44:04.959 INFO O| Jul 18 21:44:04.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
67192024-07-18T21:44:06.106Z[ recovery-image] Jul 18 21:44:04.959 INFO O| Jul 18 21:44:04.959 INFO STEP 997 (remove_files) COMPLETE
67202024-07-18T21:44:06.109Z[ recovery-image] Jul 18 21:44:04.959 INFO O| Jul 18 21:44:04.959 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-07-18T21:44:06.118Z[ recovery-image] Jul 18 21:44:04.971 INFO O| Jul 18 21:44:04.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
67222024-07-18T21:44:06.118Z[ recovery-image] Jul 18 21:44:04.971 INFO O| Jul 18 21:44:04.971 INFO STEP 998 (remove_files) COMPLETE
67232024-07-18T21:44:06.118Z[ recovery-image] Jul 18 21:44:04.971 INFO O| Jul 18 21:44:04.971 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-07-18T21:44:06.130Z[ recovery-image] Jul 18 21:44:04.983 INFO O| Jul 18 21:44:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
67252024-07-18T21:44:06.130Z[ recovery-image] Jul 18 21:44:04.983 INFO O| Jul 18 21:44:04.983 INFO STEP 999 (remove_files) COMPLETE
67262024-07-18T21:44:06.133Z[ recovery-image] Jul 18 21:44:04.983 INFO O| Jul 18 21:44:04.983 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-07-18T21:44:06.142Z[ recovery-image] Jul 18 21:44:04.995 INFO O| Jul 18 21:44:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
67282024-07-18T21:44:06.142Z[ recovery-image] Jul 18 21:44:04.995 INFO O| Jul 18 21:44:04.995 INFO STEP 1000 (remove_files) COMPLETE
67292024-07-18T21:44:06.142Z[ recovery-image] Jul 18 21:44:04.995 INFO O| Jul 18 21:44:04.995 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-07-18T21:44:06.154Z[ recovery-image] Jul 18 21:44:05.007 INFO O| Jul 18 21:44:05.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
67312024-07-18T21:44:06.154Z[ recovery-image] Jul 18 21:44:05.007 INFO O| Jul 18 21:44:05.007 INFO STEP 1001 (remove_files) COMPLETE
67322024-07-18T21:44:06.154Z[ recovery-image] Jul 18 21:44:05.007 INFO O| Jul 18 21:44:05.007 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-07-18T21:44:06.158Z[ host-image] Jul 18 21:44:05.011 INFO O| Jul 18 21:44:05.011 INFO O| Download: Completed 20.86 MB in 0.87 seconds (24.0M/s)
67342024-07-18T21:44:06.166Z[ recovery-image] Jul 18 21:44:05.019 INFO O| Jul 18 21:44:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
67352024-07-18T21:44:06.166Z[ recovery-image] Jul 18 21:44:05.019 INFO O| Jul 18 21:44:05.019 INFO STEP 1002 (remove_files) COMPLETE
67362024-07-18T21:44:06.168Z[ recovery-image] Jul 18 21:44:05.019 INFO O| Jul 18 21:44:05.019 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-07-18T21:44:06.177Z[ recovery-image] Jul 18 21:44:05.030 INFO O| Jul 18 21:44:05.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
67382024-07-18T21:44:06.177Z[ recovery-image] Jul 18 21:44:05.030 INFO O| Jul 18 21:44:05.030 INFO STEP 1003 (remove_files) COMPLETE
67392024-07-18T21:44:06.180Z[ recovery-image] Jul 18 21:44:05.030 INFO O| Jul 18 21:44:05.030 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-07-18T21:44:06.183Z[ host-image] Jul 18 21:44:05.036 INFO O| Jul 18 21:44:05.036 INFO O| Actions: 1/22 actions (Installing new actions)
67412024-07-18T21:44:06.189Z[ recovery-image] Jul 18 21:44:05.042 INFO O| Jul 18 21:44:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
67422024-07-18T21:44:06.192Z[ recovery-image] Jul 18 21:44:05.043 INFO O| Jul 18 21:44:05.043 INFO STEP 1004 (remove_files) COMPLETE
67432024-07-18T21:44:06.192Z[ recovery-image] Jul 18 21:44:05.043 INFO O| Jul 18 21:44:05.043 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-07-18T21:44:06.203Z[ recovery-image] Jul 18 21:44:05.056 INFO O| Jul 18 21:44:05.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
67452024-07-18T21:44:06.203Z[ recovery-image] Jul 18 21:44:05.056 INFO O| Jul 18 21:44:05.056 INFO STEP 1005 (remove_files) COMPLETE
67462024-07-18T21:44:06.206Z[ recovery-image] Jul 18 21:44:05.056 INFO O| Jul 18 21:44:05.056 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-07-18T21:44:06.218Z[ recovery-image] Jul 18 21:44:05.071 INFO O| Jul 18 21:44:05.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
67482024-07-18T21:44:06.218Z[ recovery-image] Jul 18 21:44:05.071 INFO O| Jul 18 21:44:05.071 INFO STEP 1006 (remove_files) COMPLETE
67492024-07-18T21:44:06.220Z[ recovery-image] Jul 18 21:44:05.071 INFO O| Jul 18 21:44:05.071 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-07-18T21:44:06.230Z[ recovery-image] Jul 18 21:44:05.083 INFO O| Jul 18 21:44:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
67512024-07-18T21:44:06.230Z[ recovery-image] Jul 18 21:44:05.083 INFO O| Jul 18 21:44:05.083 INFO STEP 1007 (remove_files) COMPLETE
67522024-07-18T21:44:06.230Z[ recovery-image] Jul 18 21:44:05.083 INFO O| Jul 18 21:44:05.083 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-07-18T21:44:06.244Z[ recovery-image] Jul 18 21:44:05.097 INFO O| Jul 18 21:44:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
67542024-07-18T21:44:06.245Z[ recovery-image] Jul 18 21:44:05.098 INFO O| Jul 18 21:44:05.098 INFO STEP 1008 (remove_files) COMPLETE
67552024-07-18T21:44:06.245Z[ recovery-image] Jul 18 21:44:05.098 INFO O| Jul 18 21:44:05.098 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-07-18T21:44:06.258Z[ recovery-image] Jul 18 21:44:05.111 INFO O| Jul 18 21:44:05.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
67572024-07-18T21:44:06.258Z[ recovery-image] Jul 18 21:44:05.111 INFO O| Jul 18 21:44:05.111 INFO STEP 1009 (remove_files) COMPLETE
67582024-07-18T21:44:06.260Z[ recovery-image] Jul 18 21:44:05.111 INFO O| Jul 18 21:44:05.111 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-07-18T21:44:06.271Z[ recovery-image] Jul 18 21:44:05.124 INFO O| Jul 18 21:44:05.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
67602024-07-18T21:44:06.271Z[ recovery-image] Jul 18 21:44:05.124 INFO O| Jul 18 21:44:05.124 INFO STEP 1010 (remove_files) COMPLETE
67612024-07-18T21:44:06.274Z[ recovery-image] Jul 18 21:44:05.124 INFO O| Jul 18 21:44:05.124 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-07-18T21:44:06.284Z[ recovery-image] Jul 18 21:44:05.137 INFO O| Jul 18 21:44:05.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
67632024-07-18T21:44:06.284Z[ recovery-image] Jul 18 21:44:05.137 INFO O| Jul 18 21:44:05.137 INFO STEP 1011 (remove_files) COMPLETE
67642024-07-18T21:44:06.287Z[ recovery-image] Jul 18 21:44:05.137 INFO O| Jul 18 21:44:05.137 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-07-18T21:44:06.298Z[ recovery-image] Jul 18 21:44:05.151 INFO O| Jul 18 21:44:05.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
67662024-07-18T21:44:06.298Z[ recovery-image] Jul 18 21:44:05.151 INFO O| Jul 18 21:44:05.151 INFO STEP 1012 (remove_files) COMPLETE
67672024-07-18T21:44:06.298Z[ recovery-image] Jul 18 21:44:05.151 INFO O| Jul 18 21:44:05.151 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-07-18T21:44:06.312Z[ recovery-image] Jul 18 21:44:05.165 INFO O| Jul 18 21:44:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
67692024-07-18T21:44:06.312Z[ recovery-image] Jul 18 21:44:05.165 INFO O| Jul 18 21:44:05.165 INFO STEP 1013 (remove_files) COMPLETE
67702024-07-18T21:44:06.312Z[ recovery-image] Jul 18 21:44:05.165 INFO O| Jul 18 21:44:05.165 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-07-18T21:44:06.324Z[ recovery-image] Jul 18 21:44:05.177 INFO O| Jul 18 21:44:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
67722024-07-18T21:44:06.324Z[ recovery-image] Jul 18 21:44:05.178 INFO O| Jul 18 21:44:05.178 INFO STEP 1014 (remove_files) COMPLETE
67732024-07-18T21:44:06.327Z[ recovery-image] Jul 18 21:44:05.178 INFO O| Jul 18 21:44:05.178 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-07-18T21:44:06.337Z[ recovery-image] Jul 18 21:44:05.190 INFO O| Jul 18 21:44:05.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
67752024-07-18T21:44:06.337Z[ recovery-image] Jul 18 21:44:05.190 INFO O| Jul 18 21:44:05.190 INFO STEP 1015 (remove_files) COMPLETE
67762024-07-18T21:44:06.339Z[ recovery-image] Jul 18 21:44:05.190 INFO O| Jul 18 21:44:05.190 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-07-18T21:44:06.350Z[ recovery-image] Jul 18 21:44:05.203 INFO O| Jul 18 21:44:05.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
67782024-07-18T21:44:06.350Z[ recovery-image] Jul 18 21:44:05.203 INFO O| Jul 18 21:44:05.203 INFO STEP 1016 (remove_files) COMPLETE
67792024-07-18T21:44:06.353Z[ recovery-image] Jul 18 21:44:05.203 INFO O| Jul 18 21:44:05.203 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-07-18T21:44:06.363Z[ recovery-image] Jul 18 21:44:05.216 INFO O| Jul 18 21:44:05.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
67812024-07-18T21:44:06.363Z[ recovery-image] Jul 18 21:44:05.216 INFO O| Jul 18 21:44:05.216 INFO STEP 1017 (remove_files) COMPLETE
67822024-07-18T21:44:06.363Z[ recovery-image] Jul 18 21:44:05.216 INFO O| Jul 18 21:44:05.216 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-07-18T21:44:06.375Z[ recovery-image] Jul 18 21:44:05.228 INFO O| Jul 18 21:44:05.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
67842024-07-18T21:44:06.378Z[ recovery-image] Jul 18 21:44:05.229 INFO O| Jul 18 21:44:05.229 INFO STEP 1018 (remove_files) COMPLETE
67852024-07-18T21:44:06.378Z[ recovery-image] Jul 18 21:44:05.229 INFO O| Jul 18 21:44:05.229 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-07-18T21:44:06.388Z[ recovery-image] Jul 18 21:44:05.241 INFO O| Jul 18 21:44:05.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
67872024-07-18T21:44:06.388Z[ recovery-image] Jul 18 21:44:05.241 INFO O| Jul 18 21:44:05.241 INFO STEP 1019 (remove_files) COMPLETE
67882024-07-18T21:44:06.388Z[ recovery-image] Jul 18 21:44:05.241 INFO O| Jul 18 21:44:05.241 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-07-18T21:44:06.401Z[ recovery-image] Jul 18 21:44:05.253 INFO O| Jul 18 21:44:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
67902024-07-18T21:44:06.401Z[ recovery-image] Jul 18 21:44:05.253 INFO O| Jul 18 21:44:05.253 INFO STEP 1020 (remove_files) COMPLETE
67912024-07-18T21:44:06.403Z[ recovery-image] Jul 18 21:44:05.254 INFO O| Jul 18 21:44:05.253 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-07-18T21:44:06.412Z[ recovery-image] Jul 18 21:44:05.265 INFO O| Jul 18 21:44:05.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
67932024-07-18T21:44:06.415Z[ recovery-image] Jul 18 21:44:05.266 INFO O| Jul 18 21:44:05.266 INFO STEP 1021 (remove_files) COMPLETE
67942024-07-18T21:44:06.415Z[ recovery-image] Jul 18 21:44:05.266 INFO O| Jul 18 21:44:05.266 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-07-18T21:44:06.425Z[ recovery-image] Jul 18 21:44:05.278 INFO O| Jul 18 21:44:05.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
67962024-07-18T21:44:06.425Z[ recovery-image] Jul 18 21:44:05.278 INFO O| Jul 18 21:44:05.278 INFO STEP 1022 (remove_files) COMPLETE
67972024-07-18T21:44:06.425Z[ recovery-image] Jul 18 21:44:05.278 INFO O| Jul 18 21:44:05.278 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-07-18T21:44:06.437Z[ recovery-image] Jul 18 21:44:05.290 INFO O| Jul 18 21:44:05.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
67992024-07-18T21:44:06.437Z[ recovery-image] Jul 18 21:44:05.290 INFO O| Jul 18 21:44:05.290 INFO STEP 1023 (remove_files) COMPLETE
68002024-07-18T21:44:06.437Z[ recovery-image] Jul 18 21:44:05.290 INFO O| Jul 18 21:44:05.290 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-07-18T21:44:06.448Z[ recovery-image] Jul 18 21:44:05.301 INFO O| Jul 18 21:44:05.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
68022024-07-18T21:44:06.448Z[ recovery-image] Jul 18 21:44:05.301 INFO O| Jul 18 21:44:05.301 INFO STEP 1024 (remove_files) COMPLETE
68032024-07-18T21:44:06.448Z[ recovery-image] Jul 18 21:44:05.301 INFO O| Jul 18 21:44:05.301 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-07-18T21:44:06.459Z[ recovery-image] Jul 18 21:44:05.312 INFO O| Jul 18 21:44:05.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
68052024-07-18T21:44:06.459Z[ recovery-image] Jul 18 21:44:05.312 INFO O| Jul 18 21:44:05.312 INFO STEP 1025 (remove_files) COMPLETE
68062024-07-18T21:44:06.462Z[ recovery-image] Jul 18 21:44:05.312 INFO O| Jul 18 21:44:05.312 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-07-18T21:44:06.470Z[ recovery-image] Jul 18 21:44:05.323 INFO O| Jul 18 21:44:05.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
68082024-07-18T21:44:06.470Z[ recovery-image] Jul 18 21:44:05.323 INFO O| Jul 18 21:44:05.323 INFO STEP 1026 (remove_files) COMPLETE
68092024-07-18T21:44:06.473Z[ recovery-image] Jul 18 21:44:05.323 INFO O| Jul 18 21:44:05.323 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-07-18T21:44:06.481Z[ recovery-image] Jul 18 21:44:05.334 INFO O| Jul 18 21:44:05.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
68112024-07-18T21:44:06.481Z[ recovery-image] Jul 18 21:44:05.334 INFO O| Jul 18 21:44:05.334 INFO STEP 1027 (remove_files) COMPLETE
68122024-07-18T21:44:06.484Z[ recovery-image] Jul 18 21:44:05.334 INFO O| Jul 18 21:44:05.334 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-07-18T21:44:06.494Z[ recovery-image] Jul 18 21:44:05.347 INFO O| Jul 18 21:44:05.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
68142024-07-18T21:44:06.497Z[ recovery-image] Jul 18 21:44:05.347 INFO O| Jul 18 21:44:05.347 INFO STEP 1028 (remove_files) COMPLETE
68152024-07-18T21:44:06.497Z[ recovery-image] Jul 18 21:44:05.347 INFO O| Jul 18 21:44:05.347 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-07-18T21:44:06.507Z[ recovery-image] Jul 18 21:44:05.360 INFO O| Jul 18 21:44:05.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
68172024-07-18T21:44:06.507Z[ recovery-image] Jul 18 21:44:05.360 INFO O| Jul 18 21:44:05.360 INFO STEP 1029 (remove_files) COMPLETE
68182024-07-18T21:44:06.510Z[ recovery-image] Jul 18 21:44:05.360 INFO O| Jul 18 21:44:05.360 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-07-18T21:44:06.519Z[ recovery-image] Jul 18 21:44:05.372 INFO O| Jul 18 21:44:05.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
68202024-07-18T21:44:06.519Z[ recovery-image] Jul 18 21:44:05.372 INFO O| Jul 18 21:44:05.372 INFO STEP 1030 (remove_files) COMPLETE
68212024-07-18T21:44:06.523Z[ recovery-image] Jul 18 21:44:05.372 INFO O| Jul 18 21:44:05.372 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-07-18T21:44:06.532Z[ recovery-image] Jul 18 21:44:05.385 INFO O| Jul 18 21:44:05.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
68232024-07-18T21:44:06.532Z[ recovery-image] Jul 18 21:44:05.385 INFO O| Jul 18 21:44:05.385 INFO STEP 1031 (remove_files) COMPLETE
68242024-07-18T21:44:06.535Z[ recovery-image] Jul 18 21:44:05.385 INFO O| Jul 18 21:44:05.385 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-07-18T21:44:06.546Z[ recovery-image] Jul 18 21:44:05.398 INFO O| Jul 18 21:44:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
68262024-07-18T21:44:06.546Z[ recovery-image] Jul 18 21:44:05.399 INFO O| Jul 18 21:44:05.398 INFO STEP 1032 (remove_files) COMPLETE
68272024-07-18T21:44:06.548Z[ recovery-image] Jul 18 21:44:05.399 INFO O| Jul 18 21:44:05.399 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-07-18T21:44:06.562Z[ recovery-image] Jul 18 21:44:05.414 INFO O| Jul 18 21:44:05.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
68292024-07-18T21:44:06.562Z[ recovery-image] Jul 18 21:44:05.414 INFO O| Jul 18 21:44:05.414 INFO STEP 1033 (remove_files) COMPLETE
68302024-07-18T21:44:06.565Z[ recovery-image] Jul 18 21:44:05.414 INFO O| Jul 18 21:44:05.414 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-07-18T21:44:06.577Z[ recovery-image] Jul 18 21:44:05.430 INFO O| Jul 18 21:44:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
68322024-07-18T21:44:06.577Z[ recovery-image] Jul 18 21:44:05.430 INFO O| Jul 18 21:44:05.430 INFO STEP 1034 (remove_files) COMPLETE
68332024-07-18T21:44:06.577Z[ recovery-image] Jul 18 21:44:05.430 INFO O| Jul 18 21:44:05.430 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-07-18T21:44:06.590Z[ recovery-image] Jul 18 21:44:05.443 INFO O| Jul 18 21:44:05.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
68352024-07-18T21:44:06.590Z[ recovery-image] Jul 18 21:44:05.443 INFO O| Jul 18 21:44:05.443 INFO STEP 1035 (remove_files) COMPLETE
68362024-07-18T21:44:06.594Z[ recovery-image] Jul 18 21:44:05.443 INFO O| Jul 18 21:44:05.443 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-07-18T21:44:06.602Z[ recovery-image] Jul 18 21:44:05.455 INFO O| Jul 18 21:44:05.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
68382024-07-18T21:44:06.602Z[ recovery-image] Jul 18 21:44:05.455 INFO O| Jul 18 21:44:05.455 INFO STEP 1036 (remove_files) COMPLETE
68392024-07-18T21:44:06.605Z[ recovery-image] Jul 18 21:44:05.455 INFO O| Jul 18 21:44:05.455 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-07-18T21:44:06.614Z[ recovery-image] Jul 18 21:44:05.466 INFO O| Jul 18 21:44:05.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
68412024-07-18T21:44:06.614Z[ recovery-image] Jul 18 21:44:05.467 INFO O| Jul 18 21:44:05.466 INFO STEP 1037 (remove_files) COMPLETE
68422024-07-18T21:44:06.614Z[ recovery-image] Jul 18 21:44:05.467 INFO O| Jul 18 21:44:05.467 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-07-18T21:44:06.625Z[ recovery-image] Jul 18 21:44:05.478 INFO O| Jul 18 21:44:05.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
68442024-07-18T21:44:06.625Z[ recovery-image] Jul 18 21:44:05.478 INFO O| Jul 18 21:44:05.478 INFO STEP 1038 (remove_files) COMPLETE
68452024-07-18T21:44:06.628Z[ recovery-image] Jul 18 21:44:05.478 INFO O| Jul 18 21:44:05.478 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-07-18T21:44:06.643Z[ recovery-image] Jul 18 21:44:05.495 INFO O| Jul 18 21:44:05.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
68472024-07-18T21:44:06.643Z[ recovery-image] Jul 18 21:44:05.495 INFO O| Jul 18 21:44:05.495 INFO STEP 1039 (remove_files) COMPLETE
68482024-07-18T21:44:06.646Z[ recovery-image] Jul 18 21:44:05.496 INFO O| Jul 18 21:44:05.495 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-07-18T21:44:06.660Z[ recovery-image] Jul 18 21:44:05.513 INFO O| Jul 18 21:44:05.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
68502024-07-18T21:44:06.660Z[ recovery-image] Jul 18 21:44:05.513 INFO O| Jul 18 21:44:05.513 INFO STEP 1040 (remove_files) COMPLETE
68512024-07-18T21:44:06.663Z[ recovery-image] Jul 18 21:44:05.513 INFO O| Jul 18 21:44:05.513 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-07-18T21:44:06.677Z[ recovery-image] Jul 18 21:44:05.528 INFO O| Jul 18 21:44:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
68532024-07-18T21:44:06.677Z[ recovery-image] Jul 18 21:44:05.528 INFO O| Jul 18 21:44:05.528 INFO STEP 1041 (remove_files) COMPLETE
68542024-07-18T21:44:06.680Z[ recovery-image] Jul 18 21:44:05.528 INFO O| Jul 18 21:44:05.528 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-07-18T21:44:06.688Z[ recovery-image] Jul 18 21:44:05.541 INFO O| Jul 18 21:44:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
68562024-07-18T21:44:06.688Z[ recovery-image] Jul 18 21:44:05.541 INFO O| Jul 18 21:44:05.541 INFO STEP 1042 (remove_files) COMPLETE
68572024-07-18T21:44:06.688Z[ recovery-image] Jul 18 21:44:05.541 INFO O| Jul 18 21:44:05.541 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-07-18T21:44:06.700Z[ recovery-image] Jul 18 21:44:05.553 INFO O| Jul 18 21:44:05.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
68592024-07-18T21:44:06.701Z[ recovery-image] Jul 18 21:44:05.553 INFO O| Jul 18 21:44:05.553 INFO STEP 1043 (remove_files) COMPLETE
68602024-07-18T21:44:06.701Z[ recovery-image] Jul 18 21:44:05.553 INFO O| Jul 18 21:44:05.553 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-07-18T21:44:06.705Z[ host-image] Jul 18 21:44:05.558 INFO O| Jul 18 21:44:05.558 INFO O| Actions: Completed 22 actions in 0.52 seconds.
68622024-07-18T21:44:06.715Z[ recovery-image] Jul 18 21:44:05.567 INFO O| Jul 18 21:44:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
68632024-07-18T21:44:06.715Z[ recovery-image] Jul 18 21:44:05.567 INFO O| Jul 18 21:44:05.567 INFO STEP 1044 (remove_files) COMPLETE
68642024-07-18T21:44:06.715Z[ recovery-image] Jul 18 21:44:05.567 INFO O| Jul 18 21:44:05.567 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-07-18T21:44:06.728Z[ recovery-image] Jul 18 21:44:05.581 INFO O| Jul 18 21:44:05.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
68662024-07-18T21:44:06.728Z[ recovery-image] Jul 18 21:44:05.581 INFO O| Jul 18 21:44:05.581 INFO STEP 1045 (remove_files) COMPLETE
68672024-07-18T21:44:06.731Z[ recovery-image] Jul 18 21:44:05.581 INFO O| Jul 18 21:44:05.581 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-07-18T21:44:06.741Z[ recovery-image] Jul 18 21:44:05.594 INFO O| Jul 18 21:44:05.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
68692024-07-18T21:44:06.741Z[ recovery-image] Jul 18 21:44:05.594 INFO O| Jul 18 21:44:05.594 INFO STEP 1046 (remove_files) COMPLETE
68702024-07-18T21:44:06.744Z[ recovery-image] Jul 18 21:44:05.594 INFO O| Jul 18 21:44:05.594 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-07-18T21:44:06.756Z[ recovery-image] Jul 18 21:44:05.608 INFO O| Jul 18 21:44:05.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
68722024-07-18T21:44:06.756Z[ recovery-image] Jul 18 21:44:05.608 INFO O| Jul 18 21:44:05.608 INFO STEP 1047 (remove_files) COMPLETE
68732024-07-18T21:44:06.759Z[ recovery-image] Jul 18 21:44:05.608 INFO O| Jul 18 21:44:05.608 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-07-18T21:44:06.770Z[ recovery-image] Jul 18 21:44:05.623 INFO O| Jul 18 21:44:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
68752024-07-18T21:44:06.770Z[ recovery-image] Jul 18 21:44:05.623 INFO O| Jul 18 21:44:05.623 INFO STEP 1048 (remove_files) COMPLETE
68762024-07-18T21:44:06.773Z[ recovery-image] Jul 18 21:44:05.623 INFO O| Jul 18 21:44:05.623 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-07-18T21:44:06.784Z[ recovery-image] Jul 18 21:44:05.636 INFO O| Jul 18 21:44:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
68782024-07-18T21:44:06.784Z[ recovery-image] Jul 18 21:44:05.637 INFO O| Jul 18 21:44:05.637 INFO STEP 1049 (remove_files) COMPLETE
68792024-07-18T21:44:06.784Z[ recovery-image] Jul 18 21:44:05.637 INFO O| Jul 18 21:44:05.637 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-07-18T21:44:06.799Z[ recovery-image] Jul 18 21:44:05.652 INFO O| Jul 18 21:44:05.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
68812024-07-18T21:44:06.799Z[ recovery-image] Jul 18 21:44:05.652 INFO O| Jul 18 21:44:05.652 INFO STEP 1050 (remove_files) COMPLETE
68822024-07-18T21:44:06.799Z[ recovery-image] Jul 18 21:44:05.652 INFO O| Jul 18 21:44:05.652 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-07-18T21:44:06.813Z[ recovery-image] Jul 18 21:44:05.666 INFO O| Jul 18 21:44:05.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
68842024-07-18T21:44:06.813Z[ recovery-image] Jul 18 21:44:05.666 INFO O| Jul 18 21:44:05.666 INFO STEP 1051 (remove_files) COMPLETE
68852024-07-18T21:44:06.816Z[ recovery-image] Jul 18 21:44:05.666 INFO O| Jul 18 21:44:05.666 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-07-18T21:44:06.826Z[ recovery-image] Jul 18 21:44:05.679 INFO O| Jul 18 21:44:05.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
68872024-07-18T21:44:06.826Z[ recovery-image] Jul 18 21:44:05.679 INFO O| Jul 18 21:44:05.679 INFO STEP 1052 (remove_files) COMPLETE
68882024-07-18T21:44:06.829Z[ recovery-image] Jul 18 21:44:05.679 INFO O| Jul 18 21:44:05.679 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-07-18T21:44:06.845Z[ recovery-image] Jul 18 21:44:05.698 INFO O| Jul 18 21:44:05.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
68902024-07-18T21:44:06.845Z[ recovery-image] Jul 18 21:44:05.698 INFO O| Jul 18 21:44:05.698 INFO STEP 1053 (remove_files) COMPLETE
68912024-07-18T21:44:06.845Z[ recovery-image] Jul 18 21:44:05.698 INFO O| Jul 18 21:44:05.698 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-07-18T21:44:06.859Z[ recovery-image] Jul 18 21:44:05.712 INFO O| Jul 18 21:44:05.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
68932024-07-18T21:44:06.859Z[ recovery-image] Jul 18 21:44:05.712 INFO O| Jul 18 21:44:05.712 INFO STEP 1054 (remove_files) COMPLETE
68942024-07-18T21:44:06.861Z[ recovery-image] Jul 18 21:44:05.712 INFO O| Jul 18 21:44:05.712 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-07-18T21:44:06.875Z[ recovery-image] Jul 18 21:44:05.727 INFO O| Jul 18 21:44:05.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
68962024-07-18T21:44:06.875Z[ recovery-image] Jul 18 21:44:05.727 INFO O| Jul 18 21:44:05.727 INFO STEP 1055 (remove_files) COMPLETE
68972024-07-18T21:44:06.875Z[ recovery-image] Jul 18 21:44:05.727 INFO O| Jul 18 21:44:05.727 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-07-18T21:44:06.886Z[ recovery-image] Jul 18 21:44:05.739 INFO O| Jul 18 21:44:05.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
68992024-07-18T21:44:06.886Z[ recovery-image] Jul 18 21:44:05.739 INFO O| Jul 18 21:44:05.739 INFO STEP 1056 (remove_files) COMPLETE
69002024-07-18T21:44:06.886Z[ recovery-image] Jul 18 21:44:05.739 INFO O| Jul 18 21:44:05.739 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-07-18T21:44:06.897Z[ recovery-image] Jul 18 21:44:05.750 INFO O| Jul 18 21:44:05.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
69022024-07-18T21:44:06.897Z[ recovery-image] Jul 18 21:44:05.750 INFO O| Jul 18 21:44:05.750 INFO STEP 1057 (remove_files) COMPLETE
69032024-07-18T21:44:06.897Z[ recovery-image] Jul 18 21:44:05.750 INFO O| Jul 18 21:44:05.750 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-07-18T21:44:06.908Z[ recovery-image] Jul 18 21:44:05.761 INFO O| Jul 18 21:44:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
69052024-07-18T21:44:06.908Z[ recovery-image] Jul 18 21:44:05.761 INFO O| Jul 18 21:44:05.761 INFO STEP 1058 (remove_files) COMPLETE
69062024-07-18T21:44:06.908Z[ recovery-image] Jul 18 21:44:05.761 INFO O| Jul 18 21:44:05.761 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-07-18T21:44:06.919Z[ recovery-image] Jul 18 21:44:05.772 INFO O| Jul 18 21:44:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
69082024-07-18T21:44:06.922Z[ recovery-image] Jul 18 21:44:05.772 INFO O| Jul 18 21:44:05.772 INFO STEP 1059 (remove_files) COMPLETE
69092024-07-18T21:44:06.922Z[ recovery-image] Jul 18 21:44:05.772 INFO O| Jul 18 21:44:05.772 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-07-18T21:44:06.926Z[ host-image] Jul 18 21:44:05.779 INFO O| Jul 18 21:44:05.779 INFO O| Done
69112024-07-18T21:44:06.929Z[ host-image] Jul 18 21:44:05.779 INFO O| Jul 18 21:44:05.779 INFO O| Done
69122024-07-18T21:44:06.932Z[ recovery-image] Jul 18 21:44:05.785 INFO O| Jul 18 21:44:05.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
69132024-07-18T21:44:06.932Z[ recovery-image] Jul 18 21:44:05.786 INFO O| Jul 18 21:44:05.785 INFO STEP 1060 (remove_files) COMPLETE
69142024-07-18T21:44:06.935Z[ recovery-image] Jul 18 21:44:05.786 INFO O| Jul 18 21:44:05.786 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-07-18T21:44:06.946Z[ recovery-image] Jul 18 21:44:05.799 INFO O| Jul 18 21:44:05.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
69162024-07-18T21:44:06.946Z[ recovery-image] Jul 18 21:44:05.799 INFO O| Jul 18 21:44:05.799 INFO STEP 1061 (remove_files) COMPLETE
69172024-07-18T21:44:06.946Z[ recovery-image] Jul 18 21:44:05.799 INFO O| Jul 18 21:44:05.799 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-07-18T21:44:06.957Z[ recovery-image] Jul 18 21:44:05.810 INFO O| Jul 18 21:44:05.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
69192024-07-18T21:44:06.957Z[ recovery-image] Jul 18 21:44:05.810 INFO O| Jul 18 21:44:05.810 INFO STEP 1062 (remove_files) COMPLETE
69202024-07-18T21:44:06.957Z[ recovery-image] Jul 18 21:44:05.810 INFO O| Jul 18 21:44:05.810 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-07-18T21:44:06.969Z[ recovery-image] Jul 18 21:44:05.822 INFO O| Jul 18 21:44:05.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
69222024-07-18T21:44:06.969Z[ recovery-image] Jul 18 21:44:05.822 INFO O| Jul 18 21:44:05.822 INFO STEP 1063 (remove_files) COMPLETE
69232024-07-18T21:44:06.972Z[ recovery-image] Jul 18 21:44:05.822 INFO O| Jul 18 21:44:05.822 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-07-18T21:44:06.982Z[ recovery-image] Jul 18 21:44:05.835 INFO O| Jul 18 21:44:05.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
69252024-07-18T21:44:06.982Z[ recovery-image] Jul 18 21:44:05.835 INFO O| Jul 18 21:44:05.835 INFO STEP 1064 (remove_files) COMPLETE
69262024-07-18T21:44:06.985Z[ recovery-image] Jul 18 21:44:05.835 INFO O| Jul 18 21:44:05.835 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-07-18T21:44:06.993Z[ recovery-image] Jul 18 21:44:05.846 INFO O| Jul 18 21:44:05.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
69282024-07-18T21:44:06.993Z[ recovery-image] Jul 18 21:44:05.847 INFO O| Jul 18 21:44:05.846 INFO STEP 1065 (remove_files) COMPLETE
69292024-07-18T21:44:06.996Z[ recovery-image] Jul 18 21:44:05.847 INFO O| Jul 18 21:44:05.846 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-07-18T21:44:07.005Z[ recovery-image] Jul 18 21:44:05.858 INFO O| Jul 18 21:44:05.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
69312024-07-18T21:44:07.005Z[ recovery-image] Jul 18 21:44:05.858 INFO O| Jul 18 21:44:05.858 INFO STEP 1066 (remove_files) COMPLETE
69322024-07-18T21:44:07.007Z[ recovery-image] Jul 18 21:44:05.858 INFO O| Jul 18 21:44:05.858 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-07-18T21:44:07.017Z[ recovery-image] Jul 18 21:44:05.870 INFO O| Jul 18 21:44:05.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
69342024-07-18T21:44:07.017Z[ recovery-image] Jul 18 21:44:05.870 INFO O| Jul 18 21:44:05.870 INFO STEP 1067 (remove_files) COMPLETE
69352024-07-18T21:44:07.020Z[ recovery-image] Jul 18 21:44:05.870 INFO O| Jul 18 21:44:05.870 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-07-18T21:44:07.028Z[ recovery-image] Jul 18 21:44:05.881 INFO O| Jul 18 21:44:05.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
69372024-07-18T21:44:07.028Z[ recovery-image] Jul 18 21:44:05.881 INFO O| Jul 18 21:44:05.881 INFO STEP 1068 (remove_files) COMPLETE
69382024-07-18T21:44:07.028Z[ recovery-image] Jul 18 21:44:05.881 INFO O| Jul 18 21:44:05.881 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-07-18T21:44:07.040Z[ recovery-image] Jul 18 21:44:05.893 INFO O| Jul 18 21:44:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
69402024-07-18T21:44:07.040Z[ recovery-image] Jul 18 21:44:05.893 INFO O| Jul 18 21:44:05.893 INFO STEP 1069 (remove_files) COMPLETE
69412024-07-18T21:44:07.040Z[ recovery-image] Jul 18 21:44:05.893 INFO O| Jul 18 21:44:05.893 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-07-18T21:44:07.051Z[ recovery-image] Jul 18 21:44:05.904 INFO O| Jul 18 21:44:05.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
69432024-07-18T21:44:07.051Z[ recovery-image] Jul 18 21:44:05.904 INFO O| Jul 18 21:44:05.904 INFO STEP 1070 (remove_files) COMPLETE
69442024-07-18T21:44:07.054Z[ recovery-image] Jul 18 21:44:05.904 INFO O| Jul 18 21:44:05.904 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-07-18T21:44:07.063Z[ recovery-image] Jul 18 21:44:05.916 INFO O| Jul 18 21:44:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
69462024-07-18T21:44:07.063Z[ recovery-image] Jul 18 21:44:05.916 INFO O| Jul 18 21:44:05.916 INFO STEP 1071 (remove_files) COMPLETE
69472024-07-18T21:44:07.065Z[ recovery-image] Jul 18 21:44:05.916 INFO O| Jul 18 21:44:05.916 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-07-18T21:44:07.074Z[ recovery-image] Jul 18 21:44:05.927 INFO O| Jul 18 21:44:05.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
69492024-07-18T21:44:07.074Z[ recovery-image] Jul 18 21:44:05.927 INFO O| Jul 18 21:44:05.927 INFO STEP 1072 (remove_files) COMPLETE
69502024-07-18T21:44:07.074Z[ recovery-image] Jul 18 21:44:05.927 INFO O| Jul 18 21:44:05.927 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-07-18T21:44:07.085Z[ recovery-image] Jul 18 21:44:05.938 INFO O| Jul 18 21:44:05.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
69522024-07-18T21:44:07.085Z[ recovery-image] Jul 18 21:44:05.938 INFO O| Jul 18 21:44:05.938 INFO STEP 1073 (remove_files) COMPLETE
69532024-07-18T21:44:07.087Z[ recovery-image] Jul 18 21:44:05.938 INFO O| Jul 18 21:44:05.938 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-07-18T21:44:07.095Z[ recovery-image] Jul 18 21:44:05.948 INFO O| Jul 18 21:44:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
69552024-07-18T21:44:07.095Z[ recovery-image] Jul 18 21:44:05.948 INFO O| Jul 18 21:44:05.948 INFO STEP 1074 (remove_files) COMPLETE
69562024-07-18T21:44:07.097Z[ recovery-image] Jul 18 21:44:05.948 INFO O| Jul 18 21:44:05.948 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-07-18T21:44:07.105Z[ recovery-image] Jul 18 21:44:05.958 INFO O| Jul 18 21:44:05.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
69582024-07-18T21:44:07.105Z[ recovery-image] Jul 18 21:44:05.958 INFO O| Jul 18 21:44:05.958 INFO STEP 1075 (remove_files) COMPLETE
69592024-07-18T21:44:07.108Z[ recovery-image] Jul 18 21:44:05.958 INFO O| Jul 18 21:44:05.958 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-07-18T21:44:07.117Z[ recovery-image] Jul 18 21:44:05.970 INFO O| Jul 18 21:44:05.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
69612024-07-18T21:44:07.119Z[ recovery-image] Jul 18 21:44:05.970 INFO O| Jul 18 21:44:05.970 INFO STEP 1076 (remove_files) COMPLETE
69622024-07-18T21:44:07.119Z[ recovery-image] Jul 18 21:44:05.970 INFO O| Jul 18 21:44:05.970 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-07-18T21:44:07.128Z[ recovery-image] Jul 18 21:44:05.981 INFO O| Jul 18 21:44:05.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
69642024-07-18T21:44:07.130Z[ recovery-image] Jul 18 21:44:05.981 INFO O| Jul 18 21:44:05.981 INFO STEP 1077 (remove_files) COMPLETE
69652024-07-18T21:44:07.130Z[ recovery-image] Jul 18 21:44:05.981 INFO O| Jul 18 21:44:05.981 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-07-18T21:44:07.138Z[ recovery-image] Jul 18 21:44:05.991 INFO O| Jul 18 21:44:05.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
69672024-07-18T21:44:07.138Z[ recovery-image] Jul 18 21:44:05.991 INFO O| Jul 18 21:44:05.991 INFO STEP 1078 (remove_files) COMPLETE
69682024-07-18T21:44:07.141Z[ recovery-image] Jul 18 21:44:05.991 INFO O| Jul 18 21:44:05.991 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-07-18T21:44:07.150Z[ recovery-image] Jul 18 21:44:06.003 INFO O| Jul 18 21:44:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
69702024-07-18T21:44:07.150Z[ recovery-image] Jul 18 21:44:06.003 INFO O| Jul 18 21:44:06.003 INFO STEP 1079 (remove_files) COMPLETE
69712024-07-18T21:44:07.150Z[ recovery-image] Jul 18 21:44:06.003 INFO O| Jul 18 21:44:06.003 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-07-18T21:44:07.162Z[ recovery-image] Jul 18 21:44:06.015 INFO O| Jul 18 21:44:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
69732024-07-18T21:44:07.162Z[ recovery-image] Jul 18 21:44:06.015 INFO O| Jul 18 21:44:06.015 INFO STEP 1080 (remove_files) COMPLETE
69742024-07-18T21:44:07.162Z[ recovery-image] Jul 18 21:44:06.015 INFO O| Jul 18 21:44:06.015 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-07-18T21:44:07.174Z[ recovery-image] Jul 18 21:44:06.027 INFO O| Jul 18 21:44:06.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
69762024-07-18T21:44:07.174Z[ recovery-image] Jul 18 21:44:06.027 INFO O| Jul 18 21:44:06.027 INFO STEP 1081 (remove_files) COMPLETE
69772024-07-18T21:44:07.174Z[ recovery-image] Jul 18 21:44:06.027 INFO O| Jul 18 21:44:06.027 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-07-18T21:44:07.185Z[ recovery-image] Jul 18 21:44:06.038 INFO O| Jul 18 21:44:06.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
69792024-07-18T21:44:07.185Z[ recovery-image] Jul 18 21:44:06.038 INFO O| Jul 18 21:44:06.038 INFO STEP 1082 (remove_files) COMPLETE
69802024-07-18T21:44:07.185Z[ recovery-image] Jul 18 21:44:06.038 INFO O| Jul 18 21:44:06.038 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-07-18T21:44:07.196Z[ recovery-image] Jul 18 21:44:06.049 INFO O| Jul 18 21:44:06.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
69822024-07-18T21:44:07.196Z[ recovery-image] Jul 18 21:44:06.049 INFO O| Jul 18 21:44:06.049 INFO STEP 1083 (remove_files) COMPLETE
69832024-07-18T21:44:07.199Z[ recovery-image] Jul 18 21:44:06.049 INFO O| Jul 18 21:44:06.049 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-07-18T21:44:07.207Z[ recovery-image] Jul 18 21:44:06.060 INFO O| Jul 18 21:44:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
69852024-07-18T21:44:07.207Z[ recovery-image] Jul 18 21:44:06.060 INFO O| Jul 18 21:44:06.060 INFO STEP 1084 (remove_files) COMPLETE
69862024-07-18T21:44:07.210Z[ recovery-image] Jul 18 21:44:06.061 INFO O| Jul 18 21:44:06.060 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-07-18T21:44:07.219Z[ recovery-image] Jul 18 21:44:06.072 INFO O| Jul 18 21:44:06.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
69882024-07-18T21:44:07.222Z[ recovery-image] Jul 18 21:44:06.072 INFO O| Jul 18 21:44:06.072 INFO STEP 1085 (remove_files) COMPLETE
69892024-07-18T21:44:07.222Z[ recovery-image] Jul 18 21:44:06.072 INFO O| Jul 18 21:44:06.072 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-07-18T21:44:07.231Z[ recovery-image] Jul 18 21:44:06.084 INFO O| Jul 18 21:44:06.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
69912024-07-18T21:44:07.231Z[ recovery-image] Jul 18 21:44:06.084 INFO O| Jul 18 21:44:06.084 INFO STEP 1086 (remove_files) COMPLETE
69922024-07-18T21:44:07.233Z[ recovery-image] Jul 18 21:44:06.084 INFO O| Jul 18 21:44:06.084 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-07-18T21:44:07.243Z[ recovery-image] Jul 18 21:44:06.096 INFO O| Jul 18 21:44:06.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
69942024-07-18T21:44:07.246Z[ recovery-image] Jul 18 21:44:06.096 INFO O| Jul 18 21:44:06.096 INFO STEP 1087 (remove_files) COMPLETE
69952024-07-18T21:44:07.246Z[ recovery-image] Jul 18 21:44:06.096 INFO O| Jul 18 21:44:06.096 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-07-18T21:44:07.256Z[ recovery-image] Jul 18 21:44:06.109 INFO O| Jul 18 21:44:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
69972024-07-18T21:44:07.256Z[ recovery-image] Jul 18 21:44:06.109 INFO O| Jul 18 21:44:06.109 INFO STEP 1088 (remove_files) COMPLETE
69982024-07-18T21:44:07.260Z[ recovery-image] Jul 18 21:44:06.109 INFO O| Jul 18 21:44:06.109 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-07-18T21:44:07.268Z[ host-image] Jul 18 21:44:06.121 INFO O| Jul 18 21:44:06.121 INFO O| Done
70002024-07-18T21:44:07.271Z[ recovery-image] Jul 18 21:44:06.122 INFO O| Jul 18 21:44:06.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
70012024-07-18T21:44:07.271Z[ recovery-image] Jul 18 21:44:06.123 INFO O| Jul 18 21:44:06.123 INFO STEP 1089 (remove_files) COMPLETE
70022024-07-18T21:44:07.271Z[ recovery-image] Jul 18 21:44:06.123 INFO O| Jul 18 21:44:06.123 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-07-18T21:44:07.282Z[ recovery-image] Jul 18 21:44:06.135 INFO O| Jul 18 21:44:06.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
70042024-07-18T21:44:07.282Z[ recovery-image] Jul 18 21:44:06.135 INFO O| Jul 18 21:44:06.135 INFO STEP 1090 (remove_files) COMPLETE
70052024-07-18T21:44:07.285Z[ recovery-image] Jul 18 21:44:06.135 INFO O| Jul 18 21:44:06.135 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-07-18T21:44:07.294Z[ recovery-image] Jul 18 21:44:06.147 INFO O| Jul 18 21:44:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
70072024-07-18T21:44:07.294Z[ recovery-image] Jul 18 21:44:06.147 INFO O| Jul 18 21:44:06.147 INFO STEP 1091 (remove_files) COMPLETE
70082024-07-18T21:44:07.294Z[ recovery-image] Jul 18 21:44:06.147 INFO O| Jul 18 21:44:06.147 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-07-18T21:44:07.308Z[ recovery-image] Jul 18 21:44:06.161 INFO O| Jul 18 21:44:06.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
70102024-07-18T21:44:07.308Z[ recovery-image] Jul 18 21:44:06.161 INFO O| Jul 18 21:44:06.161 INFO STEP 1092 (remove_files) COMPLETE
70112024-07-18T21:44:07.311Z[ recovery-image] Jul 18 21:44:06.162 INFO O| Jul 18 21:44:06.161 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-07-18T21:44:07.320Z[ recovery-image] Jul 18 21:44:06.173 INFO O| Jul 18 21:44:06.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
70132024-07-18T21:44:07.320Z[ recovery-image] Jul 18 21:44:06.174 INFO O| Jul 18 21:44:06.174 INFO STEP 1093 (remove_files) COMPLETE
70142024-07-18T21:44:07.321Z[ recovery-image] Jul 18 21:44:06.174 INFO O| Jul 18 21:44:06.174 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-07-18T21:44:07.334Z[ recovery-image] Jul 18 21:44:06.186 INFO O| Jul 18 21:44:06.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
70162024-07-18T21:44:07.334Z[ recovery-image] Jul 18 21:44:06.186 INFO O| Jul 18 21:44:06.186 INFO STEP 1094 (remove_files) COMPLETE
70172024-07-18T21:44:07.334Z[ recovery-image] Jul 18 21:44:06.186 INFO O| Jul 18 21:44:06.186 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-07-18T21:44:07.345Z[ recovery-image] Jul 18 21:44:06.198 INFO O| Jul 18 21:44:06.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
70192024-07-18T21:44:07.345Z[ recovery-image] Jul 18 21:44:06.198 INFO O| Jul 18 21:44:06.198 INFO STEP 1095 (remove_files) COMPLETE
70202024-07-18T21:44:07.345Z[ recovery-image] Jul 18 21:44:06.198 INFO O| Jul 18 21:44:06.198 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-07-18T21:44:07.357Z[ recovery-image] Jul 18 21:44:06.210 INFO O| Jul 18 21:44:06.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
70222024-07-18T21:44:07.357Z[ recovery-image] Jul 18 21:44:06.210 INFO O| Jul 18 21:44:06.210 INFO STEP 1096 (remove_files) COMPLETE
70232024-07-18T21:44:07.360Z[ recovery-image] Jul 18 21:44:06.210 INFO O| Jul 18 21:44:06.210 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-07-18T21:44:07.370Z[ recovery-image] Jul 18 21:44:06.223 INFO O| Jul 18 21:44:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
70252024-07-18T21:44:07.370Z[ recovery-image] Jul 18 21:44:06.223 INFO O| Jul 18 21:44:06.223 INFO STEP 1097 (remove_files) COMPLETE
70262024-07-18T21:44:07.370Z[ recovery-image] Jul 18 21:44:06.223 INFO O| Jul 18 21:44:06.223 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-07-18T21:44:07.384Z[ recovery-image] Jul 18 21:44:06.237 INFO O| Jul 18 21:44:06.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
70282024-07-18T21:44:07.384Z[ recovery-image] Jul 18 21:44:06.237 INFO O| Jul 18 21:44:06.237 INFO STEP 1098 (remove_files) COMPLETE
70292024-07-18T21:44:07.384Z[ recovery-image] Jul 18 21:44:06.237 INFO O| Jul 18 21:44:06.237 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-07-18T21:44:07.395Z[ recovery-image] Jul 18 21:44:06.249 INFO O| Jul 18 21:44:06.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
70312024-07-18T21:44:07.396Z[ recovery-image] Jul 18 21:44:06.249 INFO O| Jul 18 21:44:06.249 INFO STEP 1099 (remove_files) COMPLETE
70322024-07-18T21:44:07.396Z[ recovery-image] Jul 18 21:44:06.249 INFO O| Jul 18 21:44:06.249 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-07-18T21:44:07.407Z[ recovery-image] Jul 18 21:44:06.260 INFO O| Jul 18 21:44:06.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
70342024-07-18T21:44:07.407Z[ recovery-image] Jul 18 21:44:06.260 INFO O| Jul 18 21:44:06.260 INFO STEP 1100 (remove_files) COMPLETE
70352024-07-18T21:44:07.407Z[ recovery-image] Jul 18 21:44:06.260 INFO O| Jul 18 21:44:06.260 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-07-18T21:44:07.419Z[ recovery-image] Jul 18 21:44:06.272 INFO O| Jul 18 21:44:06.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
70372024-07-18T21:44:07.419Z[ recovery-image] Jul 18 21:44:06.272 INFO O| Jul 18 21:44:06.272 INFO STEP 1101 (remove_files) COMPLETE
70382024-07-18T21:44:07.421Z[ recovery-image] Jul 18 21:44:06.272 INFO O| Jul 18 21:44:06.272 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-07-18T21:44:07.429Z[ recovery-image] Jul 18 21:44:06.283 INFO O| Jul 18 21:44:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
70402024-07-18T21:44:07.430Z[ recovery-image] Jul 18 21:44:06.283 INFO O| Jul 18 21:44:06.283 INFO STEP 1102 (remove_files) COMPLETE
70412024-07-18T21:44:07.430Z[ recovery-image] Jul 18 21:44:06.283 INFO O| Jul 18 21:44:06.283 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-07-18T21:44:07.441Z[ recovery-image] Jul 18 21:44:06.294 INFO O| Jul 18 21:44:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
70432024-07-18T21:44:07.441Z[ recovery-image] Jul 18 21:44:06.294 INFO O| Jul 18 21:44:06.294 INFO STEP 1103 (remove_files) COMPLETE
70442024-07-18T21:44:07.445Z[ recovery-image] Jul 18 21:44:06.294 INFO O| Jul 18 21:44:06.294 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-07-18T21:44:07.453Z[ recovery-image] Jul 18 21:44:06.306 INFO O| Jul 18 21:44:06.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
70462024-07-18T21:44:07.453Z[ recovery-image] Jul 18 21:44:06.306 INFO O| Jul 18 21:44:06.306 INFO STEP 1104 (remove_files) COMPLETE
70472024-07-18T21:44:07.455Z[ recovery-image] Jul 18 21:44:06.306 INFO O| Jul 18 21:44:06.306 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-07-18T21:44:07.464Z[ recovery-image] Jul 18 21:44:06.317 INFO O| Jul 18 21:44:06.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
70492024-07-18T21:44:07.464Z[ recovery-image] Jul 18 21:44:06.317 INFO O| Jul 18 21:44:06.317 INFO STEP 1105 (remove_files) COMPLETE
70502024-07-18T21:44:07.464Z[ recovery-image] Jul 18 21:44:06.317 INFO O| Jul 18 21:44:06.317 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-07-18T21:44:07.474Z[ recovery-image] Jul 18 21:44:06.327 INFO O| Jul 18 21:44:06.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
70522024-07-18T21:44:07.474Z[ recovery-image] Jul 18 21:44:06.327 INFO O| Jul 18 21:44:06.327 INFO STEP 1106 (remove_files) COMPLETE
70532024-07-18T21:44:07.477Z[ recovery-image] Jul 18 21:44:06.327 INFO O| Jul 18 21:44:06.327 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-07-18T21:44:07.486Z[ recovery-image] Jul 18 21:44:06.339 INFO O| Jul 18 21:44:06.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
70552024-07-18T21:44:07.486Z[ recovery-image] Jul 18 21:44:06.339 INFO O| Jul 18 21:44:06.339 INFO STEP 1107 (remove_files) COMPLETE
70562024-07-18T21:44:07.489Z[ recovery-image] Jul 18 21:44:06.339 INFO O| Jul 18 21:44:06.339 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-07-18T21:44:07.499Z[ recovery-image] Jul 18 21:44:06.352 INFO O| Jul 18 21:44:06.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
70582024-07-18T21:44:07.499Z[ recovery-image] Jul 18 21:44:06.352 INFO O| Jul 18 21:44:06.352 INFO STEP 1108 (remove_files) COMPLETE
70592024-07-18T21:44:07.501Z[ recovery-image] Jul 18 21:44:06.352 INFO O| Jul 18 21:44:06.352 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-07-18T21:44:07.512Z[ recovery-image] Jul 18 21:44:06.365 INFO O| Jul 18 21:44:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
70612024-07-18T21:44:07.512Z[ recovery-image] Jul 18 21:44:06.365 INFO O| Jul 18 21:44:06.365 INFO STEP 1109 (remove_files) COMPLETE
70622024-07-18T21:44:07.512Z[ recovery-image] Jul 18 21:44:06.365 INFO O| Jul 18 21:44:06.365 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-07-18T21:44:07.526Z[ recovery-image] Jul 18 21:44:06.379 INFO O| Jul 18 21:44:06.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
70642024-07-18T21:44:07.526Z[ recovery-image] Jul 18 21:44:06.379 INFO O| Jul 18 21:44:06.379 INFO STEP 1110 (remove_files) COMPLETE
70652024-07-18T21:44:07.529Z[ recovery-image] Jul 18 21:44:06.379 INFO O| Jul 18 21:44:06.379 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-07-18T21:44:07.540Z[ recovery-image] Jul 18 21:44:06.393 INFO O| Jul 18 21:44:06.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
70672024-07-18T21:44:07.541Z[ recovery-image] Jul 18 21:44:06.394 INFO O| Jul 18 21:44:06.394 INFO STEP 1111 (remove_files) COMPLETE
70682024-07-18T21:44:07.543Z[ recovery-image] Jul 18 21:44:06.394 INFO O| Jul 18 21:44:06.394 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-07-18T21:44:07.554Z[ recovery-image] Jul 18 21:44:06.407 INFO O| Jul 18 21:44:06.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
70702024-07-18T21:44:07.557Z[ recovery-image] Jul 18 21:44:06.407 INFO O| Jul 18 21:44:06.407 INFO STEP 1112 (remove_files) COMPLETE
70712024-07-18T21:44:07.557Z[ recovery-image] Jul 18 21:44:06.407 INFO O| Jul 18 21:44:06.407 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-07-18T21:44:07.569Z[ recovery-image] Jul 18 21:44:06.421 INFO O| Jul 18 21:44:06.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
70732024-07-18T21:44:07.569Z[ recovery-image] Jul 18 21:44:06.422 INFO O| Jul 18 21:44:06.422 INFO STEP 1113 (remove_files) COMPLETE
70742024-07-18T21:44:07.569Z[ recovery-image] Jul 18 21:44:06.422 INFO O| Jul 18 21:44:06.422 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-07-18T21:44:07.583Z[ recovery-image] Jul 18 21:44:06.436 INFO O| Jul 18 21:44:06.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
70762024-07-18T21:44:07.583Z[ recovery-image] Jul 18 21:44:06.436 INFO O| Jul 18 21:44:06.436 INFO STEP 1114 (remove_files) COMPLETE
70772024-07-18T21:44:07.586Z[ recovery-image] Jul 18 21:44:06.436 INFO O| Jul 18 21:44:06.436 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-07-18T21:44:07.595Z[ recovery-image] Jul 18 21:44:06.447 INFO O| Jul 18 21:44:06.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
70792024-07-18T21:44:07.595Z[ recovery-image] Jul 18 21:44:06.447 INFO O| Jul 18 21:44:06.447 INFO STEP 1115 (remove_files) COMPLETE
70802024-07-18T21:44:07.597Z[ recovery-image] Jul 18 21:44:06.448 INFO O| Jul 18 21:44:06.447 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-07-18T21:44:07.606Z[ recovery-image] Jul 18 21:44:06.459 INFO O| Jul 18 21:44:06.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
70822024-07-18T21:44:07.606Z[ recovery-image] Jul 18 21:44:06.459 INFO O| Jul 18 21:44:06.459 INFO STEP 1116 (remove_files) COMPLETE
70832024-07-18T21:44:07.606Z[ recovery-image] Jul 18 21:44:06.459 INFO O| Jul 18 21:44:06.459 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-07-18T21:44:07.616Z[ recovery-image] Jul 18 21:44:06.470 INFO O| Jul 18 21:44:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
70852024-07-18T21:44:07.617Z[ recovery-image] Jul 18 21:44:06.470 INFO O| Jul 18 21:44:06.470 INFO STEP 1117 (remove_files) COMPLETE
70862024-07-18T21:44:07.619Z[ recovery-image] Jul 18 21:44:06.470 INFO O| Jul 18 21:44:06.470 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-07-18T21:44:07.628Z[ recovery-image] Jul 18 21:44:06.481 INFO O| Jul 18 21:44:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
70882024-07-18T21:44:07.631Z[ recovery-image] Jul 18 21:44:06.482 INFO O| Jul 18 21:44:06.482 INFO STEP 1118 (remove_files) COMPLETE
70892024-07-18T21:44:07.631Z[ recovery-image] Jul 18 21:44:06.482 INFO O| Jul 18 21:44:06.482 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-07-18T21:44:07.640Z[ recovery-image] Jul 18 21:44:06.493 INFO O| Jul 18 21:44:06.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
70912024-07-18T21:44:07.640Z[ recovery-image] Jul 18 21:44:06.493 INFO O| Jul 18 21:44:06.493 INFO STEP 1119 (remove_files) COMPLETE
70922024-07-18T21:44:07.640Z[ recovery-image] Jul 18 21:44:06.493 INFO O| Jul 18 21:44:06.493 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-07-18T21:44:07.652Z[ recovery-image] Jul 18 21:44:06.505 INFO O| Jul 18 21:44:06.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
70942024-07-18T21:44:07.652Z[ recovery-image] Jul 18 21:44:06.505 INFO O| Jul 18 21:44:06.505 INFO STEP 1120 (remove_files) COMPLETE
70952024-07-18T21:44:07.655Z[ recovery-image] Jul 18 21:44:06.505 INFO O| Jul 18 21:44:06.505 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-07-18T21:44:07.665Z[ recovery-image] Jul 18 21:44:06.518 INFO O| Jul 18 21:44:06.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
70972024-07-18T21:44:07.666Z[ recovery-image] Jul 18 21:44:06.519 INFO O| Jul 18 21:44:06.519 INFO STEP 1121 (remove_files) COMPLETE
70982024-07-18T21:44:07.666Z[ recovery-image] Jul 18 21:44:06.519 INFO O| Jul 18 21:44:06.519 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-07-18T21:44:07.680Z[ recovery-image] Jul 18 21:44:06.532 INFO O| Jul 18 21:44:06.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
71002024-07-18T21:44:07.680Z[ recovery-image] Jul 18 21:44:06.533 INFO O| Jul 18 21:44:06.533 INFO STEP 1122 (remove_files) COMPLETE
71012024-07-18T21:44:07.680Z[ recovery-image] Jul 18 21:44:06.533 INFO O| Jul 18 21:44:06.533 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-07-18T21:44:07.692Z[ recovery-image] Jul 18 21:44:06.545 INFO O| Jul 18 21:44:06.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
71032024-07-18T21:44:07.692Z[ recovery-image] Jul 18 21:44:06.545 INFO O| Jul 18 21:44:06.545 INFO STEP 1123 (remove_files) COMPLETE
71042024-07-18T21:44:07.695Z[ recovery-image] Jul 18 21:44:06.545 INFO O| Jul 18 21:44:06.545 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-07-18T21:44:07.704Z[ recovery-image] Jul 18 21:44:06.557 INFO O| Jul 18 21:44:06.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
71062024-07-18T21:44:07.704Z[ recovery-image] Jul 18 21:44:06.557 INFO O| Jul 18 21:44:06.557 INFO STEP 1124 (remove_files) COMPLETE
71072024-07-18T21:44:07.707Z[ recovery-image] Jul 18 21:44:06.557 INFO O| Jul 18 21:44:06.557 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-07-18T21:44:07.719Z[ recovery-image] Jul 18 21:44:06.571 INFO O| Jul 18 21:44:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
71092024-07-18T21:44:07.719Z[ recovery-image] Jul 18 21:44:06.572 INFO O| Jul 18 21:44:06.572 INFO STEP 1125 (remove_files) COMPLETE
71102024-07-18T21:44:07.721Z[ recovery-image] Jul 18 21:44:06.572 INFO O| Jul 18 21:44:06.572 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-07-18T21:44:07.734Z[ recovery-image] Jul 18 21:44:06.587 INFO O| Jul 18 21:44:06.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
71122024-07-18T21:44:07.734Z[ recovery-image] Jul 18 21:44:06.587 INFO O| Jul 18 21:44:06.587 INFO STEP 1126 (remove_files) COMPLETE
71132024-07-18T21:44:07.737Z[ recovery-image] Jul 18 21:44:06.587 INFO O| Jul 18 21:44:06.587 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-07-18T21:44:07.750Z[ recovery-image] Jul 18 21:44:06.603 INFO O| Jul 18 21:44:06.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
71152024-07-18T21:44:07.750Z[ recovery-image] Jul 18 21:44:06.603 INFO O| Jul 18 21:44:06.603 INFO STEP 1127 (remove_files) COMPLETE
71162024-07-18T21:44:07.753Z[ recovery-image] Jul 18 21:44:06.603 INFO O| Jul 18 21:44:06.603 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-07-18T21:44:07.762Z[ recovery-image] Jul 18 21:44:06.615 INFO O| Jul 18 21:44:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
71182024-07-18T21:44:07.762Z[ recovery-image] Jul 18 21:44:06.615 INFO O| Jul 18 21:44:06.615 INFO STEP 1128 (remove_files) COMPLETE
71192024-07-18T21:44:07.763Z[ recovery-image] Jul 18 21:44:06.615 INFO O| Jul 18 21:44:06.615 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-07-18T21:44:07.775Z[ recovery-image] Jul 18 21:44:06.628 INFO O| Jul 18 21:44:06.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
71212024-07-18T21:44:07.775Z[ recovery-image] Jul 18 21:44:06.628 INFO O| Jul 18 21:44:06.628 INFO STEP 1129 (remove_files) COMPLETE
71222024-07-18T21:44:07.778Z[ recovery-image] Jul 18 21:44:06.628 INFO O| Jul 18 21:44:06.628 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-07-18T21:44:07.787Z[ recovery-image] Jul 18 21:44:06.640 INFO O| Jul 18 21:44:06.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
71242024-07-18T21:44:07.787Z[ recovery-image] Jul 18 21:44:06.640 INFO O| Jul 18 21:44:06.640 INFO STEP 1130 (remove_files) COMPLETE
71252024-07-18T21:44:07.790Z[ recovery-image] Jul 18 21:44:06.640 INFO O| Jul 18 21:44:06.640 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-07-18T21:44:07.799Z[ recovery-image] Jul 18 21:44:06.652 INFO O| Jul 18 21:44:06.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
71272024-07-18T21:44:07.799Z[ recovery-image] Jul 18 21:44:06.652 INFO O| Jul 18 21:44:06.652 INFO STEP 1131 (remove_files) COMPLETE
71282024-07-18T21:44:07.801Z[ recovery-image] Jul 18 21:44:06.652 INFO O| Jul 18 21:44:06.652 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-07-18T21:44:07.810Z[ recovery-image] Jul 18 21:44:06.663 INFO O| Jul 18 21:44:06.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
71302024-07-18T21:44:07.810Z[ recovery-image] Jul 18 21:44:06.663 INFO O| Jul 18 21:44:06.663 INFO STEP 1132 (remove_files) COMPLETE
71312024-07-18T21:44:07.813Z[ recovery-image] Jul 18 21:44:06.663 INFO O| Jul 18 21:44:06.663 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-07-18T21:44:07.821Z[ recovery-image] Jul 18 21:44:06.674 INFO O| Jul 18 21:44:06.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
71332024-07-18T21:44:07.823Z[ recovery-image] Jul 18 21:44:06.674 INFO O| Jul 18 21:44:06.674 INFO STEP 1133 (remove_files) COMPLETE
71342024-07-18T21:44:07.823Z[ recovery-image] Jul 18 21:44:06.674 INFO O| Jul 18 21:44:06.674 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-07-18T21:44:07.832Z[ recovery-image] Jul 18 21:44:06.685 INFO O| Jul 18 21:44:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
71362024-07-18T21:44:07.832Z[ recovery-image] Jul 18 21:44:06.685 INFO O| Jul 18 21:44:06.685 INFO STEP 1134 (remove_files) COMPLETE
71372024-07-18T21:44:07.832Z[ recovery-image] Jul 18 21:44:06.685 INFO O| Jul 18 21:44:06.685 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-07-18T21:44:07.843Z[ recovery-image] Jul 18 21:44:06.696 INFO O| Jul 18 21:44:06.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
71392024-07-18T21:44:07.843Z[ recovery-image] Jul 18 21:44:06.696 INFO O| Jul 18 21:44:06.696 INFO STEP 1135 (remove_files) COMPLETE
71402024-07-18T21:44:07.846Z[ recovery-image] Jul 18 21:44:06.696 INFO O| Jul 18 21:44:06.696 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-07-18T21:44:07.854Z[ recovery-image] Jul 18 21:44:06.708 INFO O| Jul 18 21:44:06.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
71422024-07-18T21:44:07.855Z[ recovery-image] Jul 18 21:44:06.708 INFO O| Jul 18 21:44:06.708 INFO STEP 1136 (remove_files) COMPLETE
71432024-07-18T21:44:07.857Z[ recovery-image] Jul 18 21:44:06.708 INFO O| Jul 18 21:44:06.708 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-07-18T21:44:07.866Z[ recovery-image] Jul 18 21:44:06.719 INFO O| Jul 18 21:44:06.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
71452024-07-18T21:44:07.869Z[ recovery-image] Jul 18 21:44:06.720 INFO O| Jul 18 21:44:06.719 INFO STEP 1137 (remove_files) COMPLETE
71462024-07-18T21:44:07.869Z[ recovery-image] Jul 18 21:44:06.720 INFO O| Jul 18 21:44:06.720 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-07-18T21:44:07.878Z[ recovery-image] Jul 18 21:44:06.731 INFO O| Jul 18 21:44:06.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
71482024-07-18T21:44:07.881Z[ recovery-image] Jul 18 21:44:06.732 INFO O| Jul 18 21:44:06.732 INFO STEP 1138 (remove_files) COMPLETE
71492024-07-18T21:44:07.881Z[ recovery-image] Jul 18 21:44:06.732 INFO O| Jul 18 21:44:06.732 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-07-18T21:44:07.891Z[ recovery-image] Jul 18 21:44:06.744 INFO O| Jul 18 21:44:06.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
71512024-07-18T21:44:07.891Z[ recovery-image] Jul 18 21:44:06.744 INFO O| Jul 18 21:44:06.744 INFO STEP 1139 (remove_files) COMPLETE
71522024-07-18T21:44:07.891Z[ recovery-image] Jul 18 21:44:06.744 INFO O| Jul 18 21:44:06.744 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-07-18T21:44:07.903Z[ recovery-image] Jul 18 21:44:06.756 INFO O| Jul 18 21:44:06.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
71542024-07-18T21:44:07.903Z[ recovery-image] Jul 18 21:44:06.756 INFO O| Jul 18 21:44:06.756 INFO STEP 1140 (remove_files) COMPLETE
71552024-07-18T21:44:07.903Z[ recovery-image] Jul 18 21:44:06.756 INFO O| Jul 18 21:44:06.756 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-07-18T21:44:07.915Z[ recovery-image] Jul 18 21:44:06.768 INFO O| Jul 18 21:44:06.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
71572024-07-18T21:44:07.916Z[ recovery-image] Jul 18 21:44:06.768 INFO O| Jul 18 21:44:06.768 INFO STEP 1141 (remove_files) COMPLETE
71582024-07-18T21:44:07.916Z[ recovery-image] Jul 18 21:44:06.768 INFO O| Jul 18 21:44:06.768 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-07-18T21:44:07.927Z[ recovery-image] Jul 18 21:44:06.780 INFO O| Jul 18 21:44:06.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
71602024-07-18T21:44:07.927Z[ recovery-image] Jul 18 21:44:06.780 INFO O| Jul 18 21:44:06.780 INFO STEP 1142 (remove_files) COMPLETE
71612024-07-18T21:44:07.927Z[ recovery-image] Jul 18 21:44:06.780 INFO O| Jul 18 21:44:06.780 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-07-18T21:44:07.938Z[ recovery-image] Jul 18 21:44:06.791 INFO O| Jul 18 21:44:06.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
71632024-07-18T21:44:07.938Z[ recovery-image] Jul 18 21:44:06.791 INFO O| Jul 18 21:44:06.791 INFO STEP 1143 (remove_files) COMPLETE
71642024-07-18T21:44:07.938Z[ recovery-image] Jul 18 21:44:06.791 INFO O| Jul 18 21:44:06.791 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-07-18T21:44:07.949Z[ recovery-image] Jul 18 21:44:06.801 INFO O| Jul 18 21:44:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
71662024-07-18T21:44:07.949Z[ recovery-image] Jul 18 21:44:06.802 INFO O| Jul 18 21:44:06.802 INFO STEP 1144 (remove_files) COMPLETE
71672024-07-18T21:44:07.949Z[ recovery-image] Jul 18 21:44:06.802 INFO O| Jul 18 21:44:06.802 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-07-18T21:44:07.960Z[ recovery-image] Jul 18 21:44:06.813 INFO O| Jul 18 21:44:06.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
71692024-07-18T21:44:07.960Z[ recovery-image] Jul 18 21:44:06.813 INFO O| Jul 18 21:44:06.813 INFO STEP 1145 (remove_files) COMPLETE
71702024-07-18T21:44:07.960Z[ recovery-image] Jul 18 21:44:06.813 INFO O| Jul 18 21:44:06.813 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-07-18T21:44:07.971Z[ recovery-image] Jul 18 21:44:06.824 INFO O| Jul 18 21:44:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
71722024-07-18T21:44:07.971Z[ recovery-image] Jul 18 21:44:06.824 INFO O| Jul 18 21:44:06.824 INFO STEP 1146 (remove_files) COMPLETE
71732024-07-18T21:44:07.975Z[ recovery-image] Jul 18 21:44:06.824 INFO O| Jul 18 21:44:06.824 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-07-18T21:44:07.983Z[ recovery-image] Jul 18 21:44:06.836 INFO O| Jul 18 21:44:06.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
71752024-07-18T21:44:07.983Z[ recovery-image] Jul 18 21:44:06.836 INFO O| Jul 18 21:44:06.836 INFO STEP 1147 (remove_files) COMPLETE
71762024-07-18T21:44:07.986Z[ recovery-image] Jul 18 21:44:06.836 INFO O| Jul 18 21:44:06.836 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-07-18T21:44:07.995Z[ recovery-image] Jul 18 21:44:06.848 INFO O| Jul 18 21:44:06.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
71782024-07-18T21:44:07.995Z[ recovery-image] Jul 18 21:44:06.848 INFO O| Jul 18 21:44:06.848 INFO STEP 1148 (remove_files) COMPLETE
71792024-07-18T21:44:07.995Z[ recovery-image] Jul 18 21:44:06.848 INFO O| Jul 18 21:44:06.848 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-07-18T21:44:08.008Z[ recovery-image] Jul 18 21:44:06.861 INFO O| Jul 18 21:44:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
71812024-07-18T21:44:08.008Z[ recovery-image] Jul 18 21:44:06.861 INFO O| Jul 18 21:44:06.861 INFO STEP 1149 (remove_files) COMPLETE
71822024-07-18T21:44:08.011Z[ recovery-image] Jul 18 21:44:06.861 INFO O| Jul 18 21:44:06.861 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-07-18T21:44:08.021Z[ recovery-image] Jul 18 21:44:06.874 INFO O| Jul 18 21:44:06.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
71842024-07-18T21:44:08.021Z[ recovery-image] Jul 18 21:44:06.874 INFO O| Jul 18 21:44:06.874 INFO STEP 1150 (remove_files) COMPLETE
71852024-07-18T21:44:08.024Z[ recovery-image] Jul 18 21:44:06.874 INFO O| Jul 18 21:44:06.874 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-07-18T21:44:08.032Z[ recovery-image] Jul 18 21:44:06.885 INFO O| Jul 18 21:44:06.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
71872024-07-18T21:44:08.033Z[ recovery-image] Jul 18 21:44:06.886 INFO O| Jul 18 21:44:06.886 INFO STEP 1151 (remove_files) COMPLETE
71882024-07-18T21:44:08.033Z[ recovery-image] Jul 18 21:44:06.886 INFO O| Jul 18 21:44:06.886 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-07-18T21:44:08.044Z[ recovery-image] Jul 18 21:44:06.897 INFO O| Jul 18 21:44:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
71902024-07-18T21:44:08.044Z[ recovery-image] Jul 18 21:44:06.897 INFO O| Jul 18 21:44:06.897 INFO STEP 1152 (remove_files) COMPLETE
71912024-07-18T21:44:08.047Z[ recovery-image] Jul 18 21:44:06.897 INFO O| Jul 18 21:44:06.897 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-07-18T21:44:08.056Z[ recovery-image] Jul 18 21:44:06.910 INFO O| Jul 18 21:44:06.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
71932024-07-18T21:44:08.057Z[ recovery-image] Jul 18 21:44:06.910 INFO O| Jul 18 21:44:06.910 INFO STEP 1153 (remove_files) COMPLETE
71942024-07-18T21:44:08.057Z[ recovery-image] Jul 18 21:44:06.910 INFO O| Jul 18 21:44:06.910 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-07-18T21:44:08.067Z[ recovery-image] Jul 18 21:44:06.920 INFO O| Jul 18 21:44:06.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
71962024-07-18T21:44:08.067Z[ recovery-image] Jul 18 21:44:06.920 INFO O| Jul 18 21:44:06.920 INFO STEP 1154 (remove_files) COMPLETE
71972024-07-18T21:44:08.070Z[ recovery-image] Jul 18 21:44:06.920 INFO O| Jul 18 21:44:06.920 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-07-18T21:44:08.078Z[ recovery-image] Jul 18 21:44:06.931 INFO O| Jul 18 21:44:06.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
71992024-07-18T21:44:08.078Z[ recovery-image] Jul 18 21:44:06.931 INFO O| Jul 18 21:44:06.931 INFO STEP 1155 (remove_files) COMPLETE
72002024-07-18T21:44:08.080Z[ recovery-image] Jul 18 21:44:06.931 INFO O| Jul 18 21:44:06.931 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-07-18T21:44:08.088Z[ recovery-image] Jul 18 21:44:06.941 INFO O| Jul 18 21:44:06.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
72022024-07-18T21:44:08.088Z[ recovery-image] Jul 18 21:44:06.941 INFO O| Jul 18 21:44:06.941 INFO STEP 1156 (remove_files) COMPLETE
72032024-07-18T21:44:08.088Z[ recovery-image] Jul 18 21:44:06.941 INFO O| Jul 18 21:44:06.941 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-07-18T21:44:08.100Z[ recovery-image] Jul 18 21:44:06.953 INFO O| Jul 18 21:44:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
72052024-07-18T21:44:08.100Z[ recovery-image] Jul 18 21:44:06.953 INFO O| Jul 18 21:44:06.953 INFO STEP 1157 (remove_files) COMPLETE
72062024-07-18T21:44:08.100Z[ recovery-image] Jul 18 21:44:06.953 INFO O| Jul 18 21:44:06.953 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-07-18T21:44:08.112Z[ recovery-image] Jul 18 21:44:06.965 INFO O| Jul 18 21:44:06.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
72082024-07-18T21:44:08.112Z[ recovery-image] Jul 18 21:44:06.965 INFO O| Jul 18 21:44:06.965 INFO STEP 1158 (remove_files) COMPLETE
72092024-07-18T21:44:08.112Z[ recovery-image] Jul 18 21:44:06.965 INFO O| Jul 18 21:44:06.965 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-07-18T21:44:08.124Z[ recovery-image] Jul 18 21:44:06.977 INFO O| Jul 18 21:44:06.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
72112024-07-18T21:44:08.127Z[ recovery-image] Jul 18 21:44:06.977 INFO O| Jul 18 21:44:06.977 INFO STEP 1159 (remove_files) COMPLETE
72122024-07-18T21:44:08.127Z[ recovery-image] Jul 18 21:44:06.977 INFO O| Jul 18 21:44:06.977 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-07-18T21:44:08.135Z[ recovery-image] Jul 18 21:44:06.988 INFO O| Jul 18 21:44:06.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
72142024-07-18T21:44:08.135Z[ recovery-image] Jul 18 21:44:06.988 INFO O| Jul 18 21:44:06.988 INFO STEP 1160 (remove_files) COMPLETE
72152024-07-18T21:44:08.136Z[ recovery-image] Jul 18 21:44:06.988 INFO O| Jul 18 21:44:06.988 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-07-18T21:44:08.147Z[ recovery-image] Jul 18 21:44:07.000 INFO O| Jul 18 21:44:07.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
72172024-07-18T21:44:08.147Z[ recovery-image] Jul 18 21:44:07.000 INFO O| Jul 18 21:44:07.000 INFO STEP 1161 (remove_files) COMPLETE
72182024-07-18T21:44:08.150Z[ recovery-image] Jul 18 21:44:07.000 INFO O| Jul 18 21:44:07.000 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-07-18T21:44:08.159Z[ recovery-image] Jul 18 21:44:07.012 INFO O| Jul 18 21:44:07.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
72202024-07-18T21:44:08.159Z[ recovery-image] Jul 18 21:44:07.012 INFO O| Jul 18 21:44:07.012 INFO STEP 1162 (remove_files) COMPLETE
72212024-07-18T21:44:08.162Z[ recovery-image] Jul 18 21:44:07.012 INFO O| Jul 18 21:44:07.012 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-07-18T21:44:08.170Z[ recovery-image] Jul 18 21:44:07.023 INFO O| Jul 18 21:44:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
72232024-07-18T21:44:08.170Z[ recovery-image] Jul 18 21:44:07.023 INFO O| Jul 18 21:44:07.023 INFO STEP 1163 (remove_files) COMPLETE
72242024-07-18T21:44:08.170Z[ recovery-image] Jul 18 21:44:07.023 INFO O| Jul 18 21:44:07.023 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-07-18T21:44:08.181Z[ recovery-image] Jul 18 21:44:07.034 INFO O| Jul 18 21:44:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
72262024-07-18T21:44:08.181Z[ recovery-image] Jul 18 21:44:07.034 INFO O| Jul 18 21:44:07.034 INFO STEP 1164 (remove_files) COMPLETE
72272024-07-18T21:44:08.181Z[ recovery-image] Jul 18 21:44:07.034 INFO O| Jul 18 21:44:07.034 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-07-18T21:44:08.192Z[ recovery-image] Jul 18 21:44:07.045 INFO O| Jul 18 21:44:07.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
72292024-07-18T21:44:08.192Z[ recovery-image] Jul 18 21:44:07.045 INFO O| Jul 18 21:44:07.045 INFO STEP 1165 (remove_files) COMPLETE
72302024-07-18T21:44:08.192Z[ recovery-image] Jul 18 21:44:07.045 INFO O| Jul 18 21:44:07.045 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-07-18T21:44:08.203Z[ recovery-image] Jul 18 21:44:07.056 INFO O| Jul 18 21:44:07.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
72322024-07-18T21:44:08.206Z[ recovery-image] Jul 18 21:44:07.056 INFO O| Jul 18 21:44:07.056 INFO STEP 1166 (remove_files) COMPLETE
72332024-07-18T21:44:08.206Z[ recovery-image] Jul 18 21:44:07.056 INFO O| Jul 18 21:44:07.056 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-07-18T21:44:08.213Z[ recovery-image] Jul 18 21:44:07.066 INFO O| Jul 18 21:44:07.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
72352024-07-18T21:44:08.213Z[ recovery-image] Jul 18 21:44:07.066 INFO O| Jul 18 21:44:07.066 INFO STEP 1167 (remove_files) COMPLETE
72362024-07-18T21:44:08.216Z[ recovery-image] Jul 18 21:44:07.066 INFO O| Jul 18 21:44:07.066 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-07-18T21:44:08.227Z[ recovery-image] Jul 18 21:44:07.080 INFO O| Jul 18 21:44:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
72382024-07-18T21:44:08.227Z[ recovery-image] Jul 18 21:44:07.080 INFO O| Jul 18 21:44:07.080 INFO STEP 1168 (remove_files) COMPLETE
72392024-07-18T21:44:08.229Z[ recovery-image] Jul 18 21:44:07.080 INFO O| Jul 18 21:44:07.080 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-07-18T21:44:08.240Z[ recovery-image] Jul 18 21:44:07.093 INFO O| Jul 18 21:44:07.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
72412024-07-18T21:44:08.240Z[ recovery-image] Jul 18 21:44:07.093 INFO O| Jul 18 21:44:07.093 INFO STEP 1169 (remove_files) COMPLETE
72422024-07-18T21:44:08.240Z[ recovery-image] Jul 18 21:44:07.093 INFO O| Jul 18 21:44:07.093 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-07-18T21:44:08.250Z[ recovery-image] Jul 18 21:44:07.103 INFO O| Jul 18 21:44:07.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
72442024-07-18T21:44:08.253Z[ recovery-image] Jul 18 21:44:07.103 INFO O| Jul 18 21:44:07.103 INFO STEP 1170 (remove_files) COMPLETE
72452024-07-18T21:44:08.253Z[ recovery-image] Jul 18 21:44:07.104 INFO O| Jul 18 21:44:07.103 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-07-18T21:44:08.261Z[ recovery-image] Jul 18 21:44:07.114 INFO O| Jul 18 21:44:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
72472024-07-18T21:44:08.261Z[ recovery-image] Jul 18 21:44:07.114 INFO O| Jul 18 21:44:07.114 INFO STEP 1171 (remove_files) COMPLETE
72482024-07-18T21:44:08.264Z[ recovery-image] Jul 18 21:44:07.114 INFO O| Jul 18 21:44:07.114 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-07-18T21:44:08.275Z[ recovery-image] Jul 18 21:44:07.128 INFO O| Jul 18 21:44:07.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
72502024-07-18T21:44:08.275Z[ recovery-image] Jul 18 21:44:07.128 INFO O| Jul 18 21:44:07.128 INFO STEP 1172 (remove_files) COMPLETE
72512024-07-18T21:44:08.278Z[ recovery-image] Jul 18 21:44:07.128 INFO O| Jul 18 21:44:07.128 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-07-18T21:44:08.286Z[ recovery-image] Jul 18 21:44:07.139 INFO O| Jul 18 21:44:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
72532024-07-18T21:44:08.286Z[ recovery-image] Jul 18 21:44:07.139 INFO O| Jul 18 21:44:07.139 INFO STEP 1173 (remove_files) COMPLETE
72542024-07-18T21:44:08.289Z[ recovery-image] Jul 18 21:44:07.139 INFO O| Jul 18 21:44:07.139 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-07-18T21:44:08.297Z[ recovery-image] Jul 18 21:44:07.150 INFO O| Jul 18 21:44:07.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
72562024-07-18T21:44:08.299Z[ recovery-image] Jul 18 21:44:07.150 INFO O| Jul 18 21:44:07.150 INFO STEP 1174 (remove_files) COMPLETE
72572024-07-18T21:44:08.299Z[ recovery-image] Jul 18 21:44:07.150 INFO O| Jul 18 21:44:07.150 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-07-18T21:44:08.308Z[ recovery-image] Jul 18 21:44:07.161 INFO O| Jul 18 21:44:07.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
72592024-07-18T21:44:08.311Z[ recovery-image] Jul 18 21:44:07.161 INFO O| Jul 18 21:44:07.161 INFO STEP 1175 (remove_files) COMPLETE
72602024-07-18T21:44:08.311Z[ recovery-image] Jul 18 21:44:07.161 INFO O| Jul 18 21:44:07.161 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-07-18T21:44:08.321Z[ recovery-image] Jul 18 21:44:07.174 INFO O| Jul 18 21:44:07.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
72622024-07-18T21:44:08.321Z[ recovery-image] Jul 18 21:44:07.174 INFO O| Jul 18 21:44:07.174 INFO STEP 1176 (remove_files) COMPLETE
72632024-07-18T21:44:08.321Z[ recovery-image] Jul 18 21:44:07.174 INFO O| Jul 18 21:44:07.174 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-07-18T21:44:08.335Z[ recovery-image] Jul 18 21:44:07.188 INFO O| Jul 18 21:44:07.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
72652024-07-18T21:44:08.335Z[ recovery-image] Jul 18 21:44:07.188 INFO O| Jul 18 21:44:07.188 INFO STEP 1177 (remove_files) COMPLETE
72662024-07-18T21:44:08.338Z[ recovery-image] Jul 18 21:44:07.188 INFO O| Jul 18 21:44:07.188 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-07-18T21:44:08.349Z[ recovery-image] Jul 18 21:44:07.202 INFO O| Jul 18 21:44:07.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
72682024-07-18T21:44:08.349Z[ recovery-image] Jul 18 21:44:07.202 INFO O| Jul 18 21:44:07.202 INFO STEP 1178 (remove_files) COMPLETE
72692024-07-18T21:44:08.352Z[ recovery-image] Jul 18 21:44:07.202 INFO O| Jul 18 21:44:07.202 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-07-18T21:44:08.360Z[ recovery-image] Jul 18 21:44:07.213 INFO O| Jul 18 21:44:07.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
72712024-07-18T21:44:08.360Z[ recovery-image] Jul 18 21:44:07.213 INFO O| Jul 18 21:44:07.213 INFO STEP 1179 (remove_files) COMPLETE
72722024-07-18T21:44:08.360Z[ recovery-image] Jul 18 21:44:07.213 INFO O| Jul 18 21:44:07.213 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-07-18T21:44:08.371Z[ recovery-image] Jul 18 21:44:07.224 INFO O| Jul 18 21:44:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
72742024-07-18T21:44:08.372Z[ recovery-image] Jul 18 21:44:07.225 INFO O| Jul 18 21:44:07.225 INFO STEP 1180 (remove_files) COMPLETE
72752024-07-18T21:44:08.374Z[ recovery-image] Jul 18 21:44:07.225 INFO O| Jul 18 21:44:07.225 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-07-18T21:44:08.382Z[ recovery-image] Jul 18 21:44:07.235 INFO O| Jul 18 21:44:07.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
72772024-07-18T21:44:08.382Z[ recovery-image] Jul 18 21:44:07.235 INFO O| Jul 18 21:44:07.235 INFO STEP 1181 (remove_files) COMPLETE
72782024-07-18T21:44:08.384Z[ recovery-image] Jul 18 21:44:07.235 INFO O| Jul 18 21:44:07.235 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-07-18T21:44:08.396Z[ recovery-image] Jul 18 21:44:07.249 INFO O| Jul 18 21:44:07.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
72802024-07-18T21:44:08.396Z[ recovery-image] Jul 18 21:44:07.249 INFO O| Jul 18 21:44:07.249 INFO STEP 1182 (remove_files) COMPLETE
72812024-07-18T21:44:08.399Z[ recovery-image] Jul 18 21:44:07.249 INFO O| Jul 18 21:44:07.249 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-07-18T21:44:08.410Z[ recovery-image] Jul 18 21:44:07.263 INFO O| Jul 18 21:44:07.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
72832024-07-18T21:44:08.410Z[ recovery-image] Jul 18 21:44:07.263 INFO O| Jul 18 21:44:07.263 INFO STEP 1183 (remove_files) COMPLETE
72842024-07-18T21:44:08.410Z[ recovery-image] Jul 18 21:44:07.263 INFO O| Jul 18 21:44:07.263 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-07-18T21:44:08.425Z[ recovery-image] Jul 18 21:44:07.278 INFO O| Jul 18 21:44:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
72862024-07-18T21:44:08.425Z[ recovery-image] Jul 18 21:44:07.278 INFO O| Jul 18 21:44:07.278 INFO STEP 1184 (remove_files) COMPLETE
72872024-07-18T21:44:08.425Z[ recovery-image] Jul 18 21:44:07.278 INFO O| Jul 18 21:44:07.278 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-07-18T21:44:08.437Z[ recovery-image] Jul 18 21:44:07.290 INFO O| Jul 18 21:44:07.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
72892024-07-18T21:44:08.437Z[ recovery-image] Jul 18 21:44:07.290 INFO O| Jul 18 21:44:07.290 INFO STEP 1185 (remove_files) COMPLETE
72902024-07-18T21:44:08.440Z[ recovery-image] Jul 18 21:44:07.290 INFO O| Jul 18 21:44:07.290 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-07-18T21:44:08.449Z[ recovery-image] Jul 18 21:44:07.302 INFO O| Jul 18 21:44:07.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
72922024-07-18T21:44:08.453Z[ recovery-image] Jul 18 21:44:07.303 INFO O| Jul 18 21:44:07.303 INFO STEP 1186 (remove_files) COMPLETE
72932024-07-18T21:44:08.453Z[ recovery-image] Jul 18 21:44:07.303 INFO O| Jul 18 21:44:07.303 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-07-18T21:44:08.464Z[ recovery-image] Jul 18 21:44:07.317 INFO O| Jul 18 21:44:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
72952024-07-18T21:44:08.464Z[ recovery-image] Jul 18 21:44:07.317 INFO O| Jul 18 21:44:07.317 INFO STEP 1187 (remove_files) COMPLETE
72962024-07-18T21:44:08.467Z[ recovery-image] Jul 18 21:44:07.317 INFO O| Jul 18 21:44:07.317 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-07-18T21:44:08.477Z[ recovery-image] Jul 18 21:44:07.330 INFO O| Jul 18 21:44:07.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
72982024-07-18T21:44:08.477Z[ recovery-image] Jul 18 21:44:07.330 INFO O| Jul 18 21:44:07.330 INFO STEP 1188 (remove_files) COMPLETE
72992024-07-18T21:44:08.479Z[ recovery-image] Jul 18 21:44:07.330 INFO O| Jul 18 21:44:07.330 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-07-18T21:44:08.488Z[ recovery-image] Jul 18 21:44:07.341 INFO O| Jul 18 21:44:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
73012024-07-18T21:44:08.488Z[ recovery-image] Jul 18 21:44:07.341 INFO O| Jul 18 21:44:07.341 INFO STEP 1189 (remove_files) COMPLETE
73022024-07-18T21:44:08.488Z[ recovery-image] Jul 18 21:44:07.341 INFO O| Jul 18 21:44:07.341 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-07-18T21:44:08.501Z[ recovery-image] Jul 18 21:44:07.354 INFO O| Jul 18 21:44:07.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
73042024-07-18T21:44:08.501Z[ recovery-image] Jul 18 21:44:07.354 INFO O| Jul 18 21:44:07.354 INFO STEP 1190 (remove_files) COMPLETE
73052024-07-18T21:44:08.504Z[ recovery-image] Jul 18 21:44:07.354 INFO O| Jul 18 21:44:07.354 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-07-18T21:44:08.512Z[ recovery-image] Jul 18 21:44:07.365 INFO O| Jul 18 21:44:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
73072024-07-18T21:44:08.512Z[ recovery-image] Jul 18 21:44:07.365 INFO O| Jul 18 21:44:07.365 INFO STEP 1191 (remove_files) COMPLETE
73082024-07-18T21:44:08.515Z[ recovery-image] Jul 18 21:44:07.365 INFO O| Jul 18 21:44:07.365 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-07-18T21:44:08.524Z[ recovery-image] Jul 18 21:44:07.377 INFO O| Jul 18 21:44:07.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
73102024-07-18T21:44:08.524Z[ recovery-image] Jul 18 21:44:07.377 INFO O| Jul 18 21:44:07.377 INFO STEP 1192 (remove_files) COMPLETE
73112024-07-18T21:44:08.527Z[ recovery-image] Jul 18 21:44:07.377 INFO O| Jul 18 21:44:07.377 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-07-18T21:44:08.537Z[ recovery-image] Jul 18 21:44:07.390 INFO O| Jul 18 21:44:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
73132024-07-18T21:44:08.537Z[ recovery-image] Jul 18 21:44:07.390 INFO O| Jul 18 21:44:07.390 INFO STEP 1193 (remove_files) COMPLETE
73142024-07-18T21:44:08.540Z[ recovery-image] Jul 18 21:44:07.390 INFO O| Jul 18 21:44:07.390 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-07-18T21:44:08.550Z[ recovery-image] Jul 18 21:44:07.403 INFO O| Jul 18 21:44:07.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
73162024-07-18T21:44:08.550Z[ recovery-image] Jul 18 21:44:07.403 INFO O| Jul 18 21:44:07.403 INFO STEP 1194 (remove_files) COMPLETE
73172024-07-18T21:44:08.550Z[ recovery-image] Jul 18 21:44:07.403 INFO O| Jul 18 21:44:07.403 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-07-18T21:44:08.567Z[ recovery-image] Jul 18 21:44:07.419 INFO O| Jul 18 21:44:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
73192024-07-18T21:44:08.567Z[ recovery-image] Jul 18 21:44:07.419 INFO O| Jul 18 21:44:07.419 INFO STEP 1195 (remove_files) COMPLETE
73202024-07-18T21:44:08.567Z[ recovery-image] Jul 18 21:44:07.419 INFO O| Jul 18 21:44:07.419 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-07-18T21:44:08.579Z[ recovery-image] Jul 18 21:44:07.432 INFO O| Jul 18 21:44:07.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
73222024-07-18T21:44:08.579Z[ recovery-image] Jul 18 21:44:07.432 INFO O| Jul 18 21:44:07.432 INFO STEP 1196 (remove_files) COMPLETE
73232024-07-18T21:44:08.579Z[ recovery-image] Jul 18 21:44:07.432 INFO O| Jul 18 21:44:07.432 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-07-18T21:44:08.592Z[ recovery-image] Jul 18 21:44:07.445 INFO O| Jul 18 21:44:07.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
73252024-07-18T21:44:08.592Z[ recovery-image] Jul 18 21:44:07.445 INFO O| Jul 18 21:44:07.445 INFO STEP 1197 (remove_files) COMPLETE
73262024-07-18T21:44:08.592Z[ recovery-image] Jul 18 21:44:07.445 INFO O| Jul 18 21:44:07.445 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-07-18T21:44:08.608Z[ recovery-image] Jul 18 21:44:07.461 INFO O| Jul 18 21:44:07.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
73282024-07-18T21:44:08.608Z[ recovery-image] Jul 18 21:44:07.461 INFO O| Jul 18 21:44:07.461 INFO STEP 1198 (remove_files) COMPLETE
73292024-07-18T21:44:08.608Z[ recovery-image] Jul 18 21:44:07.461 INFO O| Jul 18 21:44:07.461 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-07-18T21:44:08.622Z[ recovery-image] Jul 18 21:44:07.475 INFO O| Jul 18 21:44:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
73312024-07-18T21:44:08.622Z[ recovery-image] Jul 18 21:44:07.475 INFO O| Jul 18 21:44:07.475 INFO STEP 1199 (remove_files) COMPLETE
73322024-07-18T21:44:08.622Z[ recovery-image] Jul 18 21:44:07.475 INFO O| Jul 18 21:44:07.475 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-07-18T21:44:08.636Z[ recovery-image] Jul 18 21:44:07.489 INFO O| Jul 18 21:44:07.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
73342024-07-18T21:44:08.636Z[ recovery-image] Jul 18 21:44:07.489 INFO O| Jul 18 21:44:07.489 INFO STEP 1200 (remove_files) COMPLETE
73352024-07-18T21:44:08.636Z[ recovery-image] Jul 18 21:44:07.489 INFO O| Jul 18 21:44:07.489 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-07-18T21:44:08.651Z[ recovery-image] Jul 18 21:44:07.504 INFO O| Jul 18 21:44:07.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
73372024-07-18T21:44:08.651Z[ recovery-image] Jul 18 21:44:07.504 INFO O| Jul 18 21:44:07.504 INFO STEP 1201 (remove_files) COMPLETE
73382024-07-18T21:44:08.654Z[ recovery-image] Jul 18 21:44:07.504 INFO O| Jul 18 21:44:07.504 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-07-18T21:44:08.663Z[ recovery-image] Jul 18 21:44:07.516 INFO O| Jul 18 21:44:07.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
73402024-07-18T21:44:08.666Z[ recovery-image] Jul 18 21:44:07.517 INFO O| Jul 18 21:44:07.516 INFO STEP 1202 (remove_files) COMPLETE
73412024-07-18T21:44:08.666Z[ recovery-image] Jul 18 21:44:07.517 INFO O| Jul 18 21:44:07.516 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-07-18T21:44:08.678Z[ recovery-image] Jul 18 21:44:07.531 INFO O| Jul 18 21:44:07.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
73432024-07-18T21:44:08.678Z[ recovery-image] Jul 18 21:44:07.531 INFO O| Jul 18 21:44:07.531 INFO STEP 1203 (remove_files) COMPLETE
73442024-07-18T21:44:08.682Z[ recovery-image] Jul 18 21:44:07.531 INFO O| Jul 18 21:44:07.531 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-07-18T21:44:08.682Z[ host-image] Jul 18 21:44:07.533 INFO O| Jul 18 21:44:07.533 INFO O| Done
73462024-07-18T21:44:08.693Z[ recovery-image] Jul 18 21:44:07.546 INFO O| Jul 18 21:44:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
73472024-07-18T21:44:08.693Z[ recovery-image] Jul 18 21:44:07.546 INFO O| Jul 18 21:44:07.546 INFO STEP 1204 (remove_files) COMPLETE
73482024-07-18T21:44:08.693Z[ recovery-image] Jul 18 21:44:07.546 INFO O| Jul 18 21:44:07.546 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-07-18T21:44:08.707Z[ recovery-image] Jul 18 21:44:07.560 INFO O| Jul 18 21:44:07.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
73502024-07-18T21:44:08.707Z[ recovery-image] Jul 18 21:44:07.560 INFO O| Jul 18 21:44:07.560 INFO STEP 1205 (remove_files) COMPLETE
73512024-07-18T21:44:08.710Z[ recovery-image] Jul 18 21:44:07.560 INFO O| Jul 18 21:44:07.560 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-07-18T21:44:08.713Z[ host-image] Jul 18 21:44:07.566 INFO O| Jul 18 21:44:07.566 INFO O| Done
73532024-07-18T21:44:08.716Z[ host-image] Jul 18 21:44:07.566 INFO O| Jul 18 21:44:07.566 INFO O| Done
73542024-07-18T21:44:08.720Z[ recovery-image] Jul 18 21:44:07.573 INFO O| Jul 18 21:44:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
73552024-07-18T21:44:08.720Z[ recovery-image] Jul 18 21:44:07.573 INFO O| Jul 18 21:44:07.573 INFO STEP 1206 (remove_files) COMPLETE
73562024-07-18T21:44:08.720Z[ recovery-image] Jul 18 21:44:07.573 INFO O| Jul 18 21:44:07.573 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
73572024-07-18T21:44:08.727Z[ host-image] Jul 18 21:44:07.580 INFO O| Jul 18 21:44:07.580 INFO O| Done
73582024-07-18T21:44:08.740Z[ recovery-image] Jul 18 21:44:07.593 INFO O| Jul 18 21:44:07.593 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
73592024-07-18T21:44:08.740Z[ recovery-image] Jul 18 21:44:07.593 INFO O| Jul 18 21:44:07.593 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
73602024-07-18T21:44:08.842Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO STEP 14 (pkg_install) COMPLETE
73612024-07-18T21:44:08.842Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73622024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO skip step because feature "mfg" is not enabled
73632024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73642024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO skip step because feature "compliance" is not enabled
73652024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73662024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO skip step because feature "stress" is not enabled
73672024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
73682024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO skip step because feature "nfs" is not enabled
73692024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
73702024-07-18T21:44:08.845Z[ host-image] Jul 18 21:44:07.695 INFO O| Jul 18 21:44:07.695 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
73712024-07-18T21:44:09.071Z[ host-image] Jul 18 21:44:07.924 INFO O| Jul 18 21:44:07.924 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
73722024-07-18T21:44:09.231Z[ host-image] Jul 18 21:44:08.084 INFO O| Jul 18 21:44:08.084 INFO completed processing gimlet/ramdisk-01-os
73732024-07-18T21:44:09.234Z[ host-image] Jul 18 21:44:08.086 INFO omicron1 baseline generation...
73742024-07-18T21:44:09.234Z[ host-image] Jul 18 21:44:08.086 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
73752024-07-18T21:44:09.589Z[ recovery-image] Jul 18 21:44:08.442 INFO O| Jul 18 21:44:08.442 INFO STEP 1207 (pack_tar) COMPLETE
73762024-07-18T21:44:09.589Z[ recovery-image] Jul 18 21:44:08.442 INFO O| Jul 18 21:44:08.442 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
73772024-07-18T21:44:09.592Z[ recovery-image] Jul 18 21:44:08.442 INFO O| Jul 18 21:44:08.442 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
73782024-07-18T21:44:09.696Z[ host-image] Jul 18 21:44:08.549 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22777:20240718T173309Z
73792024-07-18T21:44:09.825Z[ recovery-image] Jul 18 21:44:08.677 INFO O| Jul 18 21:44:08.677 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
73802024-07-18T21:44:09.892Z[ recovery-image] Jul 18 21:44:08.745 INFO O| Jul 18 21:44:08.745 INFO completed processing gimlet/ramdisk-03-recovery-trim
73812024-07-18T21:44:09.899Z[ recovery-image] Jul 18 21:44:08.752 INFO image builder template: zfs-recovery...
73822024-07-18T21:44:09.899Z[ recovery-image] Jul 18 21:44:08.752 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/.tmpHGYhbO/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.277", "-n", "zfs-recovery"], pwd: None
73832024-07-18T21:44:09.932Z[ recovery-image] Jul 18 21:44:08.785 INFO O| Jul 18 21:44:08.785 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73842024-07-18T21:44:09.938Z[ recovery-image] Jul 18 21:44:08.791 INFO O| Jul 18 21:44:08.791 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73852024-07-18T21:44:09.998Z[ recovery-image] Jul 18 21:44:08.851 INFO O| Jul 18 21:44:08.851 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
73862024-07-18T21:44:10.053Z[ recovery-image] Jul 18 21:44:08.906 INFO O| Jul 18 21:44:08.906 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73872024-07-18T21:44:10.053Z[ recovery-image] Jul 18 21:44:08.906 INFO O| Jul 18 21:44:08.906 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
73882024-07-18T21:44:10.057Z[ recovery-image] Jul 18 21:44:08.910 INFO O| Jul 18 21:44:08.910 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
73892024-07-18T21:44:10.257Z[ recovery-image] Jul 18 21:44:09.110 INFO O| Jul 18 21:44:09.110 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
73902024-07-18T21:44:10.362Z[ recovery-image] Jul 18 21:44:09.214 INFO O| Jul 18 21:44:09.214 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
73912024-07-18T21:44:10.372Z[ recovery-image] Jul 18 21:44:09.225 INFO O| Jul 18 21:44:09.225 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
73922024-07-18T21:44:10.378Z[ recovery-image] Jul 18 21:44:09.230 INFO O| Jul 18 21:44:09.230 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
73932024-07-18T21:44:10.381Z[ recovery-image] Jul 18 21:44:09.232 INFO O| Jul 18 21:44:09.232 INFO no lofi found
73942024-07-18T21:44:10.381Z[ recovery-image] Jul 18 21:44:09.232 INFO O| Jul 18 21:44:09.232 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
73952024-07-18T21:44:10.381Z[ recovery-image] Jul 18 21:44:09.232 INFO O| Jul 18 21:44:09.232 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
73962024-07-18T21:44:10.405Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 39s
73972024-07-18T21:44:10.672ZJul 18 21:44:09.525 INFO [verify-libraries] process exited with exit status: 0 (287.660576627s)
73982024-07-18T21:44:12.158Z[ recovery-image] Jul 18 21:44:11.010 INFO O| Jul 18 21:44:11.010 INFO lofi device = /dev/dsk/c2t1d0p0
73992024-07-18T21:44:12.158Z[ recovery-image] Jul 18 21:44:11.010 INFO O| Jul 18 21:44:11.010 INFO pool device = /dev/dsk/c2t1d0p0
74002024-07-18T21:44:12.161Z[ recovery-image] Jul 18 21:44:11.011 INFO O| Jul 18 21:44:11.011 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"]
74012024-07-18T21:44:12.234Z[ recovery-image] Jul 18 21:44:11.087 INFO O| Jul 18 21:44:11.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
74022024-07-18T21:44:12.234Z[ recovery-image] Jul 18 21:44:11.087 INFO O| Jul 18 21:44:11.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
74032024-07-18T21:44:12.277Z[ recovery-image] Jul 18 21:44:11.129 INFO O| Jul 18 21:44:11.129 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
74042024-07-18T21:44:12.338Z[ recovery-image] Jul 18 21:44:11.191 INFO O| Jul 18 21:44:11.191 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
74052024-07-18T21:44:12.376Z[ recovery-image] Jul 18 21:44:11.229 INFO O| Jul 18 21:44:11.229 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
74062024-07-18T21:44:12.391Z[ recovery-image] Jul 18 21:44:11.244 INFO O| Jul 18 21:44:11.244 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
74072024-07-18T21:44:12.403Z[ recovery-image] Jul 18 21:44:11.255 INFO O| Jul 18 21:44:11.255 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
74082024-07-18T21:44:12.453Z[ recovery-image] Jul 18 21:44:11.306 INFO O| Jul 18 21:44:11.306 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
74092024-07-18T21:44:12.456Z[ recovery-image] Jul 18 21:44:11.306 INFO O| Jul 18 21:44:11.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
74102024-07-18T21:44:12.456Z[ recovery-image] Jul 18 21:44:11.306 INFO O| Jul 18 21:44:11.306 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
74112024-07-18T21:44:12.463Z[ recovery-image] Jul 18 21:44:11.316 INFO O| Jul 18 21:44:11.315 INFO boot environment UUID: a9a70aa5-71c5-4575-b0ca-b813da4fb791
74122024-07-18T21:44:12.463Z[ recovery-image] Jul 18 21:44:11.316 INFO O| Jul 18 21:44:11.316 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a9a70aa5-71c5-4575-b0ca-b813da4fb791
74132024-07-18T21:44:12.477Z[ recovery-image] Jul 18 21:44:11.330 INFO O| Jul 18 21:44:11.329 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
74142024-07-18T21:44:12.489Z[ recovery-image] Jul 18 21:44:11.342 INFO O| Jul 18 21:44:11.342 INFO STEP 0 (create_be) COMPLETE
74152024-07-18T21:44:12.489Z[ recovery-image] Jul 18 21:44:11.342 INFO O| Jul 18 21:44:11.342 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
74162024-07-18T21:44:12.507Z[ recovery-image] Jul 18 21:44:11.360 INFO O| Jul 18 21:44:11.360 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"]
74172024-07-18T21:44:14.629Z[ recovery-image] Jul 18 21:44:13.481 INFO O| Jul 18 21:44:13.481 INFO STEP 1 (unpack_tar) COMPLETE
74182024-07-18T21:44:14.629Z[ recovery-image] Jul 18 21:44:13.482 INFO O| Jul 18 21:44:13.481 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74192024-07-18T21:44:14.642Z[ recovery-image] Jul 18 21:44:13.495 INFO O| Jul 18 21:44:13.495 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
74202024-07-18T21:44:15.048Z[ recovery-image] Jul 18 21:44:13.901 INFO O| Jul 18 21:44:13.901 INFO STEP 2 (devfsadm) COMPLETE
74212024-07-18T21:44:15.048Z[ recovery-image] Jul 18 21:44:13.901 INFO O| Jul 18 21:44:13.901 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74222024-07-18T21:44:15.060Z[ recovery-image] Jul 18 21:44:13.913 INFO O| Jul 18 21:44:13.913 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74232024-07-18T21:44:15.060Z[ recovery-image] Jul 18 21:44:13.913 INFO O| Jul 18 21:44:13.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74242024-07-18T21:44:15.060Z[ recovery-image] Jul 18 21:44:13.913 INFO O| Jul 18 21:44:13.913 INFO STEP 3 (ensure_dir) COMPLETE
74252024-07-18T21:44:15.060Z[ recovery-image] Jul 18 21:44:13.913 INFO O| Jul 18 21:44:13.913 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74262024-07-18T21:44:15.072Z[ recovery-image] Jul 18 21:44:13.924 INFO O| Jul 18 21:44:13.924 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74272024-07-18T21:44:15.072Z[ recovery-image] Jul 18 21:44:13.924 INFO O| Jul 18 21:44:13.924 INFO STEP 4 (ensure_dir) COMPLETE
74282024-07-18T21:44:15.075Z[ recovery-image] Jul 18 21:44:13.924 INFO O| Jul 18 21:44:13.924 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74292024-07-18T21:44:15.081Z[ recovery-image] Jul 18 21:44:13.934 INFO O| Jul 18 21:44:13.934 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74302024-07-18T21:44:15.081Z[ recovery-image] Jul 18 21:44:13.934 INFO O| Jul 18 21:44:13.934 INFO STEP 5 (ensure_dir) COMPLETE
74312024-07-18T21:44:15.084Z[ recovery-image] Jul 18 21:44:13.934 INFO O| Jul 18 21:44:13.934 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74322024-07-18T21:44:15.091Z[ recovery-image] Jul 18 21:44:13.944 INFO O| Jul 18 21:44:13.944 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74332024-07-18T21:44:15.094Z[ recovery-image] Jul 18 21:44:13.944 INFO O| Jul 18 21:44:13.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74342024-07-18T21:44:15.094Z[ recovery-image] Jul 18 21:44:13.944 INFO O| Jul 18 21:44:13.944 INFO STEP 6 (ensure_dir) COMPLETE
74352024-07-18T21:44:15.094Z[ recovery-image] Jul 18 21:44:13.944 INFO O| Jul 18 21:44:13.944 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74362024-07-18T21:44:15.102Z[ recovery-image] Jul 18 21:44:13.955 INFO O| Jul 18 21:44:13.955 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74372024-07-18T21:44:15.102Z[ recovery-image] Jul 18 21:44:13.955 INFO O| Jul 18 21:44:13.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74382024-07-18T21:44:15.105Z[ recovery-image] Jul 18 21:44:13.955 INFO O| Jul 18 21:44:13.955 INFO STEP 7 (ensure_dir) COMPLETE
74392024-07-18T21:44:15.105Z[ recovery-image] Jul 18 21:44:13.955 INFO O| Jul 18 21:44:13.955 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74402024-07-18T21:44:15.112Z[ recovery-image] Jul 18 21:44:13.965 INFO O| Jul 18 21:44:13.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
74412024-07-18T21:44:15.115Z[ recovery-image] Jul 18 21:44:13.965 INFO O| Jul 18 21:44:13.965 INFO STEP 8 (remove_files) COMPLETE
74422024-07-18T21:44:15.115Z[ recovery-image] Jul 18 21:44:13.965 INFO O| Jul 18 21:44:13.965 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74432024-07-18T21:44:15.122Z[ recovery-image] Jul 18 21:44:13.975 INFO O| Jul 18 21:44:13.975 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
74442024-07-18T21:44:15.125Z[ recovery-image] Jul 18 21:44:13.976 INFO O| Jul 18 21:44:13.976 INFO STEP 9 (remove_files) COMPLETE
74452024-07-18T21:44:15.125Z[ recovery-image] Jul 18 21:44:13.976 INFO O| Jul 18 21:44:13.976 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74462024-07-18T21:44:15.133Z[ recovery-image] Jul 18 21:44:13.986 INFO O| Jul 18 21:44:13.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
74472024-07-18T21:44:15.136Z[ recovery-image] Jul 18 21:44:13.987 INFO O| Jul 18 21:44:13.987 INFO STEP 10 (remove_files) COMPLETE
74482024-07-18T21:44:15.136Z[ recovery-image] Jul 18 21:44:13.987 INFO O| Jul 18 21:44:13.987 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74492024-07-18T21:44:15.144Z[ recovery-image] Jul 18 21:44:13.997 INFO O| Jul 18 21:44:13.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
74502024-07-18T21:44:15.144Z[ recovery-image] Jul 18 21:44:13.997 INFO O| Jul 18 21:44:13.997 INFO STEP 11 (remove_files) COMPLETE
74512024-07-18T21:44:15.144Z[ recovery-image] Jul 18 21:44:13.997 INFO O| Jul 18 21:44:13.997 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74522024-07-18T21:44:15.157Z[ recovery-image] Jul 18 21:44:14.009 INFO O| Jul 18 21:44:14.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
74532024-07-18T21:44:15.157Z[ recovery-image] Jul 18 21:44:14.010 INFO O| Jul 18 21:44:14.009 INFO STEP 12 (remove_files) COMPLETE
74542024-07-18T21:44:15.157Z[ recovery-image] Jul 18 21:44:14.010 INFO O| Jul 18 21:44:14.009 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74552024-07-18T21:44:15.167Z[ recovery-image] Jul 18 21:44:14.020 INFO O| Jul 18 21:44:14.020 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74562024-07-18T21:44:15.167Z[ recovery-image] Jul 18 21:44:14.020 INFO O| Jul 18 21:44:14.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74572024-07-18T21:44:15.167Z[ recovery-image] Jul 18 21:44:14.020 INFO O| Jul 18 21:44:14.020 INFO STEP 13 (ensure_dir) COMPLETE
74582024-07-18T21:44:15.170Z[ recovery-image] Jul 18 21:44:14.020 INFO O| Jul 18 21:44:14.020 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74592024-07-18T21:44:15.177Z[ recovery-image] Jul 18 21:44:14.030 INFO O| Jul 18 21:44:14.030 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74602024-07-18T21:44:15.177Z[ recovery-image] Jul 18 21:44:14.030 INFO O| Jul 18 21:44:14.030 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74612024-07-18T21:44:15.181Z[ recovery-image] Jul 18 21:44:14.030 INFO O| Jul 18 21:44:14.030 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74622024-07-18T21:44:15.181Z[ recovery-image] Jul 18 21:44:14.030 INFO O| Jul 18 21:44:14.030 INFO STEP 14 (ensure_dir) COMPLETE
74632024-07-18T21:44:15.181Z[ recovery-image] Jul 18 21:44:14.030 INFO O| Jul 18 21:44:14.030 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74642024-07-18T21:44:15.187Z[ recovery-image] Jul 18 21:44:14.040 INFO O| Jul 18 21:44:14.040 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74652024-07-18T21:44:15.187Z[ recovery-image] Jul 18 21:44:14.040 INFO O| Jul 18 21:44:14.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74662024-07-18T21:44:15.190Z[ recovery-image] Jul 18 21:44:14.040 INFO O| Jul 18 21:44:14.040 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74672024-07-18T21:44:15.190Z[ recovery-image] Jul 18 21:44:14.040 INFO O| Jul 18 21:44:14.040 INFO STEP 15 (ensure_dir) COMPLETE
74682024-07-18T21:44:15.190Z[ recovery-image] Jul 18 21:44:14.040 INFO O| Jul 18 21:44:14.040 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74692024-07-18T21:44:15.199Z[ recovery-image] Jul 18 21:44:14.051 INFO O| Jul 18 21:44:14.051 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74702024-07-18T21:44:15.199Z[ recovery-image] Jul 18 21:44:14.051 INFO O| Jul 18 21:44:14.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74712024-07-18T21:44:15.199Z[ recovery-image] Jul 18 21:44:14.051 INFO O| Jul 18 21:44:14.051 INFO STEP 16 (ensure_dir) COMPLETE
74722024-07-18T21:44:15.199Z[ recovery-image] Jul 18 21:44:14.051 INFO O| Jul 18 21:44:14.051 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74732024-07-18T21:44:15.209Z[ recovery-image] Jul 18 21:44:14.062 INFO O| Jul 18 21:44:14.062 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74742024-07-18T21:44:15.209Z[ recovery-image] Jul 18 21:44:14.062 INFO O| Jul 18 21:44:14.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74752024-07-18T21:44:15.212Z[ recovery-image] Jul 18 21:44:14.062 INFO O| Jul 18 21:44:14.062 INFO STEP 17 (ensure_dir) COMPLETE
74762024-07-18T21:44:15.212Z[ recovery-image] Jul 18 21:44:14.062 INFO O| Jul 18 21:44:14.062 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74772024-07-18T21:44:15.219Z[ recovery-image] Jul 18 21:44:14.072 INFO O| Jul 18 21:44:14.072 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
74782024-07-18T21:44:15.219Z[ recovery-image] Jul 18 21:44:14.072 INFO O| Jul 18 21:44:14.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
74792024-07-18T21:44:15.222Z[ recovery-image] Jul 18 21:44:14.072 INFO O| Jul 18 21:44:14.072 INFO ok!
74802024-07-18T21:44:15.222Z[ recovery-image] Jul 18 21:44:14.072 INFO O| Jul 18 21:44:14.072 INFO STEP 18 (ensure_symlink) COMPLETE
74812024-07-18T21:44:15.222Z[ recovery-image] Jul 18 21:44:14.072 INFO O| Jul 18 21:44:14.072 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74822024-07-18T21:44:15.230Z[ recovery-image] Jul 18 21:44:14.083 INFO O| Jul 18 21:44:14.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
74832024-07-18T21:44:15.230Z[ recovery-image] Jul 18 21:44:14.083 INFO O| Jul 18 21:44:14.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
74842024-07-18T21:44:15.230Z[ recovery-image] Jul 18 21:44:14.083 INFO O| Jul 18 21:44:14.083 INFO ok!
74852024-07-18T21:44:15.233Z[ recovery-image] Jul 18 21:44:14.083 INFO O| Jul 18 21:44:14.083 INFO STEP 19 (ensure_file) COMPLETE
74862024-07-18T21:44:15.233Z[ recovery-image] Jul 18 21:44:14.083 INFO O| Jul 18 21:44:14.083 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74872024-07-18T21:44:15.241Z[ recovery-image] Jul 18 21:44:14.094 INFO O| Jul 18 21:44:14.094 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
74882024-07-18T21:44:15.241Z[ recovery-image] Jul 18 21:44:14.094 INFO O| Jul 18 21:44:14.094 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
74892024-07-18T21:44:15.241Z[ recovery-image] Jul 18 21:44:14.094 INFO O| Jul 18 21:44:14.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
74902024-07-18T21:44:15.244Z[ recovery-image] Jul 18 21:44:14.094 INFO O| Jul 18 21:44:14.094 INFO ok!
74912024-07-18T21:44:15.244Z[ recovery-image] Jul 18 21:44:14.094 INFO O| Jul 18 21:44:14.094 INFO STEP 20 (ensure_symlink) COMPLETE
74922024-07-18T21:44:15.244Z[ recovery-image] Jul 18 21:44:14.094 INFO O| Jul 18 21:44:14.094 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74932024-07-18T21:44:15.252Z[ recovery-image] Jul 18 21:44:14.105 INFO O| Jul 18 21:44:14.105 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
74942024-07-18T21:44:15.252Z[ recovery-image] Jul 18 21:44:14.105 INFO O| Jul 18 21:44:14.105 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
74952024-07-18T21:44:15.255Z[ recovery-image] Jul 18 21:44:14.105 INFO O| Jul 18 21:44:14.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
74962024-07-18T21:44:15.255Z[ recovery-image] Jul 18 21:44:14.105 INFO O| Jul 18 21:44:14.105 INFO ok!
74972024-07-18T21:44:15.255Z[ recovery-image] Jul 18 21:44:14.105 INFO O| Jul 18 21:44:14.105 INFO STEP 21 (ensure_symlink) COMPLETE
74982024-07-18T21:44:15.255Z[ recovery-image] Jul 18 21:44:14.105 INFO O| Jul 18 21:44:14.105 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74992024-07-18T21:44:15.263Z[ recovery-image] Jul 18 21:44:14.115 INFO O| Jul 18 21:44:14.115 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
75002024-07-18T21:44:15.263Z[ recovery-image] Jul 18 21:44:14.115 INFO O| Jul 18 21:44:14.115 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
75012024-07-18T21:44:15.265Z[ recovery-image] Jul 18 21:44:14.115 INFO O| Jul 18 21:44:14.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
75022024-07-18T21:44:15.265Z[ recovery-image] Jul 18 21:44:14.116 INFO O| Jul 18 21:44:14.115 INFO ok!
75032024-07-18T21:44:15.265Z[ recovery-image] Jul 18 21:44:14.116 INFO O| Jul 18 21:44:14.115 INFO STEP 22 (ensure_symlink) COMPLETE
75042024-07-18T21:44:15.265Z[ recovery-image] Jul 18 21:44:14.116 INFO O| Jul 18 21:44:14.116 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75052024-07-18T21:44:15.274Z[ recovery-image] Jul 18 21:44:14.126 INFO O| Jul 18 21:44:14.126 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
75062024-07-18T21:44:15.274Z[ recovery-image] Jul 18 21:44:14.126 INFO O| Jul 18 21:44:14.126 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
75072024-07-18T21:44:15.277Z[ recovery-image] Jul 18 21:44:14.126 INFO O| Jul 18 21:44:14.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
75082024-07-18T21:44:15.277Z[ recovery-image] Jul 18 21:44:14.126 INFO O| Jul 18 21:44:14.126 INFO ok!
75092024-07-18T21:44:15.277Z[ recovery-image] Jul 18 21:44:14.126 INFO O| Jul 18 21:44:14.126 INFO STEP 23 (ensure_symlink) COMPLETE
75102024-07-18T21:44:15.277Z[ recovery-image] Jul 18 21:44:14.127 INFO O| Jul 18 21:44:14.126 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75112024-07-18T21:44:15.285Z[ recovery-image] Jul 18 21:44:14.137 INFO O| Jul 18 21:44:14.137 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
75122024-07-18T21:44:15.285Z[ recovery-image] Jul 18 21:44:14.137 INFO O| Jul 18 21:44:14.137 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 ...
75132024-07-18T21:44:15.287Z[ recovery-image] Jul 18 21:44:14.138 INFO O| Jul 18 21:44:14.138 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
75142024-07-18T21:44:15.288Z[ recovery-image] Jul 18 21:44:14.138 INFO O| Jul 18 21:44:14.138 INFO ok!
75152024-07-18T21:44:15.288Z[ recovery-image] Jul 18 21:44:14.138 INFO O| Jul 18 21:44:14.138 INFO STEP 24 (ensure_file) COMPLETE
75162024-07-18T21:44:15.288Z[ recovery-image] Jul 18 21:44:14.138 INFO O| Jul 18 21:44:14.138 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
75172024-07-18T21:44:15.299Z[ recovery-image] Jul 18 21:44:14.151 INFO O| Jul 18 21:44:14.151 INFO updating shadow file
75182024-07-18T21:44:15.301Z[ recovery-image] Jul 18 21:44:14.151 INFO O| Jul 18 21:44:14.151 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
75192024-07-18T21:44:15.301Z[ recovery-image] Jul 18 21:44:14.152 INFO O| Jul 18 21:44:14.151 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
75202024-07-18T21:44:15.301Z[ recovery-image] Jul 18 21:44:14.152 INFO O| Jul 18 21:44:14.152 INFO STEP 25 (shadow) COMPLETE
75212024-07-18T21:44:15.301Z[ recovery-image] Jul 18 21:44:14.152 INFO O| Jul 18 21:44:14.152 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75222024-07-18T21:44:15.311Z[ recovery-image] Jul 18 21:44:14.163 INFO O| Jul 18 21:44:14.163 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
75232024-07-18T21:44:15.311Z[ recovery-image] Jul 18 21:44:14.164 INFO O| Jul 18 21:44:14.164 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
75242024-07-18T21:44:15.311Z[ recovery-image] Jul 18 21:44:14.164 INFO O| Jul 18 21:44:14.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
75252024-07-18T21:44:15.314Z[ recovery-image] Jul 18 21:44:14.164 INFO O| Jul 18 21:44:14.164 INFO ok!
75262024-07-18T21:44:15.314Z[ recovery-image] Jul 18 21:44:14.164 INFO O| Jul 18 21:44:14.164 INFO STEP 26 (ensure_file) COMPLETE
75272024-07-18T21:44:15.314Z[ recovery-image] Jul 18 21:44:14.164 INFO O| Jul 18 21:44:14.164 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75282024-07-18T21:44:15.322Z[ recovery-image] Jul 18 21:44:14.175 INFO O| Jul 18 21:44:14.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
75292024-07-18T21:44:15.322Z[ recovery-image] Jul 18 21:44:14.175 INFO O| Jul 18 21:44:14.175 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
75302024-07-18T21:44:15.325Z[ recovery-image] Jul 18 21:44:14.175 INFO O| Jul 18 21:44:14.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
75312024-07-18T21:44:15.325Z[ recovery-image] Jul 18 21:44:14.175 INFO O| Jul 18 21:44:14.175 INFO ok!
75322024-07-18T21:44:15.325Z[ recovery-image] Jul 18 21:44:14.175 INFO O| Jul 18 21:44:14.175 INFO STEP 27 (ensure_file) COMPLETE
75332024-07-18T21:44:15.325Z[ recovery-image] Jul 18 21:44:14.175 INFO O| Jul 18 21:44:14.175 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75342024-07-18T21:44:15.334Z[ recovery-image] Jul 18 21:44:14.186 INFO O| Jul 18 21:44:14.186 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
75352024-07-18T21:44:15.334Z[ recovery-image] Jul 18 21:44:14.187 INFO O| Jul 18 21:44:14.186 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
75362024-07-18T21:44:15.336Z[ recovery-image] Jul 18 21:44:14.187 INFO O| Jul 18 21:44:14.187 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
75372024-07-18T21:44:15.337Z[ recovery-image] Jul 18 21:44:14.187 INFO O| Jul 18 21:44:14.187 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
75382024-07-18T21:44:15.337Z[ recovery-image] Jul 18 21:44:14.187 INFO O| Jul 18 21:44:14.187 INFO ok!
75392024-07-18T21:44:15.337Z[ recovery-image] Jul 18 21:44:14.187 INFO O| Jul 18 21:44:14.187 INFO STEP 28 (ensure_file) COMPLETE
75402024-07-18T21:44:15.337Z[ recovery-image] Jul 18 21:44:14.187 INFO O| Jul 18 21:44:14.187 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75412024-07-18T21:44:15.345Z[ recovery-image] Jul 18 21:44:14.197 INFO O| Jul 18 21:44:14.197 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
75422024-07-18T21:44:15.345Z[ recovery-image] Jul 18 21:44:14.197 INFO O| Jul 18 21:44:14.197 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
75432024-07-18T21:44:15.345Z[ recovery-image] Jul 18 21:44:14.197 INFO O| Jul 18 21:44:14.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
75442024-07-18T21:44:15.347Z[ recovery-image] Jul 18 21:44:14.197 INFO O| Jul 18 21:44:14.197 INFO ok!
75452024-07-18T21:44:15.347Z[ recovery-image] Jul 18 21:44:14.197 INFO O| Jul 18 21:44:14.197 INFO STEP 29 (ensure_file) COMPLETE
75462024-07-18T21:44:15.347Z[ recovery-image] Jul 18 21:44:14.197 INFO O| Jul 18 21:44:14.197 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75472024-07-18T21:44:15.356Z[ recovery-image] Jul 18 21:44:14.209 INFO O| Jul 18 21:44:14.209 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
75482024-07-18T21:44:15.356Z[ recovery-image] Jul 18 21:44:14.209 INFO O| Jul 18 21:44:14.209 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
75492024-07-18T21:44:15.356Z[ recovery-image] Jul 18 21:44:14.209 INFO O| Jul 18 21:44:14.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
75502024-07-18T21:44:15.360Z[ recovery-image] Jul 18 21:44:14.209 INFO O| Jul 18 21:44:14.209 INFO ok!
75512024-07-18T21:44:15.360Z[ recovery-image] Jul 18 21:44:14.209 INFO O| Jul 18 21:44:14.209 INFO STEP 30 (ensure_file) COMPLETE
75522024-07-18T21:44:15.360Z[ recovery-image] Jul 18 21:44:14.209 INFO O| Jul 18 21:44:14.209 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75532024-07-18T21:44:15.367Z[ recovery-image] Jul 18 21:44:14.220 INFO O| Jul 18 21:44:14.220 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
75542024-07-18T21:44:15.367Z[ recovery-image] Jul 18 21:44:14.220 INFO O| Jul 18 21:44:14.220 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
75552024-07-18T21:44:15.370Z[ recovery-image] Jul 18 21:44:14.220 INFO O| Jul 18 21:44:14.220 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
75562024-07-18T21:44:15.370Z[ recovery-image] Jul 18 21:44:14.220 INFO O| Jul 18 21:44:14.220 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
75572024-07-18T21:44:15.370Z[ recovery-image] Jul 18 21:44:14.220 INFO O| Jul 18 21:44:14.220 INFO ok!
75582024-07-18T21:44:15.370Z[ recovery-image] Jul 18 21:44:14.221 INFO O| Jul 18 21:44:14.220 INFO STEP 31 (ensure_file) COMPLETE
75592024-07-18T21:44:15.370Z[ recovery-image] Jul 18 21:44:14.221 INFO O| Jul 18 21:44:14.220 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75602024-07-18T21:44:15.378Z[ recovery-image] Jul 18 21:44:14.231 INFO O| Jul 18 21:44:14.231 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
75612024-07-18T21:44:15.378Z[ recovery-image] Jul 18 21:44:14.231 INFO O| Jul 18 21:44:14.231 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
75622024-07-18T21:44:15.381Z[ recovery-image] Jul 18 21:44:14.231 INFO O| Jul 18 21:44:14.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
75632024-07-18T21:44:15.381Z[ recovery-image] Jul 18 21:44:14.231 INFO O| Jul 18 21:44:14.231 INFO ok!
75642024-07-18T21:44:15.381Z[ recovery-image] Jul 18 21:44:14.231 INFO O| Jul 18 21:44:14.231 INFO STEP 32 (ensure_file) COMPLETE
75652024-07-18T21:44:15.381Z[ recovery-image] Jul 18 21:44:14.231 INFO O| Jul 18 21:44:14.231 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75662024-07-18T21:44:15.389Z[ recovery-image] Jul 18 21:44:14.242 INFO O| Jul 18 21:44:14.242 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
75672024-07-18T21:44:15.389Z[ recovery-image] Jul 18 21:44:14.242 INFO O| Jul 18 21:44:14.242 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
75682024-07-18T21:44:15.389Z[ recovery-image] Jul 18 21:44:14.242 INFO O| Jul 18 21:44:14.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
75692024-07-18T21:44:15.392Z[ recovery-image] Jul 18 21:44:14.242 INFO O| Jul 18 21:44:14.242 INFO ok!
75702024-07-18T21:44:15.392Z[ recovery-image] Jul 18 21:44:14.242 INFO O| Jul 18 21:44:14.242 INFO STEP 33 (ensure_file) COMPLETE
75712024-07-18T21:44:15.392Z[ recovery-image] Jul 18 21:44:14.242 INFO O| Jul 18 21:44:14.242 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75722024-07-18T21:44:15.399Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
75732024-07-18T21:44:15.399Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
75742024-07-18T21:44:15.399Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75752024-07-18T21:44:15.402Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75762024-07-18T21:44:15.402Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75772024-07-18T21:44:15.402Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75782024-07-18T21:44:15.402Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO ok!
75792024-07-18T21:44:15.402Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO STEP 34 (ensure_file) COMPLETE
75802024-07-18T21:44:15.402Z[ recovery-image] Jul 18 21:44:14.252 INFO O| Jul 18 21:44:14.252 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75812024-07-18T21:44:15.409Z[ recovery-image] Jul 18 21:44:14.262 INFO O| Jul 18 21:44:14.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75822024-07-18T21:44:15.409Z[ recovery-image] Jul 18 21:44:14.262 INFO O| Jul 18 21:44:14.262 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75832024-07-18T21:44:15.409Z[ recovery-image] Jul 18 21:44:14.262 INFO O| Jul 18 21:44:14.262 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75842024-07-18T21:44:15.412Z[ recovery-image] Jul 18 21:44:14.262 INFO O| Jul 18 21:44:14.262 INFO STEP 35 (ensure_dir) COMPLETE
75852024-07-18T21:44:15.412Z[ recovery-image] Jul 18 21:44:14.262 INFO O| Jul 18 21:44:14.262 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75862024-07-18T21:44:15.421Z[ recovery-image] Jul 18 21:44:14.273 INFO O| Jul 18 21:44:14.273 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
75872024-07-18T21:44:15.423Z[ recovery-image] Jul 18 21:44:14.273 INFO O| Jul 18 21:44:14.273 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 ...
75882024-07-18T21:44:15.423Z[ recovery-image] Jul 18 21:44:14.274 INFO O| Jul 18 21:44:14.274 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
75892024-07-18T21:44:15.423Z[ recovery-image] Jul 18 21:44:14.274 INFO O| Jul 18 21:44:14.274 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
75902024-07-18T21:44:15.423Z[ recovery-image] Jul 18 21:44:14.274 INFO O| Jul 18 21:44:14.274 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
75912024-07-18T21:44:15.423Z[ recovery-image] Jul 18 21:44:14.274 INFO O| Jul 18 21:44:14.274 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
75922024-07-18T21:44:15.423Z[ recovery-image] Jul 18 21:44:14.274 INFO O| Jul 18 21:44:14.274 INFO ok!
75932024-07-18T21:44:15.424Z[ recovery-image] Jul 18 21:44:14.274 INFO O| Jul 18 21:44:14.274 INFO STEP 36 (ensure_file) COMPLETE
75942024-07-18T21:44:15.424Z[ recovery-image] Jul 18 21:44:14.274 INFO O| Jul 18 21:44:14.274 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75952024-07-18T21:44:15.431Z[ recovery-image] Jul 18 21:44:14.284 INFO O| Jul 18 21:44:14.284 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
75962024-07-18T21:44:15.431Z[ recovery-image] Jul 18 21:44:14.284 INFO O| Jul 18 21:44:14.284 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 ...
75972024-07-18T21:44:15.434Z[ recovery-image] Jul 18 21:44:14.284 INFO O| Jul 18 21:44:14.284 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
75982024-07-18T21:44:15.434Z[ recovery-image] Jul 18 21:44:14.284 INFO O| Jul 18 21:44:14.284 INFO ok!
75992024-07-18T21:44:15.434Z[ recovery-image] Jul 18 21:44:14.284 INFO O| Jul 18 21:44:14.284 INFO STEP 37 (ensure_symlink) COMPLETE
76002024-07-18T21:44:15.434Z[ recovery-image] Jul 18 21:44:14.284 INFO O| Jul 18 21:44:14.284 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76012024-07-18T21:44:15.441Z[ recovery-image] Jul 18 21:44:14.294 INFO O| Jul 18 21:44:14.294 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
76022024-07-18T21:44:15.441Z[ recovery-image] Jul 18 21:44:14.294 INFO O| Jul 18 21:44:14.294 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
76032024-07-18T21:44:15.442Z[ recovery-image] Jul 18 21:44:14.294 INFO O| Jul 18 21:44:14.294 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76042024-07-18T21:44:15.444Z[ recovery-image] Jul 18 21:44:14.294 INFO O| Jul 18 21:44:14.294 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76052024-07-18T21:44:15.444Z[ recovery-image] Jul 18 21:44:14.294 INFO O| Jul 18 21:44:14.294 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76062024-07-18T21:44:15.444Z[ recovery-image] Jul 18 21:44:14.295 INFO O| Jul 18 21:44:14.294 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76072024-07-18T21:44:15.444Z[ recovery-image] Jul 18 21:44:14.295 INFO O| Jul 18 21:44:14.295 INFO ok!
76082024-07-18T21:44:15.444Z[ recovery-image] Jul 18 21:44:14.295 INFO O| Jul 18 21:44:14.295 INFO STEP 38 (ensure_file) COMPLETE
76092024-07-18T21:44:15.444Z[ recovery-image] Jul 18 21:44:14.295 INFO O| Jul 18 21:44:14.295 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76102024-07-18T21:44:15.453Z[ recovery-image] Jul 18 21:44:14.306 INFO O| Jul 18 21:44:14.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
76112024-07-18T21:44:15.453Z[ recovery-image] Jul 18 21:44:14.306 INFO O| Jul 18 21:44:14.306 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 ...
76122024-07-18T21:44:15.453Z[ recovery-image] Jul 18 21:44:14.306 INFO O| Jul 18 21:44:14.306 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
76132024-07-18T21:44:15.456Z[ recovery-image] Jul 18 21:44:14.306 INFO O| Jul 18 21:44:14.306 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
76142024-07-18T21:44:15.456Z[ recovery-image] Jul 18 21:44:14.306 INFO O| Jul 18 21:44:14.306 INFO ok!
76152024-07-18T21:44:15.456Z[ recovery-image] Jul 18 21:44:14.306 INFO O| Jul 18 21:44:14.306 INFO STEP 39 (ensure_file) COMPLETE
76162024-07-18T21:44:15.456Z[ recovery-image] Jul 18 21:44:14.306 INFO O| Jul 18 21:44:14.306 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76172024-07-18T21:44:15.464Z[ recovery-image] Jul 18 21:44:14.317 INFO O| Jul 18 21:44:14.317 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
76182024-07-18T21:44:15.464Z[ recovery-image] Jul 18 21:44:14.317 INFO O| Jul 18 21:44:14.317 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
76192024-07-18T21:44:15.467Z[ recovery-image] Jul 18 21:44:14.317 INFO O| Jul 18 21:44:14.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
76202024-07-18T21:44:15.467Z[ recovery-image] Jul 18 21:44:14.317 INFO O| Jul 18 21:44:14.317 INFO ok!
76212024-07-18T21:44:15.467Z[ recovery-image] Jul 18 21:44:14.317 INFO O| Jul 18 21:44:14.317 INFO STEP 40 (ensure_file) COMPLETE
76222024-07-18T21:44:15.467Z[ recovery-image] Jul 18 21:44:14.317 INFO O| Jul 18 21:44:14.317 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
76232024-07-18T21:44:15.476Z[ recovery-image] Jul 18 21:44:14.329 INFO O| Jul 18 21:44:14.329 INFO updating shadow file
76242024-07-18T21:44:15.479Z[ recovery-image] Jul 18 21:44:14.329 INFO O| Jul 18 21:44:14.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76252024-07-18T21:44:15.479Z[ recovery-image] Jul 18 21:44:14.329 INFO O| Jul 18 21:44:14.329 INFO STEP 41 (shadow) COMPLETE
76262024-07-18T21:44:15.479Z[ recovery-image] Jul 18 21:44:14.329 INFO O| Jul 18 21:44:14.329 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
76272024-07-18T21:44:15.488Z[ recovery-image] Jul 18 21:44:14.341 INFO O| Jul 18 21:44:14.341 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
76282024-07-18T21:44:15.488Z[ recovery-image] Jul 18 21:44:14.341 INFO O| Jul 18 21:44:14.341 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
76292024-07-18T21:44:15.492Z[ recovery-image] Jul 18 21:44:14.341 INFO O| Jul 18 21:44:14.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
76302024-07-18T21:44:15.492Z[ recovery-image] Jul 18 21:44:14.341 INFO O| Jul 18 21:44:14.341 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
76312024-07-18T21:44:15.492Z[ recovery-image] Jul 18 21:44:14.341 INFO O| Jul 18 21:44:14.341 INFO ok!
76322024-07-18T21:44:15.492Z[ recovery-image] Jul 18 21:44:14.341 INFO O| Jul 18 21:44:14.341 INFO STEP 42 (ensure_file) COMPLETE
76332024-07-18T21:44:15.492Z[ recovery-image] Jul 18 21:44:14.341 INFO O| Jul 18 21:44:14.341 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76342024-07-18T21:44:15.499Z[ recovery-image] Jul 18 21:44:14.352 INFO O| Jul 18 21:44:14.352 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
76352024-07-18T21:44:15.499Z[ recovery-image] Jul 18 21:44:14.352 INFO O| Jul 18 21:44:14.352 INFO STEP 43 (ensure_dir) COMPLETE
76362024-07-18T21:44:15.502Z[ recovery-image] Jul 18 21:44:14.352 INFO O| Jul 18 21:44:14.352 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76372024-07-18T21:44:15.510Z[ recovery-image] Jul 18 21:44:14.363 INFO O| Jul 18 21:44:14.363 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
76382024-07-18T21:44:15.510Z[ recovery-image] Jul 18 21:44:14.363 INFO O| Jul 18 21:44:14.363 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
76392024-07-18T21:44:15.513Z[ recovery-image] Jul 18 21:44:14.363 INFO O| Jul 18 21:44:14.363 INFO STEP 44 (ensure_dir) COMPLETE
76402024-07-18T21:44:15.513Z[ recovery-image] Jul 18 21:44:14.363 INFO O| Jul 18 21:44:14.363 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76412024-07-18T21:44:15.521Z[ recovery-image] Jul 18 21:44:14.373 INFO O| Jul 18 21:44:14.373 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
76422024-07-18T21:44:15.521Z[ recovery-image] Jul 18 21:44:14.374 INFO O| Jul 18 21:44:14.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
76432024-07-18T21:44:15.521Z[ recovery-image] Jul 18 21:44:14.374 INFO O| Jul 18 21:44:14.374 INFO STEP 45 (ensure_dir) COMPLETE
76442024-07-18T21:44:15.523Z[ recovery-image] Jul 18 21:44:14.374 INFO O| Jul 18 21:44:14.374 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76452024-07-18T21:44:15.533Z[ recovery-image] Jul 18 21:44:14.386 INFO O| Jul 18 21:44:14.386 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
76462024-07-18T21:44:15.533Z[ recovery-image] Jul 18 21:44:14.386 INFO O| Jul 18 21:44:14.386 INFO copying /tmp/.tmpHGYhbO/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
76472024-07-18T21:44:15.571Z[ recovery-image] Jul 18 21:44:14.424 INFO O| Jul 18 21:44:14.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
76482024-07-18T21:44:15.571Z[ recovery-image] Jul 18 21:44:14.424 INFO O| Jul 18 21:44:14.424 INFO ok!
76492024-07-18T21:44:15.574Z[ recovery-image] Jul 18 21:44:14.424 INFO O| Jul 18 21:44:14.424 INFO STEP 46 (ensure_file) COMPLETE
76502024-07-18T21:44:15.574Z[ recovery-image] Jul 18 21:44:14.424 INFO O| Jul 18 21:44:14.424 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76512024-07-18T21:44:15.585Z[ recovery-image] Jul 18 21:44:14.437 INFO O| Jul 18 21:44:14.437 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
76522024-07-18T21:44:15.585Z[ recovery-image] Jul 18 21:44:14.437 INFO O| Jul 18 21:44:14.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
76532024-07-18T21:44:15.587Z[ recovery-image] Jul 18 21:44:14.437 INFO O| Jul 18 21:44:14.437 INFO STEP 47 (ensure_dir) COMPLETE
76542024-07-18T21:44:15.588Z[ recovery-image] Jul 18 21:44:14.437 INFO O| Jul 18 21:44:14.437 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76552024-07-18T21:44:15.596Z[ recovery-image] Jul 18 21:44:14.449 INFO O| Jul 18 21:44:14.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
76562024-07-18T21:44:15.596Z[ recovery-image] Jul 18 21:44:14.449 INFO O| Jul 18 21:44:14.449 INFO copying /tmp/.tmpHGYhbO/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
76572024-07-18T21:44:15.600Z[ recovery-image] Jul 18 21:44:14.449 INFO O| Jul 18 21:44:14.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
76582024-07-18T21:44:15.600Z[ recovery-image] Jul 18 21:44:14.449 INFO O| Jul 18 21:44:14.449 INFO ok!
76592024-07-18T21:44:15.600Z[ recovery-image] Jul 18 21:44:14.449 INFO O| Jul 18 21:44:14.449 INFO STEP 48 (ensure_file) COMPLETE
76602024-07-18T21:44:15.600Z[ recovery-image] Jul 18 21:44:14.449 INFO O| Jul 18 21:44:14.449 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76612024-07-18T21:44:15.608Z[ recovery-image] Jul 18 21:44:14.460 INFO O| Jul 18 21:44:14.460 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
76622024-07-18T21:44:15.608Z[ recovery-image] Jul 18 21:44:14.461 INFO O| Jul 18 21:44:14.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
76632024-07-18T21:44:15.608Z[ recovery-image] Jul 18 21:44:14.461 INFO O| Jul 18 21:44:14.461 INFO STEP 49 (ensure_dir) COMPLETE
76642024-07-18T21:44:15.610Z[ recovery-image] Jul 18 21:44:14.461 INFO O| Jul 18 21:44:14.461 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76652024-07-18T21:44:15.619Z[ recovery-image] Jul 18 21:44:14.471 INFO O| Jul 18 21:44:14.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
76662024-07-18T21:44:15.619Z[ recovery-image] Jul 18 21:44:14.472 INFO O| Jul 18 21:44:14.471 INFO copying /tmp/.tmpHGYhbO/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
76672024-07-18T21:44:15.637Z[ recovery-image] Jul 18 21:44:14.490 INFO O| Jul 18 21:44:14.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
76682024-07-18T21:44:15.637Z[ recovery-image] Jul 18 21:44:14.490 INFO O| Jul 18 21:44:14.490 INFO ok!
76692024-07-18T21:44:15.638Z[ recovery-image] Jul 18 21:44:14.490 INFO O| Jul 18 21:44:14.490 INFO STEP 50 (ensure_file) COMPLETE
76702024-07-18T21:44:15.640Z[ recovery-image] Jul 18 21:44:14.490 INFO O| Jul 18 21:44:14.490 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76712024-07-18T21:44:15.649Z[ recovery-image] Jul 18 21:44:14.502 INFO O| Jul 18 21:44:14.502 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
76722024-07-18T21:44:15.649Z[ recovery-image] Jul 18 21:44:14.502 INFO O| Jul 18 21:44:14.502 INFO copying /tmp/.tmpHGYhbO/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
76732024-07-18T21:44:16.290Z[ recovery-image] Jul 18 21:44:15.143 INFO O| Jul 18 21:44:15.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
76742024-07-18T21:44:16.290Z[ recovery-image] Jul 18 21:44:15.143 INFO O| Jul 18 21:44:15.143 INFO ok!
76752024-07-18T21:44:16.293Z[ recovery-image] Jul 18 21:44:15.143 INFO O| Jul 18 21:44:15.143 INFO STEP 51 (ensure_file) COMPLETE
76762024-07-18T21:44:16.293Z[ recovery-image] Jul 18 21:44:15.143 INFO O| Jul 18 21:44:15.143 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76772024-07-18T21:44:16.302Z[ recovery-image] Jul 18 21:44:15.155 INFO O| Jul 18 21:44:15.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
76782024-07-18T21:44:16.302Z[ recovery-image] Jul 18 21:44:15.155 INFO O| Jul 18 21:44:15.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
76792024-07-18T21:44:16.302Z[ recovery-image] Jul 18 21:44:15.155 INFO O| Jul 18 21:44:15.155 INFO STEP 52 (ensure_dir) COMPLETE
76802024-07-18T21:44:16.305Z[ recovery-image] Jul 18 21:44:15.155 INFO O| Jul 18 21:44:15.155 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76812024-07-18T21:44:16.313Z[ recovery-image] Jul 18 21:44:15.166 INFO O| Jul 18 21:44:15.166 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
76822024-07-18T21:44:16.314Z[ recovery-image] Jul 18 21:44:15.166 INFO O| Jul 18 21:44:15.166 INFO copying /tmp/.tmpHGYhbO/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 ...
76832024-07-18T21:44:16.316Z[ recovery-image] Jul 18 21:44:15.166 INFO O| Jul 18 21:44:15.166 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
76842024-07-18T21:44:16.316Z[ recovery-image] Jul 18 21:44:15.166 INFO O| Jul 18 21:44:15.166 INFO ok!
76852024-07-18T21:44:16.316Z[ recovery-image] Jul 18 21:44:15.166 INFO O| Jul 18 21:44:15.166 INFO STEP 53 (ensure_file) COMPLETE
76862024-07-18T21:44:16.316Z[ recovery-image] Jul 18 21:44:15.166 INFO O| Jul 18 21:44:15.166 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76872024-07-18T21:44:16.325Z[ recovery-image] Jul 18 21:44:15.178 INFO O| Jul 18 21:44:15.178 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
76882024-07-18T21:44:16.326Z[ recovery-image] Jul 18 21:44:15.178 INFO O| Jul 18 21:44:15.178 INFO copying /tmp/.tmpHGYhbO/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 ...
76892024-07-18T21:44:16.326Z[ recovery-image] Jul 18 21:44:15.178 INFO O| Jul 18 21:44:15.178 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
76902024-07-18T21:44:16.328Z[ recovery-image] Jul 18 21:44:15.178 INFO O| Jul 18 21:44:15.178 INFO ok!
76912024-07-18T21:44:16.328Z[ recovery-image] Jul 18 21:44:15.178 INFO O| Jul 18 21:44:15.178 INFO STEP 54 (ensure_file) COMPLETE
76922024-07-18T21:44:16.328Z[ recovery-image] Jul 18 21:44:15.178 INFO O| Jul 18 21:44:15.178 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76932024-07-18T21:44:16.338Z[ recovery-image] Jul 18 21:44:15.190 INFO O| Jul 18 21:44:15.190 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
76942024-07-18T21:44:16.338Z[ recovery-image] Jul 18 21:44:15.191 INFO O| Jul 18 21:44:15.191 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
76952024-07-18T21:44:16.341Z[ recovery-image] Jul 18 21:44:15.191 INFO O| Jul 18 21:44:15.191 INFO STEP 55 (ensure_dir) COMPLETE
76962024-07-18T21:44:16.341Z[ recovery-image] Jul 18 21:44:15.191 INFO O| Jul 18 21:44:15.191 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76972024-07-18T21:44:16.350Z[ recovery-image] Jul 18 21:44:15.203 INFO O| Jul 18 21:44:15.203 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
76982024-07-18T21:44:16.350Z[ recovery-image] Jul 18 21:44:15.203 INFO O| Jul 18 21:44:15.203 INFO copying /tmp/.tmpHGYhbO/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 ...
76992024-07-18T21:44:16.353Z[ recovery-image] Jul 18 21:44:15.203 INFO O| Jul 18 21:44:15.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
77002024-07-18T21:44:16.353Z[ recovery-image] Jul 18 21:44:15.203 INFO O| Jul 18 21:44:15.203 INFO ok!
77012024-07-18T21:44:16.353Z[ recovery-image] Jul 18 21:44:15.203 INFO O| Jul 18 21:44:15.203 INFO STEP 56 (ensure_file) COMPLETE
77022024-07-18T21:44:16.353Z[ recovery-image] Jul 18 21:44:15.203 INFO O| Jul 18 21:44:15.203 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77032024-07-18T21:44:16.363Z[ recovery-image] Jul 18 21:44:15.215 INFO O| Jul 18 21:44:15.215 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
77042024-07-18T21:44:16.363Z[ recovery-image] Jul 18 21:44:15.216 INFO O| Jul 18 21:44:15.215 INFO copying /tmp/.tmpHGYhbO/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 ...
77052024-07-18T21:44:16.365Z[ recovery-image] Jul 18 21:44:15.216 INFO O| Jul 18 21:44:15.216 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
77062024-07-18T21:44:16.365Z[ recovery-image] Jul 18 21:44:15.216 INFO O| Jul 18 21:44:15.216 INFO ok!
77072024-07-18T21:44:16.365Z[ recovery-image] Jul 18 21:44:15.216 INFO O| Jul 18 21:44:15.216 INFO STEP 57 (ensure_file) COMPLETE
77082024-07-18T21:44:16.365Z[ recovery-image] Jul 18 21:44:15.216 INFO O| Jul 18 21:44:15.216 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77092024-07-18T21:44:16.377Z[ recovery-image] Jul 18 21:44:15.229 INFO O| Jul 18 21:44:15.229 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
77102024-07-18T21:44:16.377Z[ recovery-image] Jul 18 21:44:15.230 INFO O| Jul 18 21:44:15.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
77112024-07-18T21:44:16.379Z[ recovery-image] Jul 18 21:44:15.230 INFO O| Jul 18 21:44:15.230 INFO STEP 58 (ensure_dir) COMPLETE
77122024-07-18T21:44:16.379Z[ recovery-image] Jul 18 21:44:15.230 INFO O| Jul 18 21:44:15.230 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77132024-07-18T21:44:16.388Z[ recovery-image] Jul 18 21:44:15.241 INFO O| Jul 18 21:44:15.241 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
77142024-07-18T21:44:16.391Z[ recovery-image] Jul 18 21:44:15.241 INFO O| Jul 18 21:44:15.241 INFO copying /tmp/.tmpHGYhbO/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 ...
77152024-07-18T21:44:16.391Z[ recovery-image] Jul 18 21:44:15.241 INFO O| Jul 18 21:44:15.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
77162024-07-18T21:44:16.391Z[ recovery-image] Jul 18 21:44:15.241 INFO O| Jul 18 21:44:15.241 INFO ok!
77172024-07-18T21:44:16.391Z[ recovery-image] Jul 18 21:44:15.241 INFO O| Jul 18 21:44:15.241 INFO STEP 59 (ensure_file) COMPLETE
77182024-07-18T21:44:16.391Z[ recovery-image] Jul 18 21:44:15.241 INFO O| Jul 18 21:44:15.241 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77192024-07-18T21:44:16.400Z[ recovery-image] Jul 18 21:44:15.252 INFO O| Jul 18 21:44:15.252 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
77202024-07-18T21:44:16.400Z[ recovery-image] Jul 18 21:44:15.252 INFO O| Jul 18 21:44:15.252 INFO copying /tmp/.tmpHGYhbO/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
77212024-07-18T21:44:16.402Z[ recovery-image] Jul 18 21:44:15.252 INFO O| Jul 18 21:44:15.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
77222024-07-18T21:44:16.402Z[ recovery-image] Jul 18 21:44:15.252 INFO O| Jul 18 21:44:15.252 INFO ok!
77232024-07-18T21:44:16.402Z[ recovery-image] Jul 18 21:44:15.252 INFO O| Jul 18 21:44:15.252 INFO STEP 60 (ensure_file) COMPLETE
77242024-07-18T21:44:16.402Z[ recovery-image] Jul 18 21:44:15.252 INFO O| Jul 18 21:44:15.252 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77252024-07-18T21:44:16.411Z[ recovery-image] Jul 18 21:44:15.263 INFO O| Jul 18 21:44:15.263 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
77262024-07-18T21:44:16.411Z[ recovery-image] Jul 18 21:44:15.264 INFO O| Jul 18 21:44:15.263 INFO STEP 61 (ensure_dir) COMPLETE
77272024-07-18T21:44:16.413Z[ recovery-image] Jul 18 21:44:15.264 INFO O| Jul 18 21:44:15.263 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77282024-07-18T21:44:16.422Z[ recovery-image] Jul 18 21:44:15.275 INFO O| Jul 18 21:44:15.275 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
77292024-07-18T21:44:16.422Z[ recovery-image] Jul 18 21:44:15.275 INFO O| Jul 18 21:44:15.275 INFO STEP 62 (ensure_dir) COMPLETE
77302024-07-18T21:44:16.426Z[ recovery-image] Jul 18 21:44:15.275 INFO O| Jul 18 21:44:15.275 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77312024-07-18T21:44:16.433Z[ recovery-image] Jul 18 21:44:15.286 INFO O| Jul 18 21:44:15.285 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
77322024-07-18T21:44:16.435Z[ recovery-image] Jul 18 21:44:15.286 INFO O| Jul 18 21:44:15.285 INFO STEP 63 (ensure_dir) COMPLETE
77332024-07-18T21:44:16.435Z[ recovery-image] Jul 18 21:44:15.286 INFO O| Jul 18 21:44:15.285 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77342024-07-18T21:44:16.443Z[ recovery-image] Jul 18 21:44:15.296 INFO O| Jul 18 21:44:15.296 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
77352024-07-18T21:44:16.443Z[ recovery-image] Jul 18 21:44:15.296 INFO O| Jul 18 21:44:15.296 INFO STEP 64 (ensure_dir) COMPLETE
77362024-07-18T21:44:16.446Z[ recovery-image] Jul 18 21:44:15.296 INFO O| Jul 18 21:44:15.296 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77372024-07-18T21:44:16.454Z[ recovery-image] Jul 18 21:44:15.307 INFO O| Jul 18 21:44:15.307 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
77382024-07-18T21:44:16.454Z[ recovery-image] Jul 18 21:44:15.307 INFO O| Jul 18 21:44:15.307 INFO copying /tmp/.tmpHGYhbO/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
77392024-07-18T21:44:16.458Z[ recovery-image] Jul 18 21:44:15.307 INFO O| Jul 18 21:44:15.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
77402024-07-18T21:44:16.458Z[ recovery-image] Jul 18 21:44:15.307 INFO O| Jul 18 21:44:15.307 INFO ok!
77412024-07-18T21:44:16.458Z[ recovery-image] Jul 18 21:44:15.307 INFO O| Jul 18 21:44:15.307 INFO STEP 65 (ensure_file) COMPLETE
77422024-07-18T21:44:16.458Z[ recovery-image] Jul 18 21:44:15.307 INFO O| Jul 18 21:44:15.307 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77432024-07-18T21:44:16.464Z[ recovery-image] Jul 18 21:44:15.317 INFO O| Jul 18 21:44:15.317 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
77442024-07-18T21:44:16.467Z[ recovery-image] Jul 18 21:44:15.317 INFO O| Jul 18 21:44:15.317 INFO STEP 66 (remove_files) COMPLETE
77452024-07-18T21:44:16.467Z[ recovery-image] Jul 18 21:44:15.317 INFO O| Jul 18 21:44:15.317 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77462024-07-18T21:44:16.474Z[ recovery-image] Jul 18 21:44:15.327 INFO O| Jul 18 21:44:15.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
77472024-07-18T21:44:16.477Z[ recovery-image] Jul 18 21:44:15.327 INFO O| Jul 18 21:44:15.327 INFO STEP 67 (remove_files) COMPLETE
77482024-07-18T21:44:16.477Z[ recovery-image] Jul 18 21:44:15.327 INFO O| Jul 18 21:44:15.327 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77492024-07-18T21:44:16.486Z[ recovery-image] Jul 18 21:44:15.339 INFO O| Jul 18 21:44:15.339 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
77502024-07-18T21:44:16.489Z[ recovery-image] Jul 18 21:44:15.339 INFO O| Jul 18 21:44:15.339 INFO STEP 68 (remove_files) COMPLETE
77512024-07-18T21:44:16.489Z[ recovery-image] Jul 18 21:44:15.339 INFO O| Jul 18 21:44:15.339 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77522024-07-18T21:44:16.497Z[ recovery-image] Jul 18 21:44:15.350 INFO O| Jul 18 21:44:15.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
77532024-07-18T21:44:16.500Z[ recovery-image] Jul 18 21:44:15.350 INFO O| Jul 18 21:44:15.350 INFO STEP 69 (remove_files) COMPLETE
77542024-07-18T21:44:16.500Z[ recovery-image] Jul 18 21:44:15.350 INFO O| Jul 18 21:44:15.350 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77552024-07-18T21:44:16.510Z[ recovery-image] Jul 18 21:44:15.363 INFO O| Jul 18 21:44:15.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
77562024-07-18T21:44:16.513Z[ recovery-image] Jul 18 21:44:15.363 INFO O| Jul 18 21:44:15.363 INFO STEP 70 (remove_files) COMPLETE
77572024-07-18T21:44:16.513Z[ recovery-image] Jul 18 21:44:15.363 INFO O| Jul 18 21:44:15.363 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77582024-07-18T21:44:16.521Z[ recovery-image] Jul 18 21:44:15.374 INFO O| Jul 18 21:44:15.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
77592024-07-18T21:44:16.521Z[ recovery-image] Jul 18 21:44:15.374 INFO O| Jul 18 21:44:15.374 INFO STEP 71 (remove_files) COMPLETE
77602024-07-18T21:44:16.524Z[ recovery-image] Jul 18 21:44:15.374 INFO O| Jul 18 21:44:15.374 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77612024-07-18T21:44:16.532Z[ recovery-image] Jul 18 21:44:15.385 INFO O| Jul 18 21:44:15.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
77622024-07-18T21:44:16.532Z[ recovery-image] Jul 18 21:44:15.385 INFO O| Jul 18 21:44:15.385 INFO STEP 72 (remove_files) COMPLETE
77632024-07-18T21:44:16.535Z[ recovery-image] Jul 18 21:44:15.385 INFO O| Jul 18 21:44:15.385 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77642024-07-18T21:44:16.543Z[ recovery-image] Jul 18 21:44:15.396 INFO O| Jul 18 21:44:15.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
77652024-07-18T21:44:16.543Z[ recovery-image] Jul 18 21:44:15.396 INFO O| Jul 18 21:44:15.396 INFO STEP 73 (remove_files) COMPLETE
77662024-07-18T21:44:16.546Z[ recovery-image] Jul 18 21:44:15.396 INFO O| Jul 18 21:44:15.396 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77672024-07-18T21:44:16.554Z[ recovery-image] Jul 18 21:44:15.407 INFO O| Jul 18 21:44:15.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
77682024-07-18T21:44:16.554Z[ recovery-image] Jul 18 21:44:15.407 INFO O| Jul 18 21:44:15.407 INFO STEP 74 (remove_files) COMPLETE
77692024-07-18T21:44:16.557Z[ recovery-image] Jul 18 21:44:15.407 INFO O| Jul 18 21:44:15.407 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77702024-07-18T21:44:16.565Z[ recovery-image] Jul 18 21:44:15.418 INFO O| Jul 18 21:44:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
77712024-07-18T21:44:16.565Z[ recovery-image] Jul 18 21:44:15.418 INFO O| Jul 18 21:44:15.418 INFO STEP 75 (remove_files) COMPLETE
77722024-07-18T21:44:16.565Z[ recovery-image] Jul 18 21:44:15.418 INFO O| Jul 18 21:44:15.418 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77732024-07-18T21:44:16.576Z[ recovery-image] Jul 18 21:44:15.429 INFO O| Jul 18 21:44:15.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
77742024-07-18T21:44:16.579Z[ recovery-image] Jul 18 21:44:15.429 INFO O| Jul 18 21:44:15.429 INFO STEP 76 (remove_files) COMPLETE
77752024-07-18T21:44:16.579Z[ recovery-image] Jul 18 21:44:15.429 INFO O| Jul 18 21:44:15.429 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77762024-07-18T21:44:16.587Z[ recovery-image] Jul 18 21:44:15.439 INFO O| Jul 18 21:44:15.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
77772024-07-18T21:44:16.587Z[ recovery-image] Jul 18 21:44:15.440 INFO O| Jul 18 21:44:15.440 INFO STEP 77 (remove_files) COMPLETE
77782024-07-18T21:44:16.590Z[ recovery-image] Jul 18 21:44:15.440 INFO O| Jul 18 21:44:15.440 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77792024-07-18T21:44:16.598Z[ recovery-image] Jul 18 21:44:15.450 INFO O| Jul 18 21:44:15.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
77802024-07-18T21:44:16.600Z[ recovery-image] Jul 18 21:44:15.450 INFO O| Jul 18 21:44:15.450 INFO STEP 78 (remove_files) COMPLETE
77812024-07-18T21:44:16.600Z[ recovery-image] Jul 18 21:44:15.450 INFO O| Jul 18 21:44:15.450 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77822024-07-18T21:44:16.608Z[ recovery-image] Jul 18 21:44:15.461 INFO O| Jul 18 21:44:15.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
77832024-07-18T21:44:16.609Z[ recovery-image] Jul 18 21:44:15.461 INFO O| Jul 18 21:44:15.461 INFO STEP 79 (remove_files) COMPLETE
77842024-07-18T21:44:16.611Z[ recovery-image] Jul 18 21:44:15.461 INFO O| Jul 18 21:44:15.461 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77852024-07-18T21:44:16.620Z[ recovery-image] Jul 18 21:44:15.472 INFO O| Jul 18 21:44:15.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
77862024-07-18T21:44:16.620Z[ recovery-image] Jul 18 21:44:15.473 INFO O| Jul 18 21:44:15.473 INFO STEP 80 (remove_files) COMPLETE
77872024-07-18T21:44:16.623Z[ recovery-image] Jul 18 21:44:15.473 INFO O| Jul 18 21:44:15.473 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77882024-07-18T21:44:16.631Z[ recovery-image] Jul 18 21:44:15.484 INFO O| Jul 18 21:44:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
77892024-07-18T21:44:16.634Z[ recovery-image] Jul 18 21:44:15.484 INFO O| Jul 18 21:44:15.484 INFO STEP 81 (remove_files) COMPLETE
77902024-07-18T21:44:16.634Z[ recovery-image] Jul 18 21:44:15.484 INFO O| Jul 18 21:44:15.484 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77912024-07-18T21:44:16.642Z[ recovery-image] Jul 18 21:44:15.495 INFO O| Jul 18 21:44:15.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
77922024-07-18T21:44:16.642Z[ recovery-image] Jul 18 21:44:15.495 INFO O| Jul 18 21:44:15.495 INFO STEP 82 (remove_files) COMPLETE
77932024-07-18T21:44:16.645Z[ recovery-image] Jul 18 21:44:15.495 INFO O| Jul 18 21:44:15.495 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77942024-07-18T21:44:16.653Z[ recovery-image] Jul 18 21:44:15.506 INFO O| Jul 18 21:44:15.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
77952024-07-18T21:44:16.653Z[ recovery-image] Jul 18 21:44:15.506 INFO O| Jul 18 21:44:15.506 INFO STEP 83 (remove_files) COMPLETE
77962024-07-18T21:44:16.656Z[ recovery-image] Jul 18 21:44:15.506 INFO O| Jul 18 21:44:15.506 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77972024-07-18T21:44:16.664Z[ recovery-image] Jul 18 21:44:15.517 INFO O| Jul 18 21:44:15.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
77982024-07-18T21:44:16.664Z[ recovery-image] Jul 18 21:44:15.517 INFO O| Jul 18 21:44:15.517 INFO STEP 84 (remove_files) COMPLETE
77992024-07-18T21:44:16.666Z[ recovery-image] Jul 18 21:44:15.517 INFO O| Jul 18 21:44:15.517 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78002024-07-18T21:44:16.674Z[ recovery-image] Jul 18 21:44:15.526 INFO O| Jul 18 21:44:15.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
78012024-07-18T21:44:16.674Z[ recovery-image] Jul 18 21:44:15.527 INFO O| Jul 18 21:44:15.527 INFO STEP 85 (remove_files) COMPLETE
78022024-07-18T21:44:16.674Z[ recovery-image] Jul 18 21:44:15.527 INFO O| Jul 18 21:44:15.527 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78032024-07-18T21:44:16.684Z[ recovery-image] Jul 18 21:44:15.537 INFO O| Jul 18 21:44:15.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
78042024-07-18T21:44:16.684Z[ recovery-image] Jul 18 21:44:15.537 INFO O| Jul 18 21:44:15.537 INFO STEP 86 (remove_files) COMPLETE
78052024-07-18T21:44:16.687Z[ recovery-image] Jul 18 21:44:15.537 INFO O| Jul 18 21:44:15.537 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78062024-07-18T21:44:16.695Z[ recovery-image] Jul 18 21:44:15.547 INFO O| Jul 18 21:44:15.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
78072024-07-18T21:44:16.695Z[ recovery-image] Jul 18 21:44:15.548 INFO O| Jul 18 21:44:15.548 INFO STEP 87 (remove_files) COMPLETE
78082024-07-18T21:44:16.695Z[ recovery-image] Jul 18 21:44:15.548 INFO O| Jul 18 21:44:15.548 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78092024-07-18T21:44:16.708Z[ recovery-image] Jul 18 21:44:15.560 INFO O| Jul 18 21:44:15.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
78102024-07-18T21:44:16.708Z[ recovery-image] Jul 18 21:44:15.561 INFO O| Jul 18 21:44:15.560 INFO STEP 88 (remove_files) COMPLETE
78112024-07-18T21:44:16.708Z[ recovery-image] Jul 18 21:44:15.561 INFO O| Jul 18 21:44:15.560 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78122024-07-18T21:44:16.720Z[ recovery-image] Jul 18 21:44:15.572 INFO O| Jul 18 21:44:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
78132024-07-18T21:44:16.720Z[ recovery-image] Jul 18 21:44:15.572 INFO O| Jul 18 21:44:15.572 INFO STEP 89 (remove_files) COMPLETE
78142024-07-18T21:44:16.720Z[ recovery-image] Jul 18 21:44:15.572 INFO O| Jul 18 21:44:15.572 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78152024-07-18T21:44:16.734Z[ recovery-image] Jul 18 21:44:15.586 INFO O| Jul 18 21:44:15.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
78162024-07-18T21:44:16.734Z[ recovery-image] Jul 18 21:44:15.586 INFO O| Jul 18 21:44:15.586 INFO STEP 90 (remove_files) COMPLETE
78172024-07-18T21:44:16.737Z[ recovery-image] Jul 18 21:44:15.586 INFO O| Jul 18 21:44:15.586 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78182024-07-18T21:44:16.746Z[ recovery-image] Jul 18 21:44:15.599 INFO O| Jul 18 21:44:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
78192024-07-18T21:44:16.749Z[ recovery-image] Jul 18 21:44:15.599 INFO O| Jul 18 21:44:15.599 INFO STEP 91 (remove_files) COMPLETE
78202024-07-18T21:44:16.749Z[ recovery-image] Jul 18 21:44:15.599 INFO O| Jul 18 21:44:15.599 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78212024-07-18T21:44:16.757Z[ recovery-image] Jul 18 21:44:15.610 INFO O| Jul 18 21:44:15.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
78222024-07-18T21:44:16.759Z[ recovery-image] Jul 18 21:44:15.610 INFO O| Jul 18 21:44:15.610 INFO STEP 92 (remove_files) COMPLETE
78232024-07-18T21:44:16.759Z[ recovery-image] Jul 18 21:44:15.610 INFO O| Jul 18 21:44:15.610 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78242024-07-18T21:44:16.767Z[ recovery-image] Jul 18 21:44:15.620 INFO O| Jul 18 21:44:15.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
78252024-07-18T21:44:16.770Z[ recovery-image] Jul 18 21:44:15.620 INFO O| Jul 18 21:44:15.620 INFO STEP 93 (remove_files) COMPLETE
78262024-07-18T21:44:16.770Z[ recovery-image] Jul 18 21:44:15.620 INFO O| Jul 18 21:44:15.620 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78272024-07-18T21:44:16.777Z[ recovery-image] Jul 18 21:44:15.630 INFO O| Jul 18 21:44:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
78282024-07-18T21:44:16.777Z[ recovery-image] Jul 18 21:44:15.630 INFO O| Jul 18 21:44:15.630 INFO STEP 94 (remove_files) COMPLETE
78292024-07-18T21:44:16.777Z[ recovery-image] Jul 18 21:44:15.630 INFO O| Jul 18 21:44:15.630 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78302024-07-18T21:44:16.793Z[ recovery-image] Jul 18 21:44:15.646 INFO O| Jul 18 21:44:15.646 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
78312024-07-18T21:44:16.793Z[ recovery-image] Jul 18 21:44:15.646 INFO O| Jul 18 21:44:15.646 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
78322024-07-18T21:44:26.219Z[ recovery-image] Jul 18 21:44:25.071 INFO O| Jul 18 21:44:25.071 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
78332024-07-18T21:44:26.219Z[ recovery-image] Jul 18 21:44:25.071 INFO O| Jul 18 21:44:25.071 INFO E| svccfg: Loaded 67 smf(7) service descriptions
78342024-07-18T21:44:26.232Z[ recovery-image] Jul 18 21:44:25.085 INFO O| Jul 18 21:44:25.085 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
78352024-07-18T21:44:26.310Z[ recovery-image] Jul 18 21:44:25.162 INFO O| Jul 18 21:44:25.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
78362024-07-18T21:44:26.310Z[ recovery-image] Jul 18 21:44:25.162 INFO O| Jul 18 21:44:25.162 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 ...
78372024-07-18T21:44:26.313Z[ recovery-image] Jul 18 21:44:25.164 INFO O| Jul 18 21:44:25.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
78382024-07-18T21:44:26.313Z[ recovery-image] Jul 18 21:44:25.164 INFO O| Jul 18 21:44:25.164 INFO ok!
78392024-07-18T21:44:26.313Z[ recovery-image] Jul 18 21:44:25.164 INFO O| Jul 18 21:44:25.164 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
78402024-07-18T21:44:26.313Z[ recovery-image] Jul 18 21:44:25.164 INFO O| Jul 18 21:44:25.164 INFO STEP 95 (seed_smf) COMPLETE
78412024-07-18T21:44:26.313Z[ recovery-image] Jul 18 21:44:25.164 INFO O| Jul 18 21:44:25.164 INFO steps complete; finalising image!
78422024-07-18T21:44:26.313Z[ recovery-image] Jul 18 21:44:25.164 INFO O| Jul 18 21:44:25.164 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
78432024-07-18T21:44:26.347Z[ recovery-image] Jul 18 21:44:25.199 INFO O| Jul 18 21:44:25.199 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Jul 18 21:44:25 2024)
78442024-07-18T21:44:26.569Z[ recovery-image] Jul 18 21:44:25.421 INFO O| Jul 18 21:44:25.421 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio
78452024-07-18T21:44:26.569Z[ recovery-image] Jul 18 21:44:25.421 INFO O| Jul 18 21:44:25.421 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
78462024-07-18T21:44:26.817Z[ recovery-image] Jul 18 21:44:25.669 INFO O| Jul 18 21:44:25.669 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
78472024-07-18T21:44:26.817Z[ recovery-image] Jul 18 21:44:25.669 INFO O| Jul 18 21:44:25.669 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
78482024-07-18T21:44:29.936Z[ recovery-image] Jul 18 21:44:28.788 INFO O| Jul 18 21:44:28.788 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78492024-07-18T21:44:29.936Z[ recovery-image] Jul 18 21:44:28.788 INFO O| Jul 18 21:44:28.788 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78502024-07-18T21:44:29.938Z[ recovery-image] Jul 18 21:44:28.788 INFO O| Jul 18 21:44:28.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78512024-07-18T21:44:29.939Z[ recovery-image] Jul 18 21:44:28.788 INFO O| Jul 18 21:44:28.788 INFO completed processing gimlet/zfs-recovery
78522024-07-18T21:44:29.939Z[ recovery-image] Jul 18 21:44:28.788 INFO O| Jul 18 21:44:28.788 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78532024-07-18T21:44:30.257Z[ recovery-image] Jul 18 21:44:29.109 INFO O| Jul 18 21:44:29.109 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78542024-07-18T21:44:30.328Z[ recovery-image] Jul 18 21:44:29.180 INFO BUILD STRING "heads/stlouis-0-gc5ba6ca166\n"
78552024-07-18T21:44:30.328Z[ recovery-image] Jul 18 21:44:29.180 INFO expanded image name: "recovery 173c3a2/${os_short_commit} 2024-07-18 21:18" -> "recovery 173c3a2/c5ba6ca 2024-07-18 21:18"
78562024-07-18T21:44:30.331Z[ recovery-image] Jul 18 21:44:29.181 INFO output artefacts stored in: "/work/os-recovery"
78572024-07-18T21:44:30.331Z[ recovery-image] Jul 18 21:44:29.181 INFO collecting git info from project "pilot"...
78582024-07-18T21:44:30.341Z[ recovery-image] Jul 18 21:44:29.193 INFO collecting git info from project "chelsio-t6-roms"...
78592024-07-18T21:44:30.364Z[ recovery-image] Jul 18 21:44:29.216 INFO collecting git info from project "image-builder"...
78602024-07-18T21:44:30.371Z[ recovery-image] Jul 18 21:44:29.223 INFO collecting git info from project "bootserver"...
78612024-07-18T21:44:30.376Z[ recovery-image] Jul 18 21:44:29.229 INFO collecting git info from project "phbl"...
78622024-07-18T21:44:30.383Z[ recovery-image] Jul 18 21:44:29.235 INFO collecting git info from project "amd-host-image-builder"...
78632024-07-18T21:44:30.623Z[ recovery-image] Jul 18 21:44:29.474 INFO collecting git info from project "pinprick"...
78642024-07-18T21:44:30.628Z[ recovery-image] Jul 18 21:44:29.480 INFO collecting git info from project "amd-firmware"...
78652024-07-18T21:44:30.853Z[ recovery-image] Jul 18 21:44:29.704 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
78662024-07-18T21:44:31.217Z[ recovery-image] Jul 18 21:44:30.069 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
78672024-07-18T21:44:31.587Z[ recovery-image] Jul 18 21:44:30.439 INFO creating Oxide boot image...
78682024-07-18T21:44:31.587Z[ recovery-image] Jul 18 21:44:30.439 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 173c3a2/c5ba6ca 2024-07-18 21:18", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
78692024-07-18T21:45:01.072Z[ host-image] Jul 18 21:44:59.923 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22777:20240718T173342Z
78702024-07-18T21:45:01.072Z[ host-image] Jul 18 21:44:59.923 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22777:20240718T173342Z
78712024-07-18T21:45:01.075Z[ host-image] Jul 18 21:44:59.923 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
78722024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.923 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
78732024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.923 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
78742024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.923 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
78752024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.924 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
78762024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.924 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
78772024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.924 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
78782024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.925 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
78792024-07-18T21:45:01.076Z[ host-image] Jul 18 21:44:59.925 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22777:20240718T173343Z
78802024-07-18T21:45:01.078Z[ host-image] Jul 18 21:44:59.927 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22777:20240718T173344Z
78812024-07-18T21:45:01.079Z[ host-image] Jul 18 21:44:59.927 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22777:20240718T173344Z
78822024-07-18T21:45:01.079Z[ host-image] Jul 18 21:44:59.928 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22777:20240718T173344Z
78832024-07-18T21:45:01.079Z[ host-image] Jul 18 21:44:59.928 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
78842024-07-18T21:45:01.079Z[ host-image] Jul 18 21:44:59.929 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22777:20240718T173344Z
78852024-07-18T21:45:01.081Z[ host-image] Jul 18 21:44:59.929 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22777:20240718T173344Z
78862024-07-18T21:45:01.081Z[ host-image] Jul 18 21:44:59.930 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22777:20240718T173344Z
78872024-07-18T21:45:01.081Z[ host-image] Jul 18 21:44:59.930 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22777:20240718T173345Z
78882024-07-18T21:45:01.081Z[ host-image] Jul 18 21:44:59.930 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22777:20240718T173346Z
78892024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.930 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22777:20240718T173346Z
78902024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.930 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22777:20240718T173346Z
78912024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.930 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22777:20240718T173346Z
78922024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.930 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22777:20240718T173347Z
78932024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22777:20240718T173348Z
78942024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22777:20240718T173348Z
78952024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22777:20240718T173350Z
78962024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22777:20240718T173350Z
78972024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
78982024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22777:20240718T173352Z
78992024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22777:20240718T173354Z
79002024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.931 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22777:20240718T173355Z
79012024-07-18T21:45:01.082Z[ host-image] Jul 18 21:44:59.932 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22777:20240718T173356Z
79022024-07-18T21:45:01.085Z[ host-image] Jul 18 21:44:59.933 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22777:20240718T173357Z
79032024-07-18T21:45:01.085Z[ host-image] Jul 18 21:44:59.933 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22777:20240718T173357Z
79042024-07-18T21:45:01.092Z[ host-image] Jul 18 21:44:59.942 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
79052024-07-18T21:45:01.094Z[ host-image] Jul 18 21:44:59.942 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22777:20240718T173357Z
79062024-07-18T21:45:01.094Z[ host-image] Jul 18 21:44:59.943 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
79072024-07-18T21:45:01.094Z[ host-image] Jul 18 21:44:59.943 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
79082024-07-18T21:45:01.094Z[ host-image] Jul 18 21:44:59.943 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
79092024-07-18T21:45:01.094Z[ host-image] Jul 18 21:44:59.944 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22777:20240718T173357Z
79102024-07-18T21:45:01.094Z[ host-image] Jul 18 21:44:59.944 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
79112024-07-18T21:45:01.095Z[ host-image] Jul 18 21:44:59.944 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
79122024-07-18T21:45:01.097Z[ host-image] Jul 18 21:44:59.945 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
79132024-07-18T21:45:01.097Z[ host-image] Jul 18 21:44:59.946 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
79142024-07-18T21:45:01.108Z[ host-image] Jul 18 21:44:59.958 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
79152024-07-18T21:45:01.111Z[ host-image] Jul 18 21:44:59.958 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
79162024-07-18T21:45:01.111Z[ host-image] Jul 18 21:44:59.959 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
79172024-07-18T21:45:01.111Z[ host-image] Jul 18 21:44:59.959 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
79182024-07-18T21:45:01.111Z[ host-image] Jul 18 21:44:59.960 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
79192024-07-18T21:45:01.111Z[ host-image] Jul 18 21:44:59.960 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
79202024-07-18T21:45:01.147Z[ host-image] Jul 18 21:44:59.997 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
79212024-07-18T21:45:01.150Z[ host-image] Jul 18 21:44:59.998 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
79222024-07-18T21:45:01.150Z[ host-image] Jul 18 21:44:59.998 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
79232024-07-18T21:45:01.150Z[ host-image] Jul 18 21:44:59.999 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22777:20240718T173359Z
79242024-07-18T21:45:01.150Z[ host-image] Jul 18 21:44:59.999 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22777:20240718T173405Z
79252024-07-18T21:45:01.150Z[ host-image] Jul 18 21:44:59.999 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
79262024-07-18T21:45:01.150Z[ host-image] Jul 18 21:44:59.999 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22777:20240718T173406Z
79272024-07-18T21:45:01.150Z[ host-image] Jul 18 21:45:00.000 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
79282024-07-18T21:45:01.150Z[ host-image] Jul 18 21:45:00.000 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
79292024-07-18T21:45:01.150Z[ host-image] Jul 18 21:45:00.000 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
79302024-07-18T21:45:01.150Z[ host-image] Jul 18 21:45:00.000 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22777:20240718T173406Z
79312024-07-18T21:45:01.150Z[ host-image] Jul 18 21:45:00.000 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
79322024-07-18T21:45:01.155Z[ host-image] Jul 18 21:45:00.005 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
79332024-07-18T21:45:01.155Z[ host-image] Jul 18 21:45:00.005 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
79342024-07-18T21:45:01.158Z[ host-image] Jul 18 21:45:00.006 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22777:20240718T173406Z
79352024-07-18T21:45:01.158Z[ host-image] Jul 18 21:45:00.006 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
79362024-07-18T21:45:01.171Z[ host-image] Jul 18 21:45:00.022 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
79372024-07-18T21:45:01.173Z[ host-image] Jul 18 21:45:00.022 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22777:20240718T173407Z
79382024-07-18T21:45:01.173Z[ host-image] Jul 18 21:45:00.024 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22777:20240718T173407Z
79392024-07-18T21:45:01.176Z[ host-image] Jul 18 21:45:00.024 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22777:20240718T173407Z
79402024-07-18T21:45:01.176Z[ host-image] Jul 18 21:45:00.025 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
79412024-07-18T21:45:01.176Z[ host-image] Jul 18 21:45:00.025 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22777:20240718T173408Z
79422024-07-18T21:45:01.176Z[ host-image] Jul 18 21:45:00.026 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22777:20240718T173409Z
79432024-07-18T21:45:01.176Z[ host-image] Jul 18 21:45:00.026 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22777:20240718T173409Z
79442024-07-18T21:45:01.176Z[ host-image] Jul 18 21:45:00.026 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22777:20240718T173409Z
79452024-07-18T21:45:01.179Z[ host-image] Jul 18 21:45:00.030 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
79462024-07-18T21:45:01.182Z[ host-image] Jul 18 21:45:00.030 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22777:20240718T173409Z
79472024-07-18T21:45:01.182Z[ host-image] Jul 18 21:45:00.031 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22777:20240718T173411Z
79482024-07-18T21:45:01.182Z[ host-image] Jul 18 21:45:00.031 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
79492024-07-18T21:45:01.182Z[ host-image] Jul 18 21:45:00.032 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22777:20240718T173411Z
79502024-07-18T21:45:01.182Z[ host-image] Jul 18 21:45:00.032 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22777:20240718T173411Z
79512024-07-18T21:45:01.182Z[ host-image] Jul 18 21:45:00.032 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22777:20240718T173411Z
79522024-07-18T21:45:01.182Z[ host-image] Jul 18 21:45:00.032 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22777:20240718T173411Z
79532024-07-18T21:45:01.190Z[ host-image] Jul 18 21:45:00.041 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22777:20240718T173411Z
79542024-07-18T21:45:01.193Z[ host-image] Jul 18 21:45:00.041 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
79552024-07-18T21:45:01.193Z[ host-image] Jul 18 21:45:00.043 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22777:20240718T173411Z
79562024-07-18T21:45:01.196Z[ host-image] Jul 18 21:45:00.045 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22777:20240718T173412Z
79572024-07-18T21:45:01.196Z[ host-image] Jul 18 21:45:00.045 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22777:20240718T173412Z
79582024-07-18T21:45:01.196Z[ host-image] Jul 18 21:45:00.045 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22777:20240718T173412Z
79592024-07-18T21:45:01.196Z[ host-image] Jul 18 21:45:00.046 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22777:20240718T173412Z
79602024-07-18T21:45:01.196Z[ host-image] Jul 18 21:45:00.046 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22777:20240718T173412Z
79612024-07-18T21:45:01.206Z[ host-image] Jul 18 21:45:00.057 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22777:20240718T173414Z
79622024-07-18T21:45:01.209Z[ host-image] Jul 18 21:45:00.057 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22777:20240718T173413Z
79632024-07-18T21:45:01.209Z[ host-image] Jul 18 21:45:00.057 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22777:20240718T173413Z
79642024-07-18T21:45:01.209Z[ host-image] Jul 18 21:45:00.059 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22777:20240718T173413Z
79652024-07-18T21:45:01.209Z[ host-image] Jul 18 21:45:00.059 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22777:20240718T173414Z
79662024-07-18T21:45:01.231Z[ host-image] Jul 18 21:45:00.082 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22777:20240718T173417Z
79672024-07-18T21:45:01.231Z[ host-image] Jul 18 21:45:00.082 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22777:20240718T173414Z
79682024-07-18T21:45:01.234Z[ host-image] Jul 18 21:45:00.082 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22777:20240718T173414Z
79692024-07-18T21:45:01.234Z[ host-image] Jul 18 21:45:00.082 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
79702024-07-18T21:45:01.234Z[ host-image] Jul 18 21:45:00.082 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
79712024-07-18T21:45:01.264Z[ host-image] Jul 18 21:45:00.113 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22777:20240718T173414Z
79722024-07-18T21:45:01.266Z[ host-image] Jul 18 21:45:00.113 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
79732024-07-18T21:45:01.266Z[ host-image] Jul 18 21:45:00.114 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22777:20240718T173415Z
79742024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.114 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22777:20240718T173415Z
79752024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.115 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22777:20240718T173415Z
79762024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.115 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
79772024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.116 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
79782024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.116 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22777:20240718T173416Z
79792024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.117 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22777:20240718T173416Z
79802024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.117 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22777:20240718T173416Z
79812024-07-18T21:45:01.267Z[ host-image] Jul 18 21:45:00.117 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22777:20240718T173416Z
79822024-07-18T21:45:01.270Z[ host-image] Jul 18 21:45:00.117 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22777:20240718T173417Z
79832024-07-18T21:45:01.270Z[ host-image] Jul 18 21:45:00.118 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22777:20240718T173417Z
79842024-07-18T21:45:01.270Z[ host-image] Jul 18 21:45:00.121 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
79852024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.121 INFO O| install = pkg://helios-dev/system/microcode/amd@20240116-2.0.22777:20240718T173417Z
79862024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.123 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22777:20240718T173418Z
79872024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.123 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240116-2.0.22777:20240718T173418Z
79882024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.123 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22777:20240718T173419Z
79892024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.123 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22777:20240718T173418Z
79902024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.123 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22777:20240718T173418Z
79912024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.124 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
79922024-07-18T21:45:01.273Z[ host-image] Jul 18 21:45:00.124 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
79932024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.124 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22777:20240718T173421Z
79942024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.125 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22777:20240718T173421Z
79952024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.125 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
79962024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.125 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
79972024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.125 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
79982024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.125 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
79992024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.125 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
80002024-07-18T21:45:01.276Z[ host-image] Jul 18 21:45:00.126 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
80012024-07-18T21:45:01.279Z[ host-image] Jul 18 21:45:00.127 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
80022024-07-18T21:45:01.279Z[ host-image] Jul 18 21:45:00.127 INFO O| tempdir @ "/tmp/.tmp5QcbZq/tmp"
80032024-07-18T21:45:01.279Z[ host-image] Jul 18 21:45:00.127 INFO O| image root @ "/tmp/.tmp5QcbZq/tmp/root"
80042024-07-18T21:45:01.279Z[ host-image] Jul 18 21:45:00.127 INFO O| creating image...
80052024-07-18T21:45:01.790Z[ host-image] Jul 18 21:45:00.640 INFO O| copying publishers...
80062024-07-18T21:45:07.205Z[ host-image] Jul 18 21:45:06.055 INFO O| adding properties...
80072024-07-18T21:45:08.250Z[ host-image] Jul 18 21:45:07.100 INFO O| installing packages...
80082024-07-18T21:45:22.667Z[ host-image] Jul 18 21:45:21.517 INFO O| seeding SMF database...
80092024-07-18T21:45:25.856Z[ recovery-image] Jul 18 21:45:24.706 INFO O| ok, image written!
80102024-07-18T21:45:25.857Z[ recovery-image] Jul 18 21:45:24.706 INFO O| ok, boot_image_csum file written!
80112024-07-18T21:45:25.859Z[ recovery-image] Jul 18 21:45:24.709 INFO creating boot archive (CPIO)...
80122024-07-18T21:45:25.859Z[ recovery-image] Jul 18 21:45:24.709 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
80132024-07-18T21:45:25.867Z[ recovery-image] Jul 18 21:45:24.716 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
80142024-07-18T21:45:25.867Z[ recovery-image] Jul 18 21:45:24.717 INFO E| + outfile=/work/os-recovery/cpio
80152024-07-18T21:45:25.869Z[ recovery-image] Jul 18 21:45:24.717 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
80162024-07-18T21:45:25.869Z[ recovery-image] Jul 18 21:45:24.718 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
80172024-07-18T21:45:25.869Z[ recovery-image] Jul 18 21:45:24.719 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
80182024-07-18T21:45:25.900Z[ recovery-image] Jul 18 21:45:24.750 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
80192024-07-18T21:45:25.900Z[ recovery-image] Jul 18 21:45:24.750 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
80202024-07-18T21:45:25.907Z[ recovery-image] Jul 18 21:45:24.757 INFO creating compressed cpio/unix for nanobl-rs...
80212024-07-18T21:45:25.907Z[ recovery-image] Jul 18 21:45:24.757 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
80222024-07-18T21:45:26.182Z[ recovery-image] Jul 18 21:45:25.031 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
80232024-07-18T21:45:30.279Z[ host-image] Jul 18 21:45:29.129 INFO O| configuring SMF profile...
80242024-07-18T21:45:30.279Z[ host-image] Jul 18 21:45:29.129 INFO O| modifying shadow(5)...
80252024-07-18T21:45:30.282Z[ host-image] Jul 18 21:45:29.129 INFO O| loading user and group database...
80262024-07-18T21:45:30.282Z[ host-image] Jul 18 21:45:29.129 INFO O| assessing packaged files...
80272024-07-18T21:45:30.430Z[ recovery-image] Jul 18 21:45:29.279 INFO creating reset image...
80282024-07-18T21:45:30.430Z[ recovery-image] Jul 18 21:45:29.279 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
80292024-07-18T21:45:30.670Z[ recovery-image] Jul 18 21:45:29.519 INFO E| Updating crates.io index
80302024-07-18T21:45:30.757Z[ recovery-image] Jul 18 21:45:29.606 INFO E| Downloading crates ...
80312024-07-18T21:45:30.822Z[ recovery-image] Jul 18 21:45:29.671 INFO E| Downloaded anstream v0.6.13
80322024-07-18T21:45:30.827Z[ recovery-image] Jul 18 21:45:29.676 INFO E| Downloaded anstyle-parse v0.2.3
80332024-07-18T21:45:30.830Z[ recovery-image] Jul 18 21:45:29.678 INFO E| Downloaded clap_derive v4.5.3
80342024-07-18T21:45:30.833Z[ recovery-image] Jul 18 21:45:29.681 INFO E| Downloaded os_pipe v1.1.5
80352024-07-18T21:45:30.835Z[ recovery-image] Jul 18 21:45:29.683 INFO E| Downloaded duct v0.13.7
80362024-07-18T21:45:30.838Z[ recovery-image] Jul 18 21:45:29.686 INFO E| Downloaded colorchoice v1.0.0
80372024-07-18T21:45:30.840Z[ recovery-image] Jul 18 21:45:29.688 INFO E| Downloaded strsim v0.11.0
80382024-07-18T21:45:30.840Z[ recovery-image] Jul 18 21:45:29.689 INFO E| Downloaded shared_child v1.0.0
80392024-07-18T21:45:30.843Z[ recovery-image] Jul 18 21:45:29.690 INFO E| Downloaded anstyle v1.0.6
80402024-07-18T21:45:30.843Z[ recovery-image] Jul 18 21:45:29.692 INFO E| Downloaded anstyle-query v1.0.2
80412024-07-18T21:45:30.853Z[ recovery-image] Jul 18 21:45:29.702 INFO E| Downloaded clap v4.5.3
80422024-07-18T21:45:30.862Z[ recovery-image] Jul 18 21:45:29.712 INFO E| Downloaded proc-macro2 v1.0.79
80432024-07-18T21:45:30.879Z[ recovery-image] Jul 18 21:45:29.729 INFO E| Downloaded clap_builder v4.5.2
80442024-07-18T21:45:30.891Z[ recovery-image] Jul 18 21:45:29.740 INFO E| Downloaded syn v2.0.53
80452024-07-18T21:45:30.926Z[ recovery-image] Jul 18 21:45:29.776 INFO E| Downloaded libc v0.2.153
80462024-07-18T21:45:31.013Z[ recovery-image] Jul 18 21:45:29.862 INFO E| Compiling proc-macro2 v1.0.79
80472024-07-18T21:45:31.013Z[ recovery-image] Jul 18 21:45:29.862 INFO E| Compiling libc v0.2.153
80482024-07-18T21:45:31.016Z[ recovery-image] Jul 18 21:45:29.862 INFO E| Compiling unicode-ident v1.0.12
80492024-07-18T21:45:31.016Z[ recovery-image] Jul 18 21:45:29.862 INFO E| Compiling utf8parse v0.2.1
80502024-07-18T21:45:31.016Z[ recovery-image] Jul 18 21:45:29.862 INFO E| Compiling anstyle-query v1.0.2
80512024-07-18T21:45:31.016Z[ recovery-image] Jul 18 21:45:29.862 INFO E| Compiling anstyle v1.0.6
80522024-07-18T21:45:31.016Z[ recovery-image] Jul 18 21:45:29.862 INFO E| Compiling colorchoice v1.0.0
80532024-07-18T21:45:31.019Z[ recovery-image] Jul 18 21:45:29.867 INFO E| Compiling heck v0.5.0
80542024-07-18T21:45:31.248Z[ recovery-image] Jul 18 21:45:30.097 INFO E| Compiling anstyle-parse v0.2.3
80552024-07-18T21:45:31.291Z[ recovery-image] Jul 18 21:45:30.141 INFO E| Compiling strsim v0.11.0
80562024-07-18T21:45:31.294Z[ recovery-image] Jul 18 21:45:30.141 INFO E| Compiling clap_lex v0.7.0
80572024-07-18T21:45:31.294Z[ recovery-image] Jul 18 21:45:30.141 INFO E| Compiling once_cell v1.19.0
80582024-07-18T21:45:31.618Z[ recovery-image] Jul 18 21:45:30.467 INFO E| Compiling anstream v0.6.13
80592024-07-18T21:45:32.070Z[ recovery-image] Jul 18 21:45:30.919 INFO E| Compiling clap_builder v4.5.2
80602024-07-18T21:45:32.509Z[ recovery-image] Jul 18 21:45:31.359 INFO E| Compiling quote v1.0.35
80612024-07-18T21:45:32.534Z[ recovery-image] Jul 18 21:45:31.383 INFO E| Compiling os_pipe v1.1.5
80622024-07-18T21:45:32.534Z[ recovery-image] Jul 18 21:45:31.383 INFO E| Compiling shared_child v1.0.0
80632024-07-18T21:45:32.677Z[ recovery-image] Jul 18 21:45:31.526 INFO E| Compiling duct v0.13.7
80642024-07-18T21:45:32.875Z[ recovery-image] Jul 18 21:45:31.724 INFO E| Compiling syn v2.0.53
80652024-07-18T21:45:33.711Z[ host-image] Jul 18 21:45:32.560 INFO O| creating archive...
80662024-07-18T21:45:33.766Z[ host-image] Jul 18 21:45:32.615 INFO O| missing from packaging:
80672024-07-18T21:45:33.766Z[ host-image] Jul 18 21:45:32.615 INFO O| "etc/.pwd.lock"
80682024-07-18T21:45:33.769Z[ host-image] Jul 18 21:45:32.615 INFO O| "etc/bash"
80692024-07-18T21:45:33.775Z[ host-image] Jul 18 21:45:32.624 INFO O| "etc/svc/profile/generic.xml"
80702024-07-18T21:45:33.775Z[ host-image] Jul 18 21:45:32.624 INFO O| "etc/svc/profile/inetd_services.xml"
80712024-07-18T21:45:33.778Z[ host-image] Jul 18 21:45:32.624 INFO O| "etc/svc/profile/name_service.xml"
80722024-07-18T21:45:33.778Z[ host-image] Jul 18 21:45:32.624 INFO O| "etc/svc/profile/platform.xml"
80732024-07-18T21:45:33.778Z[ host-image] Jul 18 21:45:32.624 INFO O| "etc/svc/profile/platform_omicron1.xml"
80742024-07-18T21:45:33.778Z[ host-image] Jul 18 21:45:32.625 INFO O| "etc/svc/repository.db"
80752024-07-18T21:45:33.786Z[ host-image] Jul 18 21:45:32.635 INFO O| "opt/ooce/share"
80762024-07-18T21:45:33.786Z[ host-image] Jul 18 21:45:32.636 INFO O| "opt/ooce/share/man"
80772024-07-18T21:45:33.789Z[ host-image] Jul 18 21:45:32.636 INFO O| "opt/ooce/share/man/man1"
80782024-07-18T21:45:33.800Z[ host-image] Jul 18 21:45:32.649 INFO O| finishing archive...
80792024-07-18T21:45:36.851Z[ host-image] Jul 18 21:45:35.698 INFO O| creating gzonly manifest...
80802024-07-18T21:45:36.868Z[ host-image] Jul 18 21:45:35.717 INFO O| ok
80812024-07-18T21:45:37.009Z[ host-image] Jul 18 21:45:35.858 INFO image builder template: ramdisk-02-trim...
80822024-07-18T21:45:37.009Z[ host-image] Jul 18 21:45:35.858 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/.tmpHGYhbO/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.277", "-n", "ramdisk-02-trim"], pwd: None
80832024-07-18T21:45:37.051Z[ host-image] Jul 18 21:45:35.900 INFO O| Jul 18 21:45:35.900 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80842024-07-18T21:45:37.058Z[ host-image] Jul 18 21:45:35.907 INFO O| Jul 18 21:45:35.907 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80852024-07-18T21:45:37.148Z[ host-image] Jul 18 21:45:35.997 INFO O| Jul 18 21:45:35.997 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
80862024-07-18T21:45:37.205Z[ host-image] Jul 18 21:45:36.054 INFO O| Jul 18 21:45:36.054 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80872024-07-18T21:45:37.207Z[ host-image] Jul 18 21:45:36.054 INFO O| Jul 18 21:45:36.054 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
80882024-07-18T21:45:37.214Z[ host-image] Jul 18 21:45:36.063 INFO O| Jul 18 21:45:36.063 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
80892024-07-18T21:45:37.222Z[ host-image] Jul 18 21:45:36.071 INFO O| Jul 18 21:45:36.071 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80902024-07-18T21:45:37.230Z[ host-image] Jul 18 21:45:36.080 INFO O| Jul 18 21:45:36.079 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80912024-07-18T21:45:37.455Z[ host-image] Jul 18 21:45:36.304 INFO O| Jul 18 21:45:36.304 INFO rolled back to input snapshot; work may begin
80922024-07-18T21:45:37.455Z[ host-image] Jul 18 21:45:36.304 INFO O| Jul 18 21:45:36.304 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
80932024-07-18T21:45:37.464Z[ host-image] Jul 18 21:45:36.313 INFO O| Jul 18 21:45:36.313 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
80942024-07-18T21:45:37.481Z[ host-image] Jul 18 21:45:36.330 INFO O| Jul 18 21:45:36.330 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
80952024-07-18T21:45:37.547Z[ host-image] Jul 18 21:45:36.396 INFO O| Jul 18 21:45:36.396 INFO STEP 0 (remove_files) COMPLETE
80962024-07-18T21:45:37.547Z[ host-image] Jul 18 21:45:36.396 INFO O| Jul 18 21:45:36.396 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
80972024-07-18T21:45:37.566Z[ host-image] Jul 18 21:45:36.415 INFO O| Jul 18 21:45:36.415 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
80982024-07-18T21:45:37.569Z[ host-image] Jul 18 21:45:36.419 INFO O| Jul 18 21:45:36.418 INFO STEP 1 (remove_files) COMPLETE
80992024-07-18T21:45:37.578Z[ host-image] Jul 18 21:45:36.419 INFO O| Jul 18 21:45:36.419 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81002024-07-18T21:45:37.589Z[ host-image] Jul 18 21:45:36.438 INFO O| Jul 18 21:45:36.437 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
81012024-07-18T21:45:37.612Z[ host-image] Jul 18 21:45:36.461 INFO O| Jul 18 21:45:36.461 INFO STEP 2 (remove_files) COMPLETE
81022024-07-18T21:45:37.612Z[ host-image] Jul 18 21:45:36.461 INFO O| Jul 18 21:45:36.461 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81032024-07-18T21:45:37.632Z[ host-image] Jul 18 21:45:36.481 INFO O| Jul 18 21:45:36.481 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
81042024-07-18T21:45:37.635Z[ host-image] Jul 18 21:45:36.484 INFO O| Jul 18 21:45:36.484 INFO STEP 3 (remove_files) COMPLETE
81052024-07-18T21:45:37.635Z[ host-image] Jul 18 21:45:36.484 INFO O| Jul 18 21:45:36.484 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81062024-07-18T21:45:37.654Z[ host-image] Jul 18 21:45:36.503 INFO O| Jul 18 21:45:36.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
81072024-07-18T21:45:37.661Z[ host-image] Jul 18 21:45:36.510 INFO O| Jul 18 21:45:36.510 INFO STEP 4 (remove_files) COMPLETE
81082024-07-18T21:45:37.661Z[ host-image] Jul 18 21:45:36.510 INFO O| Jul 18 21:45:36.510 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81092024-07-18T21:45:37.682Z[ host-image] Jul 18 21:45:36.531 INFO O| Jul 18 21:45:36.531 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
81102024-07-18T21:45:37.687Z[ host-image] Jul 18 21:45:36.536 INFO O| Jul 18 21:45:36.536 INFO STEP 5 (remove_files) COMPLETE
81112024-07-18T21:45:37.687Z[ host-image] Jul 18 21:45:36.536 INFO O| Jul 18 21:45:36.536 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81122024-07-18T21:45:37.707Z[ host-image] Jul 18 21:45:36.556 INFO O| Jul 18 21:45:36.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
81132024-07-18T21:45:37.724Z[ host-image] Jul 18 21:45:36.573 INFO O| Jul 18 21:45:36.573 INFO STEP 6 (remove_files) COMPLETE
81142024-07-18T21:45:37.724Z[ host-image] Jul 18 21:45:36.573 INFO O| Jul 18 21:45:36.573 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81152024-07-18T21:45:37.741Z[ host-image] Jul 18 21:45:36.590 INFO O| Jul 18 21:45:36.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
81162024-07-18T21:45:37.763Z[ host-image] Jul 18 21:45:36.612 INFO O| Jul 18 21:45:36.612 INFO STEP 7 (remove_files) COMPLETE
81172024-07-18T21:45:37.763Z[ host-image] Jul 18 21:45:36.612 INFO O| Jul 18 21:45:36.612 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81182024-07-18T21:45:37.780Z[ host-image] Jul 18 21:45:36.629 INFO O| Jul 18 21:45:36.629 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
81192024-07-18T21:45:37.918Z[ host-image] Jul 18 21:45:36.767 INFO O| Jul 18 21:45:36.767 INFO STEP 8 (remove_files) COMPLETE
81202024-07-18T21:45:37.918Z[ host-image] Jul 18 21:45:36.767 INFO O| Jul 18 21:45:36.767 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81212024-07-18T21:45:37.936Z[ host-image] Jul 18 21:45:36.784 INFO O| Jul 18 21:45:36.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
81222024-07-18T21:45:37.989Z[ recovery-image] Jul 18 21:45:36.838 INFO E| Compiling clap_derive v4.5.3
81232024-07-18T21:45:38.031Z[ host-image] Jul 18 21:45:36.880 INFO O| Jul 18 21:45:36.880 INFO STEP 9 (remove_files) COMPLETE
81242024-07-18T21:45:38.035Z[ host-image] Jul 18 21:45:36.880 INFO O| Jul 18 21:45:36.880 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81252024-07-18T21:45:38.044Z[ host-image] Jul 18 21:45:36.893 INFO O| Jul 18 21:45:36.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
81262024-07-18T21:45:38.048Z[ host-image] Jul 18 21:45:36.897 INFO O| Jul 18 21:45:36.897 INFO STEP 10 (remove_files) COMPLETE
81272024-07-18T21:45:38.048Z[ host-image] Jul 18 21:45:36.897 INFO O| Jul 18 21:45:36.897 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81282024-07-18T21:45:38.065Z[ host-image] Jul 18 21:45:36.913 INFO O| Jul 18 21:45:36.913 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
81292024-07-18T21:45:38.068Z[ host-image] Jul 18 21:45:36.914 INFO O| Jul 18 21:45:36.914 INFO STEP 11 (remove_files) COMPLETE
81302024-07-18T21:45:38.068Z[ host-image] Jul 18 21:45:36.914 INFO O| Jul 18 21:45:36.914 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81312024-07-18T21:45:38.078Z[ host-image] Jul 18 21:45:36.927 INFO O| Jul 18 21:45:36.926 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
81322024-07-18T21:45:38.080Z[ host-image] Jul 18 21:45:36.929 INFO O| Jul 18 21:45:36.929 INFO STEP 12 (remove_files) COMPLETE
81332024-07-18T21:45:38.080Z[ host-image] Jul 18 21:45:36.929 INFO O| Jul 18 21:45:36.929 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81342024-07-18T21:45:38.107Z[ host-image] Jul 18 21:45:36.955 INFO O| Jul 18 21:45:36.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
81352024-07-18T21:45:38.109Z[ host-image] Jul 18 21:45:36.956 INFO O| Jul 18 21:45:36.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
81362024-07-18T21:45:38.109Z[ host-image] Jul 18 21:45:36.956 INFO O| Jul 18 21:45:36.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
81372024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.956 INFO O| Jul 18 21:45:36.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
81382024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.956 INFO O| Jul 18 21:45:36.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
81392024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.957 INFO O| Jul 18 21:45:36.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
81402024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.957 INFO O| Jul 18 21:45:36.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
81412024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.957 INFO O| Jul 18 21:45:36.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
81422024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.958 INFO O| Jul 18 21:45:36.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
81432024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.958 INFO O| Jul 18 21:45:36.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
81442024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.958 INFO O| Jul 18 21:45:36.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
81452024-07-18T21:45:38.110Z[ host-image] Jul 18 21:45:36.958 INFO O| Jul 18 21:45:36.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
81462024-07-18T21:45:38.113Z[ host-image] Jul 18 21:45:36.959 INFO O| Jul 18 21:45:36.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
81472024-07-18T21:45:38.113Z[ host-image] Jul 18 21:45:36.959 INFO O| Jul 18 21:45:36.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
81482024-07-18T21:45:38.113Z[ host-image] Jul 18 21:45:36.959 INFO O| Jul 18 21:45:36.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
81492024-07-18T21:45:38.113Z[ host-image] Jul 18 21:45:36.959 INFO O| Jul 18 21:45:36.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
81502024-07-18T21:45:38.113Z[ host-image] Jul 18 21:45:36.959 INFO O| Jul 18 21:45:36.959 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
81512024-07-18T21:45:38.481Z[ host-image] Jul 18 21:45:37.330 INFO O| Jul 18 21:45:37.330 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
81522024-07-18T21:45:38.484Z[ host-image] Jul 18 21:45:37.332 INFO O| Jul 18 21:45:37.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
81532024-07-18T21:45:38.486Z[ host-image] Jul 18 21:45:37.335 INFO O| Jul 18 21:45:37.335 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
81542024-07-18T21:45:38.490Z[ host-image] Jul 18 21:45:37.339 INFO O| Jul 18 21:45:37.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
81552024-07-18T21:45:38.530Z[ host-image] Jul 18 21:45:37.379 INFO O| Jul 18 21:45:37.379 INFO STEP 13 (remove_files) COMPLETE
81562024-07-18T21:45:38.530Z[ host-image] Jul 18 21:45:37.379 INFO O| Jul 18 21:45:37.379 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81572024-07-18T21:45:38.542Z[ host-image] Jul 18 21:45:37.391 INFO O| Jul 18 21:45:37.391 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
81582024-07-18T21:45:38.544Z[ host-image] Jul 18 21:45:37.392 INFO O| Jul 18 21:45:37.392 INFO STEP 14 (remove_files) COMPLETE
81592024-07-18T21:45:38.544Z[ host-image] Jul 18 21:45:37.392 INFO O| Jul 18 21:45:37.392 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81602024-07-18T21:45:38.554Z[ host-image] Jul 18 21:45:37.403 INFO O| Jul 18 21:45:37.403 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
81612024-07-18T21:45:38.560Z[ host-image] Jul 18 21:45:37.410 INFO O| Jul 18 21:45:37.410 INFO STEP 15 (remove_files) COMPLETE
81622024-07-18T21:45:38.560Z[ host-image] Jul 18 21:45:37.410 INFO O| Jul 18 21:45:37.410 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81632024-07-18T21:45:38.571Z[ host-image] Jul 18 21:45:37.420 INFO O| Jul 18 21:45:37.420 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
81642024-07-18T21:45:38.574Z[ host-image] Jul 18 21:45:37.421 INFO O| Jul 18 21:45:37.421 INFO STEP 16 (remove_files) COMPLETE
81652024-07-18T21:45:38.574Z[ host-image] Jul 18 21:45:37.421 INFO O| Jul 18 21:45:37.421 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81662024-07-18T21:45:38.582Z[ host-image] Jul 18 21:45:37.431 INFO O| Jul 18 21:45:37.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
81672024-07-18T21:45:38.584Z[ host-image] Jul 18 21:45:37.432 INFO O| Jul 18 21:45:37.432 INFO STEP 17 (remove_files) COMPLETE
81682024-07-18T21:45:38.584Z[ host-image] Jul 18 21:45:37.432 INFO O| Jul 18 21:45:37.432 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81692024-07-18T21:45:38.595Z[ host-image] Jul 18 21:45:37.443 INFO O| Jul 18 21:45:37.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
81702024-07-18T21:45:38.597Z[ host-image] Jul 18 21:45:37.443 INFO O| Jul 18 21:45:37.443 INFO STEP 18 (remove_files) COMPLETE
81712024-07-18T21:45:38.597Z[ host-image] Jul 18 21:45:37.443 INFO O| Jul 18 21:45:37.443 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81722024-07-18T21:45:38.605Z[ host-image] Jul 18 21:45:37.454 INFO O| Jul 18 21:45:37.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
81732024-07-18T21:45:38.605Z[ host-image] Jul 18 21:45:37.454 INFO O| Jul 18 21:45:37.454 INFO STEP 19 (remove_files) COMPLETE
81742024-07-18T21:45:38.608Z[ host-image] Jul 18 21:45:37.454 INFO O| Jul 18 21:45:37.454 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81752024-07-18T21:45:38.616Z[ host-image] Jul 18 21:45:37.465 INFO O| Jul 18 21:45:37.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
81762024-07-18T21:45:38.616Z[ host-image] Jul 18 21:45:37.465 INFO O| Jul 18 21:45:37.465 INFO STEP 20 (remove_files) COMPLETE
81772024-07-18T21:45:38.618Z[ host-image] Jul 18 21:45:37.465 INFO O| Jul 18 21:45:37.465 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81782024-07-18T21:45:38.627Z[ host-image] Jul 18 21:45:37.476 INFO O| Jul 18 21:45:37.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
81792024-07-18T21:45:38.627Z[ host-image] Jul 18 21:45:37.476 INFO O| Jul 18 21:45:37.476 INFO STEP 21 (remove_files) COMPLETE
81802024-07-18T21:45:38.630Z[ host-image] Jul 18 21:45:37.476 INFO O| Jul 18 21:45:37.476 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81812024-07-18T21:45:38.637Z[ host-image] Jul 18 21:45:37.487 INFO O| Jul 18 21:45:37.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
81822024-07-18T21:45:38.638Z[ host-image] Jul 18 21:45:37.487 INFO O| Jul 18 21:45:37.487 INFO STEP 22 (remove_files) COMPLETE
81832024-07-18T21:45:38.640Z[ host-image] Jul 18 21:45:37.487 INFO O| Jul 18 21:45:37.487 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81842024-07-18T21:45:38.648Z[ host-image] Jul 18 21:45:37.497 INFO O| Jul 18 21:45:37.497 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
81852024-07-18T21:45:38.648Z[ host-image] Jul 18 21:45:37.497 INFO O| Jul 18 21:45:37.497 INFO STEP 23 (remove_files) COMPLETE
81862024-07-18T21:45:38.651Z[ host-image] Jul 18 21:45:37.497 INFO O| Jul 18 21:45:37.497 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81872024-07-18T21:45:38.658Z[ host-image] Jul 18 21:45:37.507 INFO O| Jul 18 21:45:37.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
81882024-07-18T21:45:38.658Z[ host-image] Jul 18 21:45:37.507 INFO O| Jul 18 21:45:37.507 INFO STEP 24 (remove_files) COMPLETE
81892024-07-18T21:45:38.661Z[ host-image] Jul 18 21:45:37.507 INFO O| Jul 18 21:45:37.507 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81902024-07-18T21:45:38.668Z[ host-image] Jul 18 21:45:37.517 INFO O| Jul 18 21:45:37.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
81912024-07-18T21:45:38.668Z[ host-image] Jul 18 21:45:37.517 INFO O| Jul 18 21:45:37.517 INFO STEP 25 (remove_files) COMPLETE
81922024-07-18T21:45:38.671Z[ host-image] Jul 18 21:45:37.517 INFO O| Jul 18 21:45:37.517 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81932024-07-18T21:45:38.679Z[ host-image] Jul 18 21:45:37.528 INFO O| Jul 18 21:45:37.528 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
81942024-07-18T21:45:38.679Z[ host-image] Jul 18 21:45:37.528 INFO O| Jul 18 21:45:37.528 INFO STEP 26 (remove_files) COMPLETE
81952024-07-18T21:45:38.681Z[ host-image] Jul 18 21:45:37.528 INFO O| Jul 18 21:45:37.528 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81962024-07-18T21:45:38.689Z[ host-image] Jul 18 21:45:37.538 INFO O| Jul 18 21:45:37.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
81972024-07-18T21:45:38.689Z[ host-image] Jul 18 21:45:37.538 INFO O| Jul 18 21:45:37.538 INFO STEP 27 (remove_files) COMPLETE
81982024-07-18T21:45:38.689Z[ host-image] Jul 18 21:45:37.538 INFO O| Jul 18 21:45:37.538 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81992024-07-18T21:45:38.700Z[ host-image] Jul 18 21:45:37.549 INFO O| Jul 18 21:45:37.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
82002024-07-18T21:45:38.700Z[ host-image] Jul 18 21:45:37.549 INFO O| Jul 18 21:45:37.549 INFO STEP 28 (remove_files) COMPLETE
82012024-07-18T21:45:38.702Z[ host-image] Jul 18 21:45:37.549 INFO O| Jul 18 21:45:37.549 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82022024-07-18T21:45:38.711Z[ host-image] Jul 18 21:45:37.560 INFO O| Jul 18 21:45:37.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
82032024-07-18T21:45:38.711Z[ host-image] Jul 18 21:45:37.560 INFO O| Jul 18 21:45:37.560 INFO STEP 29 (remove_files) COMPLETE
82042024-07-18T21:45:38.714Z[ host-image] Jul 18 21:45:37.560 INFO O| Jul 18 21:45:37.560 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82052024-07-18T21:45:38.722Z[ host-image] Jul 18 21:45:37.570 INFO O| Jul 18 21:45:37.570 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
82062024-07-18T21:45:38.722Z[ host-image] Jul 18 21:45:37.571 INFO O| Jul 18 21:45:37.570 INFO STEP 30 (remove_files) COMPLETE
82072024-07-18T21:45:38.724Z[ host-image] Jul 18 21:45:37.571 INFO O| Jul 18 21:45:37.571 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82082024-07-18T21:45:38.733Z[ host-image] Jul 18 21:45:37.582 INFO O| Jul 18 21:45:37.582 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
82092024-07-18T21:45:38.733Z[ host-image] Jul 18 21:45:37.582 INFO O| Jul 18 21:45:37.582 INFO STEP 31 (remove_files) COMPLETE
82102024-07-18T21:45:38.736Z[ host-image] Jul 18 21:45:37.582 INFO O| Jul 18 21:45:37.582 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82112024-07-18T21:45:38.745Z[ host-image] Jul 18 21:45:37.594 INFO O| Jul 18 21:45:37.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
82122024-07-18T21:45:38.745Z[ host-image] Jul 18 21:45:37.594 INFO O| Jul 18 21:45:37.594 INFO STEP 32 (remove_files) COMPLETE
82132024-07-18T21:45:38.745Z[ host-image] Jul 18 21:45:37.594 INFO O| Jul 18 21:45:37.594 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82142024-07-18T21:45:38.756Z[ host-image] Jul 18 21:45:37.605 INFO O| Jul 18 21:45:37.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
82152024-07-18T21:45:38.756Z[ host-image] Jul 18 21:45:37.605 INFO O| Jul 18 21:45:37.605 INFO STEP 33 (remove_files) COMPLETE
82162024-07-18T21:45:38.759Z[ host-image] Jul 18 21:45:37.605 INFO O| Jul 18 21:45:37.605 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82172024-07-18T21:45:38.768Z[ host-image] Jul 18 21:45:37.617 INFO O| Jul 18 21:45:37.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
82182024-07-18T21:45:38.768Z[ host-image] Jul 18 21:45:37.617 INFO O| Jul 18 21:45:37.617 INFO STEP 34 (remove_files) COMPLETE
82192024-07-18T21:45:38.772Z[ host-image] Jul 18 21:45:37.617 INFO O| Jul 18 21:45:37.617 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82202024-07-18T21:45:38.779Z[ host-image] Jul 18 21:45:37.628 INFO O| Jul 18 21:45:37.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
82212024-07-18T21:45:38.779Z[ host-image] Jul 18 21:45:37.628 INFO O| Jul 18 21:45:37.628 INFO STEP 35 (remove_files) COMPLETE
82222024-07-18T21:45:38.782Z[ host-image] Jul 18 21:45:37.628 INFO O| Jul 18 21:45:37.628 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82232024-07-18T21:45:38.790Z[ host-image] Jul 18 21:45:37.639 INFO O| Jul 18 21:45:37.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
82242024-07-18T21:45:38.790Z[ host-image] Jul 18 21:45:37.639 INFO O| Jul 18 21:45:37.639 INFO STEP 36 (remove_files) COMPLETE
82252024-07-18T21:45:38.793Z[ host-image] Jul 18 21:45:37.639 INFO O| Jul 18 21:45:37.639 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82262024-07-18T21:45:38.800Z[ host-image] Jul 18 21:45:37.649 INFO O| Jul 18 21:45:37.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
82272024-07-18T21:45:38.800Z[ host-image] Jul 18 21:45:37.650 INFO O| Jul 18 21:45:37.650 INFO STEP 37 (remove_files) COMPLETE
82282024-07-18T21:45:38.803Z[ host-image] Jul 18 21:45:37.650 INFO O| Jul 18 21:45:37.650 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82292024-07-18T21:45:38.811Z[ host-image] Jul 18 21:45:37.660 INFO O| Jul 18 21:45:37.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
82302024-07-18T21:45:38.811Z[ host-image] Jul 18 21:45:37.661 INFO O| Jul 18 21:45:37.660 INFO STEP 38 (remove_files) COMPLETE
82312024-07-18T21:45:38.814Z[ host-image] Jul 18 21:45:37.661 INFO O| Jul 18 21:45:37.661 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82322024-07-18T21:45:38.822Z[ host-image] Jul 18 21:45:37.671 INFO O| Jul 18 21:45:37.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
82332024-07-18T21:45:38.822Z[ host-image] Jul 18 21:45:37.672 INFO O| Jul 18 21:45:37.672 INFO STEP 39 (remove_files) COMPLETE
82342024-07-18T21:45:38.825Z[ host-image] Jul 18 21:45:37.672 INFO O| Jul 18 21:45:37.672 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82352024-07-18T21:45:38.832Z[ host-image] Jul 18 21:45:37.681 INFO O| Jul 18 21:45:37.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
82362024-07-18T21:45:38.835Z[ host-image] Jul 18 21:45:37.682 INFO O| Jul 18 21:45:37.682 INFO STEP 40 (remove_files) COMPLETE
82372024-07-18T21:45:38.835Z[ host-image] Jul 18 21:45:37.682 INFO O| Jul 18 21:45:37.682 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82382024-07-18T21:45:38.843Z[ host-image] Jul 18 21:45:37.692 INFO O| Jul 18 21:45:37.692 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
82392024-07-18T21:45:38.843Z[ host-image] Jul 18 21:45:37.692 INFO O| Jul 18 21:45:37.692 INFO STEP 41 (remove_files) COMPLETE
82402024-07-18T21:45:38.843Z[ host-image] Jul 18 21:45:37.692 INFO O| Jul 18 21:45:37.692 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82412024-07-18T21:45:38.854Z[ host-image] Jul 18 21:45:37.703 INFO O| Jul 18 21:45:37.703 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
82422024-07-18T21:45:38.854Z[ host-image] Jul 18 21:45:37.703 INFO O| Jul 18 21:45:37.703 INFO STEP 42 (remove_files) COMPLETE
82432024-07-18T21:45:38.854Z[ host-image] Jul 18 21:45:37.703 INFO O| Jul 18 21:45:37.703 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82442024-07-18T21:45:38.865Z[ host-image] Jul 18 21:45:37.714 INFO O| Jul 18 21:45:37.714 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
82452024-07-18T21:45:38.865Z[ host-image] Jul 18 21:45:37.714 INFO O| Jul 18 21:45:37.714 INFO STEP 43 (remove_files) COMPLETE
82462024-07-18T21:45:38.868Z[ host-image] Jul 18 21:45:37.714 INFO O| Jul 18 21:45:37.714 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82472024-07-18T21:45:38.876Z[ host-image] Jul 18 21:45:37.725 INFO O| Jul 18 21:45:37.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
82482024-07-18T21:45:38.876Z[ host-image] Jul 18 21:45:37.725 INFO O| Jul 18 21:45:37.725 INFO STEP 44 (remove_files) COMPLETE
82492024-07-18T21:45:38.878Z[ host-image] Jul 18 21:45:37.725 INFO O| Jul 18 21:45:37.725 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82502024-07-18T21:45:38.887Z[ host-image] Jul 18 21:45:37.736 INFO O| Jul 18 21:45:37.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
82512024-07-18T21:45:38.887Z[ host-image] Jul 18 21:45:37.736 INFO O| Jul 18 21:45:37.736 INFO STEP 45 (remove_files) COMPLETE
82522024-07-18T21:45:38.889Z[ host-image] Jul 18 21:45:37.736 INFO O| Jul 18 21:45:37.736 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82532024-07-18T21:45:38.897Z[ host-image] Jul 18 21:45:37.746 INFO O| Jul 18 21:45:37.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
82542024-07-18T21:45:38.897Z[ host-image] Jul 18 21:45:37.746 INFO O| Jul 18 21:45:37.746 INFO STEP 46 (remove_files) COMPLETE
82552024-07-18T21:45:38.899Z[ host-image] Jul 18 21:45:37.746 INFO O| Jul 18 21:45:37.746 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82562024-07-18T21:45:38.908Z[ host-image] Jul 18 21:45:37.757 INFO O| Jul 18 21:45:37.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
82572024-07-18T21:45:38.908Z[ host-image] Jul 18 21:45:37.757 INFO O| Jul 18 21:45:37.757 INFO STEP 47 (remove_files) COMPLETE
82582024-07-18T21:45:38.911Z[ host-image] Jul 18 21:45:37.757 INFO O| Jul 18 21:45:37.757 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82592024-07-18T21:45:38.919Z[ host-image] Jul 18 21:45:37.768 INFO O| Jul 18 21:45:37.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
82602024-07-18T21:45:38.919Z[ host-image] Jul 18 21:45:37.768 INFO O| Jul 18 21:45:37.768 INFO STEP 48 (remove_files) COMPLETE
82612024-07-18T21:45:38.921Z[ host-image] Jul 18 21:45:37.768 INFO O| Jul 18 21:45:37.768 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82622024-07-18T21:45:38.929Z[ host-image] Jul 18 21:45:37.778 INFO O| Jul 18 21:45:37.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
82632024-07-18T21:45:38.929Z[ host-image] Jul 18 21:45:37.778 INFO O| Jul 18 21:45:37.778 INFO STEP 49 (remove_files) COMPLETE
82642024-07-18T21:45:38.929Z[ host-image] Jul 18 21:45:37.778 INFO O| Jul 18 21:45:37.778 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82652024-07-18T21:45:38.941Z[ host-image] Jul 18 21:45:37.790 INFO O| Jul 18 21:45:37.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
82662024-07-18T21:45:38.941Z[ host-image] Jul 18 21:45:37.790 INFO O| Jul 18 21:45:37.790 INFO STEP 50 (remove_files) COMPLETE
82672024-07-18T21:45:38.941Z[ host-image] Jul 18 21:45:37.790 INFO O| Jul 18 21:45:37.790 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82682024-07-18T21:45:38.952Z[ host-image] Jul 18 21:45:37.801 INFO O| Jul 18 21:45:37.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
82692024-07-18T21:45:38.952Z[ host-image] Jul 18 21:45:37.801 INFO O| Jul 18 21:45:37.801 INFO STEP 51 (remove_files) COMPLETE
82702024-07-18T21:45:38.955Z[ host-image] Jul 18 21:45:37.801 INFO O| Jul 18 21:45:37.801 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82712024-07-18T21:45:38.963Z[ host-image] Jul 18 21:45:37.812 INFO O| Jul 18 21:45:37.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
82722024-07-18T21:45:38.963Z[ host-image] Jul 18 21:45:37.812 INFO O| Jul 18 21:45:37.812 INFO STEP 52 (remove_files) COMPLETE
82732024-07-18T21:45:38.966Z[ host-image] Jul 18 21:45:37.812 INFO O| Jul 18 21:45:37.812 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82742024-07-18T21:45:38.974Z[ host-image] Jul 18 21:45:37.823 INFO O| Jul 18 21:45:37.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
82752024-07-18T21:45:38.974Z[ host-image] Jul 18 21:45:37.823 INFO O| Jul 18 21:45:37.823 INFO STEP 53 (remove_files) COMPLETE
82762024-07-18T21:45:38.976Z[ host-image] Jul 18 21:45:37.823 INFO O| Jul 18 21:45:37.823 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82772024-07-18T21:45:38.985Z[ host-image] Jul 18 21:45:37.834 INFO O| Jul 18 21:45:37.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
82782024-07-18T21:45:38.985Z[ host-image] Jul 18 21:45:37.834 INFO O| Jul 18 21:45:37.834 INFO STEP 54 (remove_files) COMPLETE
82792024-07-18T21:45:38.988Z[ host-image] Jul 18 21:45:37.834 INFO O| Jul 18 21:45:37.834 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82802024-07-18T21:45:38.996Z[ host-image] Jul 18 21:45:37.845 INFO O| Jul 18 21:45:37.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
82812024-07-18T21:45:38.996Z[ host-image] Jul 18 21:45:37.846 INFO O| Jul 18 21:45:37.845 INFO STEP 55 (remove_files) COMPLETE
82822024-07-18T21:45:38.999Z[ host-image] Jul 18 21:45:37.846 INFO O| Jul 18 21:45:37.846 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82832024-07-18T21:45:39.007Z[ host-image] Jul 18 21:45:37.856 INFO O| Jul 18 21:45:37.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
82842024-07-18T21:45:39.007Z[ host-image] Jul 18 21:45:37.856 INFO O| Jul 18 21:45:37.856 INFO STEP 56 (remove_files) COMPLETE
82852024-07-18T21:45:39.007Z[ host-image] Jul 18 21:45:37.856 INFO O| Jul 18 21:45:37.856 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82862024-07-18T21:45:39.017Z[ host-image] Jul 18 21:45:37.866 INFO O| Jul 18 21:45:37.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
82872024-07-18T21:45:39.017Z[ host-image] Jul 18 21:45:37.866 INFO O| Jul 18 21:45:37.866 INFO STEP 57 (remove_files) COMPLETE
82882024-07-18T21:45:39.020Z[ host-image] Jul 18 21:45:37.866 INFO O| Jul 18 21:45:37.866 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82892024-07-18T21:45:39.028Z[ host-image] Jul 18 21:45:37.876 INFO O| Jul 18 21:45:37.876 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
82902024-07-18T21:45:39.028Z[ host-image] Jul 18 21:45:37.876 INFO O| Jul 18 21:45:37.876 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
82912024-07-18T21:45:39.031Z[ host-image] Jul 18 21:45:37.877 INFO O| Jul 18 21:45:37.876 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82922024-07-18T21:45:39.031Z[ host-image] Jul 18 21:45:37.877 INFO O| Jul 18 21:45:37.877 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82932024-07-18T21:45:39.031Z[ host-image] Jul 18 21:45:37.877 INFO O| Jul 18 21:45:37.877 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82942024-07-18T21:45:39.031Z[ host-image] Jul 18 21:45:37.877 INFO O| Jul 18 21:45:37.877 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82952024-07-18T21:45:39.031Z[ host-image] Jul 18 21:45:37.877 INFO O| Jul 18 21:45:37.877 INFO ok!
82962024-07-18T21:45:39.031Z[ host-image] Jul 18 21:45:37.877 INFO O| Jul 18 21:45:37.877 INFO STEP 58 (ensure_file) COMPLETE
82972024-07-18T21:45:39.031Z[ host-image] Jul 18 21:45:37.877 INFO O| Jul 18 21:45:37.877 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82982024-07-18T21:45:39.040Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.888 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
82992024-07-18T21:45:39.040Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
83002024-07-18T21:45:39.043Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83012024-07-18T21:45:39.043Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83022024-07-18T21:45:39.043Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83032024-07-18T21:45:39.043Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83042024-07-18T21:45:39.043Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO ok!
83052024-07-18T21:45:39.043Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO STEP 59 (ensure_file) COMPLETE
83062024-07-18T21:45:39.043Z[ host-image] Jul 18 21:45:37.889 INFO O| Jul 18 21:45:37.889 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83072024-07-18T21:45:39.051Z[ host-image] Jul 18 21:45:37.900 INFO O| Jul 18 21:45:37.900 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
83082024-07-18T21:45:39.051Z[ host-image] Jul 18 21:45:37.900 INFO O| Jul 18 21:45:37.900 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
83092024-07-18T21:45:39.054Z[ host-image] Jul 18 21:45:37.900 INFO O| Jul 18 21:45:37.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
83102024-07-18T21:45:39.054Z[ host-image] Jul 18 21:45:37.900 INFO O| Jul 18 21:45:37.900 INFO ok!
83112024-07-18T21:45:39.054Z[ host-image] Jul 18 21:45:37.900 INFO O| Jul 18 21:45:37.900 INFO STEP 60 (ensure_file) COMPLETE
83122024-07-18T21:45:39.054Z[ host-image] Jul 18 21:45:37.900 INFO O| Jul 18 21:45:37.900 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83132024-07-18T21:45:39.061Z[ host-image] Jul 18 21:45:37.910 INFO O| Jul 18 21:45:37.910 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
83142024-07-18T21:45:39.061Z[ host-image] Jul 18 21:45:37.910 INFO O| Jul 18 21:45:37.910 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
83152024-07-18T21:45:39.064Z[ host-image] Jul 18 21:45:37.910 INFO O| Jul 18 21:45:37.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
83162024-07-18T21:45:39.064Z[ host-image] Jul 18 21:45:37.911 INFO O| Jul 18 21:45:37.910 INFO ok!
83172024-07-18T21:45:39.064Z[ host-image] Jul 18 21:45:37.911 INFO O| Jul 18 21:45:37.910 INFO STEP 61 (ensure_file) COMPLETE
83182024-07-18T21:45:39.064Z[ host-image] Jul 18 21:45:37.911 INFO O| Jul 18 21:45:37.910 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83192024-07-18T21:45:39.072Z[ host-image] Jul 18 21:45:37.921 INFO O| Jul 18 21:45:37.921 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
83202024-07-18T21:45:39.072Z[ host-image] Jul 18 21:45:37.921 INFO O| Jul 18 21:45:37.921 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
83212024-07-18T21:45:39.072Z[ host-image] Jul 18 21:45:37.921 INFO O| Jul 18 21:45:37.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
83222024-07-18T21:45:39.075Z[ host-image] Jul 18 21:45:37.921 INFO O| Jul 18 21:45:37.921 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
83232024-07-18T21:45:39.075Z[ host-image] Jul 18 21:45:37.921 INFO O| Jul 18 21:45:37.921 INFO ok!
83242024-07-18T21:45:39.075Z[ host-image] Jul 18 21:45:37.921 INFO O| Jul 18 21:45:37.921 INFO STEP 62 (ensure_file) COMPLETE
83252024-07-18T21:45:39.075Z[ host-image] Jul 18 21:45:37.921 INFO O| Jul 18 21:45:37.921 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83262024-07-18T21:45:39.083Z[ host-image] Jul 18 21:45:37.932 INFO O| Jul 18 21:45:37.932 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
83272024-07-18T21:45:39.086Z[ host-image] Jul 18 21:45:37.932 INFO O| Jul 18 21:45:37.932 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
83282024-07-18T21:45:39.086Z[ host-image] Jul 18 21:45:37.932 INFO O| Jul 18 21:45:37.932 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
83292024-07-18T21:45:39.086Z[ host-image] Jul 18 21:45:37.932 INFO O| Jul 18 21:45:37.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
83302024-07-18T21:45:39.086Z[ host-image] Jul 18 21:45:37.932 INFO O| Jul 18 21:45:37.932 INFO ok!
83312024-07-18T21:45:39.086Z[ host-image] Jul 18 21:45:37.932 INFO O| Jul 18 21:45:37.932 INFO STEP 63 (ensure_file) COMPLETE
83322024-07-18T21:45:39.086Z[ host-image] Jul 18 21:45:37.932 INFO O| Jul 18 21:45:37.932 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83332024-07-18T21:45:39.094Z[ host-image] Jul 18 21:45:37.943 INFO O| Jul 18 21:45:37.943 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist
83342024-07-18T21:45:39.096Z[ host-image] Jul 18 21:45:37.943 INFO O| Jul 18 21:45:37.943 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ...
83352024-07-18T21:45:39.096Z[ host-image] Jul 18 21:45:37.943 INFO O| Jul 18 21:45:37.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
83362024-07-18T21:45:39.096Z[ host-image] Jul 18 21:45:37.943 INFO O| Jul 18 21:45:37.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
83372024-07-18T21:45:39.096Z[ host-image] Jul 18 21:45:37.943 INFO O| Jul 18 21:45:37.943 INFO ok!
83382024-07-18T21:45:39.096Z[ host-image] Jul 18 21:45:37.943 INFO O| Jul 18 21:45:37.943 INFO STEP 64 (ensure_file) COMPLETE
83392024-07-18T21:45:39.096Z[ host-image] Jul 18 21:45:37.943 INFO O| Jul 18 21:45:37.943 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83402024-07-18T21:45:39.105Z[ host-image] Jul 18 21:45:37.954 INFO O| Jul 18 21:45:37.954 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
83412024-07-18T21:45:39.105Z[ host-image] Jul 18 21:45:37.954 INFO O| Jul 18 21:45:37.954 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
83422024-07-18T21:45:39.107Z[ host-image] Jul 18 21:45:37.954 INFO O| Jul 18 21:45:37.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
83432024-07-18T21:45:39.107Z[ host-image] Jul 18 21:45:37.954 INFO O| Jul 18 21:45:37.954 INFO ok!
83442024-07-18T21:45:39.107Z[ host-image] Jul 18 21:45:37.954 INFO O| Jul 18 21:45:37.954 INFO STEP 65 (assemble_files) COMPLETE
83452024-07-18T21:45:39.108Z[ host-image] Jul 18 21:45:37.954 INFO O| Jul 18 21:45:37.954 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-07-18T21:45:39.116Z[ host-image] Jul 18 21:45:37.965 INFO O| Jul 18 21:45:37.965 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
83472024-07-18T21:45:39.116Z[ host-image] Jul 18 21:45:37.965 INFO O| Jul 18 21:45:37.965 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
83482024-07-18T21:45:39.119Z[ host-image] Jul 18 21:45:37.965 INFO O| Jul 18 21:45:37.965 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
83492024-07-18T21:45:39.119Z[ host-image] Jul 18 21:45:37.965 INFO O| Jul 18 21:45:37.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
83502024-07-18T21:45:39.119Z[ host-image] Jul 18 21:45:37.965 INFO O| Jul 18 21:45:37.965 INFO ok!
83512024-07-18T21:45:39.119Z[ host-image] Jul 18 21:45:37.965 INFO O| Jul 18 21:45:37.965 INFO STEP 66 (ensure_file) COMPLETE
83522024-07-18T21:45:39.119Z[ host-image] Jul 18 21:45:37.965 INFO O| Jul 18 21:45:37.965 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83532024-07-18T21:45:39.128Z[ host-image] Jul 18 21:45:37.977 INFO O| Jul 18 21:45:37.977 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83542024-07-18T21:45:39.128Z[ host-image] Jul 18 21:45:37.977 INFO O| Jul 18 21:45:37.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83552024-07-18T21:45:39.132Z[ host-image] Jul 18 21:45:37.977 INFO O| Jul 18 21:45:37.977 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83562024-07-18T21:45:39.132Z[ host-image] Jul 18 21:45:37.977 INFO O| Jul 18 21:45:37.977 INFO STEP 67 (ensure_dir) COMPLETE
83572024-07-18T21:45:39.132Z[ host-image] Jul 18 21:45:37.977 INFO O| Jul 18 21:45:37.977 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-07-18T21:45:39.141Z[ host-image] Jul 18 21:45:37.988 INFO O| Jul 18 21:45:37.988 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
83592024-07-18T21:45:39.141Z[ host-image] Jul 18 21:45:37.988 INFO O| Jul 18 21:45:37.988 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 ...
83602024-07-18T21:45:39.146Z[ host-image] Jul 18 21:45:37.995 INFO O| Jul 18 21:45:37.995 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
83612024-07-18T21:45:39.146Z[ host-image] Jul 18 21:45:37.996 INFO O| Jul 18 21:45:37.995 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
83622024-07-18T21:45:39.146Z[ host-image] Jul 18 21:45:37.996 INFO O| Jul 18 21:45:37.995 INFO ok!
83632024-07-18T21:45:39.150Z[ host-image] Jul 18 21:45:37.996 INFO O| Jul 18 21:45:37.995 INFO STEP 68 (ensure_file) COMPLETE
83642024-07-18T21:45:39.150Z[ host-image] Jul 18 21:45:37.996 INFO O| Jul 18 21:45:37.995 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83652024-07-18T21:45:39.160Z[ host-image] Jul 18 21:45:38.009 INFO O| Jul 18 21:45:38.009 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
83662024-07-18T21:45:39.160Z[ host-image] Jul 18 21:45:38.009 INFO O| Jul 18 21:45:38.009 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 ...
83672024-07-18T21:45:39.162Z[ host-image] Jul 18 21:45:38.009 INFO O| Jul 18 21:45:38.009 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
83682024-07-18T21:45:39.162Z[ host-image] Jul 18 21:45:38.009 INFO O| Jul 18 21:45:38.009 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
83692024-07-18T21:45:39.162Z[ host-image] Jul 18 21:45:38.009 INFO O| Jul 18 21:45:38.009 INFO ok!
83702024-07-18T21:45:39.162Z[ host-image] Jul 18 21:45:38.009 INFO O| Jul 18 21:45:38.009 INFO STEP 69 (ensure_file) COMPLETE
83712024-07-18T21:45:39.162Z[ host-image] Jul 18 21:45:38.009 INFO O| Jul 18 21:45:38.009 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-07-18T21:45:39.177Z[ host-image] Jul 18 21:45:38.026 INFO O| Jul 18 21:45:38.026 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
83732024-07-18T21:45:39.177Z[ host-image] Jul 18 21:45:38.026 INFO O| Jul 18 21:45:38.026 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
83742024-07-18T21:45:40.295Z[ recovery-image] Jul 18 21:45:39.144 INFO E| Compiling clap v4.5.3
83752024-07-18T21:45:40.356Z[ recovery-image] Jul 18 21:45:39.205 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83762024-07-18T21:45:41.396Z[ host-image] Jul 18 21:45:40.244 INFO O| Jul 18 21:45:40.244 INFO STEP 70 (pack_tar) COMPLETE
83772024-07-18T21:45:41.396Z[ host-image] Jul 18 21:45:40.244 INFO O| Jul 18 21:45:40.244 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83782024-07-18T21:45:41.396Z[ host-image] Jul 18 21:45:40.244 INFO O| Jul 18 21:45:40.244 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
83792024-07-18T21:45:41.519Z[ host-image] Jul 18 21:45:40.368 INFO O| Jul 18 21:45:40.368 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83802024-07-18T21:45:41.582Z[ host-image] Jul 18 21:45:40.430 INFO O| Jul 18 21:45:40.430 INFO completed processing gimlet/ramdisk-02-trim
83812024-07-18T21:45:41.585Z[ host-image] Jul 18 21:45:40.432 INFO image builder template: zfs...
83822024-07-18T21:45:41.586Z[ host-image] Jul 18 21:45:40.432 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/.tmpHGYhbO/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.277", "-n", "zfs"], pwd: None
83832024-07-18T21:45:41.598Z[ host-image] Jul 18 21:45:40.447 INFO O| Jul 18 21:45:40.446 INFO skip include "stress" because feature "stress" is not enabled
83842024-07-18T21:45:41.629Z[ host-image] Jul 18 21:45:40.478 INFO O| Jul 18 21:45:40.478 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
83852024-07-18T21:45:41.633Z[ host-image] Jul 18 21:45:40.482 INFO O| Jul 18 21:45:40.482 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
83862024-07-18T21:45:41.677Z[ host-image] Jul 18 21:45:40.526 INFO O| Jul 18 21:45:40.526 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
83872024-07-18T21:45:41.755Z[ host-image] Jul 18 21:45:40.604 INFO O| Jul 18 21:45:40.604 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
83882024-07-18T21:45:41.755Z[ host-image] Jul 18 21:45:40.604 INFO O| Jul 18 21:45:40.604 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
83892024-07-18T21:45:41.759Z[ host-image] Jul 18 21:45:40.608 INFO O| Jul 18 21:45:40.608 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
83902024-07-18T21:45:41.806Z[ recovery-image] Jul 18 21:45:40.655 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
83912024-07-18T21:45:41.816Z[ recovery-image] Jul 18 21:45:40.665 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83922024-07-18T21:45:41.856Z[ host-image] Jul 18 21:45:40.705 INFO O| Jul 18 21:45:40.705 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
83932024-07-18T21:45:41.911Z[ host-image] Jul 18 21:45:40.760 INFO O| Jul 18 21:45:40.760 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
83942024-07-18T21:45:41.921Z[ host-image] Jul 18 21:45:40.770 INFO O| Jul 18 21:45:40.769 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
83952024-07-18T21:45:41.926Z[ host-image] Jul 18 21:45:40.775 INFO O| Jul 18 21:45:40.774 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
83962024-07-18T21:45:41.926Z[ host-image] Jul 18 21:45:40.775 INFO O| Jul 18 21:45:40.775 INFO no lofi found
83972024-07-18T21:45:41.928Z[ host-image] Jul 18 21:45:40.775 INFO O| Jul 18 21:45:40.775 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
83982024-07-18T21:45:41.928Z[ host-image] Jul 18 21:45:40.775 INFO O| Jul 18 21:45:40.775 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
83992024-07-18T21:45:41.946Z[ recovery-image] Jul 18 21:45:40.795 INFO E| Updating crates.io index
84002024-07-18T21:45:42.115Z[ recovery-image] Jul 18 21:45:40.958 INFO E| Downloading crates ...
84012024-07-18T21:45:42.163Z[ recovery-image] Jul 18 21:45:41.011 INFO E| Downloaded bit_field v0.10.2
84022024-07-18T21:45:42.165Z[ recovery-image] Jul 18 21:45:41.014 INFO E| Downloaded seq-macro v0.3.5
84032024-07-18T21:45:42.182Z[ recovery-image] Jul 18 21:45:41.031 INFO E| Downloaded cpio_reader v0.1.1
84042024-07-18T21:45:42.184Z[ recovery-image] Jul 18 21:45:41.032 INFO E| Downloaded raw-cpuid v10.7.0
84052024-07-18T21:45:42.204Z[ recovery-image] Jul 18 21:45:41.053 INFO E| Downloaded goblin v0.8.0
84062024-07-18T21:45:42.330Z[ recovery-image] Jul 18 21:45:41.179 INFO E| Downloaded x86 v0.52.0
84072024-07-18T21:45:42.399Z[ recovery-image] Jul 18 21:45:41.248 INFO E| Updating crates.io index
84082024-07-18T21:45:42.454Z[ recovery-image] Jul 18 21:45:41.303 INFO E| Downloading crates ...
84092024-07-18T21:45:42.501Z[ recovery-image] Jul 18 21:45:41.349 INFO E| Downloaded rustc-demangle v0.1.23
84102024-07-18T21:45:42.524Z[ recovery-image] Jul 18 21:45:41.373 INFO E| Downloaded compiler_builtins v0.1.108
84112024-07-18T21:45:42.535Z[ recovery-image] Jul 18 21:45:41.384 INFO E| Downloaded allocator-api2 v0.2.16
84122024-07-18T21:45:42.599Z[ recovery-image] Jul 18 21:45:41.448 INFO E| Compiling compiler_builtins v0.1.108
84132024-07-18T21:45:42.599Z[ recovery-image] Jul 18 21:45:41.448 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84142024-07-18T21:45:42.602Z[ recovery-image] Jul 18 21:45:41.448 INFO E| Compiling proc-macro2 v1.0.79
84152024-07-18T21:45:42.602Z[ recovery-image] Jul 18 21:45:41.448 INFO E| Compiling unicode-ident v1.0.12
84162024-07-18T21:45:42.602Z[ recovery-image] Jul 18 21:45:41.448 INFO E| Compiling syn v1.0.109
84172024-07-18T21:45:42.606Z[ recovery-image] Jul 18 21:45:41.454 INFO E| Compiling x86 v0.52.0
84182024-07-18T21:45:42.609Z[ recovery-image] Jul 18 21:45:41.454 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84192024-07-18T21:45:42.609Z[ recovery-image] Jul 18 21:45:41.454 INFO E| Compiling seq-macro v0.3.5
84202024-07-18T21:45:43.760Z[ recovery-image] Jul 18 21:45:42.609 INFO E| Compiling quote v1.0.35
84212024-07-18T21:45:44.028Z[ recovery-image] Jul 18 21:45:42.875 INFO E| Compiling syn v2.0.53
84222024-07-18T21:45:44.163Z[ host-image] Jul 18 21:45:43.012 INFO O| Jul 18 21:45:43.012 INFO lofi device = /dev/dsk/c2t1d0p0
84232024-07-18T21:45:44.163Z[ host-image] Jul 18 21:45:43.012 INFO O| Jul 18 21:45:43.012 INFO pool device = /dev/dsk/c2t1d0p0
84242024-07-18T21:45:44.166Z[ host-image] Jul 18 21:45:43.012 INFO O| Jul 18 21:45:43.012 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"]
84252024-07-18T21:45:44.270Z[ host-image] Jul 18 21:45:43.119 INFO O| Jul 18 21:45:43.118 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
84262024-07-18T21:45:44.270Z[ host-image] Jul 18 21:45:43.119 INFO O| Jul 18 21:45:43.119 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
84272024-07-18T21:45:44.296Z[ host-image] Jul 18 21:45:43.144 INFO O| Jul 18 21:45:43.144 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
84282024-07-18T21:45:44.371Z[ host-image] Jul 18 21:45:43.219 INFO O| Jul 18 21:45:43.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
84292024-07-18T21:45:44.412Z[ host-image] Jul 18 21:45:43.261 INFO O| Jul 18 21:45:43.261 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
84302024-07-18T21:45:44.430Z[ host-image] Jul 18 21:45:43.279 INFO O| Jul 18 21:45:43.278 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
84312024-07-18T21:45:44.445Z[ host-image] Jul 18 21:45:43.294 INFO O| Jul 18 21:45:43.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
84322024-07-18T21:45:44.510Z[ host-image] Jul 18 21:45:43.359 INFO O| Jul 18 21:45:43.359 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
84332024-07-18T21:45:44.510Z[ host-image] Jul 18 21:45:43.359 INFO O| Jul 18 21:45:43.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
84342024-07-18T21:45:44.510Z[ host-image] Jul 18 21:45:43.359 INFO O| Jul 18 21:45:43.359 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
84352024-07-18T21:45:44.527Z[ host-image] Jul 18 21:45:43.376 INFO O| Jul 18 21:45:43.376 INFO boot environment UUID: d61644ab-7b42-4ca6-a628-f1982d159dc0
84362024-07-18T21:45:44.527Z[ host-image] Jul 18 21:45:43.376 INFO O| Jul 18 21:45:43.376 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d61644ab-7b42-4ca6-a628-f1982d159dc0
84372024-07-18T21:45:44.543Z[ host-image] Jul 18 21:45:43.392 INFO O| Jul 18 21:45:43.391 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84382024-07-18T21:45:44.559Z[ host-image] Jul 18 21:45:43.407 INFO O| Jul 18 21:45:43.407 INFO STEP 0 (create_be) COMPLETE
84392024-07-18T21:45:44.559Z[ host-image] Jul 18 21:45:43.407 INFO O| Jul 18 21:45:43.407 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
84402024-07-18T21:45:44.576Z[ host-image] Jul 18 21:45:43.424 INFO O| Jul 18 21:45:43.424 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
84412024-07-18T21:45:49.882Z[ recovery-image] Jul 18 21:45:48.726 INFO E| Compiling scroll_derive v0.12.0
84422024-07-18T21:45:54.445Z[ recovery-image] Jul 18 21:45:53.293 INFO E| Compiling bitstruct_derive v0.1.0
84432024-07-18T21:46:05.911Z[ host-image] Jul 18 21:46:04.759 INFO O| Jul 18 21:46:04.759 INFO STEP 1 (unpack_tar) COMPLETE
84442024-07-18T21:46:05.911Z[ host-image] Jul 18 21:46:04.759 INFO O| Jul 18 21:46:04.759 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84452024-07-18T21:46:05.922Z[ host-image] Jul 18 21:46:04.770 INFO O| Jul 18 21:46:04.770 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
84462024-07-18T21:46:06.126Z[ host-image] Jul 18 21:46:04.973 INFO O| Jul 18 21:46:04.973 INFO STEP 2 (devfsadm) COMPLETE
84472024-07-18T21:46:06.126Z[ host-image] Jul 18 21:46:04.973 INFO O| Jul 18 21:46:04.973 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84482024-07-18T21:46:06.137Z[ host-image] Jul 18 21:46:04.984 INFO O| Jul 18 21:46:04.984 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84492024-07-18T21:46:06.137Z[ host-image] Jul 18 21:46:04.984 INFO O| Jul 18 21:46:04.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84502024-07-18T21:46:06.140Z[ host-image] Jul 18 21:46:04.984 INFO O| Jul 18 21:46:04.984 INFO STEP 3 (ensure_dir) COMPLETE
84512024-07-18T21:46:06.140Z[ host-image] Jul 18 21:46:04.984 INFO O| Jul 18 21:46:04.984 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84522024-07-18T21:46:06.147Z[ host-image] Jul 18 21:46:04.995 INFO O| Jul 18 21:46:04.995 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84532024-07-18T21:46:06.147Z[ host-image] Jul 18 21:46:04.995 INFO O| Jul 18 21:46:04.995 INFO STEP 4 (ensure_dir) COMPLETE
84542024-07-18T21:46:06.150Z[ host-image] Jul 18 21:46:04.995 INFO O| Jul 18 21:46:04.995 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84552024-07-18T21:46:06.159Z[ host-image] Jul 18 21:46:05.007 INFO O| Jul 18 21:46:05.007 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84562024-07-18T21:46:06.159Z[ host-image] Jul 18 21:46:05.007 INFO O| Jul 18 21:46:05.007 INFO STEP 5 (ensure_dir) COMPLETE
84572024-07-18T21:46:06.162Z[ host-image] Jul 18 21:46:05.007 INFO O| Jul 18 21:46:05.007 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84582024-07-18T21:46:06.170Z[ host-image] Jul 18 21:46:05.018 INFO O| Jul 18 21:46:05.017 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84592024-07-18T21:46:06.172Z[ host-image] Jul 18 21:46:05.018 INFO O| Jul 18 21:46:05.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84602024-07-18T21:46:06.172Z[ host-image] Jul 18 21:46:05.018 INFO O| Jul 18 21:46:05.018 INFO STEP 6 (ensure_dir) COMPLETE
84612024-07-18T21:46:06.172Z[ host-image] Jul 18 21:46:05.018 INFO O| Jul 18 21:46:05.018 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84622024-07-18T21:46:06.180Z[ host-image] Jul 18 21:46:05.028 INFO O| Jul 18 21:46:05.028 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
84632024-07-18T21:46:06.181Z[ host-image] Jul 18 21:46:05.028 INFO O| Jul 18 21:46:05.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
84642024-07-18T21:46:06.181Z[ host-image] Jul 18 21:46:05.028 INFO O| Jul 18 21:46:05.028 INFO STEP 7 (ensure_dir) COMPLETE
84652024-07-18T21:46:06.183Z[ host-image] Jul 18 21:46:05.028 INFO O| Jul 18 21:46:05.028 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84662024-07-18T21:46:06.191Z[ host-image] Jul 18 21:46:05.039 INFO O| Jul 18 21:46:05.039 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
84672024-07-18T21:46:06.194Z[ host-image] Jul 18 21:46:05.039 INFO O| Jul 18 21:46:05.039 INFO STEP 8 (remove_files) COMPLETE
84682024-07-18T21:46:06.194Z[ host-image] Jul 18 21:46:05.039 INFO O| Jul 18 21:46:05.039 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84692024-07-18T21:46:06.201Z[ host-image] Jul 18 21:46:05.049 INFO O| Jul 18 21:46:05.049 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
84702024-07-18T21:46:06.203Z[ host-image] Jul 18 21:46:05.050 INFO O| Jul 18 21:46:05.050 INFO STEP 9 (remove_files) COMPLETE
84712024-07-18T21:46:06.203Z[ host-image] Jul 18 21:46:05.050 INFO O| Jul 18 21:46:05.050 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84722024-07-18T21:46:06.211Z[ host-image] Jul 18 21:46:05.059 INFO O| Jul 18 21:46:05.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
84732024-07-18T21:46:06.214Z[ host-image] Jul 18 21:46:05.060 INFO O| Jul 18 21:46:05.060 INFO STEP 10 (remove_files) COMPLETE
84742024-07-18T21:46:06.214Z[ host-image] Jul 18 21:46:05.060 INFO O| Jul 18 21:46:05.060 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84752024-07-18T21:46:06.222Z[ host-image] Jul 18 21:46:05.070 INFO O| Jul 18 21:46:05.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
84762024-07-18T21:46:06.222Z[ host-image] Jul 18 21:46:05.070 INFO O| Jul 18 21:46:05.070 INFO STEP 11 (remove_files) COMPLETE
84772024-07-18T21:46:06.222Z[ host-image] Jul 18 21:46:05.070 INFO O| Jul 18 21:46:05.070 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84782024-07-18T21:46:06.234Z[ host-image] Jul 18 21:46:05.082 INFO O| Jul 18 21:46:05.082 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
84792024-07-18T21:46:06.234Z[ host-image] Jul 18 21:46:05.082 INFO O| Jul 18 21:46:05.082 INFO STEP 12 (remove_files) COMPLETE
84802024-07-18T21:46:06.234Z[ host-image] Jul 18 21:46:05.082 INFO O| Jul 18 21:46:05.082 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84812024-07-18T21:46:06.245Z[ host-image] Jul 18 21:46:05.093 INFO O| Jul 18 21:46:05.093 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84822024-07-18T21:46:06.245Z[ host-image] Jul 18 21:46:05.093 INFO O| Jul 18 21:46:05.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84832024-07-18T21:46:06.245Z[ host-image] Jul 18 21:46:05.093 INFO O| Jul 18 21:46:05.093 INFO STEP 13 (ensure_dir) COMPLETE
84842024-07-18T21:46:06.248Z[ host-image] Jul 18 21:46:05.093 INFO O| Jul 18 21:46:05.093 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84852024-07-18T21:46:06.257Z[ host-image] Jul 18 21:46:05.105 INFO O| Jul 18 21:46:05.104 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84862024-07-18T21:46:06.257Z[ host-image] Jul 18 21:46:05.105 INFO O| Jul 18 21:46:05.105 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84872024-07-18T21:46:06.260Z[ host-image] Jul 18 21:46:05.105 INFO O| Jul 18 21:46:05.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84882024-07-18T21:46:06.260Z[ host-image] Jul 18 21:46:05.105 INFO O| Jul 18 21:46:05.105 INFO STEP 14 (ensure_dir) COMPLETE
84892024-07-18T21:46:06.260Z[ host-image] Jul 18 21:46:05.105 INFO O| Jul 18 21:46:05.105 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84902024-07-18T21:46:06.268Z[ host-image] Jul 18 21:46:05.116 INFO O| Jul 18 21:46:05.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84912024-07-18T21:46:06.268Z[ host-image] Jul 18 21:46:05.116 INFO O| Jul 18 21:46:05.116 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84922024-07-18T21:46:06.268Z[ host-image] Jul 18 21:46:05.116 INFO O| Jul 18 21:46:05.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84932024-07-18T21:46:06.271Z[ host-image] Jul 18 21:46:05.116 INFO O| Jul 18 21:46:05.116 INFO STEP 15 (ensure_dir) COMPLETE
84942024-07-18T21:46:06.271Z[ host-image] Jul 18 21:46:05.116 INFO O| Jul 18 21:46:05.116 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84952024-07-18T21:46:06.279Z[ host-image] Jul 18 21:46:05.126 INFO O| Jul 18 21:46:05.126 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84962024-07-18T21:46:06.279Z[ host-image] Jul 18 21:46:05.127 INFO O| Jul 18 21:46:05.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84972024-07-18T21:46:06.279Z[ host-image] Jul 18 21:46:05.127 INFO O| Jul 18 21:46:05.127 INFO STEP 16 (ensure_dir) COMPLETE
84982024-07-18T21:46:06.281Z[ host-image] Jul 18 21:46:05.127 INFO O| Jul 18 21:46:05.127 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84992024-07-18T21:46:06.290Z[ host-image] Jul 18 21:46:05.137 INFO O| Jul 18 21:46:05.137 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
85002024-07-18T21:46:06.290Z[ host-image] Jul 18 21:46:05.137 INFO O| Jul 18 21:46:05.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
85012024-07-18T21:46:06.292Z[ host-image] Jul 18 21:46:05.137 INFO O| Jul 18 21:46:05.137 INFO STEP 17 (ensure_dir) COMPLETE
85022024-07-18T21:46:06.292Z[ host-image] Jul 18 21:46:05.137 INFO O| Jul 18 21:46:05.137 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85032024-07-18T21:46:06.301Z[ host-image] Jul 18 21:46:05.148 INFO O| Jul 18 21:46:05.148 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85042024-07-18T21:46:06.301Z[ host-image] Jul 18 21:46:05.149 INFO O| Jul 18 21:46:05.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
85052024-07-18T21:46:06.301Z[ host-image] Jul 18 21:46:05.149 INFO O| Jul 18 21:46:05.148 INFO ok!
85062024-07-18T21:46:06.312Z[ host-image] Jul 18 21:46:05.149 INFO O| Jul 18 21:46:05.148 INFO STEP 18 (ensure_symlink) COMPLETE
85072024-07-18T21:46:06.312Z[ host-image] Jul 18 21:46:05.149 INFO O| Jul 18 21:46:05.148 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85082024-07-18T21:46:06.315Z[ host-image] Jul 18 21:46:05.160 INFO O| Jul 18 21:46:05.160 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
85092024-07-18T21:46:06.315Z[ host-image] Jul 18 21:46:05.160 INFO O| Jul 18 21:46:05.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
85102024-07-18T21:46:06.315Z[ host-image] Jul 18 21:46:05.160 INFO O| Jul 18 21:46:05.160 INFO ok!
85112024-07-18T21:46:06.315Z[ host-image] Jul 18 21:46:05.160 INFO O| Jul 18 21:46:05.160 INFO STEP 19 (ensure_file) COMPLETE
85122024-07-18T21:46:06.315Z[ host-image] Jul 18 21:46:05.160 INFO O| Jul 18 21:46:05.160 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85132024-07-18T21:46:06.322Z[ host-image] Jul 18 21:46:05.170 INFO O| Jul 18 21:46:05.170 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
85142024-07-18T21:46:06.322Z[ host-image] Jul 18 21:46:05.170 INFO O| Jul 18 21:46:05.170 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85152024-07-18T21:46:06.325Z[ host-image] Jul 18 21:46:05.170 INFO O| Jul 18 21:46:05.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
85162024-07-18T21:46:06.325Z[ host-image] Jul 18 21:46:05.170 INFO O| Jul 18 21:46:05.170 INFO ok!
85172024-07-18T21:46:06.325Z[ host-image] Jul 18 21:46:05.170 INFO O| Jul 18 21:46:05.170 INFO STEP 20 (ensure_symlink) COMPLETE
85182024-07-18T21:46:06.325Z[ host-image] Jul 18 21:46:05.170 INFO O| Jul 18 21:46:05.170 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85192024-07-18T21:46:06.333Z[ host-image] Jul 18 21:46:05.180 INFO O| Jul 18 21:46:05.180 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
85202024-07-18T21:46:06.333Z[ host-image] Jul 18 21:46:05.180 INFO O| Jul 18 21:46:05.180 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85212024-07-18T21:46:06.335Z[ host-image] Jul 18 21:46:05.181 INFO O| Jul 18 21:46:05.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
85222024-07-18T21:46:06.335Z[ host-image] Jul 18 21:46:05.181 INFO O| Jul 18 21:46:05.181 INFO ok!
85232024-07-18T21:46:06.335Z[ host-image] Jul 18 21:46:05.181 INFO O| Jul 18 21:46:05.181 INFO STEP 21 (ensure_symlink) COMPLETE
85242024-07-18T21:46:06.335Z[ host-image] Jul 18 21:46:05.181 INFO O| Jul 18 21:46:05.181 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85252024-07-18T21:46:06.343Z[ host-image] Jul 18 21:46:05.191 INFO O| Jul 18 21:46:05.191 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
85262024-07-18T21:46:06.343Z[ host-image] Jul 18 21:46:05.191 INFO O| Jul 18 21:46:05.191 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85272024-07-18T21:46:06.345Z[ host-image] Jul 18 21:46:05.191 INFO O| Jul 18 21:46:05.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
85282024-07-18T21:46:06.345Z[ host-image] Jul 18 21:46:05.191 INFO O| Jul 18 21:46:05.191 INFO ok!
85292024-07-18T21:46:06.345Z[ host-image] Jul 18 21:46:05.191 INFO O| Jul 18 21:46:05.191 INFO STEP 22 (ensure_symlink) COMPLETE
85302024-07-18T21:46:06.345Z[ host-image] Jul 18 21:46:05.191 INFO O| Jul 18 21:46:05.191 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85312024-07-18T21:46:06.354Z[ host-image] Jul 18 21:46:05.201 INFO O| Jul 18 21:46:05.201 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
85322024-07-18T21:46:06.354Z[ host-image] Jul 18 21:46:05.202 INFO O| Jul 18 21:46:05.201 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85332024-07-18T21:46:06.356Z[ host-image] Jul 18 21:46:05.202 INFO O| Jul 18 21:46:05.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
85342024-07-18T21:46:06.356Z[ host-image] Jul 18 21:46:05.202 INFO O| Jul 18 21:46:05.202 INFO ok!
85352024-07-18T21:46:06.356Z[ host-image] Jul 18 21:46:05.202 INFO O| Jul 18 21:46:05.202 INFO STEP 23 (ensure_symlink) COMPLETE
85362024-07-18T21:46:06.356Z[ host-image] Jul 18 21:46:05.202 INFO O| Jul 18 21:46:05.202 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85372024-07-18T21:46:06.364Z[ host-image] Jul 18 21:46:05.212 INFO O| Jul 18 21:46:05.212 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85382024-07-18T21:46:06.367Z[ host-image] Jul 18 21:46:05.212 INFO O| Jul 18 21:46:05.212 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
85392024-07-18T21:46:06.367Z[ host-image] Jul 18 21:46:05.212 INFO O| Jul 18 21:46:05.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
85402024-07-18T21:46:06.367Z[ host-image] Jul 18 21:46:05.212 INFO O| Jul 18 21:46:05.212 INFO ok!
85412024-07-18T21:46:06.367Z[ host-image] Jul 18 21:46:05.212 INFO O| Jul 18 21:46:05.212 INFO STEP 24 (ensure_file) COMPLETE
85422024-07-18T21:46:06.367Z[ host-image] Jul 18 21:46:05.212 INFO O| Jul 18 21:46:05.212 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85432024-07-18T21:46:06.375Z[ host-image] Jul 18 21:46:05.222 INFO O| Jul 18 21:46:05.222 INFO updating shadow file
85442024-07-18T21:46:06.377Z[ host-image] Jul 18 21:46:05.223 INFO O| Jul 18 21:46:05.223 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
85452024-07-18T21:46:06.377Z[ host-image] Jul 18 21:46:05.223 INFO O| Jul 18 21:46:05.223 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
85462024-07-18T21:46:06.377Z[ host-image] Jul 18 21:46:05.223 INFO O| Jul 18 21:46:05.223 INFO STEP 25 (shadow) COMPLETE
85472024-07-18T21:46:06.377Z[ host-image] Jul 18 21:46:05.223 INFO O| Jul 18 21:46:05.223 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85482024-07-18T21:46:06.385Z[ host-image] Jul 18 21:46:05.233 INFO O| Jul 18 21:46:05.233 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
85492024-07-18T21:46:06.388Z[ host-image] Jul 18 21:46:05.233 INFO O| Jul 18 21:46:05.233 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
85502024-07-18T21:46:06.388Z[ host-image] Jul 18 21:46:05.233 INFO O| Jul 18 21:46:05.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
85512024-07-18T21:46:06.388Z[ host-image] Jul 18 21:46:05.233 INFO O| Jul 18 21:46:05.233 INFO ok!
85522024-07-18T21:46:06.388Z[ host-image] Jul 18 21:46:05.233 INFO O| Jul 18 21:46:05.233 INFO STEP 26 (ensure_file) COMPLETE
85532024-07-18T21:46:06.388Z[ host-image] Jul 18 21:46:05.233 INFO O| Jul 18 21:46:05.233 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85542024-07-18T21:46:06.396Z[ host-image] Jul 18 21:46:05.244 INFO O| Jul 18 21:46:05.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
85552024-07-18T21:46:06.396Z[ host-image] Jul 18 21:46:05.244 INFO O| Jul 18 21:46:05.244 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
85562024-07-18T21:46:06.396Z[ host-image] Jul 18 21:46:05.244 INFO O| Jul 18 21:46:05.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
85572024-07-18T21:46:06.399Z[ host-image] Jul 18 21:46:05.244 INFO O| Jul 18 21:46:05.244 INFO ok!
85582024-07-18T21:46:06.399Z[ host-image] Jul 18 21:46:05.244 INFO O| Jul 18 21:46:05.244 INFO STEP 27 (ensure_file) COMPLETE
85592024-07-18T21:46:06.399Z[ host-image] Jul 18 21:46:05.244 INFO O| Jul 18 21:46:05.244 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85602024-07-18T21:46:06.406Z[ host-image] Jul 18 21:46:05.254 INFO O| Jul 18 21:46:05.254 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85612024-07-18T21:46:06.409Z[ host-image] Jul 18 21:46:05.254 INFO O| Jul 18 21:46:05.254 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
85622024-07-18T21:46:06.409Z[ host-image] Jul 18 21:46:05.254 INFO O| Jul 18 21:46:05.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
85632024-07-18T21:46:06.409Z[ host-image] Jul 18 21:46:05.254 INFO O| Jul 18 21:46:05.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
85642024-07-18T21:46:06.409Z[ host-image] Jul 18 21:46:05.254 INFO O| Jul 18 21:46:05.254 INFO ok!
85652024-07-18T21:46:06.409Z[ host-image] Jul 18 21:46:05.254 INFO O| Jul 18 21:46:05.254 INFO STEP 28 (ensure_file) COMPLETE
85662024-07-18T21:46:06.409Z[ host-image] Jul 18 21:46:05.254 INFO O| Jul 18 21:46:05.254 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85672024-07-18T21:46:06.417Z[ host-image] Jul 18 21:46:05.265 INFO O| Jul 18 21:46:05.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
85682024-07-18T21:46:06.418Z[ host-image] Jul 18 21:46:05.265 INFO O| Jul 18 21:46:05.265 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
85692024-07-18T21:46:06.420Z[ host-image] Jul 18 21:46:05.265 INFO O| Jul 18 21:46:05.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
85702024-07-18T21:46:06.420Z[ host-image] Jul 18 21:46:05.265 INFO O| Jul 18 21:46:05.265 INFO ok!
85712024-07-18T21:46:06.420Z[ host-image] Jul 18 21:46:05.265 INFO O| Jul 18 21:46:05.265 INFO STEP 29 (ensure_file) COMPLETE
85722024-07-18T21:46:06.420Z[ host-image] Jul 18 21:46:05.265 INFO O| Jul 18 21:46:05.265 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85732024-07-18T21:46:06.429Z[ host-image] Jul 18 21:46:05.276 INFO O| Jul 18 21:46:05.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
85742024-07-18T21:46:06.429Z[ host-image] Jul 18 21:46:05.276 INFO O| Jul 18 21:46:05.276 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
85752024-07-18T21:46:06.432Z[ host-image] Jul 18 21:46:05.276 INFO O| Jul 18 21:46:05.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
85762024-07-18T21:46:06.432Z[ host-image] Jul 18 21:46:05.276 INFO O| Jul 18 21:46:05.276 INFO ok!
85772024-07-18T21:46:06.432Z[ host-image] Jul 18 21:46:05.276 INFO O| Jul 18 21:46:05.276 INFO STEP 30 (ensure_file) COMPLETE
85782024-07-18T21:46:06.432Z[ host-image] Jul 18 21:46:05.276 INFO O| Jul 18 21:46:05.276 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85792024-07-18T21:46:06.439Z[ host-image] Jul 18 21:46:05.287 INFO O| Jul 18 21:46:05.287 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
85802024-07-18T21:46:06.439Z[ host-image] Jul 18 21:46:05.287 INFO O| Jul 18 21:46:05.287 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
85812024-07-18T21:46:06.442Z[ host-image] Jul 18 21:46:05.287 INFO O| Jul 18 21:46:05.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
85822024-07-18T21:46:06.442Z[ host-image] Jul 18 21:46:05.287 INFO O| Jul 18 21:46:05.287 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
85832024-07-18T21:46:06.442Z[ host-image] Jul 18 21:46:05.287 INFO O| Jul 18 21:46:05.287 INFO ok!
85842024-07-18T21:46:06.442Z[ host-image] Jul 18 21:46:05.287 INFO O| Jul 18 21:46:05.287 INFO STEP 31 (ensure_file) COMPLETE
85852024-07-18T21:46:06.442Z[ host-image] Jul 18 21:46:05.287 INFO O| Jul 18 21:46:05.287 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85862024-07-18T21:46:06.450Z[ host-image] Jul 18 21:46:05.298 INFO O| Jul 18 21:46:05.297 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
85872024-07-18T21:46:06.450Z[ host-image] Jul 18 21:46:05.298 INFO O| Jul 18 21:46:05.298 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
85882024-07-18T21:46:06.453Z[ host-image] Jul 18 21:46:05.298 INFO O| Jul 18 21:46:05.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
85892024-07-18T21:46:06.453Z[ host-image] Jul 18 21:46:05.298 INFO O| Jul 18 21:46:05.298 INFO ok!
85902024-07-18T21:46:06.453Z[ host-image] Jul 18 21:46:05.298 INFO O| Jul 18 21:46:05.298 INFO STEP 32 (ensure_file) COMPLETE
85912024-07-18T21:46:06.453Z[ host-image] Jul 18 21:46:05.298 INFO O| Jul 18 21:46:05.298 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85922024-07-18T21:46:06.460Z[ host-image] Jul 18 21:46:05.308 INFO O| Jul 18 21:46:05.307 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85932024-07-18T21:46:06.460Z[ host-image] Jul 18 21:46:05.308 INFO O| Jul 18 21:46:05.308 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
85942024-07-18T21:46:06.462Z[ host-image] Jul 18 21:46:05.308 INFO O| Jul 18 21:46:05.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
85952024-07-18T21:46:06.462Z[ host-image] Jul 18 21:46:05.308 INFO O| Jul 18 21:46:05.308 INFO ok!
85962024-07-18T21:46:06.462Z[ host-image] Jul 18 21:46:05.308 INFO O| Jul 18 21:46:05.308 INFO STEP 33 (ensure_file) COMPLETE
85972024-07-18T21:46:06.463Z[ host-image] Jul 18 21:46:05.308 INFO O| Jul 18 21:46:05.308 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85982024-07-18T21:46:06.470Z[ host-image] Jul 18 21:46:05.318 INFO O| Jul 18 21:46:05.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
85992024-07-18T21:46:06.470Z[ host-image] Jul 18 21:46:05.318 INFO O| Jul 18 21:46:05.318 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
86002024-07-18T21:46:06.471Z[ host-image] Jul 18 21:46:05.318 INFO O| Jul 18 21:46:05.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86012024-07-18T21:46:06.473Z[ host-image] Jul 18 21:46:05.318 INFO O| Jul 18 21:46:05.318 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86022024-07-18T21:46:06.473Z[ host-image] Jul 18 21:46:05.319 INFO O| Jul 18 21:46:05.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86032024-07-18T21:46:06.473Z[ host-image] Jul 18 21:46:05.319 INFO O| Jul 18 21:46:05.319 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86042024-07-18T21:46:06.473Z[ host-image] Jul 18 21:46:05.319 INFO O| Jul 18 21:46:05.319 INFO ok!
86052024-07-18T21:46:06.473Z[ host-image] Jul 18 21:46:05.319 INFO O| Jul 18 21:46:05.319 INFO STEP 34 (ensure_file) COMPLETE
86062024-07-18T21:46:06.473Z[ host-image] Jul 18 21:46:05.319 INFO O| Jul 18 21:46:05.319 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86072024-07-18T21:46:06.481Z[ host-image] Jul 18 21:46:05.329 INFO O| Jul 18 21:46:05.329 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86082024-07-18T21:46:06.481Z[ host-image] Jul 18 21:46:05.329 INFO O| Jul 18 21:46:05.329 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86092024-07-18T21:46:06.481Z[ host-image] Jul 18 21:46:05.329 INFO O| Jul 18 21:46:05.329 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86102024-07-18T21:46:06.484Z[ host-image] Jul 18 21:46:05.329 INFO O| Jul 18 21:46:05.329 INFO STEP 35 (ensure_dir) COMPLETE
86112024-07-18T21:46:06.484Z[ host-image] Jul 18 21:46:05.329 INFO O| Jul 18 21:46:05.329 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86122024-07-18T21:46:06.491Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 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
86132024-07-18T21:46:06.491Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 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 ...
86142024-07-18T21:46:06.494Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 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
86152024-07-18T21:46:06.494Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 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
86162024-07-18T21:46:06.494Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 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
86172024-07-18T21:46:06.494Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 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
86182024-07-18T21:46:06.494Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 INFO ok!
86192024-07-18T21:46:06.494Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 INFO STEP 36 (ensure_file) COMPLETE
86202024-07-18T21:46:06.494Z[ host-image] Jul 18 21:46:05.339 INFO O| Jul 18 21:46:05.339 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86212024-07-18T21:46:06.503Z[ host-image] Jul 18 21:46:05.351 INFO O| Jul 18 21:46:05.351 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86222024-07-18T21:46:06.503Z[ host-image] Jul 18 21:46:05.351 INFO O| Jul 18 21:46:05.351 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 ...
86232024-07-18T21:46:06.506Z[ host-image] Jul 18 21:46:05.351 INFO O| Jul 18 21:46:05.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86242024-07-18T21:46:06.506Z[ host-image] Jul 18 21:46:05.351 INFO O| Jul 18 21:46:05.351 INFO ok!
86252024-07-18T21:46:06.506Z[ host-image] Jul 18 21:46:05.351 INFO O| Jul 18 21:46:05.351 INFO STEP 37 (ensure_symlink) COMPLETE
86262024-07-18T21:46:06.506Z[ host-image] Jul 18 21:46:05.351 INFO O| Jul 18 21:46:05.351 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86272024-07-18T21:46:06.513Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
86282024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
86292024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86302024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86312024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86322024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86332024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO ok!
86342024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO STEP 38 (ensure_file) COMPLETE
86352024-07-18T21:46:06.516Z[ host-image] Jul 18 21:46:05.361 INFO O| Jul 18 21:46:05.361 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86362024-07-18T21:46:06.524Z[ host-image] Jul 18 21:46:05.372 INFO O| Jul 18 21:46:05.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
86372024-07-18T21:46:06.524Z[ host-image] Jul 18 21:46:05.372 INFO O| Jul 18 21:46:05.372 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 ...
86382024-07-18T21:46:06.527Z[ host-image] Jul 18 21:46:05.372 INFO O| Jul 18 21:46:05.372 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
86392024-07-18T21:46:06.527Z[ host-image] Jul 18 21:46:05.372 INFO O| Jul 18 21:46:05.372 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
86402024-07-18T21:46:06.527Z[ host-image] Jul 18 21:46:05.372 INFO O| Jul 18 21:46:05.372 INFO ok!
86412024-07-18T21:46:06.527Z[ host-image] Jul 18 21:46:05.372 INFO O| Jul 18 21:46:05.372 INFO STEP 39 (ensure_file) COMPLETE
86422024-07-18T21:46:06.527Z[ host-image] Jul 18 21:46:05.372 INFO O| Jul 18 21:46:05.372 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86432024-07-18T21:46:06.535Z[ host-image] Jul 18 21:46:05.383 INFO O| Jul 18 21:46:05.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
86442024-07-18T21:46:06.538Z[ host-image] Jul 18 21:46:05.383 INFO O| Jul 18 21:46:05.383 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
86452024-07-18T21:46:06.538Z[ host-image] Jul 18 21:46:05.383 INFO O| Jul 18 21:46:05.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
86462024-07-18T21:46:06.538Z[ host-image] Jul 18 21:46:05.383 INFO O| Jul 18 21:46:05.383 INFO ok!
86472024-07-18T21:46:06.538Z[ host-image] Jul 18 21:46:05.383 INFO O| Jul 18 21:46:05.383 INFO STEP 40 (ensure_file) COMPLETE
86482024-07-18T21:46:06.538Z[ host-image] Jul 18 21:46:05.383 INFO O| Jul 18 21:46:05.383 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86492024-07-18T21:46:06.545Z[ host-image] Jul 18 21:46:05.393 INFO O| Jul 18 21:46:05.393 INFO updating shadow file
86502024-07-18T21:46:06.548Z[ host-image] Jul 18 21:46:05.393 INFO O| Jul 18 21:46:05.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86512024-07-18T21:46:06.548Z[ host-image] Jul 18 21:46:05.393 INFO O| Jul 18 21:46:05.393 INFO STEP 41 (shadow) COMPLETE
86522024-07-18T21:46:06.548Z[ host-image] Jul 18 21:46:05.394 INFO O| Jul 18 21:46:05.393 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86532024-07-18T21:46:06.556Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
86542024-07-18T21:46:06.556Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
86552024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
86562024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
86572024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO ok!
86582024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO STEP 42 (ensure_file) COMPLETE
86592024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86602024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO skip step because feature "mfg" is not enabled
86612024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86622024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO skip step because feature "mfg" is not enabled
86632024-07-18T21:46:06.559Z[ host-image] Jul 18 21:46:05.404 INFO O| Jul 18 21:46:05.404 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86642024-07-18T21:46:06.566Z[ host-image] Jul 18 21:46:05.414 INFO O| Jul 18 21:46:05.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
86652024-07-18T21:46:06.566Z[ host-image] Jul 18 21:46:05.414 INFO O| Jul 18 21:46:05.414 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
86662024-07-18T21:46:07.226Z[ host-image] Jul 18 21:46:06.074 INFO O| Jul 18 21:46:06.074 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
86672024-07-18T21:46:07.226Z[ host-image] Jul 18 21:46:06.074 INFO O| Jul 18 21:46:06.074 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
86682024-07-18T21:46:07.229Z[ host-image] Jul 18 21:46:06.074 INFO O| Jul 18 21:46:06.074 INFO ok!
86692024-07-18T21:46:07.229Z[ host-image] Jul 18 21:46:06.074 INFO O| Jul 18 21:46:06.074 INFO STEP 45 (ensure_file) COMPLETE
86702024-07-18T21:46:07.229Z[ host-image] Jul 18 21:46:06.074 INFO O| Jul 18 21:46:06.074 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86712024-07-18T21:46:07.240Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
86722024-07-18T21:46:07.240Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
86732024-07-18T21:46:07.243Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86742024-07-18T21:46:07.244Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86752024-07-18T21:46:07.244Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86762024-07-18T21:46:07.244Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86772024-07-18T21:46:07.244Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO ok!
86782024-07-18T21:46:07.244Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO STEP 46 (ensure_file) COMPLETE
86792024-07-18T21:46:07.244Z[ host-image] Jul 18 21:46:06.088 INFO O| Jul 18 21:46:06.088 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86802024-07-18T21:46:07.253Z[ host-image] Jul 18 21:46:06.101 INFO O| Jul 18 21:46:06.101 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
86812024-07-18T21:46:07.256Z[ host-image] Jul 18 21:46:06.101 INFO O| Jul 18 21:46:06.101 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 ...
86822024-07-18T21:46:07.256Z[ host-image] Jul 18 21:46:06.101 INFO O| Jul 18 21:46:06.101 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
86832024-07-18T21:46:07.256Z[ host-image] Jul 18 21:46:06.101 INFO O| Jul 18 21:46:06.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
86842024-07-18T21:46:07.256Z[ host-image] Jul 18 21:46:06.101 INFO O| Jul 18 21:46:06.101 INFO ok!
86852024-07-18T21:46:07.256Z[ host-image] Jul 18 21:46:06.101 INFO O| Jul 18 21:46:06.101 INFO STEP 47 (ensure_file) COMPLETE
86862024-07-18T21:46:07.256Z[ host-image] Jul 18 21:46:06.102 INFO O| Jul 18 21:46:06.101 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86872024-07-18T21:46:07.265Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
86882024-07-18T21:46:07.265Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
86892024-07-18T21:46:07.268Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86902024-07-18T21:46:07.268Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86912024-07-18T21:46:07.268Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86922024-07-18T21:46:07.268Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86932024-07-18T21:46:07.268Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO ok!
86942024-07-18T21:46:07.268Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO STEP 48 (ensure_file) COMPLETE
86952024-07-18T21:46:07.268Z[ host-image] Jul 18 21:46:06.113 INFO O| Jul 18 21:46:06.113 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86962024-07-18T21:46:07.276Z[ host-image] Jul 18 21:46:06.124 INFO O| Jul 18 21:46:06.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
86972024-07-18T21:46:07.276Z[ host-image] Jul 18 21:46:06.124 INFO O| Jul 18 21:46:06.124 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 ...
86982024-07-18T21:46:07.279Z[ host-image] Jul 18 21:46:06.124 INFO O| Jul 18 21:46:06.124 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
86992024-07-18T21:46:07.279Z[ host-image] Jul 18 21:46:06.124 INFO O| Jul 18 21:46:06.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
87002024-07-18T21:46:07.279Z[ host-image] Jul 18 21:46:06.124 INFO O| Jul 18 21:46:06.124 INFO ok!
87012024-07-18T21:46:07.279Z[ host-image] Jul 18 21:46:06.124 INFO O| Jul 18 21:46:06.124 INFO STEP 49 (ensure_file) COMPLETE
87022024-07-18T21:46:07.279Z[ host-image] Jul 18 21:46:06.124 INFO O| Jul 18 21:46:06.124 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87032024-07-18T21:46:07.287Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
87042024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
87052024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87062024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87072024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87082024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87092024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO ok!
87102024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.135 INFO O| Jul 18 21:46:06.135 INFO STEP 50 (ensure_file) COMPLETE
87112024-07-18T21:46:07.290Z[ host-image] Jul 18 21:46:06.136 INFO O| Jul 18 21:46:06.135 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87122024-07-18T21:46:07.298Z[ host-image] Jul 18 21:46:06.146 INFO O| Jul 18 21:46:06.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
87132024-07-18T21:46:07.298Z[ host-image] Jul 18 21:46:06.146 INFO O| Jul 18 21:46:06.146 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 ...
87142024-07-18T21:46:07.301Z[ host-image] Jul 18 21:46:06.146 INFO O| Jul 18 21:46:06.146 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
87152024-07-18T21:46:07.301Z[ host-image] Jul 18 21:46:06.146 INFO O| Jul 18 21:46:06.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
87162024-07-18T21:46:07.301Z[ host-image] Jul 18 21:46:06.146 INFO O| Jul 18 21:46:06.146 INFO ok!
87172024-07-18T21:46:07.301Z[ host-image] Jul 18 21:46:06.146 INFO O| Jul 18 21:46:06.146 INFO STEP 51 (ensure_file) COMPLETE
87182024-07-18T21:46:07.301Z[ host-image] Jul 18 21:46:06.146 INFO O| Jul 18 21:46:06.146 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87192024-07-18T21:46:07.311Z[ host-image] Jul 18 21:46:06.159 INFO O| Jul 18 21:46:06.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
87202024-07-18T21:46:07.314Z[ host-image] Jul 18 21:46:06.159 INFO O| Jul 18 21:46:06.159 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 ...
87212024-07-18T21:46:07.314Z[ host-image] Jul 18 21:46:06.159 INFO O| Jul 18 21:46:06.159 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
87222024-07-18T21:46:07.314Z[ host-image] Jul 18 21:46:06.159 INFO O| Jul 18 21:46:06.159 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
87232024-07-18T21:46:07.314Z[ host-image] Jul 18 21:46:06.159 INFO O| Jul 18 21:46:06.159 INFO ok!
87242024-07-18T21:46:07.314Z[ host-image] Jul 18 21:46:06.159 INFO O| Jul 18 21:46:06.159 INFO STEP 52 (ensure_file) COMPLETE
87252024-07-18T21:46:07.314Z[ host-image] Jul 18 21:46:06.159 INFO O| Jul 18 21:46:06.159 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87262024-07-18T21:46:07.322Z[ host-image] Jul 18 21:46:06.170 INFO O| Jul 18 21:46:06.170 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
87272024-07-18T21:46:07.322Z[ host-image] Jul 18 21:46:06.170 INFO O| Jul 18 21:46:06.170 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 ...
87282024-07-18T21:46:07.325Z[ host-image] Jul 18 21:46:06.170 INFO O| Jul 18 21:46:06.170 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
87292024-07-18T21:46:07.325Z[ host-image] Jul 18 21:46:06.170 INFO O| Jul 18 21:46:06.170 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
87302024-07-18T21:46:07.325Z[ host-image] Jul 18 21:46:06.170 INFO O| Jul 18 21:46:06.170 INFO ok!
87312024-07-18T21:46:07.325Z[ host-image] Jul 18 21:46:06.170 INFO O| Jul 18 21:46:06.170 INFO STEP 53 (ensure_file) COMPLETE
87322024-07-18T21:46:07.325Z[ host-image] Jul 18 21:46:06.170 INFO O| Jul 18 21:46:06.170 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87332024-07-18T21:46:07.333Z[ host-image] Jul 18 21:46:06.181 INFO O| Jul 18 21:46:06.181 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
87342024-07-18T21:46:07.333Z[ host-image] Jul 18 21:46:06.181 INFO O| Jul 18 21:46:06.181 INFO STEP 54 (ensure_dir) COMPLETE
87352024-07-18T21:46:07.335Z[ host-image] Jul 18 21:46:06.181 INFO O| Jul 18 21:46:06.181 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87362024-07-18T21:46:07.343Z[ host-image] Jul 18 21:46:06.191 INFO O| Jul 18 21:46:06.191 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
87372024-07-18T21:46:07.343Z[ host-image] Jul 18 21:46:06.191 INFO O| Jul 18 21:46:06.191 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
87382024-07-18T21:46:07.346Z[ host-image] Jul 18 21:46:06.191 INFO O| Jul 18 21:46:06.191 INFO STEP 55 (ensure_dir) COMPLETE
87392024-07-18T21:46:07.346Z[ host-image] Jul 18 21:46:06.191 INFO O| Jul 18 21:46:06.191 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87402024-07-18T21:46:07.354Z[ host-image] Jul 18 21:46:06.202 INFO O| Jul 18 21:46:06.202 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
87412024-07-18T21:46:07.354Z[ host-image] Jul 18 21:46:06.202 INFO O| Jul 18 21:46:06.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
87422024-07-18T21:46:07.354Z[ host-image] Jul 18 21:46:06.202 INFO O| Jul 18 21:46:06.202 INFO STEP 56 (ensure_dir) COMPLETE
87432024-07-18T21:46:07.357Z[ host-image] Jul 18 21:46:06.202 INFO O| Jul 18 21:46:06.202 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87442024-07-18T21:46:07.365Z[ host-image] Jul 18 21:46:06.213 INFO O| Jul 18 21:46:06.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
87452024-07-18T21:46:07.365Z[ host-image] Jul 18 21:46:06.213 INFO O| Jul 18 21:46:06.213 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
87462024-07-18T21:46:07.380Z[ host-image] Jul 18 21:46:06.228 INFO O| Jul 18 21:46:06.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
87472024-07-18T21:46:07.380Z[ host-image] Jul 18 21:46:06.228 INFO O| Jul 18 21:46:06.228 INFO ok!
87482024-07-18T21:46:07.383Z[ host-image] Jul 18 21:46:06.228 INFO O| Jul 18 21:46:06.228 INFO STEP 57 (ensure_file) COMPLETE
87492024-07-18T21:46:07.383Z[ host-image] Jul 18 21:46:06.228 INFO O| Jul 18 21:46:06.228 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87502024-07-18T21:46:07.392Z[ host-image] Jul 18 21:46:06.240 INFO O| Jul 18 21:46:06.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
87512024-07-18T21:46:07.392Z[ host-image] Jul 18 21:46:06.240 INFO O| Jul 18 21:46:06.240 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
87522024-07-18T21:46:08.482Z[ host-image] Jul 18 21:46:07.330 INFO O| Jul 18 21:46:07.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
87532024-07-18T21:46:08.483Z[ host-image] Jul 18 21:46:07.330 INFO O| Jul 18 21:46:07.330 INFO ok!
87542024-07-18T21:46:08.485Z[ host-image] Jul 18 21:46:07.330 INFO O| Jul 18 21:46:07.330 INFO STEP 58 (ensure_file) COMPLETE
87552024-07-18T21:46:08.485Z[ host-image] Jul 18 21:46:07.330 INFO O| Jul 18 21:46:07.330 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87562024-07-18T21:46:08.496Z[ host-image] Jul 18 21:46:07.343 INFO O| Jul 18 21:46:07.343 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
87572024-07-18T21:46:08.498Z[ host-image] Jul 18 21:46:07.344 INFO O| Jul 18 21:46:07.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
87582024-07-18T21:46:08.498Z[ host-image] Jul 18 21:46:07.344 INFO O| Jul 18 21:46:07.344 INFO STEP 59 (ensure_dir) COMPLETE
87592024-07-18T21:46:08.498Z[ host-image] Jul 18 21:46:07.344 INFO O| Jul 18 21:46:07.344 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87602024-07-18T21:46:08.508Z[ host-image] Jul 18 21:46:07.356 INFO O| Jul 18 21:46:07.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87612024-07-18T21:46:08.508Z[ host-image] Jul 18 21:46:07.356 INFO O| Jul 18 21:46:07.356 INFO copying /tmp/.tmpHGYhbO/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 ...
87622024-07-18T21:46:08.508Z[ host-image] Jul 18 21:46:07.356 INFO O| Jul 18 21:46:07.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
87632024-07-18T21:46:08.511Z[ host-image] Jul 18 21:46:07.356 INFO O| Jul 18 21:46:07.356 INFO ok!
87642024-07-18T21:46:08.511Z[ host-image] Jul 18 21:46:07.356 INFO O| Jul 18 21:46:07.356 INFO STEP 60 (ensure_file) COMPLETE
87652024-07-18T21:46:08.511Z[ host-image] Jul 18 21:46:07.356 INFO O| Jul 18 21:46:07.356 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87662024-07-18T21:46:08.518Z[ host-image] Jul 18 21:46:07.366 INFO O| Jul 18 21:46:07.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87672024-07-18T21:46:08.518Z[ host-image] Jul 18 21:46:07.366 INFO O| Jul 18 21:46:07.366 INFO copying /tmp/.tmpHGYhbO/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 ...
87682024-07-18T21:46:08.518Z[ host-image] Jul 18 21:46:07.366 INFO O| Jul 18 21:46:07.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
87692024-07-18T21:46:08.521Z[ host-image] Jul 18 21:46:07.366 INFO O| Jul 18 21:46:07.366 INFO ok!
87702024-07-18T21:46:08.521Z[ host-image] Jul 18 21:46:07.366 INFO O| Jul 18 21:46:07.366 INFO STEP 61 (ensure_file) COMPLETE
87712024-07-18T21:46:08.521Z[ host-image] Jul 18 21:46:07.366 INFO O| Jul 18 21:46:07.366 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87722024-07-18T21:46:08.528Z[ host-image] Jul 18 21:46:07.376 INFO O| Jul 18 21:46:07.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
87732024-07-18T21:46:08.528Z[ host-image] Jul 18 21:46:07.376 INFO O| Jul 18 21:46:07.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
87742024-07-18T21:46:08.531Z[ host-image] Jul 18 21:46:07.376 INFO O| Jul 18 21:46:07.376 INFO STEP 62 (ensure_dir) COMPLETE
87752024-07-18T21:46:08.531Z[ host-image] Jul 18 21:46:07.376 INFO O| Jul 18 21:46:07.376 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87762024-07-18T21:46:08.538Z[ host-image] Jul 18 21:46:07.386 INFO O| Jul 18 21:46:07.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87772024-07-18T21:46:08.538Z[ host-image] Jul 18 21:46:07.386 INFO O| Jul 18 21:46:07.386 INFO copying /tmp/.tmpHGYhbO/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 ...
87782024-07-18T21:46:08.541Z[ host-image] Jul 18 21:46:07.386 INFO O| Jul 18 21:46:07.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87792024-07-18T21:46:08.541Z[ host-image] Jul 18 21:46:07.386 INFO O| Jul 18 21:46:07.386 INFO ok!
87802024-07-18T21:46:08.541Z[ host-image] Jul 18 21:46:07.386 INFO O| Jul 18 21:46:07.386 INFO STEP 63 (ensure_file) COMPLETE
87812024-07-18T21:46:08.541Z[ host-image] Jul 18 21:46:07.386 INFO O| Jul 18 21:46:07.386 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87822024-07-18T21:46:08.548Z[ host-image] Jul 18 21:46:07.396 INFO O| Jul 18 21:46:07.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87832024-07-18T21:46:08.548Z[ host-image] Jul 18 21:46:07.396 INFO O| Jul 18 21:46:07.396 INFO copying /tmp/.tmpHGYhbO/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 ...
87842024-07-18T21:46:08.548Z[ host-image] Jul 18 21:46:07.396 INFO O| Jul 18 21:46:07.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
87852024-07-18T21:46:08.551Z[ host-image] Jul 18 21:46:07.396 INFO O| Jul 18 21:46:07.396 INFO ok!
87862024-07-18T21:46:08.551Z[ host-image] Jul 18 21:46:07.396 INFO O| Jul 18 21:46:07.396 INFO STEP 64 (ensure_file) COMPLETE
87872024-07-18T21:46:08.551Z[ host-image] Jul 18 21:46:07.396 INFO O| Jul 18 21:46:07.396 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87882024-07-18T21:46:08.557Z[ host-image] Jul 18 21:46:07.405 INFO O| Jul 18 21:46:07.405 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
87892024-07-18T21:46:08.560Z[ host-image] Jul 18 21:46:07.405 INFO O| Jul 18 21:46:07.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
87902024-07-18T21:46:08.560Z[ host-image] Jul 18 21:46:07.405 INFO O| Jul 18 21:46:07.405 INFO STEP 65 (ensure_dir) COMPLETE
87912024-07-18T21:46:08.560Z[ host-image] Jul 18 21:46:07.405 INFO O| Jul 18 21:46:07.405 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87922024-07-18T21:46:08.567Z[ host-image] Jul 18 21:46:07.415 INFO O| Jul 18 21:46:07.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87932024-07-18T21:46:08.567Z[ host-image] Jul 18 21:46:07.415 INFO O| Jul 18 21:46:07.415 INFO copying /tmp/.tmpHGYhbO/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 ...
87942024-07-18T21:46:08.567Z[ host-image] Jul 18 21:46:07.415 INFO O| Jul 18 21:46:07.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87952024-07-18T21:46:08.570Z[ host-image] Jul 18 21:46:07.415 INFO O| Jul 18 21:46:07.415 INFO ok!
87962024-07-18T21:46:08.570Z[ host-image] Jul 18 21:46:07.415 INFO O| Jul 18 21:46:07.415 INFO STEP 66 (ensure_file) COMPLETE
87972024-07-18T21:46:08.570Z[ host-image] Jul 18 21:46:07.415 INFO O| Jul 18 21:46:07.415 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87982024-07-18T21:46:08.577Z[ host-image] Jul 18 21:46:07.425 INFO O| Jul 18 21:46:07.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
87992024-07-18T21:46:08.577Z[ host-image] Jul 18 21:46:07.425 INFO O| Jul 18 21:46:07.425 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
88002024-07-18T21:46:08.580Z[ host-image] Jul 18 21:46:07.425 INFO O| Jul 18 21:46:07.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
88012024-07-18T21:46:08.580Z[ host-image] Jul 18 21:46:07.425 INFO O| Jul 18 21:46:07.425 INFO ok!
88022024-07-18T21:46:08.580Z[ host-image] Jul 18 21:46:07.425 INFO O| Jul 18 21:46:07.425 INFO STEP 67 (ensure_file) COMPLETE
88032024-07-18T21:46:08.580Z[ host-image] Jul 18 21:46:07.425 INFO O| Jul 18 21:46:07.425 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88042024-07-18T21:46:08.587Z[ host-image] Jul 18 21:46:07.434 INFO O| Jul 18 21:46:07.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
88052024-07-18T21:46:08.589Z[ host-image] Jul 18 21:46:07.435 INFO O| Jul 18 21:46:07.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
88062024-07-18T21:46:08.589Z[ host-image] Jul 18 21:46:07.435 INFO O| Jul 18 21:46:07.435 INFO STEP 68 (ensure_dir) COMPLETE
88072024-07-18T21:46:08.589Z[ host-image] Jul 18 21:46:07.435 INFO O| Jul 18 21:46:07.435 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88082024-07-18T21:46:08.596Z[ host-image] Jul 18 21:46:07.444 INFO O| Jul 18 21:46:07.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
88092024-07-18T21:46:08.596Z[ host-image] Jul 18 21:46:07.444 INFO O| Jul 18 21:46:07.444 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
88102024-07-18T21:46:09.147Z[ host-image] Jul 18 21:46:07.994 INFO O| Jul 18 21:46:07.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
88112024-07-18T21:46:09.150Z[ host-image] Jul 18 21:46:07.994 INFO O| Jul 18 21:46:07.994 INFO ok!
88122024-07-18T21:46:09.150Z[ host-image] Jul 18 21:46:07.994 INFO O| Jul 18 21:46:07.994 INFO STEP 69 (ensure_file) COMPLETE
88132024-07-18T21:46:09.150Z[ host-image] Jul 18 21:46:07.994 INFO O| Jul 18 21:46:07.994 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88142024-07-18T21:46:09.160Z[ host-image] Jul 18 21:46:08.008 INFO O| Jul 18 21:46:08.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
88152024-07-18T21:46:09.160Z[ host-image] Jul 18 21:46:08.008 INFO O| Jul 18 21:46:08.007 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
88162024-07-18T21:46:10.614Z[ host-image] Jul 18 21:46:09.461 INFO O| Jul 18 21:46:09.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
88172024-07-18T21:46:10.614Z[ host-image] Jul 18 21:46:09.461 INFO O| Jul 18 21:46:09.461 INFO ok!
88182024-07-18T21:46:10.617Z[ host-image] Jul 18 21:46:09.461 INFO O| Jul 18 21:46:09.461 INFO STEP 70 (ensure_file) COMPLETE
88192024-07-18T21:46:10.617Z[ host-image] Jul 18 21:46:09.461 INFO O| Jul 18 21:46:09.461 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88202024-07-18T21:46:10.625Z[ host-image] Jul 18 21:46:09.473 INFO O| Jul 18 21:46:09.473 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
88212024-07-18T21:46:10.625Z[ host-image] Jul 18 21:46:09.473 INFO O| Jul 18 21:46:09.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
88222024-07-18T21:46:10.628Z[ host-image] Jul 18 21:46:09.473 INFO O| Jul 18 21:46:09.473 INFO STEP 71 (ensure_dir) COMPLETE
88232024-07-18T21:46:10.628Z[ host-image] Jul 18 21:46:09.473 INFO O| Jul 18 21:46:09.473 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88242024-07-18T21:46:10.635Z[ host-image] Jul 18 21:46:09.483 INFO O| Jul 18 21:46:09.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
88252024-07-18T21:46:10.635Z[ host-image] Jul 18 21:46:09.483 INFO O| Jul 18 21:46:09.483 INFO copying /tmp/.tmpHGYhbO/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 ...
88262024-07-18T21:46:10.638Z[ host-image] Jul 18 21:46:09.483 INFO O| Jul 18 21:46:09.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
88272024-07-18T21:46:10.638Z[ host-image] Jul 18 21:46:09.483 INFO O| Jul 18 21:46:09.483 INFO ok!
88282024-07-18T21:46:10.638Z[ host-image] Jul 18 21:46:09.483 INFO O| Jul 18 21:46:09.483 INFO STEP 72 (ensure_file) COMPLETE
88292024-07-18T21:46:10.638Z[ host-image] Jul 18 21:46:09.483 INFO O| Jul 18 21:46:09.483 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88302024-07-18T21:46:10.645Z[ host-image] Jul 18 21:46:09.493 INFO O| Jul 18 21:46:09.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
88312024-07-18T21:46:10.646Z[ host-image] Jul 18 21:46:09.493 INFO O| Jul 18 21:46:09.493 INFO copying /tmp/.tmpHGYhbO/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 ...
88322024-07-18T21:46:10.648Z[ host-image] Jul 18 21:46:09.493 INFO O| Jul 18 21:46:09.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
88332024-07-18T21:46:10.648Z[ host-image] Jul 18 21:46:09.493 INFO O| Jul 18 21:46:09.493 INFO ok!
88342024-07-18T21:46:10.648Z[ host-image] Jul 18 21:46:09.493 INFO O| Jul 18 21:46:09.493 INFO STEP 73 (ensure_file) COMPLETE
88352024-07-18T21:46:10.648Z[ host-image] Jul 18 21:46:09.493 INFO O| Jul 18 21:46:09.493 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88362024-07-18T21:46:10.655Z[ host-image] Jul 18 21:46:09.503 INFO O| Jul 18 21:46:09.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
88372024-07-18T21:46:10.658Z[ host-image] Jul 18 21:46:09.503 INFO O| Jul 18 21:46:09.503 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
88382024-07-18T21:46:10.658Z[ host-image] Jul 18 21:46:09.503 INFO O| Jul 18 21:46:09.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
88392024-07-18T21:46:10.658Z[ host-image] Jul 18 21:46:09.503 INFO O| Jul 18 21:46:09.503 INFO ok!
88402024-07-18T21:46:10.658Z[ host-image] Jul 18 21:46:09.503 INFO O| Jul 18 21:46:09.503 INFO STEP 74 (ensure_file) COMPLETE
88412024-07-18T21:46:10.658Z[ host-image] Jul 18 21:46:09.503 INFO O| Jul 18 21:46:09.503 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88422024-07-18T21:46:10.665Z[ host-image] Jul 18 21:46:09.513 INFO O| Jul 18 21:46:09.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
88432024-07-18T21:46:10.665Z[ host-image] Jul 18 21:46:09.513 INFO O| Jul 18 21:46:09.513 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
88442024-07-18T21:46:10.665Z[ host-image] Jul 18 21:46:09.513 INFO O| Jul 18 21:46:09.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
88452024-07-18T21:46:10.668Z[ host-image] Jul 18 21:46:09.513 INFO O| Jul 18 21:46:09.513 INFO ok!
88462024-07-18T21:46:10.668Z[ host-image] Jul 18 21:46:09.513 INFO O| Jul 18 21:46:09.513 INFO STEP 75 (ensure_file) COMPLETE
88472024-07-18T21:46:10.668Z[ host-image] Jul 18 21:46:09.513 INFO O| Jul 18 21:46:09.513 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88482024-07-18T21:46:10.676Z[ host-image] Jul 18 21:46:09.524 INFO O| Jul 18 21:46:09.524 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
88492024-07-18T21:46:10.676Z[ host-image] Jul 18 21:46:09.524 INFO O| Jul 18 21:46:09.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
88502024-07-18T21:46:10.676Z[ host-image] Jul 18 21:46:09.524 INFO O| Jul 18 21:46:09.524 INFO STEP 76 (ensure_dir) COMPLETE
88512024-07-18T21:46:10.679Z[ host-image] Jul 18 21:46:09.524 INFO O| Jul 18 21:46:09.524 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88522024-07-18T21:46:10.688Z[ host-image] Jul 18 21:46:09.535 INFO O| Jul 18 21:46:09.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
88532024-07-18T21:46:10.688Z[ host-image] Jul 18 21:46:09.535 INFO O| Jul 18 21:46:09.535 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
88542024-07-18T21:46:10.692Z[ host-image] Jul 18 21:46:09.539 INFO O| Jul 18 21:46:09.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
88552024-07-18T21:46:10.692Z[ host-image] Jul 18 21:46:09.539 INFO O| Jul 18 21:46:09.539 INFO ok!
88562024-07-18T21:46:10.694Z[ host-image] Jul 18 21:46:09.539 INFO O| Jul 18 21:46:09.539 INFO STEP 77 (ensure_file) COMPLETE
88572024-07-18T21:46:10.694Z[ host-image] Jul 18 21:46:09.539 INFO O| Jul 18 21:46:09.539 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88582024-07-18T21:46:10.704Z[ host-image] Jul 18 21:46:09.552 INFO O| Jul 18 21:46:09.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
88592024-07-18T21:46:10.707Z[ host-image] Jul 18 21:46:09.552 INFO O| Jul 18 21:46:09.552 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
88602024-07-18T21:46:10.707Z[ host-image] Jul 18 21:46:09.552 INFO O| Jul 18 21:46:09.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
88612024-07-18T21:46:10.707Z[ host-image] Jul 18 21:46:09.552 INFO O| Jul 18 21:46:09.552 INFO ok!
88622024-07-18T21:46:10.707Z[ host-image] Jul 18 21:46:09.552 INFO O| Jul 18 21:46:09.552 INFO STEP 78 (ensure_file) COMPLETE
88632024-07-18T21:46:10.707Z[ host-image] Jul 18 21:46:09.552 INFO O| Jul 18 21:46:09.552 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88642024-07-18T21:46:10.714Z[ host-image] Jul 18 21:46:09.562 INFO O| Jul 18 21:46:09.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
88652024-07-18T21:46:10.715Z[ host-image] Jul 18 21:46:09.562 INFO O| Jul 18 21:46:09.562 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
88662024-07-18T21:46:11.772Z[ host-image] Jul 18 21:46:10.619 INFO O| Jul 18 21:46:10.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
88672024-07-18T21:46:11.772Z[ host-image] Jul 18 21:46:10.619 INFO O| Jul 18 21:46:10.619 INFO ok!
88682024-07-18T21:46:11.772Z[ host-image] Jul 18 21:46:10.619 INFO O| Jul 18 21:46:10.619 INFO STEP 79 (ensure_file) COMPLETE
88692024-07-18T21:46:11.775Z[ host-image] Jul 18 21:46:10.619 INFO O| Jul 18 21:46:10.619 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88702024-07-18T21:46:11.783Z[ host-image] Jul 18 21:46:10.631 INFO O| Jul 18 21:46:10.630 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
88712024-07-18T21:46:11.783Z[ host-image] Jul 18 21:46:10.631 INFO O| Jul 18 21:46:10.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
88722024-07-18T21:46:11.786Z[ host-image] Jul 18 21:46:10.631 INFO O| Jul 18 21:46:10.631 INFO STEP 80 (ensure_dir) COMPLETE
88732024-07-18T21:46:11.786Z[ host-image] Jul 18 21:46:10.631 INFO O| Jul 18 21:46:10.631 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88742024-07-18T21:46:11.794Z[ host-image] Jul 18 21:46:10.641 INFO O| Jul 18 21:46:10.641 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
88752024-07-18T21:46:11.794Z[ host-image] Jul 18 21:46:10.641 INFO O| Jul 18 21:46:10.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
88762024-07-18T21:46:11.794Z[ host-image] Jul 18 21:46:10.641 INFO O| Jul 18 21:46:10.641 INFO STEP 81 (ensure_dir) COMPLETE
88772024-07-18T21:46:11.796Z[ host-image] Jul 18 21:46:10.641 INFO O| Jul 18 21:46:10.641 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88782024-07-18T21:46:11.804Z[ host-image] Jul 18 21:46:10.651 INFO O| Jul 18 21:46:10.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
88792024-07-18T21:46:11.804Z[ host-image] Jul 18 21:46:10.651 INFO O| Jul 18 21:46:10.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
88802024-07-18T21:46:11.804Z[ host-image] Jul 18 21:46:10.651 INFO O| Jul 18 21:46:10.651 INFO STEP 82 (ensure_dir) COMPLETE
88812024-07-18T21:46:11.806Z[ host-image] Jul 18 21:46:10.651 INFO O| Jul 18 21:46:10.651 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88822024-07-18T21:46:11.814Z[ host-image] Jul 18 21:46:10.661 INFO O| Jul 18 21:46:10.661 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
88832024-07-18T21:46:11.816Z[ host-image] Jul 18 21:46:10.661 INFO O| Jul 18 21:46:10.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
88842024-07-18T21:46:11.816Z[ host-image] Jul 18 21:46:10.661 INFO O| Jul 18 21:46:10.661 INFO STEP 83 (ensure_dir) COMPLETE
88852024-07-18T21:46:11.816Z[ host-image] Jul 18 21:46:10.661 INFO O| Jul 18 21:46:10.661 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88862024-07-18T21:46:11.824Z[ host-image] Jul 18 21:46:10.672 INFO O| Jul 18 21:46:10.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
88872024-07-18T21:46:11.827Z[ host-image] Jul 18 21:46:10.672 INFO O| Jul 18 21:46:10.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
88882024-07-18T21:46:11.827Z[ host-image] Jul 18 21:46:10.672 INFO O| Jul 18 21:46:10.672 INFO STEP 84 (ensure_dir) COMPLETE
88892024-07-18T21:46:11.827Z[ host-image] Jul 18 21:46:10.672 INFO O| Jul 18 21:46:10.672 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88902024-07-18T21:46:11.834Z[ host-image] Jul 18 21:46:10.682 INFO O| Jul 18 21:46:10.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
88912024-07-18T21:46:11.834Z[ host-image] Jul 18 21:46:10.682 INFO O| Jul 18 21:46:10.682 INFO copying /tmp/.tmpHGYhbO/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 ...
88922024-07-18T21:46:11.837Z[ host-image] Jul 18 21:46:10.682 INFO O| Jul 18 21:46:10.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
88932024-07-18T21:46:11.837Z[ host-image] Jul 18 21:46:10.682 INFO O| Jul 18 21:46:10.682 INFO ok!
88942024-07-18T21:46:11.837Z[ host-image] Jul 18 21:46:10.682 INFO O| Jul 18 21:46:10.682 INFO STEP 85 (ensure_file) COMPLETE
88952024-07-18T21:46:11.837Z[ host-image] Jul 18 21:46:10.682 INFO O| Jul 18 21:46:10.682 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88962024-07-18T21:46:11.844Z[ host-image] Jul 18 21:46:10.692 INFO O| Jul 18 21:46:10.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
88972024-07-18T21:46:11.844Z[ host-image] Jul 18 21:46:10.692 INFO O| Jul 18 21:46:10.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
88982024-07-18T21:46:11.848Z[ host-image] Jul 18 21:46:10.692 INFO O| Jul 18 21:46:10.692 INFO STEP 86 (ensure_dir) COMPLETE
88992024-07-18T21:46:11.848Z[ host-image] Jul 18 21:46:10.692 INFO O| Jul 18 21:46:10.692 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89002024-07-18T21:46:11.855Z[ host-image] Jul 18 21:46:10.702 INFO O| Jul 18 21:46:10.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
89012024-07-18T21:46:11.855Z[ host-image] Jul 18 21:46:10.702 INFO O| Jul 18 21:46:10.702 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
89022024-07-18T21:46:11.855Z[ host-image] Jul 18 21:46:10.702 INFO O| Jul 18 21:46:10.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
89032024-07-18T21:46:11.857Z[ host-image] Jul 18 21:46:10.702 INFO O| Jul 18 21:46:10.702 INFO ok!
89042024-07-18T21:46:11.857Z[ host-image] Jul 18 21:46:10.702 INFO O| Jul 18 21:46:10.702 INFO STEP 87 (ensure_file) COMPLETE
89052024-07-18T21:46:11.857Z[ host-image] Jul 18 21:46:10.702 INFO O| Jul 18 21:46:10.702 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89062024-07-18T21:46:11.867Z[ host-image] Jul 18 21:46:10.714 INFO O| Jul 18 21:46:10.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
89072024-07-18T21:46:11.867Z[ host-image] Jul 18 21:46:10.714 INFO O| Jul 18 21:46:10.714 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
89082024-07-18T21:46:11.902Z[ recovery-image] Jul 18 21:46:10.748 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
89092024-07-18T21:46:12.422Z[ host-image] Jul 18 21:46:11.269 INFO O| Jul 18 21:46:11.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
89102024-07-18T21:46:12.422Z[ host-image] Jul 18 21:46:11.270 INFO O| Jul 18 21:46:11.269 INFO ok!
89112024-07-18T21:46:12.426Z[ host-image] Jul 18 21:46:11.270 INFO O| Jul 18 21:46:11.269 INFO STEP 88 (ensure_file) COMPLETE
89122024-07-18T21:46:12.426Z[ host-image] Jul 18 21:46:11.270 INFO O| Jul 18 21:46:11.269 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89132024-07-18T21:46:12.443Z[ host-image] Jul 18 21:46:11.290 INFO O| Jul 18 21:46:11.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
89142024-07-18T21:46:12.443Z[ host-image] Jul 18 21:46:11.290 INFO O| Jul 18 21:46:11.290 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
89152024-07-18T21:46:13.033Z[ host-image] Jul 18 21:46:11.880 INFO O| Jul 18 21:46:11.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
89162024-07-18T21:46:13.033Z[ host-image] Jul 18 21:46:11.881 INFO O| Jul 18 21:46:11.880 INFO ok!
89172024-07-18T21:46:13.033Z[ host-image] Jul 18 21:46:11.881 INFO O| Jul 18 21:46:11.880 INFO STEP 89 (ensure_file) COMPLETE
89182024-07-18T21:46:13.037Z[ host-image] Jul 18 21:46:11.881 INFO O| Jul 18 21:46:11.880 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89192024-07-18T21:46:13.051Z[ host-image] Jul 18 21:46:11.898 INFO O| Jul 18 21:46:11.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
89202024-07-18T21:46:13.051Z[ host-image] Jul 18 21:46:11.898 INFO O| Jul 18 21:46:11.898 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
89212024-07-18T21:46:13.054Z[ host-image] Jul 18 21:46:11.898 INFO O| Jul 18 21:46:11.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
89222024-07-18T21:46:13.054Z[ host-image] Jul 18 21:46:11.898 INFO O| Jul 18 21:46:11.898 INFO ok!
89232024-07-18T21:46:13.054Z[ host-image] Jul 18 21:46:11.898 INFO O| Jul 18 21:46:11.898 INFO STEP 90 (ensure_file) COMPLETE
89242024-07-18T21:46:13.054Z[ host-image] Jul 18 21:46:11.898 INFO O| Jul 18 21:46:11.898 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89252024-07-18T21:46:13.070Z[ host-image] Jul 18 21:46:11.917 INFO O| Jul 18 21:46:11.917 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
89262024-07-18T21:46:13.070Z[ host-image] Jul 18 21:46:11.918 INFO O| Jul 18 21:46:11.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
89272024-07-18T21:46:13.073Z[ host-image] Jul 18 21:46:11.918 INFO O| Jul 18 21:46:11.918 INFO STEP 91 (ensure_dir) COMPLETE
89282024-07-18T21:46:13.073Z[ host-image] Jul 18 21:46:11.918 INFO O| Jul 18 21:46:11.918 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89292024-07-18T21:46:13.090Z[ host-image] Jul 18 21:46:11.938 INFO O| Jul 18 21:46:11.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
89302024-07-18T21:46:13.090Z[ host-image] Jul 18 21:46:11.938 INFO O| Jul 18 21:46:11.937 INFO copying /tmp/.tmpHGYhbO/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 ...
89312024-07-18T21:46:13.093Z[ host-image] Jul 18 21:46:11.938 INFO O| Jul 18 21:46:11.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
89322024-07-18T21:46:13.093Z[ host-image] Jul 18 21:46:11.938 INFO O| Jul 18 21:46:11.938 INFO ok!
89332024-07-18T21:46:13.093Z[ host-image] Jul 18 21:46:11.938 INFO O| Jul 18 21:46:11.938 INFO STEP 92 (ensure_file) COMPLETE
89342024-07-18T21:46:13.093Z[ host-image] Jul 18 21:46:11.938 INFO O| Jul 18 21:46:11.938 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89352024-07-18T21:46:13.106Z[ host-image] Jul 18 21:46:11.953 INFO O| Jul 18 21:46:11.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
89362024-07-18T21:46:13.106Z[ host-image] Jul 18 21:46:11.953 INFO O| Jul 18 21:46:11.953 INFO copying /tmp/.tmpHGYhbO/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 ...
89372024-07-18T21:46:13.109Z[ host-image] Jul 18 21:46:11.954 INFO O| Jul 18 21:46:11.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
89382024-07-18T21:46:13.109Z[ host-image] Jul 18 21:46:11.954 INFO O| Jul 18 21:46:11.953 INFO ok!
89392024-07-18T21:46:13.109Z[ host-image] Jul 18 21:46:11.954 INFO O| Jul 18 21:46:11.954 INFO STEP 93 (ensure_file) COMPLETE
89402024-07-18T21:46:13.109Z[ host-image] Jul 18 21:46:11.954 INFO O| Jul 18 21:46:11.954 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-07-18T21:46:13.122Z[ host-image] Jul 18 21:46:11.970 INFO O| Jul 18 21:46:11.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
89422024-07-18T21:46:13.122Z[ host-image] Jul 18 21:46:11.970 INFO O| Jul 18 21:46:11.970 INFO copying /tmp/.tmpHGYhbO/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 ...
89432024-07-18T21:46:13.125Z[ host-image] Jul 18 21:46:11.970 INFO O| Jul 18 21:46:11.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
89442024-07-18T21:46:13.125Z[ host-image] Jul 18 21:46:11.970 INFO O| Jul 18 21:46:11.970 INFO ok!
89452024-07-18T21:46:13.125Z[ host-image] Jul 18 21:46:11.970 INFO O| Jul 18 21:46:11.970 INFO STEP 94 (ensure_file) COMPLETE
89462024-07-18T21:46:13.125Z[ host-image] Jul 18 21:46:11.970 INFO O| Jul 18 21:46:11.970 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89472024-07-18T21:46:13.141Z[ host-image] Jul 18 21:46:11.987 INFO O| Jul 18 21:46:11.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
89482024-07-18T21:46:13.141Z[ host-image] Jul 18 21:46:11.987 INFO O| Jul 18 21:46:11.987 INFO copying /tmp/.tmpHGYhbO/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 ...
89492024-07-18T21:46:13.141Z[ host-image] Jul 18 21:46:11.987 INFO O| Jul 18 21:46:11.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
89502024-07-18T21:46:13.141Z[ host-image] Jul 18 21:46:11.987 INFO O| Jul 18 21:46:11.987 INFO ok!
89512024-07-18T21:46:13.141Z[ host-image] Jul 18 21:46:11.987 INFO O| Jul 18 21:46:11.987 INFO STEP 95 (ensure_file) COMPLETE
89522024-07-18T21:46:13.144Z[ host-image] Jul 18 21:46:11.987 INFO O| Jul 18 21:46:11.987 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89532024-07-18T21:46:13.154Z[ host-image] Jul 18 21:46:12.001 INFO O| Jul 18 21:46:12.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
89542024-07-18T21:46:13.154Z[ host-image] Jul 18 21:46:12.001 INFO O| Jul 18 21:46:12.001 INFO copying /tmp/.tmpHGYhbO/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 ...
89552024-07-18T21:46:13.157Z[ host-image] Jul 18 21:46:12.002 INFO O| Jul 18 21:46:12.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
89562024-07-18T21:46:13.157Z[ host-image] Jul 18 21:46:12.002 INFO O| Jul 18 21:46:12.002 INFO ok!
89572024-07-18T21:46:13.157Z[ host-image] Jul 18 21:46:12.002 INFO O| Jul 18 21:46:12.002 INFO STEP 96 (ensure_file) COMPLETE
89582024-07-18T21:46:13.157Z[ host-image] Jul 18 21:46:12.002 INFO O| Jul 18 21:46:12.002 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89592024-07-18T21:46:13.168Z[ host-image] Jul 18 21:46:12.015 INFO O| Jul 18 21:46:12.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
89602024-07-18T21:46:13.168Z[ host-image] Jul 18 21:46:12.015 INFO O| Jul 18 21:46:12.015 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
89612024-07-18T21:46:13.171Z[ host-image] Jul 18 21:46:12.015 INFO O| Jul 18 21:46:12.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
89622024-07-18T21:46:13.171Z[ host-image] Jul 18 21:46:12.015 INFO O| Jul 18 21:46:12.015 INFO ok!
89632024-07-18T21:46:13.171Z[ host-image] Jul 18 21:46:12.015 INFO O| Jul 18 21:46:12.015 INFO STEP 97 (ensure_file) COMPLETE
89642024-07-18T21:46:13.171Z[ host-image] Jul 18 21:46:12.015 INFO O| Jul 18 21:46:12.015 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89652024-07-18T21:46:13.185Z[ host-image] Jul 18 21:46:12.033 INFO O| Jul 18 21:46:12.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
89662024-07-18T21:46:13.185Z[ host-image] Jul 18 21:46:12.033 INFO O| Jul 18 21:46:12.033 INFO copying /tmp/.tmpHGYhbO/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 ...
89672024-07-18T21:46:13.188Z[ host-image] Jul 18 21:46:12.033 INFO O| Jul 18 21:46:12.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
89682024-07-18T21:46:13.188Z[ host-image] Jul 18 21:46:12.033 INFO O| Jul 18 21:46:12.033 INFO ok!
89692024-07-18T21:46:13.188Z[ host-image] Jul 18 21:46:12.033 INFO O| Jul 18 21:46:12.033 INFO STEP 98 (ensure_file) COMPLETE
89702024-07-18T21:46:13.188Z[ host-image] Jul 18 21:46:12.033 INFO O| Jul 18 21:46:12.033 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89712024-07-18T21:46:13.202Z[ host-image] Jul 18 21:46:12.050 INFO O| Jul 18 21:46:12.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
89722024-07-18T21:46:13.202Z[ host-image] Jul 18 21:46:12.050 INFO O| Jul 18 21:46:12.050 INFO copying /tmp/.tmpHGYhbO/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 ...
89732024-07-18T21:46:13.205Z[ host-image] Jul 18 21:46:12.050 INFO O| Jul 18 21:46:12.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
89742024-07-18T21:46:13.205Z[ host-image] Jul 18 21:46:12.050 INFO O| Jul 18 21:46:12.050 INFO ok!
89752024-07-18T21:46:13.205Z[ host-image] Jul 18 21:46:12.050 INFO O| Jul 18 21:46:12.050 INFO STEP 99 (ensure_file) COMPLETE
89762024-07-18T21:46:13.205Z[ host-image] Jul 18 21:46:12.050 INFO O| Jul 18 21:46:12.050 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89772024-07-18T21:46:13.216Z[ host-image] Jul 18 21:46:12.064 INFO O| Jul 18 21:46:12.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
89782024-07-18T21:46:13.216Z[ host-image] Jul 18 21:46:12.064 INFO O| Jul 18 21:46:12.064 INFO copying /tmp/.tmpHGYhbO/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 ...
89792024-07-18T21:46:13.216Z[ host-image] Jul 18 21:46:12.064 INFO O| Jul 18 21:46:12.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
89802024-07-18T21:46:13.220Z[ host-image] Jul 18 21:46:12.064 INFO O| Jul 18 21:46:12.064 INFO ok!
89812024-07-18T21:46:13.220Z[ host-image] Jul 18 21:46:12.064 INFO O| Jul 18 21:46:12.064 INFO STEP 100 (ensure_file) COMPLETE
89822024-07-18T21:46:13.220Z[ host-image] Jul 18 21:46:12.064 INFO O| Jul 18 21:46:12.064 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89832024-07-18T21:46:13.233Z[ host-image] Jul 18 21:46:12.081 INFO O| Jul 18 21:46:12.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
89842024-07-18T21:46:13.234Z[ host-image] Jul 18 21:46:12.081 INFO O| Jul 18 21:46:12.081 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
89852024-07-18T21:46:13.236Z[ host-image] Jul 18 21:46:12.081 INFO O| Jul 18 21:46:12.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
89862024-07-18T21:46:13.236Z[ host-image] Jul 18 21:46:12.081 INFO O| Jul 18 21:46:12.081 INFO ok!
89872024-07-18T21:46:13.236Z[ host-image] Jul 18 21:46:12.081 INFO O| Jul 18 21:46:12.081 INFO STEP 101 (ensure_file) COMPLETE
89882024-07-18T21:46:13.236Z[ host-image] Jul 18 21:46:12.081 INFO O| Jul 18 21:46:12.081 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89892024-07-18T21:46:13.250Z[ host-image] Jul 18 21:46:12.098 INFO O| Jul 18 21:46:12.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
89902024-07-18T21:46:13.251Z[ host-image] Jul 18 21:46:12.098 INFO O| Jul 18 21:46:12.098 INFO copying /tmp/.tmpHGYhbO/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 ...
89912024-07-18T21:46:13.251Z[ host-image] Jul 18 21:46:12.098 INFO O| Jul 18 21:46:12.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
89922024-07-18T21:46:13.253Z[ host-image] Jul 18 21:46:12.098 INFO O| Jul 18 21:46:12.098 INFO ok!
89932024-07-18T21:46:13.253Z[ host-image] Jul 18 21:46:12.098 INFO O| Jul 18 21:46:12.098 INFO STEP 102 (ensure_file) COMPLETE
89942024-07-18T21:46:13.253Z[ host-image] Jul 18 21:46:12.098 INFO O| Jul 18 21:46:12.098 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89952024-07-18T21:46:13.264Z[ host-image] Jul 18 21:46:12.112 INFO O| Jul 18 21:46:12.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
89962024-07-18T21:46:13.264Z[ host-image] Jul 18 21:46:12.112 INFO O| Jul 18 21:46:12.112 INFO copying /tmp/.tmpHGYhbO/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 ...
89972024-07-18T21:46:13.264Z[ host-image] Jul 18 21:46:12.112 INFO O| Jul 18 21:46:12.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
89982024-07-18T21:46:13.265Z[ host-image] Jul 18 21:46:12.112 INFO O| Jul 18 21:46:12.112 INFO ok!
89992024-07-18T21:46:13.265Z[ host-image] Jul 18 21:46:12.112 INFO O| Jul 18 21:46:12.112 INFO STEP 103 (ensure_file) COMPLETE
90002024-07-18T21:46:13.268Z[ host-image] Jul 18 21:46:12.112 INFO O| Jul 18 21:46:12.112 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-07-18T21:46:13.330Z[ host-image] Jul 18 21:46:12.177 INFO O| Jul 18 21:46:12.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
90022024-07-18T21:46:13.330Z[ host-image] Jul 18 21:46:12.177 INFO O| Jul 18 21:46:12.177 INFO copying /tmp/.tmpHGYhbO/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 ...
90032024-07-18T21:46:13.333Z[ host-image] Jul 18 21:46:12.178 INFO O| Jul 18 21:46:12.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
90042024-07-18T21:46:13.333Z[ host-image] Jul 18 21:46:12.178 INFO O| Jul 18 21:46:12.178 INFO ok!
90052024-07-18T21:46:13.333Z[ host-image] Jul 18 21:46:12.178 INFO O| Jul 18 21:46:12.178 INFO STEP 104 (ensure_file) COMPLETE
90062024-07-18T21:46:13.333Z[ host-image] Jul 18 21:46:12.178 INFO O| Jul 18 21:46:12.178 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-07-18T21:46:13.391Z[ host-image] Jul 18 21:46:12.238 INFO O| Jul 18 21:46:12.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
90082024-07-18T21:46:13.391Z[ host-image] Jul 18 21:46:12.238 INFO O| Jul 18 21:46:12.238 INFO copying /tmp/.tmpHGYhbO/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 ...
90092024-07-18T21:46:13.394Z[ host-image] Jul 18 21:46:12.238 INFO O| Jul 18 21:46:12.238 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
90102024-07-18T21:46:13.394Z[ host-image] Jul 18 21:46:12.238 INFO O| Jul 18 21:46:12.238 INFO ok!
90112024-07-18T21:46:13.394Z[ host-image] Jul 18 21:46:12.238 INFO O| Jul 18 21:46:12.238 INFO STEP 105 (ensure_file) COMPLETE
90122024-07-18T21:46:13.394Z[ host-image] Jul 18 21:46:12.238 INFO O| Jul 18 21:46:12.238 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90132024-07-18T21:46:13.413Z[ host-image] Jul 18 21:46:12.260 INFO O| Jul 18 21:46:12.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
90142024-07-18T21:46:13.413Z[ host-image] Jul 18 21:46:12.261 INFO O| Jul 18 21:46:12.260 INFO copying /tmp/.tmpHGYhbO/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 ...
90152024-07-18T21:46:13.413Z[ host-image] Jul 18 21:46:12.261 INFO O| Jul 18 21:46:12.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
90162024-07-18T21:46:13.413Z[ host-image] Jul 18 21:46:12.261 INFO O| Jul 18 21:46:12.261 INFO ok!
90172024-07-18T21:46:13.416Z[ host-image] Jul 18 21:46:12.261 INFO O| Jul 18 21:46:12.261 INFO STEP 106 (ensure_file) COMPLETE
90182024-07-18T21:46:13.416Z[ host-image] Jul 18 21:46:12.261 INFO O| Jul 18 21:46:12.261 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90192024-07-18T21:46:13.446Z[ host-image] Jul 18 21:46:12.293 INFO O| Jul 18 21:46:12.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
90202024-07-18T21:46:13.446Z[ host-image] Jul 18 21:46:12.294 INFO O| Jul 18 21:46:12.293 INFO copying /tmp/.tmpHGYhbO/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 ...
90212024-07-18T21:46:13.449Z[ host-image] Jul 18 21:46:12.294 INFO O| Jul 18 21:46:12.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
90222024-07-18T21:46:13.449Z[ host-image] Jul 18 21:46:12.294 INFO O| Jul 18 21:46:12.294 INFO ok!
90232024-07-18T21:46:13.449Z[ host-image] Jul 18 21:46:12.294 INFO O| Jul 18 21:46:12.294 INFO STEP 107 (ensure_file) COMPLETE
90242024-07-18T21:46:13.449Z[ host-image] Jul 18 21:46:12.294 INFO O| Jul 18 21:46:12.294 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90252024-07-18T21:46:13.490Z[ host-image] Jul 18 21:46:12.337 INFO O| Jul 18 21:46:12.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
90262024-07-18T21:46:13.493Z[ host-image] Jul 18 21:46:12.337 INFO O| Jul 18 21:46:12.337 INFO copying /tmp/.tmpHGYhbO/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 ...
90272024-07-18T21:46:13.493Z[ host-image] Jul 18 21:46:12.338 INFO O| Jul 18 21:46:12.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
90282024-07-18T21:46:13.493Z[ host-image] Jul 18 21:46:12.338 INFO O| Jul 18 21:46:12.338 INFO ok!
90292024-07-18T21:46:13.493Z[ host-image] Jul 18 21:46:12.338 INFO O| Jul 18 21:46:12.338 INFO STEP 108 (ensure_file) COMPLETE
90302024-07-18T21:46:13.493Z[ host-image] Jul 18 21:46:12.338 INFO O| Jul 18 21:46:12.338 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90312024-07-18T21:46:13.511Z[ host-image] Jul 18 21:46:12.359 INFO O| Jul 18 21:46:12.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
90322024-07-18T21:46:13.512Z[ host-image] Jul 18 21:46:12.359 INFO O| Jul 18 21:46:12.358 INFO copying /tmp/.tmpHGYhbO/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 ...
90332024-07-18T21:46:13.515Z[ host-image] Jul 18 21:46:12.359 INFO O| Jul 18 21:46:12.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
90342024-07-18T21:46:13.515Z[ host-image] Jul 18 21:46:12.359 INFO O| Jul 18 21:46:12.359 INFO ok!
90352024-07-18T21:46:13.515Z[ host-image] Jul 18 21:46:12.359 INFO O| Jul 18 21:46:12.359 INFO STEP 109 (ensure_file) COMPLETE
90362024-07-18T21:46:13.515Z[ host-image] Jul 18 21:46:12.359 INFO O| Jul 18 21:46:12.359 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-07-18T21:46:13.532Z[ host-image] Jul 18 21:46:12.379 INFO O| Jul 18 21:46:12.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
90382024-07-18T21:46:13.532Z[ host-image] Jul 18 21:46:12.379 INFO O| Jul 18 21:46:12.379 INFO copying /tmp/.tmpHGYhbO/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 ...
90392024-07-18T21:46:13.535Z[ host-image] Jul 18 21:46:12.380 INFO O| Jul 18 21:46:12.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
90402024-07-18T21:46:13.535Z[ host-image] Jul 18 21:46:12.380 INFO O| Jul 18 21:46:12.380 INFO ok!
90412024-07-18T21:46:13.535Z[ host-image] Jul 18 21:46:12.380 INFO O| Jul 18 21:46:12.380 INFO STEP 110 (ensure_file) COMPLETE
90422024-07-18T21:46:13.535Z[ host-image] Jul 18 21:46:12.380 INFO O| Jul 18 21:46:12.380 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90432024-07-18T21:46:13.553Z[ host-image] Jul 18 21:46:12.400 INFO O| Jul 18 21:46:12.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
90442024-07-18T21:46:13.553Z[ host-image] Jul 18 21:46:12.400 INFO O| Jul 18 21:46:12.400 INFO copying /tmp/.tmpHGYhbO/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 ...
90452024-07-18T21:46:13.557Z[ host-image] Jul 18 21:46:12.401 INFO O| Jul 18 21:46:12.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
90462024-07-18T21:46:13.557Z[ host-image] Jul 18 21:46:12.401 INFO O| Jul 18 21:46:12.401 INFO ok!
90472024-07-18T21:46:13.557Z[ host-image] Jul 18 21:46:12.401 INFO O| Jul 18 21:46:12.401 INFO STEP 111 (ensure_file) COMPLETE
90482024-07-18T21:46:13.557Z[ host-image] Jul 18 21:46:12.401 INFO O| Jul 18 21:46:12.401 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90492024-07-18T21:46:13.573Z[ host-image] Jul 18 21:46:12.421 INFO O| Jul 18 21:46:12.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
90502024-07-18T21:46:13.573Z[ host-image] Jul 18 21:46:12.421 INFO O| Jul 18 21:46:12.421 INFO copying /tmp/.tmpHGYhbO/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 ...
90512024-07-18T21:46:13.577Z[ host-image] Jul 18 21:46:12.421 INFO O| Jul 18 21:46:12.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
90522024-07-18T21:46:13.577Z[ host-image] Jul 18 21:46:12.421 INFO O| Jul 18 21:46:12.421 INFO ok!
90532024-07-18T21:46:13.577Z[ host-image] Jul 18 21:46:12.421 INFO O| Jul 18 21:46:12.421 INFO STEP 112 (ensure_file) COMPLETE
90542024-07-18T21:46:13.577Z[ host-image] Jul 18 21:46:12.421 INFO O| Jul 18 21:46:12.421 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-07-18T21:46:13.639Z[ host-image] Jul 18 21:46:12.487 INFO O| Jul 18 21:46:12.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
90562024-07-18T21:46:13.640Z[ host-image] Jul 18 21:46:12.487 INFO O| Jul 18 21:46:12.487 INFO copying /tmp/.tmpHGYhbO/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 ...
90572024-07-18T21:46:13.642Z[ host-image] Jul 18 21:46:12.487 INFO O| Jul 18 21:46:12.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
90582024-07-18T21:46:13.642Z[ host-image] Jul 18 21:46:12.487 INFO O| Jul 18 21:46:12.487 INFO ok!
90592024-07-18T21:46:13.642Z[ host-image] Jul 18 21:46:12.487 INFO O| Jul 18 21:46:12.487 INFO STEP 113 (ensure_file) COMPLETE
90602024-07-18T21:46:13.642Z[ host-image] Jul 18 21:46:12.487 INFO O| Jul 18 21:46:12.487 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-07-18T21:46:13.660Z[ host-image] Jul 18 21:46:12.507 INFO O| Jul 18 21:46:12.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
90622024-07-18T21:46:13.660Z[ host-image] Jul 18 21:46:12.508 INFO O| Jul 18 21:46:12.507 INFO copying /tmp/.tmpHGYhbO/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 ...
90632024-07-18T21:46:13.660Z[ host-image] Jul 18 21:46:12.508 INFO O| Jul 18 21:46:12.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
90642024-07-18T21:46:13.663Z[ host-image] Jul 18 21:46:12.508 INFO O| Jul 18 21:46:12.508 INFO ok!
90652024-07-18T21:46:13.663Z[ host-image] Jul 18 21:46:12.508 INFO O| Jul 18 21:46:12.508 INFO STEP 114 (ensure_file) COMPLETE
90662024-07-18T21:46:13.663Z[ host-image] Jul 18 21:46:12.508 INFO O| Jul 18 21:46:12.508 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-07-18T21:46:13.680Z[ host-image] Jul 18 21:46:12.528 INFO O| Jul 18 21:46:12.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
90682024-07-18T21:46:13.680Z[ host-image] Jul 18 21:46:12.528 INFO O| Jul 18 21:46:12.527 INFO copying /tmp/.tmpHGYhbO/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 ...
90692024-07-18T21:46:13.680Z[ host-image] Jul 18 21:46:12.528 INFO O| Jul 18 21:46:12.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
90702024-07-18T21:46:13.683Z[ host-image] Jul 18 21:46:12.528 INFO O| Jul 18 21:46:12.528 INFO ok!
90712024-07-18T21:46:13.683Z[ host-image] Jul 18 21:46:12.528 INFO O| Jul 18 21:46:12.528 INFO STEP 115 (ensure_file) COMPLETE
90722024-07-18T21:46:13.683Z[ host-image] Jul 18 21:46:12.528 INFO O| Jul 18 21:46:12.528 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-07-18T21:46:13.700Z[ host-image] Jul 18 21:46:12.547 INFO O| Jul 18 21:46:12.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
90742024-07-18T21:46:13.700Z[ host-image] Jul 18 21:46:12.548 INFO O| Jul 18 21:46:12.547 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
90752024-07-18T21:46:13.704Z[ host-image] Jul 18 21:46:12.548 INFO O| Jul 18 21:46:12.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
90762024-07-18T21:46:13.704Z[ host-image] Jul 18 21:46:12.548 INFO O| Jul 18 21:46:12.548 INFO ok!
90772024-07-18T21:46:13.704Z[ host-image] Jul 18 21:46:12.548 INFO O| Jul 18 21:46:12.548 INFO STEP 116 (ensure_file) COMPLETE
90782024-07-18T21:46:13.704Z[ host-image] Jul 18 21:46:12.548 INFO O| Jul 18 21:46:12.548 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90792024-07-18T21:46:13.721Z[ host-image] Jul 18 21:46:12.568 INFO O| Jul 18 21:46:12.568 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
90802024-07-18T21:46:13.721Z[ host-image] Jul 18 21:46:12.568 INFO O| Jul 18 21:46:12.568 INFO copying /tmp/.tmpHGYhbO/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 ...
90812024-07-18T21:46:13.724Z[ host-image] Jul 18 21:46:12.568 INFO O| Jul 18 21:46:12.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
90822024-07-18T21:46:13.724Z[ host-image] Jul 18 21:46:12.568 INFO O| Jul 18 21:46:12.568 INFO ok!
90832024-07-18T21:46:13.724Z[ host-image] Jul 18 21:46:12.568 INFO O| Jul 18 21:46:12.568 INFO STEP 117 (ensure_file) COMPLETE
90842024-07-18T21:46:13.724Z[ host-image] Jul 18 21:46:12.569 INFO O| Jul 18 21:46:12.569 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90852024-07-18T21:46:13.760Z[ host-image] Jul 18 21:46:12.607 INFO O| Jul 18 21:46:12.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
90862024-07-18T21:46:13.760Z[ host-image] Jul 18 21:46:12.607 INFO O| Jul 18 21:46:12.607 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
90872024-07-18T21:46:13.763Z[ host-image] Jul 18 21:46:12.608 INFO O| Jul 18 21:46:12.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
90882024-07-18T21:46:13.763Z[ host-image] Jul 18 21:46:12.608 INFO O| Jul 18 21:46:12.607 INFO ok!
90892024-07-18T21:46:13.763Z[ host-image] Jul 18 21:46:12.608 INFO O| Jul 18 21:46:12.607 INFO STEP 118 (ensure_file) COMPLETE
90902024-07-18T21:46:13.763Z[ host-image] Jul 18 21:46:12.608 INFO O| Jul 18 21:46:12.607 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-07-18T21:46:13.781Z[ host-image] Jul 18 21:46:12.629 INFO O| Jul 18 21:46:12.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
90922024-07-18T21:46:13.781Z[ host-image] Jul 18 21:46:12.629 INFO O| Jul 18 21:46:12.629 INFO copying /tmp/.tmpHGYhbO/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
90932024-07-18T21:46:14.199Z[ recovery-image] Jul 18 21:46:13.046 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
90942024-07-18T21:46:18.502Z[ host-image] Jul 18 21:46:17.349 INFO O| Jul 18 21:46:17.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
90952024-07-18T21:46:18.503Z[ host-image] Jul 18 21:46:17.349 INFO O| Jul 18 21:46:17.349 INFO ok!
90962024-07-18T21:46:18.506Z[ host-image] Jul 18 21:46:17.349 INFO O| Jul 18 21:46:17.349 INFO STEP 119 (ensure_file) COMPLETE
90972024-07-18T21:46:18.506Z[ host-image] Jul 18 21:46:17.349 INFO O| Jul 18 21:46:17.349 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-07-18T21:46:18.515Z[ host-image] Jul 18 21:46:17.362 INFO O| Jul 18 21:46:17.362 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
90992024-07-18T21:46:18.515Z[ host-image] Jul 18 21:46:17.362 INFO O| Jul 18 21:46:17.362 INFO STEP 120 (ensure_dir) COMPLETE
91002024-07-18T21:46:18.518Z[ host-image] Jul 18 21:46:17.362 INFO O| Jul 18 21:46:17.362 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-07-18T21:46:18.526Z[ host-image] Jul 18 21:46:17.373 INFO O| Jul 18 21:46:17.373 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
91022024-07-18T21:46:18.526Z[ host-image] Jul 18 21:46:17.373 INFO O| Jul 18 21:46:17.373 INFO STEP 121 (ensure_dir) COMPLETE
91032024-07-18T21:46:18.526Z[ host-image] Jul 18 21:46:17.373 INFO O| Jul 18 21:46:17.373 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-07-18T21:46:18.538Z[ host-image] Jul 18 21:46:17.385 INFO O| Jul 18 21:46:17.385 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
91052024-07-18T21:46:18.540Z[ host-image] Jul 18 21:46:17.385 INFO O| Jul 18 21:46:17.385 INFO STEP 122 (ensure_dir) COMPLETE
91062024-07-18T21:46:18.540Z[ host-image] Jul 18 21:46:17.385 INFO O| Jul 18 21:46:17.385 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-07-18T21:46:18.549Z[ host-image] Jul 18 21:46:17.396 INFO O| Jul 18 21:46:17.396 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
91082024-07-18T21:46:18.549Z[ host-image] Jul 18 21:46:17.396 INFO O| Jul 18 21:46:17.396 INFO STEP 123 (ensure_dir) COMPLETE
91092024-07-18T21:46:18.549Z[ host-image] Jul 18 21:46:17.396 INFO O| Jul 18 21:46:17.396 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-07-18T21:46:18.560Z[ host-image] Jul 18 21:46:17.407 INFO O| Jul 18 21:46:17.407 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
91112024-07-18T21:46:18.560Z[ host-image] Jul 18 21:46:17.407 INFO O| Jul 18 21:46:17.407 INFO copying /tmp/.tmpHGYhbO/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 ...
91122024-07-18T21:46:18.563Z[ host-image] Jul 18 21:46:17.407 INFO O| Jul 18 21:46:17.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
91132024-07-18T21:46:18.563Z[ host-image] Jul 18 21:46:17.407 INFO O| Jul 18 21:46:17.407 INFO ok!
91142024-07-18T21:46:18.563Z[ host-image] Jul 18 21:46:17.407 INFO O| Jul 18 21:46:17.407 INFO STEP 124 (ensure_file) COMPLETE
91152024-07-18T21:46:18.563Z[ host-image] Jul 18 21:46:17.407 INFO O| Jul 18 21:46:17.407 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-07-18T21:46:18.571Z[ host-image] Jul 18 21:46:17.418 INFO O| Jul 18 21:46:17.418 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
91172024-07-18T21:46:18.574Z[ host-image] Jul 18 21:46:17.418 INFO O| Jul 18 21:46:17.418 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
91182024-07-18T21:46:18.574Z[ host-image] Jul 18 21:46:17.418 INFO O| Jul 18 21:46:17.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
91192024-07-18T21:46:18.574Z[ host-image] Jul 18 21:46:17.418 INFO O| Jul 18 21:46:17.418 INFO STEP 125 (ensure_dir) COMPLETE
91202024-07-18T21:46:18.574Z[ host-image] Jul 18 21:46:17.418 INFO O| Jul 18 21:46:17.418 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-07-18T21:46:18.583Z[ host-image] Jul 18 21:46:17.430 INFO O| Jul 18 21:46:17.430 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
91222024-07-18T21:46:18.583Z[ host-image] Jul 18 21:46:17.430 INFO O| Jul 18 21:46:17.430 INFO copying /tmp/.tmpHGYhbO/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
91232024-07-18T21:46:18.583Z[ host-image] Jul 18 21:46:17.431 INFO O| Jul 18 21:46:17.431 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
91242024-07-18T21:46:18.586Z[ host-image] Jul 18 21:46:17.431 INFO O| Jul 18 21:46:17.431 INFO ok!
91252024-07-18T21:46:18.586Z[ host-image] Jul 18 21:46:17.431 INFO O| Jul 18 21:46:17.431 INFO STEP 126 (ensure_file) COMPLETE
91262024-07-18T21:46:18.586Z[ host-image] Jul 18 21:46:17.431 INFO O| Jul 18 21:46:17.431 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272024-07-18T21:46:18.595Z[ host-image] Jul 18 21:46:17.442 INFO O| Jul 18 21:46:17.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
91282024-07-18T21:46:18.598Z[ host-image] Jul 18 21:46:17.442 INFO O| Jul 18 21:46:17.442 INFO STEP 127 (remove_files) COMPLETE
91292024-07-18T21:46:18.598Z[ host-image] Jul 18 21:46:17.442 INFO O| Jul 18 21:46:17.442 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302024-07-18T21:46:18.606Z[ host-image] Jul 18 21:46:17.454 INFO O| Jul 18 21:46:17.454 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
91312024-07-18T21:46:18.609Z[ host-image] Jul 18 21:46:17.454 INFO O| Jul 18 21:46:17.454 INFO STEP 128 (remove_files) COMPLETE
91322024-07-18T21:46:18.610Z[ host-image] Jul 18 21:46:17.454 INFO O| Jul 18 21:46:17.454 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332024-07-18T21:46:18.618Z[ host-image] Jul 18 21:46:17.465 INFO O| Jul 18 21:46:17.465 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
91342024-07-18T21:46:18.620Z[ host-image] Jul 18 21:46:17.465 INFO O| Jul 18 21:46:17.465 INFO STEP 129 (remove_files) COMPLETE
91352024-07-18T21:46:18.620Z[ host-image] Jul 18 21:46:17.465 INFO O| Jul 18 21:46:17.465 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362024-07-18T21:46:18.629Z[ host-image] Jul 18 21:46:17.476 INFO O| Jul 18 21:46:17.476 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
91372024-07-18T21:46:18.633Z[ host-image] Jul 18 21:46:17.476 INFO O| Jul 18 21:46:17.476 INFO STEP 130 (remove_files) COMPLETE
91382024-07-18T21:46:18.633Z[ host-image] Jul 18 21:46:17.476 INFO O| Jul 18 21:46:17.476 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392024-07-18T21:46:18.641Z[ host-image] Jul 18 21:46:17.488 INFO O| Jul 18 21:46:17.488 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
91402024-07-18T21:46:18.644Z[ host-image] Jul 18 21:46:17.488 INFO O| Jul 18 21:46:17.488 INFO STEP 131 (remove_files) COMPLETE
91412024-07-18T21:46:18.644Z[ host-image] Jul 18 21:46:17.488 INFO O| Jul 18 21:46:17.488 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422024-07-18T21:46:18.656Z[ host-image] Jul 18 21:46:17.503 INFO O| Jul 18 21:46:17.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
91432024-07-18T21:46:18.659Z[ host-image] Jul 18 21:46:17.504 INFO O| Jul 18 21:46:17.504 INFO STEP 132 (remove_files) COMPLETE
91442024-07-18T21:46:18.659Z[ host-image] Jul 18 21:46:17.504 INFO O| Jul 18 21:46:17.504 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452024-07-18T21:46:18.670Z[ host-image] Jul 18 21:46:17.517 INFO O| Jul 18 21:46:17.517 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
91462024-07-18T21:46:18.670Z[ host-image] Jul 18 21:46:17.517 INFO O| Jul 18 21:46:17.517 INFO STEP 133 (remove_files) COMPLETE
91472024-07-18T21:46:18.673Z[ host-image] Jul 18 21:46:17.517 INFO O| Jul 18 21:46:17.517 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482024-07-18T21:46:18.681Z[ host-image] Jul 18 21:46:17.528 INFO O| Jul 18 21:46:17.528 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
91492024-07-18T21:46:18.681Z[ host-image] Jul 18 21:46:17.528 INFO O| Jul 18 21:46:17.528 INFO STEP 134 (remove_files) COMPLETE
91502024-07-18T21:46:18.681Z[ host-image] Jul 18 21:46:17.528 INFO O| Jul 18 21:46:17.528 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512024-07-18T21:46:18.692Z[ host-image] Jul 18 21:46:17.540 INFO O| Jul 18 21:46:17.540 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
91522024-07-18T21:46:18.692Z[ host-image] Jul 18 21:46:17.540 INFO O| Jul 18 21:46:17.540 INFO STEP 135 (remove_files) COMPLETE
91532024-07-18T21:46:18.695Z[ host-image] Jul 18 21:46:17.540 INFO O| Jul 18 21:46:17.540 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542024-07-18T21:46:18.704Z[ host-image] Jul 18 21:46:17.552 INFO O| Jul 18 21:46:17.552 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
91552024-07-18T21:46:18.705Z[ host-image] Jul 18 21:46:17.552 INFO O| Jul 18 21:46:17.552 INFO STEP 136 (remove_files) COMPLETE
91562024-07-18T21:46:18.707Z[ host-image] Jul 18 21:46:17.552 INFO O| Jul 18 21:46:17.552 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572024-07-18T21:46:18.716Z[ host-image] Jul 18 21:46:17.563 INFO O| Jul 18 21:46:17.563 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
91582024-07-18T21:46:18.716Z[ host-image] Jul 18 21:46:17.564 INFO O| Jul 18 21:46:17.563 INFO STEP 137 (remove_files) COMPLETE
91592024-07-18T21:46:18.716Z[ host-image] Jul 18 21:46:17.564 INFO O| Jul 18 21:46:17.564 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602024-07-18T21:46:18.730Z[ host-image] Jul 18 21:46:17.577 INFO O| Jul 18 21:46:17.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
91612024-07-18T21:46:18.730Z[ host-image] Jul 18 21:46:17.577 INFO O| Jul 18 21:46:17.577 INFO STEP 138 (remove_files) COMPLETE
91622024-07-18T21:46:18.732Z[ host-image] Jul 18 21:46:17.577 INFO O| Jul 18 21:46:17.577 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632024-07-18T21:46:18.743Z[ host-image] Jul 18 21:46:17.590 INFO O| Jul 18 21:46:17.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
91642024-07-18T21:46:18.743Z[ host-image] Jul 18 21:46:17.591 INFO O| Jul 18 21:46:17.591 INFO STEP 139 (remove_files) COMPLETE
91652024-07-18T21:46:18.743Z[ host-image] Jul 18 21:46:17.591 INFO O| Jul 18 21:46:17.591 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662024-07-18T21:46:18.755Z[ host-image] Jul 18 21:46:17.602 INFO O| Jul 18 21:46:17.602 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
91672024-07-18T21:46:18.755Z[ host-image] Jul 18 21:46:17.602 INFO O| Jul 18 21:46:17.602 INFO STEP 140 (remove_files) COMPLETE
91682024-07-18T21:46:18.755Z[ host-image] Jul 18 21:46:17.602 INFO O| Jul 18 21:46:17.602 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692024-07-18T21:46:18.767Z[ host-image] Jul 18 21:46:17.614 INFO O| Jul 18 21:46:17.614 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
91702024-07-18T21:46:18.767Z[ host-image] Jul 18 21:46:17.614 INFO O| Jul 18 21:46:17.614 INFO STEP 141 (remove_files) COMPLETE
91712024-07-18T21:46:18.767Z[ host-image] Jul 18 21:46:17.614 INFO O| Jul 18 21:46:17.614 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722024-07-18T21:46:18.778Z[ host-image] Jul 18 21:46:17.626 INFO O| Jul 18 21:46:17.625 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
91732024-07-18T21:46:18.778Z[ host-image] Jul 18 21:46:17.626 INFO O| Jul 18 21:46:17.626 INFO STEP 142 (remove_files) COMPLETE
91742024-07-18T21:46:18.781Z[ host-image] Jul 18 21:46:17.626 INFO O| Jul 18 21:46:17.626 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752024-07-18T21:46:18.790Z[ host-image] Jul 18 21:46:17.637 INFO O| Jul 18 21:46:17.637 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
91762024-07-18T21:46:18.790Z[ host-image] Jul 18 21:46:17.637 INFO O| Jul 18 21:46:17.637 INFO STEP 143 (remove_files) COMPLETE
91772024-07-18T21:46:18.790Z[ host-image] Jul 18 21:46:17.637 INFO O| Jul 18 21:46:17.637 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782024-07-18T21:46:18.800Z[ host-image] Jul 18 21:46:17.648 INFO O| Jul 18 21:46:17.648 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
91792024-07-18T21:46:18.803Z[ host-image] Jul 18 21:46:17.648 INFO O| Jul 18 21:46:17.648 INFO STEP 144 (remove_files) COMPLETE
91802024-07-18T21:46:18.803Z[ host-image] Jul 18 21:46:17.648 INFO O| Jul 18 21:46:17.648 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812024-07-18T21:46:18.811Z[ host-image] Jul 18 21:46:17.658 INFO O| Jul 18 21:46:17.658 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
91822024-07-18T21:46:18.813Z[ host-image] Jul 18 21:46:17.658 INFO O| Jul 18 21:46:17.658 INFO STEP 145 (remove_files) COMPLETE
91832024-07-18T21:46:18.813Z[ host-image] Jul 18 21:46:17.658 INFO O| Jul 18 21:46:17.658 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842024-07-18T21:46:18.822Z[ host-image] Jul 18 21:46:17.669 INFO O| Jul 18 21:46:17.669 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
91852024-07-18T21:46:18.822Z[ host-image] Jul 18 21:46:17.669 INFO O| Jul 18 21:46:17.669 INFO STEP 146 (remove_files) COMPLETE
91862024-07-18T21:46:18.824Z[ host-image] Jul 18 21:46:17.669 INFO O| Jul 18 21:46:17.669 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872024-07-18T21:46:18.833Z[ host-image] Jul 18 21:46:17.680 INFO O| Jul 18 21:46:17.680 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91882024-07-18T21:46:18.833Z[ host-image] Jul 18 21:46:17.680 INFO O| Jul 18 21:46:17.680 INFO STEP 147 (remove_files) COMPLETE
91892024-07-18T21:46:18.833Z[ host-image] Jul 18 21:46:17.680 INFO O| Jul 18 21:46:17.680 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902024-07-18T21:46:18.843Z[ host-image] Jul 18 21:46:17.691 INFO O| Jul 18 21:46:17.690 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
91912024-07-18T21:46:18.846Z[ host-image] Jul 18 21:46:17.691 INFO O| Jul 18 21:46:17.691 INFO STEP 148 (remove_files) COMPLETE
91922024-07-18T21:46:18.846Z[ host-image] Jul 18 21:46:17.691 INFO O| Jul 18 21:46:17.691 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932024-07-18T21:46:18.855Z[ host-image] Jul 18 21:46:17.702 INFO O| Jul 18 21:46:17.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91942024-07-18T21:46:18.855Z[ host-image] Jul 18 21:46:17.702 INFO O| Jul 18 21:46:17.702 INFO STEP 149 (remove_files) COMPLETE
91952024-07-18T21:46:18.855Z[ host-image] Jul 18 21:46:17.702 INFO O| Jul 18 21:46:17.702 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962024-07-18T21:46:18.865Z[ host-image] Jul 18 21:46:17.712 INFO O| Jul 18 21:46:17.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
91972024-07-18T21:46:18.865Z[ host-image] Jul 18 21:46:17.713 INFO O| Jul 18 21:46:17.713 INFO STEP 150 (remove_files) COMPLETE
91982024-07-18T21:46:18.865Z[ host-image] Jul 18 21:46:17.713 INFO O| Jul 18 21:46:17.713 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992024-07-18T21:46:18.876Z[ host-image] Jul 18 21:46:17.723 INFO O| Jul 18 21:46:17.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
92002024-07-18T21:46:18.876Z[ host-image] Jul 18 21:46:17.723 INFO O| Jul 18 21:46:17.723 INFO STEP 151 (remove_files) COMPLETE
92012024-07-18T21:46:18.876Z[ host-image] Jul 18 21:46:17.723 INFO O| Jul 18 21:46:17.723 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022024-07-18T21:46:18.886Z[ host-image] Jul 18 21:46:17.733 INFO O| Jul 18 21:46:17.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
92032024-07-18T21:46:18.886Z[ host-image] Jul 18 21:46:17.733 INFO O| Jul 18 21:46:17.733 INFO STEP 152 (remove_files) COMPLETE
92042024-07-18T21:46:18.886Z[ host-image] Jul 18 21:46:17.733 INFO O| Jul 18 21:46:17.733 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052024-07-18T21:46:18.896Z[ host-image] Jul 18 21:46:17.744 INFO O| Jul 18 21:46:17.744 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
92062024-07-18T21:46:18.896Z[ host-image] Jul 18 21:46:17.744 INFO O| Jul 18 21:46:17.744 INFO STEP 153 (remove_files) COMPLETE
92072024-07-18T21:46:18.897Z[ host-image] Jul 18 21:46:17.744 INFO O| Jul 18 21:46:17.744 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082024-07-18T21:46:18.907Z[ host-image] Jul 18 21:46:17.755 INFO O| Jul 18 21:46:17.755 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
92092024-07-18T21:46:18.907Z[ host-image] Jul 18 21:46:17.755 INFO O| Jul 18 21:46:17.755 INFO STEP 154 (remove_files) COMPLETE
92102024-07-18T21:46:18.910Z[ host-image] Jul 18 21:46:17.755 INFO O| Jul 18 21:46:17.755 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112024-07-18T21:46:18.918Z[ host-image] Jul 18 21:46:17.766 INFO O| Jul 18 21:46:17.766 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
92122024-07-18T21:46:18.918Z[ host-image] Jul 18 21:46:17.766 INFO O| Jul 18 21:46:17.766 INFO STEP 155 (remove_files) COMPLETE
92132024-07-18T21:46:18.921Z[ host-image] Jul 18 21:46:17.766 INFO O| Jul 18 21:46:17.766 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-07-18T21:46:18.934Z[ host-image] Jul 18 21:46:17.782 INFO O| Jul 18 21:46:17.781 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
92152024-07-18T21:46:18.934Z[ host-image] Jul 18 21:46:17.782 INFO O| Jul 18 21:46:17.782 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92162024-07-18T21:46:19.206Z[ recovery-image] Jul 18 21:46:18.053 INFO E| Compiling bitflags v1.3.2
92172024-07-18T21:46:19.209Z[ recovery-image] Jul 18 21:46:18.054 INFO E| Compiling adler v1.0.2
92182024-07-18T21:46:19.209Z[ recovery-image] Jul 18 21:46:18.054 INFO E| Compiling bit_field v0.10.2
92192024-07-18T21:46:19.209Z[ recovery-image] Jul 18 21:46:18.054 INFO E| Compiling log v0.4.21
92202024-07-18T21:46:19.209Z[ recovery-image] Jul 18 21:46:18.054 INFO E| Compiling scroll v0.12.0
92212024-07-18T21:46:19.209Z[ recovery-image] Jul 18 21:46:18.054 INFO E| Compiling plain v0.2.3
92222024-07-18T21:46:19.210Z[ recovery-image] Jul 18 21:46:18.054 INFO E| Compiling bitstruct v0.1.1
92232024-07-18T21:46:19.303Z[ recovery-image] Jul 18 21:46:18.150 INFO E| Compiling raw-cpuid v10.7.0
92242024-07-18T21:46:19.333Z[ recovery-image] Jul 18 21:46:18.180 INFO E| Compiling cpio_reader v0.1.1
92252024-07-18T21:46:19.387Z[ recovery-image] Jul 18 21:46:18.234 INFO E| Compiling miniz_oxide v0.7.2
92262024-07-18T21:46:19.535Z[ recovery-image] Jul 18 21:46:18.382 INFO E| Compiling static_assertions v1.1.0
92272024-07-18T21:46:19.715Z[ recovery-image] Jul 18 21:46:18.562 INFO E| Compiling goblin v0.8.0
92282024-07-18T21:46:26.884Z[ recovery-image] Jul 18 21:46:25.730 INFO E| Finished `release` profile [optimized] target(s) in 45.05s
92292024-07-18T21:46:26.907Z[ recovery-image] Jul 18 21:46:25.754 INFO building host image...
92302024-07-18T21:46:26.910Z[ recovery-image] Jul 18 21:46:25.754 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")
92312024-07-18T21:46:27.027Z[ host-image] Jul 18 21:46:25.874 INFO O| Jul 18 21:46:25.874 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
92322024-07-18T21:46:27.027Z[ host-image] Jul 18 21:46:25.874 INFO O| Jul 18 21:46:25.874 INFO E| svccfg: Loaded 74 smf(7) service descriptions
92332024-07-18T21:46:27.041Z[ host-image] Jul 18 21:46:25.888 INFO O| Jul 18 21:46:25.888 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92342024-07-18T21:46:27.121Z[ host-image] Jul 18 21:46:25.968 INFO O| Jul 18 21:46:25.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
92352024-07-18T21:46:27.121Z[ host-image] Jul 18 21:46:25.968 INFO O| Jul 18 21:46:25.968 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
92362024-07-18T21:46:27.124Z[ host-image] Jul 18 21:46:25.971 INFO O| Jul 18 21:46:25.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
92372024-07-18T21:46:27.124Z[ host-image] Jul 18 21:46:25.971 INFO O| Jul 18 21:46:25.971 INFO ok!
92382024-07-18T21:46:27.124Z[ host-image] Jul 18 21:46:25.971 INFO O| Jul 18 21:46:25.971 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
92392024-07-18T21:46:27.124Z[ host-image] Jul 18 21:46:25.971 INFO O| Jul 18 21:46:25.971 INFO STEP 156 (seed_smf) COMPLETE
92402024-07-18T21:46:27.124Z[ host-image] Jul 18 21:46:25.971 INFO O| Jul 18 21:46:25.971 INFO steps complete; finalising image!
92412024-07-18T21:46:27.124Z[ host-image] Jul 18 21:46:25.971 INFO O| Jul 18 21:46:25.971 INFO TRIM POOL: TEMPORARY-gimlet-zfs
92422024-07-18T21:46:27.275Z[ host-image] Jul 18 21:46:26.121 INFO O| Jul 18 21:46:26.121 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Thu Jul 18 21:46:25 2024)
92432024-07-18T21:46:27.473Z[ recovery-image] Jul 18 21:46:26.320 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92442024-07-18T21:46:27.484Z[ host-image] Jul 18 21:46:26.331 INFO O| Jul 18 21:46:26.331 INFO trim TEMPORARY-gimlet-zfs: (88% trimmed, started at Thu Jul 18 21:46:25 2024)
92452024-07-18T21:46:27.706Z[ host-image] Jul 18 21:46:26.553 INFO O| Jul 18 21:46:26.553 INFO temporary pool has 639M used, 193M avail, 1.91x compressratio
92462024-07-18T21:46:27.706Z[ host-image] Jul 18 21:46:26.553 INFO O| Jul 18 21:46:26.553 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
92472024-07-18T21:46:28.037Z[ host-image] Jul 18 21:46:26.884 INFO O| Jul 18 21:46:26.884 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
92482024-07-18T21:46:28.037Z[ host-image] Jul 18 21:46:26.884 INFO O| Jul 18 21:46:26.884 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
92492024-07-18T21:46:28.734Z[ recovery-image] Jul 18 21:46:27.576 INFO image complete! materials are in "/work/os-recovery"
92502024-07-18T21:46:28.737Z[ recovery-image]
92512024-07-18T21:46:28.737Z[ recovery-image] real 7:05.347838693
92522024-07-18T21:46:28.737Z[ recovery-image] user 4:44.769693824
92532024-07-18T21:46:28.737Z[ recovery-image] sys 1:12.044751944
92542024-07-18T21:46:28.737Z[ recovery-image] trap 0.241882277
92552024-07-18T21:46:28.737Z[ recovery-image] tflt 0.709164996
92562024-07-18T21:46:28.737Z[ recovery-image] dflt 1.605525972
92572024-07-18T21:46:28.737Z[ recovery-image] kflt 0.000094857
92582024-07-18T21:46:28.737Z[ recovery-image] lock 9:44.287382506
92592024-07-18T21:46:28.737Z[ recovery-image] slp 41:09.106145229
92602024-07-18T21:46:28.737Z[ recovery-image] lat 1:40.932816365
92612024-07-18T21:46:28.737Z[ recovery-image] stop 4.254700107
92622024-07-18T21:46:28.737ZJul 18 21:46:27.583 INFO [recovery-image] process exited with exit status: 0 (425.368835499s)
92632024-07-18T21:46:29.097Z[ host-image] Jul 18 21:46:27.943 INFO O| Jul 18 21:46:27.943 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
92642024-07-18T21:46:29.097Z[ host-image] Jul 18 21:46:27.943 INFO O| Jul 18 21:46:27.943 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
92652024-07-18T21:46:29.099Z[ host-image] Jul 18 21:46:27.943 INFO O| Jul 18 21:46:27.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
92662024-07-18T21:46:29.099Z[ host-image] Jul 18 21:46:27.943 INFO O| Jul 18 21:46:27.943 INFO completed processing gimlet/zfs
92672024-07-18T21:46:29.100Z[ host-image] Jul 18 21:46:27.943 INFO O| Jul 18 21:46:27.943 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
92682024-07-18T21:46:35.233Z[ host-image] Jul 18 21:46:34.079 INFO O| Jul 18 21:46:34.079 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
92692024-07-18T21:46:35.326Z[ host-image] Jul 18 21:46:34.173 INFO BUILD STRING "heads/stlouis-0-gc5ba6ca166\n"
92702024-07-18T21:46:35.326Z[ host-image] Jul 18 21:46:34.173 INFO expanded image name: "ci 173c3a2/${os_short_commit} 2024-07-18 21:18" -> "ci 173c3a2/c5ba6ca 2024-07-18 21:18"
92712024-07-18T21:46:35.329Z[ host-image] Jul 18 21:46:34.173 INFO output artefacts stored in: "/work/os-host"
92722024-07-18T21:46:35.329Z[ host-image] Jul 18 21:46:34.173 INFO collecting git info from project "pilot"...
92732024-07-18T21:46:35.333Z[ host-image] Jul 18 21:46:34.180 INFO collecting git info from project "chelsio-t6-roms"...
92742024-07-18T21:46:35.338Z[ host-image] Jul 18 21:46:34.184 INFO collecting git info from project "image-builder"...
92752024-07-18T21:46:35.342Z[ host-image] Jul 18 21:46:34.189 INFO collecting git info from project "bootserver"...
92762024-07-18T21:46:35.346Z[ host-image] Jul 18 21:46:34.193 INFO collecting git info from project "phbl"...
92772024-07-18T21:46:35.351Z[ host-image] Jul 18 21:46:34.198 INFO collecting git info from project "amd-host-image-builder"...
92782024-07-18T21:46:35.365Z[ host-image] Jul 18 21:46:34.211 INFO collecting git info from project "pinprick"...
92792024-07-18T21:46:35.369Z[ host-image] Jul 18 21:46:34.216 INFO collecting git info from project "amd-firmware"...
92802024-07-18T21:46:35.378Z[ host-image] Jul 18 21:46:34.224 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92812024-07-18T21:46:35.743Z[ host-image] Jul 18 21:46:34.589 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92822024-07-18T21:46:36.095Z[ host-image] Jul 18 21:46:34.941 INFO creating Oxide boot image...
92832024-07-18T21:46:36.095Z[ host-image] Jul 18 21:46:34.941 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 173c3a2/c5ba6ca 2024-07-18 21:18", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
92842024-07-18T21:46:37.030Z[ host-image] Jul 18 21:46:35.876 INFO O| ok, image written!
92852024-07-18T21:46:37.030Z[ host-image] Jul 18 21:46:35.876 INFO O| ok, boot_image_csum file written!
92862024-07-18T21:46:37.033Z[ host-image] Jul 18 21:46:35.879 INFO creating boot archive (CPIO)...
92872024-07-18T21:46:37.033Z[ host-image] Jul 18 21:46:35.879 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
92882024-07-18T21:46:37.040Z[ host-image] Jul 18 21:46:35.886 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
92892024-07-18T21:46:37.040Z[ host-image] Jul 18 21:46:35.886 INFO E| + outfile=/work/os-host/cpio
92902024-07-18T21:46:37.042Z[ host-image] Jul 18 21:46:35.886 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
92912024-07-18T21:46:37.042Z[ host-image] Jul 18 21:46:35.888 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
92922024-07-18T21:46:37.042Z[ host-image] Jul 18 21:46:35.889 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
92932024-07-18T21:46:37.079Z[ host-image] Jul 18 21:46:35.926 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
92942024-07-18T21:46:37.079Z[ host-image] Jul 18 21:46:35.926 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
92952024-07-18T21:46:37.087Z[ host-image] Jul 18 21:46:35.934 INFO creating compressed cpio/unix for nanobl-rs...
92962024-07-18T21:46:37.087Z[ host-image] Jul 18 21:46:35.934 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
92972024-07-18T21:46:37.365Z[ host-image] Jul 18 21:46:36.211 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
92982024-07-18T21:46:41.605Z[ host-image] Jul 18 21:46:40.451 INFO creating reset image...
92992024-07-18T21:46:41.605Z[ host-image] Jul 18 21:46:40.451 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
93002024-07-18T21:46:41.702Z[ host-image] Jul 18 21:46:40.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
93012024-07-18T21:46:41.705Z[ host-image] Jul 18 21:46:40.549 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
93022024-07-18T21:46:41.770Z[ host-image] Jul 18 21:46:40.616 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
93032024-07-18T21:46:44.027Z[ host-image] Jul 18 21:46:42.873 INFO E| Finished `release` profile [optimized] target(s) in 2.31s
93042024-07-18T21:46:44.039Z[ host-image] Jul 18 21:46:42.885 INFO building host image...
93052024-07-18T21:46:44.042Z[ host-image] Jul 18 21:46:42.885 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")
93062024-07-18T21:46:44.517Z[ host-image] Jul 18 21:46:43.363 INFO finishing image archive at "/work/os-host/os.tar.gz"...
93072024-07-18T21:47:24.379Z[ host-image] Jul 18 21:47:23.223 INFO image complete! materials are in "/work/os-host"
93082024-07-18T21:47:24.381Z[ host-image]
93092024-07-18T21:47:24.382Z[ host-image] real 8:18.665295093
93102024-07-18T21:47:24.384Z[ host-image] user 3:55.842508703
93112024-07-18T21:47:24.384Z[ host-image] sys 52.616652118
93122024-07-18T21:47:24.384Z[ host-image] trap 0.156160896
93132024-07-18T21:47:24.384Z[ host-image] tflt 0.017203972
93142024-07-18T21:47:24.384Z[ host-image] dflt 0.020001170
93152024-07-18T21:47:24.384Z[ host-image] kflt 0.000004208
93162024-07-18T21:47:24.384Z[ host-image] lock 3:47.839158643
93172024-07-18T21:47:24.384Z[ host-image] slp 45:30.946667362
93182024-07-18T21:47:24.384Z[ host-image] lat 1:13.879026448
93192024-07-18T21:47:24.384Z[ host-image] stop 0.757482423
93202024-07-18T21:47:24.384ZJul 18 21:47:23.227 INFO [host-image] process exited with exit status: 0 (498.719574517s)
93212024-07-18T21:47:24.384ZJul 18 21:47:23.227 INFO [tuf-repo] running task
93222024-07-18T21:47:31.345ZJul 18 21:47:30.188 INFO assembling repository in `/tmp/tufaceouskG4lRp`, component: OmicronRepoAssembler
93232024-07-18T21:47:35.891ZJul 18 21:47:34.735 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
93242024-07-18T21:47:36.108ZJul 18 21:47:34.952 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
93252024-07-18T21:47:47.227ZJul 18 21:47:46.064 INFO [tuf-repo] task succeeded (22.836994228s)
93262024-07-18T21:47:47.227ZJul 18 21:47:46.064 INFO all jobs completed in 1770.070858917s
93272024-07-18T21:47:47.760Zprocess exited: duration 2292243 ms, exit code 0
 
93282024-07-18T21:47:47.775Zfound 33 output files
93292024-07-18T21:47:47.790Zuploading: /work/manifest.toml (8404 bytes)
93302024-07-18T21:47:48.800Zuploaded: /work/manifest.toml
93312024-07-18T21:47:48.801Zuploading: /work/repo.zip (1733378510 bytes)
93322024-07-18T21:48:23.357Zuploaded: /work/repo.zip
93332024-07-18T21:48:23.357Zuploading: /work/repo.zip.sha256.txt (65 bytes)
93342024-07-18T21:48:24.381Zuploaded: /work/repo.zip.sha256.txt
93352024-07-18T21:48:24.381Zuploading: /work/helios-setup.log (54458 bytes)
93362024-07-18T21:48:25.394Zuploaded: /work/helios-setup.log
93372024-07-18T21:48:25.394Zuploading: /work/host-image.log (195402 bytes)
93382024-07-18T21:48:26.409Zuploaded: /work/host-image.log
93392024-07-18T21:48:26.409Zuploading: /work/host-package.log (16900 bytes)
93402024-07-18T21:48:27.419Zuploaded: /work/host-package.log
93412024-07-18T21:48:27.419Zuploading: /work/host-target.log (101 bytes)
93422024-07-18T21:48:28.428Zuploaded: /work/host-target.log
93432024-07-18T21:48:28.428Zuploading: /work/omicron-package.log (4439 bytes)
93442024-07-18T21:48:29.437Zuploaded: /work/omicron-package.log
93452024-07-18T21:48:29.439Zuploading: /work/phbl-toolchain.log (881 bytes)
93462024-07-18T21:48:30.445Zuploaded: /work/phbl-toolchain.log
93472024-07-18T21:48:30.445Zuploading: /work/recovery-image.log (592126 bytes)
93482024-07-18T21:48:31.468Zuploaded: /work/recovery-image.log
93492024-07-18T21:48:31.468Zuploading: /work/recovery-package.log (282 bytes)
93502024-07-18T21:48:32.478Zuploaded: /work/recovery-package.log
93512024-07-18T21:48:32.478Zuploading: /work/recovery-target.log (57 bytes)
93522024-07-18T21:48:33.486Zuploaded: /work/recovery-target.log
93532024-07-18T21:48:33.486Zuploading: /work/stamp-clickhouse.log (117 bytes)
93542024-07-18T21:48:34.494Zuploaded: /work/stamp-clickhouse.log
93552024-07-18T21:48:34.494Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
93562024-07-18T21:48:35.503Zuploaded: /work/stamp-clickhouse_keeper.log
93572024-07-18T21:48:35.503Zuploading: /work/stamp-cockroachdb.log (118 bytes)
93582024-07-18T21:48:36.511Zuploaded: /work/stamp-cockroachdb.log
93592024-07-18T21:48:36.512Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
93602024-07-18T21:48:37.520Zuploaded: /work/stamp-crucible-dtrace.log
93612024-07-18T21:48:37.520Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
93622024-07-18T21:48:38.528Zuploaded: /work/stamp-crucible-pantry-zone.log
93632024-07-18T21:48:38.528Zuploading: /work/stamp-crucible-zone.log (120 bytes)
93642024-07-18T21:48:39.537Zuploaded: /work/stamp-crucible-zone.log
93652024-07-18T21:48:39.537Zuploading: /work/stamp-external-dns.log (119 bytes)
93662024-07-18T21:48:40.547Zuploaded: /work/stamp-external-dns.log
93672024-07-18T21:48:40.547Zuploading: /work/stamp-installinator.log (103 bytes)
93682024-07-18T21:48:41.556Zuploaded: /work/stamp-installinator.log
93692024-07-18T21:48:41.556Zuploading: /work/stamp-internal-dns.log (119 bytes)
93702024-07-18T21:48:42.564Zuploaded: /work/stamp-internal-dns.log
93712024-07-18T21:48:42.564Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
93722024-07-18T21:48:43.573Zuploaded: /work/stamp-mg-ddm-gz.log
93732024-07-18T21:48:43.573Zuploading: /work/stamp-nexus.log (112 bytes)
93742024-07-18T21:48:44.582Zuploaded: /work/stamp-nexus.log
93752024-07-18T21:48:44.582Zuploading: /work/stamp-ntp.log (110 bytes)
93762024-07-18T21:48:45.590Zuploaded: /work/stamp-ntp.log
93772024-07-18T21:48:45.590Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
93782024-07-18T21:48:46.599Zuploaded: /work/stamp-omicron-sled-agent.log
93792024-07-18T21:48:46.599Zuploading: /work/stamp-overlay.log (114 bytes)
93802024-07-18T21:48:47.607Zuploaded: /work/stamp-overlay.log
93812024-07-18T21:48:47.607Zuploading: /work/stamp-oximeter.log (115 bytes)
93822024-07-18T21:48:48.617Zuploaded: /work/stamp-oximeter.log
93832024-07-18T21:48:48.617Zuploading: /work/stamp-oxlog.log (109 bytes)
93842024-07-18T21:48:49.626Zuploaded: /work/stamp-oxlog.log
93852024-07-18T21:48:49.626Zuploading: /work/stamp-probe.log (112 bytes)
93862024-07-18T21:48:50.634Zuploaded: /work/stamp-probe.log
93872024-07-18T21:48:50.637Zuploading: /work/stamp-propolis-server.log (122 bytes)
93882024-07-18T21:48:51.643Zuploaded: /work/stamp-propolis-server.log
93892024-07-18T21:48:51.643Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
93902024-07-18T21:48:52.651Zuploaded: /work/stamp-pumpkind-gz.log
93912024-07-18T21:48:52.651Zuploading: /work/stamp-switch-asic.log (118 bytes)
93922024-07-18T21:48:53.661Zuploaded: /work/stamp-switch-asic.log
93932024-07-18T21:48:53.661Zuploading: /work/verify-libraries.log (1421 bytes)
93942024-07-18T21:48:54.670Zuploaded: /work/verify-libraries.log