01J7C5TR86CXN5QBXMA3FAJRS3: 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: 01J7C5VCJ326N21AH5YT4DR9R1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-09T20:00:49.073Zjob assigned to worker 01J7C5Z0KWEJWADACD0PJMM3BT (queued for 2 m 24 s)
 
22024-09-09T20:00:49.190Zstarting task 0: "setup"
32024-09-09T20:00:49.214Z++ uname -s
42024-09-09T20:00:49.214Z+ kern=SunOS
52024-09-09T20:00:49.214Z+ case "$kern" in
62024-09-09T20:00:49.214Z+ groupadd -g 12345 build
72024-09-09T20:00:49.214Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-09T20:00:51.220Z+ zfs create -o mountpoint=/work rpool/work
92024-09-09T20:00:51.256Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-09T20:00:51.279Z+ home_fs=zfs
112024-09-09T20:00:51.280Z+ [[ zfs == autofs ]]
122024-09-09T20:00:51.280Z+ mkdir -p /home/build
132024-09-09T20:00:51.280Z+ chown build:build /home/build /work
142024-09-09T20:00:53.266Z+ chmod 0700 /home/build /work
152024-09-09T20:00:53.290Zprocess exited: duration 4081 ms, exit code 0
 
162024-09-09T20:00:53.338Zstarting task 1: "rust-toolchain"
172024-09-09T20:00:53.362Z+ printf ' * toolchain channel = "%s"
182024-09-09T20:00:53.362Z * toolchain channel = "1.80.1"
192024-09-09T20:00:53.362Z' 1.80.1
202024-09-09T20:00:53.362Z+ printf ' * toolchain profile = "%s"
212024-09-09T20:00:53.362Z' default
222024-09-09T20:00:53.362Z * toolchain profile = "default"
232024-09-09T20:00:53.362Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-09T20:00:53.362Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-09T20:00:53.496Zinfo: downloading installer
262024-09-09T20:00:54.126Zinfo: profile set to 'default'
272024-09-09T20:00:54.126Zinfo: default host triple is x86_64-unknown-illumos
282024-09-09T20:00:54.126Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-09T20:00:54.217Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-09T20:00:54.217Zinfo: downloading component 'cargo'
312024-09-09T20:00:54.370Zinfo: downloading component 'clippy'
322024-09-09T20:00:54.427Zinfo: downloading component 'rust-docs'
332024-09-09T20:00:54.623Zinfo: downloading component 'rust-std'
342024-09-09T20:00:54.889Zinfo: downloading component 'rustc'
352024-09-09T20:00:55.783Zinfo: downloading component 'rustfmt'
362024-09-09T20:00:55.833Zinfo: installing component 'cargo'
372024-09-09T20:00:56.931Zinfo: installing component 'clippy'
382024-09-09T20:00:57.387Zinfo: installing component 'rust-docs'
392024-09-09T20:01:00.257Zinfo: installing component 'rust-std'
402024-09-09T20:01:02.297Zinfo: installing component 'rustc'
412024-09-09T20:01:07.393Zinfo: installing component 'rustfmt'
422024-09-09T20:01:07.787Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-09T20:01:07.787Z
442024-09-09T20:01:07.911Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-09T20:01:07.911Z
462024-09-09T20:01:07.911Z
472024-09-09T20:01:07.911ZRust is installed now. Great!
482024-09-09T20:01:07.911Z
492024-09-09T20:01:07.911ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-09T20:01:07.911Zenvironment variable. This has not been done automatically.
512024-09-09T20:01:07.911Z
522024-09-09T20:01:07.911ZTo configure your current shell, you need to source
532024-09-09T20:01:07.911Zthe corresponding env file under $HOME/.cargo.
542024-09-09T20:01:07.911Z
552024-09-09T20:01:07.911ZThis is usually done by running one of the following (note the leading DOT):
562024-09-09T20:01:07.911Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-09T20:01:07.911Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-09T20:01:07.988Z+ rustc --version
592024-09-09T20:01:08.116Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-09T20:01:08.140Zprocess exited: duration 14782 ms, exit code 0
 
612024-09-09T20:01:08.187Zstarting task 2: "authentication"
622024-09-09T20:01:08.251Zprocess exited: duration 63 ms, exit code 0
 
632024-09-09T20:01:08.298Zstarting task 3: "clone repository"
642024-09-09T20:01:08.322Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-09T20:01:08.323Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-09T20:01:08.346ZCloning into '/work/oxidecomputer/omicron'...
672024-09-09T20:01:13.790Z+ cd /work/oxidecomputer/omicron
682024-09-09T20:01:13.790Z+ git fetch origin 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d
692024-09-09T20:01:14.220ZFrom https://github.com/oxidecomputer/omicron
702024-09-09T20:01:14.220Z * branch 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d -> FETCH_HEAD
712024-09-09T20:01:14.244Z+ [[ -n eliza/fix-instance-list-by-sled ]]
722024-09-09T20:01:14.244Z++ git branch --show-current
732024-09-09T20:01:14.244Z+ current=main
742024-09-09T20:01:14.244Z+ [[ main != eliza/fix-instance-list-by-sled ]]
752024-09-09T20:01:14.244Z+ git branch -f eliza/fix-instance-list-by-sled 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d
762024-09-09T20:01:14.267Z+ git checkout -f eliza/fix-instance-list-by-sled
772024-09-09T20:01:14.291ZSwitched to branch 'eliza/fix-instance-list-by-sled'
782024-09-09T20:01:14.314Z+ git reset --hard 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d
792024-09-09T20:01:14.342ZHEAD is now at 6f400293b query review feedback from @davepacheco
802024-09-09T20:01:14.366Zprocess exited: duration 6046 ms, exit code 0
 
812024-09-09T20:01:14.413Zstarting task 4: "build"
822024-09-09T20:01:14.437Z+ cargo --version
832024-09-09T20:01:14.498Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-09T20:01:14.525Z+ rustc --version
852024-09-09T20:01:14.583Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-09T20:01:14.606Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-09T20:01:20.549Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-09T20:01:23.567Z Startup: Caching catalogs ... Done
892024-09-09T20:01:26.511ZPlanning: Solver setup ... Done (2.227s)
902024-09-09T20:01:26.550ZPlanning: Running solver ... Done (0.039s)
912024-09-09T20:01:26.594ZPlanning: Finding local manifests ... Done (0.002s)
922024-09-09T20:01:26.674ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-09T20:01:27.156ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-09T20:01:27.308ZPlanning: Package planning ... Done (0.152s)
952024-09-09T20:01:27.375ZPlanning: Merging actions ... Done (0.068s)
962024-09-09T20:01:27.812ZPlanning: Checking for conflicting actions ... Done (0.436s)
972024-09-09T20:01:29.120ZPlanning: Consolidating action changes ... Done (1.307s)
982024-09-09T20:01:29.612ZPlanning: Evaluating mediators ... Done (0.492s)
992024-09-09T20:01:29.721ZPlanning: Planning completed in 6.08 seconds
1002024-09-09T20:01:29.744Z Packages to install: 4
1012024-09-09T20:01:29.744Z Packages to update: 1
1022024-09-09T20:01:29.744Z Mediators to change: 2
1032024-09-09T20:01:29.744Z Services to change: 1
1042024-09-09T20:01:29.744Z Estimated space available: 148.82 GB
1052024-09-09T20:01:29.744ZEstimated space to be consumed: 1.53 GB
1062024-09-09T20:01:29.745Z Create boot environment: No
1072024-09-09T20:01:29.745ZCreate backup boot environment: Yes
1082024-09-09T20:01:29.745Z Rebuild boot archive: No
1092024-09-09T20:01:29.745Z
1102024-09-09T20:01:29.745ZChanged mediators:
1112024-09-09T20:01:29.745Z mediator clang:
1122024-09-09T20:01:29.745Z version: None -> 15 (system default)
1132024-09-09T20:01:29.745Z
1142024-09-09T20:01:29.745Z mediator llvm:
1152024-09-09T20:01:29.745Z version: 14 (system default) -> 15 (system default)
1162024-09-09T20:01:29.745Z
1172024-09-09T20:01:29.745ZChanged packages:
1182024-09-09T20:01:29.745Zhelios-dev
1192024-09-09T20:01:29.745Z developer/build-essential
1202024-09-09T20:01:29.745Z None -> 11-2.0
1212024-09-09T20:01:29.745Z library/libxmlsec1
1222024-09-09T20:01:29.745Z None -> 1.2.35-2.0
1232024-09-09T20:01:29.745Z ooce/developer/clang-15
1242024-09-09T20:01:29.745Z None -> 15.0.7-2.0
1252024-09-09T20:01:29.745Z ooce/developer/llvm-15
1262024-09-09T20:01:29.745Z None -> 15.0.7-2.0
1272024-09-09T20:01:29.745Z package/pkg
1282024-09-09T20:01:29.746Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-09T20:01:29.746Z
1302024-09-09T20:01:29.746ZServices:
1312024-09-09T20:01:29.746Z restart_fmri:
1322024-09-09T20:01:29.746Z svc:/system/update-man-index:default
1332024-09-09T20:01:29.746Z
1342024-09-09T20:01:29.746ZEditable files to change:
1352024-09-09T20:01:29.746Z Update:
1362024-09-09T20:01:29.746Z usr/share/lib/pkg/web/config.shtml
1372024-09-09T20:01:29.838Z
1382024-09-09T20:01:29.838ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-09T20:01:34.840ZDownload: 1202/4281 items 84.3/220.6MB 38% complete (17.2M/s)
1402024-09-09T20:01:39.840ZDownload: 3125/4281 items 130.5/220.6MB 59% complete (13.0M/s)
1412024-09-09T20:01:44.841ZDownload: 3780/4281 items 217.2/220.6MB 98% complete (13.4M/s)
1422024-09-09T20:01:46.079ZDownload: Completed 220.60 MB in 16.24 seconds (13.6M/s)
1432024-09-09T20:01:47.586Z Actions: 1/5063 actions (Removing old actions)
1442024-09-09T20:01:47.609Z Actions: 194/5063 actions (Installing new actions)
1452024-09-09T20:01:52.660Z Actions: 3841/5063 actions (Installing new actions)
1462024-09-09T20:01:53.802Z Actions: 4226/5063 actions (Updating modified actions)
1472024-09-09T20:01:54.214Z Actions: Completed 5063 actions in 6.62 seconds.
1482024-09-09T20:01:54.641Z Done (0.427s)
1492024-09-09T20:01:54.667Z Done (0.000s)
1502024-09-09T20:01:55.115Z Done (0.473s)
1512024-09-09T20:02:00.891Z Done (5.619s)
1522024-09-09T20:02:01.003Z Done (0.020s)
1532024-09-09T20:02:01.026Z Done (0.000s)
1542024-09-09T20:02:01.207Z Done (0.000s)
1552024-09-09T20:02:01.983ZPlanning: Evaluating mediator changes ... Done
1562024-09-09T20:02:02.260ZPlanning: Checking for conflicting actions ... Done
1572024-09-09T20:02:02.284ZPlanning: Consolidating action changes ... Done
1582024-09-09T20:02:02.615ZPlanning: Evaluating mediators ... Done
1592024-09-09T20:02:02.639ZPlanning: Planning completed in 0.63 seconds
1602024-09-09T20:02:02.663Z Mediators to change: 2
1612024-09-09T20:02:02.663Z Create boot environment: No
1622024-09-09T20:02:02.663ZCreate backup boot environment: No
1632024-09-09T20:02:02.730Z Done
1642024-09-09T20:02:02.730Z Done
1652024-09-09T20:02:03.104Z Done
1662024-09-09T20:02:08.101Z Done
1672024-09-09T20:02:08.202Z Done
1682024-09-09T20:02:08.226Z Done
1692024-09-09T20:02:08.274Z Done
1702024-09-09T20:02:09.137ZPlanning: Evaluating mediator changes ... Done
1712024-09-09T20:02:09.161ZPlanning: Merging actions ... Done
1722024-09-09T20:02:09.379ZPlanning: Checking for conflicting actions ... Done
1732024-09-09T20:02:09.403ZPlanning: Consolidating action changes ... Done
1742024-09-09T20:02:09.733ZPlanning: Evaluating mediators ... Done
1752024-09-09T20:02:09.804ZPlanning: Planning completed in 0.99 seconds
1762024-09-09T20:02:09.851Z Packages to change: 1
1772024-09-09T20:02:09.851Z Mediators to change: 1
1782024-09-09T20:02:09.851Z Services to change: 1
1792024-09-09T20:02:09.851Z Create boot environment: No
1802024-09-09T20:02:09.851ZCreate backup boot environment: Yes
1812024-09-09T20:02:11.403Z Actions: 1/6 actions (Updating modified actions)
1822024-09-09T20:02:11.427Z Actions: Completed 6 actions in 0.00 seconds.
1832024-09-09T20:02:11.427Z Done
1842024-09-09T20:02:11.427Z Done
1852024-09-09T20:02:11.506Z Done
1862024-09-09T20:02:16.450Z Done
1872024-09-09T20:02:16.551Z Done
1882024-09-09T20:02:16.551Z Done
1892024-09-09T20:02:16.601Z Done
1902024-09-09T20:02:17.186ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-09-09T20:02:17.186Zclang system 15 system
1922024-09-09T20:02:17.186Zcsh system system illumos
1932024-09-09T20:02:17.186Zctags system system illumos
1942024-09-09T20:02:17.186Zgcc vendor 12 vendor
1952024-09-09T20:02:17.186Zgcc system 10 system
1962024-09-09T20:02:17.186Zgcc system 7 system
1972024-09-09T20:02:17.186Zgo system 1.20 system
1982024-09-09T20:02:17.186Zgo system 1.19 system
1992024-09-09T20:02:17.186Zllvm system 15 system
2002024-09-09T20:02:17.186Zllvm system 14 system
2012024-09-09T20:02:17.186Zmariadb system 10.6 system
2022024-09-09T20:02:17.186Zmta vendor vendor dma
2032024-09-09T20:02:17.186Zopenjdk system 17 system
2042024-09-09T20:02:17.186Zopenjdk system 11 system
2052024-09-09T20:02:17.186Zopenjdk system 1.8 system
2062024-09-09T20:02:17.186Zopenssl vendor 3 vendor
2072024-09-09T20:02:17.186Zperl system 5.36 system
2082024-09-09T20:02:17.186Zpostgresql system 15 system
2092024-09-09T20:02:17.186Zpostgresql system 13 system
2102024-09-09T20:02:17.186Zpython vendor 3 vendor
2112024-09-09T20:02:17.186Zpython system 2 system
2122024-09-09T20:02:17.186Zpython3 system 3.11 system
2132024-09-09T20:02:17.186Zruby system 3.0 system
2142024-09-09T20:02:17.187Zwords vendor vendor american-english
2152024-09-09T20:02:17.187Zwords system system australian-english
2162024-09-09T20:02:17.187Zwords system system british-english
2172024-09-09T20:02:17.187Zwords system system canadian-english
2182024-09-09T20:02:17.187Zwords system system french
2192024-09-09T20:02:17.187Zwords system system italian
2202024-09-09T20:02:17.187Zwords system system ngerman
2212024-09-09T20:02:17.187Zwords system system ogerman
2222024-09-09T20:02:17.187Zwords system system spanish
2232024-09-09T20:02:17.616ZPUBLISHER TYPE STATUS P LOCATION
2242024-09-09T20:02:17.616Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-09-09T20:02:19.998ZFMRI IFO
2262024-09-09T20:02:19.998Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-09-09T20:02:19.998Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-09-09T20:02:19.998Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-09-09T20:02:19.998Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-09-09T20:02:19.998Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-09-09T20:02:19.998Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-09-09T20:02:19.998Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-09-09T20:02:19.998Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-09-09T20:02:19.998Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-09-09T20:02:19.998Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-09-09T20:02:19.998Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-09-09T20:02:19.998Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-09-09T20:02:19.998Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-09-09T20:02:20.772Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-09-09T20:02:21.195Z Updating crates.io index
2412024-09-09T20:02:21.227Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-09-09T20:02:22.109Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-09-09T20:02:23.058Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-09-09T20:02:23.460Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-09-09T20:02:25.188Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-09-09T20:02:25.538Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-09-09T20:02:25.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-09-09T20:02:27.149Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-09-09T20:02:29.349Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-09-09T20:02:30.432Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-09-09T20:02:31.184Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-09-09T20:02:31.531Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-09-09T20:02:32.169Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-09-09T20:02:32.609Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-09-09T20:02:33.094Z Updating git repository `https://github.com/oxidecomputer/qorb`
2562024-09-09T20:02:33.585Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-09-09T20:02:34.214Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-09-09T20:02:34.562Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-09-09T20:02:34.939Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-09-09T20:02:35.288Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-09-09T20:02:35.649Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-09-09T20:02:36.052Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-09-09T20:02:36.474Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-09-09T20:02:36.956Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-09-09T20:02:37.244Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-09-09T20:02:37.798Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-09-09T20:02:38.380Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-09-09T20:02:38.952Z Updating git repository `https://github.com/oxidecomputer/typify`
2692024-09-09T20:02:41.402Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702024-09-09T20:02:41.765Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712024-09-09T20:02:42.179Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722024-09-09T20:02:42.625Z Updating git repository `https://github.com/oxidecomputer/rfb`
2732024-09-09T20:02:44.082Z Downloading crates ...
2742024-09-09T20:02:44.142Z Downloaded equivalent v1.0.1
2752024-09-09T20:02:44.167Z Downloaded anstyle-query v1.0.3
2762024-09-09T20:02:44.167Z Downloaded bytecount v0.6.8
2772024-09-09T20:02:44.167Z Downloaded utf8parse v0.2.1
2782024-09-09T20:02:44.167Z Downloaded scroll_derive v0.12.0
2792024-09-09T20:02:44.167Z Downloaded unicode-linebreak v0.1.5
2802024-09-09T20:02:44.167Z Downloaded thread-id v4.2.1
2812024-09-09T20:02:44.167Z Downloaded zerocopy-derive v0.7.34
2822024-09-09T20:02:44.217Z Downloaded unicode-ident v1.0.12
2832024-09-09T20:02:44.217Z Downloaded typenum v1.17.0
2842024-09-09T20:02:44.217Z Downloaded winnow v0.6.18
2852024-09-09T20:02:44.241Z Downloaded syn v2.0.74
2862024-09-09T20:02:44.241Z Downloaded serde_json v1.0.125
2872024-09-09T20:02:44.241Z Downloaded zerocopy v0.7.34
2882024-09-09T20:02:44.265Z Downloaded version_check v0.9.5
2892024-09-09T20:02:44.266Z Downloaded syn v1.0.109
2902024-09-09T20:02:44.266Z Downloaded unicode-width v0.1.13
2912024-09-09T20:02:44.289Z Downloaded rustix v0.38.34
2922024-09-09T20:02:44.313Z Downloaded usdt-macro v0.5.0
2932024-09-09T20:02:44.313Z Downloaded usdt-attr-macro v0.5.0
2942024-09-09T20:02:44.313Z Downloaded ucd-trie v0.1.6
2952024-09-09T20:02:44.313Z Downloaded toml_edit v0.22.20
2962024-09-09T20:02:44.338Z Downloaded toml v0.8.19
2972024-09-09T20:02:44.338Z Downloaded thiserror-impl v1.0.63
2982024-09-09T20:02:44.338Z Downloaded textwrap v0.16.1
2992024-09-09T20:02:44.338Z Downloaded tempfile v3.10.1
3002024-09-09T20:02:44.338Z Downloaded tabled v0.15.0
3012024-09-09T20:02:44.362Z Downloaded strsim v0.11.1
3022024-09-09T20:02:44.362Z Downloaded sha2 v0.10.8
3032024-09-09T20:02:44.362Z Downloaded serde_spanned v0.6.7
3042024-09-09T20:02:44.362Z Downloaded serde_derive v1.0.208
3052024-09-09T20:02:44.386Z Downloaded semver v1.0.23
3062024-09-09T20:02:44.386Z Downloaded scroll v0.12.0
3072024-09-09T20:02:44.386Z Downloaded proc-macro2 v1.0.86
3082024-09-09T20:02:44.386Z Downloaded proc-macro-error v1.0.4
3092024-09-09T20:02:44.386Z Downloaded plain v0.2.3
3102024-09-09T20:02:44.386Z Downloaded pest_generator v2.7.10
3112024-09-09T20:02:44.386Z Downloaded pest v2.7.10
3122024-09-09T20:02:44.386Z Downloaded once_cell v1.19.0
3132024-09-09T20:02:44.412Z Downloaded memchr v2.7.2
3142024-09-09T20:02:44.412Z Downloaded log v0.4.21
3152024-09-09T20:02:44.412Z Downloaded libc v0.2.158
3162024-09-09T20:02:44.437Z Downloaded is_terminal_polyfill v1.70.0
3172024-09-09T20:02:44.437Z Downloaded heck v0.5.0
3182024-09-09T20:02:44.437Z Downloaded clap_builder v4.5.15
3192024-09-09T20:02:44.462Z Downloaded serde v1.0.208
3202024-09-09T20:02:44.462Z Downloaded pest_meta v2.7.10
3212024-09-09T20:02:44.462Z Downloaded papergrid v0.11.0
3222024-09-09T20:02:44.462Z Downloaded indexmap v2.4.0
3232024-09-09T20:02:44.462Z Downloaded hashbrown v0.14.5
3242024-09-09T20:02:44.487Z Downloaded goblin v0.8.2
3252024-09-09T20:02:44.487Z Downloaded fastrand v2.1.0
3262024-09-09T20:02:44.487Z Downloaded terminal_size v0.3.0
3272024-09-09T20:02:44.487Z Downloaded tabled_derive v0.7.0
3282024-09-09T20:02:44.487Z Downloaded quote v1.0.36
3292024-09-09T20:02:44.487Z Downloaded clap_lex v0.7.0
3302024-09-09T20:02:44.487Z Downloaded usdt-impl v0.5.0
3312024-09-09T20:02:44.487Z Downloaded usdt v0.5.0
3322024-09-09T20:02:44.487Z Downloaded ryu v1.0.18
3332024-09-09T20:02:44.487Z Downloaded pest_derive v2.7.10
3342024-09-09T20:02:44.487Z Downloaded fs-err v2.11.0
3352024-09-09T20:02:44.513Z Downloaded digest v0.10.7
3362024-09-09T20:02:44.513Z Downloaded cpufeatures v0.2.12
3372024-09-09T20:02:44.513Z Downloaded clap v4.5.16
3382024-09-09T20:02:44.513Z Downloaded cfg-if v1.0.0
3392024-09-09T20:02:44.513Z Downloaded cargo_metadata v0.18.1
3402024-09-09T20:02:44.513Z Downloaded camino-tempfile v1.1.1
3412024-09-09T20:02:44.513Z Downloaded camino v1.1.9
3422024-09-09T20:02:44.513Z Downloaded macaddr v1.0.1
3432024-09-09T20:02:44.537Z Downloaded itoa v1.0.11
3442024-09-09T20:02:44.537Z Downloaded dtrace-parser v0.2.0
3452024-09-09T20:02:44.537Z Downloaded cargo_toml v0.20.4
3462024-09-09T20:02:44.538Z Downloaded bitflags v2.6.0
3472024-09-09T20:02:44.538Z Downloaded anyhow v1.0.86
3482024-09-09T20:02:44.538Z Downloaded proc-macro-error-attr v1.0.4
3492024-09-09T20:02:44.538Z Downloaded memmap v0.7.0
3502024-09-09T20:02:44.538Z Downloaded heck v0.4.1
3512024-09-09T20:02:44.538Z Downloaded generic-array v0.14.7
3522024-09-09T20:02:44.538Z Downloaded errno v0.3.9
3532024-09-09T20:02:44.538Z Downloaded dof v0.3.0
3542024-09-09T20:02:44.538Z Downloaded colorchoice v1.0.1
3552024-09-09T20:02:44.538Z Downloaded anstream v0.6.14
3562024-09-09T20:02:44.563Z Downloaded toml_datetime v0.6.8
3572024-09-09T20:02:44.563Z Downloaded thiserror v1.0.63
3582024-09-09T20:02:44.563Z Downloaded swrite v0.1.0
3592024-09-09T20:02:44.563Z Downloaded smawk v0.3.2
3602024-09-09T20:02:44.563Z Downloaded serde_tokenstream v0.2.2
3612024-09-09T20:02:44.563Z Downloaded pretty-hex v0.4.1
3622024-09-09T20:02:44.563Z Downloaded fnv v1.0.7
3632024-09-09T20:02:44.563Z Downloaded crypto-common v0.1.6
3642024-09-09T20:02:44.563Z Downloaded clap_derive v4.5.13
3652024-09-09T20:02:44.563Z Downloaded cargo-platform v0.1.8
3662024-09-09T20:02:44.564Z Downloaded byteorder v1.5.0
3672024-09-09T20:02:44.564Z Downloaded block-buffer v0.10.4
3682024-09-09T20:02:44.564Z Downloaded anstyle-parse v0.2.4
3692024-09-09T20:02:44.589Z Downloaded anstyle v1.0.8
3702024-09-09T20:02:44.589Z Downloaded autocfg v1.3.0
3712024-09-09T20:02:44.706Z Compiling proc-macro2 v1.0.86
3722024-09-09T20:02:44.706Z Compiling unicode-ident v1.0.12
3732024-09-09T20:02:44.706Z Compiling serde v1.0.208
3742024-09-09T20:02:44.706Z Compiling version_check v0.9.5
3752024-09-09T20:02:44.730Z Compiling memchr v2.7.2
3762024-09-09T20:02:44.730Z Compiling thiserror v1.0.63
3772024-09-09T20:02:44.730Z Compiling libc v0.2.158
3782024-09-09T20:02:44.730Z Compiling ucd-trie v0.1.6
3792024-09-09T20:02:44.980Z Compiling ryu v1.0.18
3802024-09-09T20:02:45.294Z Compiling itoa v1.0.11
3812024-09-09T20:02:45.476Z Compiling once_cell v1.19.0
3822024-09-09T20:02:45.504Z Compiling byteorder v1.5.0
3832024-09-09T20:02:45.576Z Compiling rustix v0.38.34
3842024-09-09T20:02:45.895Z Compiling serde_json v1.0.125
3852024-09-09T20:02:45.926Z Compiling bitflags v2.6.0
3862024-09-09T20:02:46.294Z Compiling usdt-impl v0.5.0
3872024-09-09T20:02:46.326Z Compiling proc-macro-error-attr v1.0.4
3882024-09-09T20:02:46.382Z Compiling quote v1.0.36
3892024-09-09T20:02:46.469Z Compiling syn v1.0.109
3902024-09-09T20:02:46.496Z Compiling proc-macro-error v1.0.4
3912024-09-09T20:02:46.791Z Compiling errno v0.3.9
3922024-09-09T20:02:46.844Z Compiling syn v2.0.74
3932024-09-09T20:02:46.875Z Compiling utf8parse v0.2.1
3942024-09-09T20:02:47.028Z Compiling log v0.4.21
3952024-09-09T20:02:47.082Z Compiling equivalent v1.0.1
3962024-09-09T20:02:47.134Z Compiling thread-id v4.2.1
3972024-09-09T20:02:47.199Z Compiling camino v1.1.9
3982024-09-09T20:02:47.226Z Compiling plain v0.2.3
3992024-09-09T20:02:47.255Z Compiling hashbrown v0.14.5
4002024-09-09T20:02:47.394Z Compiling anstyle-parse v0.2.4
4012024-09-09T20:02:47.728Z Compiling autocfg v1.3.0
4022024-09-09T20:02:47.927Z Compiling semver v1.0.23
4032024-09-09T20:02:47.956Z Compiling anstyle-query v1.0.3
4042024-09-09T20:02:48.078Z Compiling is_terminal_polyfill v1.70.0
4052024-09-09T20:02:48.111Z Compiling colorchoice v1.0.1
4062024-09-09T20:02:48.223Z Compiling anstyle v1.0.8
4072024-09-09T20:02:48.289Z Compiling unicode-width v0.1.13
4082024-09-09T20:02:48.491Z Compiling indexmap v2.4.0
4092024-09-09T20:02:48.541Z Compiling pretty-hex v0.4.1
4102024-09-09T20:02:48.567Z Compiling winnow v0.6.18
4112024-09-09T20:02:48.621Z Compiling fs-err v2.11.0
4122024-09-09T20:02:48.688Z Compiling anstream v0.6.14
4132024-09-09T20:02:48.895Z Compiling terminal_size v0.3.0
4142024-09-09T20:02:49.071Z Compiling fnv v1.0.7
4152024-09-09T20:02:49.095Z Compiling heck v0.5.0
4162024-09-09T20:02:49.215Z Compiling cfg-if v1.0.0
4172024-09-09T20:02:49.295Z Compiling heck v0.4.1
4182024-09-09T20:02:49.371Z Compiling strsim v0.11.1
4192024-09-09T20:02:49.555Z Compiling bytecount v0.6.8
4202024-09-09T20:02:49.580Z Compiling fastrand v2.1.0
4212024-09-09T20:02:49.671Z Compiling clap_lex v0.7.0
4222024-09-09T20:02:49.784Z Compiling anyhow v1.0.86
4232024-09-09T20:02:50.102Z Compiling clap_builder v4.5.15
4242024-09-09T20:02:50.172Z Compiling tempfile v3.10.1
4252024-09-09T20:02:50.238Z Compiling papergrid v0.11.0
4262024-09-09T20:02:50.497Z Compiling memmap v0.7.0
4272024-09-09T20:02:50.552Z Compiling smawk v0.3.2
4282024-09-09T20:02:50.779Z Compiling unicode-linebreak v0.1.5
4292024-09-09T20:02:51.258Z Compiling textwrap v0.16.1
4302024-09-09T20:02:51.454Z Compiling swrite v0.1.0
4312024-09-09T20:02:52.583Z Compiling tabled_derive v0.7.0
4322024-09-09T20:02:54.348Z Compiling tabled v0.15.0
4332024-09-09T20:02:55.378Z Compiling serde_derive v1.0.208
4342024-09-09T20:02:55.402Z Compiling thiserror-impl v1.0.63
4352024-09-09T20:02:55.402Z Compiling zerocopy-derive v0.7.34
4362024-09-09T20:02:55.453Z Compiling scroll_derive v0.12.0
4372024-09-09T20:02:55.691Z Compiling clap_derive v4.5.13
4382024-09-09T20:02:56.602Z Compiling scroll v0.12.0
4392024-09-09T20:02:57.023Z Compiling goblin v0.8.2
4402024-09-09T20:02:57.154Z Compiling zerocopy v0.7.34
4412024-09-09T20:02:57.773Z Compiling pest v2.7.10
4422024-09-09T20:02:59.028Z Compiling clap v4.5.16
4432024-09-09T20:02:59.868Z Compiling pest_meta v2.7.10
4442024-09-09T20:03:00.870Z Compiling pest_generator v2.7.10
4452024-09-09T20:03:02.723Z Compiling pest_derive v2.7.10
4462024-09-09T20:03:03.413Z Compiling dtrace-parser v0.2.0
4472024-09-09T20:03:05.352Z Compiling serde_tokenstream v0.2.2
4482024-09-09T20:03:05.421Z Compiling toml_datetime v0.6.8
4492024-09-09T20:03:05.421Z Compiling serde_spanned v0.6.7
4502024-09-09T20:03:05.702Z Compiling toml_edit v0.22.20
4512024-09-09T20:03:05.702Z Compiling cargo-platform v0.1.8
4522024-09-09T20:03:05.901Z Compiling macaddr v1.0.1
4532024-09-09T20:03:06.150Z Compiling camino-tempfile v1.1.1
4542024-09-09T20:03:06.810Z Compiling dof v0.3.0
4552024-09-09T20:03:06.880Z Compiling cargo_metadata v0.18.1
4562024-09-09T20:03:08.544Z Compiling toml v0.8.19
4572024-09-09T20:03:08.571Z Compiling usdt-attr-macro v0.5.0
4582024-09-09T20:03:08.597Z Compiling usdt-macro v0.5.0
4592024-09-09T20:03:09.303Z Compiling cargo_toml v0.20.4
4602024-09-09T20:03:09.844Z Compiling usdt v0.5.0
4612024-09-09T20:03:13.730Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622024-09-09T20:03:19.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.57s
4632024-09-09T20:03:19.241Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4642024-09-09T20:03:20.073Z Downloading crates ...
4652024-09-09T20:03:20.212Z Downloaded atomicwrites v0.4.3
4662024-09-09T20:03:20.237Z Downloaded ciborium-io v0.2.2
4672024-09-09T20:03:20.237Z Downloaded is-terminal v0.4.12
4682024-09-09T20:03:20.261Z Downloaded matches v0.1.10
4692024-09-09T20:03:20.261Z Downloaded normalize-line-endings v0.3.0
4702024-09-09T20:03:20.261Z Downloaded new_debug_unreachable v1.0.6
4712024-09-09T20:03:20.261Z Downloaded md5 v0.7.0
4722024-09-09T20:03:20.261Z Downloaded http-body v0.4.6
4732024-09-09T20:03:20.261Z Downloaded hostname v0.3.1
4742024-09-09T20:03:20.261Z Downloaded curve25519-dalek-derive v0.1.1
4752024-09-09T20:03:20.261Z Downloaded ctr v0.9.2
4762024-09-09T20:03:20.261Z Downloaded crc-catalog v2.4.0
4772024-09-09T20:03:20.261Z Downloaded crc v3.2.1
4782024-09-09T20:03:20.286Z Downloaded maplit v1.0.2
4792024-09-09T20:03:20.286Z Downloaded lru-cache v0.1.2
4802024-09-09T20:03:20.286Z Downloaded lazy_static v1.5.0
4812024-09-09T20:03:20.286Z Downloaded humantime v2.1.0
4822024-09-09T20:03:20.286Z Downloaded highway v1.2.0
4832024-09-09T20:03:20.286Z Downloaded nodrop v0.1.14
4842024-09-09T20:03:20.286Z Downloaded num v0.4.3
4852024-09-09T20:03:20.286Z Downloaded cookie v0.18.1
4862024-09-09T20:03:20.311Z Downloaded nanorand v0.7.0
4872024-09-09T20:03:20.311Z Downloaded nibble_vec v0.1.0
4882024-09-09T20:03:20.335Z Downloaded termtree v0.4.1
4892024-09-09T20:03:20.360Z Downloaded getopts v0.2.21
4902024-09-09T20:03:20.360Z Downloaded oso-derive v0.27.3
4912024-09-09T20:03:20.360Z Downloaded resolv-conf v0.7.0
4922024-09-09T20:03:20.385Z Downloaded russh-cryptovec v0.7.2
4932024-09-09T20:03:20.385Z Downloaded rcgen v0.12.1
4942024-09-09T20:03:20.385Z Downloaded toolchain_find v0.4.0
4952024-09-09T20:03:20.385Z Downloaded try-lock v0.2.5
4962024-09-09T20:03:20.409Z Downloaded tokio-native-tls v0.3.1
4972024-09-09T20:03:20.409Z Downloaded tokio-stream v0.1.15
4982024-09-09T20:03:20.409Z Downloaded fxhash v0.2.1
4992024-09-09T20:03:20.409Z Downloaded portpicker v0.1.1
5002024-09-09T20:03:20.434Z Downloaded headers-core v0.2.0
5012024-09-09T20:03:20.434Z Downloaded predicates-core v1.0.6
5022024-09-09T20:03:20.434Z Downloaded group v0.13.0
5032024-09-09T20:03:20.434Z Downloaded darling_macro v0.20.9
5042024-09-09T20:03:20.434Z Downloaded endian-type v0.1.2
5052024-09-09T20:03:20.434Z Downloaded untrusted v0.7.1
5062024-09-09T20:03:20.434Z Downloaded path-slash v0.1.5
5072024-09-09T20:03:20.459Z Downloaded paste v1.0.15
5082024-09-09T20:03:20.459Z Downloaded untrusted v0.9.0
5092024-09-09T20:03:20.459Z Downloaded sigpipe v0.1.3
5102024-09-09T20:03:20.459Z Downloaded num-conv v0.1.0
5112024-09-09T20:03:20.459Z Downloaded number_prefix v0.4.0
5122024-09-09T20:03:20.459Z Downloaded sec1 v0.7.3
5132024-09-09T20:03:20.484Z Downloaded num-integer v0.1.46
5142024-09-09T20:03:20.484Z Downloaded derive_builder_macro v0.20.0
5152024-09-09T20:03:20.484Z Downloaded olpc-cjson v0.1.3
5162024-09-09T20:03:20.484Z Downloaded tracing-core v0.1.32
5172024-09-09T20:03:20.484Z Downloaded regex-syntax v0.6.29
5182024-09-09T20:03:20.508Z Downloaded zone_cfg_derive v0.1.2
5192024-09-09T20:03:20.508Z Downloaded foreign-types-shared v0.3.1
5202024-09-09T20:03:20.508Z Downloaded samael v0.0.15
5212024-09-09T20:03:20.508Z Downloaded portable-atomic v1.6.0
5222024-09-09T20:03:20.533Z Downloaded zone_cfg_derive v0.3.0
5232024-09-09T20:03:20.533Z Downloaded sqlparser_derive v0.2.2
5242024-09-09T20:03:20.533Z Downloaded zeroize v1.7.0
5252024-09-09T20:03:20.533Z Downloaded phf_shared v0.10.0
5262024-09-09T20:03:20.533Z Downloaded foreign-types v0.3.2
5272024-09-09T20:03:20.533Z Downloaded defmt-parser v0.3.4
5282024-09-09T20:03:20.533Z Downloaded form_urlencoded v1.2.1
5292024-09-09T20:03:20.533Z Downloaded spin v0.5.2
5302024-09-09T20:03:20.533Z Downloaded spki v0.7.3
5312024-09-09T20:03:20.558Z Downloaded socket2 v0.4.10
5322024-09-09T20:03:20.558Z Downloaded structmeta-derive v0.2.0
5332024-09-09T20:03:20.558Z Downloaded hex v0.4.3
5342024-09-09T20:03:20.558Z Downloaded stringprep v0.1.4
5352024-09-09T20:03:20.558Z Downloaded hex-literal v0.4.1
5362024-09-09T20:03:20.558Z Downloaded hickory-client v0.24.1
5372024-09-09T20:03:20.582Z Downloaded peg-macros v0.8.4
5382024-09-09T20:03:20.582Z Downloaded foreign-types v0.5.0
5392024-09-09T20:03:20.582Z Downloaded heapless v0.7.17
5402024-09-09T20:03:20.583Z Downloaded fatfs v0.3.6
5412024-09-09T20:03:20.607Z Downloaded heapless v0.8.0
5422024-09-09T20:03:20.607Z Downloaded num-bigint v0.4.5
5432024-09-09T20:03:20.607Z Downloaded ssh-key v0.6.6
5442024-09-09T20:03:20.634Z Downloaded vcpkg v0.2.15
5452024-09-09T20:03:20.677Z Downloaded sqlparser v0.45.0
5462024-09-09T20:03:20.701Z Downloaded ratatui v0.28.0
5472024-09-09T20:03:20.725Z Downloaded zerocopy-derive v0.6.6
5482024-09-09T20:03:20.750Z Downloaded csv v1.3.0
5492024-09-09T20:03:20.774Z Downloaded finl_unicode v1.2.0
5502024-09-09T20:03:20.799Z Downloaded petgraph v0.6.5
5512024-09-09T20:03:20.824Z Downloaded encoding_rs v0.8.34
5522024-09-09T20:03:20.848Z Downloaded tokio v1.39.3
5532024-09-09T20:03:20.887Z Downloaded libgit2-sys v0.17.0+1.8.1
5542024-09-09T20:03:20.963Z Downloaded sled v0.34.7
5552024-09-09T20:03:20.987Z Downloaded sha3 v0.10.8
5562024-09-09T20:03:20.987Z Downloaded regex-automata v0.4.6
5572024-09-09T20:03:21.011Z Downloaded bzip2-sys v0.1.11+1.0.8
5582024-09-09T20:03:21.035Z Downloaded openapiv3 v2.0.0
5592024-09-09T20:03:21.059Z Downloaded smoltcp v0.11.0
5602024-09-09T20:03:21.083Z Downloaded smoltcp v0.9.1
5612024-09-09T20:03:21.083Z Downloaded polar-core v0.27.3
5622024-09-09T20:03:21.108Z Downloaded trust-dns-proto v0.22.0
5632024-09-09T20:03:21.108Z Downloaded rustls v0.22.4
5642024-09-09T20:03:21.133Z Downloaded hickory-proto v0.24.1
5652024-09-09T20:03:21.157Z Downloaded ring v0.17.8
5662024-09-09T20:03:21.229Z Downloaded libz-sys v1.1.16
5672024-09-09T20:03:21.314Z Downloaded object v0.32.2
5682024-09-09T20:03:21.338Z Downloaded object v0.30.4
5692024-09-09T20:03:21.362Z Downloaded rustls-webpki v0.102.4
5702024-09-09T20:03:21.363Z Downloaded radix_trie v0.2.1
5712024-09-09T20:03:21.387Z Downloaded libsqlite3-sys v0.28.0
5722024-09-09T20:03:21.459Z Downloaded ring v0.16.20
5732024-09-09T20:03:21.559Z Downloaded p384 v0.13.0
5742024-09-09T20:03:21.583Z Downloaded gimli v0.28.1
5752024-09-09T20:03:21.583Z Downloaded nix v0.29.0
5762024-09-09T20:03:21.607Z Downloaded nix v0.27.1
5772024-09-09T20:03:21.631Z Downloaded dropshot v0.10.1
5782024-09-09T20:03:21.631Z Downloaded webpki-roots v0.25.4
5792024-09-09T20:03:21.654Z Downloaded nix v0.28.0
5802024-09-09T20:03:21.654Z Downloaded idna v0.4.0
5812024-09-09T20:03:21.678Z Downloaded idna v0.2.3
5822024-09-09T20:03:21.678Z Downloaded ed25519-dalek v2.1.1
5832024-09-09T20:03:21.678Z Downloaded winnow v0.5.40
5842024-09-09T20:03:21.702Z Downloaded rustls-webpki v0.101.7
5852024-09-09T20:03:21.702Z Downloaded rayon v1.10.0
5862024-09-09T20:03:21.726Z Downloaded git2 v0.19.0
5872024-09-09T20:03:21.726Z Downloaded idna v0.5.0
5882024-09-09T20:03:21.750Z Downloaded steno v0.4.1
5892024-09-09T20:03:21.750Z Downloaded regress v0.9.1
5902024-09-09T20:03:21.774Z Downloaded regex-syntax v0.8.4
5912024-09-09T20:03:21.774Z Downloaded idna v0.3.0
5922024-09-09T20:03:21.798Z Downloaded x509-cert v0.2.5
5932024-09-09T20:03:21.798Z Downloaded rustyline v14.0.0
5942024-09-09T20:03:21.798Z Downloaded proptest v1.5.0
5952024-09-09T20:03:21.822Z Downloaded p521 v0.13.3
5962024-09-09T20:03:21.822Z Downloaded hashbrown v0.12.3
5972024-09-09T20:03:21.822Z Downloaded spin v0.9.8
5982024-09-09T20:03:21.822Z Downloaded snafu v0.8.2
5992024-09-09T20:03:21.846Z Downloaded zip v0.6.6
6002024-09-09T20:03:21.846Z Downloaded hashbrown v0.13.2
6012024-09-09T20:03:21.846Z Downloaded rusqlite v0.31.0
6022024-09-09T20:03:21.846Z Downloaded der v0.7.9
6032024-09-09T20:03:21.870Z Downloaded flate2 v1.0.33
6042024-09-09T20:03:21.871Z Downloaded futures-util v0.3.30
6052024-09-09T20:03:21.871Z Downloaded unicode-normalization v0.1.23
6062024-09-09T20:03:21.871Z Downloaded tough v0.17.1
6072024-09-09T20:03:21.895Z Downloaded diesel v2.2.3
6082024-09-09T20:03:21.920Z Downloaded hyper v0.14.30
6092024-09-09T20:03:21.920Z Downloaded foreign-types-macros v0.2.3
6102024-09-09T20:03:21.920Z Downloaded socket2 v0.5.7
6112024-09-09T20:03:21.920Z Downloaded expectorate v1.1.0
6122024-09-09T20:03:21.920Z Downloaded h2 v0.3.26
6132024-09-09T20:03:21.944Z Downloaded lalrpop v0.19.12
6142024-09-09T20:03:21.944Z Downloaded bstr v1.9.1
6152024-09-09T20:03:21.968Z Downloaded heck v0.3.3
6162024-09-09T20:03:21.968Z Downloaded ed25519 v2.2.3
6172024-09-09T20:03:21.968Z Downloaded ecdsa v0.16.9
6182024-09-09T20:03:21.968Z Downloaded utf-8 v0.7.6
6192024-09-09T20:03:21.968Z Downloaded strip-ansi-escapes v0.2.0
6202024-09-09T20:03:21.968Z Downloaded peg-runtime v0.8.3
6212024-09-09T20:03:21.968Z Downloaded peg v0.8.4
6222024-09-09T20:03:21.968Z Downloaded ff v0.13.0
6232024-09-09T20:03:21.968Z Downloaded vergen v8.3.2
6242024-09-09T20:03:21.968Z Downloaded schemars v0.8.21
6252024-09-09T20:03:21.993Z Downloaded pkcs5 v0.7.1
6262024-09-09T20:03:21.993Z Downloaded flume v0.11.0
6272024-09-09T20:03:21.993Z Downloaded url v2.5.2
6282024-09-09T20:03:21.993Z Downloaded russh v0.45.0
6292024-09-09T20:03:22.017Z Downloaded regex v1.10.6
6302024-09-09T20:03:22.017Z Downloaded openssl v0.10.66
6312024-09-09T20:03:22.041Z Downloaded string_cache v0.8.7
6322024-09-09T20:03:22.041Z Downloaded pem v3.0.4
6332024-09-09T20:03:22.041Z Downloaded fixedbitset v0.4.2
6342024-09-09T20:03:22.041Z Downloaded filetime v0.2.25
6352024-09-09T20:03:22.041Z Downloaded fd-lock v4.0.2
6362024-09-09T20:03:22.041Z Downloaded stable_deref_trait v1.2.0
6372024-09-09T20:03:22.041Z Downloaded ssh-encoding v0.2.0
6382024-09-09T20:03:22.041Z Downloaded sqlformat v0.2.4
6392024-09-09T20:03:22.041Z Downloaded pem-rfc7468 v0.7.0
6402024-09-09T20:03:22.041Z Downloaded uuid v1.10.0
6412024-09-09T20:03:22.065Z Downloaded foreign-types-shared v0.1.1
6422024-09-09T20:03:22.065Z Downloaded phf v0.11.2
6432024-09-09T20:03:22.065Z Downloaded quick-xml v0.31.0
6442024-09-09T20:03:22.065Z Downloaded structmeta v0.3.0
6452024-09-09T20:03:22.065Z Downloaded structmeta v0.2.0
6462024-09-09T20:03:22.065Z Downloaded fallible-streaming-iterator v0.1.9
6472024-09-09T20:03:22.065Z Downloaded fallible-iterator v0.3.0
6482024-09-09T20:03:22.065Z Downloaded flagset v0.4.5
6492024-09-09T20:03:22.066Z Downloaded ssh-cipher v0.2.0
6502024-09-09T20:03:22.066Z Downloaded percent-encoding v2.3.1
6512024-09-09T20:03:22.066Z Downloaded uzers v0.11.3
6522024-09-09T20:03:22.066Z Downloaded derive_more v0.99.18
6532024-09-09T20:03:22.089Z Downloaded zerocopy v0.6.6
6542024-09-09T20:03:22.089Z Downloaded omicron-zone-package v0.11.0
6552024-09-09T20:03:22.089Z Downloaded unicode-segmentation v1.11.0
6562024-09-09T20:03:22.090Z Downloaded typed-path v0.7.1
6572024-09-09T20:03:22.090Z Downloaded snafu-derive v0.8.2
6582024-09-09T20:03:22.090Z Downloaded slog-scope v4.4.0
6592024-09-09T20:03:22.114Z Downloaded slog v2.7.0
6602024-09-09T20:03:22.114Z Downloaded scopeguard v1.2.0
6612024-09-09T20:03:22.114Z Downloaded pkcs8 v0.10.2
6622024-09-09T20:03:22.114Z Downloaded pin-project v1.1.5
6632024-09-09T20:03:22.114Z Downloaded dhcproto v0.12.0
6642024-09-09T20:03:22.138Z Downloaded derive-where v1.2.7
6652024-09-09T20:03:22.138Z Downloaded num-traits v0.2.19
6662024-09-09T20:03:22.138Z Downloaded rayon-core v1.12.1
6672024-09-09T20:03:22.138Z Downloaded zone v0.3.0
6682024-09-09T20:03:22.138Z Downloaded yasna v0.5.2
6692024-09-09T20:03:22.138Z Downloaded tracing v0.1.40
6702024-09-09T20:03:22.138Z Downloaded zeroize_derive v1.4.2
6712024-09-09T20:03:22.138Z Downloaded wyz v0.5.1
6722024-09-09T20:03:22.138Z Downloaded tungstenite v0.21.0
6732024-09-09T20:03:22.162Z Downloaded defmt-macros v0.3.9
6742024-09-09T20:03:22.162Z Downloaded zone v0.1.8
6752024-09-09T20:03:22.162Z Downloaded headers v0.3.9
6762024-09-09T20:03:22.162Z Downloaded schemars_derive v0.8.21
6772024-09-09T20:03:22.162Z Downloaded pkcs1 v0.7.5
6782024-09-09T20:03:22.162Z Downloaded pin-utils v0.1.0
6792024-09-09T20:03:22.162Z Downloaded phf_shared v0.11.2
6802024-09-09T20:03:22.162Z Downloaded static_assertions v1.1.0
6812024-09-09T20:03:22.162Z Downloaded des v0.8.1
6822024-09-09T20:03:22.162Z Downloaded derive_builder v0.20.0
6832024-09-09T20:03:22.186Z Downloaded der_derive v0.7.2
6842024-09-09T20:03:22.186Z Downloaded rustls v0.21.12
6852024-09-09T20:03:22.186Z Downloaded derive_builder_core v0.20.0
6862024-09-09T20:03:22.186Z Downloaded deranged v0.3.11
6872024-09-09T20:03:22.186Z Downloaded num-rational v0.4.2
6882024-09-09T20:03:22.186Z Downloaded num-iter v0.1.45
6892024-09-09T20:03:22.187Z Downloaded similar v2.6.0
6902024-09-09T20:03:22.213Z Downloaded serde_derive_internals v0.29.1
6912024-09-09T20:03:22.213Z Downloaded pin-project-lite v0.2.14
6922024-09-09T20:03:22.213Z Downloaded unicode-bidi v0.3.15
6932024-09-09T20:03:22.213Z Downloaded tungstenite v0.23.0
6942024-09-09T20:03:22.213Z Downloaded tungstenite v0.20.1
6952024-09-09T20:03:22.214Z Downloaded dyn-clone v1.0.17
6962024-09-09T20:03:22.238Z Downloaded xattr v1.3.1
6972024-09-09T20:03:22.238Z Downloaded pbkdf2 v0.12.2
6982024-09-09T20:03:22.238Z Downloaded pbkdf2 v0.11.0
6992024-09-09T20:03:22.238Z Downloaded slog-envlogger v2.2.0
7002024-09-09T20:03:22.238Z Downloaded slog-dtrace v0.3.0
7012024-09-09T20:03:22.238Z Downloaded slog-bunyan v2.5.0
7022024-09-09T20:03:22.238Z Downloaded erased-serde v0.3.31
7032024-09-09T20:03:22.238Z Downloaded env_logger v0.10.2
7042024-09-09T20:03:22.238Z Downloaded env_logger v0.9.3
7052024-09-09T20:03:22.238Z Downloaded elliptic-curve v0.13.8
7062024-09-09T20:03:22.238Z Downloaded unicode_categories v0.1.1
7072024-09-09T20:03:22.238Z Downloaded itertools v0.12.1
7082024-09-09T20:03:22.263Z Downloaded num_enum v0.5.11
7092024-09-09T20:03:22.263Z Downloaded num-derive v0.4.2
7102024-09-09T20:03:22.263Z Downloaded slog-async v2.8.0
7112024-09-09T20:03:22.263Z Downloaded sct v0.7.1
7122024-09-09T20:03:22.263Z Downloaded defmt v0.3.8
7132024-09-09T20:03:22.263Z Downloaded rsa v0.9.6
7142024-09-09T20:03:22.287Z Downloaded ron v0.8.1
7152024-09-09T20:03:22.287Z Downloaded opaque-debug v0.3.1
7162024-09-09T20:03:22.287Z Downloaded float-ord v0.3.2
7172024-09-09T20:03:22.287Z Downloaded float-cmp v0.9.0
7182024-09-09T20:03:22.287Z Downloaded slog-json v2.6.1
7192024-09-09T20:03:22.287Z Downloaded serde_path_to_error v0.1.16
7202024-09-09T20:03:22.287Z Downloaded semver v0.1.20
7212024-09-09T20:03:22.287Z Downloaded scrypt v0.11.0
7222024-09-09T20:03:22.287Z Downloaded futures v0.3.30
7232024-09-09T20:03:22.311Z Downloaded time v0.3.36
7242024-09-09T20:03:22.311Z Downloaded curve25519-dalek v4.1.3
7252024-09-09T20:03:22.311Z Downloaded slab v0.4.9
7262024-09-09T20:03:22.311Z Downloaded siphasher v0.3.11
7272024-09-09T20:03:22.312Z Downloaded serde_arrays v0.1.0
7282024-09-09T20:03:22.312Z Downloaded serde-hex v0.1.0
7292024-09-09T20:03:22.336Z Downloaded fallible-iterator v0.2.0
7302024-09-09T20:03:22.336Z Downloaded darling_core v0.20.9
7312024-09-09T20:03:22.336Z Downloaded smallvec v1.13.2
7322024-09-09T20:03:22.336Z Downloaded smallvec v0.6.14
7332024-09-09T20:03:22.336Z Downloaded slog-term v2.9.1
7342024-09-09T20:03:22.336Z Downloaded toml_edit v0.19.15
7352024-09-09T20:03:22.360Z Downloaded p256 v0.13.2
7362024-09-09T20:03:22.360Z Downloaded enum-as-inner v0.6.0
7372024-09-09T20:03:22.360Z Downloaded nom v7.1.3
7382024-09-09T20:03:22.360Z Downloaded serde_plain v1.0.2
7392024-09-09T20:03:22.360Z Downloaded secrecy v0.8.0
7402024-09-09T20:03:22.360Z Downloaded pin-project-internal v1.1.5
7412024-09-09T20:03:22.360Z Downloaded hashlink v0.9.1
7422024-09-09T20:03:22.384Z Downloaded publicsuffix v2.2.3
7432024-09-09T20:03:22.384Z Downloaded libm v0.2.8
7442024-09-09T20:03:22.384Z Downloaded serde-big-array v0.5.1
7452024-09-09T20:03:22.384Z Downloaded embedded-io v0.4.0
7462024-09-09T20:03:22.385Z Downloaded unsafe-libyaml v0.2.11
7472024-09-09T20:03:22.385Z Downloaded password-hash v0.5.0
7482024-09-09T20:03:22.385Z Downloaded password-hash v0.4.2
7492024-09-09T20:03:22.408Z Downloaded enum-as-inner v0.5.1
7502024-09-09T20:03:22.409Z Downloaded either v1.13.0
7512024-09-09T20:03:22.409Z Downloaded smf v0.2.3
7522024-09-09T20:03:22.409Z Downloaded slog-stdlog v4.1.1
7532024-09-09T20:03:22.409Z Downloaded half v2.4.1
7542024-09-09T20:03:22.409Z Downloaded rand v0.8.5
7552024-09-09T20:03:22.409Z Downloaded tokio-util v0.7.11
7562024-09-09T20:03:22.409Z Downloaded tokio-postgres v0.7.11
7572024-09-09T20:03:22.434Z Downloaded itertools v0.13.0
7582024-09-09T20:03:22.434Z Downloaded hkdf v0.12.4
7592024-09-09T20:03:22.434Z Downloaded hash32 v0.3.1
7602024-09-09T20:03:22.434Z Downloaded hash32 v0.2.1
7612024-09-09T20:03:22.434Z Downloaded ena v0.14.3
7622024-09-09T20:03:22.434Z Downloaded debug-ignore v1.0.5
7632024-09-09T20:03:22.434Z Downloaded data-encoding v2.6.0
7642024-09-09T20:03:22.434Z Downloaded rand_chacha v0.3.1
7652024-09-09T20:03:22.434Z Downloaded reqwest v0.11.27
7662024-09-09T20:03:22.458Z Downloaded universal-hash v0.5.1
7672024-09-09T20:03:22.458Z Downloaded prettyplease v0.2.20
7682024-09-09T20:03:22.458Z Downloaded globset v0.4.14
7692024-09-09T20:03:22.458Z Downloaded glob v0.3.1
7702024-09-09T20:03:22.458Z Downloaded scheduled-thread-pool v0.2.7
7712024-09-09T20:03:22.458Z Downloaded same-file v1.0.6
7722024-09-09T20:03:22.458Z Downloaded salsa20 v0.10.2
7732024-09-09T20:03:22.458Z Downloaded rusty-fork v0.3.0
7742024-09-09T20:03:22.458Z Downloaded rustversion v1.0.17
7752024-09-09T20:03:22.458Z Downloaded rand_xorshift v0.3.0
7762024-09-09T20:03:22.482Z Downloaded rand_seeder v0.3.0
7772024-09-09T20:03:22.483Z Downloaded postgres-protocol v0.6.7
7782024-09-09T20:03:22.483Z Downloaded tracing-attributes v0.1.27
7792024-09-09T20:03:22.483Z Downloaded futures-io v0.3.30
7802024-09-09T20:03:22.483Z Downloaded futures-core v0.3.30
7812024-09-09T20:03:22.483Z Downloaded postcard v1.0.8
7822024-09-09T20:03:22.483Z Downloaded unicode-xid v0.2.4
7832024-09-09T20:03:22.483Z Downloaded unarray v0.1.4
7842024-09-09T20:03:22.483Z Downloaded twox-hash v1.6.3
7852024-09-09T20:03:22.483Z Downloaded russh-keys v0.45.0
7862024-09-09T20:03:22.483Z Downloaded ron v0.7.1
7872024-09-09T20:03:22.508Z Downloaded futures-channel v0.3.30
7882024-09-09T20:03:22.508Z Downloaded fragile v2.0.0
7892024-09-09T20:03:22.508Z Downloaded r2d2 v0.8.10
7902024-09-09T20:03:22.508Z Downloaded quick-error v1.2.3
7912024-09-09T20:03:22.508Z Downloaded psl-types v2.0.11
7922024-09-09T20:03:22.508Z Downloaded primeorder v0.13.6
7932024-09-09T20:03:22.508Z Downloaded powerfmt v0.2.0
7942024-09-09T20:03:22.508Z Downloaded polyval v0.6.2
7952024-09-09T20:03:22.508Z Downloaded tui-tree-widget v0.22.0
7962024-09-09T20:03:22.508Z Downloaded reedline v0.33.0
7972024-09-09T20:03:22.508Z Downloaded unicode-truncate v1.0.0
7982024-09-09T20:03:22.508Z Downloaded parking_lot v0.12.2
7992024-09-09T20:03:22.532Z Downloaded futures-task v0.3.30
8002024-09-09T20:03:22.532Z Downloaded futures-sink v0.3.30
8012024-09-09T20:03:22.532Z Downloaded futures-executor v0.3.30
8022024-09-09T20:03:22.532Z Downloaded funty v2.0.0
8032024-09-09T20:03:22.532Z Downloaded postgres-types v0.2.7
8042024-09-09T20:03:22.533Z Downloaded poly1305 v0.8.0
8052024-09-09T20:03:22.533Z Downloaded pkg-config v0.3.30
8062024-09-09T20:03:22.533Z Downloaded tokio-tungstenite v0.20.1
8072024-09-09T20:03:22.533Z Downloaded tokio-rustls v0.25.0
8082024-09-09T20:03:22.533Z Downloaded tinyvec v1.6.0
8092024-09-09T20:03:22.533Z Downloaded thiserror-no-std v2.0.2
8102024-09-09T20:03:22.558Z Downloaded rustls-pemfile v2.1.3
8112024-09-09T20:03:22.558Z Downloaded mio v1.0.2
8122024-09-09T20:03:22.558Z Downloaded minimal-lexical v0.2.1
8132024-09-09T20:03:22.558Z Downloaded itertools v0.10.5
8142024-09-09T20:03:22.558Z Downloaded unicase v2.7.0
8152024-09-09T20:03:22.558Z Downloaded toml v0.7.8
8162024-09-09T20:03:22.582Z Downloaded time-macros v0.2.18
8172024-09-09T20:03:22.582Z Downloaded rand_core v0.6.4
8182024-09-09T20:03:22.582Z Downloaded radium v0.7.0
8192024-09-09T20:03:22.582Z Downloaded proc-macro-crate v1.3.1
8202024-09-09T20:03:22.582Z Downloaded pretty-hex v0.2.1
8212024-09-09T20:03:22.582Z Downloaded predicates-tree v1.0.9
8222024-09-09T20:03:22.582Z Downloaded predicates v3.1.2
8232024-09-09T20:03:22.582Z Downloaded precomputed-hash v0.1.1
8242024-09-09T20:03:22.582Z Downloaded ppv-lite86 v0.2.17
8252024-09-09T20:03:22.582Z Downloaded topological-sort v0.2.2
8262024-09-09T20:03:22.582Z Downloaded tokio-tungstenite v0.23.1
8272024-09-09T20:03:22.582Z Downloaded tokio-tungstenite v0.21.0
8282024-09-09T20:03:22.582Z Downloaded tokio-rustls v0.24.1
8292024-09-09T20:03:22.606Z Downloaded tokio-macros v2.4.0
8302024-09-09T20:03:22.606Z Downloaded tls_codec_derive v0.4.1
8312024-09-09T20:03:22.606Z Downloaded tls_codec v0.4.1
8322024-09-09T20:03:22.606Z Downloaded rustls-pki-types v1.7.0
8332024-09-09T20:03:22.606Z Downloaded parse-display v0.10.0
8342024-09-09T20:03:22.606Z Downloaded parking_lot_core v0.8.6
8352024-09-09T20:03:22.606Z Downloaded parking_lot v0.11.2
8362024-09-09T20:03:22.606Z Downloaded packed_struct_codegen v0.10.1
8372024-09-09T20:03:22.606Z Downloaded libxml v0.3.3
8382024-09-09T20:03:22.606Z Downloaded parking_lot_core v0.9.10
8392024-09-09T20:03:22.630Z Downloaded tiny-keccak v2.0.2
8402024-09-09T20:03:22.630Z Downloaded thread_local v1.1.8
8412024-09-09T20:03:22.630Z Downloaded owo-colors v4.0.0
8422024-09-09T20:03:22.630Z Downloaded tower-service v0.3.2
8432024-09-09T20:03:22.630Z Downloaded tinyvec_macros v0.1.1
8442024-09-09T20:03:22.630Z Downloaded time-core v0.1.2
8452024-09-09T20:03:22.630Z Downloaded thiserror-impl-no-std v2.0.2
8462024-09-09T20:03:22.630Z Downloaded strum v0.26.3
8472024-09-09T20:03:22.631Z Downloaded structmeta-derive v0.3.0
8482024-09-09T20:03:22.631Z Downloaded rtoolbox v0.0.2
8492024-09-09T20:03:22.631Z Downloaded rpassword v7.3.1
8502024-09-09T20:03:22.631Z Downloaded parse-display-derive v0.10.0
8512024-09-09T20:03:22.631Z Downloaded packed_struct v0.10.1
8522024-09-09T20:03:22.631Z Downloaded openssl-sys v0.9.103
8532024-09-09T20:03:22.655Z Downloaded num-bigint-dig v0.8.4
8542024-09-09T20:03:22.655Z Downloaded num_enum_derive v0.5.11
8552024-09-09T20:03:22.655Z Downloaded serde_with v3.9.0
8562024-09-09T20:03:22.655Z Downloaded crossterm v0.28.1
8572024-09-09T20:03:22.679Z Downloaded chrono v0.4.38
8582024-09-09T20:03:22.679Z Downloaded oso v0.27.3
8592024-09-09T20:03:22.679Z Downloaded test-strategy v0.3.1
8602024-09-09T20:03:22.679Z Downloaded mio v0.8.11
8612024-09-09T20:03:22.679Z Downloaded bitvec v1.0.1
8622024-09-09T20:03:22.704Z Downloaded bindgen v0.69.4
8632024-09-09T20:03:22.728Z Downloaded parse-size v1.0.0
8642024-09-09T20:03:22.728Z Downloaded getrandom v0.2.14
8652024-09-09T20:03:22.728Z Downloaded mockall_derive v0.13.0
8662024-09-09T20:03:22.728Z Downloaded miniz_oxide v0.8.0
8672024-09-09T20:03:22.728Z Downloaded miniz_oxide v0.7.2
8682024-09-09T20:03:22.729Z Downloaded hickory-server v0.24.1
8692024-09-09T20:03:22.729Z Downloaded ref-cast-impl v1.0.23
8702024-09-09T20:03:22.729Z Downloaded ref-cast v1.0.23
8712024-09-09T20:03:22.753Z Downloaded openssl-macros v0.1.1
8722024-09-09T20:03:22.754Z Downloaded num-complex v0.4.6
8732024-09-09T20:03:22.754Z Downloaded diff v0.1.13
8742024-09-09T20:03:22.754Z Downloaded diesel_derives v2.2.2
8752024-09-09T20:03:22.754Z Downloaded whoami v1.5.1
8762024-09-09T20:03:22.754Z Downloaded walkdir v2.5.0
8772024-09-09T20:03:22.754Z Downloaded wait-timeout v0.2.0
8782024-09-09T20:03:22.754Z Downloaded vte v0.11.1
8792024-09-09T20:03:22.754Z Downloaded vsss-rs v3.3.4
8802024-09-09T20:03:22.754Z Downloaded nu-ansi-term v0.50.0
8812024-09-09T20:03:22.778Z Downloaded http v1.1.0
8822024-09-09T20:03:22.778Z Downloaded crossbeam-utils v0.8.19
8832024-09-09T20:03:22.778Z Downloaded crc-any v2.5.0
8842024-09-09T20:03:22.778Z Downloaded cookie v0.17.0
8852024-09-09T20:03:22.778Z Downloaded const-oid v0.9.6
8862024-09-09T20:03:22.778Z Downloaded compact_str v0.8.0
8872024-09-09T20:03:22.778Z Downloaded blake3 v1.5.1
8882024-09-09T20:03:22.802Z Downloaded blake2 v0.10.6
8892024-09-09T20:03:22.802Z Downloaded base64 v0.21.7
8902024-09-09T20:03:22.802Z Downloaded aho-corasick v1.1.3
8912024-09-09T20:03:22.802Z Downloaded openssl-probe v0.1.5
8922024-09-09T20:03:22.802Z Downloaded num_threads v0.1.7
8932024-09-09T20:03:22.802Z Downloaded ghash v0.5.1
8942024-09-09T20:03:22.802Z Downloaded display-error-chain v0.2.1
8952024-09-09T20:03:22.802Z Downloaded dirs-sys-next v0.1.2
8962024-09-09T20:03:22.826Z Downloaded dirs-next v2.0.0
8972024-09-09T20:03:22.826Z Downloaded difflib v0.4.0
8982024-09-09T20:03:22.826Z Downloaded want v0.3.1
8992024-09-09T20:03:22.827Z Downloaded vte_generate_state_changes v0.1.1
9002024-09-09T20:03:22.827Z Downloaded tar v0.4.41
9012024-09-09T20:03:22.827Z Downloaded subprocess v0.2.9
9022024-09-09T20:03:22.827Z Downloaded signal-hook v0.3.17
9032024-09-09T20:03:22.827Z Downloaded sha1 v0.10.6
9042024-09-09T20:03:22.827Z Downloaded serde_yaml v0.9.34+deprecated
9052024-09-09T20:03:22.827Z Downloaded serde_with_macros v3.9.0
9062024-09-09T20:03:22.827Z Downloaded rustc-demangle v0.1.24
9072024-09-09T20:03:22.827Z Downloaded mime v0.3.17
9082024-09-09T20:03:22.851Z Downloaded memmap2 v0.9.4
9092024-09-09T20:03:22.851Z Downloaded lru v0.12.3
9102024-09-09T20:03:22.851Z Downloaded linked-hash-map v0.5.6
9112024-09-09T20:03:22.851Z Downloaded jobserver v0.1.32
9122024-09-09T20:03:22.851Z Downloaded instability v0.3.2
9132024-09-09T20:03:22.851Z Downloaded indicatif v0.17.8
9142024-09-09T20:03:22.851Z Downloaded indexmap v1.9.3
9152024-09-09T20:03:22.851Z Downloaded http v0.2.12
9162024-09-09T20:03:22.852Z Downloaded hickory-resolver v0.24.1
9172024-09-09T20:03:22.877Z Downloaded csv-core v0.1.11
9182024-09-09T20:03:22.877Z Downloaded crossbeam-deque v0.8.5
9192024-09-09T20:03:22.877Z Downloaded crc32fast v1.4.0
9202024-09-09T20:03:22.877Z Downloaded cookie_store v0.20.0
9212024-09-09T20:03:22.877Z Downloaded constant_time_eq v0.3.0
9222024-09-09T20:03:22.877Z Downloaded cobs v0.2.3
9232024-09-09T20:03:22.877Z Downloaded ciborium v0.2.2
9242024-09-09T20:03:22.877Z Downloaded chacha20poly1305 v0.10.1
9252024-09-09T20:03:22.877Z Downloaded cexpr v0.6.0
9262024-09-09T20:03:22.877Z Downloaded cbc v0.1.2
9272024-09-09T20:03:22.877Z Downloaded cassowary v0.3.0
9282024-09-09T20:03:22.877Z Downloaded bytes v1.7.1
9292024-09-09T20:03:22.901Z Downloaded bit-set v0.5.3
9302024-09-09T20:03:22.901Z Downloaded bcs v0.1.6
9312024-09-09T20:03:22.901Z Downloaded backtrace v0.3.71
9322024-09-09T20:03:22.902Z Downloaded atomic-waker v1.1.2
9332024-09-09T20:03:22.902Z Downloaded aes-gcm v0.10.3
9342024-09-09T20:03:22.902Z Downloaded gethostname v0.5.0
9352024-09-09T20:03:22.902Z Downloaded futures-macro v0.3.30
9362024-09-09T20:03:22.902Z Downloaded dsl_auto_type v0.1.2
9372024-09-09T20:03:22.902Z Downloaded dropshot_endpoint v0.10.1
9382024-09-09T20:03:22.902Z Downloaded downcast v0.11.0
9392024-09-09T20:03:22.902Z Downloaded diesel_table_macro_syntax v0.2.0
9402024-09-09T20:03:22.902Z Downloaded dhcproto-macros v0.1.0
9412024-09-09T20:03:22.926Z Downloaded which v4.4.2
9422024-09-09T20:03:22.926Z Downloaded waitgroup v0.1.2
9432024-09-09T20:03:22.926Z Downloaded termios v0.3.3
9442024-09-09T20:03:22.926Z Downloaded termcolor v1.4.1
9452024-09-09T20:03:22.926Z Downloaded term v0.7.0
9462024-09-09T20:03:22.926Z Downloaded tap v1.0.1
9472024-09-09T20:03:22.926Z Downloaded tabwriter v1.4.0
9482024-09-09T20:03:22.926Z Downloaded sync_wrapper v0.1.2
9492024-09-09T20:03:22.926Z Downloaded supports-color v3.0.0
9502024-09-09T20:03:22.926Z Downloaded subtle v2.5.0
9512024-09-09T20:03:22.926Z Downloaded strum_macros v0.26.4
9522024-09-09T20:03:22.926Z Downloaded strum_macros v0.25.3
9532024-09-09T20:03:22.926Z Downloaded strum_macros v0.24.3
9542024-09-09T20:03:22.926Z Downloaded signature v2.2.0
9552024-09-09T20:03:22.950Z Downloaded signal-hook-registry v1.4.2
9562024-09-09T20:03:22.950Z Downloaded signal-hook-mio v0.2.4
9572024-09-09T20:03:22.950Z Downloaded shlex v1.3.0
9582024-09-09T20:03:22.950Z Downloaded shell-words v1.1.0
9592024-09-09T20:03:22.950Z Downloaded serde_urlencoded v0.7.1
9602024-09-09T20:03:22.950Z Downloaded serde_repr v0.1.19
9612024-09-09T20:03:22.950Z Downloaded rustls-pemfile v1.0.4
9622024-09-09T20:03:22.950Z Downloaded rustfmt-wrapper v0.2.1
9632024-09-09T20:03:22.950Z Downloaded rustc_version v0.4.0
9642024-09-09T20:03:22.950Z Downloaded rustc_version v0.1.7
9652024-09-09T20:03:22.950Z Downloaded rustc-hash v1.1.0
9662024-09-09T20:03:22.950Z Downloaded native-tls v0.2.11
9672024-09-09T20:03:22.950Z Downloaded multimap v0.10.0
9682024-09-09T20:03:22.950Z Downloaded managed v0.8.0
9692024-09-09T20:03:22.950Z Downloaded kstat-rs v0.2.4
9702024-09-09T20:03:22.950Z Downloaded impl-trait-for-tuples v0.2.2
9712024-09-09T20:03:22.974Z Downloaded hyper-staticfile v0.9.5
9722024-09-09T20:03:22.974Z Downloaded crossterm v0.27.0
9732024-09-09T20:03:22.974Z Downloaded ciborium-ll v0.2.2
9742024-09-09T20:03:22.974Z Downloaded cfg_aliases v0.2.1
9752024-09-09T20:03:22.974Z Downloaded block-padding v0.3.3
9762024-09-09T20:03:22.974Z Downloaded bitstruct_derive v0.1.0
9772024-09-09T20:03:22.974Z Downloaded bitflags v1.3.2
9782024-09-09T20:03:22.974Z Downloaded base64ct v1.6.0
9792024-09-09T20:03:22.974Z Downloaded allocator-api2 v0.2.18
9802024-09-09T20:03:22.998Z Downloaded aes v0.8.4
9812024-09-09T20:03:22.998Z Downloaded take_mut v0.2.2
9822024-09-09T20:03:22.998Z Downloaded signal-hook-tokio v0.3.1
9832024-09-09T20:03:22.998Z Downloaded rfc6979 v0.4.0
9842024-09-09T20:03:22.998Z Downloaded md-5 v0.10.6
9852024-09-09T20:03:22.998Z Downloaded match_cfg v0.1.0
9862024-09-09T20:03:22.998Z Downloaded libsw v3.3.1
9872024-09-09T20:03:22.998Z Downloaded lazycell v1.3.0
9882024-09-09T20:03:22.998Z Downloaded lalrpop-util v0.19.12
9892024-09-09T20:03:22.998Z Downloaded is_ci v1.2.0
9902024-09-09T20:03:22.998Z Downloaded ipnetwork v0.20.0
9912024-09-09T20:03:22.998Z Downloaded internet-checksum v0.2.1
9922024-09-09T20:03:22.998Z Downloaded indoc v1.0.9
9932024-09-09T20:03:22.998Z Downloaded cstr-argument v0.1.2
9942024-09-09T20:03:22.998Z Downloaded crypto-bigint v0.5.5
9952024-09-09T20:03:23.023Z Downloaded crunchy v0.2.2
9962024-09-09T20:03:23.023Z Downloaded crossbeam-channel v0.5.12
9972024-09-09T20:03:23.023Z Downloaded const_format v0.2.32
9982024-09-09T20:03:23.023Z Downloaded cc v1.0.97
9992024-09-09T20:03:23.023Z Downloaded ascii v1.1.0
10002024-09-09T20:03:23.023Z Downloaded argon2 v0.5.3
10012024-09-09T20:03:23.047Z Downloaded newtype_derive v0.1.6
10022024-09-09T20:03:23.047Z Downloaded newline-converter v0.3.0
10032024-09-09T20:03:23.047Z Downloaded multer v3.1.0
10042024-09-09T20:03:23.047Z Downloaded mockall v0.13.0
10052024-09-09T20:03:23.047Z Downloaded mime_guess v2.0.4
10062024-09-09T20:03:23.047Z Downloaded lock_api v0.4.12
10072024-09-09T20:03:23.047Z Downloaded libloading v0.8.3
10082024-09-09T20:03:23.047Z Downloaded ipnet v2.9.0
10092024-09-09T20:03:23.047Z Downloaded iana-time-zone v0.1.60
10102024-09-09T20:03:23.047Z Downloaded hyper-rustls v0.24.2
10112024-09-09T20:03:23.047Z Downloaded httparse v1.8.0
10122024-09-09T20:03:23.071Z Downloaded hmac v0.12.1
10132024-09-09T20:03:23.071Z Downloaded bitfield v0.14.0
10142024-09-09T20:03:23.071Z Downloaded base64 v0.22.1
10152024-09-09T20:03:23.071Z Downloaded base64 v0.13.1
10162024-09-09T20:03:23.071Z Downloaded atty v0.2.14
10172024-09-09T20:03:23.071Z Downloaded async-recursion v1.1.1
10182024-09-09T20:03:23.071Z Downloaded arc-swap v1.7.1
10192024-09-09T20:03:23.071Z Downloaded keccak v0.1.5
10202024-09-09T20:03:23.071Z Downloaded clang-sys v1.7.0
10212024-09-09T20:03:23.095Z Downloaded newtype-uuid v1.1.0
10222024-09-09T20:03:23.095Z Downloaded memoffset v0.9.1
10232024-09-09T20:03:23.095Z Downloaded maybe-uninit v2.0.0
10242024-09-09T20:03:23.095Z Downloaded httpdate v1.0.3
10252024-09-09T20:03:23.095Z Downloaded hostname v0.4.0
10262024-09-09T20:03:23.095Z Downloaded crossbeam-epoch v0.9.18
10272024-09-09T20:03:23.095Z Downloaded convert_case v0.4.0
10282024-09-09T20:03:23.095Z Downloaded const_format_proc_macros v0.2.32
10292024-09-09T20:03:23.095Z Downloaded console v0.15.8
10302024-09-09T20:03:23.095Z Downloaded bzip2 v0.4.4
10312024-09-09T20:03:23.095Z Downloaded backoff v0.4.0
10322024-09-09T20:03:23.120Z Downloaded async-stream-impl v0.3.5
10332024-09-09T20:03:23.120Z Downloaded assert_matches v1.5.0
10342024-09-09T20:03:23.120Z Downloaded arrayref v0.3.7
10352024-09-09T20:03:23.120Z Downloaded linear-map v1.2.0
10362024-09-09T20:03:23.120Z Downloaded libefi-sys v0.1.0
10372024-09-09T20:03:23.120Z Downloaded inout v0.1.3
10382024-09-09T20:03:23.120Z Downloaded indent_write v2.2.0
10392024-09-09T20:03:23.120Z Downloaded hyper-tls v0.5.0
10402024-09-09T20:03:23.120Z Downloaded hubpack v0.1.2
10412024-09-09T20:03:23.120Z Downloaded http-range v0.1.5
10422024-09-09T20:03:23.120Z Downloaded home v0.5.9
10432024-09-09T20:03:23.120Z Downloaded darling v0.20.9
10442024-09-09T20:03:23.144Z Downloaded colored v2.1.0
10452024-09-09T20:03:23.144Z Downloaded cipher v0.4.4
10462024-09-09T20:03:23.144Z Downloaded cancel-safe-futures v0.1.5
10472024-09-09T20:03:23.144Z Downloaded async-trait v0.1.81
10482024-09-09T20:03:23.144Z Downloaded async-bb8-diesel v0.2.1
10492024-09-09T20:03:23.144Z Downloaded arrayvec v0.7.4
10502024-09-09T20:03:23.144Z Downloaded ahash v0.8.11
10512024-09-09T20:03:23.144Z Downloaded ident_case v1.0.1
10522024-09-09T20:03:23.144Z Downloaded hubpack_derive v0.1.1
10532024-09-09T20:03:23.168Z Downloaded castaway v0.2.3
10542024-09-09T20:03:23.168Z Downloaded blowfish v0.9.1
10552024-09-09T20:03:23.168Z Downloaded bitfield-struct v0.6.1
10562024-09-09T20:03:23.168Z Downloaded bit-vec v0.6.3
10572024-09-09T20:03:23.168Z Downloaded bcrypt-pbkdf v0.10.0
10582024-09-09T20:03:23.168Z Downloaded bb8 v0.8.5
10592024-09-09T20:03:23.168Z Downloaded async-stream v0.3.5
10602024-09-09T20:03:23.168Z Downloaded array-init v0.0.4
10612024-09-09T20:03:23.168Z Downloaded adler2 v2.0.0
10622024-09-09T20:03:23.168Z Downloaded adler v1.0.2
10632024-09-09T20:03:23.168Z Downloaded addr2line v0.21.0
10642024-09-09T20:03:23.168Z Downloaded instant v0.1.12
10652024-09-09T20:03:23.168Z Downloaded crucible-workspace-hack v0.1.0
10662024-09-09T20:03:23.169Z Downloaded chacha20 v0.9.1
10672024-09-09T20:03:23.169Z Downloaded buf-list v1.0.3
10682024-09-09T20:03:23.169Z Downloaded base16ct v0.2.0
10692024-09-09T20:03:23.193Z Downloaded ascii-canvas v3.0.0
10702024-09-09T20:03:23.193Z Downloaded aead v0.5.2
10712024-09-09T20:03:23.193Z Downloaded cfg_aliases v0.1.1
10722024-09-09T20:03:23.193Z Downloaded bitstruct v0.1.1
10732024-09-09T20:03:23.318Z Compiling serde v1.0.208
10742024-09-09T20:03:23.342Z Compiling typenum v1.17.0
10752024-09-09T20:03:23.342Z Compiling lock_api v0.4.12
10762024-09-09T20:03:23.342Z Compiling generic-array v0.14.7
10772024-09-09T20:03:23.342Z Compiling scopeguard v1.2.0
10782024-09-09T20:03:23.366Z Compiling log v0.4.21
10792024-09-09T20:03:23.390Z Compiling syn v2.0.74
10802024-09-09T20:03:23.413Z Compiling getrandom v0.2.14
10812024-09-09T20:03:23.601Z Compiling jobserver v0.1.32
10822024-09-09T20:03:23.789Z Compiling rand_core v0.6.4
10832024-09-09T20:03:23.913Z Compiling subtle v2.5.0
10842024-09-09T20:03:24.206Z Compiling cc v1.0.97
10852024-09-09T20:03:24.230Z Compiling const-oid v0.9.6
10862024-09-09T20:03:24.255Z Compiling pin-project-lite v0.2.14
10872024-09-09T20:03:24.311Z Compiling smallvec v1.13.2
10882024-09-09T20:03:24.335Z Compiling parking_lot_core v0.9.10
10892024-09-09T20:03:24.386Z Compiling signal-hook-registry v1.4.2
10902024-09-09T20:03:24.478Z Compiling spin v0.9.8
10912024-09-09T20:03:24.681Z Compiling mio v1.0.2
10922024-09-09T20:03:24.822Z Compiling ahash v0.8.11
10932024-09-09T20:03:25.119Z Compiling parking_lot v0.12.2
10942024-09-09T20:03:25.143Z Compiling tinyvec_macros v0.1.1
10952024-09-09T20:03:25.231Z Compiling tinyvec v1.6.0
10962024-09-09T20:03:25.384Z Compiling socket2 v0.5.7
10972024-09-09T20:03:25.553Z Compiling cpufeatures v0.2.12
10982024-09-09T20:03:25.639Z Compiling futures-core v0.3.30
10992024-09-09T20:03:25.662Z Compiling libm v0.2.8
11002024-09-09T20:03:25.704Z Compiling serde_json v1.0.125
11012024-09-09T20:03:25.877Z Compiling futures-sink v0.3.30
11022024-09-09T20:03:25.939Z Compiling slab v0.4.9
11032024-09-09T20:03:26.006Z Compiling num-traits v0.2.19
11042024-09-09T20:03:26.031Z Compiling allocator-api2 v0.2.18
11052024-09-09T20:03:26.075Z Compiling unicode-bidi v0.3.15
11062024-09-09T20:03:26.478Z Compiling unicode-normalization v0.1.23
11072024-09-09T20:03:26.511Z Compiling futures-channel v0.3.30
11082024-09-09T20:03:26.592Z Compiling futures-task v0.3.30
11092024-09-09T20:03:26.955Z Compiling vcpkg v0.2.15
11102024-09-09T20:03:27.102Z Compiling futures-io v0.3.30
11112024-09-09T20:03:27.126Z Compiling pkg-config v0.3.30
11122024-09-09T20:03:27.807Z Compiling pin-utils v0.1.0
11132024-09-09T20:03:27.830Z Compiling base64ct v1.6.0
11142024-09-09T20:03:27.831Z Compiling percent-encoding v2.3.1
11152024-09-09T20:03:27.937Z Compiling ring v0.17.8
11162024-09-09T20:03:27.998Z Compiling ppv-lite86 v0.2.17
11172024-09-09T20:03:28.256Z Compiling flagset v0.4.5
11182024-09-09T20:03:28.425Z Compiling pem-rfc7468 v0.7.0
11192024-09-09T20:03:28.467Z Compiling tracing-core v0.1.32
11202024-09-09T20:03:28.714Z Compiling rand_chacha v0.3.1
11212024-09-09T20:03:28.737Z Compiling rustix v0.38.34
11222024-09-09T20:03:29.133Z Compiling untrusted v0.9.0
11232024-09-09T20:03:29.272Z Compiling openssl-sys v0.9.103
11242024-09-09T20:03:29.327Z Compiling rand v0.8.5
11252024-09-09T20:03:29.364Z Compiling powerfmt v0.2.0
11262024-09-09T20:03:29.556Z Compiling time-core v0.1.2
11272024-09-09T20:03:29.727Z Compiling httparse v1.8.0
11282024-09-09T20:03:29.751Z Compiling rustversion v1.0.17
11292024-09-09T20:03:29.775Z Compiling openssl v0.10.66
11302024-09-09T20:03:30.117Z Compiling foreign-types-shared v0.1.1
11312024-09-09T20:03:30.146Z Compiling num-conv v0.1.0
11322024-09-09T20:03:30.230Z Compiling foreign-types v0.3.2
11332024-09-09T20:03:30.396Z Compiling deranged v0.3.11
11342024-09-09T20:03:30.424Z Compiling time-macros v0.2.18
11352024-09-09T20:03:30.520Z Compiling form_urlencoded v1.2.1
11362024-09-09T20:03:30.641Z Compiling aho-corasick v1.1.3
11372024-09-09T20:03:30.817Z Compiling num_threads v0.1.7
11382024-09-09T20:03:30.950Z Compiling syn v1.0.109
11392024-09-09T20:03:31.065Z Compiling rustls v0.21.12
11402024-09-09T20:03:31.321Z Compiling siphasher v0.3.11
11412024-09-09T20:03:31.543Z Compiling native-tls v0.2.11
11422024-09-09T20:03:31.568Z Compiling regex-syntax v0.8.4
11432024-09-09T20:03:31.750Z Compiling try-lock v0.2.5
11442024-09-09T20:03:31.901Z Compiling crossbeam-utils v0.8.19
11452024-09-09T20:03:31.955Z Compiling want v0.3.1
11462024-09-09T20:03:32.484Z Compiling idna v0.5.0
11472024-09-09T20:03:32.875Z Compiling cookie v0.17.0
11482024-09-09T20:03:33.155Z Compiling openssl-probe v0.1.5
11492024-09-09T20:03:33.296Z Compiling time v0.3.36
11502024-09-09T20:03:33.498Z Compiling httpdate v1.0.3
11512024-09-09T20:03:33.527Z Compiling iana-time-zone v0.1.60
11522024-09-09T20:03:33.874Z Compiling tower-service v0.3.2
11532024-09-09T20:03:33.936Z Compiling slog v2.7.0
11542024-09-09T20:03:33.960Z Compiling finl_unicode v1.2.0
11552024-09-09T20:03:33.996Z Compiling url v2.5.2
11562024-09-09T20:03:34.530Z Compiling stringprep v0.1.4
11572024-09-09T20:03:34.626Z Compiling regex-automata v0.4.6
11582024-09-09T20:03:35.668Z Compiling num-integer v0.1.46
11592024-09-09T20:03:36.373Z Compiling rustls-webpki v0.101.7
11602024-09-09T20:03:36.432Z Compiling serde_derive v1.0.208
11612024-09-09T20:03:36.694Z Compiling zeroize_derive v1.4.2
11622024-09-09T20:03:37.362Z Compiling zerocopy-derive v0.7.34
11632024-09-09T20:03:37.889Z Compiling tokio-macros v2.4.0
11642024-09-09T20:03:37.992Z Compiling thiserror-impl v1.0.63
11652024-09-09T20:03:38.135Z Compiling zeroize v1.7.0
11662024-09-09T20:03:38.159Z Compiling futures-macro v0.3.30
11672024-09-09T20:03:39.383Z Compiling der_derive v0.7.2
11682024-09-09T20:03:39.452Z Compiling zerocopy v0.7.34
11692024-09-09T20:03:39.802Z Compiling crypto-common v0.1.6
11702024-09-09T20:03:39.956Z Compiling block-buffer v0.10.4
11712024-09-09T20:03:40.023Z Compiling block-padding v0.3.3
11722024-09-09T20:03:40.217Z Compiling digest v0.10.7
11732024-09-09T20:03:40.255Z Compiling inout v0.1.3
11742024-09-09T20:03:40.514Z Compiling cipher v0.4.4
11752024-09-09T20:03:40.678Z Compiling hmac v0.12.1
11762024-09-09T20:03:40.948Z Compiling sha2 v0.10.8
11772024-09-09T20:03:40.971Z Compiling thiserror v1.0.63
11782024-09-09T20:03:41.017Z Compiling futures-util v0.3.30
11792024-09-09T20:03:41.128Z Compiling pest v2.7.10
11802024-09-09T20:03:41.466Z Compiling hashbrown v0.14.5
11812024-09-09T20:03:41.572Z Compiling der v0.7.9
11822024-09-09T20:03:42.791Z Compiling salsa20 v0.10.2
11832024-09-09T20:03:42.984Z Compiling pbkdf2 v0.12.2
11842024-09-09T20:03:43.135Z Compiling tracing-attributes v0.1.27
11852024-09-09T20:03:43.810Z Compiling pest_meta v2.7.10
11862024-09-09T20:03:44.010Z Compiling scroll_derive v0.12.0
11872024-09-09T20:03:44.858Z Compiling spki v0.7.3
11882024-09-09T20:03:45.227Z Compiling pest_generator v2.7.10
11892024-09-09T20:03:45.364Z Compiling scroll v0.12.0
11902024-09-09T20:03:45.919Z Compiling scrypt v0.11.0
11912024-09-09T20:03:46.240Z Compiling cbc v0.1.2
11922024-09-09T20:03:46.428Z Compiling aes v0.8.4
11932024-09-09T20:03:46.468Z Compiling goblin v0.8.2
11942024-09-09T20:03:46.619Z Compiling openssl-macros v0.1.1
11952024-09-09T20:03:46.676Z Compiling tracing v0.1.40
11962024-09-09T20:03:47.020Z Compiling sct v0.7.1
11972024-09-09T20:03:47.143Z Compiling md-5 v0.10.6
11982024-09-09T20:03:47.290Z Compiling pkcs5 v0.7.1
11992024-09-09T20:03:47.387Z Compiling backtrace v0.3.71
12002024-09-09T20:03:47.797Z Compiling idna v0.3.0
12012024-09-09T20:03:48.320Z Compiling pest_derive v2.7.10
12022024-09-09T20:03:48.432Z Compiling pkcs8 v0.10.2
12032024-09-09T20:03:48.459Z Compiling lazy_static v1.5.0
12042024-09-09T20:03:48.596Z Compiling hash32 v0.2.1
12052024-09-09T20:03:48.759Z Compiling fallible-iterator v0.2.0
12062024-09-09T20:03:48.943Z Compiling gimli v0.28.1
12072024-09-09T20:03:49.076Z Compiling dtrace-parser v0.2.0
12082024-09-09T20:03:49.100Z Compiling adler v1.0.2
12092024-09-09T20:03:49.216Z Compiling crc32fast v1.4.0
12102024-09-09T20:03:49.307Z Compiling bytes v1.7.1
12112024-09-09T20:03:49.393Z Compiling bitflags v2.6.0
12122024-09-09T20:03:49.695Z Compiling indexmap v2.4.0
12132024-09-09T20:03:49.816Z Compiling semver v1.0.23
12142024-09-09T20:03:50.437Z Compiling tokio v1.39.3
12152024-09-09T20:03:50.484Z Compiling http v0.2.12
12162024-09-09T20:03:50.898Z Compiling rustc_version v0.4.0
12172024-09-09T20:03:51.604Z Compiling heapless v0.7.17
12182024-09-09T20:03:51.989Z Compiling http-body v0.4.6
12192024-09-09T20:03:52.383Z Compiling dof v0.3.0
12202024-09-09T20:03:52.737Z Compiling uuid v1.10.0
12212024-09-09T20:03:53.251Z Compiling usdt-impl v0.5.0
12222024-09-09T20:03:53.628Z Compiling chrono v0.4.38
12232024-09-09T20:03:54.060Z Compiling toml_datetime v0.6.8
12242024-09-09T20:03:54.289Z Compiling serde_spanned v0.6.7
12252024-09-09T20:03:54.510Z Compiling serde_tokenstream v0.2.2
12262024-09-09T20:03:54.534Z Compiling num-bigint-dig v0.8.4
12272024-09-09T20:03:54.674Z Compiling signal-hook v0.3.17
12282024-09-09T20:03:54.816Z Compiling smoltcp v0.9.1
12292024-09-09T20:03:54.928Z Compiling base64 v0.22.1
12302024-09-09T20:03:55.105Z Compiling psl-types v2.0.11
12312024-09-09T20:03:55.235Z Compiling stable_deref_trait v1.2.0
12322024-09-09T20:03:55.285Z Compiling publicsuffix v2.2.3
12332024-09-09T20:03:55.494Z Compiling postgres-protocol v0.6.7
12342024-09-09T20:03:55.589Z Compiling terminal_size v0.3.0
12352024-09-09T20:03:55.635Z Compiling addr2line v0.21.0
12362024-09-09T20:03:55.781Z Compiling miniz_oxide v0.7.2
12372024-09-09T20:03:55.805Z Compiling hubpack_derive v0.1.1
12382024-09-09T20:03:56.293Z Compiling async-trait v0.1.81
12392024-09-09T20:03:56.410Z Compiling zerocopy-derive v0.6.6
12402024-09-09T20:03:56.505Z Compiling num-iter v0.1.45
12412024-09-09T20:03:56.735Z Compiling phf_shared v0.11.2
12422024-09-09T20:03:56.926Z Compiling serde_derive_internals v0.29.1
12432024-09-09T20:03:57.097Z Compiling ff v0.13.0
12442024-09-09T20:03:57.307Z Compiling object v0.32.2
12452024-09-09T20:03:57.463Z Compiling fs-err v2.11.0
12462024-09-09T20:03:57.664Z Compiling adler2 v2.0.0
12472024-09-09T20:03:57.739Z Compiling schemars v0.8.21
12482024-09-09T20:03:58.067Z Compiling tokio-util v0.7.11
12492024-09-09T20:03:58.335Z Compiling tokio-native-tls v0.3.1
12502024-09-09T20:03:58.463Z Compiling tokio-rustls v0.24.1
12512024-09-09T20:03:58.616Z Compiling base16ct v0.2.0
12522024-09-09T20:03:58.767Z Compiling managed v0.8.0
12532024-09-09T20:03:58.860Z Compiling base64 v0.21.7
12542024-09-09T20:03:58.917Z Compiling ipnet v2.9.0
12552024-09-09T20:03:59.165Z Compiling h2 v0.3.26
12562024-09-09T20:03:59.358Z Compiling anyhow v1.0.86
12572024-09-09T20:03:59.386Z Compiling bitflags v1.3.2
12582024-09-09T20:03:59.493Z Compiling rustc-demangle v0.1.24
12592024-09-09T20:03:59.541Z Compiling winnow v0.5.40
12602024-09-09T20:03:59.891Z Compiling either v1.13.0
12612024-09-09T20:04:00.141Z Compiling clap_builder v4.5.15
12622024-09-09T20:04:00.276Z Compiling schemars_derive v0.8.21
12632024-09-09T20:04:00.367Z Compiling rustls-pemfile v1.0.4
12642024-09-09T20:04:00.737Z Compiling sec1 v0.7.3
12652024-09-09T20:04:01.236Z Compiling zerocopy v0.6.6
12662024-09-09T20:04:02.037Z Compiling miniz_oxide v0.8.0
12672024-09-09T20:04:02.291Z Compiling group v0.13.0
12682024-09-09T20:04:02.548Z Compiling toml_edit v0.19.15
12692024-09-09T20:04:02.821Z Compiling cookie_store v0.20.0
12702024-09-09T20:04:03.404Z Compiling phf v0.11.2
12712024-09-09T20:04:03.767Z Compiling hubpack v0.1.2
12722024-09-09T20:04:04.178Z Compiling postgres-types v0.2.7
12732024-09-09T20:04:04.247Z Compiling usdt-macro v0.5.0
12742024-09-09T20:04:04.555Z Compiling usdt-attr-macro v0.5.0
12752024-09-09T20:04:05.544Z Compiling hyper v0.14.30
12762024-09-09T20:04:05.972Z Compiling serde_urlencoded v0.7.1
12772024-09-09T20:04:06.255Z Compiling pkcs1 v0.7.5
12782024-09-09T20:04:06.434Z Compiling futures-executor v0.3.30
12792024-09-09T20:04:06.458Z Compiling hkdf v0.12.4
12802024-09-09T20:04:06.727Z Compiling signature v2.2.0
12812024-09-09T20:04:06.996Z Compiling crypto-bigint v0.5.5
12822024-09-09T20:04:07.020Z Compiling regex v1.10.6
12832024-09-09T20:04:07.201Z Compiling bstr v1.9.1
12842024-09-09T20:04:07.981Z Compiling serde_repr v0.1.19
12852024-09-09T20:04:08.323Z Compiling enum-as-inner v0.6.0
12862024-09-09T20:04:08.396Z Compiling strum_macros v0.25.3
12872024-09-09T20:04:08.810Z Compiling clap_derive v4.5.13
12882024-09-09T20:04:09.010Z Compiling phf_shared v0.10.0
12892024-09-09T20:04:09.256Z Compiling float-cmp v0.9.0
12902024-09-09T20:04:09.364Z Compiling idna v0.4.0
12912024-09-09T20:04:09.480Z Compiling mio v0.8.11
12922024-09-09T20:04:09.556Z Compiling encoding_rs v0.8.34
12932024-09-09T20:04:10.592Z Compiling normalize-line-endings v0.3.0
12942024-09-09T20:04:10.707Z Compiling new_debug_unreachable v1.0.6
12952024-09-09T20:04:10.731Z Compiling unicode-segmentation v1.11.0
12962024-09-09T20:04:10.813Z Compiling predicates-core v1.0.6
12972024-09-09T20:04:11.145Z Compiling precomputed-hash v0.1.1
12982024-09-09T20:04:11.471Z Compiling difflib v0.4.0
12992024-09-09T20:04:11.497Z Compiling fixedbitset v0.4.2
13002024-09-09T20:04:11.915Z Compiling hyper-tls v0.5.0
13012024-09-09T20:04:11.939Z Compiling hyper-rustls v0.24.2
13022024-09-09T20:04:12.143Z Compiling sync_wrapper v0.1.2
13032024-09-09T20:04:12.234Z Compiling mime v0.3.17
13042024-09-09T20:04:12.271Z Compiling data-encoding v2.6.0
13052024-09-09T20:04:12.297Z Compiling dyn-clone v1.0.17
13062024-09-09T20:04:12.511Z Compiling whoami v1.5.1
13072024-09-09T20:04:12.694Z Compiling bit-vec v0.6.3
13082024-09-09T20:04:12.821Z Compiling webpki-roots v0.25.4
13092024-09-09T20:04:12.975Z Compiling static_assertions v1.1.0
13102024-09-09T20:04:13.001Z Compiling minimal-lexical v0.2.1
13112024-09-09T20:04:13.089Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13122024-09-09T20:04:13.113Z Compiling bit-set v0.5.3
13132024-09-09T20:04:13.136Z Compiling clap v4.5.16
13142024-09-09T20:04:13.258Z Compiling reqwest v0.11.27
13152024-09-09T20:04:13.284Z Compiling hickory-proto v0.24.1
13162024-09-09T20:04:13.400Z Compiling console v0.15.8
13172024-09-09T20:04:13.552Z Compiling nom v7.1.3
13182024-09-09T20:04:14.486Z Compiling tokio-postgres v0.7.11
13192024-09-09T20:04:14.784Z Compiling toml_edit v0.22.20
13202024-09-09T20:04:16.121Z Compiling petgraph v0.6.5
13212024-09-09T20:04:16.763Z Compiling predicates v3.1.2
13222024-09-09T20:04:17.856Z Compiling similar v2.6.0
13232024-09-09T20:04:18.305Z Compiling string_cache v0.8.7
13242024-09-09T20:04:18.741Z Compiling signal-hook-mio v0.2.4
13252024-09-09T20:04:18.765Z Compiling elliptic-curve v0.13.8
13262024-09-09T20:04:18.916Z Compiling usdt v0.5.0
13272024-09-09T20:04:19.386Z Compiling rsa v0.9.6
13282024-09-09T20:04:19.412Z Compiling futures v0.3.30
13292024-09-09T20:04:19.518Z Compiling toml v0.7.8
13302024-09-09T20:04:19.542Z Compiling flate2 v1.0.33
13312024-09-09T20:04:20.386Z Compiling itertools v0.12.1
13322024-09-09T20:04:20.476Z Compiling itertools v0.10.5
13332024-09-09T20:04:20.758Z Compiling tokio-stream v0.1.15
13342024-09-09T20:04:21.027Z Compiling openapiv3 v2.0.0
13352024-09-09T20:04:21.689Z Compiling hex v0.4.3
13362024-09-09T20:04:22.208Z Compiling sha1 v0.10.6
13372024-09-09T20:04:22.232Z Compiling crossbeam-epoch v0.9.18
13382024-09-09T20:04:22.304Z Compiling dirs-sys-next v0.1.2
13392024-09-09T20:04:22.629Z Compiling peg-runtime v0.8.3
13402024-09-09T20:04:22.919Z Compiling lalrpop-util v0.19.12
13412024-09-09T20:04:22.949Z Compiling unicode-xid v0.2.4
13422024-09-09T20:04:22.992Z Compiling dirs-next v2.0.0
13432024-09-09T20:04:23.121Z Compiling thread_local v1.1.8
13442024-09-09T20:04:23.182Z Compiling slog-async v2.8.0
13452024-09-09T20:04:23.235Z Compiling term v0.7.0
13462024-09-09T20:04:23.260Z Compiling xattr v1.3.1
13472024-09-09T20:04:23.309Z Compiling strum_macros v0.26.4
13482024-09-09T20:04:23.543Z Compiling crossbeam-channel v0.5.12
13492024-09-09T20:04:23.680Z Compiling filetime v0.2.25
13502024-09-09T20:04:23.771Z Compiling is-terminal v0.4.12
13512024-09-09T20:04:23.885Z Compiling take_mut v0.2.2
13522024-09-09T20:04:23.971Z Compiling slog-term v2.9.1
13532024-09-09T20:04:24.032Z Compiling tar v0.4.41
13542024-09-09T20:04:24.676Z Compiling camino v1.1.9
13552024-09-09T20:04:26.110Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13562024-09-09T20:04:26.828Z Compiling strum v0.26.3
13572024-09-09T20:04:26.947Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13582024-09-09T20:04:33.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
13592024-09-09T20:04:33.945Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13602024-09-09T20:04:34.011ZSep 09 20:04:33.246 INFO Starting download, target: Clickhouse
13612024-09-09T20:04:34.011ZSep 09 20:04:33.246 INFO Starting download, target: Cockroach
13622024-09-09T20:04:34.011ZSep 09 20:04:33.246 INFO Starting download, target: Console
13632024-09-09T20:04:34.011ZSep 09 20:04:33.246 INFO Starting download, target: DendriteStub
13642024-09-09T20:04:34.011ZSep 09 20:04:33.246 INFO Starting download, target: DendriteOpenapi
13652024-09-09T20:04:34.011ZSep 09 20:04:33.246 INFO Starting download, target: MaghemiteMgd
13662024-09-09T20:04:34.011ZSep 09 20:04:33.246 INFO Starting download, target: TransceiverControl
13672024-09-09T20:04:34.035ZSep 09 20:04:33.248 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13682024-09-09T20:04:34.036ZSep 09 20:04:33.248 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13692024-09-09T20:04:34.036ZSep 09 20:04:33.248 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13702024-09-09T20:04:34.036ZSep 09 20:04:33.248 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13712024-09-09T20:04:34.036ZSep 09 20:04:33.248 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13722024-09-09T20:04:34.036ZSep 09 20:04:33.249 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13732024-09-09T20:04:34.036ZSep 09 20:04:33.249 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13742024-09-09T20:04:34.333ZSep 09 20:04:33.561 INFO Download complete, target: DendriteOpenapi
13752024-09-09T20:04:34.375ZSep 09 20:04:33.608 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13762024-09-09T20:04:34.818ZSep 09 20:04:34.052 INFO Download complete, target: Console
13772024-09-09T20:04:35.380ZSep 09 20:04:34.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13782024-09-09T20:04:35.911ZSep 09 20:04:35.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13792024-09-09T20:04:35.998ZSep 09 20:04:35.232 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13802024-09-09T20:04:36.191ZSep 09 20:04:35.425 INFO Download complete, target: TransceiverControl
13812024-09-09T20:04:39.152ZSep 09 20:04:38.386 INFO Download complete, target: DendriteStub
13822024-09-09T20:04:39.507ZSep 09 20:04:38.742 INFO Download complete, target: MaghemiteMgd
13832024-09-09T20:04:43.479ZSep 09 20:04:42.714 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13842024-09-09T20:04:43.479ZSep 09 20:04:42.714 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13852024-09-09T20:04:50.282ZSep 09 20:04:49.517 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13862024-09-09T20:04:52.675ZSep 09 20:04:51.910 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13872024-09-09T20:04:53.129ZSep 09 20:04:52.363 INFO Checking that binary works, target: Cockroach
13882024-09-09T20:04:53.356ZSep 09 20:04:52.590 INFO Download complete, target: Cockroach
13892024-09-09T20:05:06.121ZSep 09 20:05:05.356 INFO Checking that binary works, target: Clickhouse
13902024-09-09T20:05:06.343ZSep 09 20:05:05.578 INFO Download complete, target: Clickhouse
13912024-09-09T20:05:06.367ZAll prerequisites installed successfully
13922024-09-09T20:05:06.367Z
13932024-09-09T20:05:06.367Zreal 3:51.763991593
13942024-09-09T20:05:06.367Zuser 10:41.419625629
13952024-09-09T20:05:06.367Zsys 2:30.514626944
13962024-09-09T20:05:06.367Ztrap 0.376211556
13972024-09-09T20:05:06.367Ztflt 0.705627078
13982024-09-09T20:05:06.367Zdflt 1.699238426
13992024-09-09T20:05:06.367Zkflt 0.008930730
14002024-09-09T20:05:06.367Zlock 25:05.669512815
14012024-09-09T20:05:06.368Zslp 39:54.595890235
14022024-09-09T20:05:06.368Zlat 46.939010215
14032024-09-09T20:05:06.368Zstop 1:47.748113737
14042024-09-09T20:05:06.368Z+ source ./tools/include/force-git-over-https.sh
14052024-09-09T20:05:06.368Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14062024-09-09T20:05:06.368Z++ (( i = 0 ))
14072024-09-09T20:05:06.368Z++ (( i < 5 ))
14082024-09-09T20:05:06.368Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14092024-09-09T20:05:06.368Z++ (( i++ ))
14102024-09-09T20:05:06.368Z++ (( i < 5 ))
14112024-09-09T20:05:06.368Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14122024-09-09T20:05:06.392Z++ (( i++ ))
14132024-09-09T20:05:06.392Z++ (( i < 5 ))
14142024-09-09T20:05:06.392Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14152024-09-09T20:05:06.392Z++ (( i++ ))
14162024-09-09T20:05:06.392Z++ (( i < 5 ))
14172024-09-09T20:05:06.392Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14182024-09-09T20:05:06.392Z++ (( i++ ))
14192024-09-09T20:05:06.392Z++ (( i < 5 ))
14202024-09-09T20:05:06.392Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14212024-09-09T20:05:06.392Z++ (( i++ ))
14222024-09-09T20:05:06.392Z++ (( i < 5 ))
14232024-09-09T20:05:06.392Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14242024-09-09T20:05:06.392Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14252024-09-09T20:05:06.392Z+ rc=0
14262024-09-09T20:05:06.392Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14272024-09-09T20:05:35.040Z+ case $rc in
14282024-09-09T20:05:35.040Z+ pfexec zfs create -p rpool/images/build/host
14292024-09-09T20:05:35.118Z+ pfexec zfs create -p rpool/images/build/recovery
14302024-09-09T20:05:35.151Z+ cargo xtask releng --output-dir /work
14312024-09-09T20:05:35.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
14322024-09-09T20:05:36.017Z Running `target/debug/xtask releng --output-dir /work`
14332024-09-09T20:05:37.389Z Compiling proc-macro2 v1.0.86
14342024-09-09T20:05:37.389Z Compiling unicode-ident v1.0.12
14352024-09-09T20:05:37.389Z Compiling libc v0.2.158
14362024-09-09T20:05:37.413Z Compiling serde v1.0.208
14372024-09-09T20:05:37.413Z Compiling version_check v0.9.5
14382024-09-09T20:05:37.413Z Compiling autocfg v1.3.0
14392024-09-09T20:05:37.413Z Compiling cfg-if v1.0.0
14402024-09-09T20:05:37.413Z Compiling once_cell v1.19.0
14412024-09-09T20:05:37.702Z Compiling typenum v1.17.0
14422024-09-09T20:05:37.739Z Compiling memchr v2.7.2
14432024-09-09T20:05:38.129Z Compiling generic-array v0.14.7
14442024-09-09T20:05:38.211Z Compiling lock_api v0.4.12
14452024-09-09T20:05:38.415Z Compiling ahash v0.8.11
14462024-09-09T20:05:38.499Z Compiling serde_json v1.0.125
14472024-09-09T20:05:38.561Z Compiling libm v0.2.8
14482024-09-09T20:05:38.807Z Compiling num-traits v0.2.19
14492024-09-09T20:05:38.866Z Compiling parking_lot_core v0.9.10
14502024-09-09T20:05:38.908Z Compiling byteorder v1.5.0
14512024-09-09T20:05:39.120Z Compiling quote v1.0.36
14522024-09-09T20:05:39.357Z Compiling jobserver v0.1.32
14532024-09-09T20:05:39.426Z Compiling getrandom v0.2.14
14542024-09-09T20:05:39.557Z Compiling syn v2.0.74
14552024-09-09T20:05:39.679Z Compiling scopeguard v1.2.0
14562024-09-09T20:05:39.753Z Compiling cc v1.0.97
14572024-09-09T20:05:39.863Z Compiling log v0.4.21
14582024-09-09T20:05:39.981Z Compiling thiserror v1.0.63
14592024-09-09T20:05:40.139Z Compiling itoa v1.0.11
14602024-09-09T20:05:40.424Z Compiling slab v0.4.9
14612024-09-09T20:05:40.459Z Compiling rand_core v0.6.4
14622024-09-09T20:05:40.486Z Compiling pkg-config v0.3.30
14632024-09-09T20:05:40.940Z Compiling semver v1.0.23
14642024-09-09T20:05:41.119Z Compiling ryu v1.0.18
14652024-09-09T20:05:41.438Z Compiling smallvec v1.13.2
14662024-09-09T20:05:41.499Z Compiling vcpkg v0.2.15
14672024-09-09T20:05:41.522Z Compiling pin-project-lite v0.2.14
14682024-09-09T20:05:41.592Z Compiling allocator-api2 v0.2.18
14692024-09-09T20:05:42.100Z Compiling spin v0.9.8
14702024-09-09T20:05:42.315Z Compiling subtle v2.5.0
14712024-09-09T20:05:42.797Z Compiling const-oid v0.9.6
14722024-09-09T20:05:42.926Z Compiling ring v0.17.8
14732024-09-09T20:05:43.170Z Compiling openssl-sys v0.9.103
14742024-09-09T20:05:43.210Z Compiling signal-hook-registry v1.4.2
14752024-09-09T20:05:44.488Z Compiling rustix v0.38.34
14762024-09-09T20:05:44.725Z Compiling httparse v1.8.0
14772024-09-09T20:05:44.818Z Compiling schemars v0.8.21
14782024-09-09T20:05:45.049Z Compiling heck v0.5.0
14792024-09-09T20:05:45.216Z Compiling parking_lot v0.12.2
14802024-09-09T20:05:45.255Z Compiling mio v1.0.2
14812024-09-09T20:05:45.508Z Compiling futures-core v0.3.30
14822024-09-09T20:05:45.783Z Compiling time-core v0.1.2
14832024-09-09T20:05:45.933Z Compiling num-conv v0.1.0
14842024-09-09T20:05:46.004Z Compiling socket2 v0.5.7
14852024-09-09T20:05:46.029Z Compiling openssl v0.10.66
14862024-09-09T20:05:46.187Z Compiling time-macros v0.2.18
14872024-09-09T20:05:46.353Z Compiling equivalent v1.0.1
14882024-09-09T20:05:46.393Z Compiling fnv v1.0.7
14892024-09-09T20:05:46.478Z Compiling serde_derive_internals v0.29.1
14902024-09-09T20:05:46.948Z Compiling futures-sink v0.3.30
14912024-09-09T20:05:47.030Z Compiling rustls v0.21.12
14922024-09-09T20:05:47.061Z Compiling native-tls v0.2.11
14932024-09-09T20:05:47.145Z Compiling tinyvec_macros v0.1.1
14942024-09-09T20:05:47.346Z Compiling tinyvec v1.6.0
14952024-09-09T20:05:47.929Z Compiling crossbeam-utils v0.8.19
14962024-09-09T20:05:48.573Z Compiling cookie v0.17.0
14972024-09-09T20:05:48.692Z Compiling ucd-trie v0.1.6
14982024-09-09T20:05:48.876Z Compiling unicode-normalization v0.1.23
14992024-09-09T20:05:48.998Z Compiling iana-time-zone v0.1.60
15002024-09-09T20:05:49.213Z Compiling cpufeatures v0.2.12
15012024-09-09T20:05:49.361Z Compiling futures-channel v0.3.30
15022024-09-09T20:05:49.400Z Compiling pin-utils v0.1.0
15032024-09-09T20:05:49.521Z Compiling slog v2.7.0
15042024-09-09T20:05:49.555Z Compiling unicode-bidi v0.3.15
15052024-09-09T20:05:49.713Z Compiling futures-task v0.3.30
15062024-09-09T20:05:49.837Z Compiling syn v1.0.109
15072024-09-09T20:05:50.055Z Compiling futures-io v0.3.30
15082024-09-09T20:05:50.339Z Compiling aho-corasick v1.1.3
15092024-09-09T20:05:50.804Z Compiling untrusted v0.9.0
15102024-09-09T20:05:50.873Z Compiling regex-syntax v0.8.4
15112024-09-09T20:05:51.409Z Compiling serde_derive v1.0.208
15122024-09-09T20:05:51.463Z Compiling zeroize_derive v1.4.2
15132024-09-09T20:05:51.776Z Compiling zerocopy-derive v0.7.34
15142024-09-09T20:05:52.885Z Compiling tokio-macros v2.4.0
15152024-09-09T20:05:52.922Z Compiling thiserror-impl v1.0.63
15162024-09-09T20:05:53.562Z Compiling zeroize v1.7.0
15172024-09-09T20:05:54.051Z Compiling zerocopy v0.7.34
15182024-09-09T20:05:54.287Z Compiling futures-macro v0.3.30
15192024-09-09T20:05:55.965Z Compiling crypto-common v0.1.6
15202024-09-09T20:05:56.144Z Compiling tracing-attributes v0.1.27
15212024-09-09T20:05:56.177Z Compiling der_derive v0.7.2
15222024-09-09T20:05:56.495Z Compiling hashbrown v0.14.5
15232024-09-09T20:05:57.213Z Compiling block-buffer v0.10.4
15242024-09-09T20:05:57.474Z Compiling digest v0.10.7
15252024-09-09T20:05:57.809Z Compiling schemars_derive v0.8.21
15262024-09-09T20:05:58.566Z Compiling openssl-macros v0.1.1
15272024-09-09T20:05:58.909Z Compiling scroll_derive v0.12.0
15282024-09-09T20:05:59.112Z Compiling hmac v0.12.1
15292024-09-09T20:05:59.260Z Compiling pest v2.7.10
15302024-09-09T20:05:59.352Z Compiling block-padding v0.3.3
15312024-09-09T20:05:59.596Z Compiling inout v0.1.3
15322024-09-09T20:05:59.622Z Compiling futures-util v0.3.30
15332024-09-09T20:06:00.069Z Compiling cipher v0.4.4
15342024-09-09T20:06:00.554Z Compiling sha2 v0.10.8
15352024-09-09T20:06:00.581Z Compiling regex-automata v0.4.6
15362024-09-09T20:06:01.482Z Compiling crc32fast v1.4.0
15372024-09-09T20:06:02.113Z Compiling pest_meta v2.7.10
15382024-09-09T20:06:02.915Z Compiling dyn-clone v1.0.17
15392024-09-09T20:06:03.759Z Compiling pest_generator v2.7.10
15402024-09-09T20:06:04.444Z Compiling bytes v1.7.1
15412024-09-09T20:06:06.132Z Compiling bitflags v2.6.0
15422024-09-09T20:06:06.537Z Compiling tokio v1.39.3
15432024-09-09T20:06:06.747Z Compiling indexmap v2.4.0
15442024-09-09T20:06:07.659Z Compiling serde_tokenstream v0.2.2
15452024-09-09T20:06:08.186Z Compiling uuid v1.10.0
15462024-09-09T20:06:08.211Z Compiling chrono v0.4.38
15472024-09-09T20:06:08.912Z Compiling http v0.2.12
15482024-09-09T20:06:09.833Z Compiling rustc_version v0.4.0
15492024-09-09T20:06:11.267Z Compiling pest_derive v2.7.10
15502024-09-09T20:06:11.648Z Compiling usdt-impl v0.5.0
15512024-09-09T20:06:11.981Z Compiling powerfmt v0.2.0
15522024-09-09T20:06:12.014Z Compiling heck v0.4.1
15532024-09-09T20:06:12.460Z Compiling base64ct v1.6.0
15542024-09-09T20:06:12.517Z Compiling percent-encoding v2.3.1
15552024-09-09T20:06:12.577Z Compiling deranged v0.3.11
15562024-09-09T20:06:12.615Z Compiling heapless v0.7.17
15572024-09-09T20:06:12.989Z Compiling pem-rfc7468 v0.7.0
15582024-09-09T20:06:13.366Z Compiling scroll v0.12.0
15592024-09-09T20:06:13.551Z Compiling zerocopy-derive v0.6.6
15602024-09-09T20:06:13.933Z Compiling backtrace v0.3.71
15612024-09-09T20:06:14.382Z Compiling tracing-core v0.1.32
15622024-09-09T20:06:14.778Z Compiling errno v0.3.9
15632024-09-09T20:06:15.023Z Compiling tokio-util v0.7.11
15642024-09-09T20:06:15.338Z Compiling ppv-lite86 v0.2.17
15652024-09-09T20:06:15.991Z Compiling plain v0.2.3
15662024-09-09T20:06:16.471Z Compiling num-bigint-dig v0.8.4
15672024-09-09T20:06:16.650Z Compiling flagset v0.4.5
15682024-09-09T20:06:16.861Z Compiling num_threads v0.1.7
15692024-09-09T20:06:16.985Z Compiling der v0.7.9
15702024-09-09T20:06:17.050Z Compiling time v0.3.36
15712024-09-09T20:06:17.132Z Compiling goblin v0.8.2
15722024-09-09T20:06:17.347Z Compiling rand_chacha v0.3.1
15732024-09-09T20:06:18.306Z Compiling tracing v0.1.40
15742024-09-09T20:06:19.360Z Compiling regex v1.10.6
15752024-09-09T20:06:19.462Z Compiling salsa20 v0.10.2
15762024-09-09T20:06:19.664Z Compiling pbkdf2 v0.12.2
15772024-09-09T20:06:19.837Z Compiling async-trait v0.1.81
15782024-09-09T20:06:20.391Z Compiling pretty-hex v0.4.1
15792024-09-09T20:06:21.430Z Compiling rustversion v1.0.17
15802024-09-09T20:06:21.597Z Compiling strsim v0.11.1
15812024-09-09T20:06:22.303Z Compiling dof v0.3.0
15822024-09-09T20:06:22.603Z Compiling scrypt v0.11.0
15832024-09-09T20:06:23.072Z Compiling spki v0.7.3
15842024-09-09T20:06:23.186Z Compiling rand v0.8.5
15852024-09-09T20:06:23.330Z Compiling form_urlencoded v1.2.1
15862024-09-09T20:06:23.601Z Compiling dtrace-parser v0.2.0
15872024-09-09T20:06:23.856Z Compiling aes v0.8.4
15882024-09-09T20:06:23.882Z Compiling cbc v0.1.2
15892024-09-09T20:06:24.117Z Compiling thread-id v4.2.1
15902024-09-09T20:06:24.881Z Compiling try-lock v0.2.5
15912024-09-09T20:06:25.034Z Compiling unicode-width v0.1.13
15922024-09-09T20:06:25.129Z Compiling foreign-types-shared v0.1.1
15932024-09-09T20:06:25.271Z Compiling signal-hook v0.3.17
15942024-09-09T20:06:25.296Z Compiling anyhow v1.0.86
15952024-09-09T20:06:25.499Z Compiling smoltcp v0.9.1
15962024-09-09T20:06:25.759Z Compiling foreign-types v0.3.2
15972024-09-09T20:06:26.163Z Compiling want v0.3.1
15982024-09-09T20:06:26.444Z Compiling pkcs5 v0.7.1
15992024-09-09T20:06:28.708Z Compiling h2 v0.3.26
16002024-09-09T20:06:31.620Z Compiling http-body v0.4.6
16012024-09-09T20:06:35.931Z Compiling clap_derive v4.5.13
16022024-09-09T20:06:35.978Z Compiling httpdate v1.0.3
16032024-09-09T20:06:35.978Z Compiling siphasher v0.3.11
16042024-09-09T20:06:35.978Z Compiling tower-service v0.3.2
16052024-09-09T20:06:35.978Z Compiling base64 v0.21.7
16062024-09-09T20:06:36.495Z Compiling hyper v0.14.30
16072024-09-09T20:06:38.402Z Compiling pkcs8 v0.10.2
16082024-09-09T20:06:40.263Z Compiling rustls-webpki v0.101.7
16092024-09-09T20:06:40.349Z Compiling sct v0.7.1
16102024-09-09T20:06:41.977Z Compiling openapiv3 v2.0.0
16112024-09-09T20:06:42.728Z Compiling hubpack_derive v0.1.1
16122024-09-09T20:06:44.219Z Compiling idna v0.5.0
16132024-09-09T20:06:46.491Z Compiling fs-err v2.11.0
16142024-09-09T20:06:46.846Z Compiling openssl-probe v0.1.5
16152024-09-09T20:06:47.099Z Compiling anstyle v1.0.8
16162024-09-09T20:06:47.509Z Compiling finl_unicode v1.2.0
16172024-09-09T20:06:47.559Z Compiling utf8parse v0.2.1
16182024-09-09T20:06:47.717Z Compiling anstyle-parse v0.2.4
16192024-09-09T20:06:48.027Z Compiling stringprep v0.1.4
16202024-09-09T20:06:48.926Z Compiling url v2.5.2
16212024-09-09T20:06:52.847Z Compiling usdt-macro v0.5.0
16222024-09-09T20:06:53.547Z Compiling usdt-attr-macro v0.5.0
16232024-09-09T20:06:54.533Z Compiling toml_datetime v0.6.8
16242024-09-09T20:06:54.840Z Compiling serde_spanned v0.6.7
16252024-09-09T20:06:54.926Z Compiling md-5 v0.10.6
16262024-09-09T20:06:55.039Z Compiling regress v0.9.1
16272024-09-09T20:06:55.154Z Compiling idna v0.3.0
16282024-09-09T20:06:56.256Z Compiling lazy_static v1.5.0
16292024-09-09T20:06:56.319Z Compiling num-integer v0.1.46
16302024-09-09T20:06:56.464Z Compiling hash32 v0.2.1
16312024-09-09T20:06:56.789Z Compiling encoding_rs v0.8.34
16322024-09-09T20:06:56.935Z Compiling mime v0.3.17
16332024-09-09T20:06:57.922Z Compiling psl-types v2.0.11
16342024-09-09T20:06:58.113Z Compiling base64 v0.22.1
16352024-09-09T20:06:58.684Z Compiling stable_deref_trait v1.2.0
16362024-09-09T20:06:58.708Z Compiling gimli v0.28.1
16372024-09-09T20:06:58.793Z Compiling anstyle-query v1.0.3
16382024-09-09T20:06:58.832Z Compiling colorchoice v1.0.1
16392024-09-09T20:06:58.933Z Compiling adler v1.0.2
16402024-09-09T20:06:58.996Z Compiling fallible-iterator v0.2.0
16412024-09-09T20:06:59.138Z Compiling is_terminal_polyfill v1.70.0
16422024-09-09T20:06:59.172Z Compiling publicsuffix v2.2.3
16432024-09-09T20:06:59.268Z Compiling anstream v0.6.14
16442024-09-09T20:06:59.417Z Compiling miniz_oxide v0.7.2
16452024-09-09T20:06:59.631Z Compiling postgres-protocol v0.6.7
16462024-09-09T20:07:00.334Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16472024-09-09T20:07:00.701Z Compiling num-iter v0.1.45
16482024-09-09T20:07:02.888Z Compiling addr2line v0.21.0
16492024-09-09T20:07:03.085Z Compiling tokio-rustls v0.24.1
16502024-09-09T20:07:03.489Z Compiling terminal_size v0.3.0
16512024-09-09T20:07:03.690Z Compiling tokio-native-tls v0.3.1
16522024-09-09T20:07:03.961Z Compiling phf_shared v0.11.2
16532024-09-09T20:07:04.002Z Compiling strum_macros v0.25.3
16542024-09-09T20:07:04.374Z Compiling serde_urlencoded v0.7.1
16552024-09-09T20:07:04.942Z Compiling enum-as-inner v0.6.0
16562024-09-09T20:07:06.052Z Compiling serde_repr v0.1.19
16572024-09-09T20:07:06.136Z Compiling ff v0.13.0
16582024-09-09T20:07:06.163Z Compiling object v0.32.2
16592024-09-09T20:07:06.351Z Compiling ipnet v2.9.0
16602024-09-09T20:07:06.842Z Compiling rustc-demangle v0.1.24
16612024-09-09T20:07:06.986Z Compiling clap_lex v0.7.0
16622024-09-09T20:07:07.012Z Compiling base16ct v0.2.0
16632024-09-09T20:07:07.266Z Compiling adler2 v2.0.0
16642024-09-09T20:07:07.321Z Compiling managed v0.8.0
16652024-09-09T20:07:07.710Z Compiling either v1.13.0
16662024-09-09T20:07:08.117Z Compiling bitflags v1.3.2
16672024-09-09T20:07:08.222Z Compiling winnow v0.5.40
16682024-09-09T20:07:08.697Z Compiling rustls-pemfile v1.0.4
16692024-09-09T20:07:09.025Z Compiling miniz_oxide v0.8.0
16702024-09-09T20:07:09.643Z Compiling clap_builder v4.5.15
16712024-09-09T20:07:10.135Z Compiling sec1 v0.7.3
16722024-09-09T20:07:10.503Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16732024-09-09T20:07:10.647Z Compiling group v0.13.0
16742024-09-09T20:07:11.518Z Compiling toml_edit v0.19.15
16752024-09-09T20:07:12.498Z Compiling phf v0.11.2
16762024-09-09T20:07:13.722Z Compiling hyper-tls v0.5.0
16772024-09-09T20:07:14.057Z Compiling hyper-rustls v0.24.2
16782024-09-09T20:07:14.373Z Compiling cookie_store v0.20.0
16792024-09-09T20:07:14.679Z Compiling postgres-types v0.2.7
16802024-09-09T20:07:14.965Z Compiling hubpack v0.1.2
16812024-09-09T20:07:14.989Z Compiling pkcs1 v0.7.5
16822024-09-09T20:07:15.573Z Compiling phf_shared v0.10.0
16832024-09-09T20:07:15.914Z Compiling zerocopy v0.6.6
16842024-09-09T20:07:16.006Z Compiling futures-executor v0.3.30
16852024-09-09T20:07:16.041Z Compiling bstr v1.9.1
16862024-09-09T20:07:16.148Z Compiling hkdf v0.12.4
16872024-09-09T20:07:16.299Z Compiling signature v2.2.0
16882024-09-09T20:07:16.363Z Compiling crypto-bigint v0.5.5
16892024-09-09T20:07:16.440Z Compiling idna v0.4.0
16902024-09-09T20:07:16.593Z Compiling float-cmp v0.9.0
16912024-09-09T20:07:16.666Z Compiling mio v0.8.11
16922024-09-09T20:07:16.809Z Compiling memmap v0.7.0
16932024-09-09T20:07:17.399Z Compiling static_assertions v1.1.0
16942024-09-09T20:07:17.424Z Compiling precomputed-hash v0.1.1
16952024-09-09T20:07:17.505Z Compiling new_debug_unreachable v1.0.6
16962024-09-09T20:07:17.532Z Compiling unicode-segmentation v1.11.0
16972024-09-09T20:07:17.595Z Compiling minimal-lexical v0.2.1
16982024-09-09T20:07:17.619Z Compiling winnow v0.6.18
16992024-09-09T20:07:17.645Z Compiling fixedbitset v0.4.2
17002024-09-09T20:07:18.006Z Compiling whoami v1.5.1
17012024-09-09T20:07:18.043Z Compiling webpki-roots v0.25.4
17022024-09-09T20:07:18.176Z Compiling sync_wrapper v0.1.2
17032024-09-09T20:07:18.205Z Compiling predicates-core v1.0.6
17042024-09-09T20:07:18.238Z Compiling difflib v0.4.0
17052024-09-09T20:07:18.660Z Compiling bit-vec v0.6.3
17062024-09-09T20:07:18.968Z Compiling data-encoding v2.6.0
17072024-09-09T20:07:19.033Z Compiling normalize-line-endings v0.3.0
17082024-09-09T20:07:19.184Z Compiling predicates v3.1.2
17092024-09-09T20:07:19.292Z Compiling bit-set v0.5.3
17102024-09-09T20:07:19.328Z Compiling reqwest v0.11.27
17112024-09-09T20:07:19.353Z Compiling elliptic-curve v0.13.8
17122024-09-09T20:07:19.570Z Compiling hickory-proto v0.24.1
17132024-09-09T20:07:19.990Z Compiling tokio-postgres v0.7.11
17142024-09-09T20:07:20.473Z Compiling toml_edit v0.22.20
17152024-09-09T20:07:20.713Z Compiling similar v2.6.0
17162024-09-09T20:07:20.931Z Compiling nom v7.1.3
17172024-09-09T20:07:22.384Z Compiling petgraph v0.6.5
17182024-09-09T20:07:23.966Z Compiling string_cache v0.8.7
17192024-09-09T20:07:24.294Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17202024-09-09T20:07:24.350Z Compiling signal-hook-mio v0.2.4
17212024-09-09T20:07:24.517Z Compiling usdt v0.5.0
17222024-09-09T20:07:25.622Z Compiling rsa v0.9.6
17232024-09-09T20:07:25.850Z Compiling futures v0.3.30
17242024-09-09T20:07:27.022Z Compiling toml v0.7.8
17252024-09-09T20:07:27.087Z Compiling clap v4.5.16
17262024-09-09T20:07:27.216Z Compiling crossbeam-epoch v0.9.18
17272024-09-09T20:07:27.312Z Compiling flate2 v1.0.33
17282024-09-09T20:07:27.433Z Compiling itertools v0.10.5
17292024-09-09T20:07:27.859Z Compiling itertools v0.12.1
17302024-09-09T20:07:28.132Z Compiling console v0.15.8
17312024-09-09T20:07:29.307Z Compiling tokio-stream v0.1.15
17322024-09-09T20:07:29.521Z Compiling hex v0.4.3
17332024-09-09T20:07:30.166Z Compiling sha1 v0.10.6
17342024-09-09T20:07:30.621Z Compiling unicode-xid v0.2.4
17352024-09-09T20:07:30.763Z Compiling camino v1.1.9
17362024-09-09T20:07:30.808Z Compiling peg-runtime v0.8.3
17372024-09-09T20:07:30.832Z Compiling radium v0.7.0
17382024-09-09T20:07:31.414Z Compiling lalrpop-util v0.19.12
17392024-09-09T20:07:31.725Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17402024-09-09T20:07:36.122Z Compiling is-terminal v0.4.12
17412024-09-09T20:07:36.497Z Compiling rustls-pki-types v1.7.0
17422024-09-09T20:07:38.007Z Compiling ident_case v1.0.1
17432024-09-09T20:07:39.241Z Compiling tap v1.0.1
17442024-09-09T20:07:39.412Z Compiling maybe-uninit v2.0.0
17452024-09-09T20:07:41.925Z Compiling wyz v0.5.1
17462024-09-09T20:07:43.618Z Compiling darling_core v0.20.9
17472024-09-09T20:07:51.874Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17482024-09-09T20:07:53.953Z Compiling getopts v0.2.21
17492024-09-09T20:07:55.128Z Compiling bzip2-sys v0.1.11+1.0.8
17502024-09-09T20:07:55.372Z Compiling dirs-sys-next v0.1.2
17512024-09-09T20:07:55.575Z Compiling funty v2.0.0
17522024-09-09T20:07:55.600Z Compiling paste v1.0.15
17532024-09-09T20:07:56.141Z Compiling rustls v0.22.4
17542024-09-09T20:07:56.309Z Compiling unsafe-libyaml v0.2.11
17552024-09-09T20:07:56.334Z Compiling packed_struct v0.10.1
17562024-09-09T20:07:56.718Z Compiling bitvec v1.0.1
17572024-09-09T20:07:57.711Z Compiling serde_yaml v0.9.34+deprecated
17582024-09-09T20:08:00.260Z Compiling dirs-next v2.0.0
17592024-09-09T20:08:00.646Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17602024-09-09T20:08:01.375Z Compiling darling_macro v0.20.9
17612024-09-09T20:08:02.384Z Compiling rustls-webpki v0.102.4
17622024-09-09T20:08:08.347Z Compiling packed_struct_codegen v0.10.1
17632024-09-09T20:08:08.411Z Compiling structmeta-derive v0.3.0
17642024-09-09T20:08:08.411Z Compiling thread_local v1.1.8
17652024-09-09T20:08:08.411Z Compiling indexmap v1.9.3
17662024-09-09T20:08:08.411Z Compiling multer v3.1.0
17672024-09-09T20:08:08.412Z Compiling fastrand v2.1.0
17682024-09-09T20:08:08.412Z Compiling nodrop v0.1.14
17692024-09-09T20:08:08.412Z Compiling crc-catalog v2.4.0
17702024-09-09T20:08:08.412Z Compiling slog-async v2.8.0
17712024-09-09T20:08:08.412Z Compiling rayon-core v1.12.1
17722024-09-09T20:08:08.412Z Compiling match_cfg v0.1.0
17732024-09-09T20:08:08.412Z Compiling hostname v0.3.1
17742024-09-09T20:08:08.412Z Compiling crc v3.2.1
17752024-09-09T20:08:08.412Z Compiling tempfile v3.10.1
17762024-09-09T20:08:08.412Z Compiling array-init v0.0.4
17772024-09-09T20:08:08.412Z Compiling structmeta v0.3.0
17782024-09-09T20:08:09.654Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17792024-09-09T20:08:10.800Z Compiling smallvec v0.6.14
17802024-09-09T20:08:11.213Z Compiling darling v0.20.9
17812024-09-09T20:08:11.334Z Compiling term v0.7.0
17822024-09-09T20:08:13.188Z Compiling crossbeam-deque v0.8.5
17832024-09-09T20:08:13.555Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17842024-09-09T20:08:14.877Z Compiling slog-json v2.6.1
17852024-09-09T20:08:15.304Z Compiling crossbeam-channel v0.5.12
17862024-09-09T20:08:15.676Z Compiling http v1.1.0
17872024-09-09T20:08:17.357Z Compiling pin-project-internal v1.1.5
17882024-09-09T20:08:18.260Z Compiling async-stream-impl v0.3.5
17892024-09-09T20:08:19.864Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17902024-09-09T20:08:20.153Z Compiling bitfield v0.14.0
17912024-09-09T20:08:20.439Z Compiling atomic-waker v1.1.2
17922024-09-09T20:08:21.641Z Compiling hashbrown v0.12.3
17932024-09-09T20:08:22.680Z Compiling termcolor v1.4.1
17942024-09-09T20:08:22.826Z Compiling take_mut v0.2.2
17952024-09-09T20:08:23.309Z Compiling same-file v1.0.6
17962024-09-09T20:08:23.672Z Compiling walkdir v2.5.0
17972024-09-09T20:08:24.908Z Compiling env_logger v0.10.2
17982024-09-09T20:08:31.393Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17992024-09-09T20:08:32.101Z Compiling waitgroup v0.1.2
18002024-09-09T20:08:32.127Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18012024-09-09T20:08:32.611Z Compiling pin-project v1.1.5
18022024-09-09T20:08:33.454Z Compiling async-stream v0.3.5
18032024-09-09T20:08:36.148Z Compiling slog-bunyan v2.5.0
18042024-09-09T20:08:36.175Z Compiling tokio-rustls v0.25.0
18052024-09-09T20:08:36.736Z Compiling slog-term v2.9.1
18062024-09-09T20:08:36.762Z Compiling serde_with_macros v3.9.0
18072024-09-09T20:08:37.282Z Compiling serde-hex v0.1.0
18082024-09-09T20:08:39.002Z Compiling bzip2 v0.4.4
18092024-09-09T20:08:39.113Z Compiling parse-display-derive v0.10.0
18102024-09-09T20:08:39.423Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18112024-09-09T20:08:39.606Z Compiling toml v0.8.19
18122024-09-09T20:08:39.712Z Compiling rustls-pemfile v2.1.3
18132024-09-09T20:08:42.868Z Compiling x509-cert v0.2.5
18142024-09-09T20:08:43.124Z Compiling ron v0.8.1
18152024-09-09T20:08:43.931Z Compiling newtype-uuid v1.1.0
18162024-09-09T20:08:44.262Z Compiling ipnetwork v0.20.0
18172024-09-09T20:08:44.999Z Compiling strum_macros v0.26.4
18182024-09-09T20:08:45.243Z Compiling xattr v1.3.1
18192024-09-09T20:08:45.544Z Compiling snafu-derive v0.8.2
18202024-09-09T20:08:46.624Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18212024-09-09T20:08:47.598Z Compiling serde_path_to_error v0.1.16
18222024-09-09T20:08:48.290Z Compiling hashbrown v0.13.2
18232024-09-09T20:08:48.496Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242024-09-09T20:08:48.879Z Compiling blake3 v1.5.1
18252024-09-09T20:08:49.149Z Compiling ring v0.16.20
18262024-09-09T20:08:49.421Z Compiling hostname v0.4.0
18272024-09-09T20:08:49.514Z Compiling filetime v0.2.25
18282024-09-09T20:08:49.667Z Compiling instant v0.1.12
18292024-09-09T20:08:49.691Z Compiling buf-list v1.0.3
18302024-09-09T20:08:49.853Z Compiling crc-any v2.5.0
18312024-09-09T20:08:50.175Z Compiling debug-ignore v1.0.5
18322024-09-09T20:08:50.418Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18332024-09-09T20:08:50.443Z Compiling backoff v0.4.0
18342024-09-09T20:08:50.689Z Compiling tar v0.4.41
18352024-09-09T20:08:50.802Z Compiling snafu v0.8.2
18362024-09-09T20:08:50.995Z Compiling object v0.30.4
18372024-09-09T20:08:52.501Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18382024-09-09T20:08:52.564Z Compiling strum v0.26.3
18392024-09-09T20:08:52.703Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18402024-09-09T20:08:52.763Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18412024-09-09T20:08:54.302Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18422024-09-09T20:08:54.794Z Compiling parse-display v0.10.0
18432024-09-09T20:08:55.167Z Compiling zip v0.6.6
18442024-09-09T20:08:55.298Z Compiling serde_with v3.9.0
18452024-09-09T20:08:55.930Z Compiling rayon v1.10.0
18462024-09-09T20:08:56.515Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18472024-09-09T20:08:57.255Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18482024-09-09T20:08:57.590Z Compiling camino-tempfile v1.1.1
18492024-09-09T20:08:58.314Z Compiling globset v0.4.14
18502024-09-09T20:08:59.431Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18512024-09-09T20:08:59.625Z Compiling pem v3.0.4
18522024-09-09T20:09:00.980Z Compiling olpc-cjson v0.1.3
18532024-09-09T20:09:01.280Z Compiling macaddr v1.0.1
18542024-09-09T20:09:01.319Z Compiling serde_plain v1.0.2
18552024-09-09T20:09:01.802Z Compiling async-recursion v1.1.1
18562024-09-09T20:09:01.879Z Compiling memmap2 v0.9.4
18572024-09-09T20:09:02.478Z Compiling spin v0.5.2
18582024-09-09T20:09:02.662Z Compiling path-slash v0.1.5
18592024-09-09T20:09:02.763Z Compiling arrayref v0.3.7
18602024-09-09T20:09:02.890Z Compiling arrayvec v0.7.4
18612024-09-09T20:09:02.914Z Compiling typed-path v0.7.1
18622024-09-09T20:09:03.155Z Compiling constant_time_eq v0.3.0
18632024-09-09T20:09:03.315Z Compiling untrusted v0.7.1
18642024-09-09T20:09:04.787Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18652024-09-09T20:09:05.248Z Compiling tough v0.17.1
18662024-09-09T20:09:05.633Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18672024-09-09T20:09:07.998Z Compiling itertools v0.13.0
18682024-09-09T20:09:08.925Z Compiling cargo-platform v0.1.8
18692024-09-09T20:09:09.903Z Compiling topological-sort v0.2.2
18702024-09-09T20:09:09.986Z Compiling parse-size v1.0.0
18712024-09-09T20:09:10.154Z Compiling omicron-zone-package v0.11.0
18722024-09-09T20:09:10.293Z Compiling cargo_metadata v0.18.1
18732024-09-09T20:09:11.370Z Compiling shell-words v1.1.0
18742024-09-09T20:09:16.411Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18752024-09-09T20:09:29.075Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18762024-09-09T20:09:44.911Z Finished `release` profile [optimized] target(s) in 4m 08s
18772024-09-09T20:09:45.254Z Running `target/release/omicron-releng --output-dir /work`
18782024-09-09T20:09:45.278ZSep 09 20:09:44.345 DEBG changing working directory to /work/oxidecomputer/omicron
18792024-09-09T20:09:45.302ZSep 09 20:09:44.530 DEBG running: git rev-parse HEAD
18802024-09-09T20:09:45.326ZSep 09 20:09:44.539 DEBG process exited with exit status: 0 (8.6746ms)
18812024-09-09T20:09:45.326ZSep 09 20:09:44.539 INFO version: 10.0.0-0.ci+git6f400293be7
18822024-09-09T20:09:45.356ZSep 09 20:09:44.593 INFO cloning helios to /work/oxidecomputer/helios
18832024-09-09T20:09:45.356ZSep 09 20:09:44.593 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18842024-09-09T20:09:45.380ZCloning into '/work/oxidecomputer/helios'...
18852024-09-09T20:09:46.027ZSep 09 20:09:45.263 DEBG process exited with exit status: 0 (670.366888ms)
18862024-09-09T20:09:46.027ZSep 09 20:09:45.263 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18872024-09-09T20:09:46.051Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18882024-09-09T20:09:46.051Z# branch.head master
18892024-09-09T20:09:46.051Z# branch.upstream origin/master
18902024-09-09T20:09:46.051Z# branch.ab +0 -0
18912024-09-09T20:09:46.051ZSep 09 20:09:45.277 DEBG process exited with exit status: 0 (13.569001ms)
18922024-09-09T20:09:46.051ZSep 09 20:09:45.277 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18932024-09-09T20:09:47.052ZSep 09 20:09:46.288 DEBG process exited with exit status: 0 (1.010442915s)
18942024-09-09T20:09:47.052ZSep 09 20:09:46.288 DEBG running: zfs list rpool/images/build/host
18952024-09-09T20:09:47.076ZNAME USED AVAIL REFER MOUNTPOINT
18962024-09-09T20:09:47.076Zrpool/images/build/host 96K 145G 96K /rpool/images/build/host
18972024-09-09T20:09:47.076ZSep 09 20:09:46.302 DEBG process exited with exit status: 0 (14.572404ms)
18982024-09-09T20:09:47.076ZSep 09 20:09:46.303 DEBG running: zfs list rpool/images/build/recovery
18992024-09-09T20:09:47.100ZNAME USED AVAIL REFER MOUNTPOINT
19002024-09-09T20:09:47.100Zrpool/images/build/recovery 96K 145G 96K /rpool/images/build/recovery
19012024-09-09T20:09:47.100ZSep 09 20:09:46.317 DEBG process exited with exit status: 0 (14.48435ms)
19022024-09-09T20:09:47.100ZSep 09 20:09:46.318 INFO [hubris-production] running task
19032024-09-09T20:09:47.100ZSep 09 20:09:46.319 INFO [hubris-staging] running task
19042024-09-09T20:09:47.100ZSep 09 20:09:46.319 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19052024-09-09T20:09:47.100ZSep 09 20:09:46.325 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
19062024-09-09T20:09:47.196Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19072024-09-09T20:09:47.892Z[ omicron-package] Blocking waiting for file lock on package cache
19082024-09-09T20:09:48.607Z[ omicron-package] Blocking waiting for file lock on package cache
19092024-09-09T20:09:49.000Z[ omicron-package] Blocking waiting for file lock on package cache
19102024-09-09T20:09:49.603Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19112024-09-09T20:09:49.603Z[ omicron-package] Compiling heapless v0.8.0
19122024-09-09T20:09:49.627Z[ omicron-package] Compiling hash32 v0.3.1
19132024-09-09T20:09:49.627Z[ omicron-package] Compiling smoltcp v0.11.0
19142024-09-09T20:09:49.627Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19152024-09-09T20:09:49.627Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19162024-09-09T20:09:49.627Z[ omicron-package] Compiling embedded-io v0.4.0
19172024-09-09T20:09:49.627Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19182024-09-09T20:09:50.479Z[ omicron-package] Compiling cobs v0.2.3
19192024-09-09T20:09:50.519ZSep 09 20:09:49.755 INFO [hubris-production] task succeeded (3.436945646s)
19202024-09-09T20:09:50.798Z[ omicron-package] Compiling proc-macro-error v1.0.4
19212024-09-09T20:09:51.019Z[ omicron-package] Compiling num_enum_derive v0.5.11
19222024-09-09T20:09:51.243Z[ omicron-package] Compiling postcard v1.0.8
19232024-09-09T20:09:51.321Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19242024-09-09T20:09:51.588Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19252024-09-09T20:09:51.613Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19262024-09-09T20:09:52.064Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19272024-09-09T20:09:52.307Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19282024-09-09T20:09:53.127Z[ omicron-package] Compiling tabwriter v1.4.0
19292024-09-09T20:09:53.243Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19302024-09-09T20:09:53.368Z[ omicron-package] Compiling cstr-argument v0.1.2
19312024-09-09T20:09:53.572Z[ omicron-package] Compiling foreign-types v0.5.0
19322024-09-09T20:09:53.595Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19332024-09-09T20:09:54.106Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19342024-09-09T20:09:54.212Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19352024-09-09T20:09:54.328Z[ omicron-package] Compiling pretty-hex v0.2.1
19362024-09-09T20:09:54.937Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19372024-09-09T20:09:55.025Z[ omicron-package] Compiling num_enum v0.5.11
19382024-09-09T20:09:55.086Z[ omicron-package] Compiling colored v2.1.0
19392024-09-09T20:09:55.432Z[ omicron-package] Compiling socket2 v0.4.10
19402024-09-09T20:09:55.490Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19412024-09-09T20:09:55.582Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19422024-09-09T20:09:55.798Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19432024-09-09T20:09:56.192Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19442024-09-09T20:09:56.376Z[ omicron-package] Compiling sigpipe v0.1.3
19452024-09-09T20:09:56.496Z[ omicron-package] Compiling num-derive v0.4.2
19462024-09-09T20:09:57.052Z[ omicron-package] Compiling libefi-sys v0.1.0
19472024-09-09T20:09:57.419Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19482024-09-09T20:09:57.580Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19492024-09-09T20:09:57.798Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19502024-09-09T20:09:58.290Z[ omicron-package] Compiling smf v0.2.3
19512024-09-09T20:09:58.503Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19522024-09-09T20:09:58.679Z[ omicron-package] Compiling zone v0.3.0
19532024-09-09T20:09:58.713Z[ omicron-package] Compiling bitfield-struct v0.6.1
19542024-09-09T20:09:59.806Z[ omicron-package] Compiling portable-atomic v1.6.0
19552024-09-09T20:10:00.246Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19562024-09-09T20:10:01.473Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19572024-09-09T20:10:01.700Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19582024-09-09T20:10:03.122Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19592024-09-09T20:10:03.454Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19602024-09-09T20:10:03.752Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19612024-09-09T20:10:04.093Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19622024-09-09T20:10:05.351Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19632024-09-09T20:10:05.428Z[ omicron-package] Compiling gethostname v0.5.0
19642024-09-09T20:10:05.650Z[ omicron-package] Compiling number_prefix v0.4.0
19652024-09-09T20:10:06.143Z[ omicron-package] Compiling indicatif v0.17.8
19662024-09-09T20:10:07.945Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19672024-09-09T20:10:09.285ZSep 09 20:10:08.520 INFO [hubris-staging] task succeeded (22.20148197s)
19682024-09-09T20:10:11.523Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19692024-09-09T20:10:12.100Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19702024-09-09T20:10:13.596Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19712024-09-09T20:10:29.138Z[ helios-setup] Sep 09 20:10:28.375 INFO helios repository root is: /work/oxidecomputer/helios
19722024-09-09T20:10:29.162Z[ helios-setup] Sep 09 20:10:28.377 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
19732024-09-09T20:10:29.162Z[ helios-setup] Sep 09 20:10:28.377 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19742024-09-09T20:10:29.162Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19752024-09-09T20:10:30.050Z[ helios-setup] Sep 09 20:10:29.286 INFO clone ok!, project: phbl
19762024-09-09T20:10:30.074Z[ helios-setup] Sep 09 20:10:29.287 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19772024-09-09T20:10:30.074Z[ helios-setup] Sep 09 20:10:29.287 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
19782024-09-09T20:10:30.074Z[ helios-setup] Sep 09 20:10:29.287 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19792024-09-09T20:10:30.074Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19802024-09-09T20:10:30.784Z[ helios-setup] Sep 09 20:10:30.020 INFO clone ok!, project: image-builder
19812024-09-09T20:10:30.808Z[ helios-setup] Sep 09 20:10:30.020 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
19822024-09-09T20:10:30.808Z[ helios-setup] Sep 09 20:10:30.020 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19832024-09-09T20:10:30.808Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19842024-09-09T20:10:34.702Z[ helios-setup] Sep 09 20:10:33.939 INFO clone ok!, project: amd-firmware
19852024-09-09T20:10:34.726Z[ helios-setup] Sep 09 20:10:33.939 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
19862024-09-09T20:10:34.727Z[ helios-setup] Sep 09 20:10:33.939 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19872024-09-09T20:10:34.727Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19882024-09-09T20:10:34.860Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.75s
19892024-09-09T20:10:35.085Z[ omicron-package]
19902024-09-09T20:10:35.085Z[ omicron-package] real 47.931320767
19912024-09-09T20:10:35.114Z[ omicron-package] user 2:38.991478527
19922024-09-09T20:10:35.114Z[ omicron-package] sys 24.521708242
19932024-09-09T20:10:35.114Z[ omicron-package] trap 0.284442978
19942024-09-09T20:10:35.114Z[ omicron-package] tflt 0.627085111
19952024-09-09T20:10:35.114Z[ omicron-package] dflt 0.930684388
19962024-09-09T20:10:35.115Z[ omicron-package] kflt 0.005298286
19972024-09-09T20:10:35.115Z[ omicron-package] lock 5:14.036525418
19982024-09-09T20:10:35.115Z[ omicron-package] slp 8:48.392077090
19992024-09-09T20:10:35.115ZSep 09 20:10:34.323 INFO [omicron-package] process exited with exit status: 0 (47.997855105s)
20002024-09-09T20:10:35.115Z[ omicron-package] lat 1:34.426768242
20012024-09-09T20:10:35.115Z[ omicron-package] stop 1:02.456916350
20022024-09-09T20:10:35.115ZSep 09 20:10:34.324 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
20032024-09-09T20:10:35.115ZSep 09 20:10:34.345 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20042024-09-09T20:10:35.139Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20052024-09-09T20:10:35.139Z[ host-target] Created new build target 'host' and set it as active
20062024-09-09T20:10:35.139ZSep 09 20:10:34.367 INFO [host-target] process exited with exit status: 0 (43.3926ms)
20072024-09-09T20:10:35.139ZSep 09 20:10:34.368 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20082024-09-09T20:10:35.163Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20092024-09-09T20:10:35.164Z[ recovery-target] Created new build target 'recovery' and set it as active
20102024-09-09T20:10:35.164ZSep 09 20:10:34.392 INFO [recovery-target] process exited with exit status: 0 (46.73223ms)
20112024-09-09T20:10:35.188Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20122024-09-09T20:10:35.724Z[ helios-setup] Sep 09 20:10:34.960 INFO clone ok!, project: chelsio-t6-roms
20132024-09-09T20:10:35.748Z[ helios-setup] Sep 09 20:10:34.961 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
20142024-09-09T20:10:35.749Z[ helios-setup] Sep 09 20:10:34.961 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20152024-09-09T20:10:35.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20162024-09-09T20:10:36.710Z[ helios-setup] Sep 09 20:10:35.947 INFO clone ok!, project: pilot
20172024-09-09T20:10:36.734Z[ helios-setup] Sep 09 20:10:35.947 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
20182024-09-09T20:10:36.734Z[ helios-setup] Sep 09 20:10:35.947 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20192024-09-09T20:10:36.734Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20202024-09-09T20:10:37.018Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20212024-09-09T20:10:37.018Z[ host-package] Compiling convert_case v0.4.0
20222024-09-09T20:10:37.042Z[ host-package] Compiling camino v1.1.9
20232024-09-09T20:10:37.042Z[ host-package] Compiling newline-converter v0.3.0
20242024-09-09T20:10:37.042Z[ host-package] Compiling password-hash v0.5.0
20252024-09-09T20:10:37.043Z[ host-package] Compiling blake2 v0.10.6
20262024-09-09T20:10:37.043Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20272024-09-09T20:10:37.067Z[ host-package] Compiling derive-where v1.2.7
20282024-09-09T20:10:37.298Z[ helios-setup] Sep 09 20:10:36.533 INFO clone ok!, project: pinprick
20292024-09-09T20:10:37.298Z[ helios-setup] Sep 09 20:10:36.533 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
20302024-09-09T20:10:37.298Z[ helios-setup] Sep 09 20:10:36.533 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20312024-09-09T20:10:37.322Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20322024-09-09T20:10:37.322Z[ host-package] Compiling expectorate v1.1.0
20332024-09-09T20:10:37.348Z[ host-package] Compiling humantime v2.1.0
20342024-09-09T20:10:37.532Z[ host-package] Compiling toml v0.8.19
20352024-09-09T20:10:37.812Z[ host-package] Compiling argon2 v0.5.3
20362024-09-09T20:10:37.838Z[ host-package] Compiling derive_more v0.99.18
20372024-09-09T20:10:38.118Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20382024-09-09T20:10:38.142Z[ helios-setup] Sep 09 20:10:37.361 INFO clone ok!, project: bootserver
20392024-09-09T20:10:38.142Z[ helios-setup] Sep 09 20:10:37.361 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
20402024-09-09T20:10:38.142Z[ helios-setup] Sep 09 20:10:37.361 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
20412024-09-09T20:10:38.142Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20422024-09-09T20:10:38.191Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20432024-09-09T20:10:38.276Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20442024-09-09T20:10:38.554Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20452024-09-09T20:10:39.047Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20462024-09-09T20:10:39.211Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20472024-09-09T20:10:39.257Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20482024-09-09T20:10:39.349Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20492024-09-09T20:10:39.377Z[ host-package] Compiling num-rational v0.4.2
20502024-09-09T20:10:39.578Z[ host-package] Compiling num-complex v0.4.6
20512024-09-09T20:10:40.064Z[ host-package] Compiling dirs-sys-next v0.1.2
20522024-09-09T20:10:40.129Z[ host-package] Compiling float-ord v0.3.2
20532024-09-09T20:10:40.323Z[ host-package] Compiling utf-8 v0.7.6
20542024-09-09T20:10:40.587Z[ host-package] Compiling num v0.4.3
20552024-09-09T20:10:40.669Z[ host-package] Compiling dirs-next v2.0.0
20562024-09-09T20:10:40.719Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20572024-09-09T20:10:40.885Z[ host-package] Compiling term v0.7.0
20582024-09-09T20:10:40.909Z[ host-package] Compiling prettyplease v0.2.20
20592024-09-09T20:10:41.312Z[ host-package] Compiling semver v0.1.20
20602024-09-09T20:10:41.582Z[ host-package] Compiling is-terminal v0.4.12
20612024-09-09T20:10:41.761Z[ host-package] Compiling rustc_version v0.1.7
20622024-09-09T20:10:41.944Z[ host-package] Compiling cookie v0.18.1
20632024-09-09T20:10:42.179Z[ host-package] Compiling highway v1.2.0
20642024-09-09T20:10:42.266Z[ host-package] Compiling newtype_derive v0.1.6
20652024-09-09T20:10:42.472Z[ host-package] Compiling linked-hash-map v0.5.6
20662024-09-09T20:10:42.898Z[ host-package] Compiling rustls-pki-types v1.7.0
20672024-09-09T20:10:42.979Z[ host-package] Compiling lru-cache v0.1.2
20682024-09-09T20:10:43.227Z[ host-package] Compiling steno v0.4.1
20692024-09-09T20:10:43.699Z[ host-package] Compiling home v0.5.9
20702024-09-09T20:10:43.938Z[ host-package] Compiling quick-error v1.2.3
20712024-09-09T20:10:44.027Z[ host-package] Compiling rustls-webpki v0.102.4
20722024-09-09T20:10:44.157Z[ host-package] Compiling resolv-conf v0.7.0
20732024-09-09T20:10:44.274Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20742024-09-09T20:10:44.298Z[ helios-setup] Sep 09 20:10:43.528 INFO clone ok!, project: amd-host-image-builder
20752024-09-09T20:10:44.298Z[ helios-setup] Sep 09 20:10:43.529 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20762024-09-09T20:10:44.298Z[ helios-setup] Sep 09 20:10:43.529 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20772024-09-09T20:10:44.298Z[ helios-setup] Sep 09 20:10:43.529 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20782024-09-09T20:10:45.407Z[ helios-setup] Sep 09 20:10:44.643 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20792024-09-09T20:10:45.569Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20802024-09-09T20:10:45.846Z[ host-package] Compiling rustls v0.22.4
20812024-09-09T20:10:45.924Z[ host-package] Compiling thread_local v1.1.8
20822024-09-09T20:10:46.018Z[ host-package] Compiling match_cfg v0.1.0
20832024-09-09T20:10:46.050Z[ helios-setup] Sep 09 20:10:45.286 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20842024-09-09T20:10:46.050Z[ helios-setup] Sep 09 20:10:45.287 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20852024-09-09T20:10:46.163Z[ host-package] Compiling hostname v0.3.1
20862024-09-09T20:10:46.417Z[ host-package] Compiling hickory-resolver v0.24.1
20872024-09-09T20:10:46.522Z[ host-package] Compiling multer v3.1.0
20882024-09-09T20:10:46.546Z[ helios-setup] Sep 09 20:10:45.762 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20892024-09-09T20:10:46.610Z[ host-package] Compiling slog-async v2.8.0
20902024-09-09T20:10:46.710Z[ host-package] Compiling slog-json v2.6.1
20912024-09-09T20:10:47.054Z[ helios-setup] Sep 09 20:10:46.290 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20922024-09-09T20:10:47.054Z[ helios-setup] Sep 09 20:10:46.291 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20932024-09-09T20:10:47.116Z[ host-package] Compiling crossbeam-channel v0.5.12
20942024-09-09T20:10:47.251Z[ host-package] Compiling http v1.1.0
20952024-09-09T20:10:47.568Z[ helios-setup] Sep 09 20:10:46.805 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20962024-09-09T20:10:48.132Z[ helios-setup] Sep 09 20:10:47.367 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20972024-09-09T20:10:48.132Z[ helios-setup] Sep 09 20:10:47.367 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20982024-09-09T20:10:48.132Z[ helios-setup] Sep 09 20:10:47.367 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20992024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.367 INFO ok!
21002024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21012024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21022024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO ok!
21032024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21042024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21052024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO ok!
21062024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21072024-09-09T20:10:48.156Z[ helios-setup] Sep 09 20:10:47.368 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21082024-09-09T20:10:48.339Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21092024-09-09T20:10:48.453Z[ helios-setup] Sep 09 20:10:47.690 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21102024-09-09T20:10:49.117Z[ helios-setup] Sep 09 20:10:48.353 INFO E| From https://github.com/jclulow/rust-jmclib
21112024-09-09T20:10:49.117Z[ helios-setup] Sep 09 20:10:48.353 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21122024-09-09T20:10:49.151Z[ helios-setup] Sep 09 20:10:48.387 INFO E| Updating crates.io index
21132024-09-09T20:10:49.433Z[ helios-setup] Sep 09 20:10:48.669 INFO E| Downloading crates ...
21142024-09-09T20:10:49.506Z[ helios-setup] Sep 09 20:10:48.742 INFO E| Downloaded digest v0.9.0
21152024-09-09T20:10:49.530Z[ helios-setup] Sep 09 20:10:48.745 INFO E| Downloaded opaque-debug v0.3.0
21162024-09-09T20:10:49.530Z[ helios-setup] Sep 09 20:10:48.747 INFO E| Downloaded once_cell v1.18.0
21172024-09-09T20:10:49.530Z[ helios-setup] Sep 09 20:10:48.758 INFO E| Downloaded cpufeatures v0.2.9
21182024-09-09T20:10:49.530Z[ helios-setup] Sep 09 20:10:48.764 INFO E| Downloaded uuid v0.8.2
21192024-09-09T20:10:49.554Z[ helios-setup] Sep 09 20:10:48.774 INFO E| Downloaded syn v2.0.32
21202024-09-09T20:10:49.554Z[ helios-setup] Sep 09 20:10:48.787 INFO E| Downloaded walkdir v2.3.3
21212024-09-09T20:10:49.578Z[ helios-setup] Sep 09 20:10:48.791 INFO E| Downloaded serde v1.0.193
21222024-09-09T20:10:49.578Z[ helios-setup] Sep 09 20:10:48.795 INFO E| Downloaded rustix v0.38.4
21232024-09-09T20:10:49.602Z[ helios-setup] Sep 09 20:10:48.822 INFO E| Downloaded libc v0.2.147
21242024-09-09T20:10:49.626Z[ helios-setup] Sep 09 20:10:48.854 INFO E| Downloaded proc-macro2 v1.0.66
21252024-09-09T20:10:49.626Z[ helios-setup] Sep 09 20:10:48.858 INFO E| Downloaded libdevinfo-sys v1.0.0
21262024-09-09T20:10:49.626Z[ helios-setup] Sep 09 20:10:48.859 INFO E| Downloaded fastrand v2.0.0
21272024-09-09T20:10:49.626Z[ helios-setup] Sep 09 20:10:48.861 INFO E| Downloaded errno v0.3.1
21282024-09-09T20:10:49.626Z[ helios-setup] Sep 09 20:10:48.862 INFO E| Downloaded unicode-width v0.1.10
21292024-09-09T20:10:49.650Z[ helios-setup] Sep 09 20:10:48.864 INFO E| Downloaded unicode-ident v1.0.11
21302024-09-09T20:10:49.650Z[ helios-setup] Sep 09 20:10:48.868 INFO E| Downloaded typenum v1.16.0
21312024-09-09T20:10:49.650Z[ helios-setup] Sep 09 20:10:48.876 INFO E| Downloaded toml v0.5.11
21322024-09-09T20:10:49.650Z[ helios-setup] Sep 09 20:10:48.880 INFO E| Downloaded tempfile v3.7.0
21332024-09-09T20:10:49.650Z[ helios-setup] Sep 09 20:10:48.883 INFO E| Downloaded sha-1 v0.9.8
21342024-09-09T20:10:49.650Z[ helios-setup] Sep 09 20:10:48.886 INFO E| Downloaded serde_json v1.0.103
21352024-09-09T20:10:49.674Z[ helios-setup] Sep 09 20:10:48.896 INFO E| Downloaded serde_derive v1.0.193
21362024-09-09T20:10:49.675Z[ helios-setup] Sep 09 20:10:48.900 INFO E| Downloaded ryu v1.0.15
21372024-09-09T20:10:49.675Z[ helios-setup] Sep 09 20:10:48.904 INFO E| Downloaded quote v1.0.31
21382024-09-09T20:10:49.675Z[ helios-setup] Sep 09 20:10:48.908 INFO E| Downloaded md-5 v0.9.1
21392024-09-09T20:10:49.675Z[ helios-setup] Sep 09 20:10:48.910 INFO E| Downloaded getrandom v0.2.10
21402024-09-09T20:10:49.699Z[ helios-setup] Sep 09 20:10:48.914 INFO E| Downloaded bitflags v2.3.3
21412024-09-09T20:10:49.699Z[ helios-setup] Sep 09 20:10:48.918 INFO E| Downloaded anyhow v1.0.72
21422024-09-09T20:10:49.699Z[ helios-setup] Sep 09 20:10:48.923 INFO E| Downloaded itoa v1.0.9
21432024-09-09T20:10:49.699Z[ helios-setup] Sep 09 20:10:48.924 INFO E| Downloaded block-buffer v0.9.0
21442024-09-09T20:10:49.816Z[ host-package] Compiling atomic-waker v1.1.2
21452024-09-09T20:10:49.850Z[ helios-setup] Sep 09 20:10:49.085 INFO E| Compiling libc v0.2.147
21462024-09-09T20:10:49.850Z[ helios-setup] Sep 09 20:10:49.086 INFO E| Compiling proc-macro2 v1.0.66
21472024-09-09T20:10:49.874Z[ helios-setup] Sep 09 20:10:49.086 INFO E| Compiling cfg-if v1.0.0
21482024-09-09T20:10:49.874Z[ helios-setup] Sep 09 20:10:49.086 INFO E| Compiling unicode-ident v1.0.11
21492024-09-09T20:10:49.874Z[ helios-setup] Sep 09 20:10:49.086 INFO E| Compiling version_check v0.9.4
21502024-09-09T20:10:49.874Z[ helios-setup] Sep 09 20:10:49.086 INFO E| Compiling typenum v1.16.0
21512024-09-09T20:10:49.874Z[ helios-setup] Sep 09 20:10:49.086 INFO E| Compiling serde v1.0.193
21522024-09-09T20:10:49.874Z[ helios-setup] Sep 09 20:10:49.086 INFO E| Compiling powerfmt v0.2.0
21532024-09-09T20:10:50.146Z[ host-package] Compiling take_mut v0.2.2
21542024-09-09T20:10:50.431Z[ helios-setup] Sep 09 20:10:49.668 INFO E| Compiling rustix v0.38.4
21552024-09-09T20:10:50.455Z[ helios-setup] Sep 09 20:10:49.689 INFO E| Compiling num-conv v0.1.0
21562024-09-09T20:10:51.231Z[ helios-setup] Sep 09 20:10:50.468 INFO E| Compiling slog v2.7.0
21572024-09-09T20:10:51.371Z[ helios-setup] Sep 09 20:10:50.607 INFO E| Compiling time-core v0.1.2
21582024-09-09T20:10:51.527Z[ helios-setup] Sep 09 20:10:50.764 INFO E| Compiling itoa v1.0.9
21592024-09-09T20:10:51.676Z[ helios-setup] Sep 09 20:10:50.912 INFO E| Compiling time-macros v0.2.18
21602024-09-09T20:10:51.830Z[ helios-setup] Sep 09 20:10:51.066 INFO E| Compiling generic-array v0.14.7
21612024-09-09T20:10:51.882Z[ helios-setup] Sep 09 20:10:51.116 INFO E| Compiling deranged v0.3.11
21622024-09-09T20:10:52.212Z[ helios-setup] Sep 09 20:10:51.448 INFO E| Compiling quote v1.0.31
21632024-09-09T20:10:52.462Z[ helios-setup] Sep 09 20:10:51.698 INFO E| Compiling bitflags v2.3.3
21642024-09-09T20:10:52.517Z[ host-package] Compiling tokio-rustls v0.25.0
21652024-09-09T20:10:52.550Z[ helios-setup] Sep 09 20:10:51.787 INFO E| Compiling num_threads v0.1.6
21662024-09-09T20:10:52.687Z[ helios-setup] Sep 09 20:10:51.923 INFO E| Compiling once_cell v1.18.0
21672024-09-09T20:10:52.877Z[ host-package] Compiling waitgroup v0.1.2
21682024-09-09T20:10:53.451Z[ helios-setup] Sep 09 20:10:52.688 INFO E| Compiling syn v2.0.32
21692024-09-09T20:10:53.475Z[ helios-setup] Sep 09 20:10:52.694 INFO E| Compiling thread_local v1.1.7
21702024-09-09T20:10:53.498Z[ host-package] Compiling slog-bunyan v2.5.0
21712024-09-09T20:10:53.595Z[ helios-setup] Sep 09 20:10:52.831 INFO E| Compiling anyhow v1.0.72
21722024-09-09T20:10:54.175Z[ host-package] Compiling slog-term v2.9.1
21732024-09-09T20:10:54.837Z[ helios-setup] Sep 09 20:10:54.073 INFO E| Compiling dirs-sys-next v0.1.2
21742024-09-09T20:10:54.918Z[ helios-setup] Sep 09 20:10:54.154 INFO E| Compiling errno v0.3.1
21752024-09-09T20:10:54.984Z[ helios-setup] Sep 09 20:10:54.220 INFO E| Compiling atty v0.2.14
21762024-09-09T20:10:55.060Z[ host-package] Compiling rustls-pemfile v2.1.3
21772024-09-09T20:10:55.362Z[ helios-setup] Sep 09 20:10:54.596 INFO E| Compiling dirs-next v2.0.0
21782024-09-09T20:10:55.446Z[ helios-setup] Sep 09 20:10:54.682 INFO E| Compiling opaque-debug v0.3.0
21792024-09-09T20:10:55.536Z[ helios-setup] Sep 09 20:10:54.772 INFO E| Compiling term v0.7.0
21802024-09-09T20:10:55.718Z[ helios-setup] Sep 09 20:10:54.954 INFO E| Compiling fastrand v2.0.0
21812024-09-09T20:10:56.087Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21822024-09-09T20:10:56.163Z[ helios-setup] Sep 09 20:10:55.398 INFO E| Compiling digest v0.9.0
21832024-09-09T20:10:56.197Z[ host-package] Compiling async-stream v0.3.5
21842024-09-09T20:10:56.223Z[ helios-setup] Sep 09 20:10:55.458 INFO E| Compiling block-buffer v0.9.0
21852024-09-09T20:10:56.288Z[ helios-setup] Sep 09 20:10:55.523 INFO E| Compiling serde_json v1.0.103
21862024-09-09T20:10:56.460Z[ host-package] Compiling ipnetwork v0.20.0
21872024-09-09T20:10:56.484Z[ helios-setup] Sep 09 20:10:55.696 INFO E| Compiling getrandom v0.2.10
21882024-09-09T20:10:56.711Z[ helios-setup] Sep 09 20:10:55.947 INFO E| Compiling time v0.3.36
21892024-09-09T20:10:56.743Z[ helios-setup] Sep 09 20:10:55.978 INFO E| Compiling ryu v1.0.15
21902024-09-09T20:10:56.999Z[ host-package] Compiling newtype-uuid v1.1.0
21912024-09-09T20:10:57.109Z[ helios-setup] Sep 09 20:10:56.345 INFO E| Compiling cpufeatures v0.2.9
21922024-09-09T20:10:57.235Z[ helios-setup] Sep 09 20:10:56.471 INFO E| Compiling same-file v1.0.6
21932024-09-09T20:10:57.450Z[ helios-setup] Sep 09 20:10:56.686 INFO E| Compiling unicode-width v0.1.10
21942024-09-09T20:10:57.474Z[ host-package] Compiling serde_path_to_error v0.1.16
21952024-09-09T20:10:57.519Z[ helios-setup] Sep 09 20:10:56.755 INFO E| Compiling sha-1 v0.9.8
21962024-09-09T20:10:57.650Z[ helios-setup] Sep 09 20:10:56.885 INFO E| Compiling walkdir v2.3.3
21972024-09-09T20:10:57.993Z[ helios-setup] Sep 09 20:10:57.229 INFO E| Compiling tempfile v3.7.0
21982024-09-09T20:10:58.410Z[ host-package] Compiling hostname v0.4.0
21992024-09-09T20:10:58.553Z[ host-package] Compiling instant v0.1.12
22002024-09-09T20:10:58.652Z[ helios-setup] Sep 09 20:10:57.886 INFO E| Compiling getopts v0.2.21
22012024-09-09T20:10:58.985Z[ helios-setup] Sep 09 20:10:58.221 INFO E| Compiling md-5 v0.9.1
22022024-09-09T20:10:59.143Z[ host-package] Compiling debug-ignore v1.0.5
22032024-09-09T20:10:59.240Z[ helios-setup] Sep 09 20:10:58.476 INFO E| Compiling glob v0.3.1
22042024-09-09T20:10:59.265Z[ host-package] Compiling backoff v0.4.0
22052024-09-09T20:10:59.329Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22062024-09-09T20:10:59.394Z[ helios-setup] Sep 09 20:10:58.630 INFO E| Compiling libdevinfo-sys v1.0.0
22072024-09-09T20:10:59.950Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22082024-09-09T20:11:00.421Z[ helios-setup] Sep 09 20:10:59.657 INFO E| Compiling slog-term v2.9.0
22092024-09-09T20:11:00.446Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22102024-09-09T20:11:00.507Z[ host-package] Compiling parse-display v0.10.0
22112024-09-09T20:11:01.449Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122024-09-09T20:11:01.677Z[ host-package] Compiling serde_with v3.9.0
22132024-09-09T20:11:02.632Z[ helios-setup] Sep 09 20:11:01.868 INFO E| Compiling serde_derive v1.0.193
22142024-09-09T20:11:05.904Z[ host-package] Compiling strum v0.26.3
22152024-09-09T20:11:05.980Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22162024-09-09T20:11:07.524Z[ host-package] Compiling macaddr v1.0.1
22172024-09-09T20:11:07.866Z[ host-package] Compiling slog-dtrace v0.3.0
22182024-09-09T20:11:08.137Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192024-09-09T20:11:08.939Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22202024-09-09T20:11:10.010Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22212024-09-09T20:11:10.112Z[ host-package] Compiling half v2.4.1
22222024-09-09T20:11:10.320Z[ host-package] Compiling swrite v0.1.0
22232024-09-09T20:11:10.522Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22242024-09-09T20:11:10.933Z[ host-package] Compiling ciborium-io v0.2.2
22252024-09-09T20:11:11.111Z[ host-package] Compiling ciborium-ll v0.2.2
22262024-09-09T20:11:11.209Z[ host-package] Compiling tungstenite v0.21.0
22272024-09-09T20:11:11.769Z[ host-package] Compiling ciborium v0.2.2
22282024-09-09T20:11:12.916Z[ host-package] Compiling tokio-tungstenite v0.21.0
22292024-09-09T20:11:13.734Z[ host-package] Compiling rayon-core v1.12.1
22302024-09-09T20:11:13.769Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22312024-09-09T20:11:13.800Z[ host-package] Compiling crossbeam-deque v0.8.5
22322024-09-09T20:11:14.310Z[ host-package] Compiling same-file v1.0.6
22332024-09-09T20:11:14.575Z[ host-package] Compiling display-error-chain v0.2.1
22342024-09-09T20:11:14.789Z[ host-package] Compiling fastrand v2.1.0
22352024-09-09T20:11:15.306Z[ host-package] Compiling tempfile v3.10.1
22362024-09-09T20:11:15.522Z[ helios-setup] Sep 09 20:11:14.758 INFO E| Compiling toml v0.5.11
22372024-09-09T20:11:15.522Z[ helios-setup] Sep 09 20:11:14.758 INFO E| Compiling uuid v0.8.2
22382024-09-09T20:11:16.182Z[ host-package] Compiling walkdir v2.5.0
22392024-09-09T20:11:17.060Z[ host-package] Compiling blake3 v1.5.1
22402024-09-09T20:11:17.501Z[ helios-setup] Sep 09 20:11:16.738 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22412024-09-09T20:11:17.727Z[ host-package] Compiling rayon v1.10.0
22422024-09-09T20:11:18.105Z[ host-package] Compiling ring v0.16.20
22432024-09-09T20:11:20.484Z[ helios-setup] Sep 09 20:11:19.720 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22442024-09-09T20:11:21.247Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22452024-09-09T20:11:23.028Z[ host-package] Compiling xattr v1.3.1
22462024-09-09T20:11:23.321Z[ host-package] Compiling memmap2 v0.9.4
22472024-09-09T20:11:23.752Z[ host-package] Compiling filetime v0.2.25
22482024-09-09T20:11:24.099Z[ host-package] Compiling untrusted v0.7.1
22492024-09-09T20:11:24.647Z[ host-package] Compiling spin v0.5.2
22502024-09-09T20:11:24.878Z[ host-package] Compiling arrayvec v0.7.4
22512024-09-09T20:11:25.003Z[ host-package] Compiling cancel-safe-futures v0.1.5
22522024-09-09T20:11:25.390Z[ host-package] Compiling arrayref v0.3.7
22532024-09-09T20:11:25.439Z[ host-package] Compiling constant_time_eq v0.3.0
22542024-09-09T20:11:26.658Z[ host-package] Compiling tar v0.4.41
22552024-09-09T20:11:26.952Z[ host-package] Compiling toolchain_find v0.4.0
22562024-09-09T20:11:27.605Z[ host-package] Compiling camino-tempfile v1.1.1
22572024-09-09T20:11:27.814Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22582024-09-09T20:11:28.088Z[ host-package] Compiling nibble_vec v0.1.0
22592024-09-09T20:11:28.396Z[ host-package] Compiling atty v0.2.14
22602024-09-09T20:11:28.532Z[ host-package] Compiling glob v0.3.1
22612024-09-09T20:11:28.633Z[ host-package] Compiling topological-sort v0.2.2
22622024-09-09T20:11:28.906Z[ host-package] Compiling maplit v1.0.2
22632024-09-09T20:11:29.088Z[ host-package] Compiling crunchy v0.2.2
22642024-09-09T20:11:29.145Z[ host-package] Compiling endian-type v0.1.2
22652024-09-09T20:11:29.464Z[ host-package] Compiling clang-sys v1.7.0
22662024-09-09T20:11:29.585Z[ host-package] Compiling radix_trie v0.2.1
22672024-09-09T20:11:29.749Z[ host-package] Compiling omicron-zone-package v0.11.0
22682024-09-09T20:11:29.795Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22692024-09-09T20:11:30.541Z[ host-package] Compiling tiny-keccak v2.0.2
22702024-09-09T20:11:30.800Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22712024-09-09T20:11:30.985Z[ host-package] Compiling dsl_auto_type v0.1.2
22722024-09-09T20:11:31.154Z[ host-package] Compiling curve25519-dalek v4.1.3
22732024-09-09T20:11:31.296Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22742024-09-09T20:11:31.628Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22752024-09-09T20:11:32.193Z[ host-package] Compiling arc-swap v1.7.1
22762024-09-09T20:11:32.505Z[ host-package] Compiling keccak v0.1.5
22772024-09-09T20:11:32.659Z[ host-package] Compiling diesel_derives v2.2.2
22782024-09-09T20:11:32.826Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22792024-09-09T20:11:33.227Z[ host-package] Compiling sha3 v0.10.8
22802024-09-09T20:11:33.272Z[ host-package] Compiling slog-scope v4.4.0
22812024-09-09T20:11:33.464Z[ helios-setup] Sep 09 20:11:32.700 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.23s
22822024-09-09T20:11:33.491Z[ helios-setup] Sep 09 20:11:32.727 INFO building project "image-builder" ok (45 seconds)
22832024-09-09T20:11:33.491Z[ helios-setup] Sep 09 20:11:32.728 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22842024-09-09T20:11:33.515Z[ helios-setup] Sep 09 20:11:32.728 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22852024-09-09T20:11:33.619Z[ host-package] Compiling r2d2 v0.8.10
22862024-09-09T20:11:33.914Z[ helios-setup] Sep 09 20:11:33.150 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22872024-09-09T20:11:34.079Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
22882024-09-09T20:11:34.148Z[ host-package] Compiling ascii-canvas v3.0.0
22892024-09-09T20:11:34.449Z[ host-package] Compiling universal-hash v0.5.1
22902024-09-09T20:11:34.502Z[ helios-setup] Sep 09 20:11:33.739 INFO E| From https://github.com/jclulow/hiercmd
22912024-09-09T20:11:34.502Z[ helios-setup] Sep 09 20:11:33.739 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22922024-09-09T20:11:34.526Z[ helios-setup] Sep 09 20:11:33.758 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22932024-09-09T20:11:34.617Z[ host-package] Compiling secrecy v0.8.0
22942024-09-09T20:11:34.686Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
22952024-09-09T20:11:34.768Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22962024-09-09T20:11:34.889Z[ host-package] Compiling ena v0.14.3
22972024-09-09T20:11:35.048Z[ helios-setup] Sep 09 20:11:34.284 INFO E| From https://github.com/jclulow/network-interface
22982024-09-09T20:11:35.048Z[ helios-setup] Sep 09 20:11:34.285 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22992024-09-09T20:11:35.087Z[ helios-setup] Sep 09 20:11:34.323 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23002024-09-09T20:11:35.423Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23012024-09-09T20:11:35.623Z[ helios-setup] Sep 09 20:11:34.859 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23022024-09-09T20:11:35.623Z[ helios-setup] Sep 09 20:11:34.859 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23032024-09-09T20:11:35.658Z[ helios-setup] Sep 09 20:11:34.894 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23042024-09-09T20:11:36.524Z[ helios-setup] Sep 09 20:11:35.760 INFO E| From https://github.com/oxidecomputer/facade
23052024-09-09T20:11:36.524Z[ helios-setup] Sep 09 20:11:35.760 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23062024-09-09T20:11:36.592Z[ host-package] Compiling libloading v0.8.3
23072024-09-09T20:11:36.616Z[ helios-setup] Sep 09 20:11:35.838 INFO E| Updating crates.io index
23082024-09-09T20:11:36.998Z[ host-package] Compiling bindgen v0.69.4
23092024-09-09T20:11:37.152Z[ helios-setup] Sep 09 20:11:36.388 INFO E| Downloading crates ...
23102024-09-09T20:11:37.273Z[ host-package] Compiling regex-syntax v0.6.29
23112024-09-09T20:11:37.358Z[ helios-setup] Sep 09 20:11:36.594 INFO E| Downloaded rustfmt-wrapper v0.2.0
23122024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.602 INFO E| Downloaded rayon-core v1.10.2
23132024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.629 INFO E| Downloaded smawk v0.3.1
23142024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.634 INFO E| Downloaded want v0.3.0
23152024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.638 INFO E| Downloaded toml_datetime v0.6.1
23162024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.642 INFO E| Downloaded uuid v1.3.0
23172024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.682 INFO E| Downloaded unicode-ident v1.0.8
23182024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.694 INFO E| Downloaded winnow v0.4.1
23192024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.707 INFO E| Downloaded url v2.3.1
23202024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.711 INFO E| Downloaded libc v0.2.139
23212024-09-09T20:11:37.931Z[ host-package] Compiling diff v0.1.13
23222024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.747 INFO E| Downloaded tokio v1.27.0
23232024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.789 INFO E| Downloaded unsafe-libyaml v0.2.8
23242024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.795 INFO E| Downloaded encoding_rs v0.8.32
23252024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.820 INFO E| Downloaded unicode-normalization v0.1.22
23262024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.825 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
23272024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.893 INFO E| Downloaded unicode-linebreak v0.1.4
23282024-09-09T20:11:37.931Z[ helios-setup] Sep 09 20:11:36.896 INFO E| Downloaded ucd-trie v0.1.5
23292024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:36.899 INFO E| Downloaded tracing-core v0.1.30
23302024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:36.903 INFO E| Downloaded tracing v0.1.37
23312024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:36.908 INFO E| Downloaded libz-sys v1.1.8
23322024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:36.970 INFO E| Downloaded toml_edit v0.19.8
23332024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:36.991 INFO E| Downloaded tokio-util v0.7.7
23342024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:36.998 INFO E| Downloaded syn v2.0.72
23352024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.012 INFO E| Downloaded syn v1.0.107
23362024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.024 INFO E| Downloaded unicode-bidi v0.3.13
23372024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.027 INFO E| Downloaded tungstenite v0.18.0
23382024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.030 INFO E| Downloaded serde_json v1.0.95
23392024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.062 INFO E| Downloaded serde_derive v1.0.204
23402024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.065 INFO E| Downloaded serde v1.0.204
23412024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.070 INFO E| Downloaded rustls v0.21.0
23422024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.083 INFO E| Downloaded rustix v0.37.3
23432024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.106 INFO E| Downloaded rhai v1.14.0
23442024-09-09T20:11:37.932Z[ helios-setup] Sep 09 20:11:37.121 INFO E| Downloaded regress v0.5.0
23452024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.129 INFO E| Downloaded regex v1.7.3
23462024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.140 INFO E| Downloaded openapiv3 v1.0.2
23472024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.157 INFO E| Downloaded toml v0.7.3
23482024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.162 INFO E| Downloaded tokio-tungstenite v0.18.0
23492024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.165 INFO E| Downloaded tokio-rustls v0.24.0
23502024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.167 INFO E| Downloaded tokio-macros v2.0.0
23512024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.169 INFO E| Downloaded socket2 v0.4.9
23522024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.171 INFO E| Downloaded serde_yaml v0.9.21
23532024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.176 INFO E| Downloaded semver v1.0.17
23542024-09-09T20:11:37.957Z[ helios-setup] Sep 09 20:11:37.179 INFO E| Downloaded schemars v0.8.12
23552024-09-09T20:11:37.981Z[ helios-setup] Sep 09 20:11:37.194 INFO E| Downloaded ryu v1.0.13
23562024-09-09T20:11:37.981Z[ helios-setup] Sep 09 20:11:37.199 INFO E| Downloaded rustls-webpki v0.100.1
23572024-09-09T20:11:37.981Z[ helios-setup] Sep 09 20:11:37.207 INFO E| Downloaded chrono v0.4.24
23582024-09-09T20:11:37.981Z[ helios-setup] Sep 09 20:11:37.216 INFO E| Downloaded textwrap v0.16.0
23592024-09-09T20:11:38.006Z[ helios-setup] Sep 09 20:11:37.219 INFO E| Downloaded tempfile v3.5.0
23602024-09-09T20:11:38.006Z[ helios-setup] Sep 09 20:11:37.222 INFO E| Downloaded smartstring v1.0.1
23612024-09-09T20:11:38.006Z[ helios-setup] Sep 09 20:11:37.225 INFO E| Downloaded smallvec v1.10.0
23622024-09-09T20:11:38.006Z[ helios-setup] Sep 09 20:11:37.228 INFO E| Downloaded slog-async v2.7.0
23632024-09-09T20:11:38.006Z[ helios-setup] Sep 09 20:11:37.230 INFO E| Downloaded serde_derive_internals v0.26.0
23642024-09-09T20:11:38.006Z[ helios-setup] Sep 09 20:11:37.232 INFO E| Downloaded hyper v0.14.25
23652024-09-09T20:11:38.006Z[ helios-setup] Sep 09 20:11:37.242 INFO E| Downloaded h2 v0.3.16
23662024-09-09T20:11:38.030Z[ helios-setup] Sep 09 20:11:37.251 INFO E| Downloaded git2 v0.16.1
23672024-09-09T20:11:38.030Z[ helios-setup] Sep 09 20:11:37.263 INFO E| Downloaded clap_builder v4.2.1
23682024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.272 INFO E| Downloaded try-lock v0.2.4
23692024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.273 INFO E| Downloaded toolchain_find v0.2.0
23702024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.275 INFO E| Downloaded time v0.1.45
23712024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.277 INFO E| Downloaded thiserror-impl v1.0.38
23722024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.278 INFO E| Downloaded thiserror v1.0.38
23732024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.284 INFO E| Downloaded terminal_size v0.2.6
23742024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.285 INFO E| Downloaded strsim v0.10.0
23752024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.287 INFO E| Downloaded slog-bunyan v2.4.0
23762024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.289 INFO E| Downloaded slab v0.4.7
23772024-09-09T20:11:38.055Z[ helios-setup] Sep 09 20:11:37.291 INFO E| Downloaded signal-hook-registry v1.4.0
23782024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.292 INFO E| Downloaded sha2 v0.10.6
23792024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.295 INFO E| Downloaded sha1 v0.10.5
23802024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.297 INFO E| Downloaded serde_tokenstream v0.2.0
23812024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.302 INFO E| Downloaded serde_spanned v0.6.1
23822024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.303 INFO E| Downloaded serde_path_to_error v0.1.11
23832024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.306 INFO E| Downloaded semver-parser v0.10.2
23842024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.308 INFO E| Downloaded semver v0.11.0
23852024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.310 INFO E| Downloaded sct v0.7.0
23862024-09-09T20:11:38.080Z[ helios-setup] Sep 09 20:11:37.315 INFO E| Downloaded scopeguard v1.1.0
23872024-09-09T20:11:38.106Z[ helios-setup] Sep 09 20:11:37.316 INFO E| Downloaded schemars_derive v0.8.12
23882024-09-09T20:11:38.106Z[ helios-setup] Sep 09 20:11:37.319 INFO E| Downloaded rustls-pemfile v1.0.2
23892024-09-09T20:11:38.106Z[ helios-setup] Sep 09 20:11:37.323 INFO E| Downloaded reqwest v0.11.16
23902024-09-09T20:11:38.106Z[ helios-setup] Sep 09 20:11:37.335 INFO E| Downloaded rayon v1.6.1
23912024-09-09T20:11:38.130Z[ helios-setup] Sep 09 20:11:37.347 INFO E| Downloaded log v0.4.17
23922024-09-09T20:11:38.130Z[ host-package] Compiling opaque-debug v0.3.1
23932024-09-09T20:11:38.154Z[ helios-setup] Sep 09 20:11:37.369 INFO E| Downloaded http v0.2.9
23942024-09-09T20:11:38.154Z[ helios-setup] Sep 09 20:11:37.374 INFO E| Downloaded futures-util v0.3.28
23952024-09-09T20:11:38.178Z[ helios-setup] Sep 09 20:11:37.391 INFO E| Downloaded crossbeam-utils v0.8.14
23962024-09-09T20:11:38.178Z[ helios-setup] Sep 09 20:11:37.394 INFO E| Downloaded crossbeam-epoch v0.9.13
23972024-09-09T20:11:38.178Z[ helios-setup] Sep 09 20:11:37.399 INFO E| Downloaded crossbeam-channel v0.5.6
23982024-09-09T20:11:38.178Z[ helios-setup] Sep 09 20:11:37.405 INFO E| Downloaded clap v4.2.1
23992024-09-09T20:11:38.202Z[ helios-setup] Sep 09 20:11:37.416 INFO E| Downloaded aho-corasick v0.7.20
24002024-09-09T20:11:38.202Z[ helios-setup] Sep 09 20:11:37.421 INFO E| Downloaded project-root v0.2.2
24012024-09-09T20:11:38.202Z[ helios-setup] Sep 09 20:11:37.422 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24022024-09-09T20:11:38.202Z[ helios-setup] Sep 09 20:11:37.425 INFO E| Downloaded proc-macro-crate v1.2.1
24032024-09-09T20:11:38.202Z[ helios-setup] Sep 09 20:11:37.427 INFO E| Downloaded pkg-config v0.3.26
24042024-09-09T20:11:38.202Z[ helios-setup] Sep 09 20:11:37.429 INFO E| Downloaded pin-project-lite v0.2.9
24052024-09-09T20:11:38.202Z[ helios-setup] Sep 09 20:11:37.435 INFO E| Downloaded pest v2.5.7
24062024-09-09T20:11:38.238Z[ helios-setup] Sep 09 20:11:37.442 INFO E| Downloaded num_cpus v1.15.0
24072024-09-09T20:11:38.238Z[ helios-setup] Sep 09 20:11:37.446 INFO E| Downloaded num-traits v0.2.15
24082024-09-09T20:11:38.238Z[ helios-setup] Sep 09 20:11:37.449 INFO E| Downloaded num-integer v0.1.45
24092024-09-09T20:11:38.238Z[ helios-setup] Sep 09 20:11:37.451 INFO E| Downloaded mio v0.8.5
24102024-09-09T20:11:38.239Z[ helios-setup] Sep 09 20:11:37.459 INFO E| Downloaded miniz_oxide v0.6.2
24112024-09-09T20:11:38.239Z[ helios-setup] Sep 09 20:11:37.462 INFO E| Downloaded memchr v2.5.0
24122024-09-09T20:11:38.239Z[ helios-setup] Sep 09 20:11:37.467 INFO E| Downloaded is-terminal v0.4.7
24132024-09-09T20:11:38.239Z[ helios-setup] Sep 09 20:11:37.469 INFO E| Downloaded ipnet v2.7.2
24142024-09-09T20:11:38.239Z[ helios-setup] Sep 09 20:11:37.471 INFO E| Downloaded iana-time-zone v0.1.56
24152024-09-09T20:11:38.239Z[ helios-setup] Sep 09 20:11:37.473 INFO E| Downloaded http-body v0.4.5
24162024-09-09T20:11:38.263Z[ helios-setup] Sep 09 20:11:37.475 INFO E| Downloaded getrandom v0.2.8
24172024-09-09T20:11:38.263Z[ helios-setup] Sep 09 20:11:37.479 INFO E| Downloaded futures-io v0.3.28
24182024-09-09T20:11:38.263Z[ helios-setup] Sep 09 20:11:37.480 INFO E| Downloaded futures-channel v0.3.28
24192024-09-09T20:11:38.263Z[ helios-setup] Sep 09 20:11:37.483 INFO E| Downloaded futures v0.3.28
24202024-09-09T20:11:38.263Z[ host-package] Compiling poly1305 v0.8.0
24212024-09-09T20:11:38.263Z[ helios-setup] Sep 09 20:11:37.491 INFO E| Downloaded flate2 v1.0.25
24222024-09-09T20:11:38.263Z[ helios-setup] Sep 09 20:11:37.496 INFO E| Downloaded either v1.8.0
24232024-09-09T20:11:38.263Z[ helios-setup] Sep 09 20:11:37.498 INFO E| Downloaded dyn-clone v1.0.11
24242024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.500 INFO E| Downloaded digest v0.10.6
24252024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.503 INFO E| Downloaded crossbeam-deque v0.8.2
24262024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.505 INFO E| Downloaded cpufeatures v0.2.5
24272024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.506 INFO E| Downloaded const-random-macro v0.1.15
24282024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.507 INFO E| Downloaded const-random v0.1.15
24292024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.509 INFO E| Downloaded concolor-query v0.3.3
24302024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.510 INFO E| Downloaded concolor-override v1.0.0
24312024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.511 INFO E| Downloaded clap_lex v0.4.1
24322024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.512 INFO E| Downloaded clap_derive v4.2.0
24332024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.515 INFO E| Downloaded cc v1.0.78
24342024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.518 INFO E| Downloaded cargo-lock v8.0.3
24352024-09-09T20:11:38.287Z[ helios-setup] Sep 09 20:11:37.522 INFO E| Downloaded camino v1.1.4
24362024-09-09T20:11:38.312Z[ helios-setup] Sep 09 20:11:37.548 INFO E| Downloaded bytes v1.4.0
24372024-09-09T20:11:38.336Z[ helios-setup] Sep 09 20:11:37.553 INFO E| Downloaded byteorder v1.4.3
24382024-09-09T20:11:38.336Z[ helios-setup] Sep 09 20:11:37.556 INFO E| Downloaded built v0.6.0
24392024-09-09T20:11:38.336Z[ helios-setup] Sep 09 20:11:37.557 INFO E| Downloaded block-buffer v0.10.3
24402024-09-09T20:11:38.336Z[ helios-setup] Sep 09 20:11:37.559 INFO E| Downloaded bincode v1.3.3
24412024-09-09T20:11:38.336Z[ helios-setup] Sep 09 20:11:37.564 INFO E| Downloaded base64 v0.21.0
24422024-09-09T20:11:38.336Z[ helios-setup] Sep 09 20:11:37.571 INFO E| Downloaded autocfg v1.1.0
24432024-09-09T20:11:38.360Z[ helios-setup] Sep 09 20:11:37.574 INFO E| Downloaded async-trait v0.1.68
24442024-09-09T20:11:38.360Z[ helios-setup] Sep 09 20:11:37.594 INFO E| Downloaded anyhow v1.0.68
24452024-09-09T20:11:38.384Z[ helios-setup] Sep 09 20:11:37.602 INFO E| Downloaded anstyle-parse v0.1.1
24462024-09-09T20:11:38.384Z[ helios-setup] Sep 09 20:11:37.605 INFO E| Downloaded anstyle v0.3.5
24472024-09-09T20:11:38.384Z[ helios-setup] Sep 09 20:11:37.608 INFO E| Downloaded anstream v0.2.6
24482024-09-09T20:11:38.384Z[ helios-setup] Sep 09 20:11:37.611 INFO E| Downloaded ahash v0.8.3
24492024-09-09T20:11:38.384Z[ helios-setup] Sep 09 20:11:37.616 INFO E| Downloaded ahash v0.7.6
24502024-09-09T20:11:38.384Z[ helios-setup] Sep 09 20:11:37.620 INFO E| Downloaded rhai_codegen v1.5.0
24512024-09-09T20:11:38.408Z[ helios-setup] Sep 09 20:11:37.644 INFO E| Downloaded percent-encoding v2.2.0
24522024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.646 INFO E| Downloaded paste v1.0.12
24532024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.649 INFO E| Downloaded parking_lot_core v0.9.6
24542024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.652 INFO E| Downloaded parking_lot v0.12.1
24552024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.655 INFO E| Downloaded once_cell v1.17.0
24562024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.658 INFO E| Downloaded num_enum_derive v0.5.7
24572024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.659 INFO E| Downloaded num_enum v0.5.7
24582024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.664 INFO E| Downloaded memoffset v0.7.1
24592024-09-09T20:11:38.432Z[ helios-setup] Sep 09 20:11:37.665 INFO E| Downloaded lock_api v0.4.9
24602024-09-09T20:11:38.433Z[ helios-setup] Sep 09 20:11:37.667 INFO E| Downloaded lazy_static v1.4.0
24612024-09-09T20:11:38.433Z[ helios-setup] Sep 09 20:11:37.669 INFO E| Downloaded jobserver v0.1.26
24622024-09-09T20:11:38.456Z[ helios-setup] Sep 09 20:11:37.671 INFO E| Downloaded itoa v1.0.6
24632024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.672 INFO E| Downloaded io-lifetimes v1.0.10
24642024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.675 INFO E| Downloaded httpdate v1.0.2
24652024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.677 INFO E| Downloaded home v0.5.4
24662024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.678 INFO E| Downloaded generic-array v0.14.6
24672024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.680 INFO E| Downloaded futures-task v0.3.28
24682024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.681 INFO E| Downloaded futures-sink v0.3.28
24692024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.683 INFO E| Downloaded futures-macro v0.3.28
24702024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.684 INFO E| Downloaded futures-executor v0.3.28
24712024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.686 INFO E| Downloaded futures-core v0.3.28
24722024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.687 INFO E| Downloaded form_urlencoded v1.1.0
24732024-09-09T20:11:38.457Z[ helios-setup] Sep 09 20:11:37.689 INFO E| Downloaded fastrand v1.9.0
24742024-09-09T20:11:38.667Z[ helios-setup] Sep 09 20:11:37.903 INFO E| Compiling proc-macro2 v1.0.86
24752024-09-09T20:11:38.667Z[ helios-setup] Sep 09 20:11:37.903 INFO E| Compiling libc v0.2.139
24762024-09-09T20:11:38.667Z[ helios-setup] Sep 09 20:11:37.904 INFO E| Compiling unicode-ident v1.0.8
24772024-09-09T20:11:38.691Z[ helios-setup] Sep 09 20:11:37.904 INFO E| Compiling autocfg v1.1.0
24782024-09-09T20:11:38.691Z[ helios-setup] Sep 09 20:11:37.904 INFO E| Compiling cfg-if v1.0.0
24792024-09-09T20:11:38.691Z[ helios-setup] Sep 09 20:11:37.904 INFO E| Compiling version_check v0.9.4
24802024-09-09T20:11:38.691Z[ helios-setup] Sep 09 20:11:37.904 INFO E| Compiling serde v1.0.204
24812024-09-09T20:11:38.691Z[ helios-setup] Sep 09 20:11:37.904 INFO E| Compiling syn v1.0.107
24822024-09-09T20:11:39.948Z[ helios-setup] Sep 09 20:11:39.184 INFO E| Compiling memchr v2.5.0
24832024-09-09T20:11:40.128Z[ host-package] Compiling thiserror-no-std v2.0.2
24842024-09-09T20:11:40.503Z[ helios-setup] Sep 09 20:11:39.740 INFO E| Compiling once_cell v1.17.0
24852024-09-09T20:11:40.807Z[ helios-setup] Sep 09 20:11:40.044 INFO E| Compiling log v0.4.17
24862024-09-09T20:11:40.890Z[ helios-setup] Sep 09 20:11:40.126 INFO E| Compiling thiserror v1.0.38
24872024-09-09T20:11:41.451Z[ helios-setup] Sep 09 20:11:40.687 INFO E| Compiling serde_json v1.0.95
24882024-09-09T20:11:41.861Z[ helios-setup] Sep 09 20:11:41.098 INFO E| Compiling itoa v1.0.6
24892024-09-09T20:11:42.830Z[ helios-setup] Sep 09 20:11:42.066 INFO E| Compiling getrandom v0.2.8
24902024-09-09T20:11:42.898Z[ helios-setup] Sep 09 20:11:42.134 INFO E| Compiling jobserver v0.1.26
24912024-09-09T20:11:43.378Z[ helios-setup] Sep 09 20:11:42.615 INFO E| Compiling quote v1.0.36
24922024-09-09T20:11:43.441Z[ helios-setup] Sep 09 20:11:42.678 INFO E| Compiling indexmap v1.9.3
24932024-09-09T20:11:43.597Z[ helios-setup] Sep 09 20:11:42.834 INFO E| Compiling cc v1.0.78
24942024-09-09T20:11:43.984Z[ helios-setup] Sep 09 20:11:43.221 INFO E| Compiling scopeguard v1.1.0
24952024-09-09T20:11:44.361Z[ helios-setup] Sep 09 20:11:43.597 INFO E| Compiling syn v2.0.72
24962024-09-09T20:11:44.416Z[ helios-setup] Sep 09 20:11:43.652 INFO E| Compiling pin-project-lite v0.2.9
24972024-09-09T20:11:44.473Z[ helios-setup] Sep 09 20:11:43.710 INFO E| Compiling num-integer v0.1.45
24982024-09-09T20:11:44.535Z[ host-package] Compiling lalrpop v0.19.12
24992024-09-09T20:11:44.802Z[ helios-setup] Sep 09 20:11:44.038 INFO E| Compiling futures-core v0.3.28
25002024-09-09T20:11:44.942Z[ helios-setup] Sep 09 20:11:44.178 INFO E| Compiling bytes v1.4.0
25012024-09-09T20:11:45.387Z[ host-package] Compiling diesel v2.2.3
25022024-09-09T20:11:45.521Z[ helios-setup] Sep 09 20:11:44.757 INFO E| Compiling ryu v1.0.13
25032024-09-09T20:11:46.525Z[ helios-setup] Sep 09 20:11:45.761 INFO E| Compiling lock_api v0.4.9
25042024-09-09T20:11:46.561Z[ helios-setup] Sep 09 20:11:45.798 INFO E| Compiling bitflags v1.3.2
25052024-09-09T20:11:46.629Z[ helios-setup] Sep 09 20:11:45.865 INFO E| Compiling typenum v1.16.0
25062024-09-09T20:11:46.885Z[ helios-setup] Sep 09 20:11:46.122 INFO E| Compiling parking_lot_core v0.9.6
25072024-09-09T20:11:47.253Z[ helios-setup] Sep 09 20:11:46.490 INFO E| Compiling num_cpus v1.15.0
25082024-09-09T20:11:47.543Z[ helios-setup] Sep 09 20:11:46.780 INFO E| Compiling generic-array v0.14.6
25092024-09-09T20:11:47.651Z[ helios-setup] Sep 09 20:11:46.887 INFO E| Compiling slab v0.4.7
25102024-09-09T20:11:48.024Z[ helios-setup] Sep 09 20:11:47.260 INFO E| Compiling futures-channel v0.3.28
25112024-09-09T20:11:48.263Z[ helios-setup] Sep 09 20:11:47.499 INFO E| Compiling futures-task v0.3.28
25122024-09-09T20:11:48.309Z[ helios-setup] Sep 09 20:11:47.545 INFO E| Compiling futures-sink v0.3.28
25132024-09-09T20:11:49.212Z[ helios-setup] Sep 09 20:11:48.425 INFO E| Compiling tokio v1.27.0
25142024-09-09T20:11:49.333Z[ helios-setup] Sep 09 20:11:48.569 INFO E| Compiling futures-util v0.3.28
25152024-09-09T20:11:49.479Z[ helios-setup] Sep 09 20:11:48.715 INFO E| Compiling schemars v0.8.12
25162024-09-09T20:11:50.755Z[ helios-setup] Sep 09 20:11:49.991 INFO E| Compiling mio v0.8.5
25172024-09-09T20:11:51.049Z[ helios-setup] Sep 09 20:11:50.286 INFO E| Compiling socket2 v0.4.9
25182024-09-09T20:11:51.135Z[ helios-setup] Sep 09 20:11:50.370 INFO E| Compiling signal-hook-registry v1.4.0
25192024-09-09T20:11:51.269Z[ helios-setup] Sep 09 20:11:50.506 INFO E| Compiling ahash v0.7.6
25202024-09-09T20:11:51.413Z[ helios-setup] Sep 09 20:11:50.649 INFO E| Compiling num-traits v0.2.15
25212024-09-09T20:11:52.242Z[ helios-setup] Sep 09 20:11:51.479 INFO E| Compiling futures-io v0.3.28
25222024-09-09T20:11:52.575Z[ helios-setup] Sep 09 20:11:51.811 INFO E| Compiling io-lifetimes v1.0.10
25232024-09-09T20:11:53.024Z[ helios-setup] Sep 09 20:11:52.260 INFO E| Compiling pin-utils v0.1.0
25242024-09-09T20:11:53.362Z[ helios-setup] Sep 09 20:11:52.598 INFO E| Compiling serde_derive_internals v0.26.0
25252024-09-09T20:11:53.535Z[ helios-setup] Sep 09 20:11:52.772 INFO E| Compiling crunchy v0.2.2
25262024-09-09T20:11:54.389Z[ helios-setup] Sep 09 20:11:53.625 INFO E| Compiling ahash v0.8.3
25272024-09-09T20:11:54.475Z[ helios-setup] Sep 09 20:11:53.712 INFO E| Compiling tiny-keccak v2.0.2
25282024-09-09T20:11:54.779Z[ helios-setup] Sep 09 20:11:54.016 INFO E| Compiling hashbrown v0.12.3
25292024-09-09T20:11:55.448Z[ helios-setup] Sep 09 20:11:54.684 INFO E| Compiling rustix v0.37.3
25302024-09-09T20:11:55.558Z[ helios-setup] Sep 09 20:11:54.794 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25312024-09-09T20:11:57.014Z[ helios-setup] Sep 09 20:11:56.251 INFO E| Compiling crypto-common v0.1.6
25322024-09-09T20:11:57.272Z[ helios-setup] Sep 09 20:11:56.508 INFO E| Compiling block-buffer v0.10.3
25332024-09-09T20:11:57.601Z[ helios-setup] Sep 09 20:11:56.837 INFO E| Compiling errno v0.3.1
25342024-09-09T20:11:57.868Z[ helios-setup] Sep 09 20:11:57.104 INFO E| Compiling fnv v1.0.7
25352024-09-09T20:11:57.892Z[ helios-setup] Sep 09 20:11:57.125 INFO E| Compiling slog v2.7.0
25362024-09-09T20:11:58.050Z[ helios-setup] Sep 09 20:11:57.286 INFO E| Compiling crossbeam-utils v0.8.14
25372024-09-09T20:11:58.266Z[ helios-setup] Sep 09 20:11:57.502 INFO E| Compiling pkg-config v0.3.26
25382024-09-09T20:11:58.542Z[ helios-setup] Sep 09 20:11:57.776 INFO E| Compiling http v0.2.9
25392024-09-09T20:11:59.311Z[ host-package] Compiling slog-stdlog v4.1.1
25402024-09-09T20:11:59.746Z[ helios-setup] Sep 09 20:11:58.982 INFO E| Compiling digest v0.10.6
25412024-09-09T20:12:00.993Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25422024-09-09T20:12:01.445Z[ helios-setup] Sep 09 20:12:00.681 INFO E| Compiling aho-corasick v0.7.20
25432024-09-09T20:12:01.594Z[ helios-setup] Sep 09 20:12:00.831 INFO E| Compiling heck v0.4.1
25442024-09-09T20:12:01.774Z[ helios-setup] Sep 09 20:12:01.010 INFO E| Compiling tinyvec_macros v0.1.1
25452024-09-09T20:12:02.399Z[ helios-setup] Sep 09 20:12:01.635 INFO E| Compiling thiserror-impl v1.0.38
25462024-09-09T20:12:02.500Z[ helios-setup] Sep 09 20:12:01.736 INFO E| Compiling schemars_derive v0.8.12
25472024-09-09T20:12:02.525Z[ helios-setup] Sep 09 20:12:01.749 INFO E| Compiling regex-syntax v0.6.29
25482024-09-09T20:12:03.019Z[ host-package] Compiling which v4.4.2
25492024-09-09T20:12:03.069Z[ helios-setup] Sep 09 20:12:02.305 INFO E| Compiling anyhow v1.0.68
25502024-09-09T20:12:03.325Z[ helios-setup] Sep 09 20:12:02.561 INFO E| Compiling percent-encoding v2.2.0
25512024-09-09T20:12:04.168Z[ helios-setup] Sep 09 20:12:03.405 INFO E| Compiling httparse v1.8.0
25522024-09-09T20:12:04.219Z[ helios-setup] Sep 09 20:12:03.456 INFO E| Compiling cpufeatures v0.2.5
25532024-09-09T20:12:04.270Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25542024-09-09T20:12:04.546Z[ helios-setup] Sep 09 20:12:03.783 INFO E| Compiling unicode-width v0.1.10
25552024-09-09T20:12:04.769Z[ host-package] Compiling chacha20 v0.9.1
25562024-09-09T20:12:04.902Z[ helios-setup] Sep 09 20:12:04.138 INFO E| Compiling serde_derive v1.0.204
25572024-09-09T20:12:05.114Z[ helios-setup] Sep 09 20:12:04.351 INFO E| Compiling futures-macro v0.3.28
25582024-09-09T20:12:05.252Z[ helios-setup] Sep 09 20:12:04.489 INFO E| Compiling tokio-macros v2.0.0
25592024-09-09T20:12:05.917Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25602024-09-09T20:12:06.144Z[ helios-setup] Sep 09 20:12:05.381 INFO E| Compiling form_urlencoded v1.1.0
25612024-09-09T20:12:06.235Z[ helios-setup] Sep 09 20:12:05.472 INFO E| Compiling const-random-macro v0.1.15
25622024-09-09T20:12:06.533Z[ host-package] Compiling cexpr v0.6.0
25632024-09-09T20:12:06.970Z[ helios-setup] Sep 09 20:12:06.203 INFO E| Compiling tinyvec v1.6.0
25642024-09-09T20:12:08.100Z[ helios-setup] Sep 09 20:12:07.336 INFO E| Compiling hashbrown v0.13.2
25652024-09-09T20:12:08.387Z[ helios-setup] Sep 09 20:12:07.624 INFO E| Compiling libz-sys v1.1.8
25662024-09-09T20:12:09.145Z[ host-package] Compiling aead v0.5.2
25672024-09-09T20:12:09.584Z[ host-package] Compiling libsw v3.3.1
25682024-09-09T20:12:09.639Z[ helios-setup] Sep 09 20:12:08.875 INFO E| Compiling regex v1.7.3
25692024-09-09T20:12:09.749Z[ host-package] Compiling owo-colors v4.0.0
25702024-09-09T20:12:10.350Z[ helios-setup] Sep 09 20:12:09.586 INFO E| Compiling chrono v0.4.24
25712024-09-09T20:12:10.447Z[ host-package] Compiling rustc-hash v1.1.0
25722024-09-09T20:12:10.977Z[ host-package] Compiling shlex v1.3.0
25732024-09-09T20:12:11.657Z[ host-package] Compiling lazycell v1.3.0
25742024-09-09T20:12:12.298Z[ host-package] Compiling linear-map v1.2.0
25752024-09-09T20:12:12.573Z[ helios-setup] Sep 09 20:12:11.810 INFO E| Compiling uuid v1.3.0
25762024-09-09T20:12:12.630Z[ helios-setup] Sep 09 20:12:11.867 INFO E| Compiling dyn-clone v1.0.11
25772024-09-09T20:12:13.047Z[ helios-setup] Sep 09 20:12:12.284 INFO E| Compiling unicode-normalization v0.1.22
25782024-09-09T20:12:13.245Z[ host-package] Compiling ref-cast v1.0.23
25792024-09-09T20:12:13.289Z[ helios-setup] Sep 09 20:12:12.526 INFO E| Compiling regress v0.5.0
25802024-09-09T20:12:14.211Z[ helios-setup] Sep 09 20:12:13.438 INFO E| Compiling const-random v0.1.15
25812024-09-09T20:12:14.241Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25822024-09-09T20:12:15.106Z[ helios-setup] Sep 09 20:12:14.342 INFO E| Compiling getopts v0.2.21
25832024-09-09T20:12:16.227Z[ helios-setup] Sep 09 20:12:15.463 INFO E| Compiling tracing-core v0.1.30
25842024-09-09T20:12:16.918Z[ helios-setup] Sep 09 20:12:16.155 INFO E| Compiling memoffset v0.7.1
25852024-09-09T20:12:17.025Z[ helios-setup] Sep 09 20:12:16.262 INFO E| Compiling unicode-bidi v0.3.13
25862024-09-09T20:12:17.600Z[ host-package] Compiling chacha20poly1305 v0.10.1
25872024-09-09T20:12:17.955Z[ helios-setup] Sep 09 20:12:17.192 INFO E| Compiling time-core v0.1.2
25882024-09-09T20:12:18.553Z[ host-package] Compiling vsss-rs v3.3.4
25892024-09-09T20:12:20.103Z[ helios-setup] Sep 09 20:12:19.340 INFO E| Compiling powerfmt v0.2.0
25902024-09-09T20:12:20.653Z[ helios-setup] Sep 09 20:12:19.890 INFO E| Compiling ucd-trie v0.1.5
25912024-09-09T20:12:20.846Z[ helios-setup] Sep 09 20:12:20.083 INFO E| Compiling num-conv v0.1.0
25922024-09-09T20:12:21.211Z[ helios-setup] Sep 09 20:12:20.448 INFO E| Compiling pest v2.5.7
25932024-09-09T20:12:21.374Z[ helios-setup] Sep 09 20:12:20.611 INFO E| Compiling deranged v0.3.11
25942024-09-09T20:12:21.574Z[ host-package] Compiling slog-envlogger v2.2.0
25952024-09-09T20:12:21.606Z[ helios-setup] Sep 09 20:12:20.843 INFO E| Compiling time-macros v0.2.18
25962024-09-09T20:12:22.452Z[ helios-setup] Sep 09 20:12:21.689 INFO E| Compiling idna v0.3.0
25972024-09-09T20:12:24.924Z[ helios-setup] Sep 09 20:12:24.161 INFO E| Compiling tracing v0.1.37
25982024-09-09T20:12:25.186Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25992024-09-09T20:12:25.897Z[ host-package] Compiling derive_builder_core v0.20.0
26002024-09-09T20:12:26.859Z[ helios-setup] Sep 09 20:12:26.096 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26012024-09-09T20:12:27.054Z[ helios-setup] Sep 09 20:12:26.290 INFO E| Compiling time v0.1.45
26022024-09-09T20:12:27.628Z[ host-package] Compiling headers-core v0.2.0
26032024-09-09T20:12:27.991Z[ helios-setup] Sep 09 20:12:27.228 INFO E| Compiling crossbeam-epoch v0.9.13
26042024-09-09T20:12:28.142Z[ host-package] Compiling fxhash v0.2.1
26052024-09-09T20:12:28.416Z[ helios-setup] Sep 09 20:12:27.653 INFO E| Compiling num_threads v0.1.6
26062024-09-09T20:12:28.686Z[ host-package] Compiling libxml v0.3.3
26072024-09-09T20:12:28.713Z[ host-package] Compiling ref-cast-impl v1.0.23
26082024-09-09T20:12:29.221Z[ helios-setup] Sep 09 20:12:28.426 INFO E| Compiling iana-time-zone v0.1.56
26092024-09-09T20:12:29.280Z[ helios-setup] Sep 09 20:12:28.517 INFO E| Compiling semver v1.0.17
26102024-09-09T20:12:29.678Z[ host-package] Compiling headers v0.3.9
26112024-09-09T20:12:29.798Z[ host-package] Compiling derive_builder_macro v0.20.0
26122024-09-09T20:12:29.844Z[ helios-setup] Sep 09 20:12:29.081 INFO E| Compiling time v0.3.36
26132024-09-09T20:12:30.697Z[ helios-setup] Sep 09 20:12:29.934 INFO E| Compiling smallvec v1.10.0
26142024-09-09T20:12:30.726Z[ helios-setup] Sep 09 20:12:29.963 INFO E| Compiling toml v0.5.11
26152024-09-09T20:12:31.034Z[ helios-setup] Sep 09 20:12:30.271 INFO E| Compiling serde_tokenstream v0.2.0
26162024-09-09T20:12:31.105Z[ host-package] Compiling polar-core v0.27.3
26172024-09-09T20:12:31.785Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26182024-09-09T20:12:32.637Z[ helios-setup] Sep 09 20:12:31.874 INFO E| Compiling parking_lot v0.12.1
26192024-09-09T20:12:35.396Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26202024-09-09T20:12:36.327Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26212024-09-09T20:12:36.767Z[ host-package] Compiling strum_macros v0.24.3
26222024-09-09T20:12:36.937Z[ helios-setup] Sep 09 20:12:36.174 INFO E| Compiling semver-parser v0.10.2
26232024-09-09T20:12:39.393Z[ host-package] Compiling samael v0.0.15
26242024-09-09T20:12:39.833Z[ helios-setup] Sep 09 20:12:39.070 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26252024-09-09T20:12:40.923Z[ helios-setup] Sep 09 20:12:40.160 INFO E| Compiling url v2.3.1
26262024-09-09T20:12:42.452Z[ host-package] Compiling kstat-rs v0.2.4
26272024-09-09T20:12:42.751Z[ host-package] Compiling unicase v2.7.0
26282024-09-09T20:12:43.473Z[ host-package] Compiling dropshot v0.10.1
26292024-09-09T20:12:43.672Z[ helios-setup] Sep 09 20:12:42.908 INFO E| Compiling crossbeam-channel v0.5.6
26302024-09-09T20:12:44.177Z[ host-package] Compiling indoc v1.0.9
26312024-09-09T20:12:44.371Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322024-09-09T20:12:45.335Z[ helios-setup] Sep 09 20:12:44.571 INFO E| Compiling dirs-sys-next v0.1.2
26332024-09-09T20:12:45.932Z[ helios-setup] Sep 09 20:12:45.169 INFO E| Compiling try-lock v0.2.4
26342024-09-09T20:12:46.147Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26352024-09-09T20:12:46.257Z[ helios-setup] Sep 09 20:12:45.494 INFO E| Compiling crc32fast v1.3.2
26362024-09-09T20:12:46.463Z[ helios-setup] Sep 09 20:12:45.686 INFO E| Compiling same-file v1.0.6
26372024-09-09T20:12:47.188Z[ helios-setup] Sep 09 20:12:46.425 INFO E| Compiling walkdir v2.3.3
26382024-09-09T20:12:47.542Z[ helios-setup] Sep 09 20:12:46.779 INFO E| Compiling want v0.3.0
26392024-09-09T20:12:47.737Z[ helios-setup] Sep 09 20:12:46.974 INFO E| Compiling dirs-next v2.0.0
26402024-09-09T20:12:49.282Z[ helios-setup] Sep 09 20:12:48.518 INFO E| Compiling semver v0.11.0
26412024-09-09T20:12:50.548Z[ helios-setup] Sep 09 20:12:49.784 INFO E| Compiling tokio-util v0.7.7
26422024-09-09T20:12:50.589Z[ helios-setup] Sep 09 20:12:49.826 INFO E| Compiling proc-macro-crate v1.2.1
26432024-09-09T20:12:53.338Z[ helios-setup] Sep 09 20:12:52.575 INFO E| Compiling h2 v0.3.16
26442024-09-09T20:12:53.660Z[ host-package] Compiling derive_builder v0.20.0
26452024-09-09T20:12:54.484Z[ helios-setup] Sep 09 20:12:53.721 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26462024-09-09T20:12:54.807Z[ helios-setup] Sep 09 20:12:54.044 INFO E| Compiling futures-executor v0.3.28
26472024-09-09T20:12:55.151Z[ helios-setup] Sep 09 20:12:54.383 INFO E| Compiling http-body v0.4.5
26482024-09-09T20:12:55.869Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26492024-09-09T20:12:56.276Z[ helios-setup] Sep 09 20:12:55.513 INFO E| Compiling ring v0.16.20
26502024-09-09T20:12:56.891Z[ helios-setup] Sep 09 20:12:56.127 INFO E| Compiling rand_core v0.6.4
26512024-09-09T20:12:57.845Z[ host-package] Compiling tungstenite v0.23.0
26522024-09-09T20:12:58.052Z[ helios-setup] Sep 09 20:12:57.289 INFO E| Compiling thread_local v1.1.7
26532024-09-09T20:12:58.457Z[ helios-setup] Sep 09 20:12:57.694 INFO E| Compiling lazy_static v1.4.0
26542024-09-09T20:12:58.809Z[ helios-setup] Sep 09 20:12:58.046 INFO E| Compiling utf8parse v0.2.1
26552024-09-09T20:12:59.442Z[ helios-setup] Sep 09 20:12:58.678 INFO E| Compiling rayon-core v1.10.2
26562024-09-09T20:12:59.714Z[ helios-setup] Sep 09 20:12:58.950 INFO E| Compiling ppv-lite86 v0.2.17
26572024-09-09T20:12:59.856Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26582024-09-09T20:13:00.463Z[ helios-setup] Sep 09 20:12:59.700 INFO E| Compiling adler v1.0.2
26592024-09-09T20:13:00.600Z[ host-package] Compiling crossterm v0.28.1
26602024-09-09T20:13:01.089Z[ helios-setup] Sep 09 20:13:00.326 INFO E| Compiling base64 v0.21.0
26612024-09-09T20:13:01.279Z[ helios-setup] Sep 09 20:13:00.516 INFO E| Compiling tower-service v0.3.2
26622024-09-09T20:13:01.620Z[ helios-setup] Sep 09 20:13:00.856 INFO E| Compiling fastrand v1.9.0
26632024-09-09T20:13:02.671Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26642024-09-09T20:13:02.794Z[ helios-setup] Sep 09 20:13:02.030 INFO E| Compiling home v0.5.4
26652024-09-09T20:13:02.928Z[ helios-setup] Sep 09 20:13:02.164 INFO E| Compiling httpdate v1.0.2
26662024-09-09T20:13:03.458Z[ helios-setup] Sep 09 20:13:02.695 INFO E| Compiling hyper v0.14.25
26672024-09-09T20:13:04.387Z[ helios-setup] Sep 09 20:13:03.624 INFO E| Compiling toolchain_find v0.2.0
26682024-09-09T20:13:05.890Z[ helios-setup] Sep 09 20:13:05.126 INFO E| Compiling tempfile v3.5.0
26692024-09-09T20:13:07.090Z[ helios-setup] Sep 09 20:13:06.327 INFO E| Compiling rand_chacha v0.3.1
26702024-09-09T20:13:07.150Z[ helios-setup] Sep 09 20:13:06.386 INFO E| Compiling miniz_oxide v0.6.2
26712024-09-09T20:13:07.565Z[ helios-setup] Sep 09 20:13:06.802 INFO E| Compiling anstyle-parse v0.1.1
26722024-09-09T20:13:10.333Z[ helios-setup] Sep 09 20:13:09.570 INFO E| Compiling futures v0.3.28
26732024-09-09T20:13:11.916Z[ host-package] Compiling oso-derive v0.27.3
26742024-09-09T20:13:14.105Z[ host-package] Compiling dropshot_endpoint v0.10.1
26752024-09-09T20:13:14.224Z[ host-package] Compiling libz-sys v1.1.16
26762024-09-09T20:13:14.534Z[ host-package] Compiling quick-xml v0.31.0
26772024-09-09T20:13:16.199Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26782024-09-09T20:13:16.951Z[ host-package] Compiling cfg_aliases v0.1.1
26792024-09-09T20:13:17.406Z[ host-package] Compiling parking_lot_core v0.8.6
26802024-09-09T20:13:18.980Z[ host-package] Compiling nix v0.28.0
26812024-09-09T20:13:19.549Z[ host-package] Compiling oso v0.27.3
26822024-09-09T20:13:19.851Z[ helios-setup] Sep 09 20:13:19.088 INFO E| Compiling cargo-lock v8.0.3
26832024-09-09T20:13:20.906Z[ helios-setup] Sep 09 20:13:20.143 INFO E| Compiling num_enum_derive v0.5.7
26842024-09-09T20:13:21.469Z[ host-package] Compiling tokio-tungstenite v0.23.1
26852024-09-09T20:13:22.698Z[ helios-setup] Sep 09 20:13:21.935 INFO E| Compiling crossbeam-deque v0.8.2
26862024-09-09T20:13:23.449Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872024-09-09T20:13:24.579Z[ helios-setup] Sep 09 20:13:23.816 INFO E| Compiling term v0.7.0
26882024-09-09T20:13:26.873Z[ helios-setup] Sep 09 20:13:26.109 INFO E| Compiling serde_urlencoded v0.7.1
26892024-09-09T20:13:27.173Z[ helios-setup] Sep 09 20:13:26.410 INFO E| Compiling sha2 v0.10.6
26902024-09-09T20:13:27.906Z[ helios-setup] Sep 09 20:13:27.143 INFO E| Compiling sha1 v0.10.5
26912024-09-09T20:13:28.449Z[ helios-setup] Sep 09 20:13:27.685 INFO E| Compiling is-terminal v0.4.7
26922024-09-09T20:13:28.961Z[ helios-setup] Sep 09 20:13:28.198 INFO E| Compiling atty v0.2.14
26932024-09-09T20:13:29.488Z[ helios-setup] Sep 09 20:13:28.725 INFO E| Compiling anstyle v0.3.5
26942024-09-09T20:13:30.283Z[ helios-setup] Sep 09 20:13:29.519 INFO E| Compiling concolor-override v1.0.0
26952024-09-09T20:13:31.199Z[ helios-setup] Sep 09 20:13:30.436 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26962024-09-09T20:13:31.807Z[ helios-setup] Sep 09 20:13:31.043 INFO E| Compiling concolor-query v0.3.3
26972024-09-09T20:13:32.467Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982024-09-09T20:13:32.820Z[ helios-setup] Sep 09 20:13:32.057 INFO E| Compiling anstream v0.2.6
26992024-09-09T20:13:34.488Z[ helios-setup] Sep 09 20:13:33.725 INFO E| Compiling slog-term v2.9.0
27002024-09-09T20:13:34.573Z[ helios-setup] Sep 09 20:13:33.810 INFO E| Compiling flate2 v1.0.25
27012024-09-09T20:13:34.739Z[ helios-setup] Sep 09 20:13:33.976 INFO E| Compiling num_enum v0.5.7
27022024-09-09T20:13:35.443Z[ helios-setup] Sep 09 20:13:34.679 INFO E| Compiling rand v0.8.5
27032024-09-09T20:13:35.491Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042024-09-09T20:13:35.661Z[ helios-setup] Sep 09 20:13:34.898 INFO E| Compiling rustfmt-wrapper v0.2.0
27052024-09-09T20:13:36.751Z[ helios-setup] Sep 09 20:13:35.988 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27062024-09-09T20:13:36.796Z[ host-package] Compiling bb8 v0.8.5
27072024-09-09T20:13:37.013Z[ helios-setup] Sep 09 20:13:36.250 INFO E| Compiling openapiv3 v1.0.2
27082024-09-09T20:13:37.406Z[ helios-setup] Sep 09 20:13:36.643 INFO E| Compiling encoding_rs v0.8.32
27092024-09-09T20:13:38.272Z[ host-package] Compiling const_format_proc_macros v0.2.32
27102024-09-09T20:13:38.890Z[ helios-setup] Sep 09 20:13:38.127 INFO E| Compiling untrusted v0.7.1
27112024-09-09T20:13:39.185Z[ helios-setup] Sep 09 20:13:38.422 INFO E| Compiling strsim v0.10.0
27122024-09-09T20:13:39.444Z[ helios-setup] Sep 09 20:13:38.681 INFO E| Compiling either v1.8.0
27132024-09-09T20:13:40.407Z[ helios-setup] Sep 09 20:13:39.645 INFO E| Compiling clap_lex v0.4.1
27142024-09-09T20:13:41.803Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27152024-09-09T20:13:42.023Z[ helios-setup] Sep 09 20:13:41.261 INFO E| Compiling base64 v0.13.1
27162024-09-09T20:13:42.403Z[ helios-setup] Sep 09 20:13:41.640 INFO E| Compiling project-root v0.2.2
27172024-09-09T20:13:43.062Z[ helios-setup] Sep 09 20:13:42.300 INFO E| Compiling ipnet v2.7.2
27182024-09-09T20:13:43.439Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27192024-09-09T20:13:43.514Z[ helios-setup] Sep 09 20:13:42.751 INFO E| Compiling utf-8 v0.7.6
27202024-09-09T20:13:44.168Z[ helios-setup] Sep 09 20:13:43.405 INFO E| Compiling mime v0.3.17
27212024-09-09T20:13:44.211Z[ helios-setup] Sep 09 20:13:43.425 INFO E| Compiling spin v0.5.2
27222024-09-09T20:13:44.631Z[ host-package] Compiling vte v0.11.1
27232024-09-09T20:13:44.762Z[ helios-setup] Sep 09 20:13:43.999 INFO E| Compiling unsafe-libyaml v0.2.8
27242024-09-09T20:13:45.406Z[ helios-setup] Sep 09 20:13:44.643 INFO E| Compiling byteorder v1.4.3
27252024-09-09T20:13:46.140Z[ helios-setup] Sep 09 20:13:45.376 INFO E| Compiling reqwest v0.11.16
27262024-09-09T20:13:46.521Z[ helios-setup] Sep 09 20:13:45.757 INFO E| Compiling tungstenite v0.18.0
27272024-09-09T20:13:47.378Z[ helios-setup] Sep 09 20:13:46.614 INFO E| Compiling serde_yaml v0.9.21
27282024-09-09T20:13:47.603Z[ host-package] Compiling const_format v0.2.32
27292024-09-09T20:13:47.854Z[ helios-setup] Sep 09 20:13:47.091 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27302024-09-09T20:13:48.162Z[ helios-setup] Sep 09 20:13:47.399 INFO E| Compiling clap_builder v4.2.1
27312024-09-09T20:13:49.634Z[ host-package] Compiling async-bb8-diesel v0.2.1
27322024-09-09T20:13:51.008Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27332024-09-09T20:13:54.080Z[ helios-setup] Sep 09 20:13:53.317 INFO E| Compiling rayon v1.6.1
27342024-09-09T20:13:54.507Z[ host-package] Compiling fd-lock v4.0.2
27352024-09-09T20:13:54.824Z[ helios-setup] Sep 09 20:13:54.060 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27362024-09-09T20:13:55.184Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27372024-09-09T20:13:55.632Z[ helios-setup] Sep 09 20:13:54.869 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27382024-09-09T20:13:57.051Z[ host-package] Compiling bytecount v0.6.8
27392024-09-09T20:13:57.658Z[ host-package] Compiling papergrid v0.11.0
27402024-09-09T20:13:57.698Z[ helios-setup] Sep 09 20:13:56.934 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27412024-09-09T20:13:58.910Z[ helios-setup] Sep 09 20:13:58.147 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27422024-09-09T20:13:59.450Z[ helios-setup] Sep 09 20:13:58.687 INFO E| Compiling clap_derive v4.2.0
27432024-09-09T20:14:04.073Z[ helios-setup] Sep 09 20:14:03.310 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27442024-09-09T20:14:07.370Z[ helios-setup] Sep 09 20:14:06.607 INFO E| Compiling clap v4.2.1
27452024-09-09T20:14:09.155Z[ helios-setup] Sep 09 20:14:08.392 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27462024-09-09T20:14:17.968Z[ host-package] Compiling parking_lot v0.11.2
27472024-09-09T20:14:23.159Z[ helios-setup] Sep 09 20:14:22.396 INFO E| Compiling tokio-tungstenite v0.18.0
27482024-09-09T20:14:24.527Z[ helios-setup] Sep 09 20:14:23.764 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27492024-09-09T20:14:27.418Z[ helios-setup] Sep 09 20:14:26.655 INFO E| Compiling smartstring v1.0.1
27502024-09-09T20:14:28.268Z[ helios-setup] Sep 09 20:14:27.505 INFO E| Compiling rustls v0.21.0
27512024-09-09T20:14:29.730Z[ helios-setup] Sep 09 20:14:28.967 INFO E| Compiling toml_datetime v0.6.1
27522024-09-09T20:14:30.813Z[ helios-setup] Sep 09 20:14:30.050 INFO E| Compiling serde_spanned v0.6.1
27532024-09-09T20:14:31.429Z[ helios-setup] Sep 09 20:14:30.666 INFO E| Compiling slog-async v2.7.0
27542024-09-09T20:14:31.667Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27552024-09-09T20:14:32.659Z[ helios-setup] Sep 09 20:14:31.896 INFO E| Compiling winnow v0.4.1
27562024-09-09T20:14:33.127Z[ helios-setup] Sep 09 20:14:32.364 INFO E| Compiling match_cfg v0.1.0
27572024-09-09T20:14:33.390Z[ helios-setup] Sep 09 20:14:32.627 INFO E| Compiling static_assertions v1.1.0
27582024-09-09T20:14:33.529Z[ helios-setup] Sep 09 20:14:32.766 INFO E| Compiling camino v1.1.4
27592024-09-09T20:14:34.107Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
27602024-09-09T20:14:34.858Z[ helios-setup] Sep 09 20:14:34.095 INFO E| Compiling paste v1.0.12
27612024-09-09T20:14:35.813Z[ helios-setup] Sep 09 20:14:35.050 INFO E| Compiling async-trait v0.1.68
27622024-09-09T20:14:37.437Z[ host-package] Compiling tabled_derive v0.7.0
27632024-09-09T20:14:38.029Z[ helios-setup] Sep 09 20:14:37.266 INFO E| Compiling hostname v0.3.1
27642024-09-09T20:14:38.865Z[ helios-setup] Sep 09 20:14:38.102 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27652024-09-09T20:14:39.425Z[ helios-setup] Sep 09 20:14:38.662 INFO E| Compiling toml_edit v0.19.8
27662024-09-09T20:14:39.596Z[ helios-setup] Sep 09 20:14:38.833 INFO E| Compiling slog-json v2.6.1
27672024-09-09T20:14:40.587Z[ helios-setup] Sep 09 20:14:39.824 INFO E| Compiling unicode-linebreak v0.1.4
27682024-09-09T20:14:41.323Z[ host-package] Compiling crossterm v0.27.0
27692024-09-09T20:14:41.529Z[ host-package] Compiling peg-macros v0.8.4
27702024-09-09T20:14:42.057Z[ host-package] Compiling sqlparser_derive v0.2.2
27712024-09-09T20:14:44.416Z[ host-package] Compiling unicode_categories v0.1.1
27722024-09-09T20:14:44.699Z[ helios-setup] Sep 09 20:14:43.936 INFO E| Compiling async-stream-impl v0.3.5
27732024-09-09T20:14:44.967Z[ helios-setup] Sep 09 20:14:44.204 INFO E| Compiling rhai_codegen v1.5.0
27742024-09-09T20:14:45.407Z[ host-package] Compiling nu-ansi-term v0.50.0
27752024-09-09T20:14:47.454Z[ helios-setup] Sep 09 20:14:46.692 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27762024-09-09T20:14:47.570Z[ host-package] Compiling rustyline v14.0.0
27772024-09-09T20:14:47.814Z[ host-package] Compiling peg v0.8.4
27782024-09-09T20:14:48.321Z[ host-package] Compiling reedline v0.33.0
27792024-09-09T20:14:48.467Z[ helios-setup] Sep 09 20:14:47.705 INFO E| Compiling take_mut v0.2.2
27802024-09-09T20:14:50.208Z[ helios-setup] Sep 09 20:14:49.445 INFO E| Compiling rhai v1.14.0
27812024-09-09T20:14:50.519Z[ host-package] Compiling sqlformat v0.2.4
27822024-09-09T20:14:52.328Z[ host-package] Compiling sqlparser v0.45.0
27832024-09-09T20:14:52.523Z[ helios-setup] Sep 09 20:14:51.760 INFO E| Compiling async-stream v0.3.5
27842024-09-09T20:14:53.403Z[ helios-setup] Sep 09 20:14:52.641 INFO E| Compiling toml v0.7.3
27852024-09-09T20:14:54.368Z[ helios-setup] Sep 09 20:14:53.605 INFO E| Compiling slog-bunyan v2.4.0
27862024-09-09T20:14:57.720Z[ host-package] Compiling tabled v0.15.0
27872024-09-09T20:14:57.942Z[ helios-setup] Sep 09 20:14:57.179 INFO E| Compiling rustls-pemfile v1.0.2
27882024-09-09T20:14:59.542Z[ helios-setup] Sep 09 20:14:58.780 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27892024-09-09T20:14:59.604Z[ helios-setup] Sep 09 20:14:58.841 INFO E| Compiling bincode v1.3.3
27902024-09-09T20:15:01.571Z[ helios-setup] Sep 09 20:15:00.809 INFO E| Compiling serde_path_to_error v0.1.11
27912024-09-09T20:15:02.064Z[ helios-setup] Sep 09 20:15:01.302 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27922024-09-09T20:15:03.315Z[ helios-setup] Sep 09 20:15:02.552 INFO E| Compiling terminal_size v0.2.6
27932024-09-09T20:15:03.638Z[ helios-setup] Sep 09 20:15:02.875 INFO E| Compiling smawk v0.3.1
27942024-09-09T20:15:04.093Z[ helios-setup] Sep 09 20:15:03.331 INFO E| Compiling textwrap v0.16.0
27952024-09-09T20:15:08.330Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27962024-09-09T20:15:08.366Z[ host-package] Compiling sled v0.34.7
27972024-09-09T20:15:11.387Z[ host-package] Compiling mime_guess v2.0.4
27982024-09-09T20:15:13.642Z[ host-package] Compiling hickory-client v0.24.1
27992024-09-09T20:15:14.252Z[ helios-setup] Sep 09 20:15:13.489 INFO E| Compiling rustls-webpki v0.100.1
28002024-09-09T20:15:14.334Z[ helios-setup] Sep 09 20:15:13.571 INFO E| Compiling sct v0.7.0
28012024-09-09T20:15:14.519Z[ host-package] Compiling env_logger v0.9.3
28022024-09-09T20:15:17.125Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28032024-09-09T20:15:17.858Z[ helios-setup] Sep 09 20:15:17.096 INFO E| Compiling git2 v0.16.1
28042024-09-09T20:15:20.682Z[ host-package] Compiling tungstenite v0.20.1
28052024-09-09T20:15:21.328Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062024-09-09T20:15:21.543Z[ helios-setup] Sep 09 20:15:20.781 INFO E| Compiling tokio-rustls v0.24.0
28072024-09-09T20:15:23.315Z[ helios-setup] Sep 09 20:15:22.553 INFO E| Compiling built v0.6.0
28082024-09-09T20:15:27.060Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28092024-09-09T20:15:27.200Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28102024-09-09T20:15:27.224Z[ helios-setup] Sep 09 20:15:26.450 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28112024-09-09T20:15:27.224Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28122024-09-09T20:15:29.860Z[ helios-setup] Sep 09 20:15:29.098 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28132024-09-09T20:15:30.116Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28142024-09-09T20:15:31.254Z[ host-package] Compiling hickory-server v0.24.1
28152024-09-09T20:15:32.647Z[ host-package] Compiling bcs v0.1.6
28162024-09-09T20:15:33.999Z[ helios-setup] Sep 09 20:15:33.236 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28172024-09-09T20:15:34.509Z[ host-package] Compiling vergen v8.3.2
28182024-09-09T20:15:35.279Z[ host-package] Compiling bitstruct_derive v0.1.0
28192024-09-09T20:15:37.416Z[ host-package] Compiling cargo-platform v0.1.8
28202024-09-09T20:15:38.411Z[ host-package] Compiling nanorand v0.7.0
28212024-09-09T20:15:38.893Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28222024-09-09T20:15:39.227Z[ host-package] Compiling memoffset v0.9.1
28232024-09-09T20:15:39.540Z[ host-package] Compiling ascii v1.1.0
28242024-09-09T20:15:39.690Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28252024-09-09T20:15:40.263Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28262024-09-09T20:15:40.436Z[ host-package] Compiling flume v0.11.0
28272024-09-09T20:15:40.748Z[ host-package] Compiling cargo_metadata v0.18.1
28282024-09-09T20:15:41.647Z[ host-package] Compiling bitstruct v0.1.1
28292024-09-09T20:15:41.987Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28302024-09-09T20:15:47.566Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312024-09-09T20:15:50.005Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28322024-09-09T20:15:51.293Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28332024-09-09T20:15:52.930Z[ host-package] Compiling tokio-tungstenite v0.20.1
28342024-09-09T20:15:59.040Z[ helios-setup] Sep 09 20:15:58.278 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28352024-09-09T20:15:59.942Z[ host-package] Compiling git2 v0.19.0
28362024-09-09T20:16:01.295Z[ helios-setup] Sep 09 20:16:00.532 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28372024-09-09T20:16:01.756Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28382024-09-09T20:16:13.469Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28392024-09-09T20:16:15.480Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28402024-09-09T20:16:16.207Z[ host-package] Compiling libsqlite3-sys v0.28.0
28412024-09-09T20:16:17.424Z[ host-package] Compiling serde_arrays v0.1.0
28422024-09-09T20:16:17.842Z[ host-package] Compiling erased-serde v0.3.31
28432024-09-09T20:16:18.302Z[ host-package] Compiling cfg_aliases v0.2.1
28442024-09-09T20:16:18.537Z[ host-package] Compiling nix v0.29.0
28452024-09-09T20:16:20.246Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28462024-09-09T20:16:22.760Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28472024-09-09T20:16:23.817Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28482024-09-09T20:16:25.451Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28492024-09-09T20:16:26.301Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28502024-09-09T20:16:27.094Z[ host-package] Compiling heck v0.3.3
28512024-09-09T20:16:28.258Z[ host-package] Compiling castaway v0.2.3
28522024-09-09T20:16:28.558Z[ host-package] Compiling rand_seeder v0.3.0
28532024-09-09T20:16:29.466Z[ host-package] Compiling csv-core v0.1.11
28542024-09-09T20:16:29.512Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28552024-09-09T20:16:30.467Z[ host-package] Compiling http-range v0.1.5
28562024-09-09T20:16:31.712Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28572024-09-09T20:16:32.567Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28582024-09-09T20:16:34.119Z[ host-package] Compiling hyper-staticfile v0.9.5
28592024-09-09T20:16:38.574Z[ host-package] Compiling csv v1.3.0
28602024-09-09T20:16:41.046Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28612024-09-09T20:16:41.632Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28622024-09-09T20:16:41.844Z[ host-package] Compiling compact_str v0.8.0
28632024-09-09T20:16:42.071Z[ host-package] Compiling zone_cfg_derive v0.1.2
28642024-09-09T20:16:42.401Z[ helios-setup] Sep 09 20:16:41.639 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28652024-09-09T20:16:43.440Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28662024-09-09T20:16:44.498Z[ host-package] Compiling nix v0.27.1
28672024-09-09T20:16:45.842Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
28682024-09-09T20:16:46.889Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28692024-09-09T20:16:47.334Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28702024-09-09T20:16:47.596Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28712024-09-09T20:16:50.228Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28722024-09-09T20:16:50.464Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28732024-09-09T20:16:50.829Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28742024-09-09T20:16:51.179Z[ host-package] Compiling unicode-truncate v1.0.0
28752024-09-09T20:16:51.538Z[ host-package] Compiling hashlink v0.9.1
28762024-09-09T20:16:52.408Z[ host-package] Compiling lru v0.12.3
28772024-09-09T20:16:52.985Z[ host-package] Compiling serde-big-array v0.5.1
28782024-09-09T20:16:53.040Z[ host-package] Compiling instability v0.3.2
28792024-09-09T20:16:53.411Z[ host-package] Compiling base64 v0.13.1
28802024-09-09T20:16:54.121Z[ host-package] Compiling cassowary v0.3.0
28812024-09-09T20:16:54.259Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28822024-09-09T20:16:54.549Z[ host-package] Compiling fallible-iterator v0.3.0
28832024-09-09T20:16:55.005Z[ host-package] Compiling ratatui v0.28.0
28842024-09-09T20:16:55.436Z[ host-package] Compiling rusqlite v0.31.0
28852024-09-09T20:16:58.469Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28862024-09-09T20:17:00.718Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28872024-09-09T20:17:04.718Z[ host-package] Compiling ron v0.7.1
28882024-09-09T20:17:09.707Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28892024-09-09T20:17:18.866Z[ host-package] Compiling zone v0.1.8
28902024-09-09T20:17:24.459Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28912024-09-09T20:17:31.699Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28922024-09-09T20:17:38.945Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28932024-09-09T20:17:40.656Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28942024-09-09T20:17:41.601Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28952024-09-09T20:17:44.469Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28962024-09-09T20:17:44.894Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28972024-09-09T20:17:45.130Z[ helios-setup] Sep 09 20:17:44.368 INFO E| Finished `release` profile [optimized] target(s) in 6m 11s
28982024-09-09T20:17:45.244Z[ helios-setup] Sep 09 20:17:44.482 INFO building project "pilot" ok (371 seconds)
28992024-09-09T20:17:45.244Z[ helios-setup] Sep 09 20:17:44.482 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29002024-09-09T20:17:45.269Z[ helios-setup] Sep 09 20:17:44.482 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29012024-09-09T20:17:45.596Z[ helios-setup] Sep 09 20:17:44.834 INFO E| Compiling adler v1.0.2
29022024-09-09T20:17:45.735Z[ helios-setup] Sep 09 20:17:44.973 INFO E| Compiling miniz_oxide v0.7.2
29032024-09-09T20:17:48.313Z[ helios-setup] Sep 09 20:17:47.551 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29042024-09-09T20:17:49.498Z[ helios-setup] Sep 09 20:17:48.736 INFO E| Finished `release` profile [optimized] target(s) in 4.15s
29052024-09-09T20:17:49.524Z[ helios-setup] Sep 09 20:17:48.745 INFO building project "pinprick" ok (4 seconds)
29062024-09-09T20:17:49.524Z[ helios-setup] Sep 09 20:17:48.745 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29072024-09-09T20:17:49.524Z[ helios-setup] Sep 09 20:17:48.745 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29082024-09-09T20:17:49.613Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29092024-09-09T20:17:49.800Z[ helios-setup] Sep 09 20:17:49.038 INFO E| Downloading crates ...
29102024-09-09T20:17:49.827Z[ host-package] Compiling signal-hook-tokio v0.3.1
29112024-09-09T20:17:49.896Z[ helios-setup] Sep 09 20:17:49.134 INFO E| Downloaded typenum v1.15.0
29122024-09-09T20:17:49.919Z[ helios-setup] Sep 09 20:17:49.137 INFO E| Downloaded sha2 v0.10.5
29132024-09-09T20:17:49.919Z[ helios-setup] Sep 09 20:17:49.140 INFO E| Downloaded digest v0.10.3
29142024-09-09T20:17:49.919Z[ helios-setup] Sep 09 20:17:49.143 INFO E| Downloaded bytes v1.2.1
29152024-09-09T20:17:49.919Z[ helios-setup] Sep 09 20:17:49.148 INFO E| Downloaded anyhow v1.0.62
29162024-09-09T20:17:49.956Z[ host-package] Compiling twox-hash v1.6.3
29172024-09-09T20:17:50.038Z[ helios-setup] Sep 09 20:17:49.275 INFO E| Compiling version_check v0.9.4
29182024-09-09T20:17:50.062Z[ helios-setup] Sep 09 20:17:49.292 INFO E| Compiling typenum v1.15.0
29192024-09-09T20:17:50.062Z[ helios-setup] Sep 09 20:17:49.292 INFO E| Compiling cfg-if v1.0.0
29202024-09-09T20:17:50.062Z[ helios-setup] Sep 09 20:17:49.292 INFO E| Compiling crc32fast v1.3.2
29212024-09-09T20:17:50.062Z[ helios-setup] Sep 09 20:17:49.292 INFO E| Compiling anyhow v1.0.62
29222024-09-09T20:17:50.062Z[ helios-setup] Sep 09 20:17:49.292 INFO E| Compiling adler v1.0.2
29232024-09-09T20:17:50.062Z[ helios-setup] Sep 09 20:17:49.292 INFO E| Compiling cpufeatures v0.2.5
29242024-09-09T20:17:50.063Z[ helios-setup] Sep 09 20:17:49.292 INFO E| Compiling unicode-width v0.1.10
29252024-09-09T20:17:50.097Z[ host-package] Compiling yasna v0.5.2
29262024-09-09T20:17:50.569Z[ helios-setup] Sep 09 20:17:49.808 INFO E| Compiling bytes v1.2.1
29272024-09-09T20:17:50.780Z[ helios-setup] Sep 09 20:17:50.017 INFO E| Compiling miniz_oxide v0.6.2
29282024-09-09T20:17:50.976Z[ helios-setup] Sep 09 20:17:50.214 INFO E| Compiling getopts v0.2.21
29292024-09-09T20:17:51.001Z[ helios-setup] Sep 09 20:17:50.219 INFO E| Compiling bitflags v1.3.2
29302024-09-09T20:17:51.741Z[ helios-setup] Sep 09 20:17:50.979 INFO E| Compiling generic-array v0.14.6
29312024-09-09T20:17:51.855Z[ host-package] Compiling portpicker v0.1.1
29322024-09-09T20:17:52.453Z[ helios-setup] Sep 09 20:17:51.691 INFO E| Compiling flate2 v1.0.25
29332024-09-09T20:17:52.625Z[ host-package] Compiling smawk v0.3.2
29342024-09-09T20:17:53.232Z[ host-package] Compiling unicode-linebreak v0.1.5
29352024-09-09T20:17:54.239Z[ host-package] Compiling textwrap v0.16.1
29362024-09-09T20:17:55.081Z[ host-package] Compiling rcgen v0.12.1
29372024-09-09T20:17:55.214Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29382024-09-09T20:17:55.736Z[ helios-setup] Sep 09 20:17:54.974 INFO E| Compiling block-buffer v0.10.3
29392024-09-09T20:17:55.736Z[ helios-setup] Sep 09 20:17:54.974 INFO E| Compiling crypto-common v0.1.6
29402024-09-09T20:17:55.968Z[ helios-setup] Sep 09 20:17:55.206 INFO E| Compiling digest v0.10.3
29412024-09-09T20:17:56.306Z[ helios-setup] Sep 09 20:17:55.544 INFO E| Compiling sha2 v0.10.5
29422024-09-09T20:17:56.756Z[ helios-setup] Sep 09 20:17:55.994 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29432024-09-09T20:18:01.663Z[ helios-setup] Sep 09 20:18:00.901 INFO E| Finished `release` profile [optimized] target(s) in 12.07s
29442024-09-09T20:18:01.687Z[ helios-setup] Sep 09 20:18:00.917 INFO building project "bootserver" ok (12 seconds)
29452024-09-09T20:18:01.687Z[ helios-setup] Sep 09 20:18:00.918 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29462024-09-09T20:18:01.687Z[ helios-setup] Sep 09 20:18:00.918 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29472024-09-09T20:18:01.713Z[ helios-setup] Sep 09 20:18:00.929 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29482024-09-09T20:18:01.874Z[ helios-setup] Sep 09 20:18:01.112 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29492024-09-09T20:18:01.874Z[ helios-setup] Sep 09 20:18:01.112 INFO E| info: downloading component 'cargo'
29502024-09-09T20:18:02.116Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29512024-09-09T20:18:03.474Z[ helios-setup] Sep 09 20:18:02.712 INFO E| info: downloading component 'clippy'
29522024-09-09T20:18:04.373Z[ helios-setup] Sep 09 20:18:03.610 INFO E| info: downloading component 'rust-docs'
29532024-09-09T20:18:04.753Z[ helios-setup] Sep 09 20:18:03.991 INFO E| info: downloading component 'rust-src'
29542024-09-09T20:18:04.878Z[ helios-setup] Sep 09 20:18:04.116 INFO E| info: downloading component 'rust-std'
29552024-09-09T20:18:05.422Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29562024-09-09T20:18:06.491Z[ helios-setup] Sep 09 20:18:05.729 INFO E| info: downloading component 'rustc'
29572024-09-09T20:18:09.245Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29582024-09-09T20:18:10.567Z[ helios-setup] Sep 09 20:18:09.805 INFO E| info: downloading component 'rustfmt'
29592024-09-09T20:18:10.653Z[ helios-setup] Sep 09 20:18:09.891 INFO E| info: installing component 'cargo'
29602024-09-09T20:18:12.038Z[ helios-setup] Sep 09 20:18:11.277 INFO E| info: installing component 'clippy'
29612024-09-09T20:18:12.466Z[ helios-setup] Sep 09 20:18:11.704 INFO E| info: installing component 'rust-docs'
29622024-09-09T20:18:13.304Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29632024-09-09T20:18:15.023Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29642024-09-09T20:18:18.736Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29652024-09-09T20:18:19.255Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29662024-09-09T20:18:22.173Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29672024-09-09T20:18:22.351Z[ helios-setup] Sep 09 20:18:21.589 INFO E| info: installing component 'rust-src'
29682024-09-09T20:18:22.944Z[ helios-setup] Sep 09 20:18:22.182 INFO E| info: installing component 'rust-std'
29692024-09-09T20:18:25.396Z[ helios-setup] Sep 09 20:18:24.635 INFO E| info: installing component 'rustc'
29702024-09-09T20:18:29.496Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29712024-09-09T20:18:29.841Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
29722024-09-09T20:18:29.956Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29732024-09-09T20:18:31.546Z[ helios-setup] Sep 09 20:18:30.785 INFO E| info: installing component 'rustfmt'
29742024-09-09T20:18:31.945Z[ host-package] Compiling atomicwrites v0.4.3
29752024-09-09T20:18:32.426Z[ host-package] Compiling fatfs v0.3.6
29762024-09-09T20:18:32.496Z[ helios-setup] Sep 09 20:18:31.734 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29772024-09-09T20:18:33.439Z[ helios-setup] Sep 09 20:18:32.678 INFO E| From https://github.com/oxidecomputer/amd-apcb
29782024-09-09T20:18:33.439Z[ helios-setup] Sep 09 20:18:32.678 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29792024-09-09T20:18:33.463Z[ helios-setup] Sep 09 20:18:32.678 INFO E| * [new tag] v0.3.3 -> v0.3.3
29802024-09-09T20:18:33.488Z[ helios-setup] Sep 09 20:18:32.710 INFO E| * [new tag] v0.1.3 -> v0.1.3
29812024-09-09T20:18:33.488Z[ helios-setup] Sep 09 20:18:32.710 INFO E| * [new tag] v0.1.4 -> v0.1.4
29822024-09-09T20:18:33.488Z[ helios-setup] Sep 09 20:18:32.710 INFO E| * [new tag] v0.1.5 -> v0.1.5
29832024-09-09T20:18:33.488Z[ helios-setup] Sep 09 20:18:32.710 INFO E| * [new tag] v0.2.0 -> v0.2.0
29842024-09-09T20:18:33.488Z[ helios-setup] Sep 09 20:18:32.710 INFO E| * [new tag] v0.3.0 -> v0.3.0
29852024-09-09T20:18:33.488Z[ helios-setup] Sep 09 20:18:32.710 INFO E| * [new tag] v0.3.1 -> v0.3.1
29862024-09-09T20:18:33.489Z[ helios-setup] Sep 09 20:18:32.711 INFO E| * [new tag] v0.3.2 -> v0.3.2
29872024-09-09T20:18:33.513Z[ helios-setup] Sep 09 20:18:32.748 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29882024-09-09T20:18:34.573Z[ helios-setup] Sep 09 20:18:33.811 INFO E| From https://github.com/oxidecomputer/amd-efs
29892024-09-09T20:18:34.573Z[ helios-setup] Sep 09 20:18:33.811 INFO E| * [new branch] empty -> origin/empty
29902024-09-09T20:18:34.573Z[ helios-setup] Sep 09 20:18:33.811 INFO E| * [new branch] issue-99 -> origin/issue-99
29912024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.811 INFO E| * [new branch] main -> origin/main
29922024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.811 INFO E| * [new branch] review -> origin/review
29932024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new ref] -> origin/HEAD
29942024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new tag] v0.2.0 -> v0.2.0
29952024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new tag] v0.2.1 -> v0.2.1
29962024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new tag] v0.2.2 -> v0.2.2
29972024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new tag] v0.2.3 -> v0.2.3
29982024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new tag] v0.2.4 -> v0.2.4
29992024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new tag] v0.2.5 -> v0.2.5
30002024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.812 INFO E| * [new tag] v0.2.6 -> v0.2.6
30012024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.813 INFO E| * [new tag] v0.2.7 -> v0.2.7
30022024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.813 INFO E| * [new tag] v0.3.0 -> v0.3.0
30032024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.813 INFO E| * [new tag] v0.3.1 -> v0.3.1
30042024-09-09T20:18:34.597Z[ helios-setup] Sep 09 20:18:33.813 INFO E| * [new tag] v0.4.0 -> v0.4.0
30052024-09-09T20:18:34.623Z[ helios-setup] Sep 09 20:18:33.837 INFO E| Updating crates.io index
30062024-09-09T20:18:34.947Z[ helios-setup] Sep 09 20:18:34.185 INFO E| Downloading crates ...
30072024-09-09T20:18:35.062Z[ helios-setup] Sep 09 20:18:34.300 INFO E| Downloaded cfg-if v0.1.10
30082024-09-09T20:18:35.106Z[ helios-setup] Sep 09 20:18:34.344 INFO E| Downloaded vec_map v0.8.2
30092024-09-09T20:18:35.130Z[ helios-setup] Sep 09 20:18:34.346 INFO E| Downloaded memchr v2.7.4
30102024-09-09T20:18:35.130Z[ helios-setup] Sep 09 20:18:34.358 INFO E| Downloaded syn v2.0.71
30112024-09-09T20:18:35.130Z[ host-package] Compiling rtoolbox v0.0.2
30122024-09-09T20:18:35.154Z[ helios-setup] Sep 09 20:18:34.375 INFO E| Downloaded libc v0.2.155
30132024-09-09T20:18:35.192Z[ helios-setup] Sep 09 20:18:34.430 INFO E| Downloaded serde_json v1.0.120
30142024-09-09T20:18:35.217Z[ helios-setup] Sep 09 20:18:34.439 INFO E| Downloaded pest v2.7.11
30152024-09-09T20:18:35.217Z[ helios-setup] Sep 09 20:18:34.445 INFO E| Downloaded goblin v0.4.3
30162024-09-09T20:18:35.242Z[ helios-setup] Sep 09 20:18:34.468 INFO E| Downloaded clap v2.34.0
30172024-09-09T20:18:35.266Z[ helios-setup] Sep 09 20:18:34.484 INFO E| Downloaded unic-ucd-version v0.9.0
30182024-09-09T20:18:35.266Z[ helios-setup] Sep 09 20:18:34.486 INFO E| Downloaded unic-ucd-ident v0.9.0
30192024-09-09T20:18:35.266Z[ helios-setup] Sep 09 20:18:34.488 INFO E| Downloaded unic-common v0.9.0
30202024-09-09T20:18:35.266Z[ helios-setup] Sep 09 20:18:34.489 INFO E| Downloaded unic-char-range v0.9.0
30212024-09-09T20:18:35.266Z[ helios-setup] Sep 09 20:18:34.491 INFO E| Downloaded unic-char-property v0.9.0
30222024-09-09T20:18:35.266Z[ helios-setup] Sep 09 20:18:34.492 INFO E| Downloaded textwrap v0.11.0
30232024-09-09T20:18:35.267Z[ helios-setup] Sep 09 20:18:34.494 INFO E| Downloaded strum_macros v0.23.1
30242024-09-09T20:18:35.267Z[ helios-setup] Sep 09 20:18:34.499 INFO E| Downloaded strum v0.23.0
30252024-09-09T20:18:35.267Z[ helios-setup] Sep 09 20:18:34.500 INFO E| Downloaded structopt-derive v0.4.18
30262024-09-09T20:18:35.267Z[ helios-setup] Sep 09 20:18:34.503 INFO E| Downloaded structopt v0.3.26
30272024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.512 INFO E| Downloaded strsim v0.8.0
30282024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.514 INFO E| Downloaded semver-parser v0.7.0
30292024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.515 INFO E| Downloaded semver v0.9.0
30302024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.517 INFO E| Downloaded scroll_derive v0.10.5
30312024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.518 INFO E| Downloaded scroll v0.10.2
30322024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.521 INFO E| Downloaded rustc_version v0.2.3
30332024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.523 INFO E| Downloaded proc-macro-crate v0.1.5
30342024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.524 INFO E| Downloaded pre-proc-macro v0.2.1
30352024-09-09T20:18:35.291Z[ helios-setup] Sep 09 20:18:34.526 INFO E| Downloaded pre v0.2.1
30362024-09-09T20:18:35.295Z[ helios-setup] Sep 09 20:18:34.527 INFO E| Downloaded pest_meta v2.7.11
30372024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.529 INFO E| Downloaded pest_generator v2.7.11
30382024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.531 INFO E| Downloaded pest_derive v2.7.11
30392024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.534 INFO E| Downloaded parse_int v0.6.0
30402024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.534 INFO E| Downloaded num-derive v0.3.3
30412024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.536 INFO E| Downloaded modular-bitfield-impl v0.11.2
30422024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.538 INFO E| Downloaded modular-bitfield v0.11.2
30432024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.551 INFO E| Downloaded memoffset v0.5.6
30442024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.553 INFO E| Downloaded four-cc v0.3.0
30452024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.554 INFO E| Downloaded fletcher v0.1.0
30462024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.555 INFO E| Downloaded bytesize v1.3.0
30472024-09-09T20:18:35.332Z[ helios-setup] Sep 09 20:18:34.557 INFO E| Downloaded ansi_term v0.12.1
30482024-09-09T20:18:35.396Z[ helios-setup] Sep 09 20:18:34.634 INFO E| Compiling proc-macro2 v1.0.86
30492024-09-09T20:18:35.396Z[ helios-setup] Sep 09 20:18:34.634 INFO E| Compiling unicode-ident v1.0.12
30502024-09-09T20:18:35.420Z[ helios-setup] Sep 09 20:18:34.634 INFO E| Compiling syn v1.0.109
30512024-09-09T20:18:35.420Z[ helios-setup] Sep 09 20:18:34.635 INFO E| Compiling version_check v0.9.4
30522024-09-09T20:18:35.420Z[ helios-setup] Sep 09 20:18:34.635 INFO E| Compiling thiserror v1.0.63
30532024-09-09T20:18:35.420Z[ helios-setup] Sep 09 20:18:34.635 INFO E| Compiling semver-parser v0.7.0
30542024-09-09T20:18:35.420Z[ helios-setup] Sep 09 20:18:34.635 INFO E| Compiling autocfg v1.3.0
30552024-09-09T20:18:35.420Z[ helios-setup] Sep 09 20:18:34.635 INFO E| Compiling serde v1.0.204
30562024-09-09T20:18:35.708Z[ host-package] Compiling subprocess v0.2.9
30572024-09-09T20:18:36.452Z[ helios-setup] Sep 09 20:18:35.688 INFO E| Compiling semver v0.9.0
30582024-09-09T20:18:36.696Z[ helios-setup] Sep 09 20:18:35.934 INFO E| Compiling serde_json v1.0.120
30592024-09-09T20:18:36.876Z[ helios-setup] Sep 09 20:18:36.114 INFO E| Compiling proc-macro-error-attr v1.0.4
30602024-09-09T20:18:36.923Z[ helios-setup] Sep 09 20:18:36.161 INFO E| Compiling proc-macro-error v1.0.4
30612024-09-09T20:18:37.210Z[ helios-setup] Sep 09 20:18:36.447 INFO E| Compiling num-traits v0.2.19
30622024-09-09T20:18:37.529Z[ host-package] Compiling assert_matches v1.5.0
30632024-09-09T20:18:37.554Z[ helios-setup] Sep 09 20:18:36.767 INFO E| Compiling rustc_version v0.2.3
30642024-09-09T20:18:37.592Z[ helios-setup] Sep 09 20:18:36.829 INFO E| Compiling schemars v0.8.21
30652024-09-09T20:18:37.701Z[ helios-setup] Sep 09 20:18:36.938 INFO E| Compiling unicode-segmentation v1.11.0
30662024-09-09T20:18:37.858Z[ helios-setup] Sep 09 20:18:37.095 INFO E| Compiling ryu v1.0.18
30672024-09-09T20:18:38.001Z[ helios-setup] Sep 09 20:18:37.239 INFO E| Compiling itoa v1.0.11
30682024-09-09T20:18:38.150Z[ host-package] Compiling is_ci v1.2.0
30692024-09-09T20:18:38.459Z[ helios-setup] Sep 09 20:18:37.697 INFO E| Compiling pre-proc-macro v0.2.1
30702024-09-09T20:18:38.494Z[ helios-setup] Sep 09 20:18:37.732 INFO E| Compiling memoffset v0.5.6
30712024-09-09T20:18:38.521Z[ helios-setup] Sep 09 20:18:37.753 INFO E| Compiling rustversion v1.0.17
30722024-09-09T20:18:38.645Z[ helios-setup] Sep 09 20:18:37.883 INFO E| Compiling paste v1.0.15
30732024-09-09T20:18:38.773Z[ host-package] Compiling supports-color v3.0.0
30742024-09-09T20:18:38.899Z[ helios-setup] Sep 09 20:18:38.138 INFO E| Compiling heck v0.3.3
30752024-09-09T20:18:39.276Z[ helios-setup] Sep 09 20:18:38.514 INFO E| Compiling quote v1.0.36
30762024-09-09T20:18:39.310Z[ helios-setup] Sep 09 20:18:38.548 INFO E| Compiling memchr v2.7.4
30772024-09-09T20:18:39.482Z[ helios-setup] Sep 09 20:18:38.720 INFO E| Compiling dyn-clone v1.0.17
30782024-09-09T20:18:39.580Z[ helios-setup] Sep 09 20:18:38.814 INFO E| Compiling ucd-trie v0.1.6
30792024-09-09T20:18:39.753Z[ helios-setup] Sep 09 20:18:38.989 INFO E| Compiling lazy_static v1.5.0
30802024-09-09T20:18:39.941Z[ helios-setup] Sep 09 20:18:39.180 INFO E| Compiling syn v2.0.71
30812024-09-09T20:18:40.094Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30822024-09-09T20:18:40.355Z[ helios-setup] Sep 09 20:18:39.594 INFO E| Compiling libc v0.2.155
30832024-09-09T20:18:41.202Z[ helios-setup] Sep 09 20:18:40.440 INFO E| Compiling pre v0.2.1
30842024-09-09T20:18:41.872Z[ helios-setup] Sep 09 20:18:41.111 INFO E| Compiling cfg-if v0.1.10
30852024-09-09T20:18:42.027Z[ helios-setup] Sep 09 20:18:41.264 INFO E| Compiling once_cell v1.19.0
30862024-09-09T20:18:42.075Z[ helios-setup] Sep 09 20:18:41.312 INFO E| Compiling byteorder v1.5.0
30872024-09-09T20:18:42.234Z[ host-package] Compiling rpassword v7.3.1
30882024-09-09T20:18:42.390Z[ helios-setup] Sep 09 20:18:41.628 INFO E| Compiling static_assertions v1.1.0
30892024-09-09T20:18:42.427Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30902024-09-09T20:18:43.175Z[ helios-setup] Sep 09 20:18:42.413 INFO E| Compiling unicode-width v0.1.13
30912024-09-09T20:18:43.239Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30922024-09-09T20:18:43.265Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30932024-09-09T20:18:43.753Z[ helios-setup] Sep 09 20:18:42.991 INFO E| Compiling atty v0.2.14
30942024-09-09T20:18:43.927Z[ helios-setup] Sep 09 20:18:43.165 INFO E| Compiling textwrap v0.11.0
30952024-09-09T20:18:44.037Z[ helios-setup] Sep 09 20:18:43.276 INFO E| Compiling strsim v0.8.0
30962024-09-09T20:18:45.134Z[ helios-setup] Sep 09 20:18:44.373 INFO E| Compiling parse_int v0.6.0
30972024-09-09T20:18:45.315Z[ helios-setup] Sep 09 20:18:44.553 INFO E| Compiling unic-common v0.9.0
30982024-09-09T20:18:45.351Z[ helios-setup] Sep 09 20:18:44.568 INFO E| Compiling unic-char-range v0.9.0
30992024-09-09T20:18:45.375Z[ helios-setup] Sep 09 20:18:44.593 INFO E| Compiling bitflags v1.3.2
31002024-09-09T20:18:45.419Z[ helios-setup] Sep 09 20:18:44.658 INFO E| Compiling vec_map v0.8.2
31012024-09-09T20:18:45.541Z[ helios-setup] Sep 09 20:18:44.778 INFO E| Compiling fletcher v0.1.0
31022024-09-09T20:18:45.570Z[ helios-setup] Sep 09 20:18:44.808 INFO E| Compiling ansi_term v0.12.1
31032024-09-09T20:18:45.796Z[ helios-setup] Sep 09 20:18:45.034 INFO E| Compiling strum v0.23.0
31042024-09-09T20:18:45.937Z[ helios-setup] Sep 09 20:18:45.175 INFO E| Compiling unic-char-property v0.9.0
31052024-09-09T20:18:46.093Z[ helios-setup] Sep 09 20:18:45.331 INFO E| Compiling clap v2.34.0
31062024-09-09T20:18:46.129Z[ helios-setup] Sep 09 20:18:45.367 INFO E| Compiling unic-ucd-version v0.9.0
31072024-09-09T20:18:46.160Z[ helios-setup] Sep 09 20:18:45.398 INFO E| Compiling plain v0.2.3
31082024-09-09T20:18:46.431Z[ helios-setup] Sep 09 20:18:45.669 INFO E| Compiling log v0.4.22
31092024-09-09T20:18:46.481Z[ helios-setup] Sep 09 20:18:45.720 INFO E| Compiling unic-ucd-ident v0.9.0
31102024-09-09T20:18:46.481Z[ helios-setup] Sep 09 20:18:45.720 INFO E| Compiling bytesize v1.3.0
31112024-09-09T20:18:48.007Z[ helios-setup] Sep 09 20:18:47.245 INFO E| Compiling serde_derive_internals v0.29.1
31122024-09-09T20:18:48.097Z[ helios-setup] Sep 09 20:18:47.335 INFO E| Compiling toml v0.5.11
31132024-09-09T20:18:50.479Z[ host-package] Compiling tui-tree-widget v0.22.0
31142024-09-09T20:18:51.448Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31152024-09-09T20:18:51.486Z[ helios-setup] Sep 09 20:18:50.724 INFO E| Compiling proc-macro-crate v0.1.5
31162024-09-09T20:18:53.525Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31172024-09-09T20:18:53.963Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31182024-09-09T20:18:54.002Z[ helios-setup] Sep 09 20:18:53.241 INFO E| Compiling thiserror-impl v1.0.63
31192024-09-09T20:18:54.002Z[ helios-setup] Sep 09 20:18:53.241 INFO E| Compiling serde_derive v1.0.204
31202024-09-09T20:18:54.440Z[ host-package] Compiling uzers v0.11.3
31212024-09-09T20:18:54.471Z[ helios-setup] Sep 09 20:18:53.708 INFO E| Compiling schemars_derive v0.8.21
31222024-09-09T20:18:54.501Z[ helios-setup] Sep 09 20:18:53.740 INFO E| Compiling zerocopy-derive v0.6.6
31232024-09-09T20:18:57.566Z[ helios-setup] Sep 09 20:18:56.805 INFO E| Compiling zerocopy v0.6.6
31242024-09-09T20:18:58.558Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31252024-09-09T20:18:59.158Z[ helios-setup] Sep 09 20:18:58.392 INFO E| Compiling pest v2.7.11
31262024-09-09T20:19:00.114Z[ helios-setup] Sep 09 20:18:59.336 INFO E| Compiling modular-bitfield-impl v0.11.2
31272024-09-09T20:19:00.114Z[ helios-setup] Sep 09 20:18:59.336 INFO E| Compiling num-derive v0.3.3
31282024-09-09T20:19:01.583Z[ helios-setup] Sep 09 20:19:00.777 INFO E| Compiling strum_macros v0.23.1
31292024-09-09T20:19:02.229Z[ helios-setup] Sep 09 20:19:01.447 INFO E| Compiling scroll_derive v0.10.5
31302024-09-09T20:19:02.467Z[ helios-setup] Sep 09 20:19:01.700 INFO E| Compiling structopt-derive v0.4.18
31312024-09-09T20:19:03.978Z[ helios-setup] Sep 09 20:19:03.217 INFO E| Compiling pest_meta v2.7.11
31322024-09-09T20:19:07.738Z[ helios-setup] Sep 09 20:19:04.241 INFO E| Compiling scroll v0.10.2
31332024-09-09T20:19:07.776Z[ helios-setup] Sep 09 20:19:04.624 INFO E| Compiling modular-bitfield v0.11.2
31342024-09-09T20:19:07.776Z[ helios-setup] Sep 09 20:19:05.383 INFO E| Compiling pest_generator v2.7.11
31352024-09-09T20:19:07.776Z[ helios-setup] Sep 09 20:19:05.622 INFO E| Compiling goblin v0.4.3
31362024-09-09T20:19:07.968Z[ helios-setup] Sep 09 20:19:07.206 INFO E| Compiling structopt v0.3.26
31372024-09-09T20:19:10.113Z[ helios-setup] Sep 09 20:19:09.352 INFO E| Compiling pest_derive v2.7.11
31382024-09-09T20:19:12.417Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31392024-09-09T20:19:12.758Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31402024-09-09T20:19:15.011Z[ helios-setup] Sep 09 20:19:14.250 INFO E| Compiling json5 v0.4.1
31412024-09-09T20:19:19.861Z[ helios-setup] Sep 09 20:19:19.100 INFO E| Compiling four-cc v0.3.0
31422024-09-09T20:19:19.885Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31432024-09-09T20:19:20.097Z[ helios-setup] Sep 09 20:19:19.336 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31442024-09-09T20:19:20.189Z[ helios-setup] Sep 09 20:19:19.427 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31452024-09-09T20:19:41.669Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31462024-09-09T20:19:45.697Z[ host-package] Compiling multimap v0.10.0
31472024-09-09T20:19:56.870Z[ helios-setup] Sep 09 20:19:56.108 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31482024-09-09T20:20:15.080Z[ helios-setup] Sep 09 20:20:14.319 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31492024-09-09T20:21:10.146Z[ helios-setup] Sep 09 20:21:09.385 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s
31502024-09-09T20:21:10.181Z[ helios-setup] Sep 09 20:21:09.420 INFO building project "amd-host-image-builder" ok (188 seconds)
31512024-09-09T20:21:10.209Z[ helios-setup] rm -f helios-build
31522024-09-09T20:21:10.209Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31532024-09-09T20:21:10.209Z[ helios-setup]
31542024-09-09T20:21:10.209Z[ helios-setup] Setup complete! ./helios-build is now available.
31552024-09-09T20:21:10.209Z[ helios-setup]
31562024-09-09T20:21:10.209Z[ helios-setup]
31572024-09-09T20:21:10.210Z[ helios-setup] real 11:23.108462669
31582024-09-09T20:21:10.210Z[ helios-setup] user 26:03.428975447
31592024-09-09T20:21:10.210Z[ helios-setup] sys 3:35.139086734
31602024-09-09T20:21:10.210Z[ helios-setup] trap 1.852662341
31612024-09-09T20:21:10.210Z[ helios-setup] tflt 6.281395815
31622024-09-09T20:21:10.210Z[ helios-setup] dflt 39.123103371
31632024-09-09T20:21:10.210Z[ helios-setup] kflt 0.086236893
31642024-09-09T20:21:10.210Z[ helios-setup] lock 1:59:07.044441631
31652024-09-09T20:21:10.210Z[ helios-setup] slp 3:24:00.453644527
31662024-09-09T20:21:10.210Z[ helios-setup] lat 30:41.594044295
31672024-09-09T20:21:10.211Z[ helios-setup] stop 4:56.074369545
31682024-09-09T20:21:10.212ZSep 09 20:21:09.437 INFO [helios-setup] process exited with exit status: 0 (683.118386669s)
31692024-09-09T20:21:10.213ZSep 09 20:21:09.438 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31702024-09-09T20:21:10.294Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31712024-09-09T20:21:10.430Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31722024-09-09T20:21:10.454Z[ phbl-toolchain] info: downloading component 'cargo'
31732024-09-09T20:21:11.538Z[ phbl-toolchain] info: downloading component 'clippy'
31742024-09-09T20:21:12.449Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31752024-09-09T20:21:14.534Z[ phbl-toolchain] info: downloading component 'miri'
31762024-09-09T20:21:15.438Z[ phbl-toolchain] info: downloading component 'rust-docs'
31772024-09-09T20:21:16.508Z[ phbl-toolchain] info: downloading component 'rust-src'
31782024-09-09T20:21:16.545Z[ phbl-toolchain] info: downloading component 'rust-std'
31792024-09-09T20:21:17.325Z[ phbl-toolchain] info: downloading component 'rustc'
31802024-09-09T20:21:21.276Z[ phbl-toolchain] info: downloading component 'rustfmt'
31812024-09-09T20:21:21.411Z[ phbl-toolchain] info: installing component 'cargo'
31822024-09-09T20:21:22.802Z[ phbl-toolchain] info: installing component 'clippy'
31832024-09-09T20:21:23.391Z[ phbl-toolchain] info: installing component 'llvm-tools'
31842024-09-09T20:21:29.213Z[ phbl-toolchain] info: installing component 'miri'
31852024-09-09T20:21:29.502Z[ phbl-toolchain] info: installing component 'rust-docs'
31862024-09-09T20:21:39.594Z[ phbl-toolchain] info: installing component 'rust-src'
31872024-09-09T20:21:40.866Z[ phbl-toolchain] info: installing component 'rust-std'
31882024-09-09T20:21:43.308Z[ phbl-toolchain] info: installing component 'rustc'
31892024-09-09T20:21:44.244Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31902024-09-09T20:21:52.417Z[ phbl-toolchain] info: installing component 'rustfmt'
31912024-09-09T20:21:53.183Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
31922024-09-09T20:21:53.208ZSep 09 20:21:52.426 INFO [phbl-toolchain] process exited with exit status: 0 (42.987862693s)
31932024-09-09T20:22:00.412Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31942024-09-09T20:28:38.908Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 03s
31952024-09-09T20:29:59.228ZSep 09 20:29:58.470 INFO [host-package] process exited with exit status: 0 (1164.102687009s)
31962024-09-09T20:29:59.253ZSep 09 20:29:58.471 INFO [host-stamp] running task
31972024-09-09T20:29:59.253ZSep 09 20:29:58.472 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31982024-09-09T20:29:59.253ZSep 09 20:29:58.483 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+git6f400293be7
31992024-09-09T20:29:59.277ZSep 09 20:29:58.500 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+git6f400293be7
32002024-09-09T20:29:59.277Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32012024-09-09T20:29:59.277Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32022024-09-09T20:29:59.277ZSep 09 20:29:58.515 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+git6f400293be7
32032024-09-09T20:29:59.306ZSep 09 20:29:58.531 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+git6f400293be7
32042024-09-09T20:29:59.306Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-09-09T20:29:59.306Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32062024-09-09T20:29:59.306ZSep 09 20:29:58.545 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+git6f400293be7
32072024-09-09T20:29:59.331Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-09-09T20:29:59.331Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32092024-09-09T20:29:59.331Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32102024-09-09T20:29:59.331ZSep 09 20:29:58.562 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+git6f400293be7
32112024-09-09T20:29:59.331Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32122024-09-09T20:29:59.355ZSep 09 20:29:58.579 INFO [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32132024-09-09T20:29:59.355Z[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+git6f400293be7
32142024-09-09T20:29:59.355Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32152024-09-09T20:29:59.355ZSep 09 20:29:58.595 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+git6f400293be7
32162024-09-09T20:29:59.379Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32172024-09-09T20:29:59.379ZSep 09 20:29:58.611 INFO [stamp-overlay] process exited with exit status: 0 (96.408447ms)
32182024-09-09T20:29:59.379ZSep 09 20:29:58.611 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (111.409838ms)
32192024-09-09T20:29:59.379ZSep 09 20:29:58.611 INFO [stamp-oxlog] process exited with exit status: 0 (80.854673ms)
32202024-09-09T20:29:59.403Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32212024-09-09T20:29:59.485Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32222024-09-09T20:29:59.511ZSep 09 20:29:58.733 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (171.484843ms)
32232024-09-09T20:29:59.568Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32242024-09-09T20:29:59.593ZSep 09 20:29:58.817 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (334.276577ms)
32252024-09-09T20:29:59.833Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32262024-09-09T20:29:59.857ZSep 09 20:29:59.081 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (485.573609ms)
32272024-09-09T20:30:00.800Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32282024-09-09T20:30:00.824ZSep 09 20:30:00.048 INFO [stamp-propolis-server] process exited with exit status: 0 (1.502594792s)
32292024-09-09T20:30:01.492Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32302024-09-09T20:30:04.768Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32312024-09-09T20:30:11.007Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32322024-09-09T20:30:11.036ZSep 09 20:30:10.279 INFO [stamp-switch-asic] process exited with exit status: 0 (11.699386462s)
32332024-09-09T20:30:11.036ZSep 09 20:30:10.279 INFO [host-stamp] task succeeded (11.80794195s)
32342024-09-09T20:30:11.060ZSep 09 20:30:10.279 INFO [host-proto] running task
32352024-09-09T20:30:12.266ZSep 09 20:30:11.508 INFO [host-proto] task succeeded (1.229356313s)
32362024-09-09T20:30:12.266ZSep 09 20:30:11.508 INFO [host-profile] running task
32372024-09-09T20:30:12.290ZSep 09 20:30:11.509 INFO [host-profile] task succeeded (772.767µs)
32382024-09-09T20:30:12.290ZSep 09 20:30:11.509 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpmWML9b/proto/host/root -N 'ci 6f40029/${os_short_commit} 2024-09-09 20:09' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32392024-09-09T20:30:12.314Z[ host-image] Sep 09 20:30:11.535 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32402024-09-09T20:30:12.314Z[ host-image] Sep 09 20:30:11.535 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32412024-09-09T20:30:12.339Z[ host-image] Sep 09 20:30:11.560 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpmWML9b/proto/host/root"
32422024-09-09T20:30:12.339Z[ host-image] Sep 09 20:30:11.560 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32432024-09-09T20:30:12.339Z[ host-image] Sep 09 20:30:11.560 INFO image builder template: ramdisk-01-os...
32442024-09-09T20:30:12.339Z[ host-image] Sep 09 20:30:11.560 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/.tmpmWML9b/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32452024-09-09T20:30:12.363Z[ host-image] Sep 09 20:30:11.597 INFO O| Sep 09 20:30:11.597 INFO CREATE DATASET: rpool/images/build/host/output
32462024-09-09T20:30:12.415Z[ host-image] Sep 09 20:30:11.656 INFO O| Sep 09 20:30:11.656 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32472024-09-09T20:30:12.439Z[ host-image] Sep 09 20:30:11.665 INFO O| Sep 09 20:30:11.665 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32482024-09-09T20:30:12.504Z[ host-image] Sep 09 20:30:11.746 INFO O| Sep 09 20:30:11.746 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32492024-09-09T20:30:12.537Z[ host-image] Sep 09 20:30:11.780 INFO O| Sep 09 20:30:11.779 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32502024-09-09T20:30:12.537Z[ host-image] Sep 09 20:30:11.780 INFO O| Sep 09 20:30:11.780 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32512024-09-09T20:30:12.561Z[ host-image] Sep 09 20:30:11.780 INFO O| Sep 09 20:30:11.780 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32522024-09-09T20:30:12.561Z[ host-image] Sep 09 20:30:11.780 INFO O| Sep 09 20:30:11.780 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32532024-09-09T20:30:12.561Z[ host-image] Sep 09 20:30:11.798 INFO O| Sep 09 20:30:11.797 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32542024-09-09T20:30:12.823Z[ host-image] Sep 09 20:30:11.881 INFO O| Sep 09 20:30:11.881 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-09-09T20:30:12.848Z[ host-image] Sep 09 20:30:11.901 INFO O| Sep 09 20:30:11.901 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32562024-09-09T20:30:13.168Z[ host-image] Sep 09 20:30:12.410 INFO O| Sep 09 20:30:12.410 INFO O| Caching catalogs ... Done
32572024-09-09T20:30:13.255Z[ host-image] Sep 09 20:30:12.497 INFO O| Sep 09 20:30:12.497 INFO STEP 0 (pkg_image_create) COMPLETE
32582024-09-09T20:30:13.279Z[ host-image] Sep 09 20:30:12.498 INFO O| Sep 09 20:30:12.497 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-09-09T20:30:13.279Z[ host-image] Sep 09 20:30:12.498 INFO O| Sep 09 20:30:12.497 INFO skip step because feature "repo_redist" is not enabled
32602024-09-09T20:30:13.279Z[ host-image] Sep 09 20:30:12.498 INFO O| Sep 09 20:30:12.498 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-09-09T20:30:13.303Z[ host-image] Sep 09 20:30:12.523 INFO O| Sep 09 20:30:12.523 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"]
32622024-09-09T20:30:13.764Z[ host-image] Sep 09 20:30:13.006 INFO O| Sep 09 20:30:13.006 INFO STEP 2 (pkg_set_publisher) COMPLETE
32632024-09-09T20:30:13.764Z[ host-image] Sep 09 20:30:13.006 INFO O| Sep 09 20:30:13.006 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32642024-09-09T20:30:13.788Z[ host-image] Sep 09 20:30:13.023 INFO O| Sep 09 20:30:13.023 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"]
32652024-09-09T20:30:14.248Z[ host-image] Sep 09 20:30:13.490 INFO O| Sep 09 20:30:13.490 INFO STEP 3 (pkg_set_publisher) COMPLETE
32662024-09-09T20:30:14.248Z[ host-image] Sep 09 20:30:13.490 INFO O| Sep 09 20:30:13.490 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-09-09T20:30:14.272Z[ host-image] Sep 09 20:30:13.490 INFO O| Sep 09 20:30:13.490 INFO skip step because feature "repo_redist" is not enabled
32682024-09-09T20:30:14.272Z[ host-image] Sep 09 20:30:13.490 INFO O| Sep 09 20:30:13.490 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-09-09T20:30:14.709Z[ host-image] Sep 09 20:30:13.951 INFO O| Sep 09 20:30:13.951 INFO variant opensolaris.zone is already global
32702024-09-09T20:30:14.709Z[ host-image] Sep 09 20:30:13.951 INFO O| Sep 09 20:30:13.951 INFO STEP 5 (pkg_change_variant) COMPLETE
32712024-09-09T20:30:14.733Z[ host-image] Sep 09 20:30:13.951 INFO O| Sep 09 20:30:13.951 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32722024-09-09T20:30:15.200Z[ host-image] Sep 09 20:30:14.442 INFO O| Sep 09 20:30:14.442 INFO variant opensolaris.imagetype is full; changing to partial
32732024-09-09T20:30:15.200Z[ host-image] Sep 09 20:30:14.442 INFO O| Sep 09 20:30:14.442 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32742024-09-09T20:30:22.614Z[ host-image] Sep 09 20:30:21.856 INFO O| Sep 09 20:30:21.855 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32752024-09-09T20:30:25.318Z[recovery-package] Finished `release` profile [optimized] target(s) in 25.80s
32762024-09-09T20:30:25.841Z[ host-image] Sep 09 20:30:25.083 INFO O| Sep 09 20:30:25.083 INFO O| Startup: Caching catalogs ... Done
32772024-09-09T20:30:25.896Z[ host-image] Sep 09 20:30:25.138 INFO O| Sep 09 20:30:25.138 INFO O| Planning: Planning completed in 0.00 seconds
32782024-09-09T20:30:25.921Z[ host-image] Sep 09 20:30:25.139 INFO O| Sep 09 20:30:25.139 INFO O| Planning: Consolidating action changes ... Done
32792024-09-09T20:30:25.921Z[ host-image] Sep 09 20:30:25.139 INFO O| Sep 09 20:30:25.139 INFO O| Planning: Evaluating mediators ... Done
32802024-09-09T20:30:25.921Z[ host-image] Sep 09 20:30:25.139 INFO O| Sep 09 20:30:25.139 INFO O| Planning: Planning completed in 0.00 seconds
32812024-09-09T20:30:25.921Z[ host-image] Sep 09 20:30:25.140 INFO O| Sep 09 20:30:25.140 INFO O| Variants/Facets to change: 1
32822024-09-09T20:30:25.953Z[ host-image] Sep 09 20:30:25.164 INFO O| Sep 09 20:30:25.163 INFO O| Done
32832024-09-09T20:30:25.953Z[ host-image] Sep 09 20:30:25.164 INFO O| Sep 09 20:30:25.164 INFO O| Done
32842024-09-09T20:30:26.352Z[ host-image] Sep 09 20:30:25.593 INFO O| Sep 09 20:30:25.593 INFO O| Done
32852024-09-09T20:30:26.380Z[ host-image] Sep 09 20:30:25.621 INFO O| Sep 09 20:30:25.621 INFO O| Done
32862024-09-09T20:30:26.405Z[ host-image] Sep 09 20:30:25.623 INFO O| Sep 09 20:30:25.623 INFO O| Done
32872024-09-09T20:30:26.405Z[ host-image] Sep 09 20:30:25.623 INFO O| Sep 09 20:30:25.623 INFO O| Done
32882024-09-09T20:30:26.405Z[ host-image] Sep 09 20:30:25.625 INFO O| Sep 09 20:30:25.624 INFO O| Done
32892024-09-09T20:30:26.726Z[ host-image] Sep 09 20:30:25.968 INFO O| Sep 09 20:30:25.968 INFO STEP 6 (pkg_change_variant) COMPLETE
32902024-09-09T20:30:26.726Z[ host-image] Sep 09 20:30:25.968 INFO O| Sep 09 20:30:25.968 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32912024-09-09T20:30:26.726Z[ host-image] Sep 09 20:30:25.968 INFO O| Sep 09 20:30:25.968 INFO skip step because feature "debug_variant" is not enabled
32922024-09-09T20:30:26.750Z[ host-image] Sep 09 20:30:25.968 INFO O| Sep 09 20:30:25.968 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32932024-09-09T20:30:27.179Z[ host-image] Sep 09 20:30:26.421 INFO O| Sep 09 20:30:26.421 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32942024-09-09T20:30:27.868Z[ host-image] Sep 09 20:30:27.110 INFO O| Sep 09 20:30:27.110 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32952024-09-09T20:30:27.892Z[ host-image] Sep 09 20:30:27.111 INFO O| Sep 09 20:30:27.111 INFO O| Planning: Planning completed in 0.00 seconds
32962024-09-09T20:30:27.892Z[ host-image] Sep 09 20:30:27.112 INFO O| Sep 09 20:30:27.112 INFO O| Planning: Consolidating action changes ... Done
32972024-09-09T20:30:27.892Z[ host-image] Sep 09 20:30:27.112 INFO O| Sep 09 20:30:27.112 INFO O| Planning: Evaluating mediators ... Done
32982024-09-09T20:30:27.892Z[ host-image] Sep 09 20:30:27.113 INFO O| Sep 09 20:30:27.112 INFO O| Planning: Planning completed in 0.00 seconds
32992024-09-09T20:30:27.892Z[ host-image] Sep 09 20:30:27.113 INFO O| Sep 09 20:30:27.113 INFO O| Variants/Facets to change: 1
33002024-09-09T20:30:27.916Z[ host-image] Sep 09 20:30:27.135 INFO O| Sep 09 20:30:27.135 INFO O| Done
33012024-09-09T20:30:27.916Z[ host-image] Sep 09 20:30:27.135 INFO O| Sep 09 20:30:27.135 INFO O| Done
33022024-09-09T20:30:28.229Z[ host-image] Sep 09 20:30:27.471 INFO O| Sep 09 20:30:27.471 INFO O| Done
33032024-09-09T20:30:28.263Z[ host-image] Sep 09 20:30:27.505 INFO O| Sep 09 20:30:27.505 INFO O| Done
33042024-09-09T20:30:28.287Z[ host-image] Sep 09 20:30:27.506 INFO O| Sep 09 20:30:27.506 INFO O| Done
33052024-09-09T20:30:28.287Z[ host-image] Sep 09 20:30:27.506 INFO O| Sep 09 20:30:27.506 INFO O| Done
33062024-09-09T20:30:28.287Z[ host-image] Sep 09 20:30:27.508 INFO O| Sep 09 20:30:27.508 INFO O| Done
33072024-09-09T20:30:28.352Z[ host-image] Sep 09 20:30:27.594 INFO O| Sep 09 20:30:27.594 INFO STEP 8 (pkg_change_facet) COMPLETE
33082024-09-09T20:30:28.352Z[ host-image] Sep 09 20:30:27.595 INFO O| Sep 09 20:30:27.594 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33092024-09-09T20:30:28.376Z[ host-image] Sep 09 20:30:27.595 INFO O| Sep 09 20:30:27.594 INFO skip step because feature "recovery" is not enabled
33102024-09-09T20:30:28.376Z[ host-image] Sep 09 20:30:27.595 INFO O| Sep 09 20:30:27.594 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-09-09T20:30:28.376Z[ host-image] Sep 09 20:30:27.595 INFO O| Sep 09 20:30:27.595 INFO skip step because feature "recovery" is not enabled
33122024-09-09T20:30:28.376Z[ host-image] Sep 09 20:30:27.595 INFO O| Sep 09 20:30:27.595 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-09-09T20:30:28.376Z[ host-image] Sep 09 20:30:27.614 INFO O| Sep 09 20:30:27.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
33142024-09-09T20:30:28.916ZSep 09 20:30:28.159 INFO [recovery-package] process exited with exit status: 0 (29.687024149s)
33152024-09-09T20:30:28.916ZSep 09 20:30:28.159 INFO [recovery-stamp] running task
33162024-09-09T20:30:28.940ZSep 09 20:30:28.160 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33172024-09-09T20:30:28.941ZSep 09 20:30:28.169 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git6f400293be7
33182024-09-09T20:30:28.966ZSep 09 20:30:28.186 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+git6f400293be7
33192024-09-09T20:30:28.966Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33202024-09-09T20:30:28.989Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33212024-09-09T20:30:29.060Z[ host-image] Sep 09 20:30:28.302 INFO O| Sep 09 20:30:28.302 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33222024-09-09T20:30:29.084Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33232024-09-09T20:30:29.084ZSep 09 20:30:28.319 INFO [stamp-installinator] process exited with exit status: 0 (149.040374ms)
33242024-09-09T20:30:29.151Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33252024-09-09T20:30:29.175ZSep 09 20:30:28.399 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (212.620334ms)
33262024-09-09T20:30:29.175ZSep 09 20:30:28.399 INFO [recovery-stamp] task succeeded (239.546968ms)
33272024-09-09T20:30:29.175ZSep 09 20:30:28.399 INFO [recovery-proto] running task
33282024-09-09T20:30:29.175ZSep 09 20:30:28.399 INFO [tuf-stamp] running task
33292024-09-09T20:30:29.175ZSep 09 20:30:28.400 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+git6f400293be7
33302024-09-09T20:30:29.224ZSep 09 20:30:28.420 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+git6f400293be7
33312024-09-09T20:30:29.249Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33322024-09-09T20:30:29.249ZSep 09 20:30:28.436 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+git6f400293be7
33332024-09-09T20:30:29.249Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33342024-09-09T20:30:29.249ZSep 09 20:30:28.454 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+git6f400293be7
33352024-09-09T20:30:29.249Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33362024-09-09T20:30:29.249ZSep 09 20:30:28.473 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+git6f400293be7
33372024-09-09T20:30:29.273Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33382024-09-09T20:30:29.273ZSep 09 20:30:28.493 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+git6f400293be7
33392024-09-09T20:30:29.273ZSep 09 20:30:28.507 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+git6f400293be7
33402024-09-09T20:30:29.337Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33412024-09-09T20:30:29.382Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33422024-09-09T20:30:29.405ZSep 09 20:30:28.625 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+git6f400293be7
33432024-09-09T20:30:29.405ZSep 09 20:30:28.648 INFO [recovery-proto] task succeeded (245.007729ms)
33442024-09-09T20:30:29.448ZSep 09 20:30:28.690 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpmWML9b/proto/recovery/root -N 'recovery 6f40029/${os_short_commit} 2024-09-09 20:09' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33452024-09-09T20:30:29.448ZSep 09 20:30:28.690 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+git6f400293be7
33462024-09-09T20:30:29.448Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33472024-09-09T20:30:29.503Z[ recovery-image] Sep 09 20:30:28.745 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33482024-09-09T20:30:29.503Z[ recovery-image] Sep 09 20:30:28.745 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33492024-09-09T20:30:29.527Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33502024-09-09T20:30:29.527ZSep 09 20:30:28.747 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+git6f400293be7
33512024-09-09T20:30:29.559Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33522024-09-09T20:30:29.559Z[ recovery-image] Sep 09 20:30:28.767 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpmWML9b/proto/recovery/root"
33532024-09-09T20:30:29.559Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33542024-09-09T20:30:29.584Z[ recovery-image] Sep 09 20:30:28.767 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33552024-09-09T20:30:29.584Z[ recovery-image] Sep 09 20:30:28.768 INFO image builder template: ramdisk-01-os...
33562024-09-09T20:30:29.584Z[ recovery-image] Sep 09 20:30:28.768 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/.tmpmWML9b/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33572024-09-09T20:30:29.584Z[ recovery-image] Sep 09 20:30:28.815 INFO O| Sep 09 20:30:28.815 INFO CREATE DATASET: rpool/images/build/recovery/output
33582024-09-09T20:30:29.609Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-09-09T20:30:29.609ZSep 09 20:30:28.829 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+git6f400293be7
33602024-09-09T20:30:29.748Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-09-09T20:30:29.772ZSep 09 20:30:29.006 INFO [stamp-ntp] process exited with exit status: 0 (605.241033ms)
33622024-09-09T20:30:29.772ZSep 09 20:30:29.006 INFO [stamp-probe] process exited with exit status: 0 (498.666049ms)
33632024-09-09T20:30:29.796Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-09-09T20:30:29.844Z[ recovery-image] Sep 09 20:30:29.087 INFO O| Sep 09 20:30:29.087 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33652024-09-09T20:30:29.883Z[ recovery-image] Sep 09 20:30:29.125 INFO O| Sep 09 20:30:29.125 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33662024-09-09T20:30:30.077Z[ recovery-image] Sep 09 20:30:29.319 INFO O| Sep 09 20:30:29.319 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33672024-09-09T20:30:30.142Z[ recovery-image] Sep 09 20:30:29.385 INFO O| Sep 09 20:30:29.384 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33682024-09-09T20:30:30.166Z[ recovery-image] Sep 09 20:30:29.385 INFO O| Sep 09 20:30:29.385 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33692024-09-09T20:30:30.166Z[ recovery-image] Sep 09 20:30:29.385 INFO O| Sep 09 20:30:29.385 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33702024-09-09T20:30:30.166Z[ recovery-image] Sep 09 20:30:29.385 INFO O| Sep 09 20:30:29.385 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33712024-09-09T20:30:30.166Z[ recovery-image] Sep 09 20:30:29.403 INFO O| Sep 09 20:30:29.403 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33722024-09-09T20:30:30.337Z[ recovery-image] Sep 09 20:30:29.579 INFO O| Sep 09 20:30:29.579 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33732024-09-09T20:30:30.390Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33742024-09-09T20:30:30.414Z[ recovery-image] Sep 09 20:30:29.633 INFO O| Sep 09 20:30:29.633 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33752024-09-09T20:30:30.414ZSep 09 20:30:29.649 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.229103993s)
33762024-09-09T20:30:30.457Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33772024-09-09T20:30:30.484ZSep 09 20:30:29.727 INFO [stamp-internal-dns] process exited with exit status: 0 (1.253464479s)
33782024-09-09T20:30:30.611Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
33792024-09-09T20:30:30.702Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33802024-09-09T20:30:30.830Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33812024-09-09T20:30:30.877ZSep 09 20:30:30.119 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.664748836s)
33822024-09-09T20:30:30.963Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33832024-09-09T20:30:31.000ZSep 09 20:30:30.242 INFO [stamp-external-dns] process exited with exit status: 0 (1.413286716s)
33842024-09-09T20:30:31.035Z[ recovery-image] Sep 09 20:30:30.278 INFO O| Sep 09 20:30:30.278 INFO O| Caching catalogs ... Done
33852024-09-09T20:30:31.135Z[ recovery-image] Sep 09 20:30:30.377 INFO O| Sep 09 20:30:30.377 INFO STEP 0 (pkg_image_create) COMPLETE
33862024-09-09T20:30:31.135Z[ recovery-image] Sep 09 20:30:30.377 INFO O| Sep 09 20:30:30.377 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33872024-09-09T20:30:31.159Z[ recovery-image] Sep 09 20:30:30.377 INFO O| Sep 09 20:30:30.377 INFO skip step because feature "repo_redist" is not enabled
33882024-09-09T20:30:31.159Z[ recovery-image] Sep 09 20:30:30.377 INFO O| Sep 09 20:30:30.377 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33892024-09-09T20:30:31.159Z[ recovery-image] Sep 09 20:30:30.398 INFO O| Sep 09 20:30:30.398 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"]
33902024-09-09T20:30:31.499Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33912024-09-09T20:30:31.523ZSep 09 20:30:30.748 INFO [stamp-oximeter] process exited with exit status: 0 (2.001073861s)
33922024-09-09T20:30:31.706Z[ recovery-image] Sep 09 20:30:30.949 INFO O| Sep 09 20:30:30.949 INFO STEP 2 (pkg_set_publisher) COMPLETE
33932024-09-09T20:30:31.706Z[ recovery-image] Sep 09 20:30:30.949 INFO O| Sep 09 20:30:30.949 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33942024-09-09T20:30:31.731Z[ recovery-image] Sep 09 20:30:30.965 INFO O| Sep 09 20:30:30.965 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"]
33952024-09-09T20:30:32.214Z[ recovery-image] Sep 09 20:30:31.457 INFO O| Sep 09 20:30:31.457 INFO STEP 3 (pkg_set_publisher) COMPLETE
33962024-09-09T20:30:32.215Z[ recovery-image] Sep 09 20:30:31.457 INFO O| Sep 09 20:30:31.457 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-09-09T20:30:32.239Z[ recovery-image] Sep 09 20:30:31.457 INFO O| Sep 09 20:30:31.457 INFO skip step because feature "repo_redist" is not enabled
33982024-09-09T20:30:32.239Z[ recovery-image] Sep 09 20:30:31.457 INFO O| Sep 09 20:30:31.457 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33992024-09-09T20:30:32.799Z[ recovery-image] Sep 09 20:30:32.041 INFO O| Sep 09 20:30:32.041 INFO variant opensolaris.zone is already global
34002024-09-09T20:30:32.799Z[ recovery-image] Sep 09 20:30:32.041 INFO O| Sep 09 20:30:32.041 INFO STEP 5 (pkg_change_variant) COMPLETE
34012024-09-09T20:30:32.799Z[ recovery-image] Sep 09 20:30:32.041 INFO O| Sep 09 20:30:32.041 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34022024-09-09T20:30:33.179Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34032024-09-09T20:30:33.203ZSep 09 20:30:32.428 INFO [stamp-nexus] process exited with exit status: 0 (3.737440662s)
34042024-09-09T20:30:33.306Z[ recovery-image] Sep 09 20:30:32.548 INFO O| Sep 09 20:30:32.548 INFO variant opensolaris.imagetype is full; changing to partial
34052024-09-09T20:30:33.330Z[ recovery-image] Sep 09 20:30:32.548 INFO O| Sep 09 20:30:32.548 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34062024-09-09T20:30:34.740Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34072024-09-09T20:30:34.764ZSep 09 20:30:33.989 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.552929031s)
34082024-09-09T20:30:35.575Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34092024-09-09T20:30:35.600Z[verify-libraries] Compiling polyval v0.6.2
34102024-09-09T20:30:35.600Z[verify-libraries] Compiling rfc6979 v0.4.0
34112024-09-09T20:30:35.600Z[verify-libraries] Compiling primeorder v0.13.6
34122024-09-09T20:30:35.600Z[verify-libraries] Compiling ctr v0.9.2
34132024-09-09T20:30:35.716Z[verify-libraries] Compiling ed25519 v2.2.3
34142024-09-09T20:30:35.716Z[verify-libraries] Compiling ssh-encoding v0.2.0
34152024-09-09T20:30:35.716Z[verify-libraries] Compiling blowfish v0.9.1
34162024-09-09T20:30:36.148Z[verify-libraries] Compiling ghash v0.5.1
34172024-09-09T20:30:36.303Z[verify-libraries] Compiling ecdsa v0.16.9
34182024-09-09T20:30:36.437Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34192024-09-09T20:30:36.513Z[verify-libraries] Compiling aes-gcm v0.10.3
34202024-09-09T20:30:36.676Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34212024-09-09T20:30:36.765Z[verify-libraries] Compiling password-hash v0.4.2
34222024-09-09T20:30:37.164Z[verify-libraries] Compiling ssh-cipher v0.2.0
34232024-09-09T20:30:37.435Z[verify-libraries] Compiling matches v0.1.10
34242024-09-09T20:30:37.483Z[verify-libraries] Compiling pbkdf2 v0.11.0
34252024-09-09T20:30:37.627Z[verify-libraries] Compiling idna v0.2.3
34262024-09-09T20:30:38.015Z[verify-libraries] Compiling p256 v0.13.2
34272024-09-09T20:30:38.103Z[verify-libraries] Compiling p521 v0.13.3
34282024-09-09T20:30:38.181Z[verify-libraries] Compiling p384 v0.13.0
34292024-09-09T20:30:38.381Z[verify-libraries] Compiling ssh-key v0.6.6
34302024-09-09T20:30:39.325Z[verify-libraries] Compiling enum-as-inner v0.5.1
34312024-09-09T20:30:39.918Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34322024-09-09T20:30:39.994ZSep 09 20:30:39.236 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.588803818s)
34332024-09-09T20:30:40.018Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34342024-09-09T20:30:40.063ZSep 09 20:30:39.306 INFO [stamp-clickhouse] process exited with exit status: 0 (10.81352433s)
34352024-09-09T20:30:40.063ZSep 09 20:30:39.306 INFO [tuf-stamp] task succeeded (10.907179647s)
34362024-09-09T20:30:40.807Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34372024-09-09T20:30:40.847Z[verify-libraries] Compiling md5 v0.7.0
34382024-09-09T20:30:41.258Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34392024-09-09T20:30:41.315Z[ recovery-image] Sep 09 20:30:40.558 INFO O| Sep 09 20:30:40.558 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34402024-09-09T20:30:41.453Z[verify-libraries] Compiling num-bigint v0.4.5
34412024-09-09T20:30:41.681Z[verify-libraries] Compiling russh-keys v0.45.0
34422024-09-09T20:30:42.083Z[verify-libraries] Compiling des v0.8.1
34432024-09-09T20:30:42.697Z[verify-libraries] Compiling hex-literal v0.4.1
34442024-09-09T20:30:42.970Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34452024-09-09T20:30:44.161Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34462024-09-09T20:30:44.267Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472024-09-09T20:30:45.073Z[verify-libraries] Compiling russh v0.45.0
34482024-09-09T20:30:45.697Z[ recovery-image] Sep 09 20:30:44.940 INFO O| Sep 09 20:30:44.940 INFO O| Startup: Caching catalogs ... Done
34492024-09-09T20:30:45.748Z[ recovery-image] Sep 09 20:30:44.991 INFO O| Sep 09 20:30:44.991 INFO O| Planning: Planning completed in 0.00 seconds
34502024-09-09T20:30:45.773Z[ recovery-image] Sep 09 20:30:44.992 INFO O| Sep 09 20:30:44.992 INFO O| Planning: Consolidating action changes ... Done
34512024-09-09T20:30:45.773Z[ recovery-image] Sep 09 20:30:44.992 INFO O| Sep 09 20:30:44.992 INFO O| Planning: Evaluating mediators ... Done
34522024-09-09T20:30:45.773Z[ recovery-image] Sep 09 20:30:44.993 INFO O| Sep 09 20:30:44.993 INFO O| Planning: Planning completed in 0.00 seconds
34532024-09-09T20:30:45.773Z[ recovery-image] Sep 09 20:30:44.993 INFO O| Sep 09 20:30:44.993 INFO O| Variants/Facets to change: 1
34542024-09-09T20:30:45.809Z[ recovery-image] Sep 09 20:30:45.052 INFO O| Sep 09 20:30:45.052 INFO O| Done
34552024-09-09T20:30:45.809Z[ recovery-image] Sep 09 20:30:45.052 INFO O| Sep 09 20:30:45.052 INFO O| Done
34562024-09-09T20:30:46.311Z[ recovery-image] Sep 09 20:30:45.554 INFO O| Sep 09 20:30:45.554 INFO O| Done
34572024-09-09T20:30:46.344Z[ recovery-image] Sep 09 20:30:45.587 INFO O| Sep 09 20:30:45.587 INFO O| Done
34582024-09-09T20:30:46.368Z[ recovery-image] Sep 09 20:30:45.589 INFO O| Sep 09 20:30:45.589 INFO O| Done
34592024-09-09T20:30:46.368Z[ recovery-image] Sep 09 20:30:45.589 INFO O| Sep 09 20:30:45.589 INFO O| Done
34602024-09-09T20:30:46.368Z[ recovery-image] Sep 09 20:30:45.591 INFO O| Sep 09 20:30:45.591 INFO O| Done
34612024-09-09T20:30:46.817Z[ recovery-image] Sep 09 20:30:46.060 INFO O| Sep 09 20:30:46.060 INFO STEP 6 (pkg_change_variant) COMPLETE
34622024-09-09T20:30:46.817Z[ recovery-image] Sep 09 20:30:46.060 INFO O| Sep 09 20:30:46.060 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34632024-09-09T20:30:46.818Z[ recovery-image] Sep 09 20:30:46.060 INFO O| Sep 09 20:30:46.060 INFO skip step because feature "debug_variant" is not enabled
34642024-09-09T20:30:46.841Z[ recovery-image] Sep 09 20:30:46.060 INFO O| Sep 09 20:30:46.060 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34652024-09-09T20:30:47.504Z[ recovery-image] Sep 09 20:30:46.747 INFO O| Sep 09 20:30:46.746 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34662024-09-09T20:30:47.602Z[verify-libraries] Compiling dhcproto v0.12.0
34672024-09-09T20:30:48.660Z[ recovery-image] Sep 09 20:30:47.903 INFO O| Sep 09 20:30:47.903 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34682024-09-09T20:30:48.684Z[ recovery-image] Sep 09 20:30:47.905 INFO O| Sep 09 20:30:47.905 INFO O| Planning: Planning completed in 0.00 seconds
34692024-09-09T20:30:48.684Z[ recovery-image] Sep 09 20:30:47.906 INFO O| Sep 09 20:30:47.905 INFO O| Planning: Consolidating action changes ... Done
34702024-09-09T20:30:48.684Z[ recovery-image] Sep 09 20:30:47.906 INFO O| Sep 09 20:30:47.906 INFO O| Planning: Evaluating mediators ... Done
34712024-09-09T20:30:48.684Z[ recovery-image] Sep 09 20:30:47.906 INFO O| Sep 09 20:30:47.906 INFO O| Planning: Planning completed in 0.00 seconds
34722024-09-09T20:30:48.684Z[ recovery-image] Sep 09 20:30:47.906 INFO O| Sep 09 20:30:47.906 INFO O| Variants/Facets to change: 1
34732024-09-09T20:30:48.753Z[ recovery-image] Sep 09 20:30:47.996 INFO O| Sep 09 20:30:47.996 INFO O| Done
34742024-09-09T20:30:48.753Z[ recovery-image] Sep 09 20:30:47.996 INFO O| Sep 09 20:30:47.996 INFO O| Done
34752024-09-09T20:30:49.278Z[ recovery-image] Sep 09 20:30:48.521 INFO O| Sep 09 20:30:48.521 INFO O| Done
34762024-09-09T20:30:49.316Z[ recovery-image] Sep 09 20:30:48.559 INFO O| Sep 09 20:30:48.559 INFO O| Done
34772024-09-09T20:30:49.340Z[ recovery-image] Sep 09 20:30:48.560 INFO O| Sep 09 20:30:48.560 INFO O| Done
34782024-09-09T20:30:49.340Z[ recovery-image] Sep 09 20:30:48.560 INFO O| Sep 09 20:30:48.560 INFO O| Done
34792024-09-09T20:30:49.340Z[ recovery-image] Sep 09 20:30:48.562 INFO O| Sep 09 20:30:48.562 INFO O| Done
34802024-09-09T20:30:49.438Z[ recovery-image] Sep 09 20:30:48.681 INFO O| Sep 09 20:30:48.681 INFO STEP 8 (pkg_change_facet) COMPLETE
34812024-09-09T20:30:49.438Z[ recovery-image] Sep 09 20:30:48.682 INFO O| Sep 09 20:30:48.681 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34822024-09-09T20:30:50.021Z[ recovery-image] Sep 09 20:30:49.264 INFO O| Sep 09 20:30:49.264 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34832024-09-09T20:30:51.070Z[verify-libraries] Compiling internet-checksum v0.2.1
34842024-09-09T20:30:51.133Z[ recovery-image] Sep 09 20:30:50.377 INFO O| Sep 09 20:30:50.376 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34852024-09-09T20:30:51.157Z[ recovery-image] Sep 09 20:30:50.378 INFO O| Sep 09 20:30:50.378 INFO O| Planning: Planning completed in 0.00 seconds
34862024-09-09T20:30:51.157Z[ recovery-image] Sep 09 20:30:50.379 INFO O| Sep 09 20:30:50.379 INFO O| Planning: Consolidating action changes ... Done
34872024-09-09T20:30:51.157Z[ recovery-image] Sep 09 20:30:50.380 INFO O| Sep 09 20:30:50.379 INFO O| Planning: Evaluating mediators ... Done
34882024-09-09T20:30:51.157Z[ recovery-image] Sep 09 20:30:50.380 INFO O| Sep 09 20:30:50.380 INFO O| Planning: Planning completed in 0.00 seconds
34892024-09-09T20:30:51.157Z[ recovery-image] Sep 09 20:30:50.381 INFO O| Sep 09 20:30:50.381 INFO O| Variants/Facets to change: 1
34902024-09-09T20:30:51.235Z[ recovery-image] Sep 09 20:30:50.478 INFO O| Sep 09 20:30:50.478 INFO O| Done
34912024-09-09T20:30:51.235Z[ recovery-image] Sep 09 20:30:50.478 INFO O| Sep 09 20:30:50.478 INFO O| Done
34922024-09-09T20:30:51.442Z[verify-libraries] Compiling heck v0.4.1
34932024-09-09T20:30:51.933Z[ recovery-image] Sep 09 20:30:51.175 INFO O| Sep 09 20:30:51.175 INFO O| Done
34942024-09-09T20:30:51.972Z[ recovery-image] Sep 09 20:30:51.215 INFO O| Sep 09 20:30:51.215 INFO O| Done
34952024-09-09T20:30:51.996Z[ recovery-image] Sep 09 20:30:51.216 INFO O| Sep 09 20:30:51.216 INFO O| Done
34962024-09-09T20:30:51.996Z[ recovery-image] Sep 09 20:30:51.216 INFO O| Sep 09 20:30:51.216 INFO O| Done
34972024-09-09T20:30:51.996Z[ recovery-image] Sep 09 20:30:51.218 INFO O| Sep 09 20:30:51.218 INFO O| Done
34982024-09-09T20:30:52.059Z[ recovery-image] Sep 09 20:30:51.302 INFO O| Sep 09 20:30:51.302 INFO STEP 9 (pkg_change_facet) COMPLETE
34992024-09-09T20:30:52.059Z[ recovery-image] Sep 09 20:30:51.302 INFO O| Sep 09 20:30:51.302 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35002024-09-09T20:30:52.723Z[ recovery-image] Sep 09 20:30:51.966 INFO O| Sep 09 20:30:51.966 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35012024-09-09T20:30:52.852Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35022024-09-09T20:30:53.727Z[ recovery-image] Sep 09 20:30:52.970 INFO O| Sep 09 20:30:52.970 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35032024-09-09T20:30:53.751Z[ recovery-image] Sep 09 20:30:52.972 INFO O| Sep 09 20:30:52.972 INFO O| Planning: Planning completed in 0.00 seconds
35042024-09-09T20:30:53.751Z[ recovery-image] Sep 09 20:30:52.973 INFO O| Sep 09 20:30:52.973 INFO O| Planning: Consolidating action changes ... Done
35052024-09-09T20:30:53.751Z[ recovery-image] Sep 09 20:30:52.973 INFO O| Sep 09 20:30:52.973 INFO O| Planning: Evaluating mediators ... Done
35062024-09-09T20:30:53.751Z[ recovery-image] Sep 09 20:30:52.974 INFO O| Sep 09 20:30:52.974 INFO O| Planning: Planning completed in 0.00 seconds
35072024-09-09T20:30:53.751Z[ recovery-image] Sep 09 20:30:52.974 INFO O| Sep 09 20:30:52.974 INFO O| Variants/Facets to change: 1
35082024-09-09T20:30:53.825Z[ recovery-image] Sep 09 20:30:53.068 INFO O| Sep 09 20:30:53.067 INFO O| Done
35092024-09-09T20:30:53.848Z[ recovery-image] Sep 09 20:30:53.068 INFO O| Sep 09 20:30:53.068 INFO O| Done
35102024-09-09T20:30:54.387Z[ recovery-image] Sep 09 20:30:53.630 INFO O| Sep 09 20:30:53.630 INFO O| Done
35112024-09-09T20:30:54.424Z[ recovery-image] Sep 09 20:30:53.667 INFO O| Sep 09 20:30:53.667 INFO O| Done
35122024-09-09T20:30:54.447Z[ recovery-image] Sep 09 20:30:53.668 INFO O| Sep 09 20:30:53.668 INFO O| Done
35132024-09-09T20:30:54.448Z[ recovery-image] Sep 09 20:30:53.668 INFO O| Sep 09 20:30:53.668 INFO O| Done
35142024-09-09T20:30:54.448Z[ recovery-image] Sep 09 20:30:53.670 INFO O| Sep 09 20:30:53.670 INFO O| Done
35152024-09-09T20:30:54.503Z[ recovery-image] Sep 09 20:30:53.746 INFO O| Sep 09 20:30:53.746 INFO STEP 10 (pkg_change_facet) COMPLETE
35162024-09-09T20:30:54.503Z[ recovery-image] Sep 09 20:30:53.747 INFO O| Sep 09 20:30:53.746 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-09-09T20:30:54.527Z[ recovery-image] Sep 09 20:30:53.768 INFO O| Sep 09 20:30:53.768 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35182024-09-09T20:30:55.314Z[ host-image] Sep 09 20:30:54.557 INFO O| Sep 09 20:30:54.557 INFO O| Planning: Solver setup ... Done
35192024-09-09T20:30:55.645Z[ recovery-image] Sep 09 20:30:54.888 INFO O| Sep 09 20:30:54.888 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35202024-09-09T20:30:57.441Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35212024-09-09T20:30:58.026Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35222024-09-09T20:30:58.436Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35232024-09-09T20:30:59.065Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35242024-09-09T20:30:59.462Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35252024-09-09T20:31:00.003Z[verify-libraries] Compiling indent_write v2.2.0
35262024-09-09T20:31:00.364Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35272024-09-09T20:31:00.791Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35282024-09-09T20:31:02.269Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35292024-09-09T20:31:02.854Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35302024-09-09T20:31:03.124Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35312024-09-09T20:31:09.579Z[verify-libraries] Compiling termios v0.3.3
35322024-09-09T20:31:10.078Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35332024-09-09T20:31:10.574Z[ host-image] Sep 09 20:31:09.817 INFO O| Sep 09 20:31:09.817 INFO O| Planning: Running solver ... Done
35342024-09-09T20:31:10.928Z[ host-image] Sep 09 20:31:10.171 INFO O| Sep 09 20:31:10.171 INFO O| Planning: Finding local manifests ... Done
35352024-09-09T20:31:10.951Z[ host-image] Sep 09 20:31:10.187 INFO O| Sep 09 20:31:10.187 INFO O| Planning: Fetching manifests: 0/124 0% complete
35362024-09-09T20:31:14.606Z[ host-image] Sep 09 20:31:13.849 INFO O| Sep 09 20:31:13.849 INFO O| Planning: Fetching manifests: 124/124 100% complete
35372024-09-09T20:31:15.746Z[ host-image] Sep 09 20:31:14.986 INFO O| Sep 09 20:31:14.986 INFO O| Planning: Package planning ... Done
35382024-09-09T20:31:16.798Z[ host-image] Sep 09 20:31:16.040 INFO O| Sep 09 20:31:16.040 INFO O| Planning: Merging actions ... Done
35392024-09-09T20:31:17.280Z[ host-image] Sep 09 20:31:16.523 INFO O| Sep 09 20:31:16.523 INFO O| Planning: Checking for conflicting actions ... Done
35402024-09-09T20:31:17.479Z[ host-image] Sep 09 20:31:16.722 INFO O| Sep 09 20:31:16.722 INFO O| Planning: Consolidating action changes ... Done
35412024-09-09T20:31:17.864Z[ host-image] Sep 09 20:31:17.107 INFO O| Sep 09 20:31:17.107 INFO O| Planning: Evaluating mediators ... Done
35422024-09-09T20:31:22.167Z[ host-image] Sep 09 20:31:21.410 INFO O| Sep 09 20:31:21.410 INFO O| Planning: Planning completed in 53.11 seconds
35432024-09-09T20:31:22.192Z[ host-image] Sep 09 20:31:21.415 INFO O| Sep 09 20:31:21.415 INFO O| Packages to install: 124
35442024-09-09T20:31:22.192Z[ host-image] Sep 09 20:31:21.415 INFO O| Sep 09 20:31:21.415 INFO O| Mediators to change: 4
35452024-09-09T20:31:22.192Z[ host-image] Sep 09 20:31:21.415 INFO O| Sep 09 20:31:21.415 INFO O| Services to change: 6
35462024-09-09T20:31:22.247Z[ host-image] Sep 09 20:31:21.490 INFO O| Sep 09 20:31:21.490 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35472024-09-09T20:31:22.737Z[ recovery-image] Sep 09 20:31:21.979 INFO O| Sep 09 20:31:21.979 INFO O| Planning: Solver setup ... Done
35482024-09-09T20:31:27.274Z[ host-image] Sep 09 20:31:26.518 INFO O| Sep 09 20:31:26.517 INFO O| Download: 1073/22728 items 6.6/196.4MB 3% complete (1.4M/s)
35492024-09-09T20:31:31.503Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35502024-09-09T20:31:32.276Z[ host-image] Sep 09 20:31:31.520 INFO O| Sep 09 20:31:31.519 INFO O| Download: 1700/22728 items 11.3/196.4MB 5% complete (1.2M/s)
35512024-09-09T20:31:37.398Z[ host-image] Sep 09 20:31:36.641 INFO O| Sep 09 20:31:36.641 INFO O| Download: 2252/22728 items 24.8/196.4MB 12% complete (1.8M/s)
35522024-09-09T20:31:37.876Z[ recovery-image] Sep 09 20:31:37.119 INFO O| Sep 09 20:31:37.119 INFO O| Planning: Running solver ... Done
35532024-09-09T20:31:38.144Z[ recovery-image] Sep 09 20:31:37.387 INFO O| Sep 09 20:31:37.387 INFO O| Planning: Finding local manifests ... Done
35542024-09-09T20:31:38.167Z[ recovery-image] Sep 09 20:31:37.401 INFO O| Sep 09 20:31:37.401 INFO O| Planning: Fetching manifests: 0/124 0% complete
35552024-09-09T20:31:41.612Z[ recovery-image] Sep 09 20:31:40.855 INFO O| Sep 09 20:31:40.855 INFO O| Planning: Fetching manifests: 124/124 100% complete
35562024-09-09T20:31:42.402Z[ host-image] Sep 09 20:31:41.645 INFO O| Sep 09 20:31:41.645 INFO O| Download: 3232/22728 items 34.0/196.4MB 17% complete (2.3M/s)
35572024-09-09T20:31:42.497Z[ recovery-image] Sep 09 20:31:41.740 INFO O| Sep 09 20:31:41.740 INFO O| Planning: Package planning ... Done
35582024-09-09T20:31:42.941Z[ recovery-image] Sep 09 20:31:42.185 INFO O| Sep 09 20:31:42.184 INFO O| Planning: Merging actions ... Done
35592024-09-09T20:31:43.060Z[ recovery-image] Sep 09 20:31:42.303 INFO O| Sep 09 20:31:42.303 INFO O| Planning: Checking for conflicting actions ... Done
35602024-09-09T20:31:43.150Z[ recovery-image] Sep 09 20:31:42.394 INFO O| Sep 09 20:31:42.393 INFO O| Planning: Consolidating action changes ... Done
35612024-09-09T20:31:43.417Z[ recovery-image] Sep 09 20:31:42.660 INFO O| Sep 09 20:31:42.660 INFO O| Planning: Evaluating mediators ... Done
35622024-09-09T20:31:47.402Z[ host-image] Sep 09 20:31:46.645 INFO O| Sep 09 20:31:46.645 INFO O| Download: 4355/22728 items 41.0/196.4MB 20% complete (1.6M/s)
35632024-09-09T20:31:47.457Z[ recovery-image] Sep 09 20:31:46.700 INFO O| Sep 09 20:31:46.700 INFO O| Planning: Planning completed in 51.81 seconds
35642024-09-09T20:31:47.481Z[ recovery-image] Sep 09 20:31:46.706 INFO O| Sep 09 20:31:46.706 INFO O| Packages to install: 124
35652024-09-09T20:31:47.481Z[ recovery-image] Sep 09 20:31:46.706 INFO O| Sep 09 20:31:46.706 INFO O| Mediators to change: 4
35662024-09-09T20:31:47.481Z[ recovery-image] Sep 09 20:31:46.706 INFO O| Sep 09 20:31:46.706 INFO O| Services to change: 5
35672024-09-09T20:31:47.549Z[ recovery-image] Sep 09 20:31:46.793 INFO O| Sep 09 20:31:46.793 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35682024-09-09T20:31:52.408Z[ host-image] Sep 09 20:31:51.651 INFO O| Sep 09 20:31:51.651 INFO O| Download: 4889/22728 items 45.7/196.4MB 23% complete (1.2M/s)
35692024-09-09T20:31:52.549Z[ recovery-image] Sep 09 20:31:51.793 INFO O| Sep 09 20:31:51.793 INFO O| Download: 906/15831 items 7.5/173.2MB 4% complete (1.5M/s)
35702024-09-09T20:31:57.424Z[ host-image] Sep 09 20:31:56.667 INFO O| Sep 09 20:31:56.667 INFO O| Download: 5778/22728 items 46.3/196.4MB 23% complete (544k/s)
35712024-09-09T20:31:58.315Z[ recovery-image] Sep 09 20:31:57.558 INFO O| Sep 09 20:31:57.558 INFO O| Download: 1318/15831 items 20.2/173.2MB 11% complete (2.0M/s)
35722024-09-09T20:32:02.435Z[ host-image] Sep 09 20:32:01.678 INFO O| Sep 09 20:32:01.678 INFO O| Download: 6761/22728 items 47.8/196.4MB 24% complete (208k/s)
35732024-09-09T20:32:03.318Z[ recovery-image] Sep 09 20:32:02.561 INFO O| Sep 09 20:32:02.561 INFO O| Download: 1729/15831 items 28.1/173.2MB 16% complete (2.0M/s)
35742024-09-09T20:32:03.498Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35752024-09-09T20:32:07.435Z[ host-image] Sep 09 20:32:06.678 INFO O| Sep 09 20:32:06.678 INFO O| Download: 7372/22728 items 57.6/196.4MB 29% complete (1.1M/s)
35762024-09-09T20:32:08.321Z[ recovery-image] Sep 09 20:32:07.565 INFO O| Sep 09 20:32:07.565 INFO O| Download: 2630/15831 items 32.9/173.2MB 19% complete (1.3M/s)
35772024-09-09T20:32:09.128Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35782024-09-09T20:32:09.970Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35792024-09-09T20:32:12.435Z[ host-image] Sep 09 20:32:11.678 INFO O| Sep 09 20:32:11.678 INFO O| Download: 8046/22728 items 60.3/196.4MB 30% complete (1.2M/s)
35802024-09-09T20:32:13.343Z[ recovery-image] Sep 09 20:32:12.587 INFO O| Sep 09 20:32:12.586 INFO O| Download: 3216/15831 items 37.6/173.2MB 21% complete (1007k/s)
35812024-09-09T20:32:17.062Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35822024-09-09T20:32:17.533Z[ host-image] Sep 09 20:32:16.777 INFO O| Sep 09 20:32:16.776 INFO O| Download: 8344/22728 items 68.8/196.4MB 35% complete (1.1M/s)
35832024-09-09T20:32:18.372Z[ recovery-image] Sep 09 20:32:17.616 INFO O| Sep 09 20:32:17.615 INFO O| Download: 3782/15831 items 42.3/173.2MB 24% complete (941k/s)
35842024-09-09T20:32:22.534Z[ host-image] Sep 09 20:32:21.777 INFO O| Sep 09 20:32:21.776 INFO O| Download: 9195/22728 items 76.9/196.4MB 39% complete (1.6M/s)
35852024-09-09T20:32:23.388Z[ recovery-image] Sep 09 20:32:22.632 INFO O| Sep 09 20:32:22.632 INFO O| Download: 4631/15831 items 42.9/173.2MB 24% complete (541k/s)
35862024-09-09T20:32:27.546Z[ host-image] Sep 09 20:32:26.779 INFO O| Sep 09 20:32:26.779 INFO O| Download: 9961/22728 items 83.7/196.4MB 42% complete (1.5M/s)
35872024-09-09T20:32:28.396Z[ recovery-image] Sep 09 20:32:27.640 INFO O| Sep 09 20:32:27.640 INFO O| Download: 5538/15831 items 43.4/173.2MB 25% complete (130k/s)
35882024-09-09T20:32:32.537Z[ host-image] Sep 09 20:32:31.781 INFO O| Sep 09 20:32:31.781 INFO O| Download: 10782/22728 items 89.7/196.4MB 45% complete (1.4M/s)
35892024-09-09T20:32:33.674Z[ recovery-image] Sep 09 20:32:32.918 INFO O| Sep 09 20:32:32.918 INFO O| Download: 6095/15831 items 56.0/173.2MB 32% complete (1.2M/s)
35902024-09-09T20:32:37.702Z[ host-image] Sep 09 20:32:36.946 INFO O| Sep 09 20:32:36.946 INFO O| Download: 11272/22728 items 95.0/196.4MB 48% complete (1.1M/s)
35912024-09-09T20:32:38.680Z[ recovery-image] Sep 09 20:32:37.924 INFO O| Sep 09 20:32:37.923 INFO O| Download: 6762/15831 items 65.1/173.2MB 37% complete (2.1M/s)
35922024-09-09T20:32:41.880Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35932024-09-09T20:32:42.702Z[ host-image] Sep 09 20:32:41.946 INFO O| Sep 09 20:32:41.946 INFO O| Download: 12043/22728 items 100.6/196.4MB 51% complete (1.1M/s)
35942024-09-09T20:32:43.720Z[ recovery-image] Sep 09 20:32:42.963 INFO O| Sep 09 20:32:42.963 INFO O| Download: 7618/15831 items 73.6/173.2MB 42% complete (1.8M/s)
35952024-09-09T20:32:46.275Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35962024-09-09T20:32:46.751Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35972024-09-09T20:32:47.703Z[ host-image] Sep 09 20:32:46.947 INFO O| Sep 09 20:32:46.947 INFO O| Download: 12513/22728 items 109.5/196.4MB 55% complete (1.5M/s)
35982024-09-09T20:32:48.942Z[ recovery-image] Sep 09 20:32:48.186 INFO O| Sep 09 20:32:48.185 INFO O| Download: 8067/15831 items 79.6/173.2MB 45% complete (1.4M/s)
35992024-09-09T20:32:52.727Z[ host-image] Sep 09 20:32:51.971 INFO O| Sep 09 20:32:51.971 INFO O| Download: 13310/22728 items 109.9/196.4MB 55% complete (960k/s)
36002024-09-09T20:32:53.947Z[ recovery-image] Sep 09 20:32:53.190 INFO O| Sep 09 20:32:53.190 INFO O| Download: 8755/15831 items 84.2/173.2MB 48% complete (1.1M/s)
36012024-09-09T20:32:57.740Z[ host-image] Sep 09 20:32:56.984 INFO O| Sep 09 20:32:56.984 INFO O| Download: 14197/22728 items 110.3/196.4MB 56% complete (84.6k/s)
36022024-09-09T20:32:58.982Z[ recovery-image] Sep 09 20:32:58.225 INFO O| Sep 09 20:32:58.225 INFO O| Download: 9294/15831 items 92.8/173.2MB 53% complete (1.3M/s)
36032024-09-09T20:33:02.742Z[ host-image] Sep 09 20:33:01.986 INFO O| Sep 09 20:33:01.986 INFO O| Download: 14549/22728 items 116.7/196.4MB 59% complete (679k/s)
36042024-09-09T20:33:03.995Z[ recovery-image] Sep 09 20:33:03.239 INFO O| Sep 09 20:33:03.238 INFO O| Download: 10335/15831 items 93.3/173.2MB 53% complete (940k/s)
36052024-09-09T20:33:07.758Z[ host-image] Sep 09 20:33:07.001 INFO O| Sep 09 20:33:07.001 INFO O| Download: 15526/22728 items 125.3/196.4MB 63% complete (1.5M/s)
36062024-09-09T20:33:09.255Z[ recovery-image] Sep 09 20:33:08.498 INFO O| Sep 09 20:33:08.498 INFO O| Download: 11009/15831 items 94.6/173.2MB 54% complete (176k/s)
36072024-09-09T20:33:12.773Z[ host-image] Sep 09 20:33:12.016 INFO O| Sep 09 20:33:12.016 INFO O| Download: 16075/22728 items 130.5/196.4MB 66% complete (1.4M/s)
36082024-09-09T20:33:14.255Z[ recovery-image] Sep 09 20:33:13.498 INFO O| Sep 09 20:33:13.498 INFO O| Download: 11463/15831 items 109.2/173.2MB 63% complete (1.5M/s)
36092024-09-09T20:33:17.773Z[ host-image] Sep 09 20:33:17.017 INFO O| Sep 09 20:33:17.017 INFO O| Download: 17140/22728 items 142.4/196.4MB 72% complete (1.7M/s)
36102024-09-09T20:33:19.262Z[ recovery-image] Sep 09 20:33:18.506 INFO O| Sep 09 20:33:18.506 INFO O| Download: 11932/15831 items 128.4/173.2MB 74% complete (3.5M/s)
36112024-09-09T20:33:22.773Z[ host-image] Sep 09 20:33:22.017 INFO O| Sep 09 20:33:22.017 INFO O| Download: 18268/22728 items 161.0/196.4MB 81% complete (3.0M/s)
36122024-09-09T20:33:24.265Z[ recovery-image] Sep 09 20:33:23.509 INFO O| Sep 09 20:33:23.509 INFO O| Download: 12834/15831 items 141.4/173.2MB 81% complete (3.3M/s)
36132024-09-09T20:33:27.774Z[ host-image] Sep 09 20:33:27.018 INFO O| Sep 09 20:33:27.018 INFO O| Download: 19955/22728 items 167.2/196.4MB 85% complete (2.5M/s)
36142024-09-09T20:33:29.429Z[ recovery-image] Sep 09 20:33:28.673 INFO O| Sep 09 20:33:28.673 INFO O| Download: 13004/15831 items 142.0/173.2MB 81% complete (3.2M/s)
36152024-09-09T20:33:32.840Z[ host-image] Sep 09 20:33:32.084 INFO O| Sep 09 20:33:32.084 INFO O| Download: 20789/22728 items 172.5/196.4MB 87% complete (1.1M/s)
36162024-09-09T20:33:34.430Z[ recovery-image] Sep 09 20:33:33.674 INFO O| Sep 09 20:33:33.674 INFO O| Download: 14330/15831 items 146.5/173.2MB 84% complete (505k/s)
36172024-09-09T20:33:37.842Z[ host-image] Sep 09 20:33:37.086 INFO O| Sep 09 20:33:37.086 INFO O| Download: 21336/22728 items 177.2/196.4MB 90% complete (1.0M/s)
36182024-09-09T20:33:39.440Z[ recovery-image] Sep 09 20:33:38.684 INFO O| Sep 09 20:33:38.684 INFO O| Download: 14747/15831 items 153.4/173.2MB 88% complete (1.1M/s)
36192024-09-09T20:33:43.090Z[ host-image] Sep 09 20:33:42.334 INFO O| Sep 09 20:33:42.334 INFO O| Download: 21981/22728 items 189.3/196.4MB 96% complete (1.7M/s)
36202024-09-09T20:33:44.443Z[ recovery-image] Sep 09 20:33:43.687 INFO O| Sep 09 20:33:43.686 INFO O| Download: 15419/15831 items 163.5/173.2MB 94% complete (1.6M/s)
36212024-09-09T20:33:47.919Z[ host-image] Sep 09 20:33:47.163 INFO O| Sep 09 20:33:47.163 INFO O| Download: Completed 196.43 MB in 145.67 seconds (1.3M/s)
36222024-09-09T20:33:49.043Z[ host-image] Sep 09 20:33:48.287 INFO O| Sep 09 20:33:48.287 INFO O| Actions: 1/49262 actions (Installing new actions)
36232024-09-09T20:33:49.493Z[ recovery-image] Sep 09 20:33:48.737 INFO O| Sep 09 20:33:48.737 INFO O| Download: 15733/15831 items 171.5/173.2MB 99% complete (1.9M/s)
36242024-09-09T20:33:51.650Z[ recovery-image] Sep 09 20:33:50.894 INFO O| Sep 09 20:33:50.894 INFO O| Download: Completed 173.20 MB in 124.10 seconds (1.4M/s)
36252024-09-09T20:33:52.657Z[ recovery-image] Sep 09 20:33:51.901 INFO O| Sep 09 20:33:51.901 INFO O| Actions: 1/24965 actions (Installing new actions)
36262024-09-09T20:33:54.044Z[ host-image] Sep 09 20:33:53.288 INFO O| Sep 09 20:33:53.288 INFO O| Actions: 9560/49262 actions (Installing new actions)
36272024-09-09T20:33:57.672Z[ recovery-image] Sep 09 20:33:56.916 INFO O| Sep 09 20:33:56.915 INFO O| Actions: 8787/24965 actions (Installing new actions)
36282024-09-09T20:33:59.044Z[ host-image] Sep 09 20:33:58.288 INFO O| Sep 09 20:33:58.288 INFO O| Actions: 15699/49262 actions (Installing new actions)
36292024-09-09T20:34:02.672Z[ recovery-image] Sep 09 20:34:01.916 INFO O| Sep 09 20:34:01.916 INFO O| Actions: 15439/24965 actions (Installing new actions)
36302024-09-09T20:34:04.044Z[ host-image] Sep 09 20:34:03.288 INFO O| Sep 09 20:34:03.288 INFO O| Actions: 23403/49262 actions (Installing new actions)
36312024-09-09T20:34:07.760Z[ recovery-image] Sep 09 20:34:07.004 INFO O| Sep 09 20:34:07.004 INFO O| Actions: 24449/24965 actions (Installing new actions)
36322024-09-09T20:34:09.077Z[ host-image] Sep 09 20:34:08.321 INFO O| Sep 09 20:34:08.321 INFO O| Actions: 48726/49262 actions (Installing new actions)
36332024-09-09T20:34:11.145Z[ recovery-image] Sep 09 20:34:10.387 INFO O| Sep 09 20:34:10.387 INFO O| Actions: Completed 24965 actions in 18.48 seconds.
36342024-09-09T20:34:11.622Z[ recovery-image] Sep 09 20:34:10.866 INFO O| Sep 09 20:34:10.866 INFO O| Done
36352024-09-09T20:34:11.622Z[ recovery-image] Sep 09 20:34:10.866 INFO O| Sep 09 20:34:10.866 INFO O| Done
36362024-09-09T20:34:12.327Z[ recovery-image] Sep 09 20:34:11.571 INFO O| Sep 09 20:34:11.571 INFO O| Done
36372024-09-09T20:34:13.708Z[ recovery-image] Sep 09 20:34:12.952 INFO O| Sep 09 20:34:12.952 INFO O| Done
36382024-09-09T20:34:13.731Z[ host-image] Sep 09 20:34:12.968 INFO O| Sep 09 20:34:12.968 INFO O| Actions: Completed 49262 actions in 24.68 seconds.
36392024-09-09T20:34:13.731Z[ recovery-image] Sep 09 20:34:12.969 INFO O| Sep 09 20:34:12.969 INFO O| Done
36402024-09-09T20:34:14.158Z[ host-image] Sep 09 20:34:13.402 INFO O| Sep 09 20:34:13.402 INFO O| Done
36412024-09-09T20:34:14.158Z[ host-image] Sep 09 20:34:13.402 INFO O| Sep 09 20:34:13.402 INFO O| Done
36422024-09-09T20:34:14.990Z[ host-image] Sep 09 20:34:14.234 INFO O| Sep 09 20:34:14.234 INFO O| Done
36432024-09-09T20:34:16.730Z[ host-image] Sep 09 20:34:15.974 INFO O| Sep 09 20:34:15.974 INFO O| Done
36442024-09-09T20:34:16.779Z[ host-image] Sep 09 20:34:16.023 INFO O| Sep 09 20:34:16.023 INFO O| Done
36452024-09-09T20:34:17.237Z[ recovery-image] Sep 09 20:34:16.480 INFO O| Sep 09 20:34:16.480 INFO O| Done
36462024-09-09T20:34:17.899Z[ recovery-image] Sep 09 20:34:17.143 INFO O| Sep 09 20:34:17.143 INFO O| Done
36472024-09-09T20:34:18.298Z[ recovery-image] Sep 09 20:34:17.542 INFO O| Sep 09 20:34:17.542 INFO STEP 11 (pkg_install) COMPLETE
36482024-09-09T20:34:18.298Z[ recovery-image] Sep 09 20:34:17.542 INFO O| Sep 09 20:34:17.542 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-09-09T20:34:18.322Z[ recovery-image] Sep 09 20:34:17.542 INFO O| Sep 09 20:34:17.542 INFO skip step because feature "recovery" is enabled
36502024-09-09T20:34:18.322Z[ recovery-image] Sep 09 20:34:17.542 INFO O| Sep 09 20:34:17.542 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-09-09T20:34:18.323Z[ recovery-image] Sep 09 20:34:17.542 INFO O| Sep 09 20:34:17.542 INFO skip step because feature "omicron1" is not enabled
36522024-09-09T20:34:18.323Z[ recovery-image] Sep 09 20:34:17.542 INFO O| Sep 09 20:34:17.542 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-09-09T20:34:18.347Z[ recovery-image] Sep 09 20:34:17.567 INFO O| Sep 09 20:34:17.567 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36542024-09-09T20:34:20.084Z[ recovery-image] Sep 09 20:34:19.329 INFO O| Sep 09 20:34:19.329 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36552024-09-09T20:34:22.919Z[ recovery-image] Sep 09 20:34:22.164 INFO O| Sep 09 20:34:22.163 INFO O| Planning: Solver setup ... Done
36562024-09-09T20:34:22.943Z[ recovery-image] Sep 09 20:34:22.168 INFO O| Sep 09 20:34:22.168 INFO O| Planning: Running solver ... Done
36572024-09-09T20:34:22.984Z[ recovery-image] Sep 09 20:34:22.228 INFO O| Sep 09 20:34:22.228 INFO O| Planning: Finding local manifests ... Done
36582024-09-09T20:34:23.008Z[ recovery-image] Sep 09 20:34:22.229 INFO O| Sep 09 20:34:22.229 INFO O| Planning: Fetching manifests: 0/1 0% complete
36592024-09-09T20:34:23.138Z[ recovery-image] Sep 09 20:34:22.382 INFO O| Sep 09 20:34:22.382 INFO O| Planning: Fetching manifests: 1/1 100% complete
36602024-09-09T20:34:23.165Z[ recovery-image] Sep 09 20:34:22.410 INFO O| Sep 09 20:34:22.409 INFO O| Planning: Package planning ... Done
36612024-09-09T20:34:23.189Z[ recovery-image] Sep 09 20:34:22.411 INFO O| Sep 09 20:34:22.410 INFO O| Planning: Merging actions ... Done
36622024-09-09T20:34:23.237Z[ recovery-image] Sep 09 20:34:22.481 INFO O| Sep 09 20:34:22.481 INFO O| Planning: Checking for conflicting actions ... Done
36632024-09-09T20:34:23.261Z[ recovery-image] Sep 09 20:34:22.482 INFO O| Sep 09 20:34:22.482 INFO O| Planning: Consolidating action changes ... Done
36642024-09-09T20:34:23.261Z[ host-image] Sep 09 20:34:22.492 INFO O| Sep 09 20:34:22.492 INFO O| Done
36652024-09-09T20:34:23.398Z[ recovery-image] Sep 09 20:34:22.643 INFO O| Sep 09 20:34:22.642 INFO O| Planning: Evaluating mediators ... Done
36662024-09-09T20:34:23.422Z[ recovery-image] Sep 09 20:34:22.644 INFO O| Sep 09 20:34:22.643 INFO O| Planning: Planning completed in 3.31 seconds
36672024-09-09T20:34:23.422Z[ recovery-image] Sep 09 20:34:22.645 INFO O| Sep 09 20:34:22.645 INFO O| Packages to install: 1
36682024-09-09T20:34:23.584Z[ recovery-image] Sep 09 20:34:22.828 INFO O| Sep 09 20:34:22.828 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36692024-09-09T20:34:24.091Z[ host-image] Sep 09 20:34:23.336 INFO O| Sep 09 20:34:23.335 INFO O| Done
36702024-09-09T20:34:24.842Z[ host-image] Sep 09 20:34:23.732 INFO O| Sep 09 20:34:23.732 INFO STEP 11 (pkg_install) COMPLETE
36712024-09-09T20:34:24.842Z[ host-image] Sep 09 20:34:23.732 INFO O| Sep 09 20:34:23.732 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-09-09T20:34:24.842Z[ host-image] Sep 09 20:34:23.754 INFO O| Sep 09 20:34:23.754 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
36732024-09-09T20:34:25.112Z[ recovery-image] Sep 09 20:34:24.357 INFO O| Sep 09 20:34:24.356 INFO O| Download: Completed 20.80 MB in 1.53 seconds (13.6M/s)
36742024-09-09T20:34:25.288Z[ recovery-image] Sep 09 20:34:24.532 INFO O| Sep 09 20:34:24.532 INFO O| Actions: 1/22 actions (Installing new actions)
36752024-09-09T20:34:25.626Z[ host-image] Sep 09 20:34:24.870 INFO O| Sep 09 20:34:24.870 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36762024-09-09T20:34:26.016Z[ recovery-image] Sep 09 20:34:25.260 INFO O| Sep 09 20:34:25.260 INFO O| Actions: Completed 22 actions in 0.73 seconds.
36772024-09-09T20:34:26.423Z[ recovery-image] Sep 09 20:34:25.667 INFO O| Sep 09 20:34:25.667 INFO O| Done
36782024-09-09T20:34:26.423Z[ recovery-image] Sep 09 20:34:25.667 INFO O| Sep 09 20:34:25.667 INFO O| Done
36792024-09-09T20:34:26.940Z[ recovery-image] Sep 09 20:34:26.184 INFO O| Sep 09 20:34:26.184 INFO O| Done
36802024-09-09T20:34:28.291Z[ recovery-image] Sep 09 20:34:27.535 INFO O| Sep 09 20:34:27.535 INFO O| Done
36812024-09-09T20:34:28.315Z[ recovery-image] Sep 09 20:34:27.554 INFO O| Sep 09 20:34:27.554 INFO O| Done
36822024-09-09T20:34:28.315Z[ recovery-image] Sep 09 20:34:27.554 INFO O| Sep 09 20:34:27.554 INFO O| Done
36832024-09-09T20:34:28.339Z[ recovery-image] Sep 09 20:34:27.567 INFO O| Sep 09 20:34:27.567 INFO O| Done
36842024-09-09T20:34:28.592Z[ recovery-image] Sep 09 20:34:27.836 INFO O| Sep 09 20:34:27.836 INFO STEP 14 (pkg_install) COMPLETE
36852024-09-09T20:34:28.593Z[ recovery-image] Sep 09 20:34:27.836 INFO O| Sep 09 20:34:27.836 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36862024-09-09T20:34:28.616Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO skip step because feature "mfg" is not enabled
36872024-09-09T20:34:28.616Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36882024-09-09T20:34:28.616Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO skip step because feature "compliance" is not enabled
36892024-09-09T20:34:28.616Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36902024-09-09T20:34:28.616Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO skip step because feature "stress" is not enabled
36912024-09-09T20:34:28.616Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36922024-09-09T20:34:28.617Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO skip step because feature "nfs" is not enabled
36932024-09-09T20:34:28.617Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36942024-09-09T20:34:28.617Z[ recovery-image] Sep 09 20:34:27.837 INFO O| Sep 09 20:34:27.836 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36952024-09-09T20:34:28.641Z[ recovery-image] Sep 09 20:34:27.862 INFO O| Sep 09 20:34:27.862 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36962024-09-09T20:34:28.711Z[ recovery-image] Sep 09 20:34:27.955 INFO O| Sep 09 20:34:27.955 INFO completed processing gimlet/ramdisk-01-os
36972024-09-09T20:34:28.735Z[ recovery-image] Sep 09 20:34:27.960 INFO image builder template: ramdisk-02-trim...
36982024-09-09T20:34:28.735Z[ recovery-image] Sep 09 20:34:27.960 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/.tmpmWML9b/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
36992024-09-09T20:34:28.762Z[ recovery-image] Sep 09 20:34:28.006 INFO O| Sep 09 20:34:28.005 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37002024-09-09T20:34:28.786Z[ recovery-image] Sep 09 20:34:28.030 INFO O| Sep 09 20:34:28.030 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37012024-09-09T20:34:28.881Z[ recovery-image] Sep 09 20:34:28.125 INFO O| Sep 09 20:34:28.125 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37022024-09-09T20:34:28.936Z[ recovery-image] Sep 09 20:34:28.180 INFO O| Sep 09 20:34:28.180 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37032024-09-09T20:34:28.960Z[ recovery-image] Sep 09 20:34:28.181 INFO O| Sep 09 20:34:28.181 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37042024-09-09T20:34:28.960Z[ recovery-image] Sep 09 20:34:28.192 INFO O| Sep 09 20:34:28.192 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37052024-09-09T20:34:28.960Z[ recovery-image] Sep 09 20:34:28.202 INFO O| Sep 09 20:34:28.201 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37062024-09-09T20:34:28.984Z[ recovery-image] Sep 09 20:34:28.213 INFO O| Sep 09 20:34:28.213 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37072024-09-09T20:34:29.287Z[ recovery-image] Sep 09 20:34:28.531 INFO O| Sep 09 20:34:28.531 INFO rolled back to input snapshot; work may begin
37082024-09-09T20:34:29.287Z[ recovery-image] Sep 09 20:34:28.531 INFO O| Sep 09 20:34:28.531 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37092024-09-09T20:34:29.332Z[ recovery-image] Sep 09 20:34:28.576 INFO O| Sep 09 20:34:28.576 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-09-09T20:34:29.396Z[ recovery-image] Sep 09 20:34:28.640 INFO O| Sep 09 20:34:28.639 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37112024-09-09T20:34:29.482Z[ host-image] Sep 09 20:34:28.726 INFO O| Sep 09 20:34:28.726 INFO O| Planning: Solver setup ... Done
37122024-09-09T20:34:29.506Z[ host-image] Sep 09 20:34:28.732 INFO O| Sep 09 20:34:28.732 INFO O| Planning: Running solver ... Done
37132024-09-09T20:34:29.560Z[ host-image] Sep 09 20:34:28.804 INFO O| Sep 09 20:34:28.804 INFO O| Planning: Finding local manifests ... Done
37142024-09-09T20:34:29.583Z[ host-image] Sep 09 20:34:28.806 INFO O| Sep 09 20:34:28.806 INFO O| Planning: Fetching manifests: 0/4 0% complete
37152024-09-09T20:34:29.607Z[ recovery-image] Sep 09 20:34:28.834 INFO O| Sep 09 20:34:28.834 INFO STEP 0 (remove_files) COMPLETE
37162024-09-09T20:34:29.607Z[ recovery-image] Sep 09 20:34:28.834 INFO O| Sep 09 20:34:28.834 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-09-09T20:34:29.657Z[ recovery-image] Sep 09 20:34:28.901 INFO O| Sep 09 20:34:28.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37182024-09-09T20:34:29.681Z[ recovery-image] Sep 09 20:34:28.906 INFO O| Sep 09 20:34:28.906 INFO STEP 1 (remove_files) COMPLETE
37192024-09-09T20:34:29.681Z[ recovery-image] Sep 09 20:34:28.906 INFO O| Sep 09 20:34:28.906 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-09-09T20:34:29.705Z[ recovery-image] Sep 09 20:34:28.931 INFO O| Sep 09 20:34:28.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37212024-09-09T20:34:29.729Z[ recovery-image] Sep 09 20:34:28.972 INFO O| Sep 09 20:34:28.972 INFO STEP 2 (remove_files) COMPLETE
37222024-09-09T20:34:29.729Z[ recovery-image] Sep 09 20:34:28.972 INFO O| Sep 09 20:34:28.972 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-09-09T20:34:29.753Z[ recovery-image] Sep 09 20:34:28.995 INFO O| Sep 09 20:34:28.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37242024-09-09T20:34:29.776Z[ recovery-image] Sep 09 20:34:29.000 INFO O| Sep 09 20:34:28.999 INFO STEP 3 (remove_files) COMPLETE
37252024-09-09T20:34:29.776Z[ recovery-image] Sep 09 20:34:29.000 INFO O| Sep 09 20:34:29.000 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-09-09T20:34:29.815Z[ recovery-image] Sep 09 20:34:29.059 INFO O| Sep 09 20:34:29.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37272024-09-09T20:34:29.839Z[ recovery-image] Sep 09 20:34:29.066 INFO O| Sep 09 20:34:29.066 INFO STEP 4 (remove_files) COMPLETE
37282024-09-09T20:34:29.839Z[ recovery-image] Sep 09 20:34:29.066 INFO O| Sep 09 20:34:29.066 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-09-09T20:34:29.863Z[ recovery-image] Sep 09 20:34:29.104 INFO O| Sep 09 20:34:29.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37302024-09-09T20:34:29.863Z[ recovery-image] Sep 09 20:34:29.105 INFO O| Sep 09 20:34:29.105 INFO STEP 5 (remove_files) COMPLETE
37312024-09-09T20:34:29.863Z[ recovery-image] Sep 09 20:34:29.105 INFO O| Sep 09 20:34:29.105 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-09-09T20:34:29.903Z[ recovery-image] Sep 09 20:34:29.147 INFO O| Sep 09 20:34:29.147 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37332024-09-09T20:34:29.927Z[ host-image] Sep 09 20:34:29.153 INFO O| Sep 09 20:34:29.153 INFO O| Planning: Fetching manifests: 4/4 100% complete
37342024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.168 INFO O| Sep 09 20:34:29.168 INFO STEP 6 (remove_files) COMPLETE
37352024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.168 INFO O| Sep 09 20:34:29.168 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37362024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.168 INFO O| Sep 09 20:34:29.168 INFO skip step because feature "recovery" is enabled
37372024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.168 INFO O| Sep 09 20:34:29.168 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.169 INFO O| Sep 09 20:34:29.168 INFO skip step because feature "recovery" is enabled
37392024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.169 INFO O| Sep 09 20:34:29.168 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.169 INFO O| Sep 09 20:34:29.168 INFO skip step because feature "recovery" is enabled
37412024-09-09T20:34:29.927Z[ recovery-image] Sep 09 20:34:29.169 INFO O| Sep 09 20:34:29.168 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37422024-09-09T20:34:29.951Z[ host-image] Sep 09 20:34:29.194 INFO O| Sep 09 20:34:29.194 INFO O| Planning: Package planning ... Done
37432024-09-09T20:34:29.976Z[ host-image] Sep 09 20:34:29.198 INFO O| Sep 09 20:34:29.198 INFO O| Planning: Merging actions ... Done
37442024-09-09T20:34:30.006Z[ recovery-image] Sep 09 20:34:29.250 INFO O| Sep 09 20:34:29.250 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37452024-09-09T20:34:30.030Z[ recovery-image] Sep 09 20:34:29.257 INFO O| Sep 09 20:34:29.257 INFO STEP 10 (remove_files) COMPLETE
37462024-09-09T20:34:30.030Z[ recovery-image] Sep 09 20:34:29.257 INFO O| Sep 09 20:34:29.257 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-09-09T20:34:30.054Z[ recovery-image] Sep 09 20:34:29.296 INFO O| Sep 09 20:34:29.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37482024-09-09T20:34:30.054Z[ recovery-image] Sep 09 20:34:29.298 INFO O| Sep 09 20:34:29.298 INFO STEP 11 (remove_files) COMPLETE
37492024-09-09T20:34:30.054Z[ recovery-image] Sep 09 20:34:29.298 INFO O| Sep 09 20:34:29.298 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-09-09T20:34:30.079Z[ recovery-image] Sep 09 20:34:29.321 INFO O| Sep 09 20:34:29.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37512024-09-09T20:34:30.103Z[ recovery-image] Sep 09 20:34:29.326 INFO O| Sep 09 20:34:29.326 INFO STEP 12 (remove_files) COMPLETE
37522024-09-09T20:34:30.103Z[ recovery-image] Sep 09 20:34:29.326 INFO O| Sep 09 20:34:29.326 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-09-09T20:34:30.127Z[ host-image] Sep 09 20:34:29.354 INFO O| Sep 09 20:34:29.354 INFO O| Planning: Checking for conflicting actions ... Done
37542024-09-09T20:34:30.127Z[ host-image] Sep 09 20:34:29.356 INFO O| Sep 09 20:34:29.356 INFO O| Planning: Consolidating action changes ... Done
37552024-09-09T20:34:30.127Z[ recovery-image] Sep 09 20:34:29.359 INFO O| Sep 09 20:34:29.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37562024-09-09T20:34:30.356Z[ recovery-image] Sep 09 20:34:29.600 INFO O| Sep 09 20:34:29.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37572024-09-09T20:34:30.380Z[ recovery-image] Sep 09 20:34:29.607 INFO O| Sep 09 20:34:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37582024-09-09T20:34:30.380Z[ recovery-image] Sep 09 20:34:29.610 INFO O| Sep 09 20:34:29.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37592024-09-09T20:34:30.440Z[ host-image] Sep 09 20:34:29.685 INFO O| Sep 09 20:34:29.684 INFO O| Planning: Evaluating mediators ... Done
37602024-09-09T20:34:30.464Z[ host-image] Sep 09 20:34:29.687 INFO O| Sep 09 20:34:29.687 INFO O| Planning: Planning completed in 4.82 seconds
37612024-09-09T20:34:30.465Z[ host-image] Sep 09 20:34:29.690 INFO O| Sep 09 20:34:29.690 INFO O| Packages to install: 4
37622024-09-09T20:34:30.465Z[ host-image] Sep 09 20:34:29.690 INFO O| Sep 09 20:34:29.690 INFO O| Services to change: 2
37632024-09-09T20:34:30.465Z[ recovery-image] Sep 09 20:34:29.708 INFO O| Sep 09 20:34:29.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37642024-09-09T20:34:30.489Z[ host-image] Sep 09 20:34:29.709 INFO O| Sep 09 20:34:29.709 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
37652024-09-09T20:34:30.617Z[ recovery-image] Sep 09 20:34:29.861 INFO O| Sep 09 20:34:29.860 INFO STEP 13 (remove_files) COMPLETE
37662024-09-09T20:34:30.617Z[ recovery-image] Sep 09 20:34:29.861 INFO O| Sep 09 20:34:29.861 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37672024-09-09T20:34:30.641Z[ recovery-image] Sep 09 20:34:29.880 INFO O| Sep 09 20:34:29.880 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37682024-09-09T20:34:30.641Z[ recovery-image] Sep 09 20:34:29.883 INFO O| Sep 09 20:34:29.883 INFO STEP 14 (remove_files) COMPLETE
37692024-09-09T20:34:30.641Z[ recovery-image] Sep 09 20:34:29.883 INFO O| Sep 09 20:34:29.883 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37702024-09-09T20:34:30.665Z[ recovery-image] Sep 09 20:34:29.900 INFO O| Sep 09 20:34:29.900 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37712024-09-09T20:34:30.688Z[ recovery-image] Sep 09 20:34:29.910 INFO O| Sep 09 20:34:29.909 INFO STEP 15 (remove_files) COMPLETE
37722024-09-09T20:34:30.688Z[ recovery-image] Sep 09 20:34:29.910 INFO O| Sep 09 20:34:29.909 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-09-09T20:34:30.780Z[ recovery-image] Sep 09 20:34:30.024 INFO O| Sep 09 20:34:30.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37742024-09-09T20:34:30.803Z[ recovery-image] Sep 09 20:34:30.025 INFO O| Sep 09 20:34:30.025 INFO STEP 16 (remove_files) COMPLETE
37752024-09-09T20:34:30.803Z[ recovery-image] Sep 09 20:34:30.025 INFO O| Sep 09 20:34:30.025 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-09-09T20:34:30.845Z[ recovery-image] Sep 09 20:34:30.089 INFO O| Sep 09 20:34:30.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37772024-09-09T20:34:30.868Z[ recovery-image] Sep 09 20:34:30.091 INFO O| Sep 09 20:34:30.091 INFO STEP 17 (remove_files) COMPLETE
37782024-09-09T20:34:30.868Z[ recovery-image] Sep 09 20:34:30.091 INFO O| Sep 09 20:34:30.091 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-09-09T20:34:30.908Z[ recovery-image] Sep 09 20:34:30.153 INFO O| Sep 09 20:34:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37802024-09-09T20:34:30.909Z[ recovery-image] Sep 09 20:34:30.153 INFO O| Sep 09 20:34:30.153 INFO STEP 18 (remove_files) COMPLETE
37812024-09-09T20:34:30.932Z[ recovery-image] Sep 09 20:34:30.153 INFO O| Sep 09 20:34:30.153 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-09-09T20:34:30.932Z[ recovery-image] Sep 09 20:34:30.170 INFO O| Sep 09 20:34:30.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37832024-09-09T20:34:30.932Z[ recovery-image] Sep 09 20:34:30.170 INFO O| Sep 09 20:34:30.170 INFO STEP 19 (remove_files) COMPLETE
37842024-09-09T20:34:30.932Z[ recovery-image] Sep 09 20:34:30.170 INFO O| Sep 09 20:34:30.170 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-09-09T20:34:30.956Z[ recovery-image] Sep 09 20:34:30.189 INFO O| Sep 09 20:34:30.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37862024-09-09T20:34:30.956Z[ recovery-image] Sep 09 20:34:30.189 INFO O| Sep 09 20:34:30.189 INFO STEP 20 (remove_files) COMPLETE
37872024-09-09T20:34:30.956Z[ recovery-image] Sep 09 20:34:30.189 INFO O| Sep 09 20:34:30.189 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-09-09T20:34:30.986Z[ recovery-image] Sep 09 20:34:30.230 INFO O| Sep 09 20:34:30.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37892024-09-09T20:34:31.010Z[ recovery-image] Sep 09 20:34:30.230 INFO O| Sep 09 20:34:30.230 INFO STEP 21 (remove_files) COMPLETE
37902024-09-09T20:34:31.010Z[ recovery-image] Sep 09 20:34:30.230 INFO O| Sep 09 20:34:30.230 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-09-09T20:34:31.033Z[ recovery-image] Sep 09 20:34:30.258 INFO O| Sep 09 20:34:30.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37922024-09-09T20:34:31.033Z[ recovery-image] Sep 09 20:34:30.258 INFO O| Sep 09 20:34:30.258 INFO STEP 22 (remove_files) COMPLETE
37932024-09-09T20:34:31.033Z[ recovery-image] Sep 09 20:34:30.259 INFO O| Sep 09 20:34:30.258 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-09-09T20:34:31.057Z[ recovery-image] Sep 09 20:34:30.281 INFO O| Sep 09 20:34:30.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37952024-09-09T20:34:31.057Z[ recovery-image] Sep 09 20:34:30.281 INFO O| Sep 09 20:34:30.281 INFO STEP 23 (remove_files) COMPLETE
37962024-09-09T20:34:31.057Z[ recovery-image] Sep 09 20:34:30.281 INFO O| Sep 09 20:34:30.281 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-09-09T20:34:31.081Z[ recovery-image] Sep 09 20:34:30.302 INFO O| Sep 09 20:34:30.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37982024-09-09T20:34:31.081Z[ recovery-image] Sep 09 20:34:30.302 INFO O| Sep 09 20:34:30.302 INFO STEP 24 (remove_files) COMPLETE
37992024-09-09T20:34:31.081Z[ recovery-image] Sep 09 20:34:30.302 INFO O| Sep 09 20:34:30.302 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-09-09T20:34:31.081Z[ recovery-image] Sep 09 20:34:30.322 INFO O| Sep 09 20:34:30.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38012024-09-09T20:34:31.081Z[ recovery-image] Sep 09 20:34:30.322 INFO O| Sep 09 20:34:30.322 INFO STEP 25 (remove_files) COMPLETE
38022024-09-09T20:34:31.081Z[ recovery-image] Sep 09 20:34:30.322 INFO O| Sep 09 20:34:30.322 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-09-09T20:34:31.105Z[ recovery-image] Sep 09 20:34:30.343 INFO O| Sep 09 20:34:30.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38042024-09-09T20:34:31.105Z[ recovery-image] Sep 09 20:34:30.343 INFO O| Sep 09 20:34:30.343 INFO STEP 26 (remove_files) COMPLETE
38052024-09-09T20:34:31.105Z[ recovery-image] Sep 09 20:34:30.343 INFO O| Sep 09 20:34:30.343 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-09T20:34:31.129Z[ recovery-image] Sep 09 20:34:30.362 INFO O| Sep 09 20:34:30.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38072024-09-09T20:34:31.129Z[ recovery-image] Sep 09 20:34:30.362 INFO O| Sep 09 20:34:30.362 INFO STEP 27 (remove_files) COMPLETE
38082024-09-09T20:34:31.129Z[ recovery-image] Sep 09 20:34:30.362 INFO O| Sep 09 20:34:30.362 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-09T20:34:31.153Z[ recovery-image] Sep 09 20:34:30.385 INFO O| Sep 09 20:34:30.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38102024-09-09T20:34:31.153Z[ recovery-image] Sep 09 20:34:30.385 INFO O| Sep 09 20:34:30.385 INFO STEP 28 (remove_files) COMPLETE
38112024-09-09T20:34:31.153Z[ recovery-image] Sep 09 20:34:30.385 INFO O| Sep 09 20:34:30.385 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-09T20:34:31.177Z[ recovery-image] Sep 09 20:34:30.410 INFO O| Sep 09 20:34:30.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38132024-09-09T20:34:31.177Z[ recovery-image] Sep 09 20:34:30.410 INFO O| Sep 09 20:34:30.410 INFO STEP 29 (remove_files) COMPLETE
38142024-09-09T20:34:31.177Z[ recovery-image] Sep 09 20:34:30.410 INFO O| Sep 09 20:34:30.410 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-09T20:34:31.201Z[ recovery-image] Sep 09 20:34:30.428 INFO O| Sep 09 20:34:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38162024-09-09T20:34:31.201Z[ recovery-image] Sep 09 20:34:30.428 INFO O| Sep 09 20:34:30.428 INFO STEP 30 (remove_files) COMPLETE
38172024-09-09T20:34:31.201Z[ recovery-image] Sep 09 20:34:30.428 INFO O| Sep 09 20:34:30.428 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-09T20:34:31.202Z[ recovery-image] Sep 09 20:34:30.445 INFO O| Sep 09 20:34:30.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38192024-09-09T20:34:31.202Z[ recovery-image] Sep 09 20:34:30.445 INFO O| Sep 09 20:34:30.445 INFO STEP 31 (remove_files) COMPLETE
38202024-09-09T20:34:31.202Z[ recovery-image] Sep 09 20:34:30.445 INFO O| Sep 09 20:34:30.445 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-09T20:34:31.226Z[ recovery-image] Sep 09 20:34:30.461 INFO O| Sep 09 20:34:30.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38222024-09-09T20:34:31.226Z[ recovery-image] Sep 09 20:34:30.461 INFO O| Sep 09 20:34:30.461 INFO STEP 32 (remove_files) COMPLETE
38232024-09-09T20:34:31.226Z[ recovery-image] Sep 09 20:34:30.461 INFO O| Sep 09 20:34:30.461 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-09T20:34:31.250Z[ recovery-image] Sep 09 20:34:30.493 INFO O| Sep 09 20:34:30.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38252024-09-09T20:34:31.250Z[ recovery-image] Sep 09 20:34:30.493 INFO O| Sep 09 20:34:30.493 INFO STEP 33 (remove_files) COMPLETE
38262024-09-09T20:34:31.250Z[ recovery-image] Sep 09 20:34:30.493 INFO O| Sep 09 20:34:30.493 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-09T20:34:31.283Z[ recovery-image] Sep 09 20:34:30.527 INFO O| Sep 09 20:34:30.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38282024-09-09T20:34:31.283Z[ recovery-image] Sep 09 20:34:30.527 INFO O| Sep 09 20:34:30.527 INFO STEP 34 (remove_files) COMPLETE
38292024-09-09T20:34:31.307Z[ recovery-image] Sep 09 20:34:30.527 INFO O| Sep 09 20:34:30.527 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-09T20:34:31.331Z[ recovery-image] Sep 09 20:34:30.558 INFO O| Sep 09 20:34:30.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38312024-09-09T20:34:31.331Z[ recovery-image] Sep 09 20:34:30.558 INFO O| Sep 09 20:34:30.558 INFO STEP 35 (remove_files) COMPLETE
38322024-09-09T20:34:31.331Z[ recovery-image] Sep 09 20:34:30.558 INFO O| Sep 09 20:34:30.558 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-09T20:34:31.355Z[ recovery-image] Sep 09 20:34:30.576 INFO O| Sep 09 20:34:30.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38342024-09-09T20:34:31.355Z[ recovery-image] Sep 09 20:34:30.576 INFO O| Sep 09 20:34:30.576 INFO STEP 36 (remove_files) COMPLETE
38352024-09-09T20:34:31.355Z[ recovery-image] Sep 09 20:34:30.576 INFO O| Sep 09 20:34:30.576 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-09T20:34:31.355Z[ recovery-image] Sep 09 20:34:30.592 INFO O| Sep 09 20:34:30.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38372024-09-09T20:34:31.355Z[ recovery-image] Sep 09 20:34:30.592 INFO O| Sep 09 20:34:30.592 INFO STEP 37 (remove_files) COMPLETE
38382024-09-09T20:34:31.355Z[ recovery-image] Sep 09 20:34:30.592 INFO O| Sep 09 20:34:30.592 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-09T20:34:31.379Z[ recovery-image] Sep 09 20:34:30.610 INFO O| Sep 09 20:34:30.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38402024-09-09T20:34:31.379Z[ recovery-image] Sep 09 20:34:30.610 INFO O| Sep 09 20:34:30.610 INFO STEP 38 (remove_files) COMPLETE
38412024-09-09T20:34:31.379Z[ recovery-image] Sep 09 20:34:30.611 INFO O| Sep 09 20:34:30.610 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-09T20:34:31.403Z[ recovery-image] Sep 09 20:34:30.644 INFO O| Sep 09 20:34:30.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38432024-09-09T20:34:31.403Z[ recovery-image] Sep 09 20:34:30.644 INFO O| Sep 09 20:34:30.644 INFO STEP 39 (remove_files) COMPLETE
38442024-09-09T20:34:31.403Z[ recovery-image] Sep 09 20:34:30.644 INFO O| Sep 09 20:34:30.644 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-09T20:34:31.427Z[ host-image] Sep 09 20:34:30.658 INFO O| Sep 09 20:34:30.658 INFO O| Download: Completed 1.39 MB in 0.95 seconds (1.5M/s)
38462024-09-09T20:34:31.451Z[ recovery-image] Sep 09 20:34:30.678 INFO O| Sep 09 20:34:30.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38472024-09-09T20:34:31.451Z[ recovery-image] Sep 09 20:34:30.678 INFO O| Sep 09 20:34:30.678 INFO STEP 40 (remove_files) COMPLETE
38482024-09-09T20:34:31.451Z[ recovery-image] Sep 09 20:34:30.678 INFO O| Sep 09 20:34:30.678 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-09-09T20:34:31.475Z[ recovery-image] Sep 09 20:34:30.706 INFO O| Sep 09 20:34:30.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38502024-09-09T20:34:31.475Z[ recovery-image] Sep 09 20:34:30.706 INFO O| Sep 09 20:34:30.706 INFO STEP 41 (remove_files) COMPLETE
38512024-09-09T20:34:31.475Z[ recovery-image] Sep 09 20:34:30.706 INFO O| Sep 09 20:34:30.706 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-09-09T20:34:31.499Z[ host-image] Sep 09 20:34:30.727 INFO O| Sep 09 20:34:30.727 INFO O| Actions: 1/238 actions (Installing new actions)
38532024-09-09T20:34:31.523Z[ recovery-image] Sep 09 20:34:30.754 INFO O| Sep 09 20:34:30.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38542024-09-09T20:34:31.523Z[ recovery-image] Sep 09 20:34:30.755 INFO O| Sep 09 20:34:30.755 INFO STEP 42 (remove_files) COMPLETE
38552024-09-09T20:34:31.523Z[ recovery-image] Sep 09 20:34:30.755 INFO O| Sep 09 20:34:30.755 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-09-09T20:34:31.554Z[ recovery-image] Sep 09 20:34:30.774 INFO O| Sep 09 20:34:30.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38572024-09-09T20:34:31.554Z[ recovery-image] Sep 09 20:34:30.774 INFO O| Sep 09 20:34:30.774 INFO STEP 43 (remove_files) COMPLETE
38582024-09-09T20:34:31.554Z[ recovery-image] Sep 09 20:34:30.775 INFO O| Sep 09 20:34:30.775 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-09-09T20:34:31.578Z[ recovery-image] Sep 09 20:34:30.820 INFO O| Sep 09 20:34:30.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38602024-09-09T20:34:31.578Z[ recovery-image] Sep 09 20:34:30.820 INFO O| Sep 09 20:34:30.820 INFO STEP 44 (remove_files) COMPLETE
38612024-09-09T20:34:31.578Z[ recovery-image] Sep 09 20:34:30.820 INFO O| Sep 09 20:34:30.820 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-09-09T20:34:31.714Z[ recovery-image] Sep 09 20:34:30.957 INFO O| Sep 09 20:34:30.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38632024-09-09T20:34:31.739Z[ recovery-image] Sep 09 20:34:30.957 INFO O| Sep 09 20:34:30.957 INFO STEP 45 (remove_files) COMPLETE
38642024-09-09T20:34:31.739Z[ recovery-image] Sep 09 20:34:30.957 INFO O| Sep 09 20:34:30.957 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-09-09T20:34:31.739Z[ recovery-image] Sep 09 20:34:30.980 INFO O| Sep 09 20:34:30.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38662024-09-09T20:34:31.739Z[ recovery-image] Sep 09 20:34:30.980 INFO O| Sep 09 20:34:30.980 INFO STEP 46 (remove_files) COMPLETE
38672024-09-09T20:34:31.739Z[ recovery-image] Sep 09 20:34:30.980 INFO O| Sep 09 20:34:30.980 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-09-09T20:34:31.763Z[ recovery-image] Sep 09 20:34:30.997 INFO O| Sep 09 20:34:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38692024-09-09T20:34:31.763Z[ recovery-image] Sep 09 20:34:30.997 INFO O| Sep 09 20:34:30.997 INFO STEP 47 (remove_files) COMPLETE
38702024-09-09T20:34:31.763Z[ recovery-image] Sep 09 20:34:30.997 INFO O| Sep 09 20:34:30.997 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-09-09T20:34:31.788Z[ recovery-image] Sep 09 20:34:31.015 INFO O| Sep 09 20:34:31.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38722024-09-09T20:34:31.788Z[ recovery-image] Sep 09 20:34:31.015 INFO O| Sep 09 20:34:31.015 INFO STEP 48 (remove_files) COMPLETE
38732024-09-09T20:34:31.788Z[ recovery-image] Sep 09 20:34:31.015 INFO O| Sep 09 20:34:31.015 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-09-09T20:34:31.830Z[ recovery-image] Sep 09 20:34:31.074 INFO O| Sep 09 20:34:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38752024-09-09T20:34:31.830Z[ recovery-image] Sep 09 20:34:31.074 INFO O| Sep 09 20:34:31.074 INFO STEP 49 (remove_files) COMPLETE
38762024-09-09T20:34:31.830Z[ recovery-image] Sep 09 20:34:31.074 INFO O| Sep 09 20:34:31.074 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-09-09T20:34:31.861Z[ host-image] Sep 09 20:34:31.106 INFO O| Sep 09 20:34:31.106 INFO O| Actions: Completed 238 actions in 0.38 seconds.
38782024-09-09T20:34:31.896Z[ recovery-image] Sep 09 20:34:31.140 INFO O| Sep 09 20:34:31.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38792024-09-09T20:34:31.896Z[ recovery-image] Sep 09 20:34:31.140 INFO O| Sep 09 20:34:31.140 INFO STEP 50 (remove_files) COMPLETE
38802024-09-09T20:34:31.896Z[ recovery-image] Sep 09 20:34:31.140 INFO O| Sep 09 20:34:31.140 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-09-09T20:34:31.923Z[ recovery-image] Sep 09 20:34:31.167 INFO O| Sep 09 20:34:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38822024-09-09T20:34:31.923Z[ recovery-image] Sep 09 20:34:31.167 INFO O| Sep 09 20:34:31.167 INFO STEP 51 (remove_files) COMPLETE
38832024-09-09T20:34:31.947Z[ recovery-image] Sep 09 20:34:31.167 INFO O| Sep 09 20:34:31.167 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-09-09T20:34:31.971Z[ recovery-image] Sep 09 20:34:31.203 INFO O| Sep 09 20:34:31.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38852024-09-09T20:34:31.971Z[ recovery-image] Sep 09 20:34:31.203 INFO O| Sep 09 20:34:31.203 INFO STEP 52 (remove_files) COMPLETE
38862024-09-09T20:34:31.971Z[ recovery-image] Sep 09 20:34:31.203 INFO O| Sep 09 20:34:31.203 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-09-09T20:34:31.995Z[ recovery-image] Sep 09 20:34:31.224 INFO O| Sep 09 20:34:31.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38882024-09-09T20:34:31.995Z[ recovery-image] Sep 09 20:34:31.224 INFO O| Sep 09 20:34:31.224 INFO STEP 53 (remove_files) COMPLETE
38892024-09-09T20:34:31.995Z[ recovery-image] Sep 09 20:34:31.224 INFO O| Sep 09 20:34:31.224 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-09-09T20:34:32.035Z[ recovery-image] Sep 09 20:34:31.279 INFO O| Sep 09 20:34:31.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38912024-09-09T20:34:32.035Z[ recovery-image] Sep 09 20:34:31.279 INFO O| Sep 09 20:34:31.279 INFO STEP 54 (remove_files) COMPLETE
38922024-09-09T20:34:32.059Z[ recovery-image] Sep 09 20:34:31.279 INFO O| Sep 09 20:34:31.279 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-09-09T20:34:32.083Z[ recovery-image] Sep 09 20:34:31.313 INFO O| Sep 09 20:34:31.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38942024-09-09T20:34:32.083Z[ recovery-image] Sep 09 20:34:31.313 INFO O| Sep 09 20:34:31.313 INFO STEP 55 (remove_files) COMPLETE
38952024-09-09T20:34:32.083Z[ recovery-image] Sep 09 20:34:31.313 INFO O| Sep 09 20:34:31.313 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-09T20:34:32.131Z[ recovery-image] Sep 09 20:34:31.375 INFO O| Sep 09 20:34:31.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38972024-09-09T20:34:32.131Z[ recovery-image] Sep 09 20:34:31.375 INFO O| Sep 09 20:34:31.375 INFO STEP 56 (remove_files) COMPLETE
38982024-09-09T20:34:32.155Z[ recovery-image] Sep 09 20:34:31.376 INFO O| Sep 09 20:34:31.375 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-09-09T20:34:32.155Z[ recovery-image] Sep 09 20:34:31.394 INFO O| Sep 09 20:34:31.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39002024-09-09T20:34:32.155Z[ recovery-image] Sep 09 20:34:31.395 INFO O| Sep 09 20:34:31.395 INFO STEP 57 (remove_files) COMPLETE
39012024-09-09T20:34:32.155Z[ recovery-image] Sep 09 20:34:31.395 INFO O| Sep 09 20:34:31.395 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.413 INFO O| Sep 09 20:34:31.413 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39032024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.413 INFO O| Sep 09 20:34:31.413 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39042024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.414 INFO O| Sep 09 20:34:31.414 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39052024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.414 INFO O| Sep 09 20:34:31.414 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39062024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.414 INFO O| Sep 09 20:34:31.414 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39072024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.414 INFO O| Sep 09 20:34:31.414 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39082024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.414 INFO O| Sep 09 20:34:31.414 INFO ok!
39092024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.414 INFO O| Sep 09 20:34:31.414 INFO STEP 58 (ensure_file) COMPLETE
39102024-09-09T20:34:32.179Z[ recovery-image] Sep 09 20:34:31.414 INFO O| Sep 09 20:34:31.414 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-09T20:34:32.224Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.468 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39122024-09-09T20:34:32.224Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39132024-09-09T20:34:32.225Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39142024-09-09T20:34:32.249Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39152024-09-09T20:34:32.249Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39162024-09-09T20:34:32.249Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39172024-09-09T20:34:32.249Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO ok!
39182024-09-09T20:34:32.249Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO STEP 59 (ensure_file) COMPLETE
39192024-09-09T20:34:32.249Z[ recovery-image] Sep 09 20:34:31.469 INFO O| Sep 09 20:34:31.469 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-09T20:34:32.273Z[ host-image] Sep 09 20:34:31.512 INFO O| Sep 09 20:34:31.511 INFO O| Done
39212024-09-09T20:34:32.273Z[ host-image] Sep 09 20:34:31.512 INFO O| Sep 09 20:34:31.512 INFO O| Done
39222024-09-09T20:34:32.296Z[ recovery-image] Sep 09 20:34:31.536 INFO O| Sep 09 20:34:31.536 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39232024-09-09T20:34:32.296Z[ recovery-image] Sep 09 20:34:31.536 INFO O| Sep 09 20:34:31.536 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39242024-09-09T20:34:32.297Z[ recovery-image] Sep 09 20:34:31.536 INFO O| Sep 09 20:34:31.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39252024-09-09T20:34:32.297Z[ recovery-image] Sep 09 20:34:31.536 INFO O| Sep 09 20:34:31.536 INFO ok!
39262024-09-09T20:34:32.297Z[ recovery-image] Sep 09 20:34:31.536 INFO O| Sep 09 20:34:31.536 INFO STEP 60 (ensure_file) COMPLETE
39272024-09-09T20:34:32.297Z[ recovery-image] Sep 09 20:34:31.536 INFO O| Sep 09 20:34:31.536 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-09-09T20:34:32.338Z[ recovery-image] Sep 09 20:34:31.582 INFO O| Sep 09 20:34:31.582 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39292024-09-09T20:34:32.338Z[ recovery-image] Sep 09 20:34:31.582 INFO O| Sep 09 20:34:31.582 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39302024-09-09T20:34:32.362Z[ recovery-image] Sep 09 20:34:31.582 INFO O| Sep 09 20:34:31.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39312024-09-09T20:34:32.362Z[ recovery-image] Sep 09 20:34:31.582 INFO O| Sep 09 20:34:31.582 INFO ok!
39322024-09-09T20:34:32.362Z[ recovery-image] Sep 09 20:34:31.582 INFO O| Sep 09 20:34:31.582 INFO STEP 61 (ensure_file) COMPLETE
39332024-09-09T20:34:32.362Z[ recovery-image] Sep 09 20:34:31.582 INFO O| Sep 09 20:34:31.582 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-09-09T20:34:32.386Z[ recovery-image] Sep 09 20:34:31.620 INFO O| Sep 09 20:34:31.620 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39352024-09-09T20:34:32.386Z[ recovery-image] Sep 09 20:34:31.620 INFO O| Sep 09 20:34:31.620 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39362024-09-09T20:34:32.386Z[ recovery-image] Sep 09 20:34:31.620 INFO O| Sep 09 20:34:31.620 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39372024-09-09T20:34:32.386Z[ recovery-image] Sep 09 20:34:31.620 INFO O| Sep 09 20:34:31.620 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39382024-09-09T20:34:32.386Z[ recovery-image] Sep 09 20:34:31.620 INFO O| Sep 09 20:34:31.620 INFO ok!
39392024-09-09T20:34:32.386Z[ recovery-image] Sep 09 20:34:31.620 INFO O| Sep 09 20:34:31.620 INFO STEP 62 (ensure_file) COMPLETE
39402024-09-09T20:34:32.386Z[ recovery-image] Sep 09 20:34:31.620 INFO O| Sep 09 20:34:31.620 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-09-09T20:34:32.425Z[ recovery-image] Sep 09 20:34:31.669 INFO O| Sep 09 20:34:31.669 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39422024-09-09T20:34:32.425Z[ recovery-image] Sep 09 20:34:31.670 INFO O| Sep 09 20:34:31.669 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39432024-09-09T20:34:32.425Z[ recovery-image] Sep 09 20:34:31.670 INFO O| Sep 09 20:34:31.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39442024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.670 INFO O| Sep 09 20:34:31.670 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39452024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.670 INFO O| Sep 09 20:34:31.670 INFO ok!
39462024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.670 INFO O| Sep 09 20:34:31.670 INFO STEP 63 (ensure_file) COMPLETE
39472024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.670 INFO O| Sep 09 20:34:31.670 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.690 INFO O| Sep 09 20:34:31.689 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39492024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.690 INFO O| Sep 09 20:34:31.689 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39502024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.690 INFO O| Sep 09 20:34:31.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39512024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.690 INFO O| Sep 09 20:34:31.690 INFO ok!
39522024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.690 INFO O| Sep 09 20:34:31.690 INFO STEP 64 (assemble_files) COMPLETE
39532024-09-09T20:34:32.449Z[ recovery-image] Sep 09 20:34:31.690 INFO O| Sep 09 20:34:31.690 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-09-09T20:34:32.496Z[ recovery-image] Sep 09 20:34:31.740 INFO O| Sep 09 20:34:31.740 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39552024-09-09T20:34:32.496Z[ recovery-image] Sep 09 20:34:31.740 INFO O| Sep 09 20:34:31.740 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39562024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.740 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39572024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39582024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO ok!
39592024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO STEP 65 (ensure_file) COMPLETE
39602024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO skip step because feature "omicron1" is not enabled
39622024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO skip step because feature "omicron1" is not enabled
39642024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-09-09T20:34:32.520Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO skip step because feature "omicron1" is not enabled
39662024-09-09T20:34:32.521Z[ recovery-image] Sep 09 20:34:31.741 INFO O| Sep 09 20:34:31.741 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-09-09T20:34:32.545Z[ recovery-image] Sep 09 20:34:31.789 INFO O| Sep 09 20:34:31.789 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39682024-09-09T20:34:32.545Z[ recovery-image] Sep 09 20:34:31.789 INFO O| Sep 09 20:34:31.789 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39692024-09-09T20:34:32.758Z[ host-image] Sep 09 20:34:32.002 INFO O| Sep 09 20:34:32.002 INFO O| Done
39702024-09-09T20:34:34.628Z[ host-image] Sep 09 20:34:33.872 INFO O| Sep 09 20:34:33.872 INFO O| Done
39712024-09-09T20:34:34.660Z[ host-image] Sep 09 20:34:33.904 INFO O| Sep 09 20:34:33.904 INFO O| Done
39722024-09-09T20:34:34.660Z[ host-image] Sep 09 20:34:33.904 INFO O| Sep 09 20:34:33.904 INFO O| Done
39732024-09-09T20:34:34.684Z[ host-image] Sep 09 20:34:33.922 INFO O| Sep 09 20:34:33.922 INFO O| Done
39742024-09-09T20:34:34.824Z[ host-image] Sep 09 20:34:34.068 INFO O| Sep 09 20:34:34.068 INFO STEP 12 (pkg_install) COMPLETE
39752024-09-09T20:34:34.848Z[ host-image] Sep 09 20:34:34.068 INFO O| Sep 09 20:34:34.068 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39762024-09-09T20:34:34.848Z[ host-image] Sep 09 20:34:34.089 INFO O| Sep 09 20:34:34.089 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
39772024-09-09T20:34:35.174Z[ recovery-image] Sep 09 20:34:34.419 INFO O| Sep 09 20:34:34.419 INFO STEP 69 (pack_tar) COMPLETE
39782024-09-09T20:34:35.175Z[ recovery-image] Sep 09 20:34:34.419 INFO O| Sep 09 20:34:34.419 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39792024-09-09T20:34:35.198Z[ recovery-image] Sep 09 20:34:34.419 INFO O| Sep 09 20:34:34.419 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39802024-09-09T20:34:35.344Z[ recovery-image] Sep 09 20:34:34.588 INFO O| Sep 09 20:34:34.588 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39812024-09-09T20:34:35.415Z[ recovery-image] Sep 09 20:34:34.659 INFO O| Sep 09 20:34:34.659 INFO completed processing gimlet/ramdisk-02-trim
39822024-09-09T20:34:35.439Z[ recovery-image] Sep 09 20:34:34.663 INFO image builder template: ramdisk-03-recovery-trim...
39832024-09-09T20:34:35.439Z[ recovery-image] Sep 09 20:34:34.663 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/.tmpmWML9b/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
39842024-09-09T20:34:35.548Z[ recovery-image] Sep 09 20:34:34.792 INFO O| Sep 09 20:34:34.792 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39852024-09-09T20:34:35.572Z[ recovery-image] Sep 09 20:34:34.798 INFO O| Sep 09 20:34:34.798 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39862024-09-09T20:34:35.596Z[ recovery-image] Sep 09 20:34:34.838 INFO O| Sep 09 20:34:34.838 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39872024-09-09T20:34:35.640Z[ recovery-image] Sep 09 20:34:34.885 INFO O| Sep 09 20:34:34.884 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39882024-09-09T20:34:35.640Z[ recovery-image] Sep 09 20:34:34.885 INFO O| Sep 09 20:34:34.885 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39892024-09-09T20:34:35.664Z[ recovery-image] Sep 09 20:34:34.898 INFO O| Sep 09 20:34:34.898 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39902024-09-09T20:34:35.665Z[ recovery-image] Sep 09 20:34:34.906 INFO O| Sep 09 20:34:34.906 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39912024-09-09T20:34:35.689Z[ recovery-image] Sep 09 20:34:34.914 INFO O| Sep 09 20:34:34.914 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39922024-09-09T20:34:36.058Z[ recovery-image] Sep 09 20:34:35.302 INFO O| Sep 09 20:34:35.302 INFO rolled back to input snapshot; work may begin
39932024-09-09T20:34:36.058Z[ recovery-image] Sep 09 20:34:35.302 INFO O| Sep 09 20:34:35.302 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39942024-09-09T20:34:36.103Z[ recovery-image] Sep 09 20:34:35.347 INFO O| Sep 09 20:34:35.347 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-09-09T20:34:36.131Z[ recovery-image] Sep 09 20:34:35.375 INFO O| Sep 09 20:34:35.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39962024-09-09T20:34:36.173Z[ recovery-image] Sep 09 20:34:35.417 INFO O| Sep 09 20:34:35.417 INFO STEP 0 (remove_files) COMPLETE
39972024-09-09T20:34:36.173Z[ recovery-image] Sep 09 20:34:35.418 INFO O| Sep 09 20:34:35.417 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-09-09T20:34:36.217Z[ recovery-image] Sep 09 20:34:35.461 INFO O| Sep 09 20:34:35.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39992024-09-09T20:34:36.241Z[ host-image] Sep 09 20:34:35.473 INFO O| Sep 09 20:34:35.473 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40002024-09-09T20:34:36.345Z[ recovery-image] Sep 09 20:34:35.588 INFO O| Sep 09 20:34:35.588 INFO STEP 1 (remove_files) COMPLETE
40012024-09-09T20:34:36.369Z[ recovery-image] Sep 09 20:34:35.588 INFO O| Sep 09 20:34:35.588 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-09-09T20:34:36.369Z[ recovery-image] Sep 09 20:34:35.612 INFO O| Sep 09 20:34:35.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40032024-09-09T20:34:36.393Z[ recovery-image] Sep 09 20:34:35.615 INFO O| Sep 09 20:34:35.615 INFO STEP 2 (remove_files) COMPLETE
40042024-09-09T20:34:36.393Z[ recovery-image] Sep 09 20:34:35.615 INFO O| Sep 09 20:34:35.615 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-09-09T20:34:36.419Z[ recovery-image] Sep 09 20:34:35.663 INFO O| Sep 09 20:34:35.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40062024-09-09T20:34:36.594Z[ recovery-image] Sep 09 20:34:35.837 INFO O| Sep 09 20:34:35.837 INFO STEP 3 (remove_files) COMPLETE
40072024-09-09T20:34:36.594Z[ recovery-image] Sep 09 20:34:35.838 INFO O| Sep 09 20:34:35.837 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-09-09T20:34:36.629Z[ recovery-image] Sep 09 20:34:35.874 INFO O| Sep 09 20:34:35.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40092024-09-09T20:34:36.804Z[ recovery-image] Sep 09 20:34:36.047 INFO O| Sep 09 20:34:36.047 INFO STEP 4 (remove_files) COMPLETE
40102024-09-09T20:34:36.804Z[ recovery-image] Sep 09 20:34:36.047 INFO O| Sep 09 20:34:36.047 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-09-09T20:34:36.862Z[ recovery-image] Sep 09 20:34:36.106 INFO O| Sep 09 20:34:36.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40122024-09-09T20:34:36.885Z[ recovery-image] Sep 09 20:34:36.109 INFO O| Sep 09 20:34:36.109 INFO STEP 5 (remove_files) COMPLETE
40132024-09-09T20:34:36.885Z[ recovery-image] Sep 09 20:34:36.109 INFO O| Sep 09 20:34:36.109 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-09-09T20:34:36.885Z[ recovery-image] Sep 09 20:34:36.129 INFO O| Sep 09 20:34:36.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40152024-09-09T20:34:36.910Z[ recovery-image] Sep 09 20:34:36.131 INFO O| Sep 09 20:34:36.130 INFO STEP 6 (remove_files) COMPLETE
40162024-09-09T20:34:36.910Z[ recovery-image] Sep 09 20:34:36.131 INFO O| Sep 09 20:34:36.130 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-09-09T20:34:36.933Z[ recovery-image] Sep 09 20:34:36.174 INFO O| Sep 09 20:34:36.174 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40182024-09-09T20:34:36.957Z[ recovery-image] Sep 09 20:34:36.196 INFO O| Sep 09 20:34:36.196 INFO STEP 7 (remove_files) COMPLETE
40192024-09-09T20:34:36.957Z[ recovery-image] Sep 09 20:34:36.196 INFO O| Sep 09 20:34:36.196 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-09-09T20:34:36.981Z[ recovery-image] Sep 09 20:34:36.219 INFO O| Sep 09 20:34:36.219 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40212024-09-09T20:34:37.087Z[ recovery-image] Sep 09 20:34:36.331 INFO O| Sep 09 20:34:36.331 INFO STEP 8 (remove_files) COMPLETE
40222024-09-09T20:34:37.087Z[ recovery-image] Sep 09 20:34:36.331 INFO O| Sep 09 20:34:36.331 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-09-09T20:34:37.112Z[ recovery-image] Sep 09 20:34:36.354 INFO O| Sep 09 20:34:36.354 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40242024-09-09T20:34:37.112Z[ recovery-image] Sep 09 20:34:36.354 INFO O| Sep 09 20:34:36.354 INFO STEP 9 (remove_files) COMPLETE
40252024-09-09T20:34:37.112Z[ recovery-image] Sep 09 20:34:36.354 INFO O| Sep 09 20:34:36.354 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-09-09T20:34:37.147Z[ recovery-image] Sep 09 20:34:36.392 INFO O| Sep 09 20:34:36.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40272024-09-09T20:34:37.171Z[ recovery-image] Sep 09 20:34:36.393 INFO O| Sep 09 20:34:36.393 INFO STEP 10 (remove_files) COMPLETE
40282024-09-09T20:34:37.171Z[ recovery-image] Sep 09 20:34:36.393 INFO O| Sep 09 20:34:36.393 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-09-09T20:34:37.171Z[ recovery-image] Sep 09 20:34:36.412 INFO O| Sep 09 20:34:36.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40302024-09-09T20:34:37.440Z[ recovery-image] Sep 09 20:34:36.684 INFO O| Sep 09 20:34:36.684 INFO STEP 11 (remove_files) COMPLETE
40312024-09-09T20:34:37.440Z[ recovery-image] Sep 09 20:34:36.685 INFO O| Sep 09 20:34:36.684 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-09-09T20:34:37.482Z[ recovery-image] Sep 09 20:34:36.726 INFO O| Sep 09 20:34:36.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40332024-09-09T20:34:37.506Z[ recovery-image] Sep 09 20:34:36.729 INFO O| Sep 09 20:34:36.729 INFO STEP 12 (remove_files) COMPLETE
40342024-09-09T20:34:37.506Z[ recovery-image] Sep 09 20:34:36.729 INFO O| Sep 09 20:34:36.729 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-09-09T20:34:37.530Z[ recovery-image] Sep 09 20:34:36.772 INFO O| Sep 09 20:34:36.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40362024-09-09T20:34:37.554Z[ recovery-image] Sep 09 20:34:36.799 INFO O| Sep 09 20:34:36.798 INFO STEP 13 (remove_files) COMPLETE
40372024-09-09T20:34:37.578Z[ recovery-image] Sep 09 20:34:36.799 INFO O| Sep 09 20:34:36.799 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-09-09T20:34:37.578Z[ recovery-image] Sep 09 20:34:36.818 INFO O| Sep 09 20:34:36.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40392024-09-09T20:34:37.578Z[ recovery-image] Sep 09 20:34:36.818 INFO O| Sep 09 20:34:36.818 INFO STEP 14 (remove_files) COMPLETE
40402024-09-09T20:34:37.578Z[ recovery-image] Sep 09 20:34:36.818 INFO O| Sep 09 20:34:36.818 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-09-09T20:34:37.602Z[ recovery-image] Sep 09 20:34:36.834 INFO O| Sep 09 20:34:36.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40422024-09-09T20:34:37.626Z[ recovery-image] Sep 09 20:34:36.858 INFO O| Sep 09 20:34:36.858 INFO STEP 15 (remove_files) COMPLETE
40432024-09-09T20:34:37.626Z[ recovery-image] Sep 09 20:34:36.859 INFO O| Sep 09 20:34:36.858 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-09-09T20:34:37.701Z[ recovery-image] Sep 09 20:34:36.945 INFO O| Sep 09 20:34:36.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40452024-09-09T20:34:37.725Z[ recovery-image] Sep 09 20:34:36.953 INFO O| Sep 09 20:34:36.953 INFO STEP 16 (remove_files) COMPLETE
40462024-09-09T20:34:37.725Z[ recovery-image] Sep 09 20:34:36.953 INFO O| Sep 09 20:34:36.953 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-09-09T20:34:37.817Z[ recovery-image] Sep 09 20:34:37.061 INFO O| Sep 09 20:34:37.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40482024-09-09T20:34:37.842Z[ recovery-image] Sep 09 20:34:37.086 INFO O| Sep 09 20:34:37.086 INFO STEP 17 (remove_files) COMPLETE
40492024-09-09T20:34:37.842Z[ recovery-image] Sep 09 20:34:37.086 INFO O| Sep 09 20:34:37.086 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-09-09T20:34:37.903Z[ recovery-image] Sep 09 20:34:37.147 INFO O| Sep 09 20:34:37.147 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40512024-09-09T20:34:38.014Z[ recovery-image] Sep 09 20:34:37.227 INFO O| Sep 09 20:34:37.227 INFO STEP 18 (remove_files) COMPLETE
40522024-09-09T20:34:38.014Z[ recovery-image] Sep 09 20:34:37.228 INFO O| Sep 09 20:34:37.227 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-09-09T20:34:38.014Z[ recovery-image] Sep 09 20:34:37.255 INFO O| Sep 09 20:34:37.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40542024-09-09T20:34:38.175Z[ recovery-image] Sep 09 20:34:37.419 INFO O| Sep 09 20:34:37.419 INFO STEP 19 (remove_files) COMPLETE
40552024-09-09T20:34:38.175Z[ recovery-image] Sep 09 20:34:37.420 INFO O| Sep 09 20:34:37.419 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-09-09T20:34:38.200Z[ recovery-image] Sep 09 20:34:37.444 INFO O| Sep 09 20:34:37.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40572024-09-09T20:34:38.224Z[ recovery-image] Sep 09 20:34:37.468 INFO O| Sep 09 20:34:37.468 INFO STEP 20 (remove_files) COMPLETE
40582024-09-09T20:34:38.224Z[ recovery-image] Sep 09 20:34:37.468 INFO O| Sep 09 20:34:37.468 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-09-09T20:34:38.248Z[ recovery-image] Sep 09 20:34:37.490 INFO O| Sep 09 20:34:37.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40602024-09-09T20:34:38.248Z[ recovery-image] Sep 09 20:34:37.491 INFO O| Sep 09 20:34:37.491 INFO STEP 21 (remove_files) COMPLETE
40612024-09-09T20:34:38.248Z[ recovery-image] Sep 09 20:34:37.491 INFO O| Sep 09 20:34:37.491 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-09-09T20:34:38.283Z[ recovery-image] Sep 09 20:34:37.527 INFO O| Sep 09 20:34:37.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40632024-09-09T20:34:38.307Z[ recovery-image] Sep 09 20:34:37.528 INFO O| Sep 09 20:34:37.527 INFO STEP 22 (remove_files) COMPLETE
40642024-09-09T20:34:38.307Z[ recovery-image] Sep 09 20:34:37.528 INFO O| Sep 09 20:34:37.528 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-09-09T20:34:38.331Z[ recovery-image] Sep 09 20:34:37.564 INFO O| Sep 09 20:34:37.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40662024-09-09T20:34:38.331Z[ recovery-image] Sep 09 20:34:37.564 INFO O| Sep 09 20:34:37.564 INFO STEP 23 (remove_files) COMPLETE
40672024-09-09T20:34:38.331Z[ recovery-image] Sep 09 20:34:37.564 INFO O| Sep 09 20:34:37.564 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-09-09T20:34:38.355Z[ recovery-image] Sep 09 20:34:37.600 INFO O| Sep 09 20:34:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40692024-09-09T20:34:38.379Z[ recovery-image] Sep 09 20:34:37.600 INFO O| Sep 09 20:34:37.600 INFO STEP 24 (remove_files) COMPLETE
40702024-09-09T20:34:38.379Z[ recovery-image] Sep 09 20:34:37.600 INFO O| Sep 09 20:34:37.600 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-09-09T20:34:38.403Z[ recovery-image] Sep 09 20:34:37.639 INFO O| Sep 09 20:34:37.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40722024-09-09T20:34:38.404Z[ recovery-image] Sep 09 20:34:37.639 INFO O| Sep 09 20:34:37.639 INFO STEP 25 (remove_files) COMPLETE
40732024-09-09T20:34:38.404Z[ recovery-image] Sep 09 20:34:37.639 INFO O| Sep 09 20:34:37.639 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-09-09T20:34:38.430Z[ recovery-image] Sep 09 20:34:37.674 INFO O| Sep 09 20:34:37.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40752024-09-09T20:34:38.454Z[ recovery-image] Sep 09 20:34:37.675 INFO O| Sep 09 20:34:37.674 INFO STEP 26 (remove_files) COMPLETE
40762024-09-09T20:34:38.454Z[ recovery-image] Sep 09 20:34:37.675 INFO O| Sep 09 20:34:37.674 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-09-09T20:34:38.454Z[ recovery-image] Sep 09 20:34:37.698 INFO O| Sep 09 20:34:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40782024-09-09T20:34:38.454Z[ recovery-image] Sep 09 20:34:37.698 INFO O| Sep 09 20:34:37.698 INFO STEP 27 (remove_files) COMPLETE
40792024-09-09T20:34:38.454Z[ recovery-image] Sep 09 20:34:37.698 INFO O| Sep 09 20:34:37.698 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-09-09T20:34:38.552Z[ recovery-image] Sep 09 20:34:37.796 INFO O| Sep 09 20:34:37.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40812024-09-09T20:34:38.576Z[ recovery-image] Sep 09 20:34:37.816 INFO O| Sep 09 20:34:37.816 INFO STEP 28 (remove_files) COMPLETE
40822024-09-09T20:34:38.576Z[ recovery-image] Sep 09 20:34:37.816 INFO O| Sep 09 20:34:37.816 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-09-09T20:34:38.634Z[ recovery-image] Sep 09 20:34:37.878 INFO O| Sep 09 20:34:37.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40842024-09-09T20:34:38.657Z[ recovery-image] Sep 09 20:34:37.878 INFO O| Sep 09 20:34:37.878 INFO STEP 29 (remove_files) COMPLETE
40852024-09-09T20:34:38.657Z[ recovery-image] Sep 09 20:34:37.878 INFO O| Sep 09 20:34:37.878 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-09-09T20:34:38.681Z[ recovery-image] Sep 09 20:34:37.902 INFO O| Sep 09 20:34:37.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40872024-09-09T20:34:38.681Z[ recovery-image] Sep 09 20:34:37.921 INFO O| Sep 09 20:34:37.921 INFO STEP 30 (remove_files) COMPLETE
40882024-09-09T20:34:38.681Z[ recovery-image] Sep 09 20:34:37.921 INFO O| Sep 09 20:34:37.921 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-09-09T20:34:38.719Z[ recovery-image] Sep 09 20:34:37.963 INFO O| Sep 09 20:34:37.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40902024-09-09T20:34:38.719Z[ recovery-image] Sep 09 20:34:37.963 INFO O| Sep 09 20:34:37.963 INFO STEP 31 (remove_files) COMPLETE
40912024-09-09T20:34:38.743Z[ recovery-image] Sep 09 20:34:37.963 INFO O| Sep 09 20:34:37.963 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-09-09T20:34:38.767Z[ recovery-image] Sep 09 20:34:37.988 INFO O| Sep 09 20:34:37.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40932024-09-09T20:34:38.767Z[ recovery-image] Sep 09 20:34:38.002 INFO O| Sep 09 20:34:38.002 INFO STEP 32 (remove_files) COMPLETE
40942024-09-09T20:34:38.767Z[ recovery-image] Sep 09 20:34:38.002 INFO O| Sep 09 20:34:38.002 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-09-09T20:34:38.791Z[ recovery-image] Sep 09 20:34:38.035 INFO O| Sep 09 20:34:38.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40962024-09-09T20:34:38.791Z[ recovery-image] Sep 09 20:34:38.035 INFO O| Sep 09 20:34:38.035 INFO STEP 33 (remove_files) COMPLETE
40972024-09-09T20:34:38.815Z[ recovery-image] Sep 09 20:34:38.036 INFO O| Sep 09 20:34:38.035 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-09-09T20:34:38.815Z[ recovery-image] Sep 09 20:34:38.054 INFO O| Sep 09 20:34:38.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40992024-09-09T20:34:38.815Z[ recovery-image] Sep 09 20:34:38.055 INFO O| Sep 09 20:34:38.054 INFO STEP 34 (remove_files) COMPLETE
41002024-09-09T20:34:38.815Z[ recovery-image] Sep 09 20:34:38.055 INFO O| Sep 09 20:34:38.055 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-09-09T20:34:38.839Z[ host-image] Sep 09 20:34:38.076 INFO O| Sep 09 20:34:38.076 INFO O| Planning: Solver setup ... Done
41022024-09-09T20:34:38.839Z[ host-image] Sep 09 20:34:38.081 INFO O| Sep 09 20:34:38.081 INFO O| Planning: Running solver ... Done
41032024-09-09T20:34:38.871Z[ recovery-image] Sep 09 20:34:38.115 INFO O| Sep 09 20:34:38.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41042024-09-09T20:34:38.871Z[ recovery-image] Sep 09 20:34:38.115 INFO O| Sep 09 20:34:38.115 INFO STEP 35 (remove_files) COMPLETE
41052024-09-09T20:34:38.871Z[ recovery-image] Sep 09 20:34:38.115 INFO O| Sep 09 20:34:38.115 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-09-09T20:34:38.895Z[ host-image] Sep 09 20:34:38.127 INFO O| Sep 09 20:34:38.126 INFO O| Planning: Finding local manifests ... Done
41072024-09-09T20:34:38.895Z[ host-image] Sep 09 20:34:38.128 INFO O| Sep 09 20:34:38.128 INFO O| Planning: Fetching manifests: 0/6 0% complete
41082024-09-09T20:34:38.895Z[ recovery-image] Sep 09 20:34:38.134 INFO O| Sep 09 20:34:38.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41092024-09-09T20:34:38.895Z[ recovery-image] Sep 09 20:34:38.134 INFO O| Sep 09 20:34:38.134 INFO STEP 36 (remove_files) COMPLETE
41102024-09-09T20:34:38.895Z[ recovery-image] Sep 09 20:34:38.134 INFO O| Sep 09 20:34:38.134 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-09T20:34:38.919Z[ recovery-image] Sep 09 20:34:38.152 INFO O| Sep 09 20:34:38.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41122024-09-09T20:34:38.919Z[ recovery-image] Sep 09 20:34:38.154 INFO O| Sep 09 20:34:38.154 INFO STEP 37 (remove_files) COMPLETE
41132024-09-09T20:34:38.919Z[ recovery-image] Sep 09 20:34:38.154 INFO O| Sep 09 20:34:38.154 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-09T20:34:38.943Z[ recovery-image] Sep 09 20:34:38.172 INFO O| Sep 09 20:34:38.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41152024-09-09T20:34:38.943Z[ recovery-image] Sep 09 20:34:38.172 INFO O| Sep 09 20:34:38.172 INFO STEP 38 (remove_files) COMPLETE
41162024-09-09T20:34:38.943Z[ recovery-image] Sep 09 20:34:38.172 INFO O| Sep 09 20:34:38.172 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-09T20:34:38.967Z[ recovery-image] Sep 09 20:34:38.191 INFO O| Sep 09 20:34:38.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41182024-09-09T20:34:38.967Z[ recovery-image] Sep 09 20:34:38.191 INFO O| Sep 09 20:34:38.191 INFO STEP 39 (remove_files) COMPLETE
41192024-09-09T20:34:38.967Z[ recovery-image] Sep 09 20:34:38.191 INFO O| Sep 09 20:34:38.191 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-09T20:34:38.991Z[ recovery-image] Sep 09 20:34:38.232 INFO O| Sep 09 20:34:38.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41212024-09-09T20:34:38.991Z[ recovery-image] Sep 09 20:34:38.232 INFO O| Sep 09 20:34:38.232 INFO STEP 40 (remove_files) COMPLETE
41222024-09-09T20:34:38.991Z[ recovery-image] Sep 09 20:34:38.232 INFO O| Sep 09 20:34:38.232 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-09T20:34:39.016Z[ recovery-image] Sep 09 20:34:38.250 INFO O| Sep 09 20:34:38.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41242024-09-09T20:34:39.016Z[ recovery-image] Sep 09 20:34:38.250 INFO O| Sep 09 20:34:38.250 INFO STEP 41 (remove_files) COMPLETE
41252024-09-09T20:34:39.016Z[ recovery-image] Sep 09 20:34:38.251 INFO O| Sep 09 20:34:38.250 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-09T20:34:39.039Z[ recovery-image] Sep 09 20:34:38.268 INFO O| Sep 09 20:34:38.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41272024-09-09T20:34:39.039Z[ recovery-image] Sep 09 20:34:38.268 INFO O| Sep 09 20:34:38.268 INFO STEP 42 (remove_files) COMPLETE
41282024-09-09T20:34:39.039Z[ recovery-image] Sep 09 20:34:38.268 INFO O| Sep 09 20:34:38.268 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-09T20:34:39.161Z[ recovery-image] Sep 09 20:34:38.404 INFO O| Sep 09 20:34:38.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41302024-09-09T20:34:39.161Z[ recovery-image] Sep 09 20:34:38.404 INFO O| Sep 09 20:34:38.404 INFO STEP 43 (remove_files) COMPLETE
41312024-09-09T20:34:39.161Z[ recovery-image] Sep 09 20:34:38.404 INFO O| Sep 09 20:34:38.404 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-09T20:34:39.290Z[ recovery-image] Sep 09 20:34:38.534 INFO O| Sep 09 20:34:38.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41332024-09-09T20:34:39.290Z[ recovery-image] Sep 09 20:34:38.534 INFO O| Sep 09 20:34:38.534 INFO STEP 44 (remove_files) COMPLETE
41342024-09-09T20:34:39.290Z[ recovery-image] Sep 09 20:34:38.534 INFO O| Sep 09 20:34:38.534 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-09T20:34:39.354Z[ recovery-image] Sep 09 20:34:38.598 INFO O| Sep 09 20:34:38.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41362024-09-09T20:34:39.354Z[ recovery-image] Sep 09 20:34:38.598 INFO O| Sep 09 20:34:38.598 INFO STEP 45 (remove_files) COMPLETE
41372024-09-09T20:34:39.354Z[ recovery-image] Sep 09 20:34:38.598 INFO O| Sep 09 20:34:38.598 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-09T20:34:39.378Z[ recovery-image] Sep 09 20:34:38.619 INFO O| Sep 09 20:34:38.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41392024-09-09T20:34:39.378Z[ recovery-image] Sep 09 20:34:38.619 INFO O| Sep 09 20:34:38.619 INFO STEP 46 (remove_files) COMPLETE
41402024-09-09T20:34:39.378Z[ recovery-image] Sep 09 20:34:38.619 INFO O| Sep 09 20:34:38.619 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-09T20:34:39.406Z[ recovery-image] Sep 09 20:34:38.650 INFO O| Sep 09 20:34:38.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41422024-09-09T20:34:39.406Z[ recovery-image] Sep 09 20:34:38.650 INFO O| Sep 09 20:34:38.650 INFO STEP 47 (remove_files) COMPLETE
41432024-09-09T20:34:39.430Z[ recovery-image] Sep 09 20:34:38.650 INFO O| Sep 09 20:34:38.650 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-09T20:34:39.430Z[ host-image] Sep 09 20:34:38.669 INFO O| Sep 09 20:34:38.669 INFO O| Planning: Fetching manifests: 6/6 100% complete
41452024-09-09T20:34:39.454Z[ recovery-image] Sep 09 20:34:38.688 INFO O| Sep 09 20:34:38.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41462024-09-09T20:34:39.454Z[ recovery-image] Sep 09 20:34:38.688 INFO O| Sep 09 20:34:38.688 INFO STEP 48 (remove_files) COMPLETE
41472024-09-09T20:34:39.454Z[ recovery-image] Sep 09 20:34:38.688 INFO O| Sep 09 20:34:38.688 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-09-09T20:34:39.477Z[ recovery-image] Sep 09 20:34:38.714 INFO O| Sep 09 20:34:38.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41492024-09-09T20:34:39.477Z[ recovery-image] Sep 09 20:34:38.714 INFO O| Sep 09 20:34:38.714 INFO STEP 49 (remove_files) COMPLETE
41502024-09-09T20:34:39.478Z[ recovery-image] Sep 09 20:34:38.714 INFO O| Sep 09 20:34:38.714 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-09-09T20:34:39.504Z[ recovery-image] Sep 09 20:34:38.748 INFO O| Sep 09 20:34:38.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41522024-09-09T20:34:39.504Z[ recovery-image] Sep 09 20:34:38.748 INFO O| Sep 09 20:34:38.748 INFO STEP 50 (remove_files) COMPLETE
41532024-09-09T20:34:39.504Z[ recovery-image] Sep 09 20:34:38.748 INFO O| Sep 09 20:34:38.748 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-09-09T20:34:39.528Z[ host-image] Sep 09 20:34:38.750 INFO O| Sep 09 20:34:38.750 INFO O| Planning: Package planning ... Done
41552024-09-09T20:34:39.528Z[ recovery-image] Sep 09 20:34:38.767 INFO O| Sep 09 20:34:38.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41562024-09-09T20:34:39.528Z[ recovery-image] Sep 09 20:34:38.768 INFO O| Sep 09 20:34:38.767 INFO STEP 51 (remove_files) COMPLETE
41572024-09-09T20:34:39.528Z[ recovery-image] Sep 09 20:34:38.768 INFO O| Sep 09 20:34:38.767 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-09-09T20:34:39.552Z[ host-image] Sep 09 20:34:38.775 INFO O| Sep 09 20:34:38.774 INFO O| Planning: Merging actions ... Done
41592024-09-09T20:34:39.552Z[ recovery-image] Sep 09 20:34:38.785 INFO O| Sep 09 20:34:38.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41602024-09-09T20:34:39.552Z[ recovery-image] Sep 09 20:34:38.785 INFO O| Sep 09 20:34:38.785 INFO STEP 52 (remove_files) COMPLETE
41612024-09-09T20:34:39.552Z[ recovery-image] Sep 09 20:34:38.786 INFO O| Sep 09 20:34:38.785 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-09T20:34:39.576Z[ recovery-image] Sep 09 20:34:38.807 INFO O| Sep 09 20:34:38.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41632024-09-09T20:34:39.600Z[ recovery-image] Sep 09 20:34:38.827 INFO O| Sep 09 20:34:38.827 INFO STEP 53 (remove_files) COMPLETE
41642024-09-09T20:34:39.600Z[ recovery-image] Sep 09 20:34:38.827 INFO O| Sep 09 20:34:38.827 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-09T20:34:39.647Z[ recovery-image] Sep 09 20:34:38.891 INFO O| Sep 09 20:34:38.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41662024-09-09T20:34:39.671Z[ recovery-image] Sep 09 20:34:38.892 INFO O| Sep 09 20:34:38.891 INFO STEP 54 (remove_files) COMPLETE
41672024-09-09T20:34:39.671Z[ recovery-image] Sep 09 20:34:38.892 INFO O| Sep 09 20:34:38.891 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-09T20:34:39.694Z[ host-image] Sep 09 20:34:38.917 INFO O| Sep 09 20:34:38.917 INFO O| Planning: Checking for conflicting actions ... Done
41692024-09-09T20:34:39.694Z[ host-image] Sep 09 20:34:38.923 INFO O| Sep 09 20:34:38.923 INFO O| Planning: Consolidating action changes ... Done
41702024-09-09T20:34:39.718Z[ recovery-image] Sep 09 20:34:38.959 INFO O| Sep 09 20:34:38.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41712024-09-09T20:34:39.718Z[ recovery-image] Sep 09 20:34:38.959 INFO O| Sep 09 20:34:38.959 INFO STEP 55 (remove_files) COMPLETE
41722024-09-09T20:34:39.718Z[ recovery-image] Sep 09 20:34:38.959 INFO O| Sep 09 20:34:38.959 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-09-09T20:34:39.742Z[ recovery-image] Sep 09 20:34:38.978 INFO O| Sep 09 20:34:38.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41742024-09-09T20:34:39.742Z[ recovery-image] Sep 09 20:34:38.978 INFO O| Sep 09 20:34:38.978 INFO STEP 56 (remove_files) COMPLETE
41752024-09-09T20:34:39.742Z[ recovery-image] Sep 09 20:34:38.978 INFO O| Sep 09 20:34:38.978 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-09-09T20:34:39.766Z[ recovery-image] Sep 09 20:34:39.005 INFO O| Sep 09 20:34:39.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41772024-09-09T20:34:39.767Z[ recovery-image] Sep 09 20:34:39.006 INFO O| Sep 09 20:34:39.006 INFO STEP 57 (remove_files) COMPLETE
41782024-09-09T20:34:39.767Z[ recovery-image] Sep 09 20:34:39.006 INFO O| Sep 09 20:34:39.006 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-09-09T20:34:39.791Z[ recovery-image] Sep 09 20:34:39.033 INFO O| Sep 09 20:34:39.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41802024-09-09T20:34:39.791Z[ recovery-image] Sep 09 20:34:39.033 INFO O| Sep 09 20:34:39.033 INFO STEP 58 (remove_files) COMPLETE
41812024-09-09T20:34:39.791Z[ recovery-image] Sep 09 20:34:39.033 INFO O| Sep 09 20:34:39.033 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-09-09T20:34:39.823Z[ recovery-image] Sep 09 20:34:39.067 INFO O| Sep 09 20:34:39.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41832024-09-09T20:34:39.823Z[ recovery-image] Sep 09 20:34:39.067 INFO O| Sep 09 20:34:39.067 INFO STEP 59 (remove_files) COMPLETE
41842024-09-09T20:34:39.823Z[ recovery-image] Sep 09 20:34:39.067 INFO O| Sep 09 20:34:39.067 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-09-09T20:34:39.857Z[ recovery-image] Sep 09 20:34:39.101 INFO O| Sep 09 20:34:39.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41862024-09-09T20:34:39.857Z[ recovery-image] Sep 09 20:34:39.101 INFO O| Sep 09 20:34:39.101 INFO STEP 60 (remove_files) COMPLETE
41872024-09-09T20:34:39.857Z[ recovery-image] Sep 09 20:34:39.101 INFO O| Sep 09 20:34:39.101 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-09-09T20:34:39.880Z[ recovery-image] Sep 09 20:34:39.122 INFO O| Sep 09 20:34:39.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41892024-09-09T20:34:39.880Z[ recovery-image] Sep 09 20:34:39.122 INFO O| Sep 09 20:34:39.122 INFO STEP 61 (remove_files) COMPLETE
41902024-09-09T20:34:39.880Z[ recovery-image] Sep 09 20:34:39.122 INFO O| Sep 09 20:34:39.122 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-09-09T20:34:39.904Z[ recovery-image] Sep 09 20:34:39.143 INFO O| Sep 09 20:34:39.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41922024-09-09T20:34:39.904Z[ recovery-image] Sep 09 20:34:39.144 INFO O| Sep 09 20:34:39.144 INFO STEP 62 (remove_files) COMPLETE
41932024-09-09T20:34:39.904Z[ recovery-image] Sep 09 20:34:39.144 INFO O| Sep 09 20:34:39.144 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-09-09T20:34:39.928Z[ recovery-image] Sep 09 20:34:39.163 INFO O| Sep 09 20:34:39.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41952024-09-09T20:34:39.928Z[ recovery-image] Sep 09 20:34:39.164 INFO O| Sep 09 20:34:39.163 INFO STEP 63 (remove_files) COMPLETE
41962024-09-09T20:34:39.928Z[ recovery-image] Sep 09 20:34:39.164 INFO O| Sep 09 20:34:39.164 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-09-09T20:34:39.954Z[ recovery-image] Sep 09 20:34:39.188 INFO O| Sep 09 20:34:39.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41982024-09-09T20:34:39.954Z[ recovery-image] Sep 09 20:34:39.188 INFO O| Sep 09 20:34:39.188 INFO STEP 64 (remove_files) COMPLETE
41992024-09-09T20:34:39.954Z[ recovery-image] Sep 09 20:34:39.188 INFO O| Sep 09 20:34:39.188 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-09-09T20:34:40.001Z[ recovery-image] Sep 09 20:34:39.245 INFO O| Sep 09 20:34:39.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42012024-09-09T20:34:40.001Z[ recovery-image] Sep 09 20:34:39.245 INFO O| Sep 09 20:34:39.245 INFO STEP 65 (remove_files) COMPLETE
42022024-09-09T20:34:40.025Z[ recovery-image] Sep 09 20:34:39.245 INFO O| Sep 09 20:34:39.245 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-09-09T20:34:40.025Z[ recovery-image] Sep 09 20:34:39.263 INFO O| Sep 09 20:34:39.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42042024-09-09T20:34:40.025Z[ recovery-image] Sep 09 20:34:39.263 INFO O| Sep 09 20:34:39.263 INFO STEP 66 (remove_files) COMPLETE
42052024-09-09T20:34:40.025Z[ recovery-image] Sep 09 20:34:39.263 INFO O| Sep 09 20:34:39.263 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-09-09T20:34:40.050Z[ host-image] Sep 09 20:34:39.280 INFO O| Sep 09 20:34:39.280 INFO O| Planning: Evaluating mediators ... Done
42072024-09-09T20:34:40.050Z[ host-image] Sep 09 20:34:39.288 INFO O| Sep 09 20:34:39.288 INFO O| Planning: Planning completed in 3.81 seconds
42082024-09-09T20:34:40.050Z[ host-image] Sep 09 20:34:39.291 INFO O| Sep 09 20:34:39.291 INFO O| Packages to install: 6
42092024-09-09T20:34:40.050Z[ host-image] Sep 09 20:34:39.291 INFO O| Sep 09 20:34:39.291 INFO O| Mediators to change: 1
42102024-09-09T20:34:40.050Z[ host-image] Sep 09 20:34:39.292 INFO O| Sep 09 20:34:39.292 INFO O| Services to change: 1
42112024-09-09T20:34:40.050Z[ recovery-image] Sep 09 20:34:39.292 INFO O| Sep 09 20:34:39.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42122024-09-09T20:34:40.050Z[ recovery-image] Sep 09 20:34:39.292 INFO O| Sep 09 20:34:39.292 INFO STEP 67 (remove_files) COMPLETE
42132024-09-09T20:34:40.050Z[ recovery-image] Sep 09 20:34:39.292 INFO O| Sep 09 20:34:39.292 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-09T20:34:40.079Z[ host-image] Sep 09 20:34:39.323 INFO O| Sep 09 20:34:39.323 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
42152024-09-09T20:34:40.103Z[ recovery-image] Sep 09 20:34:39.331 INFO O| Sep 09 20:34:39.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42162024-09-09T20:34:40.126Z[ recovery-image] Sep 09 20:34:39.357 INFO O| Sep 09 20:34:39.357 INFO STEP 68 (remove_files) COMPLETE
42172024-09-09T20:34:40.126Z[ recovery-image] Sep 09 20:34:39.357 INFO O| Sep 09 20:34:39.357 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-09-09T20:34:40.191Z[ recovery-image] Sep 09 20:34:39.435 INFO O| Sep 09 20:34:39.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42192024-09-09T20:34:40.191Z[ recovery-image] Sep 09 20:34:39.435 INFO O| Sep 09 20:34:39.435 INFO STEP 69 (remove_files) COMPLETE
42202024-09-09T20:34:40.215Z[ recovery-image] Sep 09 20:34:39.435 INFO O| Sep 09 20:34:39.435 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-09-09T20:34:40.250Z[ recovery-image] Sep 09 20:34:39.494 INFO O| Sep 09 20:34:39.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42222024-09-09T20:34:40.250Z[ recovery-image] Sep 09 20:34:39.494 INFO O| Sep 09 20:34:39.494 INFO STEP 70 (remove_files) COMPLETE
42232024-09-09T20:34:40.273Z[ recovery-image] Sep 09 20:34:39.494 INFO O| Sep 09 20:34:39.494 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-09-09T20:34:40.274Z[ recovery-image] Sep 09 20:34:39.512 INFO O| Sep 09 20:34:39.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42252024-09-09T20:34:40.274Z[ recovery-image] Sep 09 20:34:39.512 INFO O| Sep 09 20:34:39.512 INFO STEP 71 (remove_files) COMPLETE
42262024-09-09T20:34:40.274Z[ recovery-image] Sep 09 20:34:39.512 INFO O| Sep 09 20:34:39.512 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-09-09T20:34:40.298Z[ recovery-image] Sep 09 20:34:39.529 INFO O| Sep 09 20:34:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42282024-09-09T20:34:40.298Z[ recovery-image] Sep 09 20:34:39.530 INFO O| Sep 09 20:34:39.529 INFO STEP 72 (remove_files) COMPLETE
42292024-09-09T20:34:40.298Z[ recovery-image] Sep 09 20:34:39.530 INFO O| Sep 09 20:34:39.529 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-09-09T20:34:40.321Z[ recovery-image] Sep 09 20:34:39.546 INFO O| Sep 09 20:34:39.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42312024-09-09T20:34:40.322Z[ recovery-image] Sep 09 20:34:39.546 INFO O| Sep 09 20:34:39.546 INFO STEP 73 (remove_files) COMPLETE
42322024-09-09T20:34:40.322Z[ recovery-image] Sep 09 20:34:39.546 INFO O| Sep 09 20:34:39.546 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-09-09T20:34:40.322Z[ recovery-image] Sep 09 20:34:39.562 INFO O| Sep 09 20:34:39.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42342024-09-09T20:34:40.322Z[ recovery-image] Sep 09 20:34:39.563 INFO O| Sep 09 20:34:39.563 INFO STEP 74 (remove_files) COMPLETE
42352024-09-09T20:34:40.322Z[ recovery-image] Sep 09 20:34:39.563 INFO O| Sep 09 20:34:39.563 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-09-09T20:34:40.345Z[ recovery-image] Sep 09 20:34:39.580 INFO O| Sep 09 20:34:39.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42372024-09-09T20:34:40.345Z[ recovery-image] Sep 09 20:34:39.580 INFO O| Sep 09 20:34:39.580 INFO STEP 75 (remove_files) COMPLETE
42382024-09-09T20:34:40.345Z[ recovery-image] Sep 09 20:34:39.580 INFO O| Sep 09 20:34:39.580 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-09-09T20:34:40.377Z[ recovery-image] Sep 09 20:34:39.596 INFO O| Sep 09 20:34:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42402024-09-09T20:34:40.377Z[ recovery-image] Sep 09 20:34:39.596 INFO O| Sep 09 20:34:39.596 INFO STEP 76 (remove_files) COMPLETE
42412024-09-09T20:34:40.377Z[ recovery-image] Sep 09 20:34:39.597 INFO O| Sep 09 20:34:39.596 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-09-09T20:34:40.377Z[ recovery-image] Sep 09 20:34:39.613 INFO O| Sep 09 20:34:39.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42432024-09-09T20:34:40.377Z[ recovery-image] Sep 09 20:34:39.613 INFO O| Sep 09 20:34:39.613 INFO STEP 77 (remove_files) COMPLETE
42442024-09-09T20:34:40.377Z[ recovery-image] Sep 09 20:34:39.613 INFO O| Sep 09 20:34:39.613 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-09-09T20:34:40.401Z[ recovery-image] Sep 09 20:34:39.631 INFO O| Sep 09 20:34:39.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42462024-09-09T20:34:40.401Z[ recovery-image] Sep 09 20:34:39.631 INFO O| Sep 09 20:34:39.631 INFO STEP 78 (remove_files) COMPLETE
42472024-09-09T20:34:40.401Z[ recovery-image] Sep 09 20:34:39.631 INFO O| Sep 09 20:34:39.631 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-09-09T20:34:40.429Z[ recovery-image] Sep 09 20:34:39.652 INFO O| Sep 09 20:34:39.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42492024-09-09T20:34:40.429Z[ recovery-image] Sep 09 20:34:39.653 INFO O| Sep 09 20:34:39.652 INFO STEP 79 (remove_files) COMPLETE
42502024-09-09T20:34:40.429Z[ recovery-image] Sep 09 20:34:39.653 INFO O| Sep 09 20:34:39.652 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-09-09T20:34:40.453Z[ recovery-image] Sep 09 20:34:39.683 INFO O| Sep 09 20:34:39.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42522024-09-09T20:34:40.453Z[ recovery-image] Sep 09 20:34:39.683 INFO O| Sep 09 20:34:39.683 INFO STEP 80 (remove_files) COMPLETE
42532024-09-09T20:34:40.453Z[ recovery-image] Sep 09 20:34:39.683 INFO O| Sep 09 20:34:39.683 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-09-09T20:34:40.476Z[ recovery-image] Sep 09 20:34:39.712 INFO O| Sep 09 20:34:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42552024-09-09T20:34:40.476Z[ recovery-image] Sep 09 20:34:39.712 INFO O| Sep 09 20:34:39.712 INFO STEP 81 (remove_files) COMPLETE
42562024-09-09T20:34:40.476Z[ recovery-image] Sep 09 20:34:39.712 INFO O| Sep 09 20:34:39.712 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-09-09T20:34:40.500Z[ recovery-image] Sep 09 20:34:39.738 INFO O| Sep 09 20:34:39.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42582024-09-09T20:34:40.500Z[ recovery-image] Sep 09 20:34:39.739 INFO O| Sep 09 20:34:39.739 INFO STEP 82 (remove_files) COMPLETE
42592024-09-09T20:34:40.500Z[ recovery-image] Sep 09 20:34:39.739 INFO O| Sep 09 20:34:39.739 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-09-09T20:34:40.546Z[ recovery-image] Sep 09 20:34:39.790 INFO O| Sep 09 20:34:39.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42612024-09-09T20:34:40.546Z[ recovery-image] Sep 09 20:34:39.790 INFO O| Sep 09 20:34:39.790 INFO STEP 83 (remove_files) COMPLETE
42622024-09-09T20:34:40.546Z[ recovery-image] Sep 09 20:34:39.790 INFO O| Sep 09 20:34:39.790 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-09-09T20:34:40.576Z[ recovery-image] Sep 09 20:34:39.820 INFO O| Sep 09 20:34:39.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42642024-09-09T20:34:40.576Z[ recovery-image] Sep 09 20:34:39.820 INFO O| Sep 09 20:34:39.820 INFO STEP 84 (remove_files) COMPLETE
42652024-09-09T20:34:40.600Z[ recovery-image] Sep 09 20:34:39.820 INFO O| Sep 09 20:34:39.820 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-09-09T20:34:40.623Z[ recovery-image] Sep 09 20:34:39.864 INFO O| Sep 09 20:34:39.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42672024-09-09T20:34:40.623Z[ recovery-image] Sep 09 20:34:39.864 INFO O| Sep 09 20:34:39.864 INFO STEP 85 (remove_files) COMPLETE
42682024-09-09T20:34:40.623Z[ recovery-image] Sep 09 20:34:39.864 INFO O| Sep 09 20:34:39.864 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-09-09T20:34:40.665Z[ recovery-image] Sep 09 20:34:39.909 INFO O| Sep 09 20:34:39.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42702024-09-09T20:34:40.665Z[ recovery-image] Sep 09 20:34:39.909 INFO O| Sep 09 20:34:39.909 INFO STEP 86 (remove_files) COMPLETE
42712024-09-09T20:34:40.689Z[ recovery-image] Sep 09 20:34:39.909 INFO O| Sep 09 20:34:39.909 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-09-09T20:34:40.740Z[ recovery-image] Sep 09 20:34:39.984 INFO O| Sep 09 20:34:39.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42732024-09-09T20:34:40.740Z[ recovery-image] Sep 09 20:34:39.984 INFO O| Sep 09 20:34:39.984 INFO STEP 87 (remove_files) COMPLETE
42742024-09-09T20:34:40.740Z[ recovery-image] Sep 09 20:34:39.984 INFO O| Sep 09 20:34:39.984 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-09-09T20:34:40.797Z[ recovery-image] Sep 09 20:34:40.041 INFO O| Sep 09 20:34:40.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42762024-09-09T20:34:40.797Z[ recovery-image] Sep 09 20:34:40.041 INFO O| Sep 09 20:34:40.041 INFO STEP 88 (remove_files) COMPLETE
42772024-09-09T20:34:40.821Z[ recovery-image] Sep 09 20:34:40.041 INFO O| Sep 09 20:34:40.041 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-09-09T20:34:41.009Z[ recovery-image] Sep 09 20:34:40.254 INFO O| Sep 09 20:34:40.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42792024-09-09T20:34:41.009Z[ recovery-image] Sep 09 20:34:40.254 INFO O| Sep 09 20:34:40.254 INFO STEP 89 (remove_files) COMPLETE
42802024-09-09T20:34:41.033Z[ recovery-image] Sep 09 20:34:40.254 INFO O| Sep 09 20:34:40.254 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-09-09T20:34:41.058Z[ recovery-image] Sep 09 20:34:40.280 INFO O| Sep 09 20:34:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42822024-09-09T20:34:41.058Z[ recovery-image] Sep 09 20:34:40.280 INFO O| Sep 09 20:34:40.280 INFO STEP 90 (remove_files) COMPLETE
42832024-09-09T20:34:41.058Z[ recovery-image] Sep 09 20:34:40.280 INFO O| Sep 09 20:34:40.280 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-09-09T20:34:41.083Z[ recovery-image] Sep 09 20:34:40.309 INFO O| Sep 09 20:34:40.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42852024-09-09T20:34:41.083Z[ recovery-image] Sep 09 20:34:40.309 INFO O| Sep 09 20:34:40.309 INFO STEP 91 (remove_files) COMPLETE
42862024-09-09T20:34:41.083Z[ recovery-image] Sep 09 20:34:40.309 INFO O| Sep 09 20:34:40.309 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-09-09T20:34:41.107Z[ recovery-image] Sep 09 20:34:40.338 INFO O| Sep 09 20:34:40.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42882024-09-09T20:34:41.107Z[ recovery-image] Sep 09 20:34:40.339 INFO O| Sep 09 20:34:40.338 INFO STEP 92 (remove_files) COMPLETE
42892024-09-09T20:34:41.107Z[ recovery-image] Sep 09 20:34:40.339 INFO O| Sep 09 20:34:40.339 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-09-09T20:34:41.130Z[ recovery-image] Sep 09 20:34:40.367 INFO O| Sep 09 20:34:40.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42912024-09-09T20:34:41.130Z[ recovery-image] Sep 09 20:34:40.368 INFO O| Sep 09 20:34:40.368 INFO STEP 93 (remove_files) COMPLETE
42922024-09-09T20:34:41.130Z[ recovery-image] Sep 09 20:34:40.368 INFO O| Sep 09 20:34:40.368 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-09-09T20:34:41.154Z[ recovery-image] Sep 09 20:34:40.390 INFO O| Sep 09 20:34:40.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42942024-09-09T20:34:41.154Z[ recovery-image] Sep 09 20:34:40.391 INFO O| Sep 09 20:34:40.391 INFO STEP 94 (remove_files) COMPLETE
42952024-09-09T20:34:41.154Z[ recovery-image] Sep 09 20:34:40.391 INFO O| Sep 09 20:34:40.391 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-09-09T20:34:41.178Z[ recovery-image] Sep 09 20:34:40.411 INFO O| Sep 09 20:34:40.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42972024-09-09T20:34:41.178Z[ recovery-image] Sep 09 20:34:40.411 INFO O| Sep 09 20:34:40.411 INFO STEP 95 (remove_files) COMPLETE
42982024-09-09T20:34:41.178Z[ recovery-image] Sep 09 20:34:40.411 INFO O| Sep 09 20:34:40.411 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-09-09T20:34:41.202Z[ recovery-image] Sep 09 20:34:40.430 INFO O| Sep 09 20:34:40.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43002024-09-09T20:34:41.202Z[ recovery-image] Sep 09 20:34:40.430 INFO O| Sep 09 20:34:40.430 INFO STEP 96 (remove_files) COMPLETE
43012024-09-09T20:34:41.202Z[ recovery-image] Sep 09 20:34:40.430 INFO O| Sep 09 20:34:40.430 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-09-09T20:34:41.226Z[ recovery-image] Sep 09 20:34:40.469 INFO O| Sep 09 20:34:40.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43032024-09-09T20:34:41.226Z[ recovery-image] Sep 09 20:34:40.469 INFO O| Sep 09 20:34:40.469 INFO STEP 97 (remove_files) COMPLETE
43042024-09-09T20:34:41.226Z[ recovery-image] Sep 09 20:34:40.469 INFO O| Sep 09 20:34:40.469 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-09-09T20:34:41.306Z[ recovery-image] Sep 09 20:34:40.550 INFO O| Sep 09 20:34:40.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43062024-09-09T20:34:41.306Z[ recovery-image] Sep 09 20:34:40.550 INFO O| Sep 09 20:34:40.550 INFO STEP 98 (remove_files) COMPLETE
43072024-09-09T20:34:41.330Z[ recovery-image] Sep 09 20:34:40.550 INFO O| Sep 09 20:34:40.550 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-09-09T20:34:41.330Z[ recovery-image] Sep 09 20:34:40.565 INFO O| Sep 09 20:34:40.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43092024-09-09T20:34:41.331Z[ recovery-image] Sep 09 20:34:40.565 INFO O| Sep 09 20:34:40.565 INFO STEP 99 (remove_files) COMPLETE
43102024-09-09T20:34:41.331Z[ recovery-image] Sep 09 20:34:40.565 INFO O| Sep 09 20:34:40.565 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-09-09T20:34:41.354Z[ recovery-image] Sep 09 20:34:40.581 INFO O| Sep 09 20:34:40.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43122024-09-09T20:34:41.354Z[ recovery-image] Sep 09 20:34:40.581 INFO O| Sep 09 20:34:40.581 INFO STEP 100 (remove_files) COMPLETE
43132024-09-09T20:34:41.355Z[ recovery-image] Sep 09 20:34:40.581 INFO O| Sep 09 20:34:40.581 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-09-09T20:34:41.355Z[ recovery-image] Sep 09 20:34:40.598 INFO O| Sep 09 20:34:40.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43152024-09-09T20:34:41.355Z[ recovery-image] Sep 09 20:34:40.598 INFO O| Sep 09 20:34:40.598 INFO STEP 101 (remove_files) COMPLETE
43162024-09-09T20:34:41.355Z[ recovery-image] Sep 09 20:34:40.598 INFO O| Sep 09 20:34:40.598 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-09-09T20:34:41.379Z[ recovery-image] Sep 09 20:34:40.614 INFO O| Sep 09 20:34:40.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43182024-09-09T20:34:41.379Z[ recovery-image] Sep 09 20:34:40.614 INFO O| Sep 09 20:34:40.614 INFO STEP 102 (remove_files) COMPLETE
43192024-09-09T20:34:41.379Z[ recovery-image] Sep 09 20:34:40.614 INFO O| Sep 09 20:34:40.614 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-09-09T20:34:41.403Z[ recovery-image] Sep 09 20:34:40.638 INFO O| Sep 09 20:34:40.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43212024-09-09T20:34:41.403Z[ recovery-image] Sep 09 20:34:40.638 INFO O| Sep 09 20:34:40.638 INFO STEP 103 (remove_files) COMPLETE
43222024-09-09T20:34:41.403Z[ recovery-image] Sep 09 20:34:40.639 INFO O| Sep 09 20:34:40.638 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-09-09T20:34:41.441Z[ recovery-image] Sep 09 20:34:40.685 INFO O| Sep 09 20:34:40.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43242024-09-09T20:34:41.441Z[ recovery-image] Sep 09 20:34:40.685 INFO O| Sep 09 20:34:40.685 INFO STEP 104 (remove_files) COMPLETE
43252024-09-09T20:34:41.441Z[ recovery-image] Sep 09 20:34:40.685 INFO O| Sep 09 20:34:40.685 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-09-09T20:34:41.465Z[ recovery-image] Sep 09 20:34:40.706 INFO O| Sep 09 20:34:40.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43272024-09-09T20:34:41.465Z[ recovery-image] Sep 09 20:34:40.706 INFO O| Sep 09 20:34:40.706 INFO STEP 105 (remove_files) COMPLETE
43282024-09-09T20:34:41.465Z[ recovery-image] Sep 09 20:34:40.706 INFO O| Sep 09 20:34:40.706 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-09-09T20:34:41.497Z[ recovery-image] Sep 09 20:34:40.741 INFO O| Sep 09 20:34:40.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43302024-09-09T20:34:41.497Z[ recovery-image] Sep 09 20:34:40.741 INFO O| Sep 09 20:34:40.741 INFO STEP 106 (remove_files) COMPLETE
43312024-09-09T20:34:41.521Z[ recovery-image] Sep 09 20:34:40.741 INFO O| Sep 09 20:34:40.741 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-09-09T20:34:41.521Z[ recovery-image] Sep 09 20:34:40.757 INFO O| Sep 09 20:34:40.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43332024-09-09T20:34:41.521Z[ recovery-image] Sep 09 20:34:40.757 INFO O| Sep 09 20:34:40.757 INFO STEP 107 (remove_files) COMPLETE
43342024-09-09T20:34:41.521Z[ recovery-image] Sep 09 20:34:40.757 INFO O| Sep 09 20:34:40.757 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-09-09T20:34:41.545Z[ recovery-image] Sep 09 20:34:40.772 INFO O| Sep 09 20:34:40.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43362024-09-09T20:34:41.545Z[ recovery-image] Sep 09 20:34:40.772 INFO O| Sep 09 20:34:40.772 INFO STEP 108 (remove_files) COMPLETE
43372024-09-09T20:34:41.545Z[ recovery-image] Sep 09 20:34:40.772 INFO O| Sep 09 20:34:40.772 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-09-09T20:34:41.545Z[ recovery-image] Sep 09 20:34:40.786 INFO O| Sep 09 20:34:40.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43392024-09-09T20:34:41.545Z[ recovery-image] Sep 09 20:34:40.786 INFO O| Sep 09 20:34:40.786 INFO STEP 109 (remove_files) COMPLETE
43402024-09-09T20:34:41.545Z[ recovery-image] Sep 09 20:34:40.786 INFO O| Sep 09 20:34:40.786 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-09-09T20:34:41.569Z[ recovery-image] Sep 09 20:34:40.801 INFO O| Sep 09 20:34:40.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43422024-09-09T20:34:41.569Z[ recovery-image] Sep 09 20:34:40.801 INFO O| Sep 09 20:34:40.801 INFO STEP 110 (remove_files) COMPLETE
43432024-09-09T20:34:41.569Z[ recovery-image] Sep 09 20:34:40.801 INFO O| Sep 09 20:34:40.801 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-09-09T20:34:41.596Z[ recovery-image] Sep 09 20:34:40.841 INFO O| Sep 09 20:34:40.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43452024-09-09T20:34:41.596Z[ recovery-image] Sep 09 20:34:40.841 INFO O| Sep 09 20:34:40.841 INFO STEP 111 (remove_files) COMPLETE
43462024-09-09T20:34:41.620Z[ recovery-image] Sep 09 20:34:40.841 INFO O| Sep 09 20:34:40.841 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-09-09T20:34:41.620Z[ recovery-image] Sep 09 20:34:40.856 INFO O| Sep 09 20:34:40.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43482024-09-09T20:34:41.620Z[ recovery-image] Sep 09 20:34:40.856 INFO O| Sep 09 20:34:40.856 INFO STEP 112 (remove_files) COMPLETE
43492024-09-09T20:34:41.620Z[ recovery-image] Sep 09 20:34:40.856 INFO O| Sep 09 20:34:40.856 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-09-09T20:34:41.644Z[ recovery-image] Sep 09 20:34:40.873 INFO O| Sep 09 20:34:40.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43512024-09-09T20:34:41.644Z[ recovery-image] Sep 09 20:34:40.873 INFO O| Sep 09 20:34:40.873 INFO STEP 113 (remove_files) COMPLETE
43522024-09-09T20:34:41.644Z[ recovery-image] Sep 09 20:34:40.873 INFO O| Sep 09 20:34:40.873 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-09-09T20:34:41.668Z[ recovery-image] Sep 09 20:34:40.892 INFO O| Sep 09 20:34:40.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43542024-09-09T20:34:41.668Z[ recovery-image] Sep 09 20:34:40.892 INFO O| Sep 09 20:34:40.892 INFO STEP 114 (remove_files) COMPLETE
43552024-09-09T20:34:41.668Z[ recovery-image] Sep 09 20:34:40.892 INFO O| Sep 09 20:34:40.892 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-09-09T20:34:41.668Z[ recovery-image] Sep 09 20:34:40.909 INFO O| Sep 09 20:34:40.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43572024-09-09T20:34:41.668Z[ recovery-image] Sep 09 20:34:40.910 INFO O| Sep 09 20:34:40.909 INFO STEP 115 (remove_files) COMPLETE
43582024-09-09T20:34:41.668Z[ recovery-image] Sep 09 20:34:40.910 INFO O| Sep 09 20:34:40.910 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-09-09T20:34:41.692Z[ recovery-image] Sep 09 20:34:40.929 INFO O| Sep 09 20:34:40.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43602024-09-09T20:34:41.692Z[ recovery-image] Sep 09 20:34:40.929 INFO O| Sep 09 20:34:40.929 INFO STEP 116 (remove_files) COMPLETE
43612024-09-09T20:34:41.692Z[ recovery-image] Sep 09 20:34:40.929 INFO O| Sep 09 20:34:40.929 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-09-09T20:34:41.716Z[ recovery-image] Sep 09 20:34:40.947 INFO O| Sep 09 20:34:40.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43632024-09-09T20:34:41.716Z[ recovery-image] Sep 09 20:34:40.947 INFO O| Sep 09 20:34:40.947 INFO STEP 117 (remove_files) COMPLETE
43642024-09-09T20:34:41.716Z[ recovery-image] Sep 09 20:34:40.947 INFO O| Sep 09 20:34:40.947 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-09-09T20:34:41.739Z[ recovery-image] Sep 09 20:34:40.963 INFO O| Sep 09 20:34:40.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43662024-09-09T20:34:41.739Z[ recovery-image] Sep 09 20:34:40.963 INFO O| Sep 09 20:34:40.963 INFO STEP 118 (remove_files) COMPLETE
43672024-09-09T20:34:41.739Z[ recovery-image] Sep 09 20:34:40.963 INFO O| Sep 09 20:34:40.963 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-09-09T20:34:41.739Z[ recovery-image] Sep 09 20:34:40.979 INFO O| Sep 09 20:34:40.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43692024-09-09T20:34:41.739Z[ recovery-image] Sep 09 20:34:40.979 INFO O| Sep 09 20:34:40.979 INFO STEP 119 (remove_files) COMPLETE
43702024-09-09T20:34:41.739Z[ recovery-image] Sep 09 20:34:40.979 INFO O| Sep 09 20:34:40.979 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-09-09T20:34:41.775Z[ recovery-image] Sep 09 20:34:41.019 INFO O| Sep 09 20:34:41.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43722024-09-09T20:34:41.799Z[ recovery-image] Sep 09 20:34:41.020 INFO O| Sep 09 20:34:41.020 INFO STEP 120 (remove_files) COMPLETE
43732024-09-09T20:34:41.799Z[ recovery-image] Sep 09 20:34:41.020 INFO O| Sep 09 20:34:41.020 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-09-09T20:34:41.824Z[ recovery-image] Sep 09 20:34:41.069 INFO O| Sep 09 20:34:41.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43752024-09-09T20:34:41.824Z[ recovery-image] Sep 09 20:34:41.069 INFO O| Sep 09 20:34:41.069 INFO STEP 121 (remove_files) COMPLETE
43762024-09-09T20:34:41.824Z[ recovery-image] Sep 09 20:34:41.069 INFO O| Sep 09 20:34:41.069 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-09-09T20:34:41.848Z[ recovery-image] Sep 09 20:34:41.083 INFO O| Sep 09 20:34:41.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43782024-09-09T20:34:41.848Z[ recovery-image] Sep 09 20:34:41.083 INFO O| Sep 09 20:34:41.083 INFO STEP 122 (remove_files) COMPLETE
43792024-09-09T20:34:41.848Z[ recovery-image] Sep 09 20:34:41.083 INFO O| Sep 09 20:34:41.083 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-09-09T20:34:41.872Z[ recovery-image] Sep 09 20:34:41.097 INFO O| Sep 09 20:34:41.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43812024-09-09T20:34:41.872Z[ recovery-image] Sep 09 20:34:41.097 INFO O| Sep 09 20:34:41.097 INFO STEP 123 (remove_files) COMPLETE
43822024-09-09T20:34:41.872Z[ recovery-image] Sep 09 20:34:41.097 INFO O| Sep 09 20:34:41.097 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-09-09T20:34:41.872Z[ recovery-image] Sep 09 20:34:41.111 INFO O| Sep 09 20:34:41.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43842024-09-09T20:34:41.872Z[ recovery-image] Sep 09 20:34:41.111 INFO O| Sep 09 20:34:41.111 INFO STEP 124 (remove_files) COMPLETE
43852024-09-09T20:34:41.872Z[ recovery-image] Sep 09 20:34:41.111 INFO O| Sep 09 20:34:41.111 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-09-09T20:34:41.896Z[ recovery-image] Sep 09 20:34:41.125 INFO O| Sep 09 20:34:41.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43872024-09-09T20:34:41.896Z[ recovery-image] Sep 09 20:34:41.125 INFO O| Sep 09 20:34:41.125 INFO STEP 125 (remove_files) COMPLETE
43882024-09-09T20:34:41.896Z[ recovery-image] Sep 09 20:34:41.125 INFO O| Sep 09 20:34:41.125 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-09-09T20:34:41.921Z[ recovery-image] Sep 09 20:34:41.148 INFO O| Sep 09 20:34:41.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43902024-09-09T20:34:41.921Z[ recovery-image] Sep 09 20:34:41.149 INFO O| Sep 09 20:34:41.148 INFO STEP 126 (remove_files) COMPLETE
43912024-09-09T20:34:41.921Z[ recovery-image] Sep 09 20:34:41.149 INFO O| Sep 09 20:34:41.148 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-09-09T20:34:41.955Z[ recovery-image] Sep 09 20:34:41.200 INFO O| Sep 09 20:34:41.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43932024-09-09T20:34:41.955Z[ recovery-image] Sep 09 20:34:41.200 INFO O| Sep 09 20:34:41.200 INFO STEP 127 (remove_files) COMPLETE
43942024-09-09T20:34:41.979Z[ recovery-image] Sep 09 20:34:41.200 INFO O| Sep 09 20:34:41.200 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-09-09T20:34:42.003Z[ recovery-image] Sep 09 20:34:41.237 INFO O| Sep 09 20:34:41.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43962024-09-09T20:34:42.003Z[ recovery-image] Sep 09 20:34:41.237 INFO O| Sep 09 20:34:41.237 INFO STEP 128 (remove_files) COMPLETE
43972024-09-09T20:34:42.003Z[ recovery-image] Sep 09 20:34:41.237 INFO O| Sep 09 20:34:41.237 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-09-09T20:34:42.035Z[ recovery-image] Sep 09 20:34:41.280 INFO O| Sep 09 20:34:41.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43992024-09-09T20:34:42.035Z[ recovery-image] Sep 09 20:34:41.280 INFO O| Sep 09 20:34:41.280 INFO STEP 129 (remove_files) COMPLETE
44002024-09-09T20:34:42.035Z[ recovery-image] Sep 09 20:34:41.280 INFO O| Sep 09 20:34:41.280 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-09-09T20:34:42.060Z[ recovery-image] Sep 09 20:34:41.303 INFO O| Sep 09 20:34:41.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44022024-09-09T20:34:42.060Z[ recovery-image] Sep 09 20:34:41.304 INFO O| Sep 09 20:34:41.303 INFO STEP 130 (remove_files) COMPLETE
44032024-09-09T20:34:42.084Z[ recovery-image] Sep 09 20:34:41.304 INFO O| Sep 09 20:34:41.303 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-09-09T20:34:42.084Z[ recovery-image] Sep 09 20:34:41.326 INFO O| Sep 09 20:34:41.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44052024-09-09T20:34:42.084Z[ recovery-image] Sep 09 20:34:41.327 INFO O| Sep 09 20:34:41.327 INFO STEP 131 (remove_files) COMPLETE
44062024-09-09T20:34:42.084Z[ recovery-image] Sep 09 20:34:41.327 INFO O| Sep 09 20:34:41.327 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-09-09T20:34:42.108Z[ recovery-image] Sep 09 20:34:41.348 INFO O| Sep 09 20:34:41.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44082024-09-09T20:34:42.133Z[ recovery-image] Sep 09 20:34:41.370 INFO O| Sep 09 20:34:41.370 INFO STEP 132 (remove_files) COMPLETE
44092024-09-09T20:34:42.133Z[ recovery-image] Sep 09 20:34:41.370 INFO O| Sep 09 20:34:41.370 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-09-09T20:34:42.158Z[ recovery-image] Sep 09 20:34:41.390 INFO O| Sep 09 20:34:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44112024-09-09T20:34:42.158Z[ recovery-image] Sep 09 20:34:41.390 INFO O| Sep 09 20:34:41.390 INFO STEP 133 (remove_files) COMPLETE
44122024-09-09T20:34:42.158Z[ recovery-image] Sep 09 20:34:41.391 INFO O| Sep 09 20:34:41.390 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-09-09T20:34:42.181Z[ recovery-image] Sep 09 20:34:41.407 INFO O| Sep 09 20:34:41.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44142024-09-09T20:34:42.181Z[ recovery-image] Sep 09 20:34:41.407 INFO O| Sep 09 20:34:41.407 INFO STEP 134 (remove_files) COMPLETE
44152024-09-09T20:34:42.181Z[ recovery-image] Sep 09 20:34:41.407 INFO O| Sep 09 20:34:41.407 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-09-09T20:34:42.181Z[ recovery-image] Sep 09 20:34:41.424 INFO O| Sep 09 20:34:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44172024-09-09T20:34:42.181Z[ recovery-image] Sep 09 20:34:41.425 INFO O| Sep 09 20:34:41.424 INFO STEP 135 (remove_files) COMPLETE
44182024-09-09T20:34:42.181Z[ recovery-image] Sep 09 20:34:41.425 INFO O| Sep 09 20:34:41.424 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-09-09T20:34:42.322Z[ recovery-image] Sep 09 20:34:41.566 INFO O| Sep 09 20:34:41.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44202024-09-09T20:34:42.322Z[ recovery-image] Sep 09 20:34:41.566 INFO O| Sep 09 20:34:41.566 INFO STEP 136 (remove_files) COMPLETE
44212024-09-09T20:34:42.322Z[ recovery-image] Sep 09 20:34:41.566 INFO O| Sep 09 20:34:41.566 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-09-09T20:34:42.362Z[ recovery-image] Sep 09 20:34:41.600 INFO O| Sep 09 20:34:41.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44232024-09-09T20:34:42.362Z[ recovery-image] Sep 09 20:34:41.600 INFO O| Sep 09 20:34:41.600 INFO STEP 137 (remove_files) COMPLETE
44242024-09-09T20:34:42.362Z[ recovery-image] Sep 09 20:34:41.600 INFO O| Sep 09 20:34:41.600 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-09-09T20:34:42.386Z[ recovery-image] Sep 09 20:34:41.620 INFO O| Sep 09 20:34:41.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44262024-09-09T20:34:42.386Z[ recovery-image] Sep 09 20:34:41.620 INFO O| Sep 09 20:34:41.620 INFO STEP 138 (remove_files) COMPLETE
44272024-09-09T20:34:42.386Z[ recovery-image] Sep 09 20:34:41.620 INFO O| Sep 09 20:34:41.620 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-09-09T20:34:42.410Z[ recovery-image] Sep 09 20:34:41.638 INFO O| Sep 09 20:34:41.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44292024-09-09T20:34:42.410Z[ recovery-image] Sep 09 20:34:41.638 INFO O| Sep 09 20:34:41.638 INFO STEP 139 (remove_files) COMPLETE
44302024-09-09T20:34:42.410Z[ recovery-image] Sep 09 20:34:41.638 INFO O| Sep 09 20:34:41.638 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-09-09T20:34:42.434Z[ recovery-image] Sep 09 20:34:41.658 INFO O| Sep 09 20:34:41.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44322024-09-09T20:34:42.434Z[ recovery-image] Sep 09 20:34:41.658 INFO O| Sep 09 20:34:41.658 INFO STEP 140 (remove_files) COMPLETE
44332024-09-09T20:34:42.434Z[ recovery-image] Sep 09 20:34:41.658 INFO O| Sep 09 20:34:41.658 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-09T20:34:42.458Z[ recovery-image] Sep 09 20:34:41.690 INFO O| Sep 09 20:34:41.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44352024-09-09T20:34:42.458Z[ recovery-image] Sep 09 20:34:41.690 INFO O| Sep 09 20:34:41.690 INFO STEP 141 (remove_files) COMPLETE
44362024-09-09T20:34:42.458Z[ recovery-image] Sep 09 20:34:41.690 INFO O| Sep 09 20:34:41.690 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-09-09T20:34:42.482Z[ recovery-image] Sep 09 20:34:41.723 INFO O| Sep 09 20:34:41.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44382024-09-09T20:34:42.482Z[ recovery-image] Sep 09 20:34:41.723 INFO O| Sep 09 20:34:41.723 INFO STEP 142 (remove_files) COMPLETE
44392024-09-09T20:34:42.482Z[ recovery-image] Sep 09 20:34:41.723 INFO O| Sep 09 20:34:41.723 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-09-09T20:34:42.505Z[ recovery-image] Sep 09 20:34:41.740 INFO O| Sep 09 20:34:41.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44412024-09-09T20:34:42.506Z[ recovery-image] Sep 09 20:34:41.740 INFO O| Sep 09 20:34:41.740 INFO STEP 143 (remove_files) COMPLETE
44422024-09-09T20:34:42.506Z[ recovery-image] Sep 09 20:34:41.740 INFO O| Sep 09 20:34:41.740 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-09-09T20:34:42.557Z[ recovery-image] Sep 09 20:34:41.802 INFO O| Sep 09 20:34:41.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44442024-09-09T20:34:42.557Z[ recovery-image] Sep 09 20:34:41.802 INFO O| Sep 09 20:34:41.802 INFO STEP 144 (remove_files) COMPLETE
44452024-09-09T20:34:42.582Z[ recovery-image] Sep 09 20:34:41.802 INFO O| Sep 09 20:34:41.802 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-09-09T20:34:42.582Z[ recovery-image] Sep 09 20:34:41.817 INFO O| Sep 09 20:34:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44472024-09-09T20:34:42.582Z[ recovery-image] Sep 09 20:34:41.817 INFO O| Sep 09 20:34:41.817 INFO STEP 145 (remove_files) COMPLETE
44482024-09-09T20:34:42.582Z[ recovery-image] Sep 09 20:34:41.817 INFO O| Sep 09 20:34:41.817 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-09T20:34:42.606Z[ recovery-image] Sep 09 20:34:41.832 INFO O| Sep 09 20:34:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44502024-09-09T20:34:42.606Z[ recovery-image] Sep 09 20:34:41.832 INFO O| Sep 09 20:34:41.832 INFO STEP 146 (remove_files) COMPLETE
44512024-09-09T20:34:42.606Z[ recovery-image] Sep 09 20:34:41.832 INFO O| Sep 09 20:34:41.832 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-09T20:34:42.629Z[ recovery-image] Sep 09 20:34:41.850 INFO O| Sep 09 20:34:41.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44532024-09-09T20:34:42.629Z[ recovery-image] Sep 09 20:34:41.850 INFO O| Sep 09 20:34:41.850 INFO STEP 147 (remove_files) COMPLETE
44542024-09-09T20:34:42.629Z[ recovery-image] Sep 09 20:34:41.850 INFO O| Sep 09 20:34:41.850 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-09T20:34:42.629Z[ recovery-image] Sep 09 20:34:41.868 INFO O| Sep 09 20:34:41.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44562024-09-09T20:34:42.630Z[ recovery-image] Sep 09 20:34:41.868 INFO O| Sep 09 20:34:41.868 INFO STEP 148 (remove_files) COMPLETE
44572024-09-09T20:34:42.630Z[ recovery-image] Sep 09 20:34:41.868 INFO O| Sep 09 20:34:41.868 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-09T20:34:42.653Z[ recovery-image] Sep 09 20:34:41.883 INFO O| Sep 09 20:34:41.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44592024-09-09T20:34:42.653Z[ recovery-image] Sep 09 20:34:41.883 INFO O| Sep 09 20:34:41.883 INFO STEP 149 (remove_files) COMPLETE
44602024-09-09T20:34:42.653Z[ recovery-image] Sep 09 20:34:41.883 INFO O| Sep 09 20:34:41.883 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-09T20:34:42.677Z[ recovery-image] Sep 09 20:34:41.899 INFO O| Sep 09 20:34:41.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44622024-09-09T20:34:42.677Z[ recovery-image] Sep 09 20:34:41.899 INFO O| Sep 09 20:34:41.899 INFO STEP 150 (remove_files) COMPLETE
44632024-09-09T20:34:42.677Z[ recovery-image] Sep 09 20:34:41.899 INFO O| Sep 09 20:34:41.899 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-09T20:34:42.702Z[ recovery-image] Sep 09 20:34:41.941 INFO O| Sep 09 20:34:41.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44652024-09-09T20:34:42.702Z[ recovery-image] Sep 09 20:34:41.941 INFO O| Sep 09 20:34:41.941 INFO STEP 151 (remove_files) COMPLETE
44662024-09-09T20:34:42.702Z[ recovery-image] Sep 09 20:34:41.941 INFO O| Sep 09 20:34:41.941 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-09T20:34:42.725Z[ recovery-image] Sep 09 20:34:41.956 INFO O| Sep 09 20:34:41.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44682024-09-09T20:34:42.725Z[ recovery-image] Sep 09 20:34:41.956 INFO O| Sep 09 20:34:41.956 INFO STEP 152 (remove_files) COMPLETE
44692024-09-09T20:34:42.725Z[ recovery-image] Sep 09 20:34:41.956 INFO O| Sep 09 20:34:41.956 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-09T20:34:42.749Z[ recovery-image] Sep 09 20:34:41.970 INFO O| Sep 09 20:34:41.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44712024-09-09T20:34:42.749Z[ recovery-image] Sep 09 20:34:41.971 INFO O| Sep 09 20:34:41.971 INFO STEP 153 (remove_files) COMPLETE
44722024-09-09T20:34:42.749Z[ recovery-image] Sep 09 20:34:41.971 INFO O| Sep 09 20:34:41.971 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-09T20:34:42.749Z[ recovery-image] Sep 09 20:34:41.986 INFO O| Sep 09 20:34:41.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44742024-09-09T20:34:42.749Z[ recovery-image] Sep 09 20:34:41.986 INFO O| Sep 09 20:34:41.986 INFO STEP 154 (remove_files) COMPLETE
44752024-09-09T20:34:42.749Z[ recovery-image] Sep 09 20:34:41.986 INFO O| Sep 09 20:34:41.986 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-09T20:34:42.773Z[ recovery-image] Sep 09 20:34:42.000 INFO O| Sep 09 20:34:42.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44772024-09-09T20:34:42.773Z[ recovery-image] Sep 09 20:34:42.001 INFO O| Sep 09 20:34:42.000 INFO STEP 155 (remove_files) COMPLETE
44782024-09-09T20:34:42.773Z[ recovery-image] Sep 09 20:34:42.001 INFO O| Sep 09 20:34:42.000 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-09-09T20:34:42.797Z[ recovery-image] Sep 09 20:34:42.018 INFO O| Sep 09 20:34:42.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44802024-09-09T20:34:42.797Z[ recovery-image] Sep 09 20:34:42.018 INFO O| Sep 09 20:34:42.018 INFO STEP 156 (remove_files) COMPLETE
44812024-09-09T20:34:42.797Z[ recovery-image] Sep 09 20:34:42.018 INFO O| Sep 09 20:34:42.018 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-09-09T20:34:42.833Z[ recovery-image] Sep 09 20:34:42.077 INFO O| Sep 09 20:34:42.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44832024-09-09T20:34:42.857Z[ recovery-image] Sep 09 20:34:42.078 INFO O| Sep 09 20:34:42.078 INFO STEP 157 (remove_files) COMPLETE
44842024-09-09T20:34:42.857Z[ recovery-image] Sep 09 20:34:42.078 INFO O| Sep 09 20:34:42.078 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-09-09T20:34:42.894Z[ recovery-image] Sep 09 20:34:42.138 INFO O| Sep 09 20:34:42.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44862024-09-09T20:34:42.894Z[ recovery-image] Sep 09 20:34:42.138 INFO O| Sep 09 20:34:42.138 INFO STEP 158 (remove_files) COMPLETE
44872024-09-09T20:34:42.917Z[ recovery-image] Sep 09 20:34:42.138 INFO O| Sep 09 20:34:42.138 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-09-09T20:34:42.917Z[ recovery-image] Sep 09 20:34:42.156 INFO O| Sep 09 20:34:42.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44892024-09-09T20:34:42.917Z[ recovery-image] Sep 09 20:34:42.156 INFO O| Sep 09 20:34:42.156 INFO STEP 159 (remove_files) COMPLETE
44902024-09-09T20:34:42.917Z[ recovery-image] Sep 09 20:34:42.156 INFO O| Sep 09 20:34:42.156 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-09-09T20:34:42.941Z[ recovery-image] Sep 09 20:34:42.174 INFO O| Sep 09 20:34:42.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44922024-09-09T20:34:42.941Z[ recovery-image] Sep 09 20:34:42.174 INFO O| Sep 09 20:34:42.174 INFO STEP 160 (remove_files) COMPLETE
44932024-09-09T20:34:42.941Z[ recovery-image] Sep 09 20:34:42.174 INFO O| Sep 09 20:34:42.174 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-09-09T20:34:42.965Z[ recovery-image] Sep 09 20:34:42.191 INFO O| Sep 09 20:34:42.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44952024-09-09T20:34:42.965Z[ recovery-image] Sep 09 20:34:42.191 INFO O| Sep 09 20:34:42.191 INFO STEP 161 (remove_files) COMPLETE
44962024-09-09T20:34:42.965Z[ recovery-image] Sep 09 20:34:42.191 INFO O| Sep 09 20:34:42.191 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-09-09T20:34:42.965Z[ recovery-image] Sep 09 20:34:42.209 INFO O| Sep 09 20:34:42.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44982024-09-09T20:34:42.965Z[ recovery-image] Sep 09 20:34:42.209 INFO O| Sep 09 20:34:42.209 INFO STEP 162 (remove_files) COMPLETE
44992024-09-09T20:34:42.989Z[ recovery-image] Sep 09 20:34:42.210 INFO O| Sep 09 20:34:42.209 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-09-09T20:34:42.989Z[ recovery-image] Sep 09 20:34:42.225 INFO O| Sep 09 20:34:42.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45012024-09-09T20:34:42.989Z[ recovery-image] Sep 09 20:34:42.226 INFO O| Sep 09 20:34:42.225 INFO STEP 163 (remove_files) COMPLETE
45022024-09-09T20:34:42.989Z[ recovery-image] Sep 09 20:34:42.226 INFO O| Sep 09 20:34:42.226 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-09-09T20:34:43.013Z[ recovery-image] Sep 09 20:34:42.241 INFO O| Sep 09 20:34:42.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45042024-09-09T20:34:43.013Z[ recovery-image] Sep 09 20:34:42.241 INFO O| Sep 09 20:34:42.241 INFO STEP 164 (remove_files) COMPLETE
45052024-09-09T20:34:43.013Z[ recovery-image] Sep 09 20:34:42.241 INFO O| Sep 09 20:34:42.241 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-09-09T20:34:43.013Z[ recovery-image] Sep 09 20:34:42.256 INFO O| Sep 09 20:34:42.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45072024-09-09T20:34:43.013Z[ recovery-image] Sep 09 20:34:42.256 INFO O| Sep 09 20:34:42.256 INFO STEP 165 (remove_files) COMPLETE
45082024-09-09T20:34:43.013Z[ recovery-image] Sep 09 20:34:42.256 INFO O| Sep 09 20:34:42.256 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-09-09T20:34:43.037Z[ recovery-image] Sep 09 20:34:42.271 INFO O| Sep 09 20:34:42.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45102024-09-09T20:34:43.037Z[ recovery-image] Sep 09 20:34:42.272 INFO O| Sep 09 20:34:42.272 INFO STEP 166 (remove_files) COMPLETE
45112024-09-09T20:34:43.037Z[ recovery-image] Sep 09 20:34:42.272 INFO O| Sep 09 20:34:42.272 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-09-09T20:34:43.061Z[ recovery-image] Sep 09 20:34:42.288 INFO O| Sep 09 20:34:42.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45132024-09-09T20:34:43.061Z[ recovery-image] Sep 09 20:34:42.288 INFO O| Sep 09 20:34:42.288 INFO STEP 167 (remove_files) COMPLETE
45142024-09-09T20:34:43.062Z[ recovery-image] Sep 09 20:34:42.288 INFO O| Sep 09 20:34:42.288 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-09-09T20:34:43.062Z[ recovery-image] Sep 09 20:34:42.305 INFO O| Sep 09 20:34:42.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45162024-09-09T20:34:43.062Z[ recovery-image] Sep 09 20:34:42.305 INFO O| Sep 09 20:34:42.305 INFO STEP 168 (remove_files) COMPLETE
45172024-09-09T20:34:43.062Z[ recovery-image] Sep 09 20:34:42.305 INFO O| Sep 09 20:34:42.305 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-09-09T20:34:43.086Z[ recovery-image] Sep 09 20:34:42.321 INFO O| Sep 09 20:34:42.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45192024-09-09T20:34:43.086Z[ recovery-image] Sep 09 20:34:42.321 INFO O| Sep 09 20:34:42.321 INFO STEP 169 (remove_files) COMPLETE
45202024-09-09T20:34:43.086Z[ recovery-image] Sep 09 20:34:42.321 INFO O| Sep 09 20:34:42.321 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-09-09T20:34:43.109Z[ recovery-image] Sep 09 20:34:42.338 INFO O| Sep 09 20:34:42.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45222024-09-09T20:34:43.109Z[ recovery-image] Sep 09 20:34:42.338 INFO O| Sep 09 20:34:42.338 INFO STEP 170 (remove_files) COMPLETE
45232024-09-09T20:34:43.109Z[ recovery-image] Sep 09 20:34:42.338 INFO O| Sep 09 20:34:42.338 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-09-09T20:34:43.133Z[ recovery-image] Sep 09 20:34:42.359 INFO O| Sep 09 20:34:42.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45252024-09-09T20:34:43.133Z[ recovery-image] Sep 09 20:34:42.359 INFO O| Sep 09 20:34:42.359 INFO STEP 171 (remove_files) COMPLETE
45262024-09-09T20:34:43.133Z[ recovery-image] Sep 09 20:34:42.359 INFO O| Sep 09 20:34:42.359 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-09-09T20:34:43.157Z[ recovery-image] Sep 09 20:34:42.385 INFO O| Sep 09 20:34:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45282024-09-09T20:34:43.157Z[ recovery-image] Sep 09 20:34:42.385 INFO O| Sep 09 20:34:42.385 INFO STEP 172 (remove_files) COMPLETE
45292024-09-09T20:34:43.157Z[ recovery-image] Sep 09 20:34:42.385 INFO O| Sep 09 20:34:42.385 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-09-09T20:34:43.181Z[ recovery-image] Sep 09 20:34:42.404 INFO O| Sep 09 20:34:42.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45312024-09-09T20:34:43.181Z[ recovery-image] Sep 09 20:34:42.413 INFO O| Sep 09 20:34:42.404 INFO STEP 173 (remove_files) COMPLETE
45322024-09-09T20:34:43.181Z[ recovery-image] Sep 09 20:34:42.413 INFO O| Sep 09 20:34:42.413 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-09-09T20:34:43.209Z[ recovery-image] Sep 09 20:34:42.454 INFO O| Sep 09 20:34:42.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45342024-09-09T20:34:43.233Z[ recovery-image] Sep 09 20:34:42.454 INFO O| Sep 09 20:34:42.454 INFO STEP 174 (remove_files) COMPLETE
45352024-09-09T20:34:43.233Z[ recovery-image] Sep 09 20:34:42.454 INFO O| Sep 09 20:34:42.454 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-09-09T20:34:43.258Z[ recovery-image] Sep 09 20:34:42.503 INFO O| Sep 09 20:34:42.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45372024-09-09T20:34:43.258Z[ recovery-image] Sep 09 20:34:42.503 INFO O| Sep 09 20:34:42.503 INFO STEP 175 (remove_files) COMPLETE
45382024-09-09T20:34:43.282Z[ recovery-image] Sep 09 20:34:42.503 INFO O| Sep 09 20:34:42.503 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-09-09T20:34:43.353Z[ recovery-image] Sep 09 20:34:42.597 INFO O| Sep 09 20:34:42.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45402024-09-09T20:34:43.353Z[ recovery-image] Sep 09 20:34:42.597 INFO O| Sep 09 20:34:42.597 INFO STEP 176 (remove_files) COMPLETE
45412024-09-09T20:34:43.376Z[ recovery-image] Sep 09 20:34:42.597 INFO O| Sep 09 20:34:42.597 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-09-09T20:34:43.376Z[ recovery-image] Sep 09 20:34:42.620 INFO O| Sep 09 20:34:42.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45432024-09-09T20:34:43.376Z[ recovery-image] Sep 09 20:34:42.621 INFO O| Sep 09 20:34:42.620 INFO STEP 177 (remove_files) COMPLETE
45442024-09-09T20:34:43.376Z[ recovery-image] Sep 09 20:34:42.621 INFO O| Sep 09 20:34:42.621 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-09-09T20:34:43.400Z[ recovery-image] Sep 09 20:34:42.640 INFO O| Sep 09 20:34:42.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45462024-09-09T20:34:43.400Z[ recovery-image] Sep 09 20:34:42.640 INFO O| Sep 09 20:34:42.640 INFO STEP 178 (remove_files) COMPLETE
45472024-09-09T20:34:43.400Z[ recovery-image] Sep 09 20:34:42.640 INFO O| Sep 09 20:34:42.640 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-09-09T20:34:43.424Z[ recovery-image] Sep 09 20:34:42.668 INFO O| Sep 09 20:34:42.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45492024-09-09T20:34:43.424Z[ recovery-image] Sep 09 20:34:42.668 INFO O| Sep 09 20:34:42.668 INFO STEP 179 (remove_files) COMPLETE
45502024-09-09T20:34:43.424Z[ recovery-image] Sep 09 20:34:42.668 INFO O| Sep 09 20:34:42.668 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-09-09T20:34:43.452Z[ recovery-image] Sep 09 20:34:42.696 INFO O| Sep 09 20:34:42.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45522024-09-09T20:34:43.452Z[ recovery-image] Sep 09 20:34:42.696 INFO O| Sep 09 20:34:42.696 INFO STEP 180 (remove_files) COMPLETE
45532024-09-09T20:34:43.452Z[ recovery-image] Sep 09 20:34:42.696 INFO O| Sep 09 20:34:42.696 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-09-09T20:34:43.506Z[ recovery-image] Sep 09 20:34:42.751 INFO O| Sep 09 20:34:42.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45552024-09-09T20:34:43.530Z[ recovery-image] Sep 09 20:34:42.751 INFO O| Sep 09 20:34:42.751 INFO STEP 181 (remove_files) COMPLETE
45562024-09-09T20:34:43.530Z[ recovery-image] Sep 09 20:34:42.751 INFO O| Sep 09 20:34:42.751 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-09-09T20:34:43.554Z[ recovery-image] Sep 09 20:34:42.797 INFO O| Sep 09 20:34:42.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45582024-09-09T20:34:43.554Z[ recovery-image] Sep 09 20:34:42.797 INFO O| Sep 09 20:34:42.797 INFO STEP 182 (remove_files) COMPLETE
45592024-09-09T20:34:43.554Z[ recovery-image] Sep 09 20:34:42.797 INFO O| Sep 09 20:34:42.797 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-09-09T20:34:43.578Z[ recovery-image] Sep 09 20:34:42.820 INFO O| Sep 09 20:34:42.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45612024-09-09T20:34:43.602Z[ recovery-image] Sep 09 20:34:42.820 INFO O| Sep 09 20:34:42.820 INFO STEP 183 (remove_files) COMPLETE
45622024-09-09T20:34:43.602Z[ recovery-image] Sep 09 20:34:42.820 INFO O| Sep 09 20:34:42.820 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-09-09T20:34:43.602Z[ recovery-image] Sep 09 20:34:42.840 INFO O| Sep 09 20:34:42.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45642024-09-09T20:34:43.602Z[ recovery-image] Sep 09 20:34:42.841 INFO O| Sep 09 20:34:42.840 INFO STEP 184 (remove_files) COMPLETE
45652024-09-09T20:34:43.602Z[ recovery-image] Sep 09 20:34:42.841 INFO O| Sep 09 20:34:42.841 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-09-09T20:34:43.626Z[ recovery-image] Sep 09 20:34:42.856 INFO O| Sep 09 20:34:42.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45672024-09-09T20:34:43.626Z[ recovery-image] Sep 09 20:34:42.856 INFO O| Sep 09 20:34:42.856 INFO STEP 185 (remove_files) COMPLETE
45682024-09-09T20:34:43.626Z[ recovery-image] Sep 09 20:34:42.856 INFO O| Sep 09 20:34:42.856 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-09-09T20:34:43.650Z[ recovery-image] Sep 09 20:34:42.873 INFO O| Sep 09 20:34:42.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45702024-09-09T20:34:43.650Z[ recovery-image] Sep 09 20:34:42.874 INFO O| Sep 09 20:34:42.874 INFO STEP 186 (remove_files) COMPLETE
45712024-09-09T20:34:43.650Z[ recovery-image] Sep 09 20:34:42.874 INFO O| Sep 09 20:34:42.874 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-09-09T20:34:43.650Z[ recovery-image] Sep 09 20:34:42.890 INFO O| Sep 09 20:34:42.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45732024-09-09T20:34:43.650Z[ recovery-image] Sep 09 20:34:42.890 INFO O| Sep 09 20:34:42.890 INFO STEP 187 (remove_files) COMPLETE
45742024-09-09T20:34:43.650Z[ recovery-image] Sep 09 20:34:42.890 INFO O| Sep 09 20:34:42.890 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-09-09T20:34:43.682Z[ recovery-image] Sep 09 20:34:42.926 INFO O| Sep 09 20:34:42.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45762024-09-09T20:34:43.682Z[ recovery-image] Sep 09 20:34:42.926 INFO O| Sep 09 20:34:42.926 INFO STEP 188 (remove_files) COMPLETE
45772024-09-09T20:34:43.682Z[ recovery-image] Sep 09 20:34:42.926 INFO O| Sep 09 20:34:42.926 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-09-09T20:34:43.731Z[ recovery-image] Sep 09 20:34:42.974 INFO O| Sep 09 20:34:42.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45792024-09-09T20:34:43.731Z[ recovery-image] Sep 09 20:34:42.974 INFO O| Sep 09 20:34:42.974 INFO STEP 189 (remove_files) COMPLETE
45802024-09-09T20:34:43.731Z[ recovery-image] Sep 09 20:34:42.974 INFO O| Sep 09 20:34:42.974 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-09-09T20:34:43.781Z[ recovery-image] Sep 09 20:34:43.025 INFO O| Sep 09 20:34:43.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45822024-09-09T20:34:43.781Z[ recovery-image] Sep 09 20:34:43.025 INFO O| Sep 09 20:34:43.025 INFO STEP 190 (remove_files) COMPLETE
45832024-09-09T20:34:43.781Z[ recovery-image] Sep 09 20:34:43.025 INFO O| Sep 09 20:34:43.025 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-09-09T20:34:43.841Z[ recovery-image] Sep 09 20:34:43.084 INFO O| Sep 09 20:34:43.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45852024-09-09T20:34:43.841Z[ recovery-image] Sep 09 20:34:43.085 INFO O| Sep 09 20:34:43.085 INFO STEP 191 (remove_files) COMPLETE
45862024-09-09T20:34:43.841Z[ recovery-image] Sep 09 20:34:43.085 INFO O| Sep 09 20:34:43.085 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-09-09T20:34:43.865Z[ recovery-image] Sep 09 20:34:43.109 INFO O| Sep 09 20:34:43.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45882024-09-09T20:34:43.865Z[ recovery-image] Sep 09 20:34:43.110 INFO O| Sep 09 20:34:43.110 INFO STEP 192 (remove_files) COMPLETE
45892024-09-09T20:34:43.889Z[ recovery-image] Sep 09 20:34:43.110 INFO O| Sep 09 20:34:43.110 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-09-09T20:34:43.889Z[ recovery-image] Sep 09 20:34:43.129 INFO O| Sep 09 20:34:43.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45912024-09-09T20:34:43.889Z[ recovery-image] Sep 09 20:34:43.129 INFO O| Sep 09 20:34:43.129 INFO STEP 193 (remove_files) COMPLETE
45922024-09-09T20:34:43.889Z[ recovery-image] Sep 09 20:34:43.129 INFO O| Sep 09 20:34:43.129 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-09-09T20:34:43.913Z[ recovery-image] Sep 09 20:34:43.152 INFO O| Sep 09 20:34:43.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45942024-09-09T20:34:43.913Z[ recovery-image] Sep 09 20:34:43.153 INFO O| Sep 09 20:34:43.153 INFO STEP 194 (remove_files) COMPLETE
45952024-09-09T20:34:43.913Z[ recovery-image] Sep 09 20:34:43.153 INFO O| Sep 09 20:34:43.153 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-09-09T20:34:43.946Z[ recovery-image] Sep 09 20:34:43.191 INFO O| Sep 09 20:34:43.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45972024-09-09T20:34:43.946Z[ recovery-image] Sep 09 20:34:43.191 INFO O| Sep 09 20:34:43.191 INFO STEP 195 (remove_files) COMPLETE
45982024-09-09T20:34:43.970Z[ recovery-image] Sep 09 20:34:43.191 INFO O| Sep 09 20:34:43.191 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-09-09T20:34:43.970Z[ recovery-image] Sep 09 20:34:43.209 INFO O| Sep 09 20:34:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46002024-09-09T20:34:43.970Z[ recovery-image] Sep 09 20:34:43.209 INFO O| Sep 09 20:34:43.209 INFO STEP 196 (remove_files) COMPLETE
46012024-09-09T20:34:43.971Z[ recovery-image] Sep 09 20:34:43.209 INFO O| Sep 09 20:34:43.209 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-09-09T20:34:43.995Z[ recovery-image] Sep 09 20:34:43.229 INFO O| Sep 09 20:34:43.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46032024-09-09T20:34:43.995Z[ recovery-image] Sep 09 20:34:43.229 INFO O| Sep 09 20:34:43.229 INFO STEP 197 (remove_files) COMPLETE
46042024-09-09T20:34:43.995Z[ recovery-image] Sep 09 20:34:43.229 INFO O| Sep 09 20:34:43.229 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-09-09T20:34:44.018Z[ recovery-image] Sep 09 20:34:43.249 INFO O| Sep 09 20:34:43.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46062024-09-09T20:34:44.019Z[ recovery-image] Sep 09 20:34:43.249 INFO O| Sep 09 20:34:43.249 INFO STEP 198 (remove_files) COMPLETE
46072024-09-09T20:34:44.019Z[ recovery-image] Sep 09 20:34:43.249 INFO O| Sep 09 20:34:43.249 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-09T20:34:44.051Z[ recovery-image] Sep 09 20:34:43.267 INFO O| Sep 09 20:34:43.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46092024-09-09T20:34:44.051Z[ recovery-image] Sep 09 20:34:43.267 INFO O| Sep 09 20:34:43.267 INFO STEP 199 (remove_files) COMPLETE
46102024-09-09T20:34:44.051Z[ recovery-image] Sep 09 20:34:43.267 INFO O| Sep 09 20:34:43.267 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-09T20:34:44.076Z[ recovery-image] Sep 09 20:34:43.298 INFO O| Sep 09 20:34:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46122024-09-09T20:34:44.076Z[ recovery-image] Sep 09 20:34:43.298 INFO O| Sep 09 20:34:43.298 INFO STEP 200 (remove_files) COMPLETE
46132024-09-09T20:34:44.076Z[ recovery-image] Sep 09 20:34:43.298 INFO O| Sep 09 20:34:43.298 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-09-09T20:34:44.076Z[ recovery-image] Sep 09 20:34:43.319 INFO O| Sep 09 20:34:43.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46152024-09-09T20:34:44.076Z[ recovery-image] Sep 09 20:34:43.319 INFO O| Sep 09 20:34:43.319 INFO STEP 201 (remove_files) COMPLETE
46162024-09-09T20:34:44.076Z[ recovery-image] Sep 09 20:34:43.319 INFO O| Sep 09 20:34:43.319 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-09T20:34:44.101Z[ recovery-image] Sep 09 20:34:43.338 INFO O| Sep 09 20:34:43.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46182024-09-09T20:34:44.101Z[ recovery-image] Sep 09 20:34:43.338 INFO O| Sep 09 20:34:43.338 INFO STEP 202 (remove_files) COMPLETE
46192024-09-09T20:34:44.101Z[ recovery-image] Sep 09 20:34:43.338 INFO O| Sep 09 20:34:43.338 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-09T20:34:44.125Z[ recovery-image] Sep 09 20:34:43.364 INFO O| Sep 09 20:34:43.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46212024-09-09T20:34:44.125Z[ recovery-image] Sep 09 20:34:43.364 INFO O| Sep 09 20:34:43.364 INFO STEP 203 (remove_files) COMPLETE
46222024-09-09T20:34:44.125Z[ recovery-image] Sep 09 20:34:43.364 INFO O| Sep 09 20:34:43.364 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-09T20:34:44.170Z[ recovery-image] Sep 09 20:34:43.414 INFO O| Sep 09 20:34:43.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46242024-09-09T20:34:44.170Z[ recovery-image] Sep 09 20:34:43.414 INFO O| Sep 09 20:34:43.414 INFO STEP 204 (remove_files) COMPLETE
46252024-09-09T20:34:44.170Z[ recovery-image] Sep 09 20:34:43.414 INFO O| Sep 09 20:34:43.414 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-09T20:34:44.233Z[ recovery-image] Sep 09 20:34:43.478 INFO O| Sep 09 20:34:43.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46272024-09-09T20:34:44.233Z[ recovery-image] Sep 09 20:34:43.478 INFO O| Sep 09 20:34:43.478 INFO STEP 205 (remove_files) COMPLETE
46282024-09-09T20:34:44.257Z[ recovery-image] Sep 09 20:34:43.478 INFO O| Sep 09 20:34:43.478 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-09T20:34:44.257Z[ recovery-image] Sep 09 20:34:43.497 INFO O| Sep 09 20:34:43.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46302024-09-09T20:34:44.257Z[ recovery-image] Sep 09 20:34:43.497 INFO O| Sep 09 20:34:43.497 INFO STEP 206 (remove_files) COMPLETE
46312024-09-09T20:34:44.257Z[ recovery-image] Sep 09 20:34:43.497 INFO O| Sep 09 20:34:43.497 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-09-09T20:34:44.280Z[ recovery-image] Sep 09 20:34:43.514 INFO O| Sep 09 20:34:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46332024-09-09T20:34:44.280Z[ recovery-image] Sep 09 20:34:43.514 INFO O| Sep 09 20:34:43.514 INFO STEP 207 (remove_files) COMPLETE
46342024-09-09T20:34:44.280Z[ recovery-image] Sep 09 20:34:43.514 INFO O| Sep 09 20:34:43.514 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-09-09T20:34:44.304Z[ recovery-image] Sep 09 20:34:43.545 INFO O| Sep 09 20:34:43.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46362024-09-09T20:34:44.304Z[ recovery-image] Sep 09 20:34:43.546 INFO O| Sep 09 20:34:43.545 INFO STEP 208 (remove_files) COMPLETE
46372024-09-09T20:34:44.304Z[ recovery-image] Sep 09 20:34:43.546 INFO O| Sep 09 20:34:43.545 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-09-09T20:34:44.360Z[ recovery-image] Sep 09 20:34:43.604 INFO O| Sep 09 20:34:43.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46392024-09-09T20:34:44.360Z[ recovery-image] Sep 09 20:34:43.604 INFO O| Sep 09 20:34:43.604 INFO STEP 209 (remove_files) COMPLETE
46402024-09-09T20:34:44.360Z[ recovery-image] Sep 09 20:34:43.604 INFO O| Sep 09 20:34:43.604 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-09-09T20:34:44.384Z[ recovery-image] Sep 09 20:34:43.621 INFO O| Sep 09 20:34:43.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46422024-09-09T20:34:44.384Z[ recovery-image] Sep 09 20:34:43.621 INFO O| Sep 09 20:34:43.621 INFO STEP 210 (remove_files) COMPLETE
46432024-09-09T20:34:44.384Z[ recovery-image] Sep 09 20:34:43.621 INFO O| Sep 09 20:34:43.621 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-09-09T20:34:44.407Z[ recovery-image] Sep 09 20:34:43.636 INFO O| Sep 09 20:34:43.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46452024-09-09T20:34:44.407Z[ recovery-image] Sep 09 20:34:43.636 INFO O| Sep 09 20:34:43.636 INFO STEP 211 (remove_files) COMPLETE
46462024-09-09T20:34:44.407Z[ recovery-image] Sep 09 20:34:43.636 INFO O| Sep 09 20:34:43.636 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-09T20:34:44.456Z[ recovery-image] Sep 09 20:34:43.700 INFO O| Sep 09 20:34:43.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46482024-09-09T20:34:44.479Z[ recovery-image] Sep 09 20:34:43.701 INFO O| Sep 09 20:34:43.700 INFO STEP 212 (remove_files) COMPLETE
46492024-09-09T20:34:44.479Z[ recovery-image] Sep 09 20:34:43.701 INFO O| Sep 09 20:34:43.701 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-09T20:34:44.505Z[ recovery-image] Sep 09 20:34:43.749 INFO O| Sep 09 20:34:43.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46512024-09-09T20:34:44.528Z[ recovery-image] Sep 09 20:34:43.750 INFO O| Sep 09 20:34:43.749 INFO STEP 213 (remove_files) COMPLETE
46522024-09-09T20:34:44.528Z[ recovery-image] Sep 09 20:34:43.750 INFO O| Sep 09 20:34:43.750 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-09T20:34:44.551Z[ recovery-image] Sep 09 20:34:43.776 INFO O| Sep 09 20:34:43.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46542024-09-09T20:34:44.551Z[ recovery-image] Sep 09 20:34:43.778 INFO O| Sep 09 20:34:43.777 INFO STEP 214 (remove_files) COMPLETE
46552024-09-09T20:34:44.551Z[ recovery-image] Sep 09 20:34:43.778 INFO O| Sep 09 20:34:43.778 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-09T20:34:44.575Z[ recovery-image] Sep 09 20:34:43.805 INFO O| Sep 09 20:34:43.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46572024-09-09T20:34:44.575Z[ recovery-image] Sep 09 20:34:43.805 INFO O| Sep 09 20:34:43.805 INFO STEP 215 (remove_files) COMPLETE
46582024-09-09T20:34:44.575Z[ recovery-image] Sep 09 20:34:43.805 INFO O| Sep 09 20:34:43.805 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-09T20:34:44.598Z[ recovery-image] Sep 09 20:34:43.834 INFO O| Sep 09 20:34:43.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46602024-09-09T20:34:44.598Z[ recovery-image] Sep 09 20:34:43.835 INFO O| Sep 09 20:34:43.834 INFO STEP 216 (remove_files) COMPLETE
46612024-09-09T20:34:44.598Z[ recovery-image] Sep 09 20:34:43.835 INFO O| Sep 09 20:34:43.835 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-09T20:34:44.622Z[ recovery-image] Sep 09 20:34:43.860 INFO O| Sep 09 20:34:43.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46632024-09-09T20:34:44.622Z[ recovery-image] Sep 09 20:34:43.860 INFO O| Sep 09 20:34:43.860 INFO STEP 217 (remove_files) COMPLETE
46642024-09-09T20:34:44.622Z[ recovery-image] Sep 09 20:34:43.860 INFO O| Sep 09 20:34:43.860 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-09T20:34:44.646Z[ recovery-image] Sep 09 20:34:43.880 INFO O| Sep 09 20:34:43.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46662024-09-09T20:34:44.646Z[ recovery-image] Sep 09 20:34:43.880 INFO O| Sep 09 20:34:43.880 INFO STEP 218 (remove_files) COMPLETE
46672024-09-09T20:34:44.646Z[ recovery-image] Sep 09 20:34:43.880 INFO O| Sep 09 20:34:43.880 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-09T20:34:44.671Z[ recovery-image] Sep 09 20:34:43.915 INFO O| Sep 09 20:34:43.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46692024-09-09T20:34:44.672Z[ recovery-image] Sep 09 20:34:43.915 INFO O| Sep 09 20:34:43.915 INFO STEP 219 (remove_files) COMPLETE
46702024-09-09T20:34:44.672Z[ recovery-image] Sep 09 20:34:43.915 INFO O| Sep 09 20:34:43.915 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-09T20:34:44.710Z[ recovery-image] Sep 09 20:34:43.954 INFO O| Sep 09 20:34:43.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46722024-09-09T20:34:44.710Z[ recovery-image] Sep 09 20:34:43.954 INFO O| Sep 09 20:34:43.954 INFO STEP 220 (remove_files) COMPLETE
46732024-09-09T20:34:44.710Z[ recovery-image] Sep 09 20:34:43.954 INFO O| Sep 09 20:34:43.954 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-09-09T20:34:44.734Z[ recovery-image] Sep 09 20:34:43.974 INFO O| Sep 09 20:34:43.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46752024-09-09T20:34:44.734Z[ recovery-image] Sep 09 20:34:43.974 INFO O| Sep 09 20:34:43.974 INFO STEP 221 (remove_files) COMPLETE
46762024-09-09T20:34:44.734Z[ recovery-image] Sep 09 20:34:43.974 INFO O| Sep 09 20:34:43.974 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-09-09T20:34:44.758Z[ recovery-image] Sep 09 20:34:43.992 INFO O| Sep 09 20:34:43.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46782024-09-09T20:34:44.758Z[ recovery-image] Sep 09 20:34:43.992 INFO O| Sep 09 20:34:43.992 INFO STEP 222 (remove_files) COMPLETE
46792024-09-09T20:34:44.758Z[ recovery-image] Sep 09 20:34:43.992 INFO O| Sep 09 20:34:43.992 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-09-09T20:34:44.782Z[ recovery-image] Sep 09 20:34:44.009 INFO O| Sep 09 20:34:44.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46812024-09-09T20:34:44.782Z[ recovery-image] Sep 09 20:34:44.009 INFO O| Sep 09 20:34:44.009 INFO STEP 223 (remove_files) COMPLETE
46822024-09-09T20:34:44.782Z[ recovery-image] Sep 09 20:34:44.009 INFO O| Sep 09 20:34:44.009 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-09-09T20:34:44.782Z[ recovery-image] Sep 09 20:34:44.025 INFO O| Sep 09 20:34:44.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46842024-09-09T20:34:44.806Z[ recovery-image] Sep 09 20:34:44.042 INFO O| Sep 09 20:34:44.042 INFO STEP 224 (remove_files) COMPLETE
46852024-09-09T20:34:44.806Z[ recovery-image] Sep 09 20:34:44.042 INFO O| Sep 09 20:34:44.042 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-09-09T20:34:44.830Z[ recovery-image] Sep 09 20:34:44.063 INFO O| Sep 09 20:34:44.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46872024-09-09T20:34:44.830Z[ recovery-image] Sep 09 20:34:44.064 INFO O| Sep 09 20:34:44.064 INFO STEP 225 (remove_files) COMPLETE
46882024-09-09T20:34:44.830Z[ recovery-image] Sep 09 20:34:44.064 INFO O| Sep 09 20:34:44.064 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-09-09T20:34:44.853Z[ recovery-image] Sep 09 20:34:44.083 INFO O| Sep 09 20:34:44.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46902024-09-09T20:34:44.854Z[ recovery-image] Sep 09 20:34:44.083 INFO O| Sep 09 20:34:44.083 INFO STEP 226 (remove_files) COMPLETE
46912024-09-09T20:34:44.854Z[ recovery-image] Sep 09 20:34:44.083 INFO O| Sep 09 20:34:44.083 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-09-09T20:34:44.877Z[ recovery-image] Sep 09 20:34:44.100 INFO O| Sep 09 20:34:44.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46932024-09-09T20:34:44.877Z[ recovery-image] Sep 09 20:34:44.100 INFO O| Sep 09 20:34:44.100 INFO STEP 227 (remove_files) COMPLETE
46942024-09-09T20:34:44.877Z[ recovery-image] Sep 09 20:34:44.100 INFO O| Sep 09 20:34:44.100 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-09-09T20:34:44.877Z[ recovery-image] Sep 09 20:34:44.116 INFO O| Sep 09 20:34:44.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46962024-09-09T20:34:44.877Z[ recovery-image] Sep 09 20:34:44.116 INFO O| Sep 09 20:34:44.116 INFO STEP 228 (remove_files) COMPLETE
46972024-09-09T20:34:44.877Z[ recovery-image] Sep 09 20:34:44.116 INFO O| Sep 09 20:34:44.116 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-09-09T20:34:44.901Z[ recovery-image] Sep 09 20:34:44.132 INFO O| Sep 09 20:34:44.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46992024-09-09T20:34:44.901Z[ recovery-image] Sep 09 20:34:44.132 INFO O| Sep 09 20:34:44.132 INFO STEP 229 (remove_files) COMPLETE
47002024-09-09T20:34:44.901Z[ recovery-image] Sep 09 20:34:44.132 INFO O| Sep 09 20:34:44.132 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-09-09T20:34:44.924Z[ recovery-image] Sep 09 20:34:44.150 INFO O| Sep 09 20:34:44.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47022024-09-09T20:34:44.924Z[ recovery-image] Sep 09 20:34:44.150 INFO O| Sep 09 20:34:44.150 INFO STEP 230 (remove_files) COMPLETE
47032024-09-09T20:34:44.924Z[ recovery-image] Sep 09 20:34:44.150 INFO O| Sep 09 20:34:44.150 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-09-09T20:34:44.924Z[ recovery-image] Sep 09 20:34:44.167 INFO O| Sep 09 20:34:44.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47052024-09-09T20:34:44.924Z[ recovery-image] Sep 09 20:34:44.167 INFO O| Sep 09 20:34:44.167 INFO STEP 231 (remove_files) COMPLETE
47062024-09-09T20:34:44.924Z[ recovery-image] Sep 09 20:34:44.168 INFO O| Sep 09 20:34:44.167 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-09-09T20:34:44.950Z[ recovery-image] Sep 09 20:34:44.194 INFO O| Sep 09 20:34:44.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47082024-09-09T20:34:44.950Z[ recovery-image] Sep 09 20:34:44.194 INFO O| Sep 09 20:34:44.194 INFO STEP 232 (remove_files) COMPLETE
47092024-09-09T20:34:44.973Z[ recovery-image] Sep 09 20:34:44.194 INFO O| Sep 09 20:34:44.194 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-09-09T20:34:45.054Z[ recovery-image] Sep 09 20:34:44.282 INFO O| Sep 09 20:34:44.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47112024-09-09T20:34:45.054Z[ recovery-image] Sep 09 20:34:44.282 INFO O| Sep 09 20:34:44.282 INFO STEP 233 (remove_files) COMPLETE
47122024-09-09T20:34:45.054Z[ recovery-image] Sep 09 20:34:44.282 INFO O| Sep 09 20:34:44.282 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-09-09T20:34:45.077Z[ recovery-image] Sep 09 20:34:44.308 INFO O| Sep 09 20:34:44.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47142024-09-09T20:34:45.077Z[ recovery-image] Sep 09 20:34:44.308 INFO O| Sep 09 20:34:44.308 INFO STEP 234 (remove_files) COMPLETE
47152024-09-09T20:34:45.077Z[ recovery-image] Sep 09 20:34:44.308 INFO O| Sep 09 20:34:44.308 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-09-09T20:34:45.101Z[ host-image] Sep 09 20:34:44.329 INFO O| Sep 09 20:34:44.329 INFO O| Download: 1022/1140 items 3.4/8.4MB 40% complete (721k/s)
47172024-09-09T20:34:45.101Z[ recovery-image] Sep 09 20:34:44.330 INFO O| Sep 09 20:34:44.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47182024-09-09T20:34:45.101Z[ recovery-image] Sep 09 20:34:44.330 INFO O| Sep 09 20:34:44.330 INFO STEP 235 (remove_files) COMPLETE
47192024-09-09T20:34:45.101Z[ recovery-image] Sep 09 20:34:44.330 INFO O| Sep 09 20:34:44.330 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-09-09T20:34:45.124Z[ recovery-image] Sep 09 20:34:44.349 INFO O| Sep 09 20:34:44.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47212024-09-09T20:34:45.124Z[ recovery-image] Sep 09 20:34:44.350 INFO O| Sep 09 20:34:44.349 INFO STEP 236 (remove_files) COMPLETE
47222024-09-09T20:34:45.124Z[ recovery-image] Sep 09 20:34:44.350 INFO O| Sep 09 20:34:44.350 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-09-09T20:34:45.186Z[ recovery-image] Sep 09 20:34:44.411 INFO O| Sep 09 20:34:44.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47242024-09-09T20:34:45.186Z[ recovery-image] Sep 09 20:34:44.411 INFO O| Sep 09 20:34:44.411 INFO STEP 237 (remove_files) COMPLETE
47252024-09-09T20:34:45.186Z[ recovery-image] Sep 09 20:34:44.411 INFO O| Sep 09 20:34:44.411 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-09-09T20:34:45.209Z[ recovery-image] Sep 09 20:34:44.433 INFO O| Sep 09 20:34:44.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47272024-09-09T20:34:45.209Z[ recovery-image] Sep 09 20:34:44.433 INFO O| Sep 09 20:34:44.433 INFO STEP 238 (remove_files) COMPLETE
47282024-09-09T20:34:45.209Z[ recovery-image] Sep 09 20:34:44.434 INFO O| Sep 09 20:34:44.434 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-09T20:34:45.233Z[ recovery-image] Sep 09 20:34:44.454 INFO O| Sep 09 20:34:44.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47302024-09-09T20:34:45.233Z[ recovery-image] Sep 09 20:34:44.454 INFO O| Sep 09 20:34:44.454 INFO STEP 239 (remove_files) COMPLETE
47312024-09-09T20:34:45.233Z[ recovery-image] Sep 09 20:34:44.454 INFO O| Sep 09 20:34:44.454 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-09T20:34:45.233Z[ recovery-image] Sep 09 20:34:44.476 INFO O| Sep 09 20:34:44.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47332024-09-09T20:34:45.233Z[ recovery-image] Sep 09 20:34:44.476 INFO O| Sep 09 20:34:44.476 INFO STEP 240 (remove_files) COMPLETE
47342024-09-09T20:34:45.233Z[ recovery-image] Sep 09 20:34:44.476 INFO O| Sep 09 20:34:44.476 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-09T20:34:45.257Z[ recovery-image] Sep 09 20:34:44.501 INFO O| Sep 09 20:34:44.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47362024-09-09T20:34:45.257Z[ recovery-image] Sep 09 20:34:44.501 INFO O| Sep 09 20:34:44.501 INFO STEP 241 (remove_files) COMPLETE
47372024-09-09T20:34:45.257Z[ recovery-image] Sep 09 20:34:44.501 INFO O| Sep 09 20:34:44.501 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-09T20:34:45.313Z[ recovery-image] Sep 09 20:34:44.557 INFO O| Sep 09 20:34:44.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47392024-09-09T20:34:45.313Z[ recovery-image] Sep 09 20:34:44.557 INFO O| Sep 09 20:34:44.557 INFO STEP 242 (remove_files) COMPLETE
47402024-09-09T20:34:45.336Z[ recovery-image] Sep 09 20:34:44.557 INFO O| Sep 09 20:34:44.557 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-09T20:34:45.336Z[ recovery-image] Sep 09 20:34:44.579 INFO O| Sep 09 20:34:44.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47422024-09-09T20:34:45.336Z[ recovery-image] Sep 09 20:34:44.579 INFO O| Sep 09 20:34:44.575 INFO STEP 243 (remove_files) COMPLETE
47432024-09-09T20:34:45.336Z[ recovery-image] Sep 09 20:34:44.579 INFO O| Sep 09 20:34:44.575 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-09T20:34:45.360Z[ recovery-image] Sep 09 20:34:44.600 INFO O| Sep 09 20:34:44.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47452024-09-09T20:34:45.360Z[ recovery-image] Sep 09 20:34:44.600 INFO O| Sep 09 20:34:44.600 INFO STEP 244 (remove_files) COMPLETE
47462024-09-09T20:34:45.360Z[ recovery-image] Sep 09 20:34:44.600 INFO O| Sep 09 20:34:44.600 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-09T20:34:45.400Z[ recovery-image] Sep 09 20:34:44.644 INFO O| Sep 09 20:34:44.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47482024-09-09T20:34:45.400Z[ recovery-image] Sep 09 20:34:44.644 INFO O| Sep 09 20:34:44.644 INFO STEP 245 (remove_files) COMPLETE
47492024-09-09T20:34:45.400Z[ recovery-image] Sep 09 20:34:44.644 INFO O| Sep 09 20:34:44.644 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-09T20:34:45.434Z[ recovery-image] Sep 09 20:34:44.678 INFO O| Sep 09 20:34:44.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47512024-09-09T20:34:45.457Z[ recovery-image] Sep 09 20:34:44.678 INFO O| Sep 09 20:34:44.678 INFO STEP 246 (remove_files) COMPLETE
47522024-09-09T20:34:45.457Z[ recovery-image] Sep 09 20:34:44.678 INFO O| Sep 09 20:34:44.678 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-09T20:34:45.481Z[ recovery-image] Sep 09 20:34:44.716 INFO O| Sep 09 20:34:44.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47542024-09-09T20:34:45.481Z[ recovery-image] Sep 09 20:34:44.716 INFO O| Sep 09 20:34:44.716 INFO STEP 247 (remove_files) COMPLETE
47552024-09-09T20:34:45.481Z[ recovery-image] Sep 09 20:34:44.716 INFO O| Sep 09 20:34:44.716 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-09T20:34:45.518Z[ recovery-image] Sep 09 20:34:44.761 INFO O| Sep 09 20:34:44.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47572024-09-09T20:34:45.518Z[ recovery-image] Sep 09 20:34:44.761 INFO O| Sep 09 20:34:44.761 INFO STEP 248 (remove_files) COMPLETE
47582024-09-09T20:34:45.518Z[ recovery-image] Sep 09 20:34:44.761 INFO O| Sep 09 20:34:44.761 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-09T20:34:45.541Z[ recovery-image] Sep 09 20:34:44.780 INFO O| Sep 09 20:34:44.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47602024-09-09T20:34:45.541Z[ recovery-image] Sep 09 20:34:44.780 INFO O| Sep 09 20:34:44.780 INFO STEP 249 (remove_files) COMPLETE
47612024-09-09T20:34:45.541Z[ recovery-image] Sep 09 20:34:44.780 INFO O| Sep 09 20:34:44.780 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-09T20:34:45.565Z[ recovery-image] Sep 09 20:34:44.800 INFO O| Sep 09 20:34:44.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47632024-09-09T20:34:45.565Z[ recovery-image] Sep 09 20:34:44.801 INFO O| Sep 09 20:34:44.800 INFO STEP 250 (remove_files) COMPLETE
47642024-09-09T20:34:45.565Z[ recovery-image] Sep 09 20:34:44.801 INFO O| Sep 09 20:34:44.801 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-09-09T20:34:45.588Z[ recovery-image] Sep 09 20:34:44.818 INFO O| Sep 09 20:34:44.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47662024-09-09T20:34:45.588Z[ recovery-image] Sep 09 20:34:44.818 INFO O| Sep 09 20:34:44.818 INFO STEP 251 (remove_files) COMPLETE
47672024-09-09T20:34:45.588Z[ recovery-image] Sep 09 20:34:44.818 INFO O| Sep 09 20:34:44.818 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-09-09T20:34:45.614Z[ recovery-image] Sep 09 20:34:44.836 INFO O| Sep 09 20:34:44.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47692024-09-09T20:34:45.614Z[ recovery-image] Sep 09 20:34:44.836 INFO O| Sep 09 20:34:44.836 INFO STEP 252 (remove_files) COMPLETE
47702024-09-09T20:34:45.614Z[ recovery-image] Sep 09 20:34:44.836 INFO O| Sep 09 20:34:44.836 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-09-09T20:34:45.614Z[ recovery-image] Sep 09 20:34:44.852 INFO O| Sep 09 20:34:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47722024-09-09T20:34:45.614Z[ recovery-image] Sep 09 20:34:44.852 INFO O| Sep 09 20:34:44.852 INFO STEP 253 (remove_files) COMPLETE
47732024-09-09T20:34:45.614Z[ recovery-image] Sep 09 20:34:44.853 INFO O| Sep 09 20:34:44.852 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-09T20:34:45.644Z[ recovery-image] Sep 09 20:34:44.888 INFO O| Sep 09 20:34:44.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47752024-09-09T20:34:45.644Z[ recovery-image] Sep 09 20:34:44.889 INFO O| Sep 09 20:34:44.889 INFO STEP 254 (remove_files) COMPLETE
47762024-09-09T20:34:45.668Z[ recovery-image] Sep 09 20:34:44.889 INFO O| Sep 09 20:34:44.889 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-09T20:34:45.668Z[ recovery-image] Sep 09 20:34:44.906 INFO O| Sep 09 20:34:44.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47782024-09-09T20:34:45.668Z[ recovery-image] Sep 09 20:34:44.906 INFO O| Sep 09 20:34:44.906 INFO STEP 255 (remove_files) COMPLETE
47792024-09-09T20:34:45.668Z[ recovery-image] Sep 09 20:34:44.906 INFO O| Sep 09 20:34:44.906 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-09T20:34:45.691Z[ recovery-image] Sep 09 20:34:44.923 INFO O| Sep 09 20:34:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47812024-09-09T20:34:45.691Z[ recovery-image] Sep 09 20:34:44.923 INFO O| Sep 09 20:34:44.923 INFO STEP 256 (remove_files) COMPLETE
47822024-09-09T20:34:45.691Z[ recovery-image] Sep 09 20:34:44.923 INFO O| Sep 09 20:34:44.923 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-09T20:34:45.715Z[ recovery-image] Sep 09 20:34:44.938 INFO O| Sep 09 20:34:44.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47842024-09-09T20:34:45.715Z[ recovery-image] Sep 09 20:34:44.938 INFO O| Sep 09 20:34:44.938 INFO STEP 257 (remove_files) COMPLETE
47852024-09-09T20:34:45.715Z[ recovery-image] Sep 09 20:34:44.939 INFO O| Sep 09 20:34:44.938 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-09T20:34:45.715Z[ recovery-image] Sep 09 20:34:44.954 INFO O| Sep 09 20:34:44.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47872024-09-09T20:34:45.715Z[ recovery-image] Sep 09 20:34:44.954 INFO O| Sep 09 20:34:44.954 INFO STEP 258 (remove_files) COMPLETE
47882024-09-09T20:34:45.715Z[ recovery-image] Sep 09 20:34:44.954 INFO O| Sep 09 20:34:44.954 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-09T20:34:45.738Z[ recovery-image] Sep 09 20:34:44.970 INFO O| Sep 09 20:34:44.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47902024-09-09T20:34:45.738Z[ recovery-image] Sep 09 20:34:44.971 INFO O| Sep 09 20:34:44.970 INFO STEP 259 (remove_files) COMPLETE
47912024-09-09T20:34:45.738Z[ recovery-image] Sep 09 20:34:44.971 INFO O| Sep 09 20:34:44.971 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-09T20:34:45.762Z[ recovery-image] Sep 09 20:34:45.007 INFO O| Sep 09 20:34:45.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47932024-09-09T20:34:45.786Z[ recovery-image] Sep 09 20:34:45.007 INFO O| Sep 09 20:34:45.007 INFO STEP 260 (remove_files) COMPLETE
47942024-09-09T20:34:45.786Z[ recovery-image] Sep 09 20:34:45.007 INFO O| Sep 09 20:34:45.007 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-09T20:34:45.811Z[ recovery-image] Sep 09 20:34:45.040 INFO O| Sep 09 20:34:45.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47962024-09-09T20:34:45.811Z[ recovery-image] Sep 09 20:34:45.041 INFO O| Sep 09 20:34:45.041 INFO STEP 261 (remove_files) COMPLETE
47972024-09-09T20:34:45.811Z[ recovery-image] Sep 09 20:34:45.041 INFO O| Sep 09 20:34:45.041 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-09T20:34:45.834Z[ recovery-image] Sep 09 20:34:45.059 INFO O| Sep 09 20:34:45.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47992024-09-09T20:34:45.834Z[ recovery-image] Sep 09 20:34:45.059 INFO O| Sep 09 20:34:45.059 INFO STEP 262 (remove_files) COMPLETE
48002024-09-09T20:34:45.834Z[ recovery-image] Sep 09 20:34:45.059 INFO O| Sep 09 20:34:45.059 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-09T20:34:45.834Z[ recovery-image] Sep 09 20:34:45.078 INFO O| Sep 09 20:34:45.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48022024-09-09T20:34:45.834Z[ recovery-image] Sep 09 20:34:45.078 INFO O| Sep 09 20:34:45.078 INFO STEP 263 (remove_files) COMPLETE
48032024-09-09T20:34:45.834Z[ recovery-image] Sep 09 20:34:45.078 INFO O| Sep 09 20:34:45.078 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-09T20:34:45.858Z[ recovery-image] Sep 09 20:34:45.096 INFO O| Sep 09 20:34:45.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48052024-09-09T20:34:45.858Z[ recovery-image] Sep 09 20:34:45.096 INFO O| Sep 09 20:34:45.096 INFO STEP 264 (remove_files) COMPLETE
48062024-09-09T20:34:45.858Z[ recovery-image] Sep 09 20:34:45.096 INFO O| Sep 09 20:34:45.096 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-09T20:34:45.891Z[ recovery-image] Sep 09 20:34:45.136 INFO O| Sep 09 20:34:45.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48082024-09-09T20:34:45.891Z[ recovery-image] Sep 09 20:34:45.136 INFO O| Sep 09 20:34:45.136 INFO STEP 265 (remove_files) COMPLETE
48092024-09-09T20:34:45.915Z[ recovery-image] Sep 09 20:34:45.136 INFO O| Sep 09 20:34:45.136 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-09T20:34:45.947Z[ recovery-image] Sep 09 20:34:45.191 INFO O| Sep 09 20:34:45.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48112024-09-09T20:34:45.947Z[ recovery-image] Sep 09 20:34:45.191 INFO O| Sep 09 20:34:45.191 INFO STEP 266 (remove_files) COMPLETE
48122024-09-09T20:34:45.947Z[ recovery-image] Sep 09 20:34:45.191 INFO O| Sep 09 20:34:45.191 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-09T20:34:45.972Z[ recovery-image] Sep 09 20:34:45.216 INFO O| Sep 09 20:34:45.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48142024-09-09T20:34:45.995Z[ recovery-image] Sep 09 20:34:45.216 INFO O| Sep 09 20:34:45.216 INFO STEP 267 (remove_files) COMPLETE
48152024-09-09T20:34:45.995Z[ recovery-image] Sep 09 20:34:45.216 INFO O| Sep 09 20:34:45.216 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-09T20:34:45.995Z[ recovery-image] Sep 09 20:34:45.235 INFO O| Sep 09 20:34:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48172024-09-09T20:34:45.995Z[ recovery-image] Sep 09 20:34:45.235 INFO O| Sep 09 20:34:45.235 INFO STEP 268 (remove_files) COMPLETE
48182024-09-09T20:34:45.995Z[ recovery-image] Sep 09 20:34:45.235 INFO O| Sep 09 20:34:45.235 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-09T20:34:46.019Z[ recovery-image] Sep 09 20:34:45.256 INFO O| Sep 09 20:34:45.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48202024-09-09T20:34:46.019Z[ recovery-image] Sep 09 20:34:45.256 INFO O| Sep 09 20:34:45.256 INFO STEP 269 (remove_files) COMPLETE
48212024-09-09T20:34:46.019Z[ recovery-image] Sep 09 20:34:45.256 INFO O| Sep 09 20:34:45.256 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-09T20:34:46.043Z[ recovery-image] Sep 09 20:34:45.277 INFO O| Sep 09 20:34:45.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48232024-09-09T20:34:46.043Z[ recovery-image] Sep 09 20:34:45.277 INFO O| Sep 09 20:34:45.277 INFO STEP 270 (remove_files) COMPLETE
48242024-09-09T20:34:46.043Z[ recovery-image] Sep 09 20:34:45.277 INFO O| Sep 09 20:34:45.277 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-09T20:34:46.069Z[ recovery-image] Sep 09 20:34:45.313 INFO O| Sep 09 20:34:45.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48262024-09-09T20:34:46.069Z[ recovery-image] Sep 09 20:34:45.313 INFO O| Sep 09 20:34:45.313 INFO STEP 271 (remove_files) COMPLETE
48272024-09-09T20:34:46.092Z[ recovery-image] Sep 09 20:34:45.313 INFO O| Sep 09 20:34:45.313 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-09T20:34:46.139Z[ recovery-image] Sep 09 20:34:45.383 INFO O| Sep 09 20:34:45.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48292024-09-09T20:34:46.139Z[ recovery-image] Sep 09 20:34:45.383 INFO O| Sep 09 20:34:45.383 INFO STEP 272 (remove_files) COMPLETE
48302024-09-09T20:34:46.139Z[ recovery-image] Sep 09 20:34:45.383 INFO O| Sep 09 20:34:45.383 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-09T20:34:46.182Z[ host-image] Sep 09 20:34:45.426 INFO O| Sep 09 20:34:45.426 INFO O| Download: Completed 8.42 MB in 6.10 seconds (1.4M/s)
48322024-09-09T20:34:46.229Z[ recovery-image] Sep 09 20:34:45.473 INFO O| Sep 09 20:34:45.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48332024-09-09T20:34:46.229Z[ recovery-image] Sep 09 20:34:45.473 INFO O| Sep 09 20:34:45.473 INFO STEP 273 (remove_files) COMPLETE
48342024-09-09T20:34:46.229Z[ recovery-image] Sep 09 20:34:45.473 INFO O| Sep 09 20:34:45.473 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-09-09T20:34:46.287Z[ recovery-image] Sep 09 20:34:45.531 INFO O| Sep 09 20:34:45.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48362024-09-09T20:34:46.287Z[ recovery-image] Sep 09 20:34:45.531 INFO O| Sep 09 20:34:45.531 INFO STEP 274 (remove_files) COMPLETE
48372024-09-09T20:34:46.287Z[ recovery-image] Sep 09 20:34:45.531 INFO O| Sep 09 20:34:45.531 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-09-09T20:34:46.347Z[ recovery-image] Sep 09 20:34:45.590 INFO O| Sep 09 20:34:45.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48392024-09-09T20:34:46.372Z[ recovery-image] Sep 09 20:34:45.613 INFO O| Sep 09 20:34:45.613 INFO STEP 275 (remove_files) COMPLETE
48402024-09-09T20:34:46.372Z[ recovery-image] Sep 09 20:34:45.613 INFO O| Sep 09 20:34:45.613 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-09-09T20:34:46.400Z[ host-image] Sep 09 20:34:45.644 INFO O| Sep 09 20:34:45.644 INFO O| Actions: 1/1361 actions (Installing new actions)
48422024-09-09T20:34:46.424Z[ recovery-image] Sep 09 20:34:45.650 INFO O| Sep 09 20:34:45.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48432024-09-09T20:34:46.424Z[ recovery-image] Sep 09 20:34:45.650 INFO O| Sep 09 20:34:45.650 INFO STEP 276 (remove_files) COMPLETE
48442024-09-09T20:34:46.424Z[ recovery-image] Sep 09 20:34:45.650 INFO O| Sep 09 20:34:45.650 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-09-09T20:34:46.447Z[ recovery-image] Sep 09 20:34:45.685 INFO O| Sep 09 20:34:45.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48462024-09-09T20:34:46.447Z[ recovery-image] Sep 09 20:34:45.685 INFO O| Sep 09 20:34:45.685 INFO STEP 277 (remove_files) COMPLETE
48472024-09-09T20:34:46.447Z[ recovery-image] Sep 09 20:34:45.685 INFO O| Sep 09 20:34:45.685 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-09-09T20:34:46.471Z[ recovery-image] Sep 09 20:34:45.713 INFO O| Sep 09 20:34:45.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48492024-09-09T20:34:46.471Z[ recovery-image] Sep 09 20:34:45.713 INFO O| Sep 09 20:34:45.713 INFO STEP 278 (remove_files) COMPLETE
48502024-09-09T20:34:46.471Z[ recovery-image] Sep 09 20:34:45.713 INFO O| Sep 09 20:34:45.713 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-09-09T20:34:46.538Z[ recovery-image] Sep 09 20:34:45.783 INFO O| Sep 09 20:34:45.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48522024-09-09T20:34:46.562Z[ recovery-image] Sep 09 20:34:45.783 INFO O| Sep 09 20:34:45.783 INFO STEP 279 (remove_files) COMPLETE
48532024-09-09T20:34:46.562Z[ recovery-image] Sep 09 20:34:45.783 INFO O| Sep 09 20:34:45.783 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-09-09T20:34:46.562Z[ recovery-image] Sep 09 20:34:45.804 INFO O| Sep 09 20:34:45.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48552024-09-09T20:34:46.562Z[ recovery-image] Sep 09 20:34:45.804 INFO O| Sep 09 20:34:45.804 INFO STEP 280 (remove_files) COMPLETE
48562024-09-09T20:34:46.562Z[ recovery-image] Sep 09 20:34:45.804 INFO O| Sep 09 20:34:45.804 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-09-09T20:34:46.586Z[ recovery-image] Sep 09 20:34:45.823 INFO O| Sep 09 20:34:45.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48582024-09-09T20:34:46.586Z[ recovery-image] Sep 09 20:34:45.823 INFO O| Sep 09 20:34:45.823 INFO STEP 281 (remove_files) COMPLETE
48592024-09-09T20:34:46.586Z[ recovery-image] Sep 09 20:34:45.823 INFO O| Sep 09 20:34:45.823 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-09-09T20:34:46.611Z[ recovery-image] Sep 09 20:34:45.840 INFO O| Sep 09 20:34:45.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48612024-09-09T20:34:46.611Z[ recovery-image] Sep 09 20:34:45.840 INFO O| Sep 09 20:34:45.840 INFO STEP 282 (remove_files) COMPLETE
48622024-09-09T20:34:46.611Z[ recovery-image] Sep 09 20:34:45.840 INFO O| Sep 09 20:34:45.840 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-09-09T20:34:46.635Z[ recovery-image] Sep 09 20:34:45.857 INFO O| Sep 09 20:34:45.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48642024-09-09T20:34:46.635Z[ recovery-image] Sep 09 20:34:45.857 INFO O| Sep 09 20:34:45.857 INFO STEP 283 (remove_files) COMPLETE
48652024-09-09T20:34:46.635Z[ recovery-image] Sep 09 20:34:45.857 INFO O| Sep 09 20:34:45.857 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-09-09T20:34:46.635Z[ recovery-image] Sep 09 20:34:45.874 INFO O| Sep 09 20:34:45.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48672024-09-09T20:34:46.635Z[ recovery-image] Sep 09 20:34:45.874 INFO O| Sep 09 20:34:45.874 INFO STEP 284 (remove_files) COMPLETE
48682024-09-09T20:34:46.635Z[ recovery-image] Sep 09 20:34:45.874 INFO O| Sep 09 20:34:45.874 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-09-09T20:34:46.658Z[ recovery-image] Sep 09 20:34:45.892 INFO O| Sep 09 20:34:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48702024-09-09T20:34:46.658Z[ recovery-image] Sep 09 20:34:45.892 INFO O| Sep 09 20:34:45.892 INFO STEP 285 (remove_files) COMPLETE
48712024-09-09T20:34:46.658Z[ recovery-image] Sep 09 20:34:45.892 INFO O| Sep 09 20:34:45.892 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-09-09T20:34:46.708Z[ recovery-image] Sep 09 20:34:45.953 INFO O| Sep 09 20:34:45.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48732024-09-09T20:34:46.708Z[ recovery-image] Sep 09 20:34:45.953 INFO O| Sep 09 20:34:45.953 INFO STEP 286 (remove_files) COMPLETE
48742024-09-09T20:34:46.732Z[ recovery-image] Sep 09 20:34:45.953 INFO O| Sep 09 20:34:45.953 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-09-09T20:34:46.732Z[ recovery-image] Sep 09 20:34:45.967 INFO O| Sep 09 20:34:45.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48762024-09-09T20:34:46.732Z[ recovery-image] Sep 09 20:34:45.967 INFO O| Sep 09 20:34:45.967 INFO STEP 287 (remove_files) COMPLETE
48772024-09-09T20:34:46.732Z[ recovery-image] Sep 09 20:34:45.967 INFO O| Sep 09 20:34:45.967 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-09-09T20:34:46.764Z[ recovery-image] Sep 09 20:34:46.008 INFO O| Sep 09 20:34:46.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48792024-09-09T20:34:46.764Z[ recovery-image] Sep 09 20:34:46.008 INFO O| Sep 09 20:34:46.008 INFO STEP 288 (remove_files) COMPLETE
48802024-09-09T20:34:46.764Z[ recovery-image] Sep 09 20:34:46.008 INFO O| Sep 09 20:34:46.008 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-09-09T20:34:46.808Z[ recovery-image] Sep 09 20:34:46.052 INFO O| Sep 09 20:34:46.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48822024-09-09T20:34:46.842Z[ recovery-image] Sep 09 20:34:46.086 INFO O| Sep 09 20:34:46.086 INFO STEP 289 (remove_files) COMPLETE
48832024-09-09T20:34:46.842Z[ recovery-image] Sep 09 20:34:46.086 INFO O| Sep 09 20:34:46.086 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-09-09T20:34:46.886Z[ recovery-image] Sep 09 20:34:46.130 INFO O| Sep 09 20:34:46.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48852024-09-09T20:34:46.886Z[ recovery-image] Sep 09 20:34:46.130 INFO O| Sep 09 20:34:46.130 INFO STEP 290 (remove_files) COMPLETE
48862024-09-09T20:34:46.909Z[ recovery-image] Sep 09 20:34:46.130 INFO O| Sep 09 20:34:46.130 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-09-09T20:34:46.933Z[ recovery-image] Sep 09 20:34:46.170 INFO O| Sep 09 20:34:46.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48882024-09-09T20:34:46.933Z[ recovery-image] Sep 09 20:34:46.171 INFO O| Sep 09 20:34:46.170 INFO STEP 291 (remove_files) COMPLETE
48892024-09-09T20:34:46.933Z[ recovery-image] Sep 09 20:34:46.171 INFO O| Sep 09 20:34:46.171 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-09-09T20:34:47.019Z[ recovery-image] Sep 09 20:34:46.263 INFO O| Sep 09 20:34:46.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48912024-09-09T20:34:47.019Z[ recovery-image] Sep 09 20:34:46.263 INFO O| Sep 09 20:34:46.263 INFO STEP 292 (remove_files) COMPLETE
48922024-09-09T20:34:47.019Z[ recovery-image] Sep 09 20:34:46.263 INFO O| Sep 09 20:34:46.263 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-09T20:34:47.052Z[ recovery-image] Sep 09 20:34:46.296 INFO O| Sep 09 20:34:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48942024-09-09T20:34:47.052Z[ recovery-image] Sep 09 20:34:46.296 INFO O| Sep 09 20:34:46.296 INFO STEP 293 (remove_files) COMPLETE
48952024-09-09T20:34:47.076Z[ recovery-image] Sep 09 20:34:46.296 INFO O| Sep 09 20:34:46.296 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-09-09T20:34:47.076Z[ recovery-image] Sep 09 20:34:46.313 INFO O| Sep 09 20:34:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48972024-09-09T20:34:47.076Z[ recovery-image] Sep 09 20:34:46.313 INFO O| Sep 09 20:34:46.313 INFO STEP 294 (remove_files) COMPLETE
48982024-09-09T20:34:47.076Z[ recovery-image] Sep 09 20:34:46.313 INFO O| Sep 09 20:34:46.313 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-09-09T20:34:47.101Z[ host-image] Sep 09 20:34:46.329 INFO O| Sep 09 20:34:46.329 INFO O| Actions: Completed 1361 actions in 0.68 seconds.
49002024-09-09T20:34:47.101Z[ recovery-image] Sep 09 20:34:46.342 INFO O| Sep 09 20:34:46.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49012024-09-09T20:34:47.101Z[ recovery-image] Sep 09 20:34:46.342 INFO O| Sep 09 20:34:46.342 INFO STEP 295 (remove_files) COMPLETE
49022024-09-09T20:34:47.101Z[ recovery-image] Sep 09 20:34:46.342 INFO O| Sep 09 20:34:46.342 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-09T20:34:47.158Z[ recovery-image] Sep 09 20:34:46.401 INFO O| Sep 09 20:34:46.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49042024-09-09T20:34:47.158Z[ recovery-image] Sep 09 20:34:46.401 INFO O| Sep 09 20:34:46.401 INFO STEP 296 (remove_files) COMPLETE
49052024-09-09T20:34:47.158Z[ recovery-image] Sep 09 20:34:46.401 INFO O| Sep 09 20:34:46.401 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-09T20:34:47.182Z[ recovery-image] Sep 09 20:34:46.420 INFO O| Sep 09 20:34:46.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49072024-09-09T20:34:47.182Z[ recovery-image] Sep 09 20:34:46.420 INFO O| Sep 09 20:34:46.420 INFO STEP 297 (remove_files) COMPLETE
49082024-09-09T20:34:47.182Z[ recovery-image] Sep 09 20:34:46.420 INFO O| Sep 09 20:34:46.420 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-09T20:34:47.217Z[ recovery-image] Sep 09 20:34:46.461 INFO O| Sep 09 20:34:46.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49102024-09-09T20:34:47.217Z[ recovery-image] Sep 09 20:34:46.461 INFO O| Sep 09 20:34:46.461 INFO STEP 298 (remove_files) COMPLETE
49112024-09-09T20:34:47.217Z[ recovery-image] Sep 09 20:34:46.461 INFO O| Sep 09 20:34:46.461 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-09T20:34:47.248Z[ recovery-image] Sep 09 20:34:46.492 INFO O| Sep 09 20:34:46.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49132024-09-09T20:34:47.248Z[ recovery-image] Sep 09 20:34:46.492 INFO O| Sep 09 20:34:46.492 INFO STEP 299 (remove_files) COMPLETE
49142024-09-09T20:34:47.248Z[ recovery-image] Sep 09 20:34:46.492 INFO O| Sep 09 20:34:46.492 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-09T20:34:47.303Z[ recovery-image] Sep 09 20:34:46.547 INFO O| Sep 09 20:34:46.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49162024-09-09T20:34:47.303Z[ recovery-image] Sep 09 20:34:46.547 INFO O| Sep 09 20:34:46.547 INFO STEP 300 (remove_files) COMPLETE
49172024-09-09T20:34:47.327Z[ recovery-image] Sep 09 20:34:46.547 INFO O| Sep 09 20:34:46.547 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-09T20:34:47.327Z[ recovery-image] Sep 09 20:34:46.566 INFO O| Sep 09 20:34:46.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49192024-09-09T20:34:47.327Z[ recovery-image] Sep 09 20:34:46.566 INFO O| Sep 09 20:34:46.566 INFO STEP 301 (remove_files) COMPLETE
49202024-09-09T20:34:47.327Z[ recovery-image] Sep 09 20:34:46.566 INFO O| Sep 09 20:34:46.566 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-09T20:34:47.350Z[ recovery-image] Sep 09 20:34:46.583 INFO O| Sep 09 20:34:46.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49222024-09-09T20:34:47.350Z[ recovery-image] Sep 09 20:34:46.584 INFO O| Sep 09 20:34:46.583 INFO STEP 302 (remove_files) COMPLETE
49232024-09-09T20:34:47.350Z[ recovery-image] Sep 09 20:34:46.584 INFO O| Sep 09 20:34:46.583 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-09T20:34:47.374Z[ recovery-image] Sep 09 20:34:46.618 INFO O| Sep 09 20:34:46.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49252024-09-09T20:34:47.374Z[ recovery-image] Sep 09 20:34:46.618 INFO O| Sep 09 20:34:46.618 INFO STEP 303 (remove_files) COMPLETE
49262024-09-09T20:34:47.374Z[ recovery-image] Sep 09 20:34:46.618 INFO O| Sep 09 20:34:46.618 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-09T20:34:47.398Z[ recovery-image] Sep 09 20:34:46.636 INFO O| Sep 09 20:34:46.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49282024-09-09T20:34:47.398Z[ recovery-image] Sep 09 20:34:46.636 INFO O| Sep 09 20:34:46.636 INFO STEP 304 (remove_files) COMPLETE
49292024-09-09T20:34:47.398Z[ recovery-image] Sep 09 20:34:46.636 INFO O| Sep 09 20:34:46.636 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-09T20:34:47.430Z[ recovery-image] Sep 09 20:34:46.674 INFO O| Sep 09 20:34:46.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49312024-09-09T20:34:47.430Z[ recovery-image] Sep 09 20:34:46.674 INFO O| Sep 09 20:34:46.674 INFO STEP 305 (remove_files) COMPLETE
49322024-09-09T20:34:47.453Z[ recovery-image] Sep 09 20:34:46.674 INFO O| Sep 09 20:34:46.674 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-09T20:34:47.453Z[ recovery-image] Sep 09 20:34:46.697 INFO O| Sep 09 20:34:46.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49342024-09-09T20:34:47.453Z[ recovery-image] Sep 09 20:34:46.697 INFO O| Sep 09 20:34:46.697 INFO STEP 306 (remove_files) COMPLETE
49352024-09-09T20:34:47.453Z[ recovery-image] Sep 09 20:34:46.697 INFO O| Sep 09 20:34:46.697 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-09T20:34:47.507Z[ recovery-image] Sep 09 20:34:46.751 INFO O| Sep 09 20:34:46.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49372024-09-09T20:34:47.507Z[ recovery-image] Sep 09 20:34:46.751 INFO O| Sep 09 20:34:46.751 INFO STEP 307 (remove_files) COMPLETE
49382024-09-09T20:34:47.507Z[ host-image] Sep 09 20:34:46.751 INFO O| Sep 09 20:34:46.751 INFO O| Done
49392024-09-09T20:34:47.532Z[ recovery-image] Sep 09 20:34:46.751 INFO O| Sep 09 20:34:46.751 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-09-09T20:34:47.532Z[ host-image] Sep 09 20:34:46.751 INFO O| Sep 09 20:34:46.751 INFO O| Done
49412024-09-09T20:34:47.570Z[ recovery-image] Sep 09 20:34:46.814 INFO O| Sep 09 20:34:46.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49422024-09-09T20:34:47.570Z[ recovery-image] Sep 09 20:34:46.814 INFO O| Sep 09 20:34:46.814 INFO STEP 308 (remove_files) COMPLETE
49432024-09-09T20:34:47.570Z[ recovery-image] Sep 09 20:34:46.814 INFO O| Sep 09 20:34:46.814 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-09-09T20:34:47.613Z[ recovery-image] Sep 09 20:34:46.857 INFO O| Sep 09 20:34:46.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49452024-09-09T20:34:47.613Z[ recovery-image] Sep 09 20:34:46.857 INFO O| Sep 09 20:34:46.857 INFO STEP 309 (remove_files) COMPLETE
49462024-09-09T20:34:47.636Z[ recovery-image] Sep 09 20:34:46.857 INFO O| Sep 09 20:34:46.857 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-09-09T20:34:47.668Z[ recovery-image] Sep 09 20:34:46.911 INFO O| Sep 09 20:34:46.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49482024-09-09T20:34:47.668Z[ recovery-image] Sep 09 20:34:46.912 INFO O| Sep 09 20:34:46.911 INFO STEP 310 (remove_files) COMPLETE
49492024-09-09T20:34:47.668Z[ recovery-image] Sep 09 20:34:46.912 INFO O| Sep 09 20:34:46.911 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-09-09T20:34:47.730Z[ recovery-image] Sep 09 20:34:46.974 INFO O| Sep 09 20:34:46.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49512024-09-09T20:34:47.731Z[ recovery-image] Sep 09 20:34:46.974 INFO O| Sep 09 20:34:46.974 INFO STEP 311 (remove_files) COMPLETE
49522024-09-09T20:34:47.731Z[ recovery-image] Sep 09 20:34:46.974 INFO O| Sep 09 20:34:46.974 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-09-09T20:34:47.811Z[ recovery-image] Sep 09 20:34:47.054 INFO O| Sep 09 20:34:47.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49542024-09-09T20:34:47.811Z[ recovery-image] Sep 09 20:34:47.055 INFO O| Sep 09 20:34:47.055 INFO STEP 312 (remove_files) COMPLETE
49552024-09-09T20:34:47.811Z[ recovery-image] Sep 09 20:34:47.055 INFO O| Sep 09 20:34:47.055 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-09-09T20:34:47.873Z[ recovery-image] Sep 09 20:34:47.117 INFO O| Sep 09 20:34:47.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49572024-09-09T20:34:47.873Z[ recovery-image] Sep 09 20:34:47.117 INFO O| Sep 09 20:34:47.117 INFO STEP 313 (remove_files) COMPLETE
49582024-09-09T20:34:47.873Z[ recovery-image] Sep 09 20:34:47.117 INFO O| Sep 09 20:34:47.117 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-09-09T20:34:47.920Z[ recovery-image] Sep 09 20:34:47.165 INFO O| Sep 09 20:34:47.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49602024-09-09T20:34:47.920Z[ recovery-image] Sep 09 20:34:47.165 INFO O| Sep 09 20:34:47.165 INFO STEP 314 (remove_files) COMPLETE
49612024-09-09T20:34:47.920Z[ recovery-image] Sep 09 20:34:47.165 INFO O| Sep 09 20:34:47.165 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-09-09T20:34:47.978Z[ recovery-image] Sep 09 20:34:47.222 INFO O| Sep 09 20:34:47.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49632024-09-09T20:34:47.978Z[ recovery-image] Sep 09 20:34:47.222 INFO O| Sep 09 20:34:47.222 INFO STEP 315 (remove_files) COMPLETE
49642024-09-09T20:34:48.001Z[ recovery-image] Sep 09 20:34:47.222 INFO O| Sep 09 20:34:47.222 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-09-09T20:34:48.001Z[ recovery-image] Sep 09 20:34:47.239 INFO O| Sep 09 20:34:47.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49662024-09-09T20:34:48.001Z[ recovery-image] Sep 09 20:34:47.239 INFO O| Sep 09 20:34:47.239 INFO STEP 316 (remove_files) COMPLETE
49672024-09-09T20:34:48.001Z[ recovery-image] Sep 09 20:34:47.239 INFO O| Sep 09 20:34:47.239 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-09-09T20:34:48.025Z[ host-image] Sep 09 20:34:47.256 INFO O| Sep 09 20:34:47.256 INFO O| Done
49692024-09-09T20:34:48.048Z[ recovery-image] Sep 09 20:34:47.280 INFO O| Sep 09 20:34:47.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49702024-09-09T20:34:48.048Z[ recovery-image] Sep 09 20:34:47.280 INFO O| Sep 09 20:34:47.280 INFO STEP 317 (remove_files) COMPLETE
49712024-09-09T20:34:48.048Z[ recovery-image] Sep 09 20:34:47.280 INFO O| Sep 09 20:34:47.280 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-09T20:34:48.077Z[ recovery-image] Sep 09 20:34:47.320 INFO O| Sep 09 20:34:47.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49732024-09-09T20:34:48.077Z[ recovery-image] Sep 09 20:34:47.320 INFO O| Sep 09 20:34:47.320 INFO STEP 318 (remove_files) COMPLETE
49742024-09-09T20:34:48.077Z[ recovery-image] Sep 09 20:34:47.320 INFO O| Sep 09 20:34:47.320 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-09T20:34:48.100Z[ recovery-image] Sep 09 20:34:47.337 INFO O| Sep 09 20:34:47.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49762024-09-09T20:34:48.100Z[ recovery-image] Sep 09 20:34:47.337 INFO O| Sep 09 20:34:47.337 INFO STEP 319 (remove_files) COMPLETE
49772024-09-09T20:34:48.100Z[ recovery-image] Sep 09 20:34:47.337 INFO O| Sep 09 20:34:47.337 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-09T20:34:48.123Z[ recovery-image] Sep 09 20:34:47.356 INFO O| Sep 09 20:34:47.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49792024-09-09T20:34:48.123Z[ recovery-image] Sep 09 20:34:47.356 INFO O| Sep 09 20:34:47.356 INFO STEP 320 (remove_files) COMPLETE
49802024-09-09T20:34:48.123Z[ recovery-image] Sep 09 20:34:47.356 INFO O| Sep 09 20:34:47.356 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-09T20:34:48.146Z[ recovery-image] Sep 09 20:34:47.386 INFO O| Sep 09 20:34:47.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49822024-09-09T20:34:48.147Z[ recovery-image] Sep 09 20:34:47.386 INFO O| Sep 09 20:34:47.386 INFO STEP 321 (remove_files) COMPLETE
49832024-09-09T20:34:48.147Z[ recovery-image] Sep 09 20:34:47.386 INFO O| Sep 09 20:34:47.386 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-09T20:34:48.204Z[ recovery-image] Sep 09 20:34:47.448 INFO O| Sep 09 20:34:47.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49852024-09-09T20:34:48.204Z[ recovery-image] Sep 09 20:34:47.448 INFO O| Sep 09 20:34:47.448 INFO STEP 322 (remove_files) COMPLETE
49862024-09-09T20:34:48.204Z[ recovery-image] Sep 09 20:34:47.448 INFO O| Sep 09 20:34:47.448 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-09T20:34:48.228Z[ recovery-image] Sep 09 20:34:47.468 INFO O| Sep 09 20:34:47.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49882024-09-09T20:34:48.228Z[ recovery-image] Sep 09 20:34:47.468 INFO O| Sep 09 20:34:47.468 INFO STEP 323 (remove_files) COMPLETE
49892024-09-09T20:34:48.228Z[ recovery-image] Sep 09 20:34:47.468 INFO O| Sep 09 20:34:47.468 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-09T20:34:48.281Z[ recovery-image] Sep 09 20:34:47.525 INFO O| Sep 09 20:34:47.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49912024-09-09T20:34:48.281Z[ recovery-image] Sep 09 20:34:47.525 INFO O| Sep 09 20:34:47.525 INFO STEP 324 (remove_files) COMPLETE
49922024-09-09T20:34:48.281Z[ recovery-image] Sep 09 20:34:47.526 INFO O| Sep 09 20:34:47.525 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-09T20:34:48.346Z[ recovery-image] Sep 09 20:34:47.590 INFO O| Sep 09 20:34:47.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49942024-09-09T20:34:48.369Z[ recovery-image] Sep 09 20:34:47.590 INFO O| Sep 09 20:34:47.590 INFO STEP 325 (remove_files) COMPLETE
49952024-09-09T20:34:48.369Z[ recovery-image] Sep 09 20:34:47.590 INFO O| Sep 09 20:34:47.590 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-09T20:34:48.393Z[ recovery-image] Sep 09 20:34:47.626 INFO O| Sep 09 20:34:47.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49972024-09-09T20:34:48.393Z[ recovery-image] Sep 09 20:34:47.626 INFO O| Sep 09 20:34:47.626 INFO STEP 326 (remove_files) COMPLETE
49982024-09-09T20:34:48.393Z[ recovery-image] Sep 09 20:34:47.626 INFO O| Sep 09 20:34:47.626 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-09T20:34:48.420Z[ recovery-image] Sep 09 20:34:47.664 INFO O| Sep 09 20:34:47.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50002024-09-09T20:34:48.420Z[ recovery-image] Sep 09 20:34:47.664 INFO O| Sep 09 20:34:47.664 INFO STEP 327 (remove_files) COMPLETE
50012024-09-09T20:34:48.420Z[ recovery-image] Sep 09 20:34:47.664 INFO O| Sep 09 20:34:47.664 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-09T20:34:48.447Z[ recovery-image] Sep 09 20:34:47.692 INFO O| Sep 09 20:34:47.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50032024-09-09T20:34:48.447Z[ recovery-image] Sep 09 20:34:47.692 INFO O| Sep 09 20:34:47.692 INFO STEP 328 (remove_files) COMPLETE
50042024-09-09T20:34:48.471Z[ recovery-image] Sep 09 20:34:47.692 INFO O| Sep 09 20:34:47.692 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-09T20:34:48.494Z[ recovery-image] Sep 09 20:34:47.729 INFO O| Sep 09 20:34:47.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50062024-09-09T20:34:48.494Z[ recovery-image] Sep 09 20:34:47.729 INFO O| Sep 09 20:34:47.729 INFO STEP 329 (remove_files) COMPLETE
50072024-09-09T20:34:48.494Z[ recovery-image] Sep 09 20:34:47.729 INFO O| Sep 09 20:34:47.729 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-09T20:34:48.517Z[ recovery-image] Sep 09 20:34:47.750 INFO O| Sep 09 20:34:47.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50092024-09-09T20:34:48.517Z[ recovery-image] Sep 09 20:34:47.750 INFO O| Sep 09 20:34:47.750 INFO STEP 330 (remove_files) COMPLETE
50102024-09-09T20:34:48.517Z[ recovery-image] Sep 09 20:34:47.750 INFO O| Sep 09 20:34:47.750 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-09T20:34:48.541Z[ recovery-image] Sep 09 20:34:47.783 INFO O| Sep 09 20:34:47.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50122024-09-09T20:34:48.541Z[ recovery-image] Sep 09 20:34:47.783 INFO O| Sep 09 20:34:47.783 INFO STEP 331 (remove_files) COMPLETE
50132024-09-09T20:34:48.541Z[ recovery-image] Sep 09 20:34:47.783 INFO O| Sep 09 20:34:47.783 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-09-09T20:34:48.564Z[ recovery-image] Sep 09 20:34:47.807 INFO O| Sep 09 20:34:47.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50152024-09-09T20:34:48.564Z[ recovery-image] Sep 09 20:34:47.808 INFO O| Sep 09 20:34:47.807 INFO STEP 332 (remove_files) COMPLETE
50162024-09-09T20:34:48.564Z[ recovery-image] Sep 09 20:34:47.808 INFO O| Sep 09 20:34:47.808 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-09-09T20:34:48.623Z[ recovery-image] Sep 09 20:34:47.866 INFO O| Sep 09 20:34:47.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50182024-09-09T20:34:48.623Z[ recovery-image] Sep 09 20:34:47.866 INFO O| Sep 09 20:34:47.866 INFO STEP 333 (remove_files) COMPLETE
50192024-09-09T20:34:48.646Z[ recovery-image] Sep 09 20:34:47.866 INFO O| Sep 09 20:34:47.866 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-09-09T20:34:48.704Z[ recovery-image] Sep 09 20:34:47.948 INFO O| Sep 09 20:34:47.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50212024-09-09T20:34:48.704Z[ recovery-image] Sep 09 20:34:47.948 INFO O| Sep 09 20:34:47.948 INFO STEP 334 (remove_files) COMPLETE
50222024-09-09T20:34:48.727Z[ recovery-image] Sep 09 20:34:47.948 INFO O| Sep 09 20:34:47.948 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-09-09T20:34:48.727Z[ recovery-image] Sep 09 20:34:47.968 INFO O| Sep 09 20:34:47.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50242024-09-09T20:34:48.728Z[ recovery-image] Sep 09 20:34:47.968 INFO O| Sep 09 20:34:47.968 INFO STEP 335 (remove_files) COMPLETE
50252024-09-09T20:34:48.728Z[ recovery-image] Sep 09 20:34:47.968 INFO O| Sep 09 20:34:47.968 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-09-09T20:34:48.751Z[ recovery-image] Sep 09 20:34:47.987 INFO O| Sep 09 20:34:47.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50272024-09-09T20:34:48.751Z[ recovery-image] Sep 09 20:34:47.987 INFO O| Sep 09 20:34:47.987 INFO STEP 336 (remove_files) COMPLETE
50282024-09-09T20:34:48.751Z[ recovery-image] Sep 09 20:34:47.987 INFO O| Sep 09 20:34:47.987 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-09-09T20:34:48.775Z[ recovery-image] Sep 09 20:34:48.020 INFO O| Sep 09 20:34:48.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50302024-09-09T20:34:48.776Z[ recovery-image] Sep 09 20:34:48.020 INFO O| Sep 09 20:34:48.020 INFO STEP 337 (remove_files) COMPLETE
50312024-09-09T20:34:48.799Z[ recovery-image] Sep 09 20:34:48.020 INFO O| Sep 09 20:34:48.020 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-09-09T20:34:48.799Z[ recovery-image] Sep 09 20:34:48.043 INFO O| Sep 09 20:34:48.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50332024-09-09T20:34:48.799Z[ recovery-image] Sep 09 20:34:48.043 INFO O| Sep 09 20:34:48.043 INFO STEP 338 (remove_files) COMPLETE
50342024-09-09T20:34:48.822Z[ recovery-image] Sep 09 20:34:48.043 INFO O| Sep 09 20:34:48.043 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-09-09T20:34:48.847Z[ recovery-image] Sep 09 20:34:48.069 INFO O| Sep 09 20:34:48.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50362024-09-09T20:34:48.847Z[ recovery-image] Sep 09 20:34:48.069 INFO O| Sep 09 20:34:48.069 INFO STEP 339 (remove_files) COMPLETE
50372024-09-09T20:34:48.847Z[ recovery-image] Sep 09 20:34:48.069 INFO O| Sep 09 20:34:48.069 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-09-09T20:34:48.870Z[ recovery-image] Sep 09 20:34:48.098 INFO O| Sep 09 20:34:48.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50392024-09-09T20:34:48.870Z[ recovery-image] Sep 09 20:34:48.098 INFO O| Sep 09 20:34:48.098 INFO STEP 340 (remove_files) COMPLETE
50402024-09-09T20:34:48.870Z[ recovery-image] Sep 09 20:34:48.099 INFO O| Sep 09 20:34:48.098 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-09-09T20:34:48.894Z[ recovery-image] Sep 09 20:34:48.119 INFO O| Sep 09 20:34:48.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50422024-09-09T20:34:48.894Z[ recovery-image] Sep 09 20:34:48.119 INFO O| Sep 09 20:34:48.119 INFO STEP 341 (remove_files) COMPLETE
50432024-09-09T20:34:48.894Z[ recovery-image] Sep 09 20:34:48.119 INFO O| Sep 09 20:34:48.119 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-09-09T20:34:48.918Z[ recovery-image] Sep 09 20:34:48.154 INFO O| Sep 09 20:34:48.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50452024-09-09T20:34:48.918Z[ recovery-image] Sep 09 20:34:48.154 INFO O| Sep 09 20:34:48.154 INFO STEP 342 (remove_files) COMPLETE
50462024-09-09T20:34:48.918Z[ recovery-image] Sep 09 20:34:48.154 INFO O| Sep 09 20:34:48.154 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-09-09T20:34:48.944Z[ recovery-image] Sep 09 20:34:48.188 INFO O| Sep 09 20:34:48.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50482024-09-09T20:34:48.944Z[ recovery-image] Sep 09 20:34:48.188 INFO O| Sep 09 20:34:48.188 INFO STEP 343 (remove_files) COMPLETE
50492024-09-09T20:34:48.944Z[ recovery-image] Sep 09 20:34:48.188 INFO O| Sep 09 20:34:48.188 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-09-09T20:34:48.968Z[ recovery-image] Sep 09 20:34:48.208 INFO O| Sep 09 20:34:48.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50512024-09-09T20:34:48.968Z[ recovery-image] Sep 09 20:34:48.209 INFO O| Sep 09 20:34:48.209 INFO STEP 344 (remove_files) COMPLETE
50522024-09-09T20:34:48.968Z[ recovery-image] Sep 09 20:34:48.209 INFO O| Sep 09 20:34:48.209 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-09-09T20:34:48.992Z[ recovery-image] Sep 09 20:34:48.227 INFO O| Sep 09 20:34:48.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50542024-09-09T20:34:48.992Z[ recovery-image] Sep 09 20:34:48.227 INFO O| Sep 09 20:34:48.227 INFO STEP 345 (remove_files) COMPLETE
50552024-09-09T20:34:48.992Z[ recovery-image] Sep 09 20:34:48.227 INFO O| Sep 09 20:34:48.227 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-09-09T20:34:49.022Z[ recovery-image] Sep 09 20:34:48.266 INFO O| Sep 09 20:34:48.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50572024-09-09T20:34:49.022Z[ recovery-image] Sep 09 20:34:48.266 INFO O| Sep 09 20:34:48.266 INFO STEP 346 (remove_files) COMPLETE
50582024-09-09T20:34:49.023Z[ recovery-image] Sep 09 20:34:48.266 INFO O| Sep 09 20:34:48.266 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-09-09T20:34:49.082Z[ recovery-image] Sep 09 20:34:48.325 INFO O| Sep 09 20:34:48.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50602024-09-09T20:34:49.082Z[ recovery-image] Sep 09 20:34:48.325 INFO O| Sep 09 20:34:48.325 INFO STEP 347 (remove_files) COMPLETE
50612024-09-09T20:34:49.106Z[ recovery-image] Sep 09 20:34:48.325 INFO O| Sep 09 20:34:48.325 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-09-09T20:34:49.106Z[ recovery-image] Sep 09 20:34:48.343 INFO O| Sep 09 20:34:48.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50632024-09-09T20:34:49.106Z[ recovery-image] Sep 09 20:34:48.343 INFO O| Sep 09 20:34:48.343 INFO STEP 348 (remove_files) COMPLETE
50642024-09-09T20:34:49.106Z[ recovery-image] Sep 09 20:34:48.343 INFO O| Sep 09 20:34:48.343 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-09-09T20:34:49.129Z[ recovery-image] Sep 09 20:34:48.358 INFO O| Sep 09 20:34:48.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50662024-09-09T20:34:49.129Z[ recovery-image] Sep 09 20:34:48.359 INFO O| Sep 09 20:34:48.358 INFO STEP 349 (remove_files) COMPLETE
50672024-09-09T20:34:49.129Z[ recovery-image] Sep 09 20:34:48.359 INFO O| Sep 09 20:34:48.358 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-09-09T20:34:49.129Z[ recovery-image] Sep 09 20:34:48.374 INFO O| Sep 09 20:34:48.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50692024-09-09T20:34:49.129Z[ recovery-image] Sep 09 20:34:48.374 INFO O| Sep 09 20:34:48.374 INFO STEP 350 (remove_files) COMPLETE
50702024-09-09T20:34:49.153Z[ recovery-image] Sep 09 20:34:48.374 INFO O| Sep 09 20:34:48.374 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-09-09T20:34:49.153Z[ recovery-image] Sep 09 20:34:48.390 INFO O| Sep 09 20:34:48.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50722024-09-09T20:34:49.153Z[ recovery-image] Sep 09 20:34:48.390 INFO O| Sep 09 20:34:48.390 INFO STEP 351 (remove_files) COMPLETE
50732024-09-09T20:34:49.153Z[ recovery-image] Sep 09 20:34:48.390 INFO O| Sep 09 20:34:48.390 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-09T20:34:49.204Z[ recovery-image] Sep 09 20:34:48.430 INFO O| Sep 09 20:34:48.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50752024-09-09T20:34:49.204Z[ recovery-image] Sep 09 20:34:48.430 INFO O| Sep 09 20:34:48.430 INFO STEP 352 (remove_files) COMPLETE
50762024-09-09T20:34:49.204Z[ recovery-image] Sep 09 20:34:48.430 INFO O| Sep 09 20:34:48.430 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-09T20:34:49.227Z[ recovery-image] Sep 09 20:34:48.453 INFO O| Sep 09 20:34:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50782024-09-09T20:34:49.227Z[ recovery-image] Sep 09 20:34:48.454 INFO O| Sep 09 20:34:48.453 INFO STEP 353 (remove_files) COMPLETE
50792024-09-09T20:34:49.227Z[ recovery-image] Sep 09 20:34:48.454 INFO O| Sep 09 20:34:48.454 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-09T20:34:49.251Z[ recovery-image] Sep 09 20:34:48.475 INFO O| Sep 09 20:34:48.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50812024-09-09T20:34:49.251Z[ recovery-image] Sep 09 20:34:48.475 INFO O| Sep 09 20:34:48.475 INFO STEP 354 (remove_files) COMPLETE
50822024-09-09T20:34:49.251Z[ recovery-image] Sep 09 20:34:48.475 INFO O| Sep 09 20:34:48.475 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-09T20:34:49.275Z[ recovery-image] Sep 09 20:34:48.511 INFO O| Sep 09 20:34:48.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50842024-09-09T20:34:49.275Z[ recovery-image] Sep 09 20:34:48.511 INFO O| Sep 09 20:34:48.511 INFO STEP 355 (remove_files) COMPLETE
50852024-09-09T20:34:49.275Z[ recovery-image] Sep 09 20:34:48.511 INFO O| Sep 09 20:34:48.511 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-09T20:34:49.298Z[ recovery-image] Sep 09 20:34:48.536 INFO O| Sep 09 20:34:48.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50872024-09-09T20:34:49.298Z[ recovery-image] Sep 09 20:34:48.536 INFO O| Sep 09 20:34:48.536 INFO STEP 356 (remove_files) COMPLETE
50882024-09-09T20:34:49.298Z[ recovery-image] Sep 09 20:34:48.537 INFO O| Sep 09 20:34:48.536 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-09T20:34:49.322Z[ recovery-image] Sep 09 20:34:48.556 INFO O| Sep 09 20:34:48.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50902024-09-09T20:34:49.322Z[ recovery-image] Sep 09 20:34:48.556 INFO O| Sep 09 20:34:48.556 INFO STEP 357 (remove_files) COMPLETE
50912024-09-09T20:34:49.322Z[ recovery-image] Sep 09 20:34:48.556 INFO O| Sep 09 20:34:48.556 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-09T20:34:49.346Z[ recovery-image] Sep 09 20:34:48.578 INFO O| Sep 09 20:34:48.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50932024-09-09T20:34:49.346Z[ recovery-image] Sep 09 20:34:48.578 INFO O| Sep 09 20:34:48.578 INFO STEP 358 (remove_files) COMPLETE
50942024-09-09T20:34:49.346Z[ recovery-image] Sep 09 20:34:48.578 INFO O| Sep 09 20:34:48.578 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-09-09T20:34:49.395Z[ recovery-image] Sep 09 20:34:48.639 INFO O| Sep 09 20:34:48.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50962024-09-09T20:34:49.395Z[ recovery-image] Sep 09 20:34:48.639 INFO O| Sep 09 20:34:48.639 INFO STEP 359 (remove_files) COMPLETE
50972024-09-09T20:34:49.419Z[ recovery-image] Sep 09 20:34:48.639 INFO O| Sep 09 20:34:48.639 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-09-09T20:34:49.443Z[ recovery-image] Sep 09 20:34:48.674 INFO O| Sep 09 20:34:48.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50992024-09-09T20:34:49.443Z[ recovery-image] Sep 09 20:34:48.674 INFO O| Sep 09 20:34:48.674 INFO STEP 360 (remove_files) COMPLETE
51002024-09-09T20:34:49.443Z[ recovery-image] Sep 09 20:34:48.674 INFO O| Sep 09 20:34:48.674 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-09-09T20:34:49.467Z[ recovery-image] Sep 09 20:34:48.695 INFO O| Sep 09 20:34:48.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51022024-09-09T20:34:49.467Z[ recovery-image] Sep 09 20:34:48.695 INFO O| Sep 09 20:34:48.695 INFO STEP 361 (remove_files) COMPLETE
51032024-09-09T20:34:49.467Z[ recovery-image] Sep 09 20:34:48.695 INFO O| Sep 09 20:34:48.695 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-09-09T20:34:49.491Z[ recovery-image] Sep 09 20:34:48.721 INFO O| Sep 09 20:34:48.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51052024-09-09T20:34:49.491Z[ recovery-image] Sep 09 20:34:48.721 INFO O| Sep 09 20:34:48.721 INFO STEP 362 (remove_files) COMPLETE
51062024-09-09T20:34:49.491Z[ recovery-image] Sep 09 20:34:48.721 INFO O| Sep 09 20:34:48.721 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-09-09T20:34:49.537Z[ recovery-image] Sep 09 20:34:48.781 INFO O| Sep 09 20:34:48.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51082024-09-09T20:34:49.537Z[ recovery-image] Sep 09 20:34:48.781 INFO O| Sep 09 20:34:48.781 INFO STEP 363 (remove_files) COMPLETE
51092024-09-09T20:34:49.537Z[ recovery-image] Sep 09 20:34:48.781 INFO O| Sep 09 20:34:48.781 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-09T20:34:49.597Z[ recovery-image] Sep 09 20:34:48.841 INFO O| Sep 09 20:34:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51112024-09-09T20:34:49.597Z[ recovery-image] Sep 09 20:34:48.841 INFO O| Sep 09 20:34:48.841 INFO STEP 364 (remove_files) COMPLETE
51122024-09-09T20:34:49.597Z[ recovery-image] Sep 09 20:34:48.841 INFO O| Sep 09 20:34:48.841 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-09T20:34:49.655Z[ recovery-image] Sep 09 20:34:48.899 INFO O| Sep 09 20:34:48.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51142024-09-09T20:34:49.679Z[ recovery-image] Sep 09 20:34:48.900 INFO O| Sep 09 20:34:48.900 INFO STEP 365 (remove_files) COMPLETE
51152024-09-09T20:34:49.679Z[ recovery-image] Sep 09 20:34:48.900 INFO O| Sep 09 20:34:48.900 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-09T20:34:49.679Z[ recovery-image] Sep 09 20:34:48.914 INFO O| Sep 09 20:34:48.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51172024-09-09T20:34:49.679Z[ recovery-image] Sep 09 20:34:48.914 INFO O| Sep 09 20:34:48.914 INFO STEP 366 (remove_files) COMPLETE
51182024-09-09T20:34:49.679Z[ recovery-image] Sep 09 20:34:48.914 INFO O| Sep 09 20:34:48.914 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-09-09T20:34:49.703Z[ recovery-image] Sep 09 20:34:48.928 INFO O| Sep 09 20:34:48.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51202024-09-09T20:34:49.703Z[ recovery-image] Sep 09 20:34:48.928 INFO O| Sep 09 20:34:48.928 INFO STEP 367 (remove_files) COMPLETE
51212024-09-09T20:34:49.703Z[ recovery-image] Sep 09 20:34:48.928 INFO O| Sep 09 20:34:48.928 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-09-09T20:34:49.727Z[ recovery-image] Sep 09 20:34:48.959 INFO O| Sep 09 20:34:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51232024-09-09T20:34:49.727Z[ recovery-image] Sep 09 20:34:48.959 INFO O| Sep 09 20:34:48.959 INFO STEP 368 (remove_files) COMPLETE
51242024-09-09T20:34:49.727Z[ recovery-image] Sep 09 20:34:48.959 INFO O| Sep 09 20:34:48.959 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-09-09T20:34:49.776Z[ recovery-image] Sep 09 20:34:49.020 INFO O| Sep 09 20:34:49.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51262024-09-09T20:34:49.776Z[ recovery-image] Sep 09 20:34:49.020 INFO O| Sep 09 20:34:49.020 INFO STEP 369 (remove_files) COMPLETE
51272024-09-09T20:34:49.776Z[ recovery-image] Sep 09 20:34:49.020 INFO O| Sep 09 20:34:49.020 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-09-09T20:34:49.814Z[ recovery-image] Sep 09 20:34:49.058 INFO O| Sep 09 20:34:49.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51292024-09-09T20:34:49.814Z[ recovery-image] Sep 09 20:34:49.058 INFO O| Sep 09 20:34:49.058 INFO STEP 370 (remove_files) COMPLETE
51302024-09-09T20:34:49.838Z[ recovery-image] Sep 09 20:34:49.058 INFO O| Sep 09 20:34:49.058 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-09-09T20:34:49.897Z[ recovery-image] Sep 09 20:34:49.140 INFO O| Sep 09 20:34:49.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51322024-09-09T20:34:49.897Z[ recovery-image] Sep 09 20:34:49.140 INFO O| Sep 09 20:34:49.140 INFO STEP 371 (remove_files) COMPLETE
51332024-09-09T20:34:49.897Z[ recovery-image] Sep 09 20:34:49.140 INFO O| Sep 09 20:34:49.140 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-09-09T20:34:49.941Z[ recovery-image] Sep 09 20:34:49.185 INFO O| Sep 09 20:34:49.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51352024-09-09T20:34:49.941Z[ recovery-image] Sep 09 20:34:49.186 INFO O| Sep 09 20:34:49.186 INFO STEP 372 (remove_files) COMPLETE
51362024-09-09T20:34:49.966Z[ recovery-image] Sep 09 20:34:49.186 INFO O| Sep 09 20:34:49.186 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-09-09T20:34:49.992Z[ recovery-image] Sep 09 20:34:49.218 INFO O| Sep 09 20:34:49.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51382024-09-09T20:34:49.992Z[ recovery-image] Sep 09 20:34:49.218 INFO O| Sep 09 20:34:49.218 INFO STEP 373 (remove_files) COMPLETE
51392024-09-09T20:34:49.992Z[ recovery-image] Sep 09 20:34:49.218 INFO O| Sep 09 20:34:49.218 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-09-09T20:34:50.042Z[ recovery-image] Sep 09 20:34:49.278 INFO O| Sep 09 20:34:49.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51412024-09-09T20:34:50.042Z[ recovery-image] Sep 09 20:34:49.278 INFO O| Sep 09 20:34:49.278 INFO STEP 374 (remove_files) COMPLETE
51422024-09-09T20:34:50.042Z[ recovery-image] Sep 09 20:34:49.278 INFO O| Sep 09 20:34:49.278 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-09-09T20:34:50.120Z[ recovery-image] Sep 09 20:34:49.294 INFO O| Sep 09 20:34:49.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51442024-09-09T20:34:50.120Z[ recovery-image] Sep 09 20:34:49.294 INFO O| Sep 09 20:34:49.294 INFO STEP 375 (remove_files) COMPLETE
51452024-09-09T20:34:50.120Z[ recovery-image] Sep 09 20:34:49.295 INFO O| Sep 09 20:34:49.294 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-09-09T20:34:50.120Z[ recovery-image] Sep 09 20:34:49.316 INFO O| Sep 09 20:34:49.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51472024-09-09T20:34:50.120Z[ recovery-image] Sep 09 20:34:49.316 INFO O| Sep 09 20:34:49.316 INFO STEP 376 (remove_files) COMPLETE
51482024-09-09T20:34:50.120Z[ recovery-image] Sep 09 20:34:49.316 INFO O| Sep 09 20:34:49.316 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-09-09T20:34:50.171Z[ recovery-image] Sep 09 20:34:49.415 INFO O| Sep 09 20:34:49.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51502024-09-09T20:34:50.171Z[ recovery-image] Sep 09 20:34:49.415 INFO O| Sep 09 20:34:49.415 INFO STEP 377 (remove_files) COMPLETE
51512024-09-09T20:34:50.171Z[ recovery-image] Sep 09 20:34:49.415 INFO O| Sep 09 20:34:49.415 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-09-09T20:34:50.194Z[ recovery-image] Sep 09 20:34:49.435 INFO O| Sep 09 20:34:49.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51532024-09-09T20:34:50.194Z[ recovery-image] Sep 09 20:34:49.435 INFO O| Sep 09 20:34:49.435 INFO STEP 378 (remove_files) COMPLETE
51542024-09-09T20:34:50.194Z[ recovery-image] Sep 09 20:34:49.435 INFO O| Sep 09 20:34:49.435 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-09-09T20:34:50.217Z[ recovery-image] Sep 09 20:34:49.451 INFO O| Sep 09 20:34:49.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51562024-09-09T20:34:50.217Z[ recovery-image] Sep 09 20:34:49.451 INFO O| Sep 09 20:34:49.451 INFO STEP 379 (remove_files) COMPLETE
51572024-09-09T20:34:50.217Z[ recovery-image] Sep 09 20:34:49.451 INFO O| Sep 09 20:34:49.451 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-09-09T20:34:50.241Z[ recovery-image] Sep 09 20:34:49.467 INFO O| Sep 09 20:34:49.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51592024-09-09T20:34:50.241Z[ recovery-image] Sep 09 20:34:49.467 INFO O| Sep 09 20:34:49.467 INFO STEP 380 (remove_files) COMPLETE
51602024-09-09T20:34:50.241Z[ recovery-image] Sep 09 20:34:49.467 INFO O| Sep 09 20:34:49.467 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-09-09T20:34:50.241Z[ host-image] Sep 09 20:34:49.471 INFO O| Sep 09 20:34:49.471 INFO O| Done
51622024-09-09T20:34:50.264Z[ recovery-image] Sep 09 20:34:49.506 INFO O| Sep 09 20:34:49.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51632024-09-09T20:34:50.264Z[ recovery-image] Sep 09 20:34:49.506 INFO O| Sep 09 20:34:49.506 INFO STEP 381 (remove_files) COMPLETE
51642024-09-09T20:34:50.264Z[ recovery-image] Sep 09 20:34:49.506 INFO O| Sep 09 20:34:49.506 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-09T20:34:50.287Z[ host-image] Sep 09 20:34:49.514 INFO O| Sep 09 20:34:49.513 INFO O| Done
51662024-09-09T20:34:50.287Z[ host-image] Sep 09 20:34:49.514 INFO O| Sep 09 20:34:49.514 INFO O| Done
51672024-09-09T20:34:50.315Z[ recovery-image] Sep 09 20:34:49.559 INFO O| Sep 09 20:34:49.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51682024-09-09T20:34:50.315Z[ recovery-image] Sep 09 20:34:49.559 INFO O| Sep 09 20:34:49.559 INFO STEP 382 (remove_files) COMPLETE
51692024-09-09T20:34:50.338Z[ recovery-image] Sep 09 20:34:49.559 INFO O| Sep 09 20:34:49.559 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-09-09T20:34:50.362Z[ host-image] Sep 09 20:34:49.585 INFO O| Sep 09 20:34:49.585 INFO O| Done
51712024-09-09T20:34:50.362Z[ recovery-image] Sep 09 20:34:49.604 INFO O| Sep 09 20:34:49.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51722024-09-09T20:34:50.362Z[ recovery-image] Sep 09 20:34:49.604 INFO O| Sep 09 20:34:49.604 INFO STEP 383 (remove_files) COMPLETE
51732024-09-09T20:34:50.362Z[ recovery-image] Sep 09 20:34:49.605 INFO O| Sep 09 20:34:49.604 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-09T20:34:50.419Z[ recovery-image] Sep 09 20:34:49.664 INFO O| Sep 09 20:34:49.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51752024-09-09T20:34:50.419Z[ recovery-image] Sep 09 20:34:49.664 INFO O| Sep 09 20:34:49.664 INFO STEP 384 (remove_files) COMPLETE
51762024-09-09T20:34:50.443Z[ recovery-image] Sep 09 20:34:49.664 INFO O| Sep 09 20:34:49.664 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-09-09T20:34:50.443Z[ recovery-image] Sep 09 20:34:49.682 INFO O| Sep 09 20:34:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51782024-09-09T20:34:50.443Z[ recovery-image] Sep 09 20:34:49.682 INFO O| Sep 09 20:34:49.682 INFO STEP 385 (remove_files) COMPLETE
51792024-09-09T20:34:50.443Z[ recovery-image] Sep 09 20:34:49.682 INFO O| Sep 09 20:34:49.682 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-09T20:34:50.471Z[ recovery-image] Sep 09 20:34:49.715 INFO O| Sep 09 20:34:49.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51812024-09-09T20:34:50.471Z[ recovery-image] Sep 09 20:34:49.715 INFO O| Sep 09 20:34:49.715 INFO STEP 386 (remove_files) COMPLETE
51822024-09-09T20:34:50.471Z[ recovery-image] Sep 09 20:34:49.715 INFO O| Sep 09 20:34:49.715 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-09T20:34:50.514Z[ host-image] Sep 09 20:34:49.758 INFO O| Sep 09 20:34:49.758 INFO STEP 13 (pkg_install) COMPLETE
51842024-09-09T20:34:50.514Z[ host-image] Sep 09 20:34:49.758 INFO O| Sep 09 20:34:49.758 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51852024-09-09T20:34:50.537Z[ recovery-image] Sep 09 20:34:49.767 INFO O| Sep 09 20:34:49.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51862024-09-09T20:34:50.537Z[ recovery-image] Sep 09 20:34:49.767 INFO O| Sep 09 20:34:49.767 INFO STEP 387 (remove_files) COMPLETE
51872024-09-09T20:34:50.538Z[ recovery-image] Sep 09 20:34:49.767 INFO O| Sep 09 20:34:49.767 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-09-09T20:34:50.538Z[ host-image] Sep 09 20:34:49.776 INFO O| Sep 09 20:34:49.775 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
51892024-09-09T20:34:50.561Z[ recovery-image] Sep 09 20:34:49.784 INFO O| Sep 09 20:34:49.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51902024-09-09T20:34:50.561Z[ recovery-image] Sep 09 20:34:49.784 INFO O| Sep 09 20:34:49.784 INFO STEP 388 (remove_files) COMPLETE
51912024-09-09T20:34:50.561Z[ recovery-image] Sep 09 20:34:49.784 INFO O| Sep 09 20:34:49.784 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-09T20:34:50.561Z[ recovery-image] Sep 09 20:34:49.801 INFO O| Sep 09 20:34:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51932024-09-09T20:34:50.561Z[ recovery-image] Sep 09 20:34:49.801 INFO O| Sep 09 20:34:49.801 INFO STEP 389 (remove_files) COMPLETE
51942024-09-09T20:34:50.561Z[ recovery-image] Sep 09 20:34:49.801 INFO O| Sep 09 20:34:49.801 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-09T20:34:50.585Z[ recovery-image] Sep 09 20:34:49.818 INFO O| Sep 09 20:34:49.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51962024-09-09T20:34:50.585Z[ recovery-image] Sep 09 20:34:49.818 INFO O| Sep 09 20:34:49.818 INFO STEP 390 (remove_files) COMPLETE
51972024-09-09T20:34:50.585Z[ recovery-image] Sep 09 20:34:49.818 INFO O| Sep 09 20:34:49.818 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-09T20:34:50.608Z[ recovery-image] Sep 09 20:34:49.835 INFO O| Sep 09 20:34:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51992024-09-09T20:34:50.608Z[ recovery-image] Sep 09 20:34:49.835 INFO O| Sep 09 20:34:49.835 INFO STEP 391 (remove_files) COMPLETE
52002024-09-09T20:34:50.608Z[ recovery-image] Sep 09 20:34:49.835 INFO O| Sep 09 20:34:49.835 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-09T20:34:50.634Z[ recovery-image] Sep 09 20:34:49.864 INFO O| Sep 09 20:34:49.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52022024-09-09T20:34:50.634Z[ recovery-image] Sep 09 20:34:49.864 INFO O| Sep 09 20:34:49.864 INFO STEP 392 (remove_files) COMPLETE
52032024-09-09T20:34:50.634Z[ recovery-image] Sep 09 20:34:49.864 INFO O| Sep 09 20:34:49.864 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-09T20:34:50.657Z[ recovery-image] Sep 09 20:34:49.892 INFO O| Sep 09 20:34:49.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52052024-09-09T20:34:50.657Z[ recovery-image] Sep 09 20:34:49.892 INFO O| Sep 09 20:34:49.892 INFO STEP 393 (remove_files) COMPLETE
52062024-09-09T20:34:50.657Z[ recovery-image] Sep 09 20:34:49.892 INFO O| Sep 09 20:34:49.892 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-09T20:34:50.681Z[ recovery-image] Sep 09 20:34:49.915 INFO O| Sep 09 20:34:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52082024-09-09T20:34:50.681Z[ recovery-image] Sep 09 20:34:49.915 INFO O| Sep 09 20:34:49.915 INFO STEP 394 (remove_files) COMPLETE
52092024-09-09T20:34:50.681Z[ recovery-image] Sep 09 20:34:49.915 INFO O| Sep 09 20:34:49.915 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-09T20:34:50.705Z[ recovery-image] Sep 09 20:34:49.949 INFO O| Sep 09 20:34:49.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52112024-09-09T20:34:50.705Z[ recovery-image] Sep 09 20:34:49.949 INFO O| Sep 09 20:34:49.949 INFO STEP 395 (remove_files) COMPLETE
52122024-09-09T20:34:50.728Z[ recovery-image] Sep 09 20:34:49.949 INFO O| Sep 09 20:34:49.949 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-09T20:34:50.752Z[ recovery-image] Sep 09 20:34:49.996 INFO O| Sep 09 20:34:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52142024-09-09T20:34:50.752Z[ recovery-image] Sep 09 20:34:49.997 INFO O| Sep 09 20:34:49.997 INFO STEP 396 (remove_files) COMPLETE
52152024-09-09T20:34:50.775Z[ recovery-image] Sep 09 20:34:49.997 INFO O| Sep 09 20:34:49.997 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-09T20:34:50.775Z[ recovery-image] Sep 09 20:34:50.019 INFO O| Sep 09 20:34:50.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52172024-09-09T20:34:50.775Z[ recovery-image] Sep 09 20:34:50.019 INFO O| Sep 09 20:34:50.019 INFO STEP 397 (remove_files) COMPLETE
52182024-09-09T20:34:50.775Z[ recovery-image] Sep 09 20:34:50.019 INFO O| Sep 09 20:34:50.019 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-09T20:34:50.799Z[ recovery-image] Sep 09 20:34:50.036 INFO O| Sep 09 20:34:50.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52202024-09-09T20:34:50.799Z[ recovery-image] Sep 09 20:34:50.036 INFO O| Sep 09 20:34:50.036 INFO STEP 398 (remove_files) COMPLETE
52212024-09-09T20:34:50.799Z[ recovery-image] Sep 09 20:34:50.036 INFO O| Sep 09 20:34:50.036 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-09T20:34:50.822Z[ recovery-image] Sep 09 20:34:50.053 INFO O| Sep 09 20:34:50.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52232024-09-09T20:34:50.822Z[ recovery-image] Sep 09 20:34:50.054 INFO O| Sep 09 20:34:50.054 INFO STEP 399 (remove_files) COMPLETE
52242024-09-09T20:34:50.822Z[ recovery-image] Sep 09 20:34:50.054 INFO O| Sep 09 20:34:50.054 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-09T20:34:50.857Z[ recovery-image] Sep 09 20:34:50.101 INFO O| Sep 09 20:34:50.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52262024-09-09T20:34:50.880Z[ recovery-image] Sep 09 20:34:50.101 INFO O| Sep 09 20:34:50.101 INFO STEP 400 (remove_files) COMPLETE
52272024-09-09T20:34:50.880Z[ recovery-image] Sep 09 20:34:50.102 INFO O| Sep 09 20:34:50.101 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-09T20:34:50.972Z[ recovery-image] Sep 09 20:34:50.216 INFO O| Sep 09 20:34:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52292024-09-09T20:34:50.972Z[ recovery-image] Sep 09 20:34:50.216 INFO O| Sep 09 20:34:50.216 INFO STEP 401 (remove_files) COMPLETE
52302024-09-09T20:34:50.995Z[ recovery-image] Sep 09 20:34:50.216 INFO O| Sep 09 20:34:50.216 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-09T20:34:51.019Z[ recovery-image] Sep 09 20:34:50.248 INFO O| Sep 09 20:34:50.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52322024-09-09T20:34:51.019Z[ recovery-image] Sep 09 20:34:50.248 INFO O| Sep 09 20:34:50.248 INFO STEP 402 (remove_files) COMPLETE
52332024-09-09T20:34:51.019Z[ recovery-image] Sep 09 20:34:50.248 INFO O| Sep 09 20:34:50.248 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-09T20:34:51.042Z[ recovery-image] Sep 09 20:34:50.278 INFO O| Sep 09 20:34:50.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52352024-09-09T20:34:51.043Z[ recovery-image] Sep 09 20:34:50.278 INFO O| Sep 09 20:34:50.278 INFO STEP 403 (remove_files) COMPLETE
52362024-09-09T20:34:51.043Z[ recovery-image] Sep 09 20:34:50.278 INFO O| Sep 09 20:34:50.278 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-09T20:34:51.066Z[ recovery-image] Sep 09 20:34:50.303 INFO O| Sep 09 20:34:50.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52382024-09-09T20:34:51.066Z[ recovery-image] Sep 09 20:34:50.303 INFO O| Sep 09 20:34:50.303 INFO STEP 404 (remove_files) COMPLETE
52392024-09-09T20:34:51.066Z[ recovery-image] Sep 09 20:34:50.303 INFO O| Sep 09 20:34:50.303 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-09T20:34:51.090Z[ recovery-image] Sep 09 20:34:50.329 INFO O| Sep 09 20:34:50.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52412024-09-09T20:34:51.090Z[ recovery-image] Sep 09 20:34:50.329 INFO O| Sep 09 20:34:50.329 INFO STEP 405 (remove_files) COMPLETE
52422024-09-09T20:34:51.090Z[ recovery-image] Sep 09 20:34:50.329 INFO O| Sep 09 20:34:50.329 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-09T20:34:51.144Z[ recovery-image] Sep 09 20:34:50.388 INFO O| Sep 09 20:34:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52442024-09-09T20:34:51.144Z[ recovery-image] Sep 09 20:34:50.388 INFO O| Sep 09 20:34:50.388 INFO STEP 406 (remove_files) COMPLETE
52452024-09-09T20:34:51.145Z[ recovery-image] Sep 09 20:34:50.388 INFO O| Sep 09 20:34:50.388 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-09T20:34:51.224Z[ recovery-image] Sep 09 20:34:50.468 INFO O| Sep 09 20:34:50.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52472024-09-09T20:34:51.247Z[ recovery-image] Sep 09 20:34:50.468 INFO O| Sep 09 20:34:50.468 INFO STEP 407 (remove_files) COMPLETE
52482024-09-09T20:34:51.247Z[ recovery-image] Sep 09 20:34:50.468 INFO O| Sep 09 20:34:50.468 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-09T20:34:51.351Z[ recovery-image] Sep 09 20:34:50.595 INFO O| Sep 09 20:34:50.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52502024-09-09T20:34:51.351Z[ recovery-image] Sep 09 20:34:50.595 INFO O| Sep 09 20:34:50.595 INFO STEP 408 (remove_files) COMPLETE
52512024-09-09T20:34:51.351Z[ recovery-image] Sep 09 20:34:50.595 INFO O| Sep 09 20:34:50.595 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-09T20:34:51.374Z[ recovery-image] Sep 09 20:34:50.616 INFO O| Sep 09 20:34:50.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52532024-09-09T20:34:51.375Z[ recovery-image] Sep 09 20:34:50.616 INFO O| Sep 09 20:34:50.616 INFO STEP 409 (remove_files) COMPLETE
52542024-09-09T20:34:51.375Z[ recovery-image] Sep 09 20:34:50.616 INFO O| Sep 09 20:34:50.616 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-09-09T20:34:51.422Z[ recovery-image] Sep 09 20:34:50.667 INFO O| Sep 09 20:34:50.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52562024-09-09T20:34:51.422Z[ recovery-image] Sep 09 20:34:50.667 INFO O| Sep 09 20:34:50.667 INFO STEP 410 (remove_files) COMPLETE
52572024-09-09T20:34:51.422Z[ recovery-image] Sep 09 20:34:50.667 INFO O| Sep 09 20:34:50.667 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-09-09T20:34:51.457Z[ recovery-image] Sep 09 20:34:50.701 INFO O| Sep 09 20:34:50.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52592024-09-09T20:34:51.480Z[ recovery-image] Sep 09 20:34:50.701 INFO O| Sep 09 20:34:50.701 INFO STEP 411 (remove_files) COMPLETE
52602024-09-09T20:34:51.480Z[ recovery-image] Sep 09 20:34:50.701 INFO O| Sep 09 20:34:50.701 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-09-09T20:34:51.504Z[ recovery-image] Sep 09 20:34:50.742 INFO O| Sep 09 20:34:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52622024-09-09T20:34:51.504Z[ recovery-image] Sep 09 20:34:50.742 INFO O| Sep 09 20:34:50.742 INFO STEP 412 (remove_files) COMPLETE
52632024-09-09T20:34:51.504Z[ recovery-image] Sep 09 20:34:50.742 INFO O| Sep 09 20:34:50.742 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-09-09T20:34:51.558Z[ recovery-image] Sep 09 20:34:50.802 INFO O| Sep 09 20:34:50.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52652024-09-09T20:34:51.558Z[ recovery-image] Sep 09 20:34:50.802 INFO O| Sep 09 20:34:50.802 INFO STEP 413 (remove_files) COMPLETE
52662024-09-09T20:34:51.558Z[ recovery-image] Sep 09 20:34:50.802 INFO O| Sep 09 20:34:50.802 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-09-09T20:34:51.615Z[ recovery-image] Sep 09 20:34:50.859 INFO O| Sep 09 20:34:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52682024-09-09T20:34:51.615Z[ recovery-image] Sep 09 20:34:50.859 INFO O| Sep 09 20:34:50.859 INFO STEP 414 (remove_files) COMPLETE
52692024-09-09T20:34:51.615Z[ recovery-image] Sep 09 20:34:50.859 INFO O| Sep 09 20:34:50.859 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-09-09T20:34:51.638Z[ recovery-image] Sep 09 20:34:50.879 INFO O| Sep 09 20:34:50.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52712024-09-09T20:34:51.638Z[ recovery-image] Sep 09 20:34:50.879 INFO O| Sep 09 20:34:50.879 INFO STEP 415 (remove_files) COMPLETE
52722024-09-09T20:34:51.638Z[ recovery-image] Sep 09 20:34:50.879 INFO O| Sep 09 20:34:50.879 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-09-09T20:34:51.662Z[ recovery-image] Sep 09 20:34:50.905 INFO O| Sep 09 20:34:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52742024-09-09T20:34:51.662Z[ recovery-image] Sep 09 20:34:50.905 INFO O| Sep 09 20:34:50.905 INFO STEP 416 (remove_files) COMPLETE
52752024-09-09T20:34:51.662Z[ recovery-image] Sep 09 20:34:50.905 INFO O| Sep 09 20:34:50.905 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-09-09T20:34:51.718Z[ recovery-image] Sep 09 20:34:50.963 INFO O| Sep 09 20:34:50.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52772024-09-09T20:34:51.718Z[ recovery-image] Sep 09 20:34:50.963 INFO O| Sep 09 20:34:50.963 INFO STEP 417 (remove_files) COMPLETE
52782024-09-09T20:34:51.741Z[ recovery-image] Sep 09 20:34:50.963 INFO O| Sep 09 20:34:50.963 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-09T20:34:51.742Z[ host-image] Sep 09 20:34:50.969 INFO O| Sep 09 20:34:50.969 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
52802024-09-09T20:34:51.776Z[ recovery-image] Sep 09 20:34:51.021 INFO O| Sep 09 20:34:51.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52812024-09-09T20:34:51.800Z[ recovery-image] Sep 09 20:34:51.021 INFO O| Sep 09 20:34:51.021 INFO STEP 418 (remove_files) COMPLETE
52822024-09-09T20:34:51.800Z[ recovery-image] Sep 09 20:34:51.021 INFO O| Sep 09 20:34:51.021 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-09T20:34:51.800Z[ recovery-image] Sep 09 20:34:51.035 INFO O| Sep 09 20:34:51.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52842024-09-09T20:34:51.800Z[ recovery-image] Sep 09 20:34:51.035 INFO O| Sep 09 20:34:51.035 INFO STEP 419 (remove_files) COMPLETE
52852024-09-09T20:34:51.800Z[ recovery-image] Sep 09 20:34:51.035 INFO O| Sep 09 20:34:51.035 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-09-09T20:34:51.823Z[ recovery-image] Sep 09 20:34:51.049 INFO O| Sep 09 20:34:51.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52872024-09-09T20:34:51.823Z[ recovery-image] Sep 09 20:34:51.049 INFO O| Sep 09 20:34:51.049 INFO STEP 420 (remove_files) COMPLETE
52882024-09-09T20:34:51.823Z[ recovery-image] Sep 09 20:34:51.049 INFO O| Sep 09 20:34:51.049 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-09-09T20:34:51.823Z[ recovery-image] Sep 09 20:34:51.064 INFO O| Sep 09 20:34:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52902024-09-09T20:34:51.823Z[ recovery-image] Sep 09 20:34:51.065 INFO O| Sep 09 20:34:51.064 INFO STEP 421 (remove_files) COMPLETE
52912024-09-09T20:34:51.823Z[ recovery-image] Sep 09 20:34:51.065 INFO O| Sep 09 20:34:51.065 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-09-09T20:34:51.852Z[ recovery-image] Sep 09 20:34:51.096 INFO O| Sep 09 20:34:51.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52932024-09-09T20:34:51.875Z[ recovery-image] Sep 09 20:34:51.096 INFO O| Sep 09 20:34:51.096 INFO STEP 422 (remove_files) COMPLETE
52942024-09-09T20:34:51.875Z[ recovery-image] Sep 09 20:34:51.096 INFO O| Sep 09 20:34:51.096 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-09-09T20:34:51.875Z[ recovery-image] Sep 09 20:34:51.115 INFO O| Sep 09 20:34:51.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52962024-09-09T20:34:51.875Z[ recovery-image] Sep 09 20:34:51.115 INFO O| Sep 09 20:34:51.115 INFO STEP 423 (remove_files) COMPLETE
52972024-09-09T20:34:51.875Z[ recovery-image] Sep 09 20:34:51.115 INFO O| Sep 09 20:34:51.115 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-09-09T20:34:51.906Z[ recovery-image] Sep 09 20:34:51.148 INFO O| Sep 09 20:34:51.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52992024-09-09T20:34:51.906Z[ recovery-image] Sep 09 20:34:51.148 INFO O| Sep 09 20:34:51.148 INFO STEP 424 (remove_files) COMPLETE
53002024-09-09T20:34:51.931Z[ recovery-image] Sep 09 20:34:51.149 INFO O| Sep 09 20:34:51.148 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-09-09T20:34:51.961Z[ recovery-image] Sep 09 20:34:51.205 INFO O| Sep 09 20:34:51.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53022024-09-09T20:34:51.961Z[ recovery-image] Sep 09 20:34:51.205 INFO O| Sep 09 20:34:51.205 INFO STEP 425 (remove_files) COMPLETE
53032024-09-09T20:34:51.984Z[ recovery-image] Sep 09 20:34:51.205 INFO O| Sep 09 20:34:51.205 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-09T20:34:52.021Z[ recovery-image] Sep 09 20:34:51.265 INFO O| Sep 09 20:34:51.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53052024-09-09T20:34:52.021Z[ recovery-image] Sep 09 20:34:51.266 INFO O| Sep 09 20:34:51.266 INFO STEP 426 (remove_files) COMPLETE
53062024-09-09T20:34:52.021Z[ recovery-image] Sep 09 20:34:51.266 INFO O| Sep 09 20:34:51.266 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-09T20:34:52.045Z[ recovery-image] Sep 09 20:34:51.282 INFO O| Sep 09 20:34:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53082024-09-09T20:34:52.045Z[ recovery-image] Sep 09 20:34:51.282 INFO O| Sep 09 20:34:51.282 INFO STEP 427 (remove_files) COMPLETE
53092024-09-09T20:34:52.045Z[ recovery-image] Sep 09 20:34:51.282 INFO O| Sep 09 20:34:51.282 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-09T20:34:52.073Z[ recovery-image] Sep 09 20:34:51.317 INFO O| Sep 09 20:34:51.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53112024-09-09T20:34:52.073Z[ recovery-image] Sep 09 20:34:51.317 INFO O| Sep 09 20:34:51.317 INFO STEP 428 (remove_files) COMPLETE
53122024-09-09T20:34:52.096Z[ recovery-image] Sep 09 20:34:51.317 INFO O| Sep 09 20:34:51.317 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-09T20:34:52.096Z[ recovery-image] Sep 09 20:34:51.335 INFO O| Sep 09 20:34:51.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53142024-09-09T20:34:52.096Z[ recovery-image] Sep 09 20:34:51.335 INFO O| Sep 09 20:34:51.335 INFO STEP 429 (remove_files) COMPLETE
53152024-09-09T20:34:52.096Z[ recovery-image] Sep 09 20:34:51.335 INFO O| Sep 09 20:34:51.335 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-09-09T20:34:52.121Z[ recovery-image] Sep 09 20:34:51.365 INFO O| Sep 09 20:34:51.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53172024-09-09T20:34:52.144Z[ recovery-image] Sep 09 20:34:51.365 INFO O| Sep 09 20:34:51.365 INFO STEP 430 (remove_files) COMPLETE
53182024-09-09T20:34:52.144Z[ recovery-image] Sep 09 20:34:51.365 INFO O| Sep 09 20:34:51.365 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-09-09T20:34:52.167Z[ recovery-image] Sep 09 20:34:51.403 INFO O| Sep 09 20:34:51.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53202024-09-09T20:34:52.167Z[ recovery-image] Sep 09 20:34:51.403 INFO O| Sep 09 20:34:51.403 INFO STEP 431 (remove_files) COMPLETE
53212024-09-09T20:34:52.168Z[ recovery-image] Sep 09 20:34:51.403 INFO O| Sep 09 20:34:51.403 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-09-09T20:34:52.234Z[ recovery-image] Sep 09 20:34:51.477 INFO O| Sep 09 20:34:51.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53232024-09-09T20:34:52.257Z[ recovery-image] Sep 09 20:34:51.477 INFO O| Sep 09 20:34:51.477 INFO STEP 432 (remove_files) COMPLETE
53242024-09-09T20:34:52.257Z[ recovery-image] Sep 09 20:34:51.478 INFO O| Sep 09 20:34:51.477 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-09-09T20:34:52.291Z[ recovery-image] Sep 09 20:34:51.535 INFO O| Sep 09 20:34:51.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53262024-09-09T20:34:52.291Z[ recovery-image] Sep 09 20:34:51.535 INFO O| Sep 09 20:34:51.535 INFO STEP 433 (remove_files) COMPLETE
53272024-09-09T20:34:52.314Z[ recovery-image] Sep 09 20:34:51.536 INFO O| Sep 09 20:34:51.535 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-09-09T20:34:52.338Z[ recovery-image] Sep 09 20:34:51.561 INFO O| Sep 09 20:34:51.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53292024-09-09T20:34:52.338Z[ recovery-image] Sep 09 20:34:51.561 INFO O| Sep 09 20:34:51.561 INFO STEP 434 (remove_files) COMPLETE
53302024-09-09T20:34:52.338Z[ recovery-image] Sep 09 20:34:51.561 INFO O| Sep 09 20:34:51.561 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-09-09T20:34:52.362Z[ recovery-image] Sep 09 20:34:51.582 INFO O| Sep 09 20:34:51.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53322024-09-09T20:34:52.362Z[ recovery-image] Sep 09 20:34:51.582 INFO O| Sep 09 20:34:51.582 INFO STEP 435 (remove_files) COMPLETE
53332024-09-09T20:34:52.362Z[ recovery-image] Sep 09 20:34:51.582 INFO O| Sep 09 20:34:51.582 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-09-09T20:34:52.362Z[ recovery-image] Sep 09 20:34:51.600 INFO O| Sep 09 20:34:51.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53352024-09-09T20:34:52.362Z[ recovery-image] Sep 09 20:34:51.601 INFO O| Sep 09 20:34:51.600 INFO STEP 436 (remove_files) COMPLETE
53362024-09-09T20:34:52.362Z[ recovery-image] Sep 09 20:34:51.601 INFO O| Sep 09 20:34:51.600 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-09-09T20:34:52.392Z[ recovery-image] Sep 09 20:34:51.636 INFO O| Sep 09 20:34:51.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53382024-09-09T20:34:52.392Z[ recovery-image] Sep 09 20:34:51.636 INFO O| Sep 09 20:34:51.636 INFO STEP 437 (remove_files) COMPLETE
53392024-09-09T20:34:52.392Z[ recovery-image] Sep 09 20:34:51.636 INFO O| Sep 09 20:34:51.636 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-09-09T20:34:52.429Z[ recovery-image] Sep 09 20:34:51.674 INFO O| Sep 09 20:34:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53412024-09-09T20:34:52.430Z[ recovery-image] Sep 09 20:34:51.674 INFO O| Sep 09 20:34:51.674 INFO STEP 438 (remove_files) COMPLETE
53422024-09-09T20:34:52.453Z[ recovery-image] Sep 09 20:34:51.674 INFO O| Sep 09 20:34:51.674 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-09-09T20:34:52.476Z[ recovery-image] Sep 09 20:34:51.698 INFO O| Sep 09 20:34:51.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53442024-09-09T20:34:52.476Z[ recovery-image] Sep 09 20:34:51.698 INFO O| Sep 09 20:34:51.698 INFO STEP 439 (remove_files) COMPLETE
53452024-09-09T20:34:52.476Z[ recovery-image] Sep 09 20:34:51.698 INFO O| Sep 09 20:34:51.698 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-09-09T20:34:52.500Z[ recovery-image] Sep 09 20:34:51.729 INFO O| Sep 09 20:34:51.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53472024-09-09T20:34:52.500Z[ recovery-image] Sep 09 20:34:51.729 INFO O| Sep 09 20:34:51.729 INFO STEP 440 (remove_files) COMPLETE
53482024-09-09T20:34:52.500Z[ recovery-image] Sep 09 20:34:51.729 INFO O| Sep 09 20:34:51.729 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-09-09T20:34:52.536Z[ recovery-image] Sep 09 20:34:51.780 INFO O| Sep 09 20:34:51.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53502024-09-09T20:34:52.536Z[ recovery-image] Sep 09 20:34:51.780 INFO O| Sep 09 20:34:51.780 INFO STEP 441 (remove_files) COMPLETE
53512024-09-09T20:34:52.536Z[ recovery-image] Sep 09 20:34:51.780 INFO O| Sep 09 20:34:51.780 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-09-09T20:34:52.559Z[ recovery-image] Sep 09 20:34:51.795 INFO O| Sep 09 20:34:51.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53532024-09-09T20:34:52.559Z[ recovery-image] Sep 09 20:34:51.795 INFO O| Sep 09 20:34:51.795 INFO STEP 442 (remove_files) COMPLETE
53542024-09-09T20:34:52.559Z[ recovery-image] Sep 09 20:34:51.795 INFO O| Sep 09 20:34:51.795 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-09-09T20:34:52.582Z[ recovery-image] Sep 09 20:34:51.810 INFO O| Sep 09 20:34:51.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53562024-09-09T20:34:52.582Z[ recovery-image] Sep 09 20:34:51.810 INFO O| Sep 09 20:34:51.810 INFO STEP 443 (remove_files) COMPLETE
53572024-09-09T20:34:52.582Z[ recovery-image] Sep 09 20:34:51.810 INFO O| Sep 09 20:34:51.810 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-09-09T20:34:52.606Z[ recovery-image] Sep 09 20:34:51.830 INFO O| Sep 09 20:34:51.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53592024-09-09T20:34:52.606Z[ recovery-image] Sep 09 20:34:51.830 INFO O| Sep 09 20:34:51.830 INFO STEP 444 (remove_files) COMPLETE
53602024-09-09T20:34:52.606Z[ recovery-image] Sep 09 20:34:51.830 INFO O| Sep 09 20:34:51.830 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-09-09T20:34:52.629Z[ recovery-image] Sep 09 20:34:51.863 INFO O| Sep 09 20:34:51.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53622024-09-09T20:34:52.629Z[ recovery-image] Sep 09 20:34:51.863 INFO O| Sep 09 20:34:51.863 INFO STEP 445 (remove_files) COMPLETE
53632024-09-09T20:34:52.629Z[ recovery-image] Sep 09 20:34:51.863 INFO O| Sep 09 20:34:51.863 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-09T20:34:52.653Z[ recovery-image] Sep 09 20:34:51.883 INFO O| Sep 09 20:34:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53652024-09-09T20:34:52.653Z[ recovery-image] Sep 09 20:34:51.883 INFO O| Sep 09 20:34:51.883 INFO STEP 446 (remove_files) COMPLETE
53662024-09-09T20:34:52.653Z[ recovery-image] Sep 09 20:34:51.883 INFO O| Sep 09 20:34:51.883 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-09T20:34:52.698Z[ recovery-image] Sep 09 20:34:51.942 INFO O| Sep 09 20:34:51.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53682024-09-09T20:34:52.698Z[ recovery-image] Sep 09 20:34:51.942 INFO O| Sep 09 20:34:51.942 INFO STEP 447 (remove_files) COMPLETE
53692024-09-09T20:34:52.721Z[ recovery-image] Sep 09 20:34:51.942 INFO O| Sep 09 20:34:51.942 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-09T20:34:52.762Z[ recovery-image] Sep 09 20:34:52.006 INFO O| Sep 09 20:34:52.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53712024-09-09T20:34:52.762Z[ recovery-image] Sep 09 20:34:52.006 INFO O| Sep 09 20:34:52.006 INFO STEP 448 (remove_files) COMPLETE
53722024-09-09T20:34:52.785Z[ recovery-image] Sep 09 20:34:52.006 INFO O| Sep 09 20:34:52.006 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-09T20:34:52.819Z[ recovery-image] Sep 09 20:34:52.063 INFO O| Sep 09 20:34:52.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53742024-09-09T20:34:52.819Z[ recovery-image] Sep 09 20:34:52.063 INFO O| Sep 09 20:34:52.063 INFO STEP 449 (remove_files) COMPLETE
53752024-09-09T20:34:52.819Z[ recovery-image] Sep 09 20:34:52.063 INFO O| Sep 09 20:34:52.063 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-09T20:34:52.861Z[ recovery-image] Sep 09 20:34:52.105 INFO O| Sep 09 20:34:52.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53772024-09-09T20:34:52.861Z[ recovery-image] Sep 09 20:34:52.105 INFO O| Sep 09 20:34:52.105 INFO STEP 450 (remove_files) COMPLETE
53782024-09-09T20:34:52.884Z[ recovery-image] Sep 09 20:34:52.106 INFO O| Sep 09 20:34:52.106 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-09T20:34:52.884Z[ recovery-image] Sep 09 20:34:52.125 INFO O| Sep 09 20:34:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53802024-09-09T20:34:52.884Z[ recovery-image] Sep 09 20:34:52.125 INFO O| Sep 09 20:34:52.125 INFO STEP 451 (remove_files) COMPLETE
53812024-09-09T20:34:52.884Z[ recovery-image] Sep 09 20:34:52.126 INFO O| Sep 09 20:34:52.125 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-09T20:34:52.907Z[ recovery-image] Sep 09 20:34:52.146 INFO O| Sep 09 20:34:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53832024-09-09T20:34:52.907Z[ recovery-image] Sep 09 20:34:52.146 INFO O| Sep 09 20:34:52.146 INFO STEP 452 (remove_files) COMPLETE
53842024-09-09T20:34:52.907Z[ recovery-image] Sep 09 20:34:52.146 INFO O| Sep 09 20:34:52.146 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-09T20:34:52.936Z[ recovery-image] Sep 09 20:34:52.180 INFO O| Sep 09 20:34:52.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53862024-09-09T20:34:52.936Z[ recovery-image] Sep 09 20:34:52.180 INFO O| Sep 09 20:34:52.180 INFO STEP 453 (remove_files) COMPLETE
53872024-09-09T20:34:52.959Z[ recovery-image] Sep 09 20:34:52.180 INFO O| Sep 09 20:34:52.180 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-09T20:34:52.982Z[ recovery-image] Sep 09 20:34:52.221 INFO O| Sep 09 20:34:52.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53892024-09-09T20:34:52.982Z[ recovery-image] Sep 09 20:34:52.221 INFO O| Sep 09 20:34:52.221 INFO STEP 454 (remove_files) COMPLETE
53902024-09-09T20:34:52.982Z[ recovery-image] Sep 09 20:34:52.221 INFO O| Sep 09 20:34:52.221 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-09T20:34:53.037Z[ recovery-image] Sep 09 20:34:52.281 INFO O| Sep 09 20:34:52.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53922024-09-09T20:34:53.037Z[ recovery-image] Sep 09 20:34:52.281 INFO O| Sep 09 20:34:52.281 INFO STEP 455 (remove_files) COMPLETE
53932024-09-09T20:34:53.037Z[ recovery-image] Sep 09 20:34:52.281 INFO O| Sep 09 20:34:52.281 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-09T20:34:53.061Z[ recovery-image] Sep 09 20:34:52.300 INFO O| Sep 09 20:34:52.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53952024-09-09T20:34:53.061Z[ recovery-image] Sep 09 20:34:52.300 INFO O| Sep 09 20:34:52.300 INFO STEP 456 (remove_files) COMPLETE
53962024-09-09T20:34:53.061Z[ recovery-image] Sep 09 20:34:52.300 INFO O| Sep 09 20:34:52.300 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-09T20:34:53.084Z[ recovery-image] Sep 09 20:34:52.317 INFO O| Sep 09 20:34:52.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53982024-09-09T20:34:53.084Z[ recovery-image] Sep 09 20:34:52.318 INFO O| Sep 09 20:34:52.318 INFO STEP 457 (remove_files) COMPLETE
53992024-09-09T20:34:53.084Z[ recovery-image] Sep 09 20:34:52.318 INFO O| Sep 09 20:34:52.318 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-09T20:34:53.107Z[ recovery-image] Sep 09 20:34:52.335 INFO O| Sep 09 20:34:52.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54012024-09-09T20:34:53.107Z[ recovery-image] Sep 09 20:34:52.335 INFO O| Sep 09 20:34:52.335 INFO STEP 458 (remove_files) COMPLETE
54022024-09-09T20:34:53.107Z[ recovery-image] Sep 09 20:34:52.335 INFO O| Sep 09 20:34:52.335 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-09T20:34:53.131Z[ recovery-image] Sep 09 20:34:52.363 INFO O| Sep 09 20:34:52.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54042024-09-09T20:34:53.131Z[ recovery-image] Sep 09 20:34:52.363 INFO O| Sep 09 20:34:52.363 INFO STEP 459 (remove_files) COMPLETE
54052024-09-09T20:34:53.131Z[ recovery-image] Sep 09 20:34:52.363 INFO O| Sep 09 20:34:52.363 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-09T20:34:53.154Z[ recovery-image] Sep 09 20:34:52.382 INFO O| Sep 09 20:34:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54072024-09-09T20:34:53.154Z[ recovery-image] Sep 09 20:34:52.383 INFO O| Sep 09 20:34:52.383 INFO STEP 460 (remove_files) COMPLETE
54082024-09-09T20:34:53.154Z[ recovery-image] Sep 09 20:34:52.383 INFO O| Sep 09 20:34:52.383 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-09-09T20:34:53.178Z[ recovery-image] Sep 09 20:34:52.416 INFO O| Sep 09 20:34:52.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54102024-09-09T20:34:53.178Z[ recovery-image] Sep 09 20:34:52.416 INFO O| Sep 09 20:34:52.416 INFO STEP 461 (remove_files) COMPLETE
54112024-09-09T20:34:53.178Z[ recovery-image] Sep 09 20:34:52.416 INFO O| Sep 09 20:34:52.416 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-09-09T20:34:53.201Z[ recovery-image] Sep 09 20:34:52.439 INFO O| Sep 09 20:34:52.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54132024-09-09T20:34:53.201Z[ recovery-image] Sep 09 20:34:52.439 INFO O| Sep 09 20:34:52.439 INFO STEP 462 (remove_files) COMPLETE
54142024-09-09T20:34:53.201Z[ recovery-image] Sep 09 20:34:52.439 INFO O| Sep 09 20:34:52.439 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-09-09T20:34:53.229Z[ recovery-image] Sep 09 20:34:52.472 INFO O| Sep 09 20:34:52.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54162024-09-09T20:34:53.229Z[ recovery-image] Sep 09 20:34:52.473 INFO O| Sep 09 20:34:52.472 INFO STEP 463 (remove_files) COMPLETE
54172024-09-09T20:34:53.229Z[ recovery-image] Sep 09 20:34:52.473 INFO O| Sep 09 20:34:52.473 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-09-09T20:34:53.252Z[ recovery-image] Sep 09 20:34:52.491 INFO O| Sep 09 20:34:52.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54192024-09-09T20:34:53.253Z[ recovery-image] Sep 09 20:34:52.491 INFO O| Sep 09 20:34:52.491 INFO STEP 464 (remove_files) COMPLETE
54202024-09-09T20:34:53.253Z[ recovery-image] Sep 09 20:34:52.491 INFO O| Sep 09 20:34:52.491 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-09-09T20:34:53.276Z[ recovery-image] Sep 09 20:34:52.518 INFO O| Sep 09 20:34:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54222024-09-09T20:34:53.276Z[ recovery-image] Sep 09 20:34:52.518 INFO O| Sep 09 20:34:52.518 INFO STEP 465 (remove_files) COMPLETE
54232024-09-09T20:34:53.276Z[ recovery-image] Sep 09 20:34:52.518 INFO O| Sep 09 20:34:52.518 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-09-09T20:34:53.311Z[ recovery-image] Sep 09 20:34:52.555 INFO O| Sep 09 20:34:52.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54252024-09-09T20:34:53.311Z[ recovery-image] Sep 09 20:34:52.555 INFO O| Sep 09 20:34:52.555 INFO STEP 466 (remove_files) COMPLETE
54262024-09-09T20:34:53.337Z[ recovery-image] Sep 09 20:34:52.555 INFO O| Sep 09 20:34:52.555 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-09-09T20:34:53.370Z[ recovery-image] Sep 09 20:34:52.614 INFO O| Sep 09 20:34:52.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54282024-09-09T20:34:53.370Z[ recovery-image] Sep 09 20:34:52.614 INFO O| Sep 09 20:34:52.614 INFO STEP 467 (remove_files) COMPLETE
54292024-09-09T20:34:53.394Z[ recovery-image] Sep 09 20:34:52.614 INFO O| Sep 09 20:34:52.614 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-09T20:34:53.394Z[ recovery-image] Sep 09 20:34:52.630 INFO O| Sep 09 20:34:52.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54312024-09-09T20:34:53.394Z[ recovery-image] Sep 09 20:34:52.630 INFO O| Sep 09 20:34:52.630 INFO STEP 468 (remove_files) COMPLETE
54322024-09-09T20:34:53.394Z[ recovery-image] Sep 09 20:34:52.630 INFO O| Sep 09 20:34:52.630 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-09T20:34:53.417Z[ recovery-image] Sep 09 20:34:52.660 INFO O| Sep 09 20:34:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54342024-09-09T20:34:53.417Z[ recovery-image] Sep 09 20:34:52.660 INFO O| Sep 09 20:34:52.660 INFO STEP 469 (remove_files) COMPLETE
54352024-09-09T20:34:53.417Z[ recovery-image] Sep 09 20:34:52.660 INFO O| Sep 09 20:34:52.660 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-09T20:34:53.441Z[ recovery-image] Sep 09 20:34:52.680 INFO O| Sep 09 20:34:52.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54372024-09-09T20:34:53.441Z[ recovery-image] Sep 09 20:34:52.680 INFO O| Sep 09 20:34:52.680 INFO STEP 470 (remove_files) COMPLETE
54382024-09-09T20:34:53.441Z[ recovery-image] Sep 09 20:34:52.680 INFO O| Sep 09 20:34:52.680 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-09T20:34:53.464Z[ recovery-image] Sep 09 20:34:52.705 INFO O| Sep 09 20:34:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54402024-09-09T20:34:53.464Z[ recovery-image] Sep 09 20:34:52.705 INFO O| Sep 09 20:34:52.705 INFO STEP 471 (remove_files) COMPLETE
54412024-09-09T20:34:53.465Z[ recovery-image] Sep 09 20:34:52.705 INFO O| Sep 09 20:34:52.705 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-09-09T20:34:53.488Z[ recovery-image] Sep 09 20:34:52.727 INFO O| Sep 09 20:34:52.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54432024-09-09T20:34:53.488Z[ recovery-image] Sep 09 20:34:52.728 INFO O| Sep 09 20:34:52.728 INFO STEP 472 (remove_files) COMPLETE
54442024-09-09T20:34:53.488Z[ recovery-image] Sep 09 20:34:52.728 INFO O| Sep 09 20:34:52.728 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-09-09T20:34:53.514Z[ recovery-image] Sep 09 20:34:52.758 INFO O| Sep 09 20:34:52.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54462024-09-09T20:34:53.537Z[ recovery-image] Sep 09 20:34:52.758 INFO O| Sep 09 20:34:52.758 INFO STEP 473 (remove_files) COMPLETE
54472024-09-09T20:34:53.537Z[ recovery-image] Sep 09 20:34:52.759 INFO O| Sep 09 20:34:52.758 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-09-09T20:34:53.573Z[ recovery-image] Sep 09 20:34:52.814 INFO O| Sep 09 20:34:52.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54492024-09-09T20:34:53.573Z[ recovery-image] Sep 09 20:34:52.814 INFO O| Sep 09 20:34:52.814 INFO STEP 474 (remove_files) COMPLETE
54502024-09-09T20:34:53.602Z[ recovery-image] Sep 09 20:34:52.814 INFO O| Sep 09 20:34:52.814 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-09-09T20:34:53.602Z[ recovery-image] Sep 09 20:34:52.831 INFO O| Sep 09 20:34:52.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54522024-09-09T20:34:53.602Z[ recovery-image] Sep 09 20:34:52.831 INFO O| Sep 09 20:34:52.831 INFO STEP 475 (remove_files) COMPLETE
54532024-09-09T20:34:53.602Z[ recovery-image] Sep 09 20:34:52.831 INFO O| Sep 09 20:34:52.831 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-09-09T20:34:53.626Z[ recovery-image] Sep 09 20:34:52.863 INFO O| Sep 09 20:34:52.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54552024-09-09T20:34:53.626Z[ recovery-image] Sep 09 20:34:52.863 INFO O| Sep 09 20:34:52.863 INFO STEP 476 (remove_files) COMPLETE
54562024-09-09T20:34:53.626Z[ recovery-image] Sep 09 20:34:52.864 INFO O| Sep 09 20:34:52.863 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-09-09T20:34:53.650Z[ recovery-image] Sep 09 20:34:52.884 INFO O| Sep 09 20:34:52.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54582024-09-09T20:34:53.650Z[ recovery-image] Sep 09 20:34:52.884 INFO O| Sep 09 20:34:52.884 INFO STEP 477 (remove_files) COMPLETE
54592024-09-09T20:34:53.650Z[ recovery-image] Sep 09 20:34:52.884 INFO O| Sep 09 20:34:52.884 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-09-09T20:34:53.673Z[ recovery-image] Sep 09 20:34:52.902 INFO O| Sep 09 20:34:52.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54612024-09-09T20:34:53.673Z[ recovery-image] Sep 09 20:34:52.902 INFO O| Sep 09 20:34:52.902 INFO STEP 478 (remove_files) COMPLETE
54622024-09-09T20:34:53.673Z[ recovery-image] Sep 09 20:34:52.902 INFO O| Sep 09 20:34:52.902 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-09-09T20:34:53.697Z[ recovery-image] Sep 09 20:34:52.934 INFO O| Sep 09 20:34:52.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54642024-09-09T20:34:53.697Z[ recovery-image] Sep 09 20:34:52.935 INFO O| Sep 09 20:34:52.934 INFO STEP 479 (remove_files) COMPLETE
54652024-09-09T20:34:53.697Z[ recovery-image] Sep 09 20:34:52.935 INFO O| Sep 09 20:34:52.935 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-09-09T20:34:53.735Z[ recovery-image] Sep 09 20:34:52.979 INFO O| Sep 09 20:34:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54672024-09-09T20:34:53.735Z[ recovery-image] Sep 09 20:34:52.979 INFO O| Sep 09 20:34:52.979 INFO STEP 480 (remove_files) COMPLETE
54682024-09-09T20:34:53.758Z[ recovery-image] Sep 09 20:34:52.979 INFO O| Sep 09 20:34:52.979 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-09-09T20:34:53.791Z[ recovery-image] Sep 09 20:34:53.035 INFO O| Sep 09 20:34:53.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54702024-09-09T20:34:53.791Z[ recovery-image] Sep 09 20:34:53.035 INFO O| Sep 09 20:34:53.035 INFO STEP 481 (remove_files) COMPLETE
54712024-09-09T20:34:53.814Z[ recovery-image] Sep 09 20:34:53.035 INFO O| Sep 09 20:34:53.035 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-09-09T20:34:53.814Z[ recovery-image] Sep 09 20:34:53.053 INFO O| Sep 09 20:34:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54732024-09-09T20:34:53.814Z[ recovery-image] Sep 09 20:34:53.053 INFO O| Sep 09 20:34:53.053 INFO STEP 482 (remove_files) COMPLETE
54742024-09-09T20:34:53.814Z[ recovery-image] Sep 09 20:34:53.053 INFO O| Sep 09 20:34:53.053 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-09T20:34:53.838Z[ recovery-image] Sep 09 20:34:53.070 INFO O| Sep 09 20:34:53.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54762024-09-09T20:34:53.838Z[ recovery-image] Sep 09 20:34:53.070 INFO O| Sep 09 20:34:53.070 INFO STEP 483 (remove_files) COMPLETE
54772024-09-09T20:34:53.838Z[ recovery-image] Sep 09 20:34:53.070 INFO O| Sep 09 20:34:53.070 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-09-09T20:34:53.863Z[ recovery-image] Sep 09 20:34:53.108 INFO O| Sep 09 20:34:53.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54792024-09-09T20:34:53.887Z[ recovery-image] Sep 09 20:34:53.108 INFO O| Sep 09 20:34:53.108 INFO STEP 484 (remove_files) COMPLETE
54802024-09-09T20:34:53.887Z[ recovery-image] Sep 09 20:34:53.108 INFO O| Sep 09 20:34:53.108 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-09-09T20:34:53.923Z[ recovery-image] Sep 09 20:34:53.167 INFO O| Sep 09 20:34:53.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54822024-09-09T20:34:53.923Z[ recovery-image] Sep 09 20:34:53.167 INFO O| Sep 09 20:34:53.167 INFO STEP 485 (remove_files) COMPLETE
54832024-09-09T20:34:53.923Z[ recovery-image] Sep 09 20:34:53.167 INFO O| Sep 09 20:34:53.167 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-09-09T20:34:53.946Z[ recovery-image] Sep 09 20:34:53.186 INFO O| Sep 09 20:34:53.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54852024-09-09T20:34:53.946Z[ recovery-image] Sep 09 20:34:53.186 INFO O| Sep 09 20:34:53.186 INFO STEP 486 (remove_files) COMPLETE
54862024-09-09T20:34:53.946Z[ recovery-image] Sep 09 20:34:53.186 INFO O| Sep 09 20:34:53.186 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-09-09T20:34:53.970Z[ recovery-image] Sep 09 20:34:53.203 INFO O| Sep 09 20:34:53.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54882024-09-09T20:34:53.970Z[ recovery-image] Sep 09 20:34:53.203 INFO O| Sep 09 20:34:53.203 INFO STEP 487 (remove_files) COMPLETE
54892024-09-09T20:34:53.970Z[ recovery-image] Sep 09 20:34:53.203 INFO O| Sep 09 20:34:53.203 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-09-09T20:34:53.993Z[ recovery-image] Sep 09 20:34:53.220 INFO O| Sep 09 20:34:53.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54912024-09-09T20:34:53.993Z[ recovery-image] Sep 09 20:34:53.220 INFO O| Sep 09 20:34:53.220 INFO STEP 488 (remove_files) COMPLETE
54922024-09-09T20:34:53.993Z[ recovery-image] Sep 09 20:34:53.220 INFO O| Sep 09 20:34:53.220 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-09-09T20:34:54.017Z[ recovery-image] Sep 09 20:34:53.243 INFO O| Sep 09 20:34:53.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54942024-09-09T20:34:54.017Z[ recovery-image] Sep 09 20:34:53.243 INFO O| Sep 09 20:34:53.243 INFO STEP 489 (remove_files) COMPLETE
54952024-09-09T20:34:54.017Z[ recovery-image] Sep 09 20:34:53.244 INFO O| Sep 09 20:34:53.244 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-09-09T20:34:54.040Z[ recovery-image] Sep 09 20:34:53.264 INFO O| Sep 09 20:34:53.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54972024-09-09T20:34:54.040Z[ recovery-image] Sep 09 20:34:53.264 INFO O| Sep 09 20:34:53.264 INFO STEP 490 (remove_files) COMPLETE
54982024-09-09T20:34:54.040Z[ recovery-image] Sep 09 20:34:53.264 INFO O| Sep 09 20:34:53.264 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-09T20:34:54.040Z[ recovery-image] Sep 09 20:34:53.280 INFO O| Sep 09 20:34:53.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55002024-09-09T20:34:54.040Z[ recovery-image] Sep 09 20:34:53.280 INFO O| Sep 09 20:34:53.280 INFO STEP 491 (remove_files) COMPLETE
55012024-09-09T20:34:54.041Z[ recovery-image] Sep 09 20:34:53.281 INFO O| Sep 09 20:34:53.281 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-09T20:34:54.064Z[ recovery-image] Sep 09 20:34:53.296 INFO O| Sep 09 20:34:53.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55032024-09-09T20:34:54.064Z[ recovery-image] Sep 09 20:34:53.296 INFO O| Sep 09 20:34:53.296 INFO STEP 492 (remove_files) COMPLETE
55042024-09-09T20:34:54.064Z[ recovery-image] Sep 09 20:34:53.297 INFO O| Sep 09 20:34:53.297 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-09T20:34:54.088Z[ recovery-image] Sep 09 20:34:53.312 INFO O| Sep 09 20:34:53.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55062024-09-09T20:34:54.088Z[ recovery-image] Sep 09 20:34:53.312 INFO O| Sep 09 20:34:53.312 INFO STEP 493 (remove_files) COMPLETE
55072024-09-09T20:34:54.088Z[ recovery-image] Sep 09 20:34:53.312 INFO O| Sep 09 20:34:53.312 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-09T20:34:54.088Z[ recovery-image] Sep 09 20:34:53.330 INFO O| Sep 09 20:34:53.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55092024-09-09T20:34:54.088Z[ recovery-image] Sep 09 20:34:53.330 INFO O| Sep 09 20:34:53.330 INFO STEP 494 (remove_files) COMPLETE
55102024-09-09T20:34:54.088Z[ recovery-image] Sep 09 20:34:53.331 INFO O| Sep 09 20:34:53.330 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-09T20:34:54.111Z[ recovery-image] Sep 09 20:34:53.346 INFO O| Sep 09 20:34:53.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55122024-09-09T20:34:54.111Z[ recovery-image] Sep 09 20:34:53.347 INFO O| Sep 09 20:34:53.347 INFO STEP 495 (remove_files) COMPLETE
55132024-09-09T20:34:54.111Z[ recovery-image] Sep 09 20:34:53.347 INFO O| Sep 09 20:34:53.347 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-09T20:34:54.135Z[ recovery-image] Sep 09 20:34:53.363 INFO O| Sep 09 20:34:53.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55152024-09-09T20:34:54.135Z[ recovery-image] Sep 09 20:34:53.363 INFO O| Sep 09 20:34:53.363 INFO STEP 496 (remove_files) COMPLETE
55162024-09-09T20:34:54.135Z[ recovery-image] Sep 09 20:34:53.363 INFO O| Sep 09 20:34:53.363 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-09T20:34:54.135Z[ recovery-image] Sep 09 20:34:53.379 INFO O| Sep 09 20:34:53.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55182024-09-09T20:34:54.135Z[ recovery-image] Sep 09 20:34:53.379 INFO O| Sep 09 20:34:53.379 INFO STEP 497 (remove_files) COMPLETE
55192024-09-09T20:34:54.135Z[ recovery-image] Sep 09 20:34:53.379 INFO O| Sep 09 20:34:53.379 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-09T20:34:54.158Z[ host-image] Sep 09 20:34:53.386 INFO O| Sep 09 20:34:53.386 INFO O| Planning: Solver setup ... Done
55212024-09-09T20:34:54.158Z[ host-image] Sep 09 20:34:53.391 INFO O| Sep 09 20:34:53.391 INFO O| Planning: Running solver ... Done
55222024-09-09T20:34:54.158Z[ recovery-image] Sep 09 20:34:53.397 INFO O| Sep 09 20:34:53.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55232024-09-09T20:34:54.159Z[ recovery-image] Sep 09 20:34:53.397 INFO O| Sep 09 20:34:53.397 INFO STEP 498 (remove_files) COMPLETE
55242024-09-09T20:34:54.159Z[ recovery-image] Sep 09 20:34:53.397 INFO O| Sep 09 20:34:53.397 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-09-09T20:34:54.203Z[ host-image] Sep 09 20:34:53.434 INFO O| Sep 09 20:34:53.434 INFO O| Planning: Finding local manifests ... Done
55262024-09-09T20:34:54.203Z[ host-image] Sep 09 20:34:53.435 INFO O| Sep 09 20:34:53.435 INFO O| Planning: Fetching manifests: 0/1 0% complete
55272024-09-09T20:34:54.227Z[ recovery-image] Sep 09 20:34:53.448 INFO O| Sep 09 20:34:53.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55282024-09-09T20:34:54.227Z[ recovery-image] Sep 09 20:34:53.448 INFO O| Sep 09 20:34:53.448 INFO STEP 499 (remove_files) COMPLETE
55292024-09-09T20:34:54.227Z[ recovery-image] Sep 09 20:34:53.448 INFO O| Sep 09 20:34:53.448 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-09-09T20:34:54.227Z[ recovery-image] Sep 09 20:34:53.469 INFO O| Sep 09 20:34:53.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55312024-09-09T20:34:54.227Z[ recovery-image] Sep 09 20:34:53.469 INFO O| Sep 09 20:34:53.469 INFO STEP 500 (remove_files) COMPLETE
55322024-09-09T20:34:54.227Z[ recovery-image] Sep 09 20:34:53.469 INFO O| Sep 09 20:34:53.469 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-09-09T20:34:54.251Z[ recovery-image] Sep 09 20:34:53.486 INFO O| Sep 09 20:34:53.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55342024-09-09T20:34:54.251Z[ recovery-image] Sep 09 20:34:53.486 INFO O| Sep 09 20:34:53.486 INFO STEP 501 (remove_files) COMPLETE
55352024-09-09T20:34:54.251Z[ recovery-image] Sep 09 20:34:53.486 INFO O| Sep 09 20:34:53.486 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-09-09T20:34:54.276Z[ recovery-image] Sep 09 20:34:53.502 INFO O| Sep 09 20:34:53.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55372024-09-09T20:34:54.276Z[ recovery-image] Sep 09 20:34:53.503 INFO O| Sep 09 20:34:53.503 INFO STEP 502 (remove_files) COMPLETE
55382024-09-09T20:34:54.276Z[ recovery-image] Sep 09 20:34:53.503 INFO O| Sep 09 20:34:53.503 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-09-09T20:34:54.276Z[ recovery-image] Sep 09 20:34:53.519 INFO O| Sep 09 20:34:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55402024-09-09T20:34:54.300Z[ recovery-image] Sep 09 20:34:53.519 INFO O| Sep 09 20:34:53.519 INFO STEP 503 (remove_files) COMPLETE
55412024-09-09T20:34:54.300Z[ recovery-image] Sep 09 20:34:53.519 INFO O| Sep 09 20:34:53.519 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-09-09T20:34:54.300Z[ recovery-image] Sep 09 20:34:53.536 INFO O| Sep 09 20:34:53.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55432024-09-09T20:34:54.300Z[ recovery-image] Sep 09 20:34:53.536 INFO O| Sep 09 20:34:53.536 INFO STEP 504 (remove_files) COMPLETE
55442024-09-09T20:34:54.300Z[ recovery-image] Sep 09 20:34:53.536 INFO O| Sep 09 20:34:53.536 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-09-09T20:34:54.325Z[ recovery-image] Sep 09 20:34:53.553 INFO O| Sep 09 20:34:53.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55462024-09-09T20:34:54.325Z[ recovery-image] Sep 09 20:34:53.553 INFO O| Sep 09 20:34:53.553 INFO STEP 505 (remove_files) COMPLETE
55472024-09-09T20:34:54.325Z[ recovery-image] Sep 09 20:34:53.553 INFO O| Sep 09 20:34:53.553 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-09-09T20:34:54.349Z[ host-image] Sep 09 20:34:53.571 INFO O| Sep 09 20:34:53.571 INFO O| Planning: Fetching manifests: 1/1 100% complete
55492024-09-09T20:34:54.349Z[ recovery-image] Sep 09 20:34:53.586 INFO O| Sep 09 20:34:53.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55502024-09-09T20:34:54.372Z[ host-image] Sep 09 20:34:53.595 INFO O| Sep 09 20:34:53.595 INFO O| Planning: Package planning ... Done
55512024-09-09T20:34:54.372Z[ host-image] Sep 09 20:34:53.596 INFO O| Sep 09 20:34:53.596 INFO O| Planning: Merging actions ... Done
55522024-09-09T20:34:54.373Z[ recovery-image] Sep 09 20:34:53.607 INFO O| Sep 09 20:34:53.607 INFO STEP 506 (remove_files) COMPLETE
55532024-09-09T20:34:54.373Z[ recovery-image] Sep 09 20:34:53.607 INFO O| Sep 09 20:34:53.607 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-09-09T20:34:54.409Z[ recovery-image] Sep 09 20:34:53.653 INFO O| Sep 09 20:34:53.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55552024-09-09T20:34:54.409Z[ recovery-image] Sep 09 20:34:53.653 INFO O| Sep 09 20:34:53.653 INFO STEP 507 (remove_files) COMPLETE
55562024-09-09T20:34:54.432Z[ recovery-image] Sep 09 20:34:53.653 INFO O| Sep 09 20:34:53.653 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-09-09T20:34:54.432Z[ host-image] Sep 09 20:34:53.673 INFO O| Sep 09 20:34:53.673 INFO O| Planning: Checking for conflicting actions ... Done
55582024-09-09T20:34:54.433Z[ host-image] Sep 09 20:34:53.674 INFO O| Sep 09 20:34:53.674 INFO O| Planning: Consolidating action changes ... Done
55592024-09-09T20:34:54.456Z[ recovery-image] Sep 09 20:34:53.689 INFO O| Sep 09 20:34:53.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55602024-09-09T20:34:54.456Z[ recovery-image] Sep 09 20:34:53.689 INFO O| Sep 09 20:34:53.689 INFO STEP 508 (remove_files) COMPLETE
55612024-09-09T20:34:54.456Z[ recovery-image] Sep 09 20:34:53.689 INFO O| Sep 09 20:34:53.689 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-09T20:34:54.480Z[ recovery-image] Sep 09 20:34:53.711 INFO O| Sep 09 20:34:53.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55632024-09-09T20:34:54.480Z[ recovery-image] Sep 09 20:34:53.711 INFO O| Sep 09 20:34:53.711 INFO STEP 509 (remove_files) COMPLETE
55642024-09-09T20:34:54.480Z[ recovery-image] Sep 09 20:34:53.711 INFO O| Sep 09 20:34:53.711 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-09T20:34:54.504Z[ recovery-image] Sep 09 20:34:53.733 INFO O| Sep 09 20:34:53.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55662024-09-09T20:34:54.504Z[ recovery-image] Sep 09 20:34:53.733 INFO O| Sep 09 20:34:53.733 INFO STEP 510 (remove_files) COMPLETE
55672024-09-09T20:34:54.504Z[ recovery-image] Sep 09 20:34:53.733 INFO O| Sep 09 20:34:53.733 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-09-09T20:34:54.549Z[ recovery-image] Sep 09 20:34:53.793 INFO O| Sep 09 20:34:53.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55692024-09-09T20:34:54.549Z[ recovery-image] Sep 09 20:34:53.793 INFO O| Sep 09 20:34:53.793 INFO STEP 511 (remove_files) COMPLETE
55702024-09-09T20:34:54.573Z[ recovery-image] Sep 09 20:34:53.793 INFO O| Sep 09 20:34:53.793 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-09T20:34:54.608Z[ recovery-image] Sep 09 20:34:53.852 INFO O| Sep 09 20:34:53.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55722024-09-09T20:34:54.608Z[ recovery-image] Sep 09 20:34:53.852 INFO O| Sep 09 20:34:53.852 INFO STEP 512 (remove_files) COMPLETE
55732024-09-09T20:34:54.632Z[ recovery-image] Sep 09 20:34:53.852 INFO O| Sep 09 20:34:53.852 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-09T20:34:54.632Z[ recovery-image] Sep 09 20:34:53.869 INFO O| Sep 09 20:34:53.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55752024-09-09T20:34:54.632Z[ recovery-image] Sep 09 20:34:53.869 INFO O| Sep 09 20:34:53.869 INFO STEP 513 (remove_files) COMPLETE
55762024-09-09T20:34:54.632Z[ recovery-image] Sep 09 20:34:53.869 INFO O| Sep 09 20:34:53.869 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-09T20:34:54.660Z[ recovery-image] Sep 09 20:34:53.904 INFO O| Sep 09 20:34:53.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55782024-09-09T20:34:54.683Z[ recovery-image] Sep 09 20:34:53.904 INFO O| Sep 09 20:34:53.904 INFO STEP 514 (remove_files) COMPLETE
55792024-09-09T20:34:54.683Z[ recovery-image] Sep 09 20:34:53.904 INFO O| Sep 09 20:34:53.904 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-09T20:34:54.684Z[ recovery-image] Sep 09 20:34:53.923 INFO O| Sep 09 20:34:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55812024-09-09T20:34:54.684Z[ recovery-image] Sep 09 20:34:53.924 INFO O| Sep 09 20:34:53.924 INFO STEP 515 (remove_files) COMPLETE
55822024-09-09T20:34:54.684Z[ recovery-image] Sep 09 20:34:53.924 INFO O| Sep 09 20:34:53.924 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-09T20:34:54.707Z[ host-image] Sep 09 20:34:53.931 INFO O| Sep 09 20:34:53.931 INFO O| Planning: Evaluating mediators ... Done
55842024-09-09T20:34:54.707Z[ host-image] Sep 09 20:34:53.932 INFO O| Sep 09 20:34:53.932 INFO O| Planning: Planning completed in 2.96 seconds
55852024-09-09T20:34:54.707Z[ host-image] Sep 09 20:34:53.939 INFO O| Sep 09 20:34:53.939 INFO O| Packages to install: 1
55862024-09-09T20:34:54.707Z[ recovery-image] Sep 09 20:34:53.946 INFO O| Sep 09 20:34:53.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55872024-09-09T20:34:54.707Z[ recovery-image] Sep 09 20:34:53.946 INFO O| Sep 09 20:34:53.946 INFO STEP 516 (remove_files) COMPLETE
55882024-09-09T20:34:54.707Z[ recovery-image] Sep 09 20:34:53.946 INFO O| Sep 09 20:34:53.946 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-09T20:34:54.731Z[ host-image] Sep 09 20:34:53.955 INFO O| Sep 09 20:34:53.954 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
55902024-09-09T20:34:54.755Z[ recovery-image] Sep 09 20:34:53.978 INFO O| Sep 09 20:34:53.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55912024-09-09T20:34:54.755Z[ recovery-image] Sep 09 20:34:53.978 INFO O| Sep 09 20:34:53.978 INFO STEP 517 (remove_files) COMPLETE
55922024-09-09T20:34:54.755Z[ recovery-image] Sep 09 20:34:53.978 INFO O| Sep 09 20:34:53.978 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-09-09T20:34:54.803Z[ recovery-image] Sep 09 20:34:54.047 INFO O| Sep 09 20:34:54.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55942024-09-09T20:34:54.803Z[ recovery-image] Sep 09 20:34:54.047 INFO O| Sep 09 20:34:54.047 INFO STEP 518 (remove_files) COMPLETE
55952024-09-09T20:34:54.803Z[ recovery-image] Sep 09 20:34:54.047 INFO O| Sep 09 20:34:54.047 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-09-09T20:34:54.827Z[ recovery-image] Sep 09 20:34:54.064 INFO O| Sep 09 20:34:54.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55972024-09-09T20:34:54.827Z[ recovery-image] Sep 09 20:34:54.064 INFO O| Sep 09 20:34:54.064 INFO STEP 519 (remove_files) COMPLETE
55982024-09-09T20:34:54.827Z[ recovery-image] Sep 09 20:34:54.064 INFO O| Sep 09 20:34:54.064 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-09-09T20:34:54.851Z[ recovery-image] Sep 09 20:34:54.081 INFO O| Sep 09 20:34:54.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56002024-09-09T20:34:54.851Z[ recovery-image] Sep 09 20:34:54.081 INFO O| Sep 09 20:34:54.081 INFO STEP 520 (remove_files) COMPLETE
56012024-09-09T20:34:54.851Z[ recovery-image] Sep 09 20:34:54.081 INFO O| Sep 09 20:34:54.081 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-09-09T20:34:54.903Z[ recovery-image] Sep 09 20:34:54.147 INFO O| Sep 09 20:34:54.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56032024-09-09T20:34:54.926Z[ recovery-image] Sep 09 20:34:54.148 INFO O| Sep 09 20:34:54.148 INFO STEP 521 (remove_files) COMPLETE
56042024-09-09T20:34:54.926Z[ recovery-image] Sep 09 20:34:54.148 INFO O| Sep 09 20:34:54.148 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-09-09T20:34:54.951Z[ recovery-image] Sep 09 20:34:54.185 INFO O| Sep 09 20:34:54.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56062024-09-09T20:34:54.951Z[ recovery-image] Sep 09 20:34:54.185 INFO O| Sep 09 20:34:54.185 INFO STEP 522 (remove_files) COMPLETE
56072024-09-09T20:34:54.951Z[ recovery-image] Sep 09 20:34:54.185 INFO O| Sep 09 20:34:54.185 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-09-09T20:34:54.983Z[ recovery-image] Sep 09 20:34:54.227 INFO O| Sep 09 20:34:54.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56092024-09-09T20:34:54.983Z[ recovery-image] Sep 09 20:34:54.227 INFO O| Sep 09 20:34:54.227 INFO STEP 523 (remove_files) COMPLETE
56102024-09-09T20:34:55.008Z[ recovery-image] Sep 09 20:34:54.227 INFO O| Sep 09 20:34:54.227 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-09-09T20:34:55.008Z[ recovery-image] Sep 09 20:34:54.244 INFO O| Sep 09 20:34:54.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56122024-09-09T20:34:55.008Z[ recovery-image] Sep 09 20:34:54.244 INFO O| Sep 09 20:34:54.244 INFO STEP 524 (remove_files) COMPLETE
56132024-09-09T20:34:55.008Z[ recovery-image] Sep 09 20:34:54.244 INFO O| Sep 09 20:34:54.244 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-09-09T20:34:55.032Z[ recovery-image] Sep 09 20:34:54.258 INFO O| Sep 09 20:34:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56152024-09-09T20:34:55.032Z[ recovery-image] Sep 09 20:34:54.259 INFO O| Sep 09 20:34:54.259 INFO STEP 525 (remove_files) COMPLETE
56162024-09-09T20:34:55.032Z[ recovery-image] Sep 09 20:34:54.259 INFO O| Sep 09 20:34:54.259 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-09-09T20:34:55.032Z[ recovery-image] Sep 09 20:34:54.274 INFO O| Sep 09 20:34:54.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56182024-09-09T20:34:55.032Z[ recovery-image] Sep 09 20:34:54.274 INFO O| Sep 09 20:34:54.274 INFO STEP 526 (remove_files) COMPLETE
56192024-09-09T20:34:55.032Z[ recovery-image] Sep 09 20:34:54.274 INFO O| Sep 09 20:34:54.274 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-09T20:34:55.078Z[ recovery-image] Sep 09 20:34:54.322 INFO O| Sep 09 20:34:54.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56212024-09-09T20:34:55.078Z[ recovery-image] Sep 09 20:34:54.322 INFO O| Sep 09 20:34:54.322 INFO STEP 527 (remove_files) COMPLETE
56222024-09-09T20:34:55.078Z[ recovery-image] Sep 09 20:34:54.322 INFO O| Sep 09 20:34:54.322 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-09T20:34:55.103Z[ recovery-image] Sep 09 20:34:54.339 INFO O| Sep 09 20:34:54.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56242024-09-09T20:34:55.103Z[ recovery-image] Sep 09 20:34:54.339 INFO O| Sep 09 20:34:54.339 INFO STEP 528 (remove_files) COMPLETE
56252024-09-09T20:34:55.103Z[ recovery-image] Sep 09 20:34:54.339 INFO O| Sep 09 20:34:54.339 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-09T20:34:55.172Z[ recovery-image] Sep 09 20:34:54.416 INFO O| Sep 09 20:34:54.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56272024-09-09T20:34:55.173Z[ recovery-image] Sep 09 20:34:54.416 INFO O| Sep 09 20:34:54.416 INFO STEP 529 (remove_files) COMPLETE
56282024-09-09T20:34:55.196Z[ recovery-image] Sep 09 20:34:54.416 INFO O| Sep 09 20:34:54.416 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-09T20:34:55.235Z[ recovery-image] Sep 09 20:34:54.479 INFO O| Sep 09 20:34:54.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56302024-09-09T20:34:55.235Z[ recovery-image] Sep 09 20:34:54.479 INFO O| Sep 09 20:34:54.479 INFO STEP 530 (remove_files) COMPLETE
56312024-09-09T20:34:55.235Z[ recovery-image] Sep 09 20:34:54.480 INFO O| Sep 09 20:34:54.479 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-09T20:34:55.259Z[ recovery-image] Sep 09 20:34:54.499 INFO O| Sep 09 20:34:54.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56332024-09-09T20:34:55.259Z[ recovery-image] Sep 09 20:34:54.499 INFO O| Sep 09 20:34:54.499 INFO STEP 531 (remove_files) COMPLETE
56342024-09-09T20:34:55.259Z[ recovery-image] Sep 09 20:34:54.499 INFO O| Sep 09 20:34:54.499 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-09T20:34:55.284Z[ recovery-image] Sep 09 20:34:54.521 INFO O| Sep 09 20:34:54.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56362024-09-09T20:34:55.284Z[ recovery-image] Sep 09 20:34:54.521 INFO O| Sep 09 20:34:54.521 INFO STEP 532 (remove_files) COMPLETE
56372024-09-09T20:34:55.284Z[ recovery-image] Sep 09 20:34:54.521 INFO O| Sep 09 20:34:54.521 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-09-09T20:34:55.309Z[ recovery-image] Sep 09 20:34:54.542 INFO O| Sep 09 20:34:54.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56392024-09-09T20:34:55.309Z[ recovery-image] Sep 09 20:34:54.542 INFO O| Sep 09 20:34:54.542 INFO STEP 533 (remove_files) COMPLETE
56402024-09-09T20:34:55.309Z[ recovery-image] Sep 09 20:34:54.542 INFO O| Sep 09 20:34:54.542 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-09-09T20:34:55.333Z[ recovery-image] Sep 09 20:34:54.561 INFO O| Sep 09 20:34:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56422024-09-09T20:34:55.333Z[ recovery-image] Sep 09 20:34:54.561 INFO O| Sep 09 20:34:54.561 INFO STEP 534 (remove_files) COMPLETE
56432024-09-09T20:34:55.333Z[ recovery-image] Sep 09 20:34:54.561 INFO O| Sep 09 20:34:54.561 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-09-09T20:34:55.357Z[ recovery-image] Sep 09 20:34:54.581 INFO O| Sep 09 20:34:54.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56452024-09-09T20:34:55.357Z[ recovery-image] Sep 09 20:34:54.581 INFO O| Sep 09 20:34:54.581 INFO STEP 535 (remove_files) COMPLETE
56462024-09-09T20:34:55.357Z[ recovery-image] Sep 09 20:34:54.581 INFO O| Sep 09 20:34:54.581 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-09-09T20:34:55.357Z[ recovery-image] Sep 09 20:34:54.597 INFO O| Sep 09 20:34:54.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56482024-09-09T20:34:55.357Z[ recovery-image] Sep 09 20:34:54.597 INFO O| Sep 09 20:34:54.597 INFO STEP 536 (remove_files) COMPLETE
56492024-09-09T20:34:55.357Z[ recovery-image] Sep 09 20:34:54.597 INFO O| Sep 09 20:34:54.597 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-09-09T20:34:55.391Z[ recovery-image] Sep 09 20:34:54.635 INFO O| Sep 09 20:34:54.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56512024-09-09T20:34:55.391Z[ recovery-image] Sep 09 20:34:54.635 INFO O| Sep 09 20:34:54.635 INFO STEP 537 (remove_files) COMPLETE
56522024-09-09T20:34:55.391Z[ recovery-image] Sep 09 20:34:54.635 INFO O| Sep 09 20:34:54.635 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-09-09T20:34:55.427Z[ recovery-image] Sep 09 20:34:54.671 INFO O| Sep 09 20:34:54.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56542024-09-09T20:34:55.427Z[ recovery-image] Sep 09 20:34:54.671 INFO O| Sep 09 20:34:54.671 INFO STEP 538 (remove_files) COMPLETE
56552024-09-09T20:34:55.451Z[ recovery-image] Sep 09 20:34:54.671 INFO O| Sep 09 20:34:54.671 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-09-09T20:34:55.451Z[ recovery-image] Sep 09 20:34:54.692 INFO O| Sep 09 20:34:54.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56572024-09-09T20:34:55.451Z[ recovery-image] Sep 09 20:34:54.692 INFO O| Sep 09 20:34:54.692 INFO STEP 539 (remove_files) COMPLETE
56582024-09-09T20:34:55.451Z[ recovery-image] Sep 09 20:34:54.692 INFO O| Sep 09 20:34:54.692 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-09-09T20:34:55.490Z[ recovery-image] Sep 09 20:34:54.735 INFO O| Sep 09 20:34:54.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56602024-09-09T20:34:55.490Z[ recovery-image] Sep 09 20:34:54.735 INFO O| Sep 09 20:34:54.735 INFO STEP 540 (remove_files) COMPLETE
56612024-09-09T20:34:55.514Z[ recovery-image] Sep 09 20:34:54.735 INFO O| Sep 09 20:34:54.735 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-09-09T20:34:55.514Z[ recovery-image] Sep 09 20:34:54.755 INFO O| Sep 09 20:34:54.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56632024-09-09T20:34:55.514Z[ recovery-image] Sep 09 20:34:54.756 INFO O| Sep 09 20:34:54.756 INFO STEP 541 (remove_files) COMPLETE
56642024-09-09T20:34:55.514Z[ recovery-image] Sep 09 20:34:54.756 INFO O| Sep 09 20:34:54.756 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-09-09T20:34:55.548Z[ recovery-image] Sep 09 20:34:54.793 INFO O| Sep 09 20:34:54.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56662024-09-09T20:34:55.548Z[ recovery-image] Sep 09 20:34:54.793 INFO O| Sep 09 20:34:54.793 INFO STEP 542 (remove_files) COMPLETE
56672024-09-09T20:34:55.548Z[ recovery-image] Sep 09 20:34:54.793 INFO O| Sep 09 20:34:54.793 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-09-09T20:34:55.573Z[ recovery-image] Sep 09 20:34:54.810 INFO O| Sep 09 20:34:54.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56692024-09-09T20:34:55.573Z[ recovery-image] Sep 09 20:34:54.810 INFO O| Sep 09 20:34:54.810 INFO STEP 543 (remove_files) COMPLETE
56702024-09-09T20:34:55.573Z[ recovery-image] Sep 09 20:34:54.810 INFO O| Sep 09 20:34:54.810 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-09-09T20:34:55.597Z[ recovery-image] Sep 09 20:34:54.826 INFO O| Sep 09 20:34:54.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56722024-09-09T20:34:55.597Z[ recovery-image] Sep 09 20:34:54.826 INFO O| Sep 09 20:34:54.826 INFO STEP 544 (remove_files) COMPLETE
56732024-09-09T20:34:55.597Z[ recovery-image] Sep 09 20:34:54.826 INFO O| Sep 09 20:34:54.826 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-09-09T20:34:55.622Z[ recovery-image] Sep 09 20:34:54.864 INFO O| Sep 09 20:34:54.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56752024-09-09T20:34:55.622Z[ recovery-image] Sep 09 20:34:54.864 INFO O| Sep 09 20:34:54.864 INFO STEP 545 (remove_files) COMPLETE
56762024-09-09T20:34:55.622Z[ recovery-image] Sep 09 20:34:54.864 INFO O| Sep 09 20:34:54.864 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-09-09T20:34:55.673Z[ recovery-image] Sep 09 20:34:54.917 INFO O| Sep 09 20:34:54.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56782024-09-09T20:34:55.673Z[ recovery-image] Sep 09 20:34:54.917 INFO O| Sep 09 20:34:54.917 INFO STEP 546 (remove_files) COMPLETE
56792024-09-09T20:34:55.697Z[ recovery-image] Sep 09 20:34:54.917 INFO O| Sep 09 20:34:54.917 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-09-09T20:34:55.721Z[ recovery-image] Sep 09 20:34:54.957 INFO O| Sep 09 20:34:54.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56812024-09-09T20:34:55.721Z[ recovery-image] Sep 09 20:34:54.957 INFO O| Sep 09 20:34:54.957 INFO STEP 547 (remove_files) COMPLETE
56822024-09-09T20:34:55.721Z[ recovery-image] Sep 09 20:34:54.957 INFO O| Sep 09 20:34:54.957 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-09-09T20:34:55.931Z[ recovery-image] Sep 09 20:34:54.993 INFO O| Sep 09 20:34:54.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56842024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:54.993 INFO O| Sep 09 20:34:54.993 INFO STEP 548 (remove_files) COMPLETE
56852024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:54.993 INFO O| Sep 09 20:34:54.993 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.016 INFO O| Sep 09 20:34:55.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56872024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.016 INFO O| Sep 09 20:34:55.016 INFO STEP 549 (remove_files) COMPLETE
56882024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.016 INFO O| Sep 09 20:34:55.016 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.036 INFO O| Sep 09 20:34:55.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56902024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.036 INFO O| Sep 09 20:34:55.036 INFO STEP 550 (remove_files) COMPLETE
56912024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.036 INFO O| Sep 09 20:34:55.036 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.050 INFO O| Sep 09 20:34:55.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56932024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.050 INFO O| Sep 09 20:34:55.050 INFO STEP 551 (remove_files) COMPLETE
56942024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.050 INFO O| Sep 09 20:34:55.050 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.065 INFO O| Sep 09 20:34:55.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56962024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.065 INFO O| Sep 09 20:34:55.065 INFO STEP 552 (remove_files) COMPLETE
56972024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.065 INFO O| Sep 09 20:34:55.065 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.106 INFO O| Sep 09 20:34:55.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56992024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.106 INFO O| Sep 09 20:34:55.106 INFO STEP 553 (remove_files) COMPLETE
57002024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.106 INFO O| Sep 09 20:34:55.106 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.178 INFO O| Sep 09 20:34:55.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57022024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.187 INFO O| Sep 09 20:34:55.187 INFO STEP 554 (remove_files) COMPLETE
57032024-09-09T20:34:55.955Z[ recovery-image] Sep 09 20:34:55.187 INFO O| Sep 09 20:34:55.187 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-09-09T20:34:55.979Z[ recovery-image] Sep 09 20:34:55.212 INFO O| Sep 09 20:34:55.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57052024-09-09T20:34:55.979Z[ recovery-image] Sep 09 20:34:55.213 INFO O| Sep 09 20:34:55.213 INFO STEP 555 (remove_files) COMPLETE
57062024-09-09T20:34:55.980Z[ recovery-image] Sep 09 20:34:55.213 INFO O| Sep 09 20:34:55.213 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-09-09T20:34:56.003Z[ recovery-image] Sep 09 20:34:55.247 INFO O| Sep 09 20:34:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57082024-09-09T20:34:56.003Z[ recovery-image] Sep 09 20:34:55.247 INFO O| Sep 09 20:34:55.247 INFO STEP 556 (remove_files) COMPLETE
57092024-09-09T20:34:56.027Z[ recovery-image] Sep 09 20:34:55.247 INFO O| Sep 09 20:34:55.247 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-09-09T20:34:56.056Z[ recovery-image] Sep 09 20:34:55.300 INFO O| Sep 09 20:34:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57112024-09-09T20:34:56.056Z[ recovery-image] Sep 09 20:34:55.300 INFO O| Sep 09 20:34:55.300 INFO STEP 557 (remove_files) COMPLETE
57122024-09-09T20:34:56.056Z[ recovery-image] Sep 09 20:34:55.300 INFO O| Sep 09 20:34:55.300 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-09-09T20:34:56.080Z[ host-image] Sep 09 20:34:55.323 INFO O| Sep 09 20:34:55.322 INFO O| Download: Completed 20.80 MB in 1.37 seconds (15.2M/s)
57142024-09-09T20:34:56.080Z[ recovery-image] Sep 09 20:34:55.323 INFO O| Sep 09 20:34:55.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57152024-09-09T20:34:56.080Z[ recovery-image] Sep 09 20:34:55.324 INFO O| Sep 09 20:34:55.323 INFO STEP 558 (remove_files) COMPLETE
57162024-09-09T20:34:56.080Z[ recovery-image] Sep 09 20:34:55.324 INFO O| Sep 09 20:34:55.324 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-09-09T20:34:56.104Z[ recovery-image] Sep 09 20:34:55.344 INFO O| Sep 09 20:34:55.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57182024-09-09T20:34:56.104Z[ recovery-image] Sep 09 20:34:55.344 INFO O| Sep 09 20:34:55.344 INFO STEP 559 (remove_files) COMPLETE
57192024-09-09T20:34:56.104Z[ recovery-image] Sep 09 20:34:55.344 INFO O| Sep 09 20:34:55.344 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-09-09T20:34:56.138Z[ recovery-image] Sep 09 20:34:55.382 INFO O| Sep 09 20:34:55.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57212024-09-09T20:34:56.138Z[ recovery-image] Sep 09 20:34:55.383 INFO O| Sep 09 20:34:55.383 INFO STEP 560 (remove_files) COMPLETE
57222024-09-09T20:34:56.162Z[ recovery-image] Sep 09 20:34:55.383 INFO O| Sep 09 20:34:55.383 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-09-09T20:34:56.223Z[ recovery-image] Sep 09 20:34:55.467 INFO O| Sep 09 20:34:55.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57242024-09-09T20:34:56.223Z[ recovery-image] Sep 09 20:34:55.467 INFO O| Sep 09 20:34:55.467 INFO STEP 561 (remove_files) COMPLETE
57252024-09-09T20:34:56.247Z[ recovery-image] Sep 09 20:34:55.467 INFO O| Sep 09 20:34:55.467 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-09T20:34:56.247Z[ recovery-image] Sep 09 20:34:55.486 INFO O| Sep 09 20:34:55.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57272024-09-09T20:34:56.247Z[ recovery-image] Sep 09 20:34:55.487 INFO O| Sep 09 20:34:55.486 INFO STEP 562 (remove_files) COMPLETE
57282024-09-09T20:34:56.247Z[ recovery-image] Sep 09 20:34:55.487 INFO O| Sep 09 20:34:55.487 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-09T20:34:56.271Z[ host-image] Sep 09 20:34:55.497 INFO O| Sep 09 20:34:55.497 INFO O| Actions: 1/22 actions (Installing new actions)
57302024-09-09T20:34:56.271Z[ recovery-image] Sep 09 20:34:55.506 INFO O| Sep 09 20:34:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57312024-09-09T20:34:56.271Z[ recovery-image] Sep 09 20:34:55.506 INFO O| Sep 09 20:34:55.506 INFO STEP 563 (remove_files) COMPLETE
57322024-09-09T20:34:56.271Z[ recovery-image] Sep 09 20:34:55.506 INFO O| Sep 09 20:34:55.506 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-09T20:34:56.324Z[ recovery-image] Sep 09 20:34:55.568 INFO O| Sep 09 20:34:55.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57342024-09-09T20:34:56.324Z[ recovery-image] Sep 09 20:34:55.568 INFO O| Sep 09 20:34:55.568 INFO STEP 564 (remove_files) COMPLETE
57352024-09-09T20:34:56.324Z[ recovery-image] Sep 09 20:34:55.568 INFO O| Sep 09 20:34:55.568 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-09T20:34:56.362Z[ recovery-image] Sep 09 20:34:55.606 INFO O| Sep 09 20:34:55.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57372024-09-09T20:34:56.362Z[ recovery-image] Sep 09 20:34:55.606 INFO O| Sep 09 20:34:55.606 INFO STEP 565 (remove_files) COMPLETE
57382024-09-09T20:34:56.362Z[ recovery-image] Sep 09 20:34:55.606 INFO O| Sep 09 20:34:55.606 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-09T20:34:56.428Z[ recovery-image] Sep 09 20:34:55.672 INFO O| Sep 09 20:34:55.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57402024-09-09T20:34:56.428Z[ recovery-image] Sep 09 20:34:55.673 INFO O| Sep 09 20:34:55.672 INFO STEP 566 (remove_files) COMPLETE
57412024-09-09T20:34:56.428Z[ recovery-image] Sep 09 20:34:55.673 INFO O| Sep 09 20:34:55.673 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-09T20:34:56.452Z[ recovery-image] Sep 09 20:34:55.694 INFO O| Sep 09 20:34:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57432024-09-09T20:34:56.452Z[ recovery-image] Sep 09 20:34:55.694 INFO O| Sep 09 20:34:55.694 INFO STEP 567 (remove_files) COMPLETE
57442024-09-09T20:34:56.452Z[ recovery-image] Sep 09 20:34:55.694 INFO O| Sep 09 20:34:55.694 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-09T20:34:56.477Z[ recovery-image] Sep 09 20:34:55.716 INFO O| Sep 09 20:34:55.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57462024-09-09T20:34:56.477Z[ recovery-image] Sep 09 20:34:55.716 INFO O| Sep 09 20:34:55.716 INFO STEP 568 (remove_files) COMPLETE
57472024-09-09T20:34:56.477Z[ recovery-image] Sep 09 20:34:55.716 INFO O| Sep 09 20:34:55.716 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-09T20:34:56.501Z[ recovery-image] Sep 09 20:34:55.734 INFO O| Sep 09 20:34:55.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57492024-09-09T20:34:56.501Z[ recovery-image] Sep 09 20:34:55.734 INFO O| Sep 09 20:34:55.734 INFO STEP 569 (remove_files) COMPLETE
57502024-09-09T20:34:56.501Z[ recovery-image] Sep 09 20:34:55.734 INFO O| Sep 09 20:34:55.734 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-09T20:34:56.532Z[ recovery-image] Sep 09 20:34:55.776 INFO O| Sep 09 20:34:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57522024-09-09T20:34:56.532Z[ recovery-image] Sep 09 20:34:55.776 INFO O| Sep 09 20:34:55.776 INFO STEP 570 (remove_files) COMPLETE
57532024-09-09T20:34:56.556Z[ recovery-image] Sep 09 20:34:55.776 INFO O| Sep 09 20:34:55.776 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-09-09T20:34:56.556Z[ recovery-image] Sep 09 20:34:55.798 INFO O| Sep 09 20:34:55.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57552024-09-09T20:34:56.556Z[ recovery-image] Sep 09 20:34:55.798 INFO O| Sep 09 20:34:55.798 INFO STEP 571 (remove_files) COMPLETE
57562024-09-09T20:34:56.556Z[ recovery-image] Sep 09 20:34:55.798 INFO O| Sep 09 20:34:55.798 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-09-09T20:34:56.580Z[ recovery-image] Sep 09 20:34:55.816 INFO O| Sep 09 20:34:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57582024-09-09T20:34:56.580Z[ recovery-image] Sep 09 20:34:55.816 INFO O| Sep 09 20:34:55.816 INFO STEP 572 (remove_files) COMPLETE
57592024-09-09T20:34:56.580Z[ recovery-image] Sep 09 20:34:55.817 INFO O| Sep 09 20:34:55.816 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-09-09T20:34:56.635Z[ recovery-image] Sep 09 20:34:55.880 INFO O| Sep 09 20:34:55.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57612024-09-09T20:34:56.635Z[ recovery-image] Sep 09 20:34:55.880 INFO O| Sep 09 20:34:55.880 INFO STEP 573 (remove_files) COMPLETE
57622024-09-09T20:34:56.659Z[ recovery-image] Sep 09 20:34:55.880 INFO O| Sep 09 20:34:55.880 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-09T20:34:56.659Z[ recovery-image] Sep 09 20:34:55.896 INFO O| Sep 09 20:34:55.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57642024-09-09T20:34:56.659Z[ recovery-image] Sep 09 20:34:55.896 INFO O| Sep 09 20:34:55.896 INFO STEP 574 (remove_files) COMPLETE
57652024-09-09T20:34:56.659Z[ recovery-image] Sep 09 20:34:55.896 INFO O| Sep 09 20:34:55.896 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-09T20:34:56.713Z[ recovery-image] Sep 09 20:34:55.957 INFO O| Sep 09 20:34:55.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57672024-09-09T20:34:56.713Z[ recovery-image] Sep 09 20:34:55.957 INFO O| Sep 09 20:34:55.957 INFO STEP 575 (remove_files) COMPLETE
57682024-09-09T20:34:56.713Z[ recovery-image] Sep 09 20:34:55.957 INFO O| Sep 09 20:34:55.957 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-09-09T20:34:56.737Z[ recovery-image] Sep 09 20:34:55.978 INFO O| Sep 09 20:34:55.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57702024-09-09T20:34:56.737Z[ recovery-image] Sep 09 20:34:55.978 INFO O| Sep 09 20:34:55.978 INFO STEP 576 (remove_files) COMPLETE
57712024-09-09T20:34:56.737Z[ recovery-image] Sep 09 20:34:55.978 INFO O| Sep 09 20:34:55.978 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-09T20:34:56.761Z[ recovery-image] Sep 09 20:34:55.999 INFO O| Sep 09 20:34:55.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57732024-09-09T20:34:56.761Z[ recovery-image] Sep 09 20:34:55.999 INFO O| Sep 09 20:34:55.999 INFO STEP 577 (remove_files) COMPLETE
57742024-09-09T20:34:56.761Z[ recovery-image] Sep 09 20:34:55.999 INFO O| Sep 09 20:34:55.999 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-09T20:34:56.785Z[ recovery-image] Sep 09 20:34:56.017 INFO O| Sep 09 20:34:56.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57762024-09-09T20:34:56.785Z[ recovery-image] Sep 09 20:34:56.017 INFO O| Sep 09 20:34:56.017 INFO STEP 578 (remove_files) COMPLETE
57772024-09-09T20:34:56.786Z[ recovery-image] Sep 09 20:34:56.017 INFO O| Sep 09 20:34:56.017 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-09T20:34:56.810Z[ recovery-image] Sep 09 20:34:56.035 INFO O| Sep 09 20:34:56.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57792024-09-09T20:34:56.810Z[ recovery-image] Sep 09 20:34:56.036 INFO O| Sep 09 20:34:56.036 INFO STEP 579 (remove_files) COMPLETE
57802024-09-09T20:34:56.810Z[ recovery-image] Sep 09 20:34:56.036 INFO O| Sep 09 20:34:56.036 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-09T20:34:56.834Z[ recovery-image] Sep 09 20:34:56.055 INFO O| Sep 09 20:34:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57822024-09-09T20:34:56.834Z[ recovery-image] Sep 09 20:34:56.055 INFO O| Sep 09 20:34:56.055 INFO STEP 580 (remove_files) COMPLETE
57832024-09-09T20:34:56.834Z[ recovery-image] Sep 09 20:34:56.055 INFO O| Sep 09 20:34:56.055 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-09-09T20:34:56.834Z[ recovery-image] Sep 09 20:34:56.072 INFO O| Sep 09 20:34:56.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57852024-09-09T20:34:56.834Z[ recovery-image] Sep 09 20:34:56.072 INFO O| Sep 09 20:34:56.072 INFO STEP 581 (remove_files) COMPLETE
57862024-09-09T20:34:56.834Z[ recovery-image] Sep 09 20:34:56.072 INFO O| Sep 09 20:34:56.072 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-09-09T20:34:56.858Z[ recovery-image] Sep 09 20:34:56.090 INFO O| Sep 09 20:34:56.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57882024-09-09T20:34:56.858Z[ recovery-image] Sep 09 20:34:56.091 INFO O| Sep 09 20:34:56.090 INFO STEP 582 (remove_files) COMPLETE
57892024-09-09T20:34:56.858Z[ recovery-image] Sep 09 20:34:56.091 INFO O| Sep 09 20:34:56.090 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-09-09T20:34:56.882Z[ recovery-image] Sep 09 20:34:56.111 INFO O| Sep 09 20:34:56.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57912024-09-09T20:34:56.882Z[ recovery-image] Sep 09 20:34:56.111 INFO O| Sep 09 20:34:56.111 INFO STEP 583 (remove_files) COMPLETE
57922024-09-09T20:34:56.882Z[ recovery-image] Sep 09 20:34:56.111 INFO O| Sep 09 20:34:56.111 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-09-09T20:34:56.905Z[ recovery-image] Sep 09 20:34:56.129 INFO O| Sep 09 20:34:56.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57942024-09-09T20:34:56.906Z[ recovery-image] Sep 09 20:34:56.129 INFO O| Sep 09 20:34:56.129 INFO STEP 584 (remove_files) COMPLETE
57952024-09-09T20:34:56.906Z[ recovery-image] Sep 09 20:34:56.129 INFO O| Sep 09 20:34:56.129 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-09-09T20:34:56.906Z[ recovery-image] Sep 09 20:34:56.147 INFO O| Sep 09 20:34:56.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57972024-09-09T20:34:56.906Z[ recovery-image] Sep 09 20:34:56.148 INFO O| Sep 09 20:34:56.148 INFO STEP 585 (remove_files) COMPLETE
57982024-09-09T20:34:56.906Z[ recovery-image] Sep 09 20:34:56.148 INFO O| Sep 09 20:34:56.148 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-09-09T20:34:56.977Z[ recovery-image] Sep 09 20:34:56.222 INFO O| Sep 09 20:34:56.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58002024-09-09T20:34:56.977Z[ recovery-image] Sep 09 20:34:56.222 INFO O| Sep 09 20:34:56.222 INFO STEP 586 (remove_files) COMPLETE
58012024-09-09T20:34:57.001Z[ recovery-image] Sep 09 20:34:56.222 INFO O| Sep 09 20:34:56.222 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-09-09T20:34:57.001Z[ recovery-image] Sep 09 20:34:56.244 INFO O| Sep 09 20:34:56.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58032024-09-09T20:34:57.001Z[ recovery-image] Sep 09 20:34:56.244 INFO O| Sep 09 20:34:56.244 INFO STEP 587 (remove_files) COMPLETE
58042024-09-09T20:34:57.001Z[ recovery-image] Sep 09 20:34:56.244 INFO O| Sep 09 20:34:56.244 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-09-09T20:34:57.025Z[ host-image] Sep 09 20:34:56.260 INFO O| Sep 09 20:34:56.260 INFO O| Actions: Completed 22 actions in 0.76 seconds.
58062024-09-09T20:34:57.050Z[ recovery-image] Sep 09 20:34:56.272 INFO O| Sep 09 20:34:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58072024-09-09T20:34:57.050Z[ recovery-image] Sep 09 20:34:56.272 INFO O| Sep 09 20:34:56.272 INFO STEP 588 (remove_files) COMPLETE
58082024-09-09T20:34:57.050Z[ recovery-image] Sep 09 20:34:56.272 INFO O| Sep 09 20:34:56.272 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-09T20:34:57.050Z[ recovery-image] Sep 09 20:34:56.293 INFO O| Sep 09 20:34:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58102024-09-09T20:34:57.050Z[ recovery-image] Sep 09 20:34:56.293 INFO O| Sep 09 20:34:56.293 INFO STEP 589 (remove_files) COMPLETE
58112024-09-09T20:34:57.050Z[ recovery-image] Sep 09 20:34:56.293 INFO O| Sep 09 20:34:56.293 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-09T20:34:57.087Z[ recovery-image] Sep 09 20:34:56.331 INFO O| Sep 09 20:34:56.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58132024-09-09T20:34:57.087Z[ recovery-image] Sep 09 20:34:56.331 INFO O| Sep 09 20:34:56.331 INFO STEP 590 (remove_files) COMPLETE
58142024-09-09T20:34:57.111Z[ recovery-image] Sep 09 20:34:56.331 INFO O| Sep 09 20:34:56.331 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-09T20:34:57.135Z[ recovery-image] Sep 09 20:34:56.357 INFO O| Sep 09 20:34:56.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58162024-09-09T20:34:57.135Z[ recovery-image] Sep 09 20:34:56.357 INFO O| Sep 09 20:34:56.357 INFO STEP 591 (remove_files) COMPLETE
58172024-09-09T20:34:57.135Z[ recovery-image] Sep 09 20:34:56.357 INFO O| Sep 09 20:34:56.357 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-09T20:34:57.135Z[ recovery-image] Sep 09 20:34:56.375 INFO O| Sep 09 20:34:56.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58192024-09-09T20:34:57.135Z[ recovery-image] Sep 09 20:34:56.375 INFO O| Sep 09 20:34:56.375 INFO STEP 592 (remove_files) COMPLETE
58202024-09-09T20:34:57.135Z[ recovery-image] Sep 09 20:34:56.375 INFO O| Sep 09 20:34:56.375 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-09T20:34:57.168Z[ recovery-image] Sep 09 20:34:56.413 INFO O| Sep 09 20:34:56.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58222024-09-09T20:34:57.192Z[ recovery-image] Sep 09 20:34:56.413 INFO O| Sep 09 20:34:56.413 INFO STEP 593 (remove_files) COMPLETE
58232024-09-09T20:34:57.192Z[ recovery-image] Sep 09 20:34:56.413 INFO O| Sep 09 20:34:56.413 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-09T20:34:57.216Z[ recovery-image] Sep 09 20:34:56.451 INFO O| Sep 09 20:34:56.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58252024-09-09T20:34:57.216Z[ recovery-image] Sep 09 20:34:56.452 INFO O| Sep 09 20:34:56.452 INFO STEP 594 (remove_files) COMPLETE
58262024-09-09T20:34:57.216Z[ recovery-image] Sep 09 20:34:56.452 INFO O| Sep 09 20:34:56.452 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-09T20:34:57.240Z[ recovery-image] Sep 09 20:34:56.466 INFO O| Sep 09 20:34:56.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58282024-09-09T20:34:57.240Z[ recovery-image] Sep 09 20:34:56.466 INFO O| Sep 09 20:34:56.466 INFO STEP 595 (remove_files) COMPLETE
58292024-09-09T20:34:57.240Z[ recovery-image] Sep 09 20:34:56.466 INFO O| Sep 09 20:34:56.466 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-09-09T20:34:57.297Z[ recovery-image] Sep 09 20:34:56.541 INFO O| Sep 09 20:34:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58312024-09-09T20:34:57.297Z[ recovery-image] Sep 09 20:34:56.541 INFO O| Sep 09 20:34:56.541 INFO STEP 596 (remove_files) COMPLETE
58322024-09-09T20:34:57.320Z[ recovery-image] Sep 09 20:34:56.541 INFO O| Sep 09 20:34:56.541 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-09-09T20:34:57.320Z[ recovery-image] Sep 09 20:34:56.563 INFO O| Sep 09 20:34:56.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58342024-09-09T20:34:57.320Z[ recovery-image] Sep 09 20:34:56.563 INFO O| Sep 09 20:34:56.563 INFO STEP 597 (remove_files) COMPLETE
58352024-09-09T20:34:57.320Z[ recovery-image] Sep 09 20:34:56.563 INFO O| Sep 09 20:34:56.563 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-09-09T20:34:57.344Z[ recovery-image] Sep 09 20:34:56.588 INFO O| Sep 09 20:34:56.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58372024-09-09T20:34:57.344Z[ recovery-image] Sep 09 20:34:56.588 INFO O| Sep 09 20:34:56.588 INFO STEP 598 (remove_files) COMPLETE
58382024-09-09T20:34:57.344Z[ recovery-image] Sep 09 20:34:56.588 INFO O| Sep 09 20:34:56.588 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-09-09T20:34:57.368Z[ recovery-image] Sep 09 20:34:56.605 INFO O| Sep 09 20:34:56.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58402024-09-09T20:34:57.368Z[ recovery-image] Sep 09 20:34:56.605 INFO O| Sep 09 20:34:56.605 INFO STEP 599 (remove_files) COMPLETE
58412024-09-09T20:34:57.368Z[ recovery-image] Sep 09 20:34:56.605 INFO O| Sep 09 20:34:56.605 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-09T20:34:57.392Z[ host-image] Sep 09 20:34:56.620 INFO O| Sep 09 20:34:56.620 INFO O| Done
58432024-09-09T20:34:57.392Z[ host-image] Sep 09 20:34:56.620 INFO O| Sep 09 20:34:56.620 INFO O| Done
58442024-09-09T20:34:57.416Z[ recovery-image] Sep 09 20:34:56.652 INFO O| Sep 09 20:34:56.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58452024-09-09T20:34:57.416Z[ recovery-image] Sep 09 20:34:56.652 INFO O| Sep 09 20:34:56.652 INFO STEP 600 (remove_files) COMPLETE
58462024-09-09T20:34:57.416Z[ recovery-image] Sep 09 20:34:56.652 INFO O| Sep 09 20:34:56.652 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-09-09T20:34:57.440Z[ recovery-image] Sep 09 20:34:56.684 INFO O| Sep 09 20:34:56.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58482024-09-09T20:34:57.440Z[ recovery-image] Sep 09 20:34:56.684 INFO O| Sep 09 20:34:56.684 INFO STEP 601 (remove_files) COMPLETE
58492024-09-09T20:34:57.464Z[ recovery-image] Sep 09 20:34:56.684 INFO O| Sep 09 20:34:56.684 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-09-09T20:34:57.488Z[ recovery-image] Sep 09 20:34:56.713 INFO O| Sep 09 20:34:56.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58512024-09-09T20:34:57.488Z[ recovery-image] Sep 09 20:34:56.713 INFO O| Sep 09 20:34:56.713 INFO STEP 602 (remove_files) COMPLETE
58522024-09-09T20:34:57.488Z[ recovery-image] Sep 09 20:34:56.713 INFO O| Sep 09 20:34:56.713 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-09-09T20:34:57.511Z[ recovery-image] Sep 09 20:34:56.756 INFO O| Sep 09 20:34:56.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58542024-09-09T20:34:57.511Z[ recovery-image] Sep 09 20:34:56.756 INFO O| Sep 09 20:34:56.756 INFO STEP 603 (remove_files) COMPLETE
58552024-09-09T20:34:57.535Z[ recovery-image] Sep 09 20:34:56.756 INFO O| Sep 09 20:34:56.756 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-09-09T20:34:57.535Z[ recovery-image] Sep 09 20:34:56.778 INFO O| Sep 09 20:34:56.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58572024-09-09T20:34:57.535Z[ recovery-image] Sep 09 20:34:56.778 INFO O| Sep 09 20:34:56.778 INFO STEP 604 (remove_files) COMPLETE
58582024-09-09T20:34:57.535Z[ recovery-image] Sep 09 20:34:56.778 INFO O| Sep 09 20:34:56.778 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-09-09T20:34:57.560Z[ recovery-image] Sep 09 20:34:56.793 INFO O| Sep 09 20:34:56.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58602024-09-09T20:34:57.560Z[ recovery-image] Sep 09 20:34:56.794 INFO O| Sep 09 20:34:56.793 INFO STEP 605 (remove_files) COMPLETE
58612024-09-09T20:34:57.560Z[ recovery-image] Sep 09 20:34:56.794 INFO O| Sep 09 20:34:56.794 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-09-09T20:34:57.583Z[ recovery-image] Sep 09 20:34:56.807 INFO O| Sep 09 20:34:56.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58632024-09-09T20:34:57.584Z[ recovery-image] Sep 09 20:34:56.807 INFO O| Sep 09 20:34:56.807 INFO STEP 606 (remove_files) COMPLETE
58642024-09-09T20:34:57.584Z[ recovery-image] Sep 09 20:34:56.807 INFO O| Sep 09 20:34:56.807 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-09-09T20:34:57.584Z[ recovery-image] Sep 09 20:34:56.822 INFO O| Sep 09 20:34:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58662024-09-09T20:34:57.584Z[ recovery-image] Sep 09 20:34:56.822 INFO O| Sep 09 20:34:56.822 INFO STEP 607 (remove_files) COMPLETE
58672024-09-09T20:34:57.584Z[ recovery-image] Sep 09 20:34:56.822 INFO O| Sep 09 20:34:56.822 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-09-09T20:34:57.607Z[ recovery-image] Sep 09 20:34:56.837 INFO O| Sep 09 20:34:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58692024-09-09T20:34:57.607Z[ recovery-image] Sep 09 20:34:56.837 INFO O| Sep 09 20:34:56.837 INFO STEP 608 (remove_files) COMPLETE
58702024-09-09T20:34:57.607Z[ recovery-image] Sep 09 20:34:56.837 INFO O| Sep 09 20:34:56.837 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-09-09T20:34:57.631Z[ recovery-image] Sep 09 20:34:56.852 INFO O| Sep 09 20:34:56.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58722024-09-09T20:34:57.631Z[ recovery-image] Sep 09 20:34:56.852 INFO O| Sep 09 20:34:56.852 INFO STEP 609 (remove_files) COMPLETE
58732024-09-09T20:34:57.631Z[ recovery-image] Sep 09 20:34:56.852 INFO O| Sep 09 20:34:56.852 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-09-09T20:34:57.655Z[ recovery-image] Sep 09 20:34:56.879 INFO O| Sep 09 20:34:56.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58752024-09-09T20:34:57.655Z[ recovery-image] Sep 09 20:34:56.879 INFO O| Sep 09 20:34:56.879 INFO STEP 610 (remove_files) COMPLETE
58762024-09-09T20:34:57.655Z[ recovery-image] Sep 09 20:34:56.879 INFO O| Sep 09 20:34:56.879 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-09-09T20:34:57.679Z[ recovery-image] Sep 09 20:34:56.918 INFO O| Sep 09 20:34:56.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58782024-09-09T20:34:57.679Z[ recovery-image] Sep 09 20:34:56.918 INFO O| Sep 09 20:34:56.918 INFO STEP 611 (remove_files) COMPLETE
58792024-09-09T20:34:57.679Z[ recovery-image] Sep 09 20:34:56.918 INFO O| Sep 09 20:34:56.918 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-09-09T20:34:57.714Z[ recovery-image] Sep 09 20:34:56.958 INFO O| Sep 09 20:34:56.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58812024-09-09T20:34:57.714Z[ recovery-image] Sep 09 20:34:56.959 INFO O| Sep 09 20:34:56.958 INFO STEP 612 (remove_files) COMPLETE
58822024-09-09T20:34:57.714Z[ recovery-image] Sep 09 20:34:56.959 INFO O| Sep 09 20:34:56.959 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-09-09T20:34:57.749Z[ recovery-image] Sep 09 20:34:56.994 INFO O| Sep 09 20:34:56.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58842024-09-09T20:34:57.749Z[ recovery-image] Sep 09 20:34:56.994 INFO O| Sep 09 20:34:56.994 INFO STEP 613 (remove_files) COMPLETE
58852024-09-09T20:34:57.773Z[ recovery-image] Sep 09 20:34:56.994 INFO O| Sep 09 20:34:56.994 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-09-09T20:34:57.797Z[ recovery-image] Sep 09 20:34:57.019 INFO O| Sep 09 20:34:57.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58872024-09-09T20:34:57.797Z[ recovery-image] Sep 09 20:34:57.019 INFO O| Sep 09 20:34:57.019 INFO STEP 614 (remove_files) COMPLETE
58882024-09-09T20:34:57.797Z[ recovery-image] Sep 09 20:34:57.019 INFO O| Sep 09 20:34:57.019 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-09-09T20:34:57.797Z[ recovery-image] Sep 09 20:34:57.036 INFO O| Sep 09 20:34:57.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58902024-09-09T20:34:57.797Z[ recovery-image] Sep 09 20:34:57.036 INFO O| Sep 09 20:34:57.036 INFO STEP 615 (remove_files) COMPLETE
58912024-09-09T20:34:57.797Z[ recovery-image] Sep 09 20:34:57.036 INFO O| Sep 09 20:34:57.036 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-09-09T20:34:57.821Z[ recovery-image] Sep 09 20:34:57.052 INFO O| Sep 09 20:34:57.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58932024-09-09T20:34:57.821Z[ recovery-image] Sep 09 20:34:57.052 INFO O| Sep 09 20:34:57.052 INFO STEP 616 (remove_files) COMPLETE
58942024-09-09T20:34:57.821Z[ recovery-image] Sep 09 20:34:57.052 INFO O| Sep 09 20:34:57.052 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-09-09T20:34:57.845Z[ recovery-image] Sep 09 20:34:57.067 INFO O| Sep 09 20:34:57.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58962024-09-09T20:34:57.845Z[ recovery-image] Sep 09 20:34:57.067 INFO O| Sep 09 20:34:57.067 INFO STEP 617 (remove_files) COMPLETE
58972024-09-09T20:34:57.845Z[ recovery-image] Sep 09 20:34:57.067 INFO O| Sep 09 20:34:57.067 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-09-09T20:34:57.845Z[ host-image] Sep 09 20:34:57.068 INFO O| Sep 09 20:34:57.068 INFO O| Done
58992024-09-09T20:34:57.845Z[ recovery-image] Sep 09 20:34:57.081 INFO O| Sep 09 20:34:57.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59002024-09-09T20:34:57.845Z[ recovery-image] Sep 09 20:34:57.081 INFO O| Sep 09 20:34:57.081 INFO STEP 618 (remove_files) COMPLETE
59012024-09-09T20:34:57.845Z[ recovery-image] Sep 09 20:34:57.081 INFO O| Sep 09 20:34:57.081 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-09-09T20:34:57.869Z[ recovery-image] Sep 09 20:34:57.099 INFO O| Sep 09 20:34:57.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59032024-09-09T20:34:57.869Z[ recovery-image] Sep 09 20:34:57.099 INFO O| Sep 09 20:34:57.099 INFO STEP 619 (remove_files) COMPLETE
59042024-09-09T20:34:57.869Z[ recovery-image] Sep 09 20:34:57.099 INFO O| Sep 09 20:34:57.099 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-09-09T20:34:57.895Z[ recovery-image] Sep 09 20:34:57.115 INFO O| Sep 09 20:34:57.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59062024-09-09T20:34:57.895Z[ recovery-image] Sep 09 20:34:57.115 INFO O| Sep 09 20:34:57.115 INFO STEP 620 (remove_files) COMPLETE
59072024-09-09T20:34:57.895Z[ recovery-image] Sep 09 20:34:57.115 INFO O| Sep 09 20:34:57.115 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-09-09T20:34:57.895Z[ recovery-image] Sep 09 20:34:57.130 INFO O| Sep 09 20:34:57.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59092024-09-09T20:34:57.895Z[ recovery-image] Sep 09 20:34:57.131 INFO O| Sep 09 20:34:57.131 INFO STEP 621 (remove_files) COMPLETE
59102024-09-09T20:34:57.895Z[ recovery-image] Sep 09 20:34:57.131 INFO O| Sep 09 20:34:57.131 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-09-09T20:34:57.919Z[ recovery-image] Sep 09 20:34:57.146 INFO O| Sep 09 20:34:57.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59122024-09-09T20:34:57.919Z[ recovery-image] Sep 09 20:34:57.146 INFO O| Sep 09 20:34:57.146 INFO STEP 622 (remove_files) COMPLETE
59132024-09-09T20:34:57.919Z[ recovery-image] Sep 09 20:34:57.146 INFO O| Sep 09 20:34:57.146 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-09-09T20:34:57.919Z[ recovery-image] Sep 09 20:34:57.161 INFO O| Sep 09 20:34:57.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59152024-09-09T20:34:57.919Z[ recovery-image] Sep 09 20:34:57.161 INFO O| Sep 09 20:34:57.161 INFO STEP 623 (remove_files) COMPLETE
59162024-09-09T20:34:57.919Z[ recovery-image] Sep 09 20:34:57.161 INFO O| Sep 09 20:34:57.161 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-09T20:34:57.943Z[ recovery-image] Sep 09 20:34:57.178 INFO O| Sep 09 20:34:57.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59182024-09-09T20:34:57.943Z[ recovery-image] Sep 09 20:34:57.178 INFO O| Sep 09 20:34:57.178 INFO STEP 624 (remove_files) COMPLETE
59192024-09-09T20:34:57.943Z[ recovery-image] Sep 09 20:34:57.178 INFO O| Sep 09 20:34:57.178 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-09-09T20:34:57.968Z[ recovery-image] Sep 09 20:34:57.195 INFO O| Sep 09 20:34:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59212024-09-09T20:34:57.968Z[ recovery-image] Sep 09 20:34:57.195 INFO O| Sep 09 20:34:57.195 INFO STEP 625 (remove_files) COMPLETE
59222024-09-09T20:34:57.968Z[ recovery-image] Sep 09 20:34:57.195 INFO O| Sep 09 20:34:57.195 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-09-09T20:34:57.992Z[ recovery-image] Sep 09 20:34:57.217 INFO O| Sep 09 20:34:57.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59242024-09-09T20:34:57.992Z[ recovery-image] Sep 09 20:34:57.217 INFO O| Sep 09 20:34:57.217 INFO STEP 626 (remove_files) COMPLETE
59252024-09-09T20:34:57.992Z[ recovery-image] Sep 09 20:34:57.217 INFO O| Sep 09 20:34:57.217 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-09-09T20:34:58.030Z[ recovery-image] Sep 09 20:34:57.274 INFO O| Sep 09 20:34:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59272024-09-09T20:34:58.054Z[ recovery-image] Sep 09 20:34:57.274 INFO O| Sep 09 20:34:57.274 INFO STEP 627 (remove_files) COMPLETE
59282024-09-09T20:34:58.054Z[ recovery-image] Sep 09 20:34:57.274 INFO O| Sep 09 20:34:57.274 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-09T20:34:58.090Z[ recovery-image] Sep 09 20:34:57.335 INFO O| Sep 09 20:34:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59302024-09-09T20:34:58.090Z[ recovery-image] Sep 09 20:34:57.335 INFO O| Sep 09 20:34:57.335 INFO STEP 628 (remove_files) COMPLETE
59312024-09-09T20:34:58.114Z[ recovery-image] Sep 09 20:34:57.335 INFO O| Sep 09 20:34:57.335 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-09-09T20:34:58.114Z[ recovery-image] Sep 09 20:34:57.352 INFO O| Sep 09 20:34:57.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59332024-09-09T20:34:58.114Z[ recovery-image] Sep 09 20:34:57.352 INFO O| Sep 09 20:34:57.352 INFO STEP 629 (remove_files) COMPLETE
59342024-09-09T20:34:58.114Z[ recovery-image] Sep 09 20:34:57.353 INFO O| Sep 09 20:34:57.353 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-09T20:34:58.138Z[ recovery-image] Sep 09 20:34:57.368 INFO O| Sep 09 20:34:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59362024-09-09T20:34:58.138Z[ recovery-image] Sep 09 20:34:57.368 INFO O| Sep 09 20:34:57.368 INFO STEP 630 (remove_files) COMPLETE
59372024-09-09T20:34:58.138Z[ recovery-image] Sep 09 20:34:57.368 INFO O| Sep 09 20:34:57.368 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-09T20:34:58.162Z[ recovery-image] Sep 09 20:34:57.387 INFO O| Sep 09 20:34:57.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59392024-09-09T20:34:58.162Z[ recovery-image] Sep 09 20:34:57.387 INFO O| Sep 09 20:34:57.387 INFO STEP 631 (remove_files) COMPLETE
59402024-09-09T20:34:58.162Z[ recovery-image] Sep 09 20:34:57.387 INFO O| Sep 09 20:34:57.387 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-09T20:34:58.162Z[ recovery-image] Sep 09 20:34:57.406 INFO O| Sep 09 20:34:57.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59422024-09-09T20:34:58.162Z[ recovery-image] Sep 09 20:34:57.406 INFO O| Sep 09 20:34:57.406 INFO STEP 632 (remove_files) COMPLETE
59432024-09-09T20:34:58.162Z[ recovery-image] Sep 09 20:34:57.406 INFO O| Sep 09 20:34:57.406 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-09T20:34:58.186Z[ recovery-image] Sep 09 20:34:57.421 INFO O| Sep 09 20:34:57.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59452024-09-09T20:34:58.186Z[ recovery-image] Sep 09 20:34:57.421 INFO O| Sep 09 20:34:57.421 INFO STEP 633 (remove_files) COMPLETE
59462024-09-09T20:34:58.186Z[ recovery-image] Sep 09 20:34:57.421 INFO O| Sep 09 20:34:57.421 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-09T20:34:58.210Z[ recovery-image] Sep 09 20:34:57.435 INFO O| Sep 09 20:34:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59482024-09-09T20:34:58.210Z[ recovery-image] Sep 09 20:34:57.436 INFO O| Sep 09 20:34:57.435 INFO STEP 634 (remove_files) COMPLETE
59492024-09-09T20:34:58.210Z[ recovery-image] Sep 09 20:34:57.436 INFO O| Sep 09 20:34:57.435 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-09T20:34:58.210Z[ recovery-image] Sep 09 20:34:57.450 INFO O| Sep 09 20:34:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59512024-09-09T20:34:58.210Z[ recovery-image] Sep 09 20:34:57.450 INFO O| Sep 09 20:34:57.450 INFO STEP 635 (remove_files) COMPLETE
59522024-09-09T20:34:58.210Z[ recovery-image] Sep 09 20:34:57.450 INFO O| Sep 09 20:34:57.450 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-09T20:34:58.234Z[ recovery-image] Sep 09 20:34:57.465 INFO O| Sep 09 20:34:57.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59542024-09-09T20:34:58.234Z[ recovery-image] Sep 09 20:34:57.465 INFO O| Sep 09 20:34:57.465 INFO STEP 636 (remove_files) COMPLETE
59552024-09-09T20:34:58.234Z[ recovery-image] Sep 09 20:34:57.465 INFO O| Sep 09 20:34:57.465 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-09T20:34:58.258Z[ recovery-image] Sep 09 20:34:57.479 INFO O| Sep 09 20:34:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59572024-09-09T20:34:58.258Z[ recovery-image] Sep 09 20:34:57.479 INFO O| Sep 09 20:34:57.479 INFO STEP 637 (remove_files) COMPLETE
59582024-09-09T20:34:58.258Z[ recovery-image] Sep 09 20:34:57.479 INFO O| Sep 09 20:34:57.479 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-09T20:34:58.308Z[ recovery-image] Sep 09 20:34:57.552 INFO O| Sep 09 20:34:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59602024-09-09T20:34:58.308Z[ recovery-image] Sep 09 20:34:57.552 INFO O| Sep 09 20:34:57.552 INFO STEP 638 (remove_files) COMPLETE
59612024-09-09T20:34:58.308Z[ recovery-image] Sep 09 20:34:57.552 INFO O| Sep 09 20:34:57.552 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-09T20:34:58.343Z[ recovery-image] Sep 09 20:34:57.587 INFO O| Sep 09 20:34:57.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59632024-09-09T20:34:58.366Z[ recovery-image] Sep 09 20:34:57.588 INFO O| Sep 09 20:34:57.587 INFO STEP 639 (remove_files) COMPLETE
59642024-09-09T20:34:58.366Z[ recovery-image] Sep 09 20:34:57.588 INFO O| Sep 09 20:34:57.588 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-09T20:34:58.390Z[ recovery-image] Sep 09 20:34:57.625 INFO O| Sep 09 20:34:57.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59662024-09-09T20:34:58.390Z[ recovery-image] Sep 09 20:34:57.625 INFO O| Sep 09 20:34:57.625 INFO STEP 640 (remove_files) COMPLETE
59672024-09-09T20:34:58.390Z[ recovery-image] Sep 09 20:34:57.625 INFO O| Sep 09 20:34:57.625 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-09T20:34:58.414Z[ recovery-image] Sep 09 20:34:57.645 INFO O| Sep 09 20:34:57.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59692024-09-09T20:34:58.414Z[ recovery-image] Sep 09 20:34:57.645 INFO O| Sep 09 20:34:57.645 INFO STEP 641 (remove_files) COMPLETE
59702024-09-09T20:34:58.414Z[ recovery-image] Sep 09 20:34:57.645 INFO O| Sep 09 20:34:57.645 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-09T20:34:58.438Z[ recovery-image] Sep 09 20:34:57.678 INFO O| Sep 09 20:34:57.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59722024-09-09T20:34:58.438Z[ recovery-image] Sep 09 20:34:57.678 INFO O| Sep 09 20:34:57.678 INFO STEP 642 (remove_files) COMPLETE
59732024-09-09T20:34:58.438Z[ recovery-image] Sep 09 20:34:57.678 INFO O| Sep 09 20:34:57.678 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-09T20:34:58.462Z[ recovery-image] Sep 09 20:34:57.707 INFO O| Sep 09 20:34:57.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59752024-09-09T20:34:58.486Z[ recovery-image] Sep 09 20:34:57.707 INFO O| Sep 09 20:34:57.707 INFO STEP 643 (remove_files) COMPLETE
59762024-09-09T20:34:58.486Z[ recovery-image] Sep 09 20:34:57.707 INFO O| Sep 09 20:34:57.707 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-09T20:34:58.510Z[ recovery-image] Sep 09 20:34:57.752 INFO O| Sep 09 20:34:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59782024-09-09T20:34:58.510Z[ recovery-image] Sep 09 20:34:57.753 INFO O| Sep 09 20:34:57.753 INFO STEP 644 (remove_files) COMPLETE
59792024-09-09T20:34:58.510Z[ recovery-image] Sep 09 20:34:57.753 INFO O| Sep 09 20:34:57.753 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-09T20:34:58.534Z[ recovery-image] Sep 09 20:34:57.768 INFO O| Sep 09 20:34:57.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59812024-09-09T20:34:58.534Z[ recovery-image] Sep 09 20:34:57.768 INFO O| Sep 09 20:34:57.768 INFO STEP 645 (remove_files) COMPLETE
59822024-09-09T20:34:58.534Z[ recovery-image] Sep 09 20:34:57.768 INFO O| Sep 09 20:34:57.768 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-09T20:34:58.558Z[ recovery-image] Sep 09 20:34:57.783 INFO O| Sep 09 20:34:57.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59842024-09-09T20:34:58.558Z[ recovery-image] Sep 09 20:34:57.783 INFO O| Sep 09 20:34:57.783 INFO STEP 646 (remove_files) COMPLETE
59852024-09-09T20:34:58.558Z[ recovery-image] Sep 09 20:34:57.783 INFO O| Sep 09 20:34:57.783 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-09T20:34:58.558Z[ recovery-image] Sep 09 20:34:57.797 INFO O| Sep 09 20:34:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59872024-09-09T20:34:58.558Z[ recovery-image] Sep 09 20:34:57.797 INFO O| Sep 09 20:34:57.797 INFO STEP 647 (remove_files) COMPLETE
59882024-09-09T20:34:58.558Z[ recovery-image] Sep 09 20:34:57.798 INFO O| Sep 09 20:34:57.797 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-09-09T20:34:58.582Z[ recovery-image] Sep 09 20:34:57.813 INFO O| Sep 09 20:34:57.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59902024-09-09T20:34:58.582Z[ recovery-image] Sep 09 20:34:57.813 INFO O| Sep 09 20:34:57.813 INFO STEP 648 (remove_files) COMPLETE
59912024-09-09T20:34:58.582Z[ recovery-image] Sep 09 20:34:57.813 INFO O| Sep 09 20:34:57.813 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-09-09T20:34:58.608Z[ recovery-image] Sep 09 20:34:57.830 INFO O| Sep 09 20:34:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59932024-09-09T20:34:58.608Z[ recovery-image] Sep 09 20:34:57.830 INFO O| Sep 09 20:34:57.830 INFO STEP 649 (remove_files) COMPLETE
59942024-09-09T20:34:58.608Z[ recovery-image] Sep 09 20:34:57.830 INFO O| Sep 09 20:34:57.830 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-09-09T20:34:58.608Z[ recovery-image] Sep 09 20:34:57.846 INFO O| Sep 09 20:34:57.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59962024-09-09T20:34:58.608Z[ recovery-image] Sep 09 20:34:57.846 INFO O| Sep 09 20:34:57.846 INFO STEP 650 (remove_files) COMPLETE
59972024-09-09T20:34:58.608Z[ recovery-image] Sep 09 20:34:57.846 INFO O| Sep 09 20:34:57.846 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-09-09T20:34:58.632Z[ recovery-image] Sep 09 20:34:57.861 INFO O| Sep 09 20:34:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59992024-09-09T20:34:58.632Z[ recovery-image] Sep 09 20:34:57.861 INFO O| Sep 09 20:34:57.861 INFO STEP 651 (remove_files) COMPLETE
60002024-09-09T20:34:58.632Z[ recovery-image] Sep 09 20:34:57.861 INFO O| Sep 09 20:34:57.861 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-09-09T20:34:58.633Z[ recovery-image] Sep 09 20:34:57.876 INFO O| Sep 09 20:34:57.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60022024-09-09T20:34:58.633Z[ recovery-image] Sep 09 20:34:57.876 INFO O| Sep 09 20:34:57.876 INFO STEP 652 (remove_files) COMPLETE
60032024-09-09T20:34:58.633Z[ recovery-image] Sep 09 20:34:57.876 INFO O| Sep 09 20:34:57.876 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-09-09T20:34:58.657Z[ recovery-image] Sep 09 20:34:57.893 INFO O| Sep 09 20:34:57.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60052024-09-09T20:34:58.657Z[ recovery-image] Sep 09 20:34:57.893 INFO O| Sep 09 20:34:57.893 INFO STEP 653 (remove_files) COMPLETE
60062024-09-09T20:34:58.657Z[ recovery-image] Sep 09 20:34:57.893 INFO O| Sep 09 20:34:57.893 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-09-09T20:34:58.681Z[ recovery-image] Sep 09 20:34:57.909 INFO O| Sep 09 20:34:57.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60082024-09-09T20:34:58.681Z[ recovery-image] Sep 09 20:34:57.910 INFO O| Sep 09 20:34:57.909 INFO STEP 654 (remove_files) COMPLETE
60092024-09-09T20:34:58.682Z[ recovery-image] Sep 09 20:34:57.910 INFO O| Sep 09 20:34:57.910 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-09-09T20:34:58.707Z[ recovery-image] Sep 09 20:34:57.926 INFO O| Sep 09 20:34:57.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60112024-09-09T20:34:58.707Z[ recovery-image] Sep 09 20:34:57.926 INFO O| Sep 09 20:34:57.926 INFO STEP 655 (remove_files) COMPLETE
60122024-09-09T20:34:58.707Z[ recovery-image] Sep 09 20:34:57.927 INFO O| Sep 09 20:34:57.926 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-09-09T20:34:58.707Z[ recovery-image] Sep 09 20:34:57.943 INFO O| Sep 09 20:34:57.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60142024-09-09T20:34:58.707Z[ recovery-image] Sep 09 20:34:57.943 INFO O| Sep 09 20:34:57.943 INFO STEP 656 (remove_files) COMPLETE
60152024-09-09T20:34:58.707Z[ recovery-image] Sep 09 20:34:57.943 INFO O| Sep 09 20:34:57.943 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-09-09T20:34:58.733Z[ recovery-image] Sep 09 20:34:57.968 INFO O| Sep 09 20:34:57.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60172024-09-09T20:34:58.733Z[ recovery-image] Sep 09 20:34:57.969 INFO O| Sep 09 20:34:57.969 INFO STEP 657 (remove_files) COMPLETE
60182024-09-09T20:34:58.733Z[ recovery-image] Sep 09 20:34:57.969 INFO O| Sep 09 20:34:57.969 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-09-09T20:34:58.809Z[ recovery-image] Sep 09 20:34:58.053 INFO O| Sep 09 20:34:58.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60202024-09-09T20:34:58.809Z[ recovery-image] Sep 09 20:34:58.053 INFO O| Sep 09 20:34:58.053 INFO STEP 658 (remove_files) COMPLETE
60212024-09-09T20:34:58.833Z[ recovery-image] Sep 09 20:34:58.053 INFO O| Sep 09 20:34:58.053 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-09-09T20:34:58.862Z[ recovery-image] Sep 09 20:34:58.106 INFO O| Sep 09 20:34:58.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60232024-09-09T20:34:58.862Z[ recovery-image] Sep 09 20:34:58.106 INFO O| Sep 09 20:34:58.106 INFO STEP 659 (remove_files) COMPLETE
60242024-09-09T20:34:58.862Z[ recovery-image] Sep 09 20:34:58.106 INFO O| Sep 09 20:34:58.106 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-09T20:34:58.915Z[ recovery-image] Sep 09 20:34:58.159 INFO O| Sep 09 20:34:58.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60262024-09-09T20:34:58.915Z[ recovery-image] Sep 09 20:34:58.159 INFO O| Sep 09 20:34:58.159 INFO STEP 660 (remove_files) COMPLETE
60272024-09-09T20:34:58.915Z[ recovery-image] Sep 09 20:34:58.159 INFO O| Sep 09 20:34:58.159 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-09T20:34:58.957Z[ recovery-image] Sep 09 20:34:58.201 INFO O| Sep 09 20:34:58.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60292024-09-09T20:34:58.957Z[ recovery-image] Sep 09 20:34:58.201 INFO O| Sep 09 20:34:58.201 INFO STEP 661 (remove_files) COMPLETE
60302024-09-09T20:34:58.981Z[ recovery-image] Sep 09 20:34:58.201 INFO O| Sep 09 20:34:58.201 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-09T20:34:58.981Z[ recovery-image] Sep 09 20:34:58.220 INFO O| Sep 09 20:34:58.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60322024-09-09T20:34:58.981Z[ recovery-image] Sep 09 20:34:58.220 INFO O| Sep 09 20:34:58.220 INFO STEP 662 (remove_files) COMPLETE
60332024-09-09T20:34:58.981Z[ recovery-image] Sep 09 20:34:58.220 INFO O| Sep 09 20:34:58.220 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-09T20:34:59.005Z[ recovery-image] Sep 09 20:34:58.239 INFO O| Sep 09 20:34:58.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60352024-09-09T20:34:59.005Z[ recovery-image] Sep 09 20:34:58.239 INFO O| Sep 09 20:34:58.239 INFO STEP 663 (remove_files) COMPLETE
60362024-09-09T20:34:59.005Z[ recovery-image] Sep 09 20:34:58.239 INFO O| Sep 09 20:34:58.239 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-09T20:34:59.029Z[ recovery-image] Sep 09 20:34:58.258 INFO O| Sep 09 20:34:58.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60382024-09-09T20:34:59.029Z[ recovery-image] Sep 09 20:34:58.258 INFO O| Sep 09 20:34:58.258 INFO STEP 664 (remove_files) COMPLETE
60392024-09-09T20:34:59.029Z[ recovery-image] Sep 09 20:34:58.258 INFO O| Sep 09 20:34:58.258 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-09T20:34:59.064Z[ recovery-image] Sep 09 20:34:58.309 INFO O| Sep 09 20:34:58.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60412024-09-09T20:34:59.064Z[ recovery-image] Sep 09 20:34:58.309 INFO O| Sep 09 20:34:58.309 INFO STEP 665 (remove_files) COMPLETE
60422024-09-09T20:34:59.064Z[ recovery-image] Sep 09 20:34:58.309 INFO O| Sep 09 20:34:58.309 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-09T20:34:59.109Z[ recovery-image] Sep 09 20:34:58.353 INFO O| Sep 09 20:34:58.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60442024-09-09T20:34:59.133Z[ recovery-image] Sep 09 20:34:58.354 INFO O| Sep 09 20:34:58.354 INFO STEP 666 (remove_files) COMPLETE
60452024-09-09T20:34:59.133Z[ recovery-image] Sep 09 20:34:58.354 INFO O| Sep 09 20:34:58.354 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-09T20:34:59.133Z[ recovery-image] Sep 09 20:34:58.373 INFO O| Sep 09 20:34:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60472024-09-09T20:34:59.133Z[ recovery-image] Sep 09 20:34:58.374 INFO O| Sep 09 20:34:58.374 INFO STEP 667 (remove_files) COMPLETE
60482024-09-09T20:34:59.133Z[ recovery-image] Sep 09 20:34:58.374 INFO O| Sep 09 20:34:58.374 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-09T20:34:59.158Z[ recovery-image] Sep 09 20:34:58.394 INFO O| Sep 09 20:34:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60502024-09-09T20:34:59.158Z[ recovery-image] Sep 09 20:34:58.394 INFO O| Sep 09 20:34:58.394 INFO STEP 668 (remove_files) COMPLETE
60512024-09-09T20:34:59.158Z[ recovery-image] Sep 09 20:34:58.394 INFO O| Sep 09 20:34:58.394 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-09T20:34:59.182Z[ recovery-image] Sep 09 20:34:58.415 INFO O| Sep 09 20:34:58.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60532024-09-09T20:34:59.182Z[ recovery-image] Sep 09 20:34:58.415 INFO O| Sep 09 20:34:58.415 INFO STEP 669 (remove_files) COMPLETE
60542024-09-09T20:34:59.182Z[ recovery-image] Sep 09 20:34:58.415 INFO O| Sep 09 20:34:58.415 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-09T20:34:59.206Z[ recovery-image] Sep 09 20:34:58.434 INFO O| Sep 09 20:34:58.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60562024-09-09T20:34:59.206Z[ recovery-image] Sep 09 20:34:58.434 INFO O| Sep 09 20:34:58.434 INFO STEP 670 (remove_files) COMPLETE
60572024-09-09T20:34:59.206Z[ recovery-image] Sep 09 20:34:58.434 INFO O| Sep 09 20:34:58.434 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-09T20:34:59.230Z[ recovery-image] Sep 09 20:34:58.452 INFO O| Sep 09 20:34:58.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60592024-09-09T20:34:59.230Z[ recovery-image] Sep 09 20:34:58.452 INFO O| Sep 09 20:34:58.452 INFO STEP 671 (remove_files) COMPLETE
60602024-09-09T20:34:59.230Z[ recovery-image] Sep 09 20:34:58.453 INFO O| Sep 09 20:34:58.452 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-09T20:34:59.230Z[ recovery-image] Sep 09 20:34:58.470 INFO O| Sep 09 20:34:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60622024-09-09T20:34:59.230Z[ recovery-image] Sep 09 20:34:58.470 INFO O| Sep 09 20:34:58.470 INFO STEP 672 (remove_files) COMPLETE
60632024-09-09T20:34:59.230Z[ recovery-image] Sep 09 20:34:58.470 INFO O| Sep 09 20:34:58.470 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-09T20:34:59.255Z[ recovery-image] Sep 09 20:34:58.487 INFO O| Sep 09 20:34:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60652024-09-09T20:34:59.255Z[ recovery-image] Sep 09 20:34:58.487 INFO O| Sep 09 20:34:58.487 INFO STEP 673 (remove_files) COMPLETE
60662024-09-09T20:34:59.255Z[ recovery-image] Sep 09 20:34:58.487 INFO O| Sep 09 20:34:58.487 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-09T20:34:59.279Z[ recovery-image] Sep 09 20:34:58.503 INFO O| Sep 09 20:34:58.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60682024-09-09T20:34:59.279Z[ recovery-image] Sep 09 20:34:58.503 INFO O| Sep 09 20:34:58.503 INFO STEP 674 (remove_files) COMPLETE
60692024-09-09T20:34:59.280Z[ recovery-image] Sep 09 20:34:58.503 INFO O| Sep 09 20:34:58.503 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-09T20:34:59.280Z[ recovery-image] Sep 09 20:34:58.519 INFO O| Sep 09 20:34:58.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60712024-09-09T20:34:59.280Z[ recovery-image] Sep 09 20:34:58.519 INFO O| Sep 09 20:34:58.519 INFO STEP 675 (remove_files) COMPLETE
60722024-09-09T20:34:59.280Z[ recovery-image] Sep 09 20:34:58.519 INFO O| Sep 09 20:34:58.519 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-09T20:34:59.305Z[ recovery-image] Sep 09 20:34:58.536 INFO O| Sep 09 20:34:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60742024-09-09T20:34:59.305Z[ recovery-image] Sep 09 20:34:58.536 INFO O| Sep 09 20:34:58.536 INFO STEP 676 (remove_files) COMPLETE
60752024-09-09T20:34:59.305Z[ recovery-image] Sep 09 20:34:58.536 INFO O| Sep 09 20:34:58.536 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-09T20:34:59.330Z[ recovery-image] Sep 09 20:34:58.552 INFO O| Sep 09 20:34:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60772024-09-09T20:34:59.330Z[ recovery-image] Sep 09 20:34:58.552 INFO O| Sep 09 20:34:58.552 INFO STEP 677 (remove_files) COMPLETE
60782024-09-09T20:34:59.330Z[ recovery-image] Sep 09 20:34:58.552 INFO O| Sep 09 20:34:58.552 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-09T20:34:59.330Z[ recovery-image] Sep 09 20:34:58.570 INFO O| Sep 09 20:34:58.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60802024-09-09T20:34:59.330Z[ recovery-image] Sep 09 20:34:58.570 INFO O| Sep 09 20:34:58.570 INFO STEP 678 (remove_files) COMPLETE
60812024-09-09T20:34:59.330Z[ recovery-image] Sep 09 20:34:58.570 INFO O| Sep 09 20:34:58.570 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-09T20:34:59.356Z[ recovery-image] Sep 09 20:34:58.586 INFO O| Sep 09 20:34:58.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60832024-09-09T20:34:59.356Z[ recovery-image] Sep 09 20:34:58.587 INFO O| Sep 09 20:34:58.587 INFO STEP 679 (remove_files) COMPLETE
60842024-09-09T20:34:59.356Z[ recovery-image] Sep 09 20:34:58.587 INFO O| Sep 09 20:34:58.587 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-09T20:34:59.380Z[ recovery-image] Sep 09 20:34:58.604 INFO O| Sep 09 20:34:58.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60862024-09-09T20:34:59.380Z[ recovery-image] Sep 09 20:34:58.604 INFO O| Sep 09 20:34:58.604 INFO STEP 680 (remove_files) COMPLETE
60872024-09-09T20:34:59.380Z[ recovery-image] Sep 09 20:34:58.604 INFO O| Sep 09 20:34:58.604 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-09T20:34:59.404Z[ recovery-image] Sep 09 20:34:58.647 INFO O| Sep 09 20:34:58.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60892024-09-09T20:34:59.404Z[ recovery-image] Sep 09 20:34:58.647 INFO O| Sep 09 20:34:58.647 INFO STEP 681 (remove_files) COMPLETE
60902024-09-09T20:34:59.404Z[ recovery-image] Sep 09 20:34:58.647 INFO O| Sep 09 20:34:58.647 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-09T20:34:59.434Z[ recovery-image] Sep 09 20:34:58.679 INFO O| Sep 09 20:34:58.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60922024-09-09T20:34:59.458Z[ recovery-image] Sep 09 20:34:58.679 INFO O| Sep 09 20:34:58.679 INFO STEP 682 (remove_files) COMPLETE
60932024-09-09T20:34:59.458Z[ recovery-image] Sep 09 20:34:58.679 INFO O| Sep 09 20:34:58.679 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-09T20:34:59.482Z[ recovery-image] Sep 09 20:34:58.703 INFO O| Sep 09 20:34:58.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60952024-09-09T20:34:59.482Z[ recovery-image] Sep 09 20:34:58.703 INFO O| Sep 09 20:34:58.703 INFO STEP 683 (remove_files) COMPLETE
60962024-09-09T20:34:59.482Z[ recovery-image] Sep 09 20:34:58.703 INFO O| Sep 09 20:34:58.703 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-09T20:34:59.513Z[ recovery-image] Sep 09 20:34:58.758 INFO O| Sep 09 20:34:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60982024-09-09T20:34:59.513Z[ recovery-image] Sep 09 20:34:58.758 INFO O| Sep 09 20:34:58.758 INFO STEP 684 (remove_files) COMPLETE
60992024-09-09T20:34:59.537Z[ recovery-image] Sep 09 20:34:58.758 INFO O| Sep 09 20:34:58.758 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-09T20:34:59.537Z[ recovery-image] Sep 09 20:34:58.772 INFO O| Sep 09 20:34:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61012024-09-09T20:34:59.537Z[ recovery-image] Sep 09 20:34:58.772 INFO O| Sep 09 20:34:58.772 INFO STEP 685 (remove_files) COMPLETE
61022024-09-09T20:34:59.537Z[ recovery-image] Sep 09 20:34:58.773 INFO O| Sep 09 20:34:58.772 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-09T20:34:59.561Z[ recovery-image] Sep 09 20:34:58.787 INFO O| Sep 09 20:34:58.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61042024-09-09T20:34:59.561Z[ recovery-image] Sep 09 20:34:58.787 INFO O| Sep 09 20:34:58.787 INFO STEP 686 (remove_files) COMPLETE
61052024-09-09T20:34:59.561Z[ recovery-image] Sep 09 20:34:58.787 INFO O| Sep 09 20:34:58.787 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-09T20:34:59.561Z[ recovery-image] Sep 09 20:34:58.800 INFO O| Sep 09 20:34:58.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61072024-09-09T20:34:59.562Z[ recovery-image] Sep 09 20:34:58.800 INFO O| Sep 09 20:34:58.800 INFO STEP 687 (remove_files) COMPLETE
61082024-09-09T20:34:59.562Z[ recovery-image] Sep 09 20:34:58.800 INFO O| Sep 09 20:34:58.800 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-09T20:34:59.586Z[ recovery-image] Sep 09 20:34:58.813 INFO O| Sep 09 20:34:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61102024-09-09T20:34:59.586Z[ recovery-image] Sep 09 20:34:58.814 INFO O| Sep 09 20:34:58.813 INFO STEP 688 (remove_files) COMPLETE
61112024-09-09T20:34:59.586Z[ recovery-image] Sep 09 20:34:58.814 INFO O| Sep 09 20:34:58.814 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-09T20:34:59.586Z[ recovery-image] Sep 09 20:34:58.827 INFO O| Sep 09 20:34:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61132024-09-09T20:34:59.586Z[ recovery-image] Sep 09 20:34:58.827 INFO O| Sep 09 20:34:58.827 INFO STEP 689 (remove_files) COMPLETE
61142024-09-09T20:34:59.586Z[ recovery-image] Sep 09 20:34:58.827 INFO O| Sep 09 20:34:58.827 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-09T20:34:59.610Z[ recovery-image] Sep 09 20:34:58.841 INFO O| Sep 09 20:34:58.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61162024-09-09T20:34:59.610Z[ recovery-image] Sep 09 20:34:58.841 INFO O| Sep 09 20:34:58.841 INFO STEP 690 (remove_files) COMPLETE
61172024-09-09T20:34:59.610Z[ recovery-image] Sep 09 20:34:58.841 INFO O| Sep 09 20:34:58.841 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-09T20:34:59.634Z[ host-image] Sep 09 20:34:58.863 INFO O| Sep 09 20:34:58.863 INFO O| Done
61192024-09-09T20:34:59.634Z[ recovery-image] Sep 09 20:34:58.873 INFO O| Sep 09 20:34:58.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61202024-09-09T20:34:59.634Z[ recovery-image] Sep 09 20:34:58.873 INFO O| Sep 09 20:34:58.873 INFO STEP 691 (remove_files) COMPLETE
61212024-09-09T20:34:59.634Z[ recovery-image] Sep 09 20:34:58.873 INFO O| Sep 09 20:34:58.873 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-09T20:34:59.667Z[ recovery-image] Sep 09 20:34:58.912 INFO O| Sep 09 20:34:58.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61232024-09-09T20:34:59.667Z[ recovery-image] Sep 09 20:34:58.912 INFO O| Sep 09 20:34:58.912 INFO STEP 692 (remove_files) COMPLETE
61242024-09-09T20:34:59.667Z[ recovery-image] Sep 09 20:34:58.912 INFO O| Sep 09 20:34:58.912 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-09-09T20:34:59.691Z[ host-image] Sep 09 20:34:58.931 INFO O| Sep 09 20:34:58.930 INFO O| Done
61262024-09-09T20:34:59.691Z[ host-image] Sep 09 20:34:58.931 INFO O| Sep 09 20:34:58.931 INFO O| Done
61272024-09-09T20:34:59.715Z[ host-image] Sep 09 20:34:58.943 INFO O| Sep 09 20:34:58.943 INFO O| Done
61282024-09-09T20:34:59.715Z[ recovery-image] Sep 09 20:34:58.959 INFO O| Sep 09 20:34:58.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61292024-09-09T20:34:59.715Z[ recovery-image] Sep 09 20:34:58.959 INFO O| Sep 09 20:34:58.959 INFO STEP 693 (remove_files) COMPLETE
61302024-09-09T20:34:59.715Z[ recovery-image] Sep 09 20:34:58.959 INFO O| Sep 09 20:34:58.959 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-09-09T20:34:59.761Z[ recovery-image] Sep 09 20:34:59.006 INFO O| Sep 09 20:34:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61322024-09-09T20:34:59.761Z[ recovery-image] Sep 09 20:34:59.006 INFO O| Sep 09 20:34:59.006 INFO STEP 694 (remove_files) COMPLETE
61332024-09-09T20:34:59.785Z[ recovery-image] Sep 09 20:34:59.006 INFO O| Sep 09 20:34:59.006 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-09-09T20:34:59.824Z[ recovery-image] Sep 09 20:34:59.069 INFO O| Sep 09 20:34:59.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61352024-09-09T20:34:59.824Z[ recovery-image] Sep 09 20:34:59.069 INFO O| Sep 09 20:34:59.069 INFO STEP 695 (remove_files) COMPLETE
61362024-09-09T20:34:59.853Z[ recovery-image] Sep 09 20:34:59.069 INFO O| Sep 09 20:34:59.069 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-09-09T20:34:59.853Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO STEP 14 (pkg_install) COMPLETE
61382024-09-09T20:34:59.853Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61392024-09-09T20:34:59.853Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO skip step because feature "mfg" is not enabled
61402024-09-09T20:34:59.853Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61412024-09-09T20:34:59.853Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO skip step because feature "compliance" is not enabled
61422024-09-09T20:34:59.853Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61432024-09-09T20:34:59.854Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO skip step because feature "stress" is not enabled
61442024-09-09T20:34:59.854Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61452024-09-09T20:34:59.854Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO skip step because feature "nfs" is not enabled
61462024-09-09T20:34:59.854Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
61472024-09-09T20:34:59.854Z[ host-image] Sep 09 20:34:59.073 INFO O| Sep 09 20:34:59.073 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
61482024-09-09T20:34:59.878Z[ recovery-image] Sep 09 20:34:59.117 INFO O| Sep 09 20:34:59.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61492024-09-09T20:34:59.878Z[ recovery-image] Sep 09 20:34:59.118 INFO O| Sep 09 20:34:59.117 INFO STEP 696 (remove_files) COMPLETE
61502024-09-09T20:34:59.878Z[ recovery-image] Sep 09 20:34:59.118 INFO O| Sep 09 20:34:59.117 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-09T20:34:59.902Z[ host-image] Sep 09 20:34:59.132 INFO O| Sep 09 20:34:59.132 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
61522024-09-09T20:34:59.902Z[ recovery-image] Sep 09 20:34:59.139 INFO O| Sep 09 20:34:59.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61532024-09-09T20:34:59.902Z[ recovery-image] Sep 09 20:34:59.139 INFO O| Sep 09 20:34:59.139 INFO STEP 697 (remove_files) COMPLETE
61542024-09-09T20:34:59.902Z[ recovery-image] Sep 09 20:34:59.139 INFO O| Sep 09 20:34:59.139 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-09-09T20:34:59.926Z[ recovery-image] Sep 09 20:34:59.164 INFO O| Sep 09 20:34:59.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61562024-09-09T20:34:59.926Z[ recovery-image] Sep 09 20:34:59.165 INFO O| Sep 09 20:34:59.165 INFO STEP 698 (remove_files) COMPLETE
61572024-09-09T20:34:59.926Z[ recovery-image] Sep 09 20:34:59.165 INFO O| Sep 09 20:34:59.165 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-09-09T20:34:59.950Z[ recovery-image] Sep 09 20:34:59.193 INFO O| Sep 09 20:34:59.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61592024-09-09T20:34:59.950Z[ recovery-image] Sep 09 20:34:59.193 INFO O| Sep 09 20:34:59.193 INFO STEP 699 (remove_files) COMPLETE
61602024-09-09T20:34:59.973Z[ recovery-image] Sep 09 20:34:59.195 INFO O| Sep 09 20:34:59.193 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-09-09T20:34:59.997Z[ host-image] Sep 09 20:34:59.229 INFO O| Sep 09 20:34:59.229 INFO completed processing gimlet/ramdisk-01-os
61622024-09-09T20:34:59.997Z[ host-image] Sep 09 20:34:59.233 INFO omicron1 baseline generation...
61632024-09-09T20:34:59.997Z[ host-image] Sep 09 20:34:59.233 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
61642024-09-09T20:35:00.025Z[ recovery-image] Sep 09 20:34:59.269 INFO O| Sep 09 20:34:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61652024-09-09T20:35:00.026Z[ recovery-image] Sep 09 20:34:59.269 INFO O| Sep 09 20:34:59.269 INFO STEP 700 (remove_files) COMPLETE
61662024-09-09T20:35:00.026Z[ recovery-image] Sep 09 20:34:59.270 INFO O| Sep 09 20:34:59.269 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-09-09T20:35:00.061Z[ recovery-image] Sep 09 20:34:59.306 INFO O| Sep 09 20:34:59.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61682024-09-09T20:35:00.061Z[ recovery-image] Sep 09 20:34:59.306 INFO O| Sep 09 20:34:59.306 INFO STEP 701 (remove_files) COMPLETE
61692024-09-09T20:35:00.085Z[ recovery-image] Sep 09 20:34:59.306 INFO O| Sep 09 20:34:59.306 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-09-09T20:35:00.085Z[ recovery-image] Sep 09 20:34:59.329 INFO O| Sep 09 20:34:59.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61712024-09-09T20:35:00.085Z[ recovery-image] Sep 09 20:34:59.329 INFO O| Sep 09 20:34:59.329 INFO STEP 702 (remove_files) COMPLETE
61722024-09-09T20:35:00.085Z[ recovery-image] Sep 09 20:34:59.329 INFO O| Sep 09 20:34:59.329 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-09-09T20:35:00.109Z[ recovery-image] Sep 09 20:34:59.346 INFO O| Sep 09 20:34:59.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61742024-09-09T20:35:00.109Z[ recovery-image] Sep 09 20:34:59.347 INFO O| Sep 09 20:34:59.347 INFO STEP 703 (remove_files) COMPLETE
61752024-09-09T20:35:00.109Z[ recovery-image] Sep 09 20:34:59.347 INFO O| Sep 09 20:34:59.347 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-09-09T20:35:00.133Z[ recovery-image] Sep 09 20:34:59.363 INFO O| Sep 09 20:34:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61772024-09-09T20:35:00.133Z[ recovery-image] Sep 09 20:34:59.364 INFO O| Sep 09 20:34:59.364 INFO STEP 704 (remove_files) COMPLETE
61782024-09-09T20:35:00.133Z[ recovery-image] Sep 09 20:34:59.364 INFO O| Sep 09 20:34:59.364 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-09-09T20:35:00.163Z[ recovery-image] Sep 09 20:34:59.385 INFO O| Sep 09 20:34:59.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61802024-09-09T20:35:00.163Z[ recovery-image] Sep 09 20:34:59.385 INFO O| Sep 09 20:34:59.385 INFO STEP 705 (remove_files) COMPLETE
61812024-09-09T20:35:00.163Z[ recovery-image] Sep 09 20:34:59.385 INFO O| Sep 09 20:34:59.385 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-09-09T20:35:00.163Z[ recovery-image] Sep 09 20:34:59.405 INFO O| Sep 09 20:34:59.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61832024-09-09T20:35:00.163Z[ recovery-image] Sep 09 20:34:59.405 INFO O| Sep 09 20:34:59.405 INFO STEP 706 (remove_files) COMPLETE
61842024-09-09T20:35:00.163Z[ recovery-image] Sep 09 20:34:59.405 INFO O| Sep 09 20:34:59.405 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-09-09T20:35:00.187Z[ recovery-image] Sep 09 20:34:59.423 INFO O| Sep 09 20:34:59.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61862024-09-09T20:35:00.187Z[ recovery-image] Sep 09 20:34:59.423 INFO O| Sep 09 20:34:59.423 INFO STEP 707 (remove_files) COMPLETE
61872024-09-09T20:35:00.187Z[ recovery-image] Sep 09 20:34:59.423 INFO O| Sep 09 20:34:59.423 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-09-09T20:35:00.211Z[ recovery-image] Sep 09 20:34:59.440 INFO O| Sep 09 20:34:59.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61892024-09-09T20:35:00.211Z[ recovery-image] Sep 09 20:34:59.441 INFO O| Sep 09 20:34:59.441 INFO STEP 708 (remove_files) COMPLETE
61902024-09-09T20:35:00.211Z[ recovery-image] Sep 09 20:34:59.441 INFO O| Sep 09 20:34:59.441 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-09-09T20:35:00.235Z[ recovery-image] Sep 09 20:34:59.457 INFO O| Sep 09 20:34:59.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61922024-09-09T20:35:00.235Z[ recovery-image] Sep 09 20:34:59.457 INFO O| Sep 09 20:34:59.457 INFO STEP 709 (remove_files) COMPLETE
61932024-09-09T20:35:00.235Z[ recovery-image] Sep 09 20:34:59.457 INFO O| Sep 09 20:34:59.457 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-09-09T20:35:00.235Z[ recovery-image] Sep 09 20:34:59.475 INFO O| Sep 09 20:34:59.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61952024-09-09T20:35:00.235Z[ recovery-image] Sep 09 20:34:59.475 INFO O| Sep 09 20:34:59.475 INFO STEP 710 (remove_files) COMPLETE
61962024-09-09T20:35:00.235Z[ recovery-image] Sep 09 20:34:59.475 INFO O| Sep 09 20:34:59.475 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-09-09T20:35:00.259Z[ recovery-image] Sep 09 20:34:59.492 INFO O| Sep 09 20:34:59.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61982024-09-09T20:35:00.259Z[ recovery-image] Sep 09 20:34:59.492 INFO O| Sep 09 20:34:59.492 INFO STEP 711 (remove_files) COMPLETE
61992024-09-09T20:35:00.259Z[ recovery-image] Sep 09 20:34:59.492 INFO O| Sep 09 20:34:59.492 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-09-09T20:35:00.289Z[ recovery-image] Sep 09 20:34:59.533 INFO O| Sep 09 20:34:59.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62012024-09-09T20:35:00.289Z[ recovery-image] Sep 09 20:34:59.534 INFO O| Sep 09 20:34:59.533 INFO STEP 712 (remove_files) COMPLETE
62022024-09-09T20:35:00.313Z[ recovery-image] Sep 09 20:34:59.534 INFO O| Sep 09 20:34:59.533 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-09-09T20:35:00.337Z[ recovery-image] Sep 09 20:34:59.569 INFO O| Sep 09 20:34:59.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62042024-09-09T20:35:00.337Z[ recovery-image] Sep 09 20:34:59.569 INFO O| Sep 09 20:34:59.569 INFO STEP 713 (remove_files) COMPLETE
62052024-09-09T20:35:00.337Z[ recovery-image] Sep 09 20:34:59.569 INFO O| Sep 09 20:34:59.569 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-09-09T20:35:00.361Z[ recovery-image] Sep 09 20:34:59.588 INFO O| Sep 09 20:34:59.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62072024-09-09T20:35:00.361Z[ recovery-image] Sep 09 20:34:59.588 INFO O| Sep 09 20:34:59.588 INFO STEP 714 (remove_files) COMPLETE
62082024-09-09T20:35:00.361Z[ recovery-image] Sep 09 20:34:59.588 INFO O| Sep 09 20:34:59.588 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-09-09T20:35:00.361Z[ recovery-image] Sep 09 20:34:59.605 INFO O| Sep 09 20:34:59.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62102024-09-09T20:35:00.361Z[ recovery-image] Sep 09 20:34:59.606 INFO O| Sep 09 20:34:59.605 INFO STEP 715 (remove_files) COMPLETE
62112024-09-09T20:35:00.361Z[ recovery-image] Sep 09 20:34:59.606 INFO O| Sep 09 20:34:59.606 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-09-09T20:35:00.385Z[ recovery-image] Sep 09 20:34:59.628 INFO O| Sep 09 20:34:59.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62132024-09-09T20:35:00.385Z[ recovery-image] Sep 09 20:34:59.628 INFO O| Sep 09 20:34:59.628 INFO STEP 716 (remove_files) COMPLETE
62142024-09-09T20:35:00.385Z[ recovery-image] Sep 09 20:34:59.628 INFO O| Sep 09 20:34:59.628 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-09-09T20:35:00.412Z[ recovery-image] Sep 09 20:34:59.648 INFO O| Sep 09 20:34:59.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62162024-09-09T20:35:00.412Z[ recovery-image] Sep 09 20:34:59.648 INFO O| Sep 09 20:34:59.647 INFO STEP 717 (remove_files) COMPLETE
62172024-09-09T20:35:00.412Z[ recovery-image] Sep 09 20:34:59.648 INFO O| Sep 09 20:34:59.647 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-09-09T20:35:00.438Z[ recovery-image] Sep 09 20:34:59.683 INFO O| Sep 09 20:34:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62192024-09-09T20:35:00.438Z[ recovery-image] Sep 09 20:34:59.683 INFO O| Sep 09 20:34:59.683 INFO STEP 718 (remove_files) COMPLETE
62202024-09-09T20:35:00.462Z[ recovery-image] Sep 09 20:34:59.683 INFO O| Sep 09 20:34:59.683 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-09-09T20:35:00.486Z[ recovery-image] Sep 09 20:34:59.714 INFO O| Sep 09 20:34:59.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62222024-09-09T20:35:00.486Z[ recovery-image] Sep 09 20:34:59.714 INFO O| Sep 09 20:34:59.714 INFO STEP 719 (remove_files) COMPLETE
62232024-09-09T20:35:00.486Z[ recovery-image] Sep 09 20:34:59.714 INFO O| Sep 09 20:34:59.714 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-09-09T20:35:00.510Z[ recovery-image] Sep 09 20:34:59.741 INFO O| Sep 09 20:34:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62252024-09-09T20:35:00.510Z[ recovery-image] Sep 09 20:34:59.741 INFO O| Sep 09 20:34:59.741 INFO STEP 720 (remove_files) COMPLETE
62262024-09-09T20:35:00.510Z[ recovery-image] Sep 09 20:34:59.741 INFO O| Sep 09 20:34:59.741 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-09-09T20:35:00.545Z[ recovery-image] Sep 09 20:34:59.790 INFO O| Sep 09 20:34:59.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62282024-09-09T20:35:00.545Z[ recovery-image] Sep 09 20:34:59.790 INFO O| Sep 09 20:34:59.790 INFO STEP 721 (remove_files) COMPLETE
62292024-09-09T20:35:00.570Z[ recovery-image] Sep 09 20:34:59.790 INFO O| Sep 09 20:34:59.790 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-09-09T20:35:00.570Z[ recovery-image] Sep 09 20:34:59.808 INFO O| Sep 09 20:34:59.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62312024-09-09T20:35:00.570Z[ recovery-image] Sep 09 20:34:59.808 INFO O| Sep 09 20:34:59.808 INFO STEP 722 (remove_files) COMPLETE
62322024-09-09T20:35:00.570Z[ recovery-image] Sep 09 20:34:59.808 INFO O| Sep 09 20:34:59.808 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-09-09T20:35:00.594Z[ host-image] Sep 09 20:34:59.837 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22860:20240906T152026Z
62342024-09-09T20:35:00.618Z[ recovery-image] Sep 09 20:34:59.849 INFO O| Sep 09 20:34:59.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62352024-09-09T20:35:00.618Z[ recovery-image] Sep 09 20:34:59.849 INFO O| Sep 09 20:34:59.849 INFO STEP 723 (remove_files) COMPLETE
62362024-09-09T20:35:00.618Z[ recovery-image] Sep 09 20:34:59.849 INFO O| Sep 09 20:34:59.849 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-09-09T20:35:00.643Z[ recovery-image] Sep 09 20:34:59.867 INFO O| Sep 09 20:34:59.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62382024-09-09T20:35:00.643Z[ recovery-image] Sep 09 20:34:59.867 INFO O| Sep 09 20:34:59.867 INFO STEP 724 (remove_files) COMPLETE
62392024-09-09T20:35:00.643Z[ recovery-image] Sep 09 20:34:59.867 INFO O| Sep 09 20:34:59.867 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-09-09T20:35:00.643Z[ recovery-image] Sep 09 20:34:59.885 INFO O| Sep 09 20:34:59.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62412024-09-09T20:35:00.643Z[ recovery-image] Sep 09 20:34:59.885 INFO O| Sep 09 20:34:59.885 INFO STEP 725 (remove_files) COMPLETE
62422024-09-09T20:35:00.643Z[ recovery-image] Sep 09 20:34:59.885 INFO O| Sep 09 20:34:59.885 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-09-09T20:35:00.681Z[ recovery-image] Sep 09 20:34:59.926 INFO O| Sep 09 20:34:59.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62442024-09-09T20:35:00.681Z[ recovery-image] Sep 09 20:34:59.926 INFO O| Sep 09 20:34:59.926 INFO STEP 726 (remove_files) COMPLETE
62452024-09-09T20:35:00.681Z[ recovery-image] Sep 09 20:34:59.926 INFO O| Sep 09 20:34:59.926 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-09-09T20:35:00.738Z[ recovery-image] Sep 09 20:34:59.981 INFO O| Sep 09 20:34:59.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62472024-09-09T20:35:00.738Z[ recovery-image] Sep 09 20:34:59.982 INFO O| Sep 09 20:34:59.981 INFO STEP 727 (remove_files) COMPLETE
62482024-09-09T20:35:00.738Z[ recovery-image] Sep 09 20:34:59.982 INFO O| Sep 09 20:34:59.982 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-09T20:35:00.801Z[ recovery-image] Sep 09 20:35:00.045 INFO O| Sep 09 20:35:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62502024-09-09T20:35:00.825Z[ recovery-image] Sep 09 20:35:00.046 INFO O| Sep 09 20:35:00.046 INFO STEP 728 (remove_files) COMPLETE
62512024-09-09T20:35:00.825Z[ recovery-image] Sep 09 20:35:00.046 INFO O| Sep 09 20:35:00.046 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-09T20:35:00.849Z[ recovery-image] Sep 09 20:35:00.085 INFO O| Sep 09 20:35:00.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62532024-09-09T20:35:00.849Z[ recovery-image] Sep 09 20:35:00.086 INFO O| Sep 09 20:35:00.086 INFO STEP 729 (remove_files) COMPLETE
62542024-09-09T20:35:00.849Z[ recovery-image] Sep 09 20:35:00.086 INFO O| Sep 09 20:35:00.086 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-09-09T20:35:01.030Z[ recovery-image] Sep 09 20:35:00.274 INFO O| Sep 09 20:35:00.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62562024-09-09T20:35:01.065Z[ recovery-image] Sep 09 20:35:00.291 INFO O| Sep 09 20:35:00.291 INFO STEP 730 (remove_files) COMPLETE
62572024-09-09T20:35:01.065Z[ recovery-image] Sep 09 20:35:00.291 INFO O| Sep 09 20:35:00.291 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-09-09T20:35:01.089Z[ recovery-image] Sep 09 20:35:00.311 INFO O| Sep 09 20:35:00.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62592024-09-09T20:35:01.089Z[ recovery-image] Sep 09 20:35:00.311 INFO O| Sep 09 20:35:00.311 INFO STEP 731 (remove_files) COMPLETE
62602024-09-09T20:35:01.089Z[ recovery-image] Sep 09 20:35:00.311 INFO O| Sep 09 20:35:00.311 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-09-09T20:35:01.089Z[ recovery-image] Sep 09 20:35:00.329 INFO O| Sep 09 20:35:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62622024-09-09T20:35:01.089Z[ recovery-image] Sep 09 20:35:00.329 INFO O| Sep 09 20:35:00.329 INFO STEP 732 (remove_files) COMPLETE
62632024-09-09T20:35:01.089Z[ recovery-image] Sep 09 20:35:00.329 INFO O| Sep 09 20:35:00.329 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-09-09T20:35:01.154Z[ recovery-image] Sep 09 20:35:00.394 INFO O| Sep 09 20:35:00.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62652024-09-09T20:35:01.154Z[ recovery-image] Sep 09 20:35:00.394 INFO O| Sep 09 20:35:00.394 INFO STEP 733 (remove_files) COMPLETE
62662024-09-09T20:35:01.154Z[ recovery-image] Sep 09 20:35:00.394 INFO O| Sep 09 20:35:00.394 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-09-09T20:35:01.178Z[ recovery-image] Sep 09 20:35:00.418 INFO O| Sep 09 20:35:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62682024-09-09T20:35:01.178Z[ recovery-image] Sep 09 20:35:00.418 INFO O| Sep 09 20:35:00.418 INFO STEP 734 (remove_files) COMPLETE
62692024-09-09T20:35:01.178Z[ recovery-image] Sep 09 20:35:00.418 INFO O| Sep 09 20:35:00.418 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-09-09T20:35:01.211Z[ recovery-image] Sep 09 20:35:00.454 INFO O| Sep 09 20:35:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62712024-09-09T20:35:01.211Z[ recovery-image] Sep 09 20:35:00.455 INFO O| Sep 09 20:35:00.455 INFO STEP 735 (remove_files) COMPLETE
62722024-09-09T20:35:01.211Z[ recovery-image] Sep 09 20:35:00.455 INFO O| Sep 09 20:35:00.455 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-09-09T20:35:01.235Z[ recovery-image] Sep 09 20:35:00.471 INFO O| Sep 09 20:35:00.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62742024-09-09T20:35:01.235Z[ recovery-image] Sep 09 20:35:00.471 INFO O| Sep 09 20:35:00.471 INFO STEP 736 (remove_files) COMPLETE
62752024-09-09T20:35:01.235Z[ recovery-image] Sep 09 20:35:00.471 INFO O| Sep 09 20:35:00.471 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-09-09T20:35:01.259Z[ recovery-image] Sep 09 20:35:00.486 INFO O| Sep 09 20:35:00.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62772024-09-09T20:35:01.259Z[ recovery-image] Sep 09 20:35:00.486 INFO O| Sep 09 20:35:00.486 INFO STEP 737 (remove_files) COMPLETE
62782024-09-09T20:35:01.259Z[ recovery-image] Sep 09 20:35:00.486 INFO O| Sep 09 20:35:00.486 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-09-09T20:35:01.259Z[ recovery-image] Sep 09 20:35:00.500 INFO O| Sep 09 20:35:00.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62802024-09-09T20:35:01.259Z[ recovery-image] Sep 09 20:35:00.500 INFO O| Sep 09 20:35:00.500 INFO STEP 738 (remove_files) COMPLETE
62812024-09-09T20:35:01.259Z[ recovery-image] Sep 09 20:35:00.500 INFO O| Sep 09 20:35:00.500 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-09T20:35:01.283Z[ recovery-image] Sep 09 20:35:00.516 INFO O| Sep 09 20:35:00.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62832024-09-09T20:35:01.283Z[ recovery-image] Sep 09 20:35:00.516 INFO O| Sep 09 20:35:00.516 INFO STEP 739 (remove_files) COMPLETE
62842024-09-09T20:35:01.283Z[ recovery-image] Sep 09 20:35:00.516 INFO O| Sep 09 20:35:00.516 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-09T20:35:01.307Z[ recovery-image] Sep 09 20:35:00.534 INFO O| Sep 09 20:35:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62862024-09-09T20:35:01.307Z[ recovery-image] Sep 09 20:35:00.537 INFO O| Sep 09 20:35:00.537 INFO STEP 740 (remove_files) COMPLETE
62872024-09-09T20:35:01.307Z[ recovery-image] Sep 09 20:35:00.537 INFO O| Sep 09 20:35:00.537 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-09T20:35:01.331Z[ recovery-image] Sep 09 20:35:00.556 INFO O| Sep 09 20:35:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62892024-09-09T20:35:01.331Z[ recovery-image] Sep 09 20:35:00.556 INFO O| Sep 09 20:35:00.556 INFO STEP 741 (remove_files) COMPLETE
62902024-09-09T20:35:01.331Z[ recovery-image] Sep 09 20:35:00.556 INFO O| Sep 09 20:35:00.556 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-09T20:35:01.355Z[ recovery-image] Sep 09 20:35:00.590 INFO O| Sep 09 20:35:00.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62922024-09-09T20:35:01.355Z[ recovery-image] Sep 09 20:35:00.590 INFO O| Sep 09 20:35:00.590 INFO STEP 742 (remove_files) COMPLETE
62932024-09-09T20:35:01.355Z[ recovery-image] Sep 09 20:35:00.590 INFO O| Sep 09 20:35:00.590 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-09T20:35:01.380Z[ recovery-image] Sep 09 20:35:00.614 INFO O| Sep 09 20:35:00.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62952024-09-09T20:35:01.380Z[ recovery-image] Sep 09 20:35:00.615 INFO O| Sep 09 20:35:00.615 INFO STEP 743 (remove_files) COMPLETE
62962024-09-09T20:35:01.380Z[ recovery-image] Sep 09 20:35:00.615 INFO O| Sep 09 20:35:00.615 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-09T20:35:01.420Z[ recovery-image] Sep 09 20:35:00.664 INFO O| Sep 09 20:35:00.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62982024-09-09T20:35:01.444Z[ recovery-image] Sep 09 20:35:00.664 INFO O| Sep 09 20:35:00.664 INFO STEP 744 (remove_files) COMPLETE
62992024-09-09T20:35:01.444Z[ recovery-image] Sep 09 20:35:00.664 INFO O| Sep 09 20:35:00.664 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-09T20:35:01.444Z[ recovery-image] Sep 09 20:35:00.686 INFO O| Sep 09 20:35:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63012024-09-09T20:35:01.444Z[ recovery-image] Sep 09 20:35:00.687 INFO O| Sep 09 20:35:00.687 INFO STEP 745 (remove_files) COMPLETE
63022024-09-09T20:35:01.444Z[ recovery-image] Sep 09 20:35:00.687 INFO O| Sep 09 20:35:00.687 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-09T20:35:01.468Z[ recovery-image] Sep 09 20:35:00.708 INFO O| Sep 09 20:35:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63042024-09-09T20:35:01.468Z[ recovery-image] Sep 09 20:35:00.708 INFO O| Sep 09 20:35:00.708 INFO STEP 746 (remove_files) COMPLETE
63052024-09-09T20:35:01.468Z[ recovery-image] Sep 09 20:35:00.708 INFO O| Sep 09 20:35:00.708 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-09T20:35:01.499Z[ recovery-image] Sep 09 20:35:00.744 INFO O| Sep 09 20:35:00.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63072024-09-09T20:35:01.499Z[ recovery-image] Sep 09 20:35:00.744 INFO O| Sep 09 20:35:00.744 INFO STEP 747 (remove_files) COMPLETE
63082024-09-09T20:35:01.523Z[ recovery-image] Sep 09 20:35:00.744 INFO O| Sep 09 20:35:00.744 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-09T20:35:01.523Z[ recovery-image] Sep 09 20:35:00.762 INFO O| Sep 09 20:35:00.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63102024-09-09T20:35:01.523Z[ recovery-image] Sep 09 20:35:00.762 INFO O| Sep 09 20:35:00.762 INFO STEP 748 (remove_files) COMPLETE
63112024-09-09T20:35:01.523Z[ recovery-image] Sep 09 20:35:00.763 INFO O| Sep 09 20:35:00.763 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-09T20:35:01.547Z[ recovery-image] Sep 09 20:35:00.782 INFO O| Sep 09 20:35:00.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63132024-09-09T20:35:01.547Z[ recovery-image] Sep 09 20:35:00.783 INFO O| Sep 09 20:35:00.783 INFO STEP 749 (remove_files) COMPLETE
63142024-09-09T20:35:01.547Z[ recovery-image] Sep 09 20:35:00.783 INFO O| Sep 09 20:35:00.783 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-09T20:35:01.571Z[ recovery-image] Sep 09 20:35:00.813 INFO O| Sep 09 20:35:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63162024-09-09T20:35:01.571Z[ recovery-image] Sep 09 20:35:00.813 INFO O| Sep 09 20:35:00.813 INFO STEP 750 (remove_files) COMPLETE
63172024-09-09T20:35:01.571Z[ recovery-image] Sep 09 20:35:00.813 INFO O| Sep 09 20:35:00.813 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-09T20:35:01.595Z[ recovery-image] Sep 09 20:35:00.832 INFO O| Sep 09 20:35:00.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63192024-09-09T20:35:01.595Z[ recovery-image] Sep 09 20:35:00.832 INFO O| Sep 09 20:35:00.832 INFO STEP 751 (remove_files) COMPLETE
63202024-09-09T20:35:01.595Z[ recovery-image] Sep 09 20:35:00.832 INFO O| Sep 09 20:35:00.832 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-09T20:35:01.623Z[ recovery-image] Sep 09 20:35:00.868 INFO O| Sep 09 20:35:00.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63222024-09-09T20:35:01.647Z[ recovery-image] Sep 09 20:35:00.868 INFO O| Sep 09 20:35:00.868 INFO STEP 752 (remove_files) COMPLETE
63232024-09-09T20:35:01.647Z[ recovery-image] Sep 09 20:35:00.868 INFO O| Sep 09 20:35:00.868 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-09T20:35:01.670Z[ recovery-image] Sep 09 20:35:00.895 INFO O| Sep 09 20:35:00.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63252024-09-09T20:35:01.670Z[ recovery-image] Sep 09 20:35:00.895 INFO O| Sep 09 20:35:00.895 INFO STEP 753 (remove_files) COMPLETE
63262024-09-09T20:35:01.670Z[ recovery-image] Sep 09 20:35:00.895 INFO O| Sep 09 20:35:00.895 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-09T20:35:01.694Z[ recovery-image] Sep 09 20:35:00.928 INFO O| Sep 09 20:35:00.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63282024-09-09T20:35:01.694Z[ recovery-image] Sep 09 20:35:00.928 INFO O| Sep 09 20:35:00.928 INFO STEP 754 (remove_files) COMPLETE
63292024-09-09T20:35:01.694Z[ recovery-image] Sep 09 20:35:00.928 INFO O| Sep 09 20:35:00.928 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-09T20:35:01.718Z[ recovery-image] Sep 09 20:35:00.952 INFO O| Sep 09 20:35:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63312024-09-09T20:35:01.718Z[ recovery-image] Sep 09 20:35:00.952 INFO O| Sep 09 20:35:00.952 INFO STEP 755 (remove_files) COMPLETE
63322024-09-09T20:35:01.718Z[ recovery-image] Sep 09 20:35:00.952 INFO O| Sep 09 20:35:00.952 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-09T20:35:01.743Z[ recovery-image] Sep 09 20:35:00.976 INFO O| Sep 09 20:35:00.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63342024-09-09T20:35:01.743Z[ recovery-image] Sep 09 20:35:00.976 INFO O| Sep 09 20:35:00.976 INFO STEP 756 (remove_files) COMPLETE
63352024-09-09T20:35:01.743Z[ recovery-image] Sep 09 20:35:00.976 INFO O| Sep 09 20:35:00.976 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-09T20:35:01.767Z[ recovery-image] Sep 09 20:35:01.000 INFO O| Sep 09 20:35:01.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63372024-09-09T20:35:01.767Z[ recovery-image] Sep 09 20:35:01.000 INFO O| Sep 09 20:35:01.000 INFO STEP 757 (remove_files) COMPLETE
63382024-09-09T20:35:01.767Z[ recovery-image] Sep 09 20:35:01.000 INFO O| Sep 09 20:35:01.000 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-09T20:35:01.791Z[ recovery-image] Sep 09 20:35:01.022 INFO O| Sep 09 20:35:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63402024-09-09T20:35:01.791Z[ recovery-image] Sep 09 20:35:01.022 INFO O| Sep 09 20:35:01.022 INFO STEP 758 (remove_files) COMPLETE
63412024-09-09T20:35:01.791Z[ recovery-image] Sep 09 20:35:01.022 INFO O| Sep 09 20:35:01.022 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-09T20:35:01.815Z[ recovery-image] Sep 09 20:35:01.039 INFO O| Sep 09 20:35:01.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63432024-09-09T20:35:01.815Z[ recovery-image] Sep 09 20:35:01.040 INFO O| Sep 09 20:35:01.039 INFO STEP 759 (remove_files) COMPLETE
63442024-09-09T20:35:01.815Z[ recovery-image] Sep 09 20:35:01.040 INFO O| Sep 09 20:35:01.039 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-09T20:35:01.839Z[ recovery-image] Sep 09 20:35:01.057 INFO O| Sep 09 20:35:01.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63462024-09-09T20:35:01.839Z[ recovery-image] Sep 09 20:35:01.057 INFO O| Sep 09 20:35:01.057 INFO STEP 760 (remove_files) COMPLETE
63472024-09-09T20:35:01.839Z[ recovery-image] Sep 09 20:35:01.057 INFO O| Sep 09 20:35:01.057 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-09T20:35:01.839Z[ recovery-image] Sep 09 20:35:01.074 INFO O| Sep 09 20:35:01.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63492024-09-09T20:35:01.839Z[ recovery-image] Sep 09 20:35:01.074 INFO O| Sep 09 20:35:01.074 INFO STEP 761 (remove_files) COMPLETE
63502024-09-09T20:35:01.839Z[ recovery-image] Sep 09 20:35:01.074 INFO O| Sep 09 20:35:01.074 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-09T20:35:01.863Z[ recovery-image] Sep 09 20:35:01.090 INFO O| Sep 09 20:35:01.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63522024-09-09T20:35:01.863Z[ recovery-image] Sep 09 20:35:01.091 INFO O| Sep 09 20:35:01.091 INFO STEP 762 (remove_files) COMPLETE
63532024-09-09T20:35:01.863Z[ recovery-image] Sep 09 20:35:01.091 INFO O| Sep 09 20:35:01.091 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-09T20:35:01.891Z[ recovery-image] Sep 09 20:35:01.135 INFO O| Sep 09 20:35:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63552024-09-09T20:35:01.891Z[ recovery-image] Sep 09 20:35:01.136 INFO O| Sep 09 20:35:01.135 INFO STEP 763 (remove_files) COMPLETE
63562024-09-09T20:35:01.915Z[ recovery-image] Sep 09 20:35:01.136 INFO O| Sep 09 20:35:01.136 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-09T20:35:01.915Z[ recovery-image] Sep 09 20:35:01.152 INFO O| Sep 09 20:35:01.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63582024-09-09T20:35:01.915Z[ recovery-image] Sep 09 20:35:01.152 INFO O| Sep 09 20:35:01.152 INFO STEP 764 (remove_files) COMPLETE
63592024-09-09T20:35:01.915Z[ recovery-image] Sep 09 20:35:01.153 INFO O| Sep 09 20:35:01.153 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-09T20:35:01.939Z[ recovery-image] Sep 09 20:35:01.168 INFO O| Sep 09 20:35:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63612024-09-09T20:35:01.939Z[ recovery-image] Sep 09 20:35:01.169 INFO O| Sep 09 20:35:01.169 INFO STEP 765 (remove_files) COMPLETE
63622024-09-09T20:35:01.939Z[ recovery-image] Sep 09 20:35:01.169 INFO O| Sep 09 20:35:01.169 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-09T20:35:01.963Z[ recovery-image] Sep 09 20:35:01.185 INFO O| Sep 09 20:35:01.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63642024-09-09T20:35:01.963Z[ recovery-image] Sep 09 20:35:01.185 INFO O| Sep 09 20:35:01.185 INFO STEP 766 (remove_files) COMPLETE
63652024-09-09T20:35:01.963Z[ recovery-image] Sep 09 20:35:01.186 INFO O| Sep 09 20:35:01.186 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-09T20:35:01.987Z[ recovery-image] Sep 09 20:35:01.222 INFO O| Sep 09 20:35:01.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63672024-09-09T20:35:01.987Z[ recovery-image] Sep 09 20:35:01.222 INFO O| Sep 09 20:35:01.222 INFO STEP 767 (remove_files) COMPLETE
63682024-09-09T20:35:01.987Z[ recovery-image] Sep 09 20:35:01.222 INFO O| Sep 09 20:35:01.222 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-09T20:35:02.011Z[ recovery-image] Sep 09 20:35:01.255 INFO O| Sep 09 20:35:01.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63702024-09-09T20:35:02.035Z[ recovery-image] Sep 09 20:35:01.261 INFO O| Sep 09 20:35:01.261 INFO STEP 768 (remove_files) COMPLETE
63712024-09-09T20:35:02.035Z[ recovery-image] Sep 09 20:35:01.261 INFO O| Sep 09 20:35:01.261 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-09-09T20:35:02.060Z[ recovery-image] Sep 09 20:35:01.281 INFO O| Sep 09 20:35:01.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63732024-09-09T20:35:02.060Z[ recovery-image] Sep 09 20:35:01.282 INFO O| Sep 09 20:35:01.281 INFO STEP 769 (remove_files) COMPLETE
63742024-09-09T20:35:02.060Z[ recovery-image] Sep 09 20:35:01.282 INFO O| Sep 09 20:35:01.282 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-09-09T20:35:02.060Z[ recovery-image] Sep 09 20:35:01.299 INFO O| Sep 09 20:35:01.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63762024-09-09T20:35:02.060Z[ recovery-image] Sep 09 20:35:01.299 INFO O| Sep 09 20:35:01.299 INFO STEP 770 (remove_files) COMPLETE
63772024-09-09T20:35:02.060Z[ recovery-image] Sep 09 20:35:01.299 INFO O| Sep 09 20:35:01.299 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-09-09T20:35:02.084Z[ recovery-image] Sep 09 20:35:01.315 INFO O| Sep 09 20:35:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63792024-09-09T20:35:02.084Z[ recovery-image] Sep 09 20:35:01.315 INFO O| Sep 09 20:35:01.315 INFO STEP 771 (remove_files) COMPLETE
63802024-09-09T20:35:02.084Z[ recovery-image] Sep 09 20:35:01.315 INFO O| Sep 09 20:35:01.315 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-09-09T20:35:02.109Z[ recovery-image] Sep 09 20:35:01.349 INFO O| Sep 09 20:35:01.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63822024-09-09T20:35:02.109Z[ recovery-image] Sep 09 20:35:01.349 INFO O| Sep 09 20:35:01.349 INFO STEP 772 (remove_files) COMPLETE
63832024-09-09T20:35:02.109Z[ recovery-image] Sep 09 20:35:01.349 INFO O| Sep 09 20:35:01.349 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-09-09T20:35:02.133Z[ recovery-image] Sep 09 20:35:01.364 INFO O| Sep 09 20:35:01.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63852024-09-09T20:35:02.133Z[ recovery-image] Sep 09 20:35:01.364 INFO O| Sep 09 20:35:01.364 INFO STEP 773 (remove_files) COMPLETE
63862024-09-09T20:35:02.133Z[ recovery-image] Sep 09 20:35:01.364 INFO O| Sep 09 20:35:01.364 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-09-09T20:35:02.157Z[ recovery-image] Sep 09 20:35:01.384 INFO O| Sep 09 20:35:01.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63882024-09-09T20:35:02.157Z[ recovery-image] Sep 09 20:35:01.384 INFO O| Sep 09 20:35:01.384 INFO STEP 774 (remove_files) COMPLETE
63892024-09-09T20:35:02.157Z[ recovery-image] Sep 09 20:35:01.384 INFO O| Sep 09 20:35:01.384 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-09-09T20:35:02.157Z[ recovery-image] Sep 09 20:35:01.402 INFO O| Sep 09 20:35:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63912024-09-09T20:35:02.157Z[ recovery-image] Sep 09 20:35:01.402 INFO O| Sep 09 20:35:01.402 INFO STEP 775 (remove_files) COMPLETE
63922024-09-09T20:35:02.181Z[ recovery-image] Sep 09 20:35:01.402 INFO O| Sep 09 20:35:01.402 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-09-09T20:35:02.181Z[ recovery-image] Sep 09 20:35:01.421 INFO O| Sep 09 20:35:01.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63942024-09-09T20:35:02.181Z[ recovery-image] Sep 09 20:35:01.421 INFO O| Sep 09 20:35:01.421 INFO STEP 776 (remove_files) COMPLETE
63952024-09-09T20:35:02.181Z[ recovery-image] Sep 09 20:35:01.421 INFO O| Sep 09 20:35:01.421 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-09-09T20:35:02.206Z[ recovery-image] Sep 09 20:35:01.450 INFO O| Sep 09 20:35:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63972024-09-09T20:35:02.231Z[ recovery-image] Sep 09 20:35:01.450 INFO O| Sep 09 20:35:01.450 INFO STEP 777 (remove_files) COMPLETE
63982024-09-09T20:35:02.231Z[ recovery-image] Sep 09 20:35:01.450 INFO O| Sep 09 20:35:01.450 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-09-09T20:35:02.231Z[ recovery-image] Sep 09 20:35:01.468 INFO O| Sep 09 20:35:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64002024-09-09T20:35:02.231Z[ recovery-image] Sep 09 20:35:01.468 INFO O| Sep 09 20:35:01.468 INFO STEP 778 (remove_files) COMPLETE
64012024-09-09T20:35:02.231Z[ recovery-image] Sep 09 20:35:01.468 INFO O| Sep 09 20:35:01.468 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-09-09T20:35:02.254Z[ recovery-image] Sep 09 20:35:01.484 INFO O| Sep 09 20:35:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64032024-09-09T20:35:02.254Z[ recovery-image] Sep 09 20:35:01.484 INFO O| Sep 09 20:35:01.484 INFO STEP 779 (remove_files) COMPLETE
64042024-09-09T20:35:02.254Z[ recovery-image] Sep 09 20:35:01.484 INFO O| Sep 09 20:35:01.484 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-09-09T20:35:02.279Z[ recovery-image] Sep 09 20:35:01.501 INFO O| Sep 09 20:35:01.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64062024-09-09T20:35:02.279Z[ recovery-image] Sep 09 20:35:01.502 INFO O| Sep 09 20:35:01.501 INFO STEP 780 (remove_files) COMPLETE
64072024-09-09T20:35:02.279Z[ recovery-image] Sep 09 20:35:01.502 INFO O| Sep 09 20:35:01.502 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-09T20:35:02.279Z[ recovery-image] Sep 09 20:35:01.517 INFO O| Sep 09 20:35:01.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64092024-09-09T20:35:02.279Z[ recovery-image] Sep 09 20:35:01.517 INFO O| Sep 09 20:35:01.517 INFO STEP 781 (remove_files) COMPLETE
64102024-09-09T20:35:02.279Z[ recovery-image] Sep 09 20:35:01.517 INFO O| Sep 09 20:35:01.517 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-09T20:35:02.303Z[ recovery-image] Sep 09 20:35:01.533 INFO O| Sep 09 20:35:01.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64122024-09-09T20:35:02.303Z[ recovery-image] Sep 09 20:35:01.533 INFO O| Sep 09 20:35:01.533 INFO STEP 782 (remove_files) COMPLETE
64132024-09-09T20:35:02.303Z[ recovery-image] Sep 09 20:35:01.533 INFO O| Sep 09 20:35:01.533 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-09T20:35:02.327Z[ recovery-image] Sep 09 20:35:01.549 INFO O| Sep 09 20:35:01.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64152024-09-09T20:35:02.327Z[ recovery-image] Sep 09 20:35:01.549 INFO O| Sep 09 20:35:01.549 INFO STEP 783 (remove_files) COMPLETE
64162024-09-09T20:35:02.327Z[ recovery-image] Sep 09 20:35:01.549 INFO O| Sep 09 20:35:01.549 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-09-09T20:35:02.327Z[ recovery-image] Sep 09 20:35:01.571 INFO O| Sep 09 20:35:01.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64182024-09-09T20:35:02.327Z[ recovery-image] Sep 09 20:35:01.571 INFO O| Sep 09 20:35:01.571 INFO STEP 784 (remove_files) COMPLETE
64192024-09-09T20:35:02.327Z[ recovery-image] Sep 09 20:35:01.571 INFO O| Sep 09 20:35:01.571 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-09-09T20:35:02.354Z[ recovery-image] Sep 09 20:35:01.598 INFO O| Sep 09 20:35:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64212024-09-09T20:35:02.354Z[ recovery-image] Sep 09 20:35:01.598 INFO O| Sep 09 20:35:01.598 INFO STEP 785 (remove_files) COMPLETE
64222024-09-09T20:35:02.354Z[ recovery-image] Sep 09 20:35:01.598 INFO O| Sep 09 20:35:01.598 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-09-09T20:35:02.378Z[ recovery-image] Sep 09 20:35:01.614 INFO O| Sep 09 20:35:01.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64242024-09-09T20:35:02.378Z[ recovery-image] Sep 09 20:35:01.614 INFO O| Sep 09 20:35:01.614 INFO STEP 786 (remove_files) COMPLETE
64252024-09-09T20:35:02.378Z[ recovery-image] Sep 09 20:35:01.614 INFO O| Sep 09 20:35:01.614 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-09-09T20:35:02.405Z[ recovery-image] Sep 09 20:35:01.636 INFO O| Sep 09 20:35:01.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64272024-09-09T20:35:02.405Z[ recovery-image] Sep 09 20:35:01.636 INFO O| Sep 09 20:35:01.636 INFO STEP 787 (remove_files) COMPLETE
64282024-09-09T20:35:02.405Z[ recovery-image] Sep 09 20:35:01.636 INFO O| Sep 09 20:35:01.636 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-09-09T20:35:02.429Z[ recovery-image] Sep 09 20:35:01.655 INFO O| Sep 09 20:35:01.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64302024-09-09T20:35:02.429Z[ recovery-image] Sep 09 20:35:01.655 INFO O| Sep 09 20:35:01.655 INFO STEP 788 (remove_files) COMPLETE
64312024-09-09T20:35:02.429Z[ recovery-image] Sep 09 20:35:01.656 INFO O| Sep 09 20:35:01.655 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-09-09T20:35:02.453Z[ recovery-image] Sep 09 20:35:01.677 INFO O| Sep 09 20:35:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64332024-09-09T20:35:02.453Z[ recovery-image] Sep 09 20:35:01.677 INFO O| Sep 09 20:35:01.677 INFO STEP 789 (remove_files) COMPLETE
64342024-09-09T20:35:02.453Z[ recovery-image] Sep 09 20:35:01.677 INFO O| Sep 09 20:35:01.677 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-09T20:35:02.477Z[ recovery-image] Sep 09 20:35:01.707 INFO O| Sep 09 20:35:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64362024-09-09T20:35:02.477Z[ recovery-image] Sep 09 20:35:01.707 INFO O| Sep 09 20:35:01.707 INFO STEP 790 (remove_files) COMPLETE
64372024-09-09T20:35:02.477Z[ recovery-image] Sep 09 20:35:01.707 INFO O| Sep 09 20:35:01.707 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-09-09T20:35:02.502Z[ recovery-image] Sep 09 20:35:01.724 INFO O| Sep 09 20:35:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64392024-09-09T20:35:02.502Z[ recovery-image] Sep 09 20:35:01.724 INFO O| Sep 09 20:35:01.724 INFO STEP 791 (remove_files) COMPLETE
64402024-09-09T20:35:02.502Z[ recovery-image] Sep 09 20:35:01.725 INFO O| Sep 09 20:35:01.724 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-09-09T20:35:02.502Z[ recovery-image] Sep 09 20:35:01.742 INFO O| Sep 09 20:35:01.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64422024-09-09T20:35:02.502Z[ recovery-image] Sep 09 20:35:01.743 INFO O| Sep 09 20:35:01.743 INFO STEP 792 (remove_files) COMPLETE
64432024-09-09T20:35:02.502Z[ recovery-image] Sep 09 20:35:01.743 INFO O| Sep 09 20:35:01.743 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-09T20:35:02.526Z[ recovery-image] Sep 09 20:35:01.759 INFO O| Sep 09 20:35:01.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64452024-09-09T20:35:02.526Z[ recovery-image] Sep 09 20:35:01.760 INFO O| Sep 09 20:35:01.760 INFO STEP 793 (remove_files) COMPLETE
64462024-09-09T20:35:02.526Z[ recovery-image] Sep 09 20:35:01.760 INFO O| Sep 09 20:35:01.760 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-09T20:35:02.550Z[ recovery-image] Sep 09 20:35:01.776 INFO O| Sep 09 20:35:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64482024-09-09T20:35:02.550Z[ recovery-image] Sep 09 20:35:01.776 INFO O| Sep 09 20:35:01.776 INFO STEP 794 (remove_files) COMPLETE
64492024-09-09T20:35:02.550Z[ recovery-image] Sep 09 20:35:01.777 INFO O| Sep 09 20:35:01.777 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-09T20:35:02.590Z[ recovery-image] Sep 09 20:35:01.834 INFO O| Sep 09 20:35:01.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64512024-09-09T20:35:02.590Z[ recovery-image] Sep 09 20:35:01.835 INFO O| Sep 09 20:35:01.835 INFO STEP 795 (remove_files) COMPLETE
64522024-09-09T20:35:02.614Z[ recovery-image] Sep 09 20:35:01.835 INFO O| Sep 09 20:35:01.835 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-09T20:35:02.614Z[ recovery-image] Sep 09 20:35:01.852 INFO O| Sep 09 20:35:01.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64542024-09-09T20:35:02.614Z[ recovery-image] Sep 09 20:35:01.853 INFO O| Sep 09 20:35:01.853 INFO STEP 796 (remove_files) COMPLETE
64552024-09-09T20:35:02.614Z[ recovery-image] Sep 09 20:35:01.853 INFO O| Sep 09 20:35:01.853 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-09T20:35:02.638Z[ recovery-image] Sep 09 20:35:01.872 INFO O| Sep 09 20:35:01.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64572024-09-09T20:35:02.638Z[ recovery-image] Sep 09 20:35:01.873 INFO O| Sep 09 20:35:01.873 INFO STEP 797 (remove_files) COMPLETE
64582024-09-09T20:35:02.638Z[ recovery-image] Sep 09 20:35:01.873 INFO O| Sep 09 20:35:01.873 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-09T20:35:02.662Z[ recovery-image] Sep 09 20:35:01.891 INFO O| Sep 09 20:35:01.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64602024-09-09T20:35:02.662Z[ recovery-image] Sep 09 20:35:01.892 INFO O| Sep 09 20:35:01.892 INFO STEP 798 (remove_files) COMPLETE
64612024-09-09T20:35:02.662Z[ recovery-image] Sep 09 20:35:01.892 INFO O| Sep 09 20:35:01.892 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-09T20:35:02.686Z[ recovery-image] Sep 09 20:35:01.909 INFO O| Sep 09 20:35:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64632024-09-09T20:35:02.686Z[ recovery-image] Sep 09 20:35:01.909 INFO O| Sep 09 20:35:01.909 INFO STEP 799 (remove_files) COMPLETE
64642024-09-09T20:35:02.686Z[ recovery-image] Sep 09 20:35:01.909 INFO O| Sep 09 20:35:01.909 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-09T20:35:02.686Z[ recovery-image] Sep 09 20:35:01.925 INFO O| Sep 09 20:35:01.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64662024-09-09T20:35:02.686Z[ recovery-image] Sep 09 20:35:01.925 INFO O| Sep 09 20:35:01.925 INFO STEP 800 (remove_files) COMPLETE
64672024-09-09T20:35:02.686Z[ recovery-image] Sep 09 20:35:01.925 INFO O| Sep 09 20:35:01.925 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-09T20:35:02.710Z[ recovery-image] Sep 09 20:35:01.942 INFO O| Sep 09 20:35:01.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64692024-09-09T20:35:02.710Z[ recovery-image] Sep 09 20:35:01.942 INFO O| Sep 09 20:35:01.942 INFO STEP 801 (remove_files) COMPLETE
64702024-09-09T20:35:02.710Z[ recovery-image] Sep 09 20:35:01.942 INFO O| Sep 09 20:35:01.942 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-09T20:35:02.734Z[ recovery-image] Sep 09 20:35:01.959 INFO O| Sep 09 20:35:01.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64722024-09-09T20:35:02.734Z[ recovery-image] Sep 09 20:35:01.959 INFO O| Sep 09 20:35:01.959 INFO STEP 802 (remove_files) COMPLETE
64732024-09-09T20:35:02.734Z[ recovery-image] Sep 09 20:35:01.959 INFO O| Sep 09 20:35:01.959 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-09T20:35:02.734Z[ recovery-image] Sep 09 20:35:01.977 INFO O| Sep 09 20:35:01.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64752024-09-09T20:35:02.734Z[ recovery-image] Sep 09 20:35:01.977 INFO O| Sep 09 20:35:01.977 INFO STEP 803 (remove_files) COMPLETE
64762024-09-09T20:35:02.734Z[ recovery-image] Sep 09 20:35:01.977 INFO O| Sep 09 20:35:01.977 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-09T20:35:02.758Z[ recovery-image] Sep 09 20:35:01.994 INFO O| Sep 09 20:35:01.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64782024-09-09T20:35:02.758Z[ recovery-image] Sep 09 20:35:01.994 INFO O| Sep 09 20:35:01.994 INFO STEP 804 (remove_files) COMPLETE
64792024-09-09T20:35:02.758Z[ recovery-image] Sep 09 20:35:01.994 INFO O| Sep 09 20:35:01.994 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-09T20:35:02.782Z[ recovery-image] Sep 09 20:35:02.014 INFO O| Sep 09 20:35:02.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64812024-09-09T20:35:02.782Z[ recovery-image] Sep 09 20:35:02.014 INFO O| Sep 09 20:35:02.014 INFO STEP 805 (remove_files) COMPLETE
64822024-09-09T20:35:02.782Z[ recovery-image] Sep 09 20:35:02.014 INFO O| Sep 09 20:35:02.014 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-09T20:35:02.806Z[ recovery-image] Sep 09 20:35:02.035 INFO O| Sep 09 20:35:02.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64842024-09-09T20:35:02.806Z[ recovery-image] Sep 09 20:35:02.035 INFO O| Sep 09 20:35:02.035 INFO STEP 806 (remove_files) COMPLETE
64852024-09-09T20:35:02.806Z[ recovery-image] Sep 09 20:35:02.036 INFO O| Sep 09 20:35:02.035 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-09T20:35:02.830Z[ recovery-image] Sep 09 20:35:02.060 INFO O| Sep 09 20:35:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64872024-09-09T20:35:02.830Z[ recovery-image] Sep 09 20:35:02.060 INFO O| Sep 09 20:35:02.060 INFO STEP 807 (remove_files) COMPLETE
64882024-09-09T20:35:02.830Z[ recovery-image] Sep 09 20:35:02.060 INFO O| Sep 09 20:35:02.060 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-09T20:35:02.854Z[ recovery-image] Sep 09 20:35:02.076 INFO O| Sep 09 20:35:02.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64902024-09-09T20:35:02.854Z[ recovery-image] Sep 09 20:35:02.076 INFO O| Sep 09 20:35:02.076 INFO STEP 808 (remove_files) COMPLETE
64912024-09-09T20:35:02.854Z[ recovery-image] Sep 09 20:35:02.076 INFO O| Sep 09 20:35:02.076 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-09-09T20:35:02.854Z[ recovery-image] Sep 09 20:35:02.090 INFO O| Sep 09 20:35:02.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64932024-09-09T20:35:02.854Z[ recovery-image] Sep 09 20:35:02.090 INFO O| Sep 09 20:35:02.090 INFO STEP 809 (remove_files) COMPLETE
64942024-09-09T20:35:02.854Z[ recovery-image] Sep 09 20:35:02.091 INFO O| Sep 09 20:35:02.090 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-09T20:35:02.878Z[ recovery-image] Sep 09 20:35:02.105 INFO O| Sep 09 20:35:02.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64962024-09-09T20:35:02.878Z[ recovery-image] Sep 09 20:35:02.105 INFO O| Sep 09 20:35:02.105 INFO STEP 810 (remove_files) COMPLETE
64972024-09-09T20:35:02.878Z[ recovery-image] Sep 09 20:35:02.105 INFO O| Sep 09 20:35:02.105 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-09T20:35:02.878Z[ recovery-image] Sep 09 20:35:02.119 INFO O| Sep 09 20:35:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64992024-09-09T20:35:02.878Z[ recovery-image] Sep 09 20:35:02.119 INFO O| Sep 09 20:35:02.119 INFO STEP 811 (remove_files) COMPLETE
65002024-09-09T20:35:02.878Z[ recovery-image] Sep 09 20:35:02.119 INFO O| Sep 09 20:35:02.119 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-09T20:35:02.902Z[ recovery-image] Sep 09 20:35:02.143 INFO O| Sep 09 20:35:02.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65022024-09-09T20:35:02.902Z[ recovery-image] Sep 09 20:35:02.143 INFO O| Sep 09 20:35:02.143 INFO STEP 812 (remove_files) COMPLETE
65032024-09-09T20:35:02.903Z[ recovery-image] Sep 09 20:35:02.143 INFO O| Sep 09 20:35:02.143 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-09T20:35:02.927Z[ recovery-image] Sep 09 20:35:02.162 INFO O| Sep 09 20:35:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65052024-09-09T20:35:02.927Z[ recovery-image] Sep 09 20:35:02.162 INFO O| Sep 09 20:35:02.162 INFO STEP 813 (remove_files) COMPLETE
65062024-09-09T20:35:02.927Z[ recovery-image] Sep 09 20:35:02.162 INFO O| Sep 09 20:35:02.162 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-09T20:35:02.953Z[ recovery-image] Sep 09 20:35:02.179 INFO O| Sep 09 20:35:02.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65082024-09-09T20:35:02.953Z[ recovery-image] Sep 09 20:35:02.179 INFO O| Sep 09 20:35:02.179 INFO STEP 814 (remove_files) COMPLETE
65092024-09-09T20:35:02.953Z[ recovery-image] Sep 09 20:35:02.179 INFO O| Sep 09 20:35:02.179 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-09T20:35:02.953Z[ recovery-image] Sep 09 20:35:02.192 INFO O| Sep 09 20:35:02.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65112024-09-09T20:35:02.953Z[ recovery-image] Sep 09 20:35:02.192 INFO O| Sep 09 20:35:02.192 INFO STEP 815 (remove_files) COMPLETE
65122024-09-09T20:35:02.953Z[ recovery-image] Sep 09 20:35:02.193 INFO O| Sep 09 20:35:02.192 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-09T20:35:02.977Z[ recovery-image] Sep 09 20:35:02.207 INFO O| Sep 09 20:35:02.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65142024-09-09T20:35:02.977Z[ recovery-image] Sep 09 20:35:02.207 INFO O| Sep 09 20:35:02.207 INFO STEP 816 (remove_files) COMPLETE
65152024-09-09T20:35:02.977Z[ recovery-image] Sep 09 20:35:02.207 INFO O| Sep 09 20:35:02.207 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-09T20:35:02.977Z[ recovery-image] Sep 09 20:35:02.221 INFO O| Sep 09 20:35:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65172024-09-09T20:35:02.977Z[ recovery-image] Sep 09 20:35:02.221 INFO O| Sep 09 20:35:02.221 INFO STEP 817 (remove_files) COMPLETE
65182024-09-09T20:35:02.977Z[ recovery-image] Sep 09 20:35:02.221 INFO O| Sep 09 20:35:02.221 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-09T20:35:03.002Z[ recovery-image] Sep 09 20:35:02.235 INFO O| Sep 09 20:35:02.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65202024-09-09T20:35:03.002Z[ recovery-image] Sep 09 20:35:02.235 INFO O| Sep 09 20:35:02.235 INFO STEP 818 (remove_files) COMPLETE
65212024-09-09T20:35:03.002Z[ recovery-image] Sep 09 20:35:02.235 INFO O| Sep 09 20:35:02.235 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-09T20:35:03.026Z[ recovery-image] Sep 09 20:35:02.258 INFO O| Sep 09 20:35:02.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65232024-09-09T20:35:03.026Z[ recovery-image] Sep 09 20:35:02.258 INFO O| Sep 09 20:35:02.258 INFO STEP 819 (remove_files) COMPLETE
65242024-09-09T20:35:03.026Z[ recovery-image] Sep 09 20:35:02.258 INFO O| Sep 09 20:35:02.258 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-09T20:35:03.051Z[ recovery-image] Sep 09 20:35:02.278 INFO O| Sep 09 20:35:02.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65262024-09-09T20:35:03.051Z[ recovery-image] Sep 09 20:35:02.278 INFO O| Sep 09 20:35:02.278 INFO STEP 820 (remove_files) COMPLETE
65272024-09-09T20:35:03.051Z[ recovery-image] Sep 09 20:35:02.278 INFO O| Sep 09 20:35:02.278 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-09T20:35:03.075Z[ recovery-image] Sep 09 20:35:02.296 INFO O| Sep 09 20:35:02.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65292024-09-09T20:35:03.075Z[ recovery-image] Sep 09 20:35:02.296 INFO O| Sep 09 20:35:02.296 INFO STEP 821 (remove_files) COMPLETE
65302024-09-09T20:35:03.075Z[ recovery-image] Sep 09 20:35:02.296 INFO O| Sep 09 20:35:02.296 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-09T20:35:03.075Z[ recovery-image] Sep 09 20:35:02.313 INFO O| Sep 09 20:35:02.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65322024-09-09T20:35:03.075Z[ recovery-image] Sep 09 20:35:02.313 INFO O| Sep 09 20:35:02.313 INFO STEP 822 (remove_files) COMPLETE
65332024-09-09T20:35:03.075Z[ recovery-image] Sep 09 20:35:02.313 INFO O| Sep 09 20:35:02.313 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-09T20:35:03.099Z[ recovery-image] Sep 09 20:35:02.329 INFO O| Sep 09 20:35:02.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65352024-09-09T20:35:03.099Z[ recovery-image] Sep 09 20:35:02.330 INFO O| Sep 09 20:35:02.329 INFO STEP 823 (remove_files) COMPLETE
65362024-09-09T20:35:03.099Z[ recovery-image] Sep 09 20:35:02.330 INFO O| Sep 09 20:35:02.330 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-09T20:35:03.123Z[ recovery-image] Sep 09 20:35:02.346 INFO O| Sep 09 20:35:02.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65382024-09-09T20:35:03.123Z[ recovery-image] Sep 09 20:35:02.346 INFO O| Sep 09 20:35:02.346 INFO STEP 824 (remove_files) COMPLETE
65392024-09-09T20:35:03.123Z[ recovery-image] Sep 09 20:35:02.346 INFO O| Sep 09 20:35:02.346 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-09T20:35:03.123Z[ recovery-image] Sep 09 20:35:02.361 INFO O| Sep 09 20:35:02.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65412024-09-09T20:35:03.123Z[ recovery-image] Sep 09 20:35:02.362 INFO O| Sep 09 20:35:02.362 INFO STEP 825 (remove_files) COMPLETE
65422024-09-09T20:35:03.123Z[ recovery-image] Sep 09 20:35:02.362 INFO O| Sep 09 20:35:02.362 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-09T20:35:03.147Z[ recovery-image] Sep 09 20:35:02.378 INFO O| Sep 09 20:35:02.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65442024-09-09T20:35:03.147Z[ recovery-image] Sep 09 20:35:02.378 INFO O| Sep 09 20:35:02.378 INFO STEP 826 (remove_files) COMPLETE
65452024-09-09T20:35:03.147Z[ recovery-image] Sep 09 20:35:02.378 INFO O| Sep 09 20:35:02.378 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-09-09T20:35:03.171Z[ recovery-image] Sep 09 20:35:02.394 INFO O| Sep 09 20:35:02.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65472024-09-09T20:35:03.171Z[ recovery-image] Sep 09 20:35:02.395 INFO O| Sep 09 20:35:02.395 INFO STEP 827 (remove_files) COMPLETE
65482024-09-09T20:35:03.171Z[ recovery-image] Sep 09 20:35:02.395 INFO O| Sep 09 20:35:02.395 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-09-09T20:35:03.171Z[ recovery-image] Sep 09 20:35:02.410 INFO O| Sep 09 20:35:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65502024-09-09T20:35:03.171Z[ recovery-image] Sep 09 20:35:02.410 INFO O| Sep 09 20:35:02.410 INFO STEP 828 (remove_files) COMPLETE
65512024-09-09T20:35:03.171Z[ recovery-image] Sep 09 20:35:02.410 INFO O| Sep 09 20:35:02.410 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-09-09T20:35:03.195Z[ recovery-image] Sep 09 20:35:02.428 INFO O| Sep 09 20:35:02.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65532024-09-09T20:35:03.195Z[ recovery-image] Sep 09 20:35:02.428 INFO O| Sep 09 20:35:02.428 INFO STEP 829 (remove_files) COMPLETE
65542024-09-09T20:35:03.195Z[ recovery-image] Sep 09 20:35:02.428 INFO O| Sep 09 20:35:02.428 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-09-09T20:35:03.219Z[ recovery-image] Sep 09 20:35:02.445 INFO O| Sep 09 20:35:02.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65562024-09-09T20:35:03.219Z[ recovery-image] Sep 09 20:35:02.445 INFO O| Sep 09 20:35:02.445 INFO STEP 830 (remove_files) COMPLETE
65572024-09-09T20:35:03.219Z[ recovery-image] Sep 09 20:35:02.445 INFO O| Sep 09 20:35:02.445 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-09-09T20:35:03.219Z[ recovery-image] Sep 09 20:35:02.460 INFO O| Sep 09 20:35:02.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65592024-09-09T20:35:03.219Z[ recovery-image] Sep 09 20:35:02.460 INFO O| Sep 09 20:35:02.460 INFO STEP 831 (remove_files) COMPLETE
65602024-09-09T20:35:03.219Z[ recovery-image] Sep 09 20:35:02.460 INFO O| Sep 09 20:35:02.460 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-09-09T20:35:03.243Z[ recovery-image] Sep 09 20:35:02.476 INFO O| Sep 09 20:35:02.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65622024-09-09T20:35:03.243Z[ recovery-image] Sep 09 20:35:02.476 INFO O| Sep 09 20:35:02.476 INFO STEP 832 (remove_files) COMPLETE
65632024-09-09T20:35:03.243Z[ recovery-image] Sep 09 20:35:02.476 INFO O| Sep 09 20:35:02.476 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-09-09T20:35:03.267Z[ recovery-image] Sep 09 20:35:02.492 INFO O| Sep 09 20:35:02.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65652024-09-09T20:35:03.268Z[ recovery-image] Sep 09 20:35:02.492 INFO O| Sep 09 20:35:02.492 INFO STEP 833 (remove_files) COMPLETE
65662024-09-09T20:35:03.268Z[ recovery-image] Sep 09 20:35:02.492 INFO O| Sep 09 20:35:02.492 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-09-09T20:35:03.268Z[ recovery-image] Sep 09 20:35:02.508 INFO O| Sep 09 20:35:02.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65682024-09-09T20:35:03.268Z[ recovery-image] Sep 09 20:35:02.508 INFO O| Sep 09 20:35:02.508 INFO STEP 834 (remove_files) COMPLETE
65692024-09-09T20:35:03.268Z[ recovery-image] Sep 09 20:35:02.508 INFO O| Sep 09 20:35:02.508 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-09-09T20:35:03.292Z[ recovery-image] Sep 09 20:35:02.525 INFO O| Sep 09 20:35:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65712024-09-09T20:35:03.292Z[ recovery-image] Sep 09 20:35:02.525 INFO O| Sep 09 20:35:02.525 INFO STEP 835 (remove_files) COMPLETE
65722024-09-09T20:35:03.292Z[ recovery-image] Sep 09 20:35:02.525 INFO O| Sep 09 20:35:02.525 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-09-09T20:35:03.315Z[ recovery-image] Sep 09 20:35:02.540 INFO O| Sep 09 20:35:02.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65742024-09-09T20:35:03.315Z[ recovery-image] Sep 09 20:35:02.541 INFO O| Sep 09 20:35:02.541 INFO STEP 836 (remove_files) COMPLETE
65752024-09-09T20:35:03.315Z[ recovery-image] Sep 09 20:35:02.541 INFO O| Sep 09 20:35:02.541 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-09-09T20:35:03.315Z[ recovery-image] Sep 09 20:35:02.555 INFO O| Sep 09 20:35:02.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65772024-09-09T20:35:03.316Z[ recovery-image] Sep 09 20:35:02.555 INFO O| Sep 09 20:35:02.555 INFO STEP 837 (remove_files) COMPLETE
65782024-09-09T20:35:03.316Z[ recovery-image] Sep 09 20:35:02.555 INFO O| Sep 09 20:35:02.555 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-09-09T20:35:03.339Z[ recovery-image] Sep 09 20:35:02.570 INFO O| Sep 09 20:35:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65802024-09-09T20:35:03.339Z[ recovery-image] Sep 09 20:35:02.570 INFO O| Sep 09 20:35:02.570 INFO STEP 838 (remove_files) COMPLETE
65812024-09-09T20:35:03.339Z[ recovery-image] Sep 09 20:35:02.570 INFO O| Sep 09 20:35:02.570 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-09-09T20:35:03.364Z[ recovery-image] Sep 09 20:35:02.585 INFO O| Sep 09 20:35:02.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65832024-09-09T20:35:03.364Z[ recovery-image] Sep 09 20:35:02.585 INFO O| Sep 09 20:35:02.585 INFO STEP 839 (remove_files) COMPLETE
65842024-09-09T20:35:03.364Z[ recovery-image] Sep 09 20:35:02.585 INFO O| Sep 09 20:35:02.585 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-09-09T20:35:03.364Z[ recovery-image] Sep 09 20:35:02.603 INFO O| Sep 09 20:35:02.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65862024-09-09T20:35:03.364Z[ recovery-image] Sep 09 20:35:02.603 INFO O| Sep 09 20:35:02.603 INFO STEP 840 (remove_files) COMPLETE
65872024-09-09T20:35:03.364Z[ recovery-image] Sep 09 20:35:02.603 INFO O| Sep 09 20:35:02.603 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-09-09T20:35:03.388Z[ recovery-image] Sep 09 20:35:02.622 INFO O| Sep 09 20:35:02.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65892024-09-09T20:35:03.388Z[ recovery-image] Sep 09 20:35:02.622 INFO O| Sep 09 20:35:02.622 INFO STEP 841 (remove_files) COMPLETE
65902024-09-09T20:35:03.388Z[ recovery-image] Sep 09 20:35:02.622 INFO O| Sep 09 20:35:02.622 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-09-09T20:35:03.412Z[ recovery-image] Sep 09 20:35:02.640 INFO O| Sep 09 20:35:02.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65922024-09-09T20:35:03.413Z[ recovery-image] Sep 09 20:35:02.640 INFO O| Sep 09 20:35:02.640 INFO STEP 842 (remove_files) COMPLETE
65932024-09-09T20:35:03.413Z[ recovery-image] Sep 09 20:35:02.640 INFO O| Sep 09 20:35:02.640 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-09-09T20:35:03.436Z[ recovery-image] Sep 09 20:35:02.661 INFO O| Sep 09 20:35:02.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65952024-09-09T20:35:03.436Z[ recovery-image] Sep 09 20:35:02.661 INFO O| Sep 09 20:35:02.661 INFO STEP 843 (remove_files) COMPLETE
65962024-09-09T20:35:03.436Z[ recovery-image] Sep 09 20:35:02.661 INFO O| Sep 09 20:35:02.661 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-09-09T20:35:03.463Z[ recovery-image] Sep 09 20:35:02.686 INFO O| Sep 09 20:35:02.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65982024-09-09T20:35:03.463Z[ recovery-image] Sep 09 20:35:02.686 INFO O| Sep 09 20:35:02.685 INFO STEP 844 (remove_files) COMPLETE
65992024-09-09T20:35:03.463Z[ recovery-image] Sep 09 20:35:02.686 INFO O| Sep 09 20:35:02.685 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-09-09T20:35:03.487Z[ recovery-image] Sep 09 20:35:02.709 INFO O| Sep 09 20:35:02.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66012024-09-09T20:35:03.487Z[ recovery-image] Sep 09 20:35:02.709 INFO O| Sep 09 20:35:02.709 INFO STEP 845 (remove_files) COMPLETE
66022024-09-09T20:35:03.487Z[ recovery-image] Sep 09 20:35:02.709 INFO O| Sep 09 20:35:02.709 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-09-09T20:35:03.487Z[ recovery-image] Sep 09 20:35:02.731 INFO O| Sep 09 20:35:02.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66042024-09-09T20:35:03.487Z[ recovery-image] Sep 09 20:35:02.731 INFO O| Sep 09 20:35:02.731 INFO STEP 846 (remove_files) COMPLETE
66052024-09-09T20:35:03.487Z[ recovery-image] Sep 09 20:35:02.731 INFO O| Sep 09 20:35:02.731 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-09-09T20:35:03.535Z[ recovery-image] Sep 09 20:35:02.780 INFO O| Sep 09 20:35:02.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66072024-09-09T20:35:03.535Z[ recovery-image] Sep 09 20:35:02.780 INFO O| Sep 09 20:35:02.780 INFO STEP 847 (remove_files) COMPLETE
66082024-09-09T20:35:03.560Z[ recovery-image] Sep 09 20:35:02.780 INFO O| Sep 09 20:35:02.780 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-09-09T20:35:03.560Z[ recovery-image] Sep 09 20:35:02.801 INFO O| Sep 09 20:35:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66102024-09-09T20:35:03.560Z[ recovery-image] Sep 09 20:35:02.802 INFO O| Sep 09 20:35:02.802 INFO STEP 848 (remove_files) COMPLETE
66112024-09-09T20:35:03.560Z[ recovery-image] Sep 09 20:35:02.802 INFO O| Sep 09 20:35:02.802 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-09-09T20:35:03.584Z[ recovery-image] Sep 09 20:35:02.821 INFO O| Sep 09 20:35:02.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66132024-09-09T20:35:03.584Z[ recovery-image] Sep 09 20:35:02.821 INFO O| Sep 09 20:35:02.821 INFO STEP 849 (remove_files) COMPLETE
66142024-09-09T20:35:03.584Z[ recovery-image] Sep 09 20:35:02.821 INFO O| Sep 09 20:35:02.821 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-09-09T20:35:03.608Z[ recovery-image] Sep 09 20:35:02.839 INFO O| Sep 09 20:35:02.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66162024-09-09T20:35:03.608Z[ recovery-image] Sep 09 20:35:02.840 INFO O| Sep 09 20:35:02.840 INFO STEP 850 (remove_files) COMPLETE
66172024-09-09T20:35:03.608Z[ recovery-image] Sep 09 20:35:02.840 INFO O| Sep 09 20:35:02.840 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-09-09T20:35:03.632Z[ recovery-image] Sep 09 20:35:02.858 INFO O| Sep 09 20:35:02.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66192024-09-09T20:35:03.632Z[ recovery-image] Sep 09 20:35:02.858 INFO O| Sep 09 20:35:02.858 INFO STEP 851 (remove_files) COMPLETE
66202024-09-09T20:35:03.632Z[ recovery-image] Sep 09 20:35:02.858 INFO O| Sep 09 20:35:02.858 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-09-09T20:35:03.656Z[ recovery-image] Sep 09 20:35:02.877 INFO O| Sep 09 20:35:02.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66222024-09-09T20:35:03.656Z[ recovery-image] Sep 09 20:35:02.877 INFO O| Sep 09 20:35:02.877 INFO STEP 852 (remove_files) COMPLETE
66232024-09-09T20:35:03.656Z[ recovery-image] Sep 09 20:35:02.877 INFO O| Sep 09 20:35:02.877 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-09-09T20:35:03.656Z[ recovery-image] Sep 09 20:35:02.896 INFO O| Sep 09 20:35:02.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66252024-09-09T20:35:03.656Z[ recovery-image] Sep 09 20:35:02.896 INFO O| Sep 09 20:35:02.896 INFO STEP 853 (remove_files) COMPLETE
66262024-09-09T20:35:03.656Z[ recovery-image] Sep 09 20:35:02.896 INFO O| Sep 09 20:35:02.896 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-09-09T20:35:03.680Z[ recovery-image] Sep 09 20:35:02.920 INFO O| Sep 09 20:35:02.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66282024-09-09T20:35:03.681Z[ recovery-image] Sep 09 20:35:02.920 INFO O| Sep 09 20:35:02.920 INFO STEP 854 (remove_files) COMPLETE
66292024-09-09T20:35:03.681Z[ recovery-image] Sep 09 20:35:02.920 INFO O| Sep 09 20:35:02.920 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-09-09T20:35:03.704Z[ recovery-image] Sep 09 20:35:02.944 INFO O| Sep 09 20:35:02.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66312024-09-09T20:35:03.704Z[ recovery-image] Sep 09 20:35:02.944 INFO O| Sep 09 20:35:02.944 INFO STEP 855 (remove_files) COMPLETE
66322024-09-09T20:35:03.704Z[ recovery-image] Sep 09 20:35:02.945 INFO O| Sep 09 20:35:02.944 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-09-09T20:35:03.728Z[ recovery-image] Sep 09 20:35:02.970 INFO O| Sep 09 20:35:02.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66342024-09-09T20:35:03.728Z[ recovery-image] Sep 09 20:35:02.970 INFO O| Sep 09 20:35:02.966 INFO STEP 856 (remove_files) COMPLETE
66352024-09-09T20:35:03.728Z[ recovery-image] Sep 09 20:35:02.970 INFO O| Sep 09 20:35:02.966 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-09-09T20:35:03.752Z[ recovery-image] Sep 09 20:35:02.983 INFO O| Sep 09 20:35:02.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66372024-09-09T20:35:03.752Z[ recovery-image] Sep 09 20:35:02.983 INFO O| Sep 09 20:35:02.983 INFO STEP 857 (remove_files) COMPLETE
66382024-09-09T20:35:03.752Z[ recovery-image] Sep 09 20:35:02.983 INFO O| Sep 09 20:35:02.983 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-09-09T20:35:03.776Z[ recovery-image] Sep 09 20:35:03.003 INFO O| Sep 09 20:35:03.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66402024-09-09T20:35:03.776Z[ recovery-image] Sep 09 20:35:03.003 INFO O| Sep 09 20:35:03.003 INFO STEP 858 (remove_files) COMPLETE
66412024-09-09T20:35:03.776Z[ recovery-image] Sep 09 20:35:03.003 INFO O| Sep 09 20:35:03.003 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-09-09T20:35:03.800Z[ recovery-image] Sep 09 20:35:03.036 INFO O| Sep 09 20:35:03.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66432024-09-09T20:35:03.800Z[ recovery-image] Sep 09 20:35:03.037 INFO O| Sep 09 20:35:03.037 INFO STEP 859 (remove_files) COMPLETE
66442024-09-09T20:35:03.800Z[ recovery-image] Sep 09 20:35:03.037 INFO O| Sep 09 20:35:03.037 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-09-09T20:35:03.823Z[ recovery-image] Sep 09 20:35:03.054 INFO O| Sep 09 20:35:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66462024-09-09T20:35:03.823Z[ recovery-image] Sep 09 20:35:03.054 INFO O| Sep 09 20:35:03.054 INFO STEP 860 (remove_files) COMPLETE
66472024-09-09T20:35:03.823Z[ recovery-image] Sep 09 20:35:03.054 INFO O| Sep 09 20:35:03.054 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-09-09T20:35:03.847Z[ recovery-image] Sep 09 20:35:03.072 INFO O| Sep 09 20:35:03.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66492024-09-09T20:35:03.847Z[ recovery-image] Sep 09 20:35:03.073 INFO O| Sep 09 20:35:03.073 INFO STEP 861 (remove_files) COMPLETE
66502024-09-09T20:35:03.847Z[ recovery-image] Sep 09 20:35:03.073 INFO O| Sep 09 20:35:03.073 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-09-09T20:35:03.847Z[ recovery-image] Sep 09 20:35:03.088 INFO O| Sep 09 20:35:03.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66522024-09-09T20:35:03.847Z[ recovery-image] Sep 09 20:35:03.088 INFO O| Sep 09 20:35:03.088 INFO STEP 862 (remove_files) COMPLETE
66532024-09-09T20:35:03.847Z[ recovery-image] Sep 09 20:35:03.088 INFO O| Sep 09 20:35:03.088 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-09-09T20:35:03.871Z[ recovery-image] Sep 09 20:35:03.105 INFO O| Sep 09 20:35:03.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66552024-09-09T20:35:03.871Z[ recovery-image] Sep 09 20:35:03.105 INFO O| Sep 09 20:35:03.105 INFO STEP 863 (remove_files) COMPLETE
66562024-09-09T20:35:03.871Z[ recovery-image] Sep 09 20:35:03.105 INFO O| Sep 09 20:35:03.105 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-09-09T20:35:03.895Z[ recovery-image] Sep 09 20:35:03.126 INFO O| Sep 09 20:35:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66582024-09-09T20:35:03.895Z[ recovery-image] Sep 09 20:35:03.126 INFO O| Sep 09 20:35:03.126 INFO STEP 864 (remove_files) COMPLETE
66592024-09-09T20:35:03.895Z[ recovery-image] Sep 09 20:35:03.126 INFO O| Sep 09 20:35:03.126 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-09-09T20:35:03.919Z[ recovery-image] Sep 09 20:35:03.145 INFO O| Sep 09 20:35:03.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66612024-09-09T20:35:03.919Z[ recovery-image] Sep 09 20:35:03.146 INFO O| Sep 09 20:35:03.145 INFO STEP 865 (remove_files) COMPLETE
66622024-09-09T20:35:03.919Z[ recovery-image] Sep 09 20:35:03.146 INFO O| Sep 09 20:35:03.146 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-09-09T20:35:03.945Z[ recovery-image] Sep 09 20:35:03.165 INFO O| Sep 09 20:35:03.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66642024-09-09T20:35:03.945Z[ recovery-image] Sep 09 20:35:03.165 INFO O| Sep 09 20:35:03.165 INFO STEP 866 (remove_files) COMPLETE
66652024-09-09T20:35:03.945Z[ recovery-image] Sep 09 20:35:03.165 INFO O| Sep 09 20:35:03.165 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-09-09T20:35:03.945Z[ recovery-image] Sep 09 20:35:03.185 INFO O| Sep 09 20:35:03.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66672024-09-09T20:35:03.945Z[ recovery-image] Sep 09 20:35:03.185 INFO O| Sep 09 20:35:03.185 INFO STEP 867 (remove_files) COMPLETE
66682024-09-09T20:35:03.945Z[ recovery-image] Sep 09 20:35:03.185 INFO O| Sep 09 20:35:03.185 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-09-09T20:35:03.971Z[ recovery-image] Sep 09 20:35:03.202 INFO O| Sep 09 20:35:03.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66702024-09-09T20:35:03.971Z[ recovery-image] Sep 09 20:35:03.202 INFO O| Sep 09 20:35:03.202 INFO STEP 868 (remove_files) COMPLETE
66712024-09-09T20:35:03.971Z[ recovery-image] Sep 09 20:35:03.202 INFO O| Sep 09 20:35:03.202 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-09-09T20:35:03.995Z[ recovery-image] Sep 09 20:35:03.219 INFO O| Sep 09 20:35:03.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66732024-09-09T20:35:03.995Z[ recovery-image] Sep 09 20:35:03.219 INFO O| Sep 09 20:35:03.219 INFO STEP 869 (remove_files) COMPLETE
66742024-09-09T20:35:03.995Z[ recovery-image] Sep 09 20:35:03.219 INFO O| Sep 09 20:35:03.219 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-09-09T20:35:03.995Z[ recovery-image] Sep 09 20:35:03.236 INFO O| Sep 09 20:35:03.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66762024-09-09T20:35:03.995Z[ recovery-image] Sep 09 20:35:03.236 INFO O| Sep 09 20:35:03.236 INFO STEP 870 (remove_files) COMPLETE
66772024-09-09T20:35:03.996Z[ recovery-image] Sep 09 20:35:03.236 INFO O| Sep 09 20:35:03.236 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-09-09T20:35:04.019Z[ recovery-image] Sep 09 20:35:03.253 INFO O| Sep 09 20:35:03.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66792024-09-09T20:35:04.019Z[ recovery-image] Sep 09 20:35:03.253 INFO O| Sep 09 20:35:03.253 INFO STEP 871 (remove_files) COMPLETE
66802024-09-09T20:35:04.020Z[ recovery-image] Sep 09 20:35:03.253 INFO O| Sep 09 20:35:03.253 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-09-09T20:35:04.043Z[ recovery-image] Sep 09 20:35:03.271 INFO O| Sep 09 20:35:03.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66822024-09-09T20:35:04.043Z[ recovery-image] Sep 09 20:35:03.271 INFO O| Sep 09 20:35:03.271 INFO STEP 872 (remove_files) COMPLETE
66832024-09-09T20:35:04.043Z[ recovery-image] Sep 09 20:35:03.271 INFO O| Sep 09 20:35:03.271 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-09-09T20:35:04.067Z[ recovery-image] Sep 09 20:35:03.289 INFO O| Sep 09 20:35:03.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66852024-09-09T20:35:04.067Z[ recovery-image] Sep 09 20:35:03.289 INFO O| Sep 09 20:35:03.289 INFO STEP 873 (remove_files) COMPLETE
66862024-09-09T20:35:04.067Z[ recovery-image] Sep 09 20:35:03.289 INFO O| Sep 09 20:35:03.289 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-09-09T20:35:04.067Z[ recovery-image] Sep 09 20:35:03.306 INFO O| Sep 09 20:35:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66882024-09-09T20:35:04.067Z[ recovery-image] Sep 09 20:35:03.306 INFO O| Sep 09 20:35:03.306 INFO STEP 874 (remove_files) COMPLETE
66892024-09-09T20:35:04.067Z[ recovery-image] Sep 09 20:35:03.306 INFO O| Sep 09 20:35:03.306 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-09-09T20:35:04.092Z[ recovery-image] Sep 09 20:35:03.323 INFO O| Sep 09 20:35:03.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66912024-09-09T20:35:04.092Z[ recovery-image] Sep 09 20:35:03.323 INFO O| Sep 09 20:35:03.323 INFO STEP 875 (remove_files) COMPLETE
66922024-09-09T20:35:04.092Z[ recovery-image] Sep 09 20:35:03.323 INFO O| Sep 09 20:35:03.323 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-09-09T20:35:04.116Z[ recovery-image] Sep 09 20:35:03.340 INFO O| Sep 09 20:35:03.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66942024-09-09T20:35:04.116Z[ recovery-image] Sep 09 20:35:03.340 INFO O| Sep 09 20:35:03.340 INFO STEP 876 (remove_files) COMPLETE
66952024-09-09T20:35:04.116Z[ recovery-image] Sep 09 20:35:03.340 INFO O| Sep 09 20:35:03.340 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-09-09T20:35:04.116Z[ recovery-image] Sep 09 20:35:03.357 INFO O| Sep 09 20:35:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66972024-09-09T20:35:04.116Z[ recovery-image] Sep 09 20:35:03.357 INFO O| Sep 09 20:35:03.357 INFO STEP 877 (remove_files) COMPLETE
66982024-09-09T20:35:04.116Z[ recovery-image] Sep 09 20:35:03.357 INFO O| Sep 09 20:35:03.357 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-09-09T20:35:04.140Z[ recovery-image] Sep 09 20:35:03.373 INFO O| Sep 09 20:35:03.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67002024-09-09T20:35:04.140Z[ recovery-image] Sep 09 20:35:03.373 INFO O| Sep 09 20:35:03.373 INFO STEP 878 (remove_files) COMPLETE
67012024-09-09T20:35:04.140Z[ recovery-image] Sep 09 20:35:03.374 INFO O| Sep 09 20:35:03.373 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-09-09T20:35:04.164Z[ recovery-image] Sep 09 20:35:03.393 INFO O| Sep 09 20:35:03.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67032024-09-09T20:35:04.164Z[ recovery-image] Sep 09 20:35:03.393 INFO O| Sep 09 20:35:03.393 INFO STEP 879 (remove_files) COMPLETE
67042024-09-09T20:35:04.164Z[ recovery-image] Sep 09 20:35:03.394 INFO O| Sep 09 20:35:03.394 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-09-09T20:35:04.187Z[ recovery-image] Sep 09 20:35:03.415 INFO O| Sep 09 20:35:03.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67062024-09-09T20:35:04.187Z[ recovery-image] Sep 09 20:35:03.415 INFO O| Sep 09 20:35:03.415 INFO STEP 880 (remove_files) COMPLETE
67072024-09-09T20:35:04.187Z[ recovery-image] Sep 09 20:35:03.415 INFO O| Sep 09 20:35:03.415 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-09-09T20:35:04.211Z[ recovery-image] Sep 09 20:35:03.434 INFO O| Sep 09 20:35:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67092024-09-09T20:35:04.211Z[ recovery-image] Sep 09 20:35:03.434 INFO O| Sep 09 20:35:03.434 INFO STEP 881 (remove_files) COMPLETE
67102024-09-09T20:35:04.211Z[ recovery-image] Sep 09 20:35:03.434 INFO O| Sep 09 20:35:03.434 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-09-09T20:35:04.211Z[ recovery-image] Sep 09 20:35:03.454 INFO O| Sep 09 20:35:03.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67122024-09-09T20:35:04.211Z[ recovery-image] Sep 09 20:35:03.455 INFO O| Sep 09 20:35:03.455 INFO STEP 882 (remove_files) COMPLETE
67132024-09-09T20:35:04.211Z[ recovery-image] Sep 09 20:35:03.455 INFO O| Sep 09 20:35:03.455 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-09-09T20:35:04.236Z[ recovery-image] Sep 09 20:35:03.475 INFO O| Sep 09 20:35:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67152024-09-09T20:35:04.236Z[ recovery-image] Sep 09 20:35:03.476 INFO O| Sep 09 20:35:03.476 INFO STEP 883 (remove_files) COMPLETE
67162024-09-09T20:35:04.236Z[ recovery-image] Sep 09 20:35:03.476 INFO O| Sep 09 20:35:03.476 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-09-09T20:35:04.260Z[ recovery-image] Sep 09 20:35:03.494 INFO O| Sep 09 20:35:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67182024-09-09T20:35:04.260Z[ recovery-image] Sep 09 20:35:03.494 INFO O| Sep 09 20:35:03.494 INFO STEP 884 (remove_files) COMPLETE
67192024-09-09T20:35:04.260Z[ recovery-image] Sep 09 20:35:03.494 INFO O| Sep 09 20:35:03.494 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-09-09T20:35:04.284Z[ recovery-image] Sep 09 20:35:03.511 INFO O| Sep 09 20:35:03.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67212024-09-09T20:35:04.284Z[ recovery-image] Sep 09 20:35:03.511 INFO O| Sep 09 20:35:03.511 INFO STEP 885 (remove_files) COMPLETE
67222024-09-09T20:35:04.284Z[ recovery-image] Sep 09 20:35:03.511 INFO O| Sep 09 20:35:03.511 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-09-09T20:35:04.307Z[ recovery-image] Sep 09 20:35:03.531 INFO O| Sep 09 20:35:03.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67242024-09-09T20:35:04.308Z[ recovery-image] Sep 09 20:35:03.531 INFO O| Sep 09 20:35:03.531 INFO STEP 886 (remove_files) COMPLETE
67252024-09-09T20:35:04.308Z[ recovery-image] Sep 09 20:35:03.531 INFO O| Sep 09 20:35:03.531 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-09-09T20:35:04.308Z[ recovery-image] Sep 09 20:35:03.545 INFO O| Sep 09 20:35:03.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67272024-09-09T20:35:04.308Z[ recovery-image] Sep 09 20:35:03.546 INFO O| Sep 09 20:35:03.546 INFO STEP 887 (remove_files) COMPLETE
67282024-09-09T20:35:04.308Z[ recovery-image] Sep 09 20:35:03.546 INFO O| Sep 09 20:35:03.546 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-09-09T20:35:04.332Z[ recovery-image] Sep 09 20:35:03.560 INFO O| Sep 09 20:35:03.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67302024-09-09T20:35:04.332Z[ recovery-image] Sep 09 20:35:03.560 INFO O| Sep 09 20:35:03.560 INFO STEP 888 (remove_files) COMPLETE
67312024-09-09T20:35:04.332Z[ recovery-image] Sep 09 20:35:03.560 INFO O| Sep 09 20:35:03.560 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-09-09T20:35:04.332Z[ recovery-image] Sep 09 20:35:03.573 INFO O| Sep 09 20:35:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67332024-09-09T20:35:04.332Z[ recovery-image] Sep 09 20:35:03.574 INFO O| Sep 09 20:35:03.574 INFO STEP 889 (remove_files) COMPLETE
67342024-09-09T20:35:04.332Z[ recovery-image] Sep 09 20:35:03.574 INFO O| Sep 09 20:35:03.574 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-09-09T20:35:04.356Z[ recovery-image] Sep 09 20:35:03.589 INFO O| Sep 09 20:35:03.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67362024-09-09T20:35:04.356Z[ recovery-image] Sep 09 20:35:03.589 INFO O| Sep 09 20:35:03.589 INFO STEP 890 (remove_files) COMPLETE
67372024-09-09T20:35:04.356Z[ recovery-image] Sep 09 20:35:03.589 INFO O| Sep 09 20:35:03.589 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-09-09T20:35:04.379Z[ recovery-image] Sep 09 20:35:03.611 INFO O| Sep 09 20:35:03.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67392024-09-09T20:35:04.379Z[ recovery-image] Sep 09 20:35:03.611 INFO O| Sep 09 20:35:03.611 INFO STEP 891 (remove_files) COMPLETE
67402024-09-09T20:35:04.379Z[ recovery-image] Sep 09 20:35:03.611 INFO O| Sep 09 20:35:03.611 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-09-09T20:35:04.404Z[ recovery-image] Sep 09 20:35:03.637 INFO O| Sep 09 20:35:03.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67422024-09-09T20:35:04.404Z[ recovery-image] Sep 09 20:35:03.638 INFO O| Sep 09 20:35:03.638 INFO STEP 892 (remove_files) COMPLETE
67432024-09-09T20:35:04.404Z[ recovery-image] Sep 09 20:35:03.638 INFO O| Sep 09 20:35:03.638 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-09-09T20:35:04.427Z[ recovery-image] Sep 09 20:35:03.661 INFO O| Sep 09 20:35:03.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67452024-09-09T20:35:04.428Z[ recovery-image] Sep 09 20:35:03.661 INFO O| Sep 09 20:35:03.661 INFO STEP 893 (remove_files) COMPLETE
67462024-09-09T20:35:04.428Z[ recovery-image] Sep 09 20:35:03.661 INFO O| Sep 09 20:35:03.661 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-09-09T20:35:04.451Z[ recovery-image] Sep 09 20:35:03.677 INFO O| Sep 09 20:35:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67482024-09-09T20:35:04.451Z[ recovery-image] Sep 09 20:35:03.677 INFO O| Sep 09 20:35:03.677 INFO STEP 894 (remove_files) COMPLETE
67492024-09-09T20:35:04.451Z[ recovery-image] Sep 09 20:35:03.678 INFO O| Sep 09 20:35:03.677 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-09-09T20:35:04.476Z[ recovery-image] Sep 09 20:35:03.700 INFO O| Sep 09 20:35:03.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67512024-09-09T20:35:04.476Z[ recovery-image] Sep 09 20:35:03.700 INFO O| Sep 09 20:35:03.700 INFO STEP 895 (remove_files) COMPLETE
67522024-09-09T20:35:04.476Z[ recovery-image] Sep 09 20:35:03.700 INFO O| Sep 09 20:35:03.700 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-09-09T20:35:04.500Z[ recovery-image] Sep 09 20:35:03.721 INFO O| Sep 09 20:35:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67542024-09-09T20:35:04.500Z[ recovery-image] Sep 09 20:35:03.721 INFO O| Sep 09 20:35:03.721 INFO STEP 896 (remove_files) COMPLETE
67552024-09-09T20:35:04.500Z[ recovery-image] Sep 09 20:35:03.721 INFO O| Sep 09 20:35:03.721 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-09-09T20:35:04.500Z[ recovery-image] Sep 09 20:35:03.740 INFO O| Sep 09 20:35:03.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67572024-09-09T20:35:04.500Z[ recovery-image] Sep 09 20:35:03.740 INFO O| Sep 09 20:35:03.740 INFO STEP 897 (remove_files) COMPLETE
67582024-09-09T20:35:04.500Z[ recovery-image] Sep 09 20:35:03.740 INFO O| Sep 09 20:35:03.740 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-09-09T20:35:04.524Z[ recovery-image] Sep 09 20:35:03.756 INFO O| Sep 09 20:35:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67602024-09-09T20:35:04.524Z[ recovery-image] Sep 09 20:35:03.757 INFO O| Sep 09 20:35:03.756 INFO STEP 898 (remove_files) COMPLETE
67612024-09-09T20:35:04.524Z[ recovery-image] Sep 09 20:35:03.757 INFO O| Sep 09 20:35:03.757 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-09-09T20:35:04.548Z[ recovery-image] Sep 09 20:35:03.772 INFO O| Sep 09 20:35:03.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67632024-09-09T20:35:04.548Z[ recovery-image] Sep 09 20:35:03.772 INFO O| Sep 09 20:35:03.772 INFO STEP 899 (remove_files) COMPLETE
67642024-09-09T20:35:04.548Z[ recovery-image] Sep 09 20:35:03.773 INFO O| Sep 09 20:35:03.772 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-09-09T20:35:04.548Z[ recovery-image] Sep 09 20:35:03.788 INFO O| Sep 09 20:35:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67662024-09-09T20:35:04.548Z[ recovery-image] Sep 09 20:35:03.788 INFO O| Sep 09 20:35:03.788 INFO STEP 900 (remove_files) COMPLETE
67672024-09-09T20:35:04.549Z[ recovery-image] Sep 09 20:35:03.788 INFO O| Sep 09 20:35:03.788 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-09-09T20:35:04.573Z[ recovery-image] Sep 09 20:35:03.803 INFO O| Sep 09 20:35:03.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67692024-09-09T20:35:04.573Z[ recovery-image] Sep 09 20:35:03.803 INFO O| Sep 09 20:35:03.803 INFO STEP 901 (remove_files) COMPLETE
67702024-09-09T20:35:04.573Z[ recovery-image] Sep 09 20:35:03.803 INFO O| Sep 09 20:35:03.803 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-09-09T20:35:04.598Z[ recovery-image] Sep 09 20:35:03.821 INFO O| Sep 09 20:35:03.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67722024-09-09T20:35:04.598Z[ recovery-image] Sep 09 20:35:03.821 INFO O| Sep 09 20:35:03.821 INFO STEP 902 (remove_files) COMPLETE
67732024-09-09T20:35:04.598Z[ recovery-image] Sep 09 20:35:03.821 INFO O| Sep 09 20:35:03.821 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-09-09T20:35:04.598Z[ recovery-image] Sep 09 20:35:03.837 INFO O| Sep 09 20:35:03.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67752024-09-09T20:35:04.598Z[ recovery-image] Sep 09 20:35:03.837 INFO O| Sep 09 20:35:03.837 INFO STEP 903 (remove_files) COMPLETE
67762024-09-09T20:35:04.598Z[ recovery-image] Sep 09 20:35:03.837 INFO O| Sep 09 20:35:03.837 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-09-09T20:35:04.622Z[ recovery-image] Sep 09 20:35:03.859 INFO O| Sep 09 20:35:03.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67782024-09-09T20:35:04.622Z[ recovery-image] Sep 09 20:35:03.859 INFO O| Sep 09 20:35:03.859 INFO STEP 904 (remove_files) COMPLETE
67792024-09-09T20:35:04.622Z[ recovery-image] Sep 09 20:35:03.859 INFO O| Sep 09 20:35:03.859 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-09-09T20:35:04.646Z[ recovery-image] Sep 09 20:35:03.881 INFO O| Sep 09 20:35:03.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67812024-09-09T20:35:04.646Z[ recovery-image] Sep 09 20:35:03.881 INFO O| Sep 09 20:35:03.881 INFO STEP 905 (remove_files) COMPLETE
67822024-09-09T20:35:04.646Z[ recovery-image] Sep 09 20:35:03.881 INFO O| Sep 09 20:35:03.881 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-09-09T20:35:04.670Z[ recovery-image] Sep 09 20:35:03.902 INFO O| Sep 09 20:35:03.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67842024-09-09T20:35:04.670Z[ recovery-image] Sep 09 20:35:03.902 INFO O| Sep 09 20:35:03.902 INFO STEP 906 (remove_files) COMPLETE
67852024-09-09T20:35:04.670Z[ recovery-image] Sep 09 20:35:03.902 INFO O| Sep 09 20:35:03.902 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-09-09T20:35:04.694Z[ recovery-image] Sep 09 20:35:03.919 INFO O| Sep 09 20:35:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67872024-09-09T20:35:04.694Z[ recovery-image] Sep 09 20:35:03.920 INFO O| Sep 09 20:35:03.920 INFO STEP 907 (remove_files) COMPLETE
67882024-09-09T20:35:04.694Z[ recovery-image] Sep 09 20:35:03.920 INFO O| Sep 09 20:35:03.920 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-09T20:35:04.694Z[ recovery-image] Sep 09 20:35:03.936 INFO O| Sep 09 20:35:03.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67902024-09-09T20:35:04.694Z[ recovery-image] Sep 09 20:35:03.936 INFO O| Sep 09 20:35:03.936 INFO STEP 908 (remove_files) COMPLETE
67912024-09-09T20:35:04.694Z[ recovery-image] Sep 09 20:35:03.936 INFO O| Sep 09 20:35:03.936 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-09-09T20:35:04.718Z[ recovery-image] Sep 09 20:35:03.952 INFO O| Sep 09 20:35:03.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67932024-09-09T20:35:04.718Z[ recovery-image] Sep 09 20:35:03.952 INFO O| Sep 09 20:35:03.952 INFO STEP 909 (remove_files) COMPLETE
67942024-09-09T20:35:04.718Z[ recovery-image] Sep 09 20:35:03.952 INFO O| Sep 09 20:35:03.952 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-09-09T20:35:04.742Z[ recovery-image] Sep 09 20:35:03.967 INFO O| Sep 09 20:35:03.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67962024-09-09T20:35:04.742Z[ recovery-image] Sep 09 20:35:03.968 INFO O| Sep 09 20:35:03.967 INFO STEP 910 (remove_files) COMPLETE
67972024-09-09T20:35:04.742Z[ recovery-image] Sep 09 20:35:03.968 INFO O| Sep 09 20:35:03.967 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-09-09T20:35:04.742Z[ recovery-image] Sep 09 20:35:03.982 INFO O| Sep 09 20:35:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67992024-09-09T20:35:04.742Z[ recovery-image] Sep 09 20:35:03.982 INFO O| Sep 09 20:35:03.982 INFO STEP 911 (remove_files) COMPLETE
68002024-09-09T20:35:04.742Z[ recovery-image] Sep 09 20:35:03.982 INFO O| Sep 09 20:35:03.982 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-09-09T20:35:04.766Z[ recovery-image] Sep 09 20:35:04.004 INFO O| Sep 09 20:35:04.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68022024-09-09T20:35:04.766Z[ recovery-image] Sep 09 20:35:04.004 INFO O| Sep 09 20:35:04.004 INFO STEP 912 (remove_files) COMPLETE
68032024-09-09T20:35:04.766Z[ recovery-image] Sep 09 20:35:04.004 INFO O| Sep 09 20:35:04.004 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-09-09T20:35:04.790Z[ recovery-image] Sep 09 20:35:04.027 INFO O| Sep 09 20:35:04.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68052024-09-09T20:35:04.790Z[ recovery-image] Sep 09 20:35:04.027 INFO O| Sep 09 20:35:04.027 INFO STEP 913 (remove_files) COMPLETE
68062024-09-09T20:35:04.790Z[ recovery-image] Sep 09 20:35:04.027 INFO O| Sep 09 20:35:04.027 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-09-09T20:35:04.814Z[ recovery-image] Sep 09 20:35:04.044 INFO O| Sep 09 20:35:04.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68082024-09-09T20:35:04.814Z[ recovery-image] Sep 09 20:35:04.044 INFO O| Sep 09 20:35:04.044 INFO STEP 914 (remove_files) COMPLETE
68092024-09-09T20:35:04.814Z[ recovery-image] Sep 09 20:35:04.044 INFO O| Sep 09 20:35:04.044 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-09-09T20:35:04.838Z[ recovery-image] Sep 09 20:35:04.060 INFO O| Sep 09 20:35:04.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68112024-09-09T20:35:04.838Z[ recovery-image] Sep 09 20:35:04.060 INFO O| Sep 09 20:35:04.060 INFO STEP 915 (remove_files) COMPLETE
68122024-09-09T20:35:04.838Z[ recovery-image] Sep 09 20:35:04.060 INFO O| Sep 09 20:35:04.060 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-09-09T20:35:04.838Z[ recovery-image] Sep 09 20:35:04.081 INFO O| Sep 09 20:35:04.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68142024-09-09T20:35:04.838Z[ recovery-image] Sep 09 20:35:04.081 INFO O| Sep 09 20:35:04.081 INFO STEP 916 (remove_files) COMPLETE
68152024-09-09T20:35:04.838Z[ recovery-image] Sep 09 20:35:04.081 INFO O| Sep 09 20:35:04.081 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-09-09T20:35:04.864Z[ recovery-image] Sep 09 20:35:04.109 INFO O| Sep 09 20:35:04.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68172024-09-09T20:35:04.864Z[ recovery-image] Sep 09 20:35:04.109 INFO O| Sep 09 20:35:04.109 INFO STEP 917 (remove_files) COMPLETE
68182024-09-09T20:35:04.888Z[ recovery-image] Sep 09 20:35:04.109 INFO O| Sep 09 20:35:04.109 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-09-09T20:35:04.888Z[ recovery-image] Sep 09 20:35:04.126 INFO O| Sep 09 20:35:04.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68202024-09-09T20:35:04.888Z[ recovery-image] Sep 09 20:35:04.126 INFO O| Sep 09 20:35:04.126 INFO STEP 918 (remove_files) COMPLETE
68212024-09-09T20:35:04.888Z[ recovery-image] Sep 09 20:35:04.126 INFO O| Sep 09 20:35:04.126 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-09-09T20:35:04.912Z[ recovery-image] Sep 09 20:35:04.142 INFO O| Sep 09 20:35:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68232024-09-09T20:35:04.912Z[ recovery-image] Sep 09 20:35:04.142 INFO O| Sep 09 20:35:04.142 INFO STEP 919 (remove_files) COMPLETE
68242024-09-09T20:35:04.912Z[ recovery-image] Sep 09 20:35:04.142 INFO O| Sep 09 20:35:04.142 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-09-09T20:35:04.912Z[ recovery-image] Sep 09 20:35:04.156 INFO O| Sep 09 20:35:04.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68262024-09-09T20:35:04.913Z[ recovery-image] Sep 09 20:35:04.156 INFO O| Sep 09 20:35:04.156 INFO STEP 920 (remove_files) COMPLETE
68272024-09-09T20:35:04.913Z[ recovery-image] Sep 09 20:35:04.156 INFO O| Sep 09 20:35:04.156 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-09-09T20:35:04.937Z[ recovery-image] Sep 09 20:35:04.178 INFO O| Sep 09 20:35:04.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68292024-09-09T20:35:04.937Z[ recovery-image] Sep 09 20:35:04.178 INFO O| Sep 09 20:35:04.178 INFO STEP 921 (remove_files) COMPLETE
68302024-09-09T20:35:04.937Z[ recovery-image] Sep 09 20:35:04.178 INFO O| Sep 09 20:35:04.178 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-09-09T20:35:04.984Z[ recovery-image] Sep 09 20:35:04.229 INFO O| Sep 09 20:35:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68322024-09-09T20:35:05.009Z[ recovery-image] Sep 09 20:35:04.229 INFO O| Sep 09 20:35:04.229 INFO STEP 922 (remove_files) COMPLETE
68332024-09-09T20:35:05.009Z[ recovery-image] Sep 09 20:35:04.229 INFO O| Sep 09 20:35:04.229 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-09-09T20:35:05.009Z[ recovery-image] Sep 09 20:35:04.250 INFO O| Sep 09 20:35:04.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68352024-09-09T20:35:05.009Z[ recovery-image] Sep 09 20:35:04.251 INFO O| Sep 09 20:35:04.250 INFO STEP 923 (remove_files) COMPLETE
68362024-09-09T20:35:05.009Z[ recovery-image] Sep 09 20:35:04.251 INFO O| Sep 09 20:35:04.251 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-09-09T20:35:05.032Z[ recovery-image] Sep 09 20:35:04.272 INFO O| Sep 09 20:35:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68382024-09-09T20:35:05.032Z[ recovery-image] Sep 09 20:35:04.272 INFO O| Sep 09 20:35:04.272 INFO STEP 924 (remove_files) COMPLETE
68392024-09-09T20:35:05.032Z[ recovery-image] Sep 09 20:35:04.272 INFO O| Sep 09 20:35:04.272 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-09-09T20:35:05.056Z[ recovery-image] Sep 09 20:35:04.298 INFO O| Sep 09 20:35:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68412024-09-09T20:35:05.056Z[ recovery-image] Sep 09 20:35:04.298 INFO O| Sep 09 20:35:04.298 INFO STEP 925 (remove_files) COMPLETE
68422024-09-09T20:35:05.056Z[ recovery-image] Sep 09 20:35:04.298 INFO O| Sep 09 20:35:04.298 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-09-09T20:35:05.081Z[ recovery-image] Sep 09 20:35:04.323 INFO O| Sep 09 20:35:04.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68442024-09-09T20:35:05.081Z[ recovery-image] Sep 09 20:35:04.323 INFO O| Sep 09 20:35:04.323 INFO STEP 926 (remove_files) COMPLETE
68452024-09-09T20:35:05.081Z[ recovery-image] Sep 09 20:35:04.324 INFO O| Sep 09 20:35:04.323 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-09-09T20:35:05.105Z[ recovery-image] Sep 09 20:35:04.346 INFO O| Sep 09 20:35:04.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68472024-09-09T20:35:05.105Z[ recovery-image] Sep 09 20:35:04.346 INFO O| Sep 09 20:35:04.346 INFO STEP 927 (remove_files) COMPLETE
68482024-09-09T20:35:05.105Z[ recovery-image] Sep 09 20:35:04.346 INFO O| Sep 09 20:35:04.346 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-09-09T20:35:05.129Z[ recovery-image] Sep 09 20:35:04.364 INFO O| Sep 09 20:35:04.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68502024-09-09T20:35:05.129Z[ recovery-image] Sep 09 20:35:04.364 INFO O| Sep 09 20:35:04.364 INFO STEP 928 (remove_files) COMPLETE
68512024-09-09T20:35:05.129Z[ recovery-image] Sep 09 20:35:04.364 INFO O| Sep 09 20:35:04.364 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-09-09T20:35:05.152Z[ recovery-image] Sep 09 20:35:04.385 INFO O| Sep 09 20:35:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68532024-09-09T20:35:05.152Z[ recovery-image] Sep 09 20:35:04.385 INFO O| Sep 09 20:35:04.385 INFO STEP 929 (remove_files) COMPLETE
68542024-09-09T20:35:05.152Z[ recovery-image] Sep 09 20:35:04.385 INFO O| Sep 09 20:35:04.385 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-09-09T20:35:05.176Z[ recovery-image] Sep 09 20:35:04.402 INFO O| Sep 09 20:35:04.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68562024-09-09T20:35:05.176Z[ recovery-image] Sep 09 20:35:04.402 INFO O| Sep 09 20:35:04.402 INFO STEP 930 (remove_files) COMPLETE
68572024-09-09T20:35:05.176Z[ recovery-image] Sep 09 20:35:04.402 INFO O| Sep 09 20:35:04.402 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-09-09T20:35:05.176Z[ recovery-image] Sep 09 20:35:04.420 INFO O| Sep 09 20:35:04.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68592024-09-09T20:35:05.176Z[ recovery-image] Sep 09 20:35:04.421 INFO O| Sep 09 20:35:04.421 INFO STEP 931 (remove_files) COMPLETE
68602024-09-09T20:35:05.200Z[ recovery-image] Sep 09 20:35:04.421 INFO O| Sep 09 20:35:04.421 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-09-09T20:35:05.200Z[ recovery-image] Sep 09 20:35:04.440 INFO O| Sep 09 20:35:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68622024-09-09T20:35:05.200Z[ recovery-image] Sep 09 20:35:04.440 INFO O| Sep 09 20:35:04.440 INFO STEP 932 (remove_files) COMPLETE
68632024-09-09T20:35:05.200Z[ recovery-image] Sep 09 20:35:04.440 INFO O| Sep 09 20:35:04.440 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-09-09T20:35:05.224Z[ recovery-image] Sep 09 20:35:04.461 INFO O| Sep 09 20:35:04.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68652024-09-09T20:35:05.224Z[ recovery-image] Sep 09 20:35:04.461 INFO O| Sep 09 20:35:04.461 INFO STEP 933 (remove_files) COMPLETE
68662024-09-09T20:35:05.224Z[ recovery-image] Sep 09 20:35:04.461 INFO O| Sep 09 20:35:04.461 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-09-09T20:35:05.248Z[ recovery-image] Sep 09 20:35:04.482 INFO O| Sep 09 20:35:04.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68682024-09-09T20:35:05.248Z[ recovery-image] Sep 09 20:35:04.483 INFO O| Sep 09 20:35:04.482 INFO STEP 934 (remove_files) COMPLETE
68692024-09-09T20:35:05.248Z[ recovery-image] Sep 09 20:35:04.483 INFO O| Sep 09 20:35:04.482 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-09-09T20:35:05.273Z[ recovery-image] Sep 09 20:35:04.502 INFO O| Sep 09 20:35:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68712024-09-09T20:35:05.273Z[ recovery-image] Sep 09 20:35:04.502 INFO O| Sep 09 20:35:04.502 INFO STEP 935 (remove_files) COMPLETE
68722024-09-09T20:35:05.273Z[ recovery-image] Sep 09 20:35:04.502 INFO O| Sep 09 20:35:04.502 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-09-09T20:35:05.297Z[ recovery-image] Sep 09 20:35:04.522 INFO O| Sep 09 20:35:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68742024-09-09T20:35:05.297Z[ recovery-image] Sep 09 20:35:04.522 INFO O| Sep 09 20:35:04.522 INFO STEP 936 (remove_files) COMPLETE
68752024-09-09T20:35:05.297Z[ recovery-image] Sep 09 20:35:04.522 INFO O| Sep 09 20:35:04.522 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-09-09T20:35:05.297Z[ recovery-image] Sep 09 20:35:04.541 INFO O| Sep 09 20:35:04.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68772024-09-09T20:35:05.298Z[ recovery-image] Sep 09 20:35:04.541 INFO O| Sep 09 20:35:04.541 INFO STEP 937 (remove_files) COMPLETE
68782024-09-09T20:35:05.298Z[ recovery-image] Sep 09 20:35:04.541 INFO O| Sep 09 20:35:04.541 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-09-09T20:35:05.321Z[ recovery-image] Sep 09 20:35:04.558 INFO O| Sep 09 20:35:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68802024-09-09T20:35:05.322Z[ recovery-image] Sep 09 20:35:04.558 INFO O| Sep 09 20:35:04.558 INFO STEP 938 (remove_files) COMPLETE
68812024-09-09T20:35:05.322Z[ recovery-image] Sep 09 20:35:04.558 INFO O| Sep 09 20:35:04.558 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-09-09T20:35:05.346Z[ recovery-image] Sep 09 20:35:04.573 INFO O| Sep 09 20:35:04.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68832024-09-09T20:35:05.346Z[ recovery-image] Sep 09 20:35:04.573 INFO O| Sep 09 20:35:04.573 INFO STEP 939 (remove_files) COMPLETE
68842024-09-09T20:35:05.346Z[ recovery-image] Sep 09 20:35:04.573 INFO O| Sep 09 20:35:04.573 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-09-09T20:35:05.346Z[ recovery-image] Sep 09 20:35:04.589 INFO O| Sep 09 20:35:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68862024-09-09T20:35:05.346Z[ recovery-image] Sep 09 20:35:04.589 INFO O| Sep 09 20:35:04.589 INFO STEP 940 (remove_files) COMPLETE
68872024-09-09T20:35:05.346Z[ recovery-image] Sep 09 20:35:04.589 INFO O| Sep 09 20:35:04.589 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-09-09T20:35:05.370Z[ recovery-image] Sep 09 20:35:04.606 INFO O| Sep 09 20:35:04.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68892024-09-09T20:35:05.370Z[ recovery-image] Sep 09 20:35:04.606 INFO O| Sep 09 20:35:04.606 INFO STEP 941 (remove_files) COMPLETE
68902024-09-09T20:35:05.370Z[ recovery-image] Sep 09 20:35:04.606 INFO O| Sep 09 20:35:04.606 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-09-09T20:35:05.394Z[ recovery-image] Sep 09 20:35:04.624 INFO O| Sep 09 20:35:04.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68922024-09-09T20:35:05.394Z[ recovery-image] Sep 09 20:35:04.624 INFO O| Sep 09 20:35:04.624 INFO STEP 942 (remove_files) COMPLETE
68932024-09-09T20:35:05.394Z[ recovery-image] Sep 09 20:35:04.624 INFO O| Sep 09 20:35:04.624 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-09-09T20:35:05.418Z[ recovery-image] Sep 09 20:35:04.644 INFO O| Sep 09 20:35:04.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68952024-09-09T20:35:05.418Z[ recovery-image] Sep 09 20:35:04.644 INFO O| Sep 09 20:35:04.644 INFO STEP 943 (remove_files) COMPLETE
68962024-09-09T20:35:05.418Z[ recovery-image] Sep 09 20:35:04.644 INFO O| Sep 09 20:35:04.644 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-09-09T20:35:05.418Z[ recovery-image] Sep 09 20:35:04.660 INFO O| Sep 09 20:35:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68982024-09-09T20:35:05.418Z[ recovery-image] Sep 09 20:35:04.660 INFO O| Sep 09 20:35:04.660 INFO STEP 944 (remove_files) COMPLETE
68992024-09-09T20:35:05.418Z[ recovery-image] Sep 09 20:35:04.661 INFO O| Sep 09 20:35:04.660 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-09-09T20:35:05.441Z[ recovery-image] Sep 09 20:35:04.675 INFO O| Sep 09 20:35:04.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69012024-09-09T20:35:05.442Z[ recovery-image] Sep 09 20:35:04.676 INFO O| Sep 09 20:35:04.676 INFO STEP 945 (remove_files) COMPLETE
69022024-09-09T20:35:05.442Z[ recovery-image] Sep 09 20:35:04.676 INFO O| Sep 09 20:35:04.676 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-09-09T20:35:05.465Z[ recovery-image] Sep 09 20:35:04.693 INFO O| Sep 09 20:35:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69042024-09-09T20:35:05.465Z[ recovery-image] Sep 09 20:35:04.694 INFO O| Sep 09 20:35:04.694 INFO STEP 946 (remove_files) COMPLETE
69052024-09-09T20:35:05.465Z[ recovery-image] Sep 09 20:35:04.694 INFO O| Sep 09 20:35:04.694 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-09-09T20:35:05.488Z[ recovery-image] Sep 09 20:35:04.711 INFO O| Sep 09 20:35:04.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69072024-09-09T20:35:05.488Z[ recovery-image] Sep 09 20:35:04.711 INFO O| Sep 09 20:35:04.711 INFO STEP 947 (remove_files) COMPLETE
69082024-09-09T20:35:05.488Z[ recovery-image] Sep 09 20:35:04.711 INFO O| Sep 09 20:35:04.711 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-09-09T20:35:05.488Z[ recovery-image] Sep 09 20:35:04.727 INFO O| Sep 09 20:35:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69102024-09-09T20:35:05.488Z[ recovery-image] Sep 09 20:35:04.727 INFO O| Sep 09 20:35:04.727 INFO STEP 948 (remove_files) COMPLETE
69112024-09-09T20:35:05.488Z[ recovery-image] Sep 09 20:35:04.727 INFO O| Sep 09 20:35:04.727 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-09-09T20:35:05.512Z[ recovery-image] Sep 09 20:35:04.743 INFO O| Sep 09 20:35:04.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69132024-09-09T20:35:05.512Z[ recovery-image] Sep 09 20:35:04.743 INFO O| Sep 09 20:35:04.743 INFO STEP 949 (remove_files) COMPLETE
69142024-09-09T20:35:05.512Z[ recovery-image] Sep 09 20:35:04.743 INFO O| Sep 09 20:35:04.743 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-09-09T20:35:05.535Z[ recovery-image] Sep 09 20:35:04.765 INFO O| Sep 09 20:35:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69162024-09-09T20:35:05.535Z[ recovery-image] Sep 09 20:35:04.765 INFO O| Sep 09 20:35:04.765 INFO STEP 950 (remove_files) COMPLETE
69172024-09-09T20:35:05.535Z[ recovery-image] Sep 09 20:35:04.765 INFO O| Sep 09 20:35:04.765 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-09-09T20:35:05.559Z[ recovery-image] Sep 09 20:35:04.783 INFO O| Sep 09 20:35:04.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69192024-09-09T20:35:05.559Z[ recovery-image] Sep 09 20:35:04.783 INFO O| Sep 09 20:35:04.783 INFO STEP 951 (remove_files) COMPLETE
69202024-09-09T20:35:05.559Z[ recovery-image] Sep 09 20:35:04.783 INFO O| Sep 09 20:35:04.783 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-09-09T20:35:05.582Z[ recovery-image] Sep 09 20:35:04.805 INFO O| Sep 09 20:35:04.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69222024-09-09T20:35:05.582Z[ recovery-image] Sep 09 20:35:04.805 INFO O| Sep 09 20:35:04.805 INFO STEP 952 (remove_files) COMPLETE
69232024-09-09T20:35:05.582Z[ recovery-image] Sep 09 20:35:04.805 INFO O| Sep 09 20:35:04.805 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-09-09T20:35:05.606Z[ recovery-image] Sep 09 20:35:04.827 INFO O| Sep 09 20:35:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69252024-09-09T20:35:05.606Z[ recovery-image] Sep 09 20:35:04.827 INFO O| Sep 09 20:35:04.827 INFO STEP 953 (remove_files) COMPLETE
69262024-09-09T20:35:05.606Z[ recovery-image] Sep 09 20:35:04.827 INFO O| Sep 09 20:35:04.827 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-09-09T20:35:05.606Z[ recovery-image] Sep 09 20:35:04.846 INFO O| Sep 09 20:35:04.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69282024-09-09T20:35:05.606Z[ recovery-image] Sep 09 20:35:04.847 INFO O| Sep 09 20:35:04.846 INFO STEP 954 (remove_files) COMPLETE
69292024-09-09T20:35:05.606Z[ recovery-image] Sep 09 20:35:04.847 INFO O| Sep 09 20:35:04.847 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-09-09T20:35:05.630Z[ recovery-image] Sep 09 20:35:04.865 INFO O| Sep 09 20:35:04.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69312024-09-09T20:35:05.630Z[ recovery-image] Sep 09 20:35:04.865 INFO O| Sep 09 20:35:04.865 INFO STEP 955 (remove_files) COMPLETE
69322024-09-09T20:35:05.630Z[ recovery-image] Sep 09 20:35:04.865 INFO O| Sep 09 20:35:04.865 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-09-09T20:35:05.653Z[ recovery-image] Sep 09 20:35:04.884 INFO O| Sep 09 20:35:04.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69342024-09-09T20:35:05.653Z[ recovery-image] Sep 09 20:35:04.884 INFO O| Sep 09 20:35:04.884 INFO STEP 956 (remove_files) COMPLETE
69352024-09-09T20:35:05.653Z[ recovery-image] Sep 09 20:35:04.884 INFO O| Sep 09 20:35:04.884 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-09-09T20:35:05.677Z[ recovery-image] Sep 09 20:35:04.904 INFO O| Sep 09 20:35:04.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69372024-09-09T20:35:05.677Z[ recovery-image] Sep 09 20:35:04.904 INFO O| Sep 09 20:35:04.904 INFO STEP 957 (remove_files) COMPLETE
69382024-09-09T20:35:05.677Z[ recovery-image] Sep 09 20:35:04.904 INFO O| Sep 09 20:35:04.904 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-09-09T20:35:05.701Z[ recovery-image] Sep 09 20:35:04.923 INFO O| Sep 09 20:35:04.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69402024-09-09T20:35:05.701Z[ recovery-image] Sep 09 20:35:04.923 INFO O| Sep 09 20:35:04.923 INFO STEP 958 (remove_files) COMPLETE
69412024-09-09T20:35:05.701Z[ recovery-image] Sep 09 20:35:04.923 INFO O| Sep 09 20:35:04.923 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-09-09T20:35:05.725Z[ recovery-image] Sep 09 20:35:04.947 INFO O| Sep 09 20:35:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69432024-09-09T20:35:05.725Z[ recovery-image] Sep 09 20:35:04.947 INFO O| Sep 09 20:35:04.947 INFO STEP 959 (remove_files) COMPLETE
69442024-09-09T20:35:05.725Z[ recovery-image] Sep 09 20:35:04.947 INFO O| Sep 09 20:35:04.947 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-09-09T20:35:05.749Z[ recovery-image] Sep 09 20:35:04.970 INFO O| Sep 09 20:35:04.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69462024-09-09T20:35:05.749Z[ recovery-image] Sep 09 20:35:04.971 INFO O| Sep 09 20:35:04.971 INFO STEP 960 (remove_files) COMPLETE
69472024-09-09T20:35:05.749Z[ recovery-image] Sep 09 20:35:04.971 INFO O| Sep 09 20:35:04.971 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-09-09T20:35:05.749Z[ recovery-image] Sep 09 20:35:04.993 INFO O| Sep 09 20:35:04.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69492024-09-09T20:35:05.749Z[ recovery-image] Sep 09 20:35:04.993 INFO O| Sep 09 20:35:04.993 INFO STEP 961 (remove_files) COMPLETE
69502024-09-09T20:35:05.772Z[ recovery-image] Sep 09 20:35:04.993 INFO O| Sep 09 20:35:04.993 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-09-09T20:35:05.772Z[ recovery-image] Sep 09 20:35:05.014 INFO O| Sep 09 20:35:05.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69522024-09-09T20:35:05.772Z[ recovery-image] Sep 09 20:35:05.014 INFO O| Sep 09 20:35:05.014 INFO STEP 962 (remove_files) COMPLETE
69532024-09-09T20:35:05.772Z[ recovery-image] Sep 09 20:35:05.014 INFO O| Sep 09 20:35:05.014 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-09-09T20:35:05.796Z[ recovery-image] Sep 09 20:35:05.040 INFO O| Sep 09 20:35:05.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69552024-09-09T20:35:05.796Z[ recovery-image] Sep 09 20:35:05.040 INFO O| Sep 09 20:35:05.040 INFO STEP 963 (remove_files) COMPLETE
69562024-09-09T20:35:05.796Z[ recovery-image] Sep 09 20:35:05.040 INFO O| Sep 09 20:35:05.040 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-09-09T20:35:05.832Z[ recovery-image] Sep 09 20:35:05.076 INFO O| Sep 09 20:35:05.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69582024-09-09T20:35:05.832Z[ recovery-image] Sep 09 20:35:05.076 INFO O| Sep 09 20:35:05.076 INFO STEP 964 (remove_files) COMPLETE
69592024-09-09T20:35:05.832Z[ recovery-image] Sep 09 20:35:05.076 INFO O| Sep 09 20:35:05.076 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-09-09T20:35:05.872Z[ recovery-image] Sep 09 20:35:05.116 INFO O| Sep 09 20:35:05.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69612024-09-09T20:35:05.872Z[ recovery-image] Sep 09 20:35:05.117 INFO O| Sep 09 20:35:05.117 INFO STEP 965 (remove_files) COMPLETE
69622024-09-09T20:35:05.872Z[ recovery-image] Sep 09 20:35:05.117 INFO O| Sep 09 20:35:05.117 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-09-09T20:35:05.900Z[ recovery-image] Sep 09 20:35:05.143 INFO O| Sep 09 20:35:05.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69642024-09-09T20:35:05.900Z[ recovery-image] Sep 09 20:35:05.143 INFO O| Sep 09 20:35:05.143 INFO STEP 966 (remove_files) COMPLETE
69652024-09-09T20:35:05.924Z[ recovery-image] Sep 09 20:35:05.143 INFO O| Sep 09 20:35:05.143 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-09-09T20:35:06.008Z[ recovery-image] Sep 09 20:35:05.252 INFO O| Sep 09 20:35:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69672024-09-09T20:35:06.008Z[ recovery-image] Sep 09 20:35:05.252 INFO O| Sep 09 20:35:05.252 INFO STEP 967 (remove_files) COMPLETE
69682024-09-09T20:35:06.008Z[ recovery-image] Sep 09 20:35:05.252 INFO O| Sep 09 20:35:05.252 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-09-09T20:35:06.049Z[ recovery-image] Sep 09 20:35:05.292 INFO O| Sep 09 20:35:05.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69702024-09-09T20:35:06.072Z[ recovery-image] Sep 09 20:35:05.292 INFO O| Sep 09 20:35:05.292 INFO STEP 968 (remove_files) COMPLETE
69712024-09-09T20:35:06.072Z[ recovery-image] Sep 09 20:35:05.292 INFO O| Sep 09 20:35:05.292 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-09-09T20:35:06.072Z[ recovery-image] Sep 09 20:35:05.313 INFO O| Sep 09 20:35:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69732024-09-09T20:35:06.072Z[ recovery-image] Sep 09 20:35:05.313 INFO O| Sep 09 20:35:05.313 INFO STEP 969 (remove_files) COMPLETE
69742024-09-09T20:35:06.072Z[ recovery-image] Sep 09 20:35:05.314 INFO O| Sep 09 20:35:05.313 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-09-09T20:35:06.095Z[ recovery-image] Sep 09 20:35:05.330 INFO O| Sep 09 20:35:05.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69762024-09-09T20:35:06.095Z[ recovery-image] Sep 09 20:35:05.330 INFO O| Sep 09 20:35:05.330 INFO STEP 970 (remove_files) COMPLETE
69772024-09-09T20:35:06.095Z[ recovery-image] Sep 09 20:35:05.330 INFO O| Sep 09 20:35:05.330 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-09-09T20:35:06.119Z[ recovery-image] Sep 09 20:35:05.353 INFO O| Sep 09 20:35:05.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69792024-09-09T20:35:06.119Z[ recovery-image] Sep 09 20:35:05.353 INFO O| Sep 09 20:35:05.353 INFO STEP 971 (remove_files) COMPLETE
69802024-09-09T20:35:06.119Z[ recovery-image] Sep 09 20:35:05.353 INFO O| Sep 09 20:35:05.353 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-09-09T20:35:06.142Z[ recovery-image] Sep 09 20:35:05.369 INFO O| Sep 09 20:35:05.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69822024-09-09T20:35:06.142Z[ recovery-image] Sep 09 20:35:05.369 INFO O| Sep 09 20:35:05.369 INFO STEP 972 (remove_files) COMPLETE
69832024-09-09T20:35:06.142Z[ recovery-image] Sep 09 20:35:05.370 INFO O| Sep 09 20:35:05.369 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-09-09T20:35:06.166Z[ recovery-image] Sep 09 20:35:05.391 INFO O| Sep 09 20:35:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69852024-09-09T20:35:06.166Z[ recovery-image] Sep 09 20:35:05.391 INFO O| Sep 09 20:35:05.391 INFO STEP 973 (remove_files) COMPLETE
69862024-09-09T20:35:06.166Z[ recovery-image] Sep 09 20:35:05.391 INFO O| Sep 09 20:35:05.391 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-09T20:35:06.189Z[ recovery-image] Sep 09 20:35:05.412 INFO O| Sep 09 20:35:05.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69882024-09-09T20:35:06.189Z[ recovery-image] Sep 09 20:35:05.412 INFO O| Sep 09 20:35:05.412 INFO STEP 974 (remove_files) COMPLETE
69892024-09-09T20:35:06.189Z[ recovery-image] Sep 09 20:35:05.412 INFO O| Sep 09 20:35:05.412 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-09-09T20:35:06.189Z[ recovery-image] Sep 09 20:35:05.431 INFO O| Sep 09 20:35:05.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69912024-09-09T20:35:06.189Z[ recovery-image] Sep 09 20:35:05.431 INFO O| Sep 09 20:35:05.431 INFO STEP 975 (remove_files) COMPLETE
69922024-09-09T20:35:06.189Z[ recovery-image] Sep 09 20:35:05.431 INFO O| Sep 09 20:35:05.431 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-09-09T20:35:06.212Z[ recovery-image] Sep 09 20:35:05.447 INFO O| Sep 09 20:35:05.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69942024-09-09T20:35:06.213Z[ recovery-image] Sep 09 20:35:05.448 INFO O| Sep 09 20:35:05.447 INFO STEP 976 (remove_files) COMPLETE
69952024-09-09T20:35:06.213Z[ recovery-image] Sep 09 20:35:05.448 INFO O| Sep 09 20:35:05.448 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-09-09T20:35:06.236Z[ recovery-image] Sep 09 20:35:05.471 INFO O| Sep 09 20:35:05.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69972024-09-09T20:35:06.236Z[ recovery-image] Sep 09 20:35:05.471 INFO O| Sep 09 20:35:05.471 INFO STEP 977 (remove_files) COMPLETE
69982024-09-09T20:35:06.236Z[ recovery-image] Sep 09 20:35:05.471 INFO O| Sep 09 20:35:05.471 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-09-09T20:35:06.259Z[ recovery-image] Sep 09 20:35:05.489 INFO O| Sep 09 20:35:05.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70002024-09-09T20:35:06.259Z[ recovery-image] Sep 09 20:35:05.490 INFO O| Sep 09 20:35:05.490 INFO STEP 978 (remove_files) COMPLETE
70012024-09-09T20:35:06.259Z[ recovery-image] Sep 09 20:35:05.490 INFO O| Sep 09 20:35:05.490 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-09-09T20:35:06.283Z[ recovery-image] Sep 09 20:35:05.507 INFO O| Sep 09 20:35:05.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70032024-09-09T20:35:06.283Z[ recovery-image] Sep 09 20:35:05.508 INFO O| Sep 09 20:35:05.508 INFO STEP 979 (remove_files) COMPLETE
70042024-09-09T20:35:06.283Z[ recovery-image] Sep 09 20:35:05.508 INFO O| Sep 09 20:35:05.508 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-09-09T20:35:06.283Z[ recovery-image] Sep 09 20:35:05.524 INFO O| Sep 09 20:35:05.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70062024-09-09T20:35:06.283Z[ recovery-image] Sep 09 20:35:05.524 INFO O| Sep 09 20:35:05.524 INFO STEP 980 (remove_files) COMPLETE
70072024-09-09T20:35:06.283Z[ recovery-image] Sep 09 20:35:05.525 INFO O| Sep 09 20:35:05.524 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-09-09T20:35:06.306Z[ recovery-image] Sep 09 20:35:05.544 INFO O| Sep 09 20:35:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70092024-09-09T20:35:06.306Z[ recovery-image] Sep 09 20:35:05.544 INFO O| Sep 09 20:35:05.544 INFO STEP 981 (remove_files) COMPLETE
70102024-09-09T20:35:06.306Z[ recovery-image] Sep 09 20:35:05.544 INFO O| Sep 09 20:35:05.544 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-09-09T20:35:06.330Z[ recovery-image] Sep 09 20:35:05.569 INFO O| Sep 09 20:35:05.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70122024-09-09T20:35:06.330Z[ recovery-image] Sep 09 20:35:05.569 INFO O| Sep 09 20:35:05.569 INFO STEP 982 (remove_files) COMPLETE
70132024-09-09T20:35:06.330Z[ recovery-image] Sep 09 20:35:05.569 INFO O| Sep 09 20:35:05.569 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-09-09T20:35:06.354Z[ recovery-image] Sep 09 20:35:05.588 INFO O| Sep 09 20:35:05.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70152024-09-09T20:35:06.354Z[ recovery-image] Sep 09 20:35:05.588 INFO O| Sep 09 20:35:05.588 INFO STEP 983 (remove_files) COMPLETE
70162024-09-09T20:35:06.354Z[ recovery-image] Sep 09 20:35:05.588 INFO O| Sep 09 20:35:05.588 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-09-09T20:35:06.377Z[ recovery-image] Sep 09 20:35:05.605 INFO O| Sep 09 20:35:05.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70182024-09-09T20:35:06.377Z[ recovery-image] Sep 09 20:35:05.605 INFO O| Sep 09 20:35:05.605 INFO STEP 984 (remove_files) COMPLETE
70192024-09-09T20:35:06.377Z[ recovery-image] Sep 09 20:35:05.605 INFO O| Sep 09 20:35:05.605 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-09-09T20:35:06.401Z[ recovery-image] Sep 09 20:35:05.625 INFO O| Sep 09 20:35:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70212024-09-09T20:35:06.401Z[ recovery-image] Sep 09 20:35:05.626 INFO O| Sep 09 20:35:05.626 INFO STEP 985 (remove_files) COMPLETE
70222024-09-09T20:35:06.401Z[ recovery-image] Sep 09 20:35:05.626 INFO O| Sep 09 20:35:05.626 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-09-09T20:35:06.424Z[ recovery-image] Sep 09 20:35:05.646 INFO O| Sep 09 20:35:05.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70242024-09-09T20:35:06.424Z[ recovery-image] Sep 09 20:35:05.647 INFO O| Sep 09 20:35:05.646 INFO STEP 986 (remove_files) COMPLETE
70252024-09-09T20:35:06.424Z[ recovery-image] Sep 09 20:35:05.647 INFO O| Sep 09 20:35:05.647 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-09-09T20:35:06.424Z[ recovery-image] Sep 09 20:35:05.668 INFO O| Sep 09 20:35:05.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70272024-09-09T20:35:06.424Z[ recovery-image] Sep 09 20:35:05.668 INFO O| Sep 09 20:35:05.668 INFO STEP 987 (remove_files) COMPLETE
70282024-09-09T20:35:06.424Z[ recovery-image] Sep 09 20:35:05.668 INFO O| Sep 09 20:35:05.668 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-09-09T20:35:06.448Z[ recovery-image] Sep 09 20:35:05.686 INFO O| Sep 09 20:35:05.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70302024-09-09T20:35:06.448Z[ recovery-image] Sep 09 20:35:05.687 INFO O| Sep 09 20:35:05.687 INFO STEP 988 (remove_files) COMPLETE
70312024-09-09T20:35:06.448Z[ recovery-image] Sep 09 20:35:05.687 INFO O| Sep 09 20:35:05.687 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-09-09T20:35:06.471Z[ recovery-image] Sep 09 20:35:05.705 INFO O| Sep 09 20:35:05.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70332024-09-09T20:35:06.471Z[ recovery-image] Sep 09 20:35:05.706 INFO O| Sep 09 20:35:05.706 INFO STEP 989 (remove_files) COMPLETE
70342024-09-09T20:35:06.471Z[ recovery-image] Sep 09 20:35:05.707 INFO O| Sep 09 20:35:05.706 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-09-09T20:35:06.495Z[ recovery-image] Sep 09 20:35:05.736 INFO O| Sep 09 20:35:05.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70362024-09-09T20:35:06.495Z[ recovery-image] Sep 09 20:35:05.736 INFO O| Sep 09 20:35:05.736 INFO STEP 990 (remove_files) COMPLETE
70372024-09-09T20:35:06.495Z[ recovery-image] Sep 09 20:35:05.736 INFO O| Sep 09 20:35:05.736 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-09-09T20:35:06.518Z[ recovery-image] Sep 09 20:35:05.761 INFO O| Sep 09 20:35:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70392024-09-09T20:35:06.518Z[ recovery-image] Sep 09 20:35:05.761 INFO O| Sep 09 20:35:05.761 INFO STEP 991 (remove_files) COMPLETE
70402024-09-09T20:35:06.518Z[ recovery-image] Sep 09 20:35:05.761 INFO O| Sep 09 20:35:05.761 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-09-09T20:35:06.542Z[ recovery-image] Sep 09 20:35:05.778 INFO O| Sep 09 20:35:05.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70422024-09-09T20:35:06.542Z[ recovery-image] Sep 09 20:35:05.778 INFO O| Sep 09 20:35:05.778 INFO STEP 992 (remove_files) COMPLETE
70432024-09-09T20:35:06.542Z[ recovery-image] Sep 09 20:35:05.778 INFO O| Sep 09 20:35:05.778 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-09-09T20:35:06.565Z[ recovery-image] Sep 09 20:35:05.791 INFO O| Sep 09 20:35:05.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70452024-09-09T20:35:06.565Z[ recovery-image] Sep 09 20:35:05.791 INFO O| Sep 09 20:35:05.791 INFO STEP 993 (remove_files) COMPLETE
70462024-09-09T20:35:06.565Z[ recovery-image] Sep 09 20:35:05.792 INFO O| Sep 09 20:35:05.791 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-09-09T20:35:06.565Z[ recovery-image] Sep 09 20:35:05.806 INFO O| Sep 09 20:35:05.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70482024-09-09T20:35:06.565Z[ recovery-image] Sep 09 20:35:05.806 INFO O| Sep 09 20:35:05.806 INFO STEP 994 (remove_files) COMPLETE
70492024-09-09T20:35:06.565Z[ recovery-image] Sep 09 20:35:05.806 INFO O| Sep 09 20:35:05.806 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-09-09T20:35:06.589Z[ recovery-image] Sep 09 20:35:05.819 INFO O| Sep 09 20:35:05.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70512024-09-09T20:35:06.589Z[ recovery-image] Sep 09 20:35:05.819 INFO O| Sep 09 20:35:05.819 INFO STEP 995 (remove_files) COMPLETE
70522024-09-09T20:35:06.589Z[ recovery-image] Sep 09 20:35:05.820 INFO O| Sep 09 20:35:05.819 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-09-09T20:35:06.613Z[ recovery-image] Sep 09 20:35:05.836 INFO O| Sep 09 20:35:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70542024-09-09T20:35:06.613Z[ recovery-image] Sep 09 20:35:05.836 INFO O| Sep 09 20:35:05.836 INFO STEP 996 (remove_files) COMPLETE
70552024-09-09T20:35:06.613Z[ recovery-image] Sep 09 20:35:05.836 INFO O| Sep 09 20:35:05.836 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-09-09T20:35:06.637Z[ recovery-image] Sep 09 20:35:05.858 INFO O| Sep 09 20:35:05.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70572024-09-09T20:35:06.637Z[ recovery-image] Sep 09 20:35:05.858 INFO O| Sep 09 20:35:05.858 INFO STEP 997 (remove_files) COMPLETE
70582024-09-09T20:35:06.637Z[ recovery-image] Sep 09 20:35:05.858 INFO O| Sep 09 20:35:05.858 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-09-09T20:35:06.637Z[ recovery-image] Sep 09 20:35:05.879 INFO O| Sep 09 20:35:05.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70602024-09-09T20:35:06.637Z[ recovery-image] Sep 09 20:35:05.880 INFO O| Sep 09 20:35:05.880 INFO STEP 998 (remove_files) COMPLETE
70612024-09-09T20:35:06.637Z[ recovery-image] Sep 09 20:35:05.880 INFO O| Sep 09 20:35:05.880 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-09-09T20:35:06.660Z[ recovery-image] Sep 09 20:35:05.898 INFO O| Sep 09 20:35:05.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70632024-09-09T20:35:06.660Z[ recovery-image] Sep 09 20:35:05.898 INFO O| Sep 09 20:35:05.898 INFO STEP 999 (remove_files) COMPLETE
70642024-09-09T20:35:06.660Z[ recovery-image] Sep 09 20:35:05.898 INFO O| Sep 09 20:35:05.898 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-09-09T20:35:06.684Z[ recovery-image] Sep 09 20:35:05.915 INFO O| Sep 09 20:35:05.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70662024-09-09T20:35:06.684Z[ recovery-image] Sep 09 20:35:05.915 INFO O| Sep 09 20:35:05.915 INFO STEP 1000 (remove_files) COMPLETE
70672024-09-09T20:35:06.684Z[ recovery-image] Sep 09 20:35:05.915 INFO O| Sep 09 20:35:05.915 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-09-09T20:35:06.707Z[ recovery-image] Sep 09 20:35:05.932 INFO O| Sep 09 20:35:05.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70692024-09-09T20:35:06.707Z[ recovery-image] Sep 09 20:35:05.932 INFO O| Sep 09 20:35:05.932 INFO STEP 1001 (remove_files) COMPLETE
70702024-09-09T20:35:06.707Z[ recovery-image] Sep 09 20:35:05.933 INFO O| Sep 09 20:35:05.933 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-09-09T20:35:06.707Z[ recovery-image] Sep 09 20:35:05.950 INFO O| Sep 09 20:35:05.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70722024-09-09T20:35:06.707Z[ recovery-image] Sep 09 20:35:05.950 INFO O| Sep 09 20:35:05.950 INFO STEP 1002 (remove_files) COMPLETE
70732024-09-09T20:35:06.707Z[ recovery-image] Sep 09 20:35:05.950 INFO O| Sep 09 20:35:05.950 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-09-09T20:35:06.737Z[ recovery-image] Sep 09 20:35:05.981 INFO O| Sep 09 20:35:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70752024-09-09T20:35:06.737Z[ recovery-image] Sep 09 20:35:05.981 INFO O| Sep 09 20:35:05.981 INFO STEP 1003 (remove_files) COMPLETE
70762024-09-09T20:35:06.737Z[ recovery-image] Sep 09 20:35:05.981 INFO O| Sep 09 20:35:05.981 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-09-09T20:35:06.776Z[ recovery-image] Sep 09 20:35:06.020 INFO O| Sep 09 20:35:06.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70782024-09-09T20:35:06.776Z[ recovery-image] Sep 09 20:35:06.020 INFO O| Sep 09 20:35:06.020 INFO STEP 1004 (remove_files) COMPLETE
70792024-09-09T20:35:06.799Z[ recovery-image] Sep 09 20:35:06.020 INFO O| Sep 09 20:35:06.020 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-09-09T20:35:06.829Z[ recovery-image] Sep 09 20:35:06.074 INFO O| Sep 09 20:35:06.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70812024-09-09T20:35:06.829Z[ recovery-image] Sep 09 20:35:06.074 INFO O| Sep 09 20:35:06.074 INFO STEP 1005 (remove_files) COMPLETE
70822024-09-09T20:35:06.852Z[ recovery-image] Sep 09 20:35:06.074 INFO O| Sep 09 20:35:06.074 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-09-09T20:35:06.876Z[ recovery-image] Sep 09 20:35:06.107 INFO O| Sep 09 20:35:06.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70842024-09-09T20:35:06.876Z[ recovery-image] Sep 09 20:35:06.107 INFO O| Sep 09 20:35:06.107 INFO STEP 1006 (remove_files) COMPLETE
70852024-09-09T20:35:06.876Z[ recovery-image] Sep 09 20:35:06.107 INFO O| Sep 09 20:35:06.107 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-09-09T20:35:06.912Z[ recovery-image] Sep 09 20:35:06.157 INFO O| Sep 09 20:35:06.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70872024-09-09T20:35:06.912Z[ recovery-image] Sep 09 20:35:06.157 INFO O| Sep 09 20:35:06.157 INFO STEP 1007 (remove_files) COMPLETE
70882024-09-09T20:35:06.936Z[ recovery-image] Sep 09 20:35:06.157 INFO O| Sep 09 20:35:06.157 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-09-09T20:35:06.966Z[ recovery-image] Sep 09 20:35:06.211 INFO O| Sep 09 20:35:06.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70902024-09-09T20:35:06.966Z[ recovery-image] Sep 09 20:35:06.211 INFO O| Sep 09 20:35:06.211 INFO STEP 1008 (remove_files) COMPLETE
70912024-09-09T20:35:06.990Z[ recovery-image] Sep 09 20:35:06.211 INFO O| Sep 09 20:35:06.211 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-09-09T20:35:06.990Z[ recovery-image] Sep 09 20:35:06.229 INFO O| Sep 09 20:35:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70932024-09-09T20:35:06.990Z[ recovery-image] Sep 09 20:35:06.229 INFO O| Sep 09 20:35:06.229 INFO STEP 1009 (remove_files) COMPLETE
70942024-09-09T20:35:06.990Z[ recovery-image] Sep 09 20:35:06.229 INFO O| Sep 09 20:35:06.229 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-09-09T20:35:07.014Z[ recovery-image] Sep 09 20:35:06.246 INFO O| Sep 09 20:35:06.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70962024-09-09T20:35:07.014Z[ recovery-image] Sep 09 20:35:06.246 INFO O| Sep 09 20:35:06.246 INFO STEP 1010 (remove_files) COMPLETE
70972024-09-09T20:35:07.014Z[ recovery-image] Sep 09 20:35:06.246 INFO O| Sep 09 20:35:06.246 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-09-09T20:35:07.060Z[ recovery-image] Sep 09 20:35:06.281 INFO O| Sep 09 20:35:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70992024-09-09T20:35:07.060Z[ recovery-image] Sep 09 20:35:06.281 INFO O| Sep 09 20:35:06.281 INFO STEP 1011 (remove_files) COMPLETE
71002024-09-09T20:35:07.060Z[ recovery-image] Sep 09 20:35:06.281 INFO O| Sep 09 20:35:06.281 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-09-09T20:35:07.060Z[ recovery-image] Sep 09 20:35:06.304 INFO O| Sep 09 20:35:06.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71022024-09-09T20:35:07.060Z[ recovery-image] Sep 09 20:35:06.304 INFO O| Sep 09 20:35:06.304 INFO STEP 1012 (remove_files) COMPLETE
71032024-09-09T20:35:07.083Z[ recovery-image] Sep 09 20:35:06.304 INFO O| Sep 09 20:35:06.304 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-09-09T20:35:07.083Z[ recovery-image] Sep 09 20:35:06.326 INFO O| Sep 09 20:35:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71052024-09-09T20:35:07.083Z[ recovery-image] Sep 09 20:35:06.327 INFO O| Sep 09 20:35:06.327 INFO STEP 1013 (remove_files) COMPLETE
71062024-09-09T20:35:07.083Z[ recovery-image] Sep 09 20:35:06.327 INFO O| Sep 09 20:35:06.327 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-09T20:35:07.107Z[ recovery-image] Sep 09 20:35:06.344 INFO O| Sep 09 20:35:06.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71082024-09-09T20:35:07.107Z[ recovery-image] Sep 09 20:35:06.344 INFO O| Sep 09 20:35:06.344 INFO STEP 1014 (remove_files) COMPLETE
71092024-09-09T20:35:07.107Z[ recovery-image] Sep 09 20:35:06.344 INFO O| Sep 09 20:35:06.344 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-09T20:35:07.131Z[ recovery-image] Sep 09 20:35:06.361 INFO O| Sep 09 20:35:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71112024-09-09T20:35:07.131Z[ recovery-image] Sep 09 20:35:06.362 INFO O| Sep 09 20:35:06.362 INFO STEP 1015 (remove_files) COMPLETE
71122024-09-09T20:35:07.131Z[ recovery-image] Sep 09 20:35:06.362 INFO O| Sep 09 20:35:06.362 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-09T20:35:07.155Z[ recovery-image] Sep 09 20:35:06.378 INFO O| Sep 09 20:35:06.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71142024-09-09T20:35:07.155Z[ recovery-image] Sep 09 20:35:06.379 INFO O| Sep 09 20:35:06.378 INFO STEP 1016 (remove_files) COMPLETE
71152024-09-09T20:35:07.155Z[ recovery-image] Sep 09 20:35:06.379 INFO O| Sep 09 20:35:06.378 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-09T20:35:07.155Z[ recovery-image] Sep 09 20:35:06.395 INFO O| Sep 09 20:35:06.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71172024-09-09T20:35:07.155Z[ recovery-image] Sep 09 20:35:06.395 INFO O| Sep 09 20:35:06.395 INFO STEP 1017 (remove_files) COMPLETE
71182024-09-09T20:35:07.156Z[ recovery-image] Sep 09 20:35:06.395 INFO O| Sep 09 20:35:06.395 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-09T20:35:07.181Z[ recovery-image] Sep 09 20:35:06.426 INFO O| Sep 09 20:35:06.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71202024-09-09T20:35:07.181Z[ recovery-image] Sep 09 20:35:06.426 INFO O| Sep 09 20:35:06.426 INFO STEP 1018 (remove_files) COMPLETE
71212024-09-09T20:35:07.205Z[ recovery-image] Sep 09 20:35:06.426 INFO O| Sep 09 20:35:06.426 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-09T20:35:07.228Z[ recovery-image] Sep 09 20:35:06.462 INFO O| Sep 09 20:35:06.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71232024-09-09T20:35:07.228Z[ recovery-image] Sep 09 20:35:06.463 INFO O| Sep 09 20:35:06.462 INFO STEP 1019 (remove_files) COMPLETE
71242024-09-09T20:35:07.228Z[ recovery-image] Sep 09 20:35:06.463 INFO O| Sep 09 20:35:06.462 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-09T20:35:07.279Z[ recovery-image] Sep 09 20:35:06.523 INFO O| Sep 09 20:35:06.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71262024-09-09T20:35:07.279Z[ recovery-image] Sep 09 20:35:06.523 INFO O| Sep 09 20:35:06.523 INFO STEP 1020 (remove_files) COMPLETE
71272024-09-09T20:35:07.279Z[ recovery-image] Sep 09 20:35:06.523 INFO O| Sep 09 20:35:06.523 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-09-09T20:35:07.347Z[ recovery-image] Sep 09 20:35:06.591 INFO O| Sep 09 20:35:06.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71292024-09-09T20:35:07.371Z[ recovery-image] Sep 09 20:35:06.592 INFO O| Sep 09 20:35:06.591 INFO STEP 1021 (remove_files) COMPLETE
71302024-09-09T20:35:07.371Z[ recovery-image] Sep 09 20:35:06.592 INFO O| Sep 09 20:35:06.592 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-09-09T20:35:07.394Z[ recovery-image] Sep 09 20:35:06.630 INFO O| Sep 09 20:35:06.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71322024-09-09T20:35:07.394Z[ recovery-image] Sep 09 20:35:06.630 INFO O| Sep 09 20:35:06.630 INFO STEP 1022 (remove_files) COMPLETE
71332024-09-09T20:35:07.394Z[ recovery-image] Sep 09 20:35:06.630 INFO O| Sep 09 20:35:06.630 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-09-09T20:35:07.426Z[ recovery-image] Sep 09 20:35:06.670 INFO O| Sep 09 20:35:06.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71352024-09-09T20:35:07.449Z[ recovery-image] Sep 09 20:35:06.670 INFO O| Sep 09 20:35:06.670 INFO STEP 1023 (remove_files) COMPLETE
71362024-09-09T20:35:07.449Z[ recovery-image] Sep 09 20:35:06.670 INFO O| Sep 09 20:35:06.670 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-09-09T20:35:07.449Z[ recovery-image] Sep 09 20:35:06.691 INFO O| Sep 09 20:35:06.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71382024-09-09T20:35:07.449Z[ recovery-image] Sep 09 20:35:06.691 INFO O| Sep 09 20:35:06.691 INFO STEP 1024 (remove_files) COMPLETE
71392024-09-09T20:35:07.450Z[ recovery-image] Sep 09 20:35:06.691 INFO O| Sep 09 20:35:06.691 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-09-09T20:35:07.490Z[ recovery-image] Sep 09 20:35:06.734 INFO O| Sep 09 20:35:06.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71412024-09-09T20:35:07.490Z[ recovery-image] Sep 09 20:35:06.734 INFO O| Sep 09 20:35:06.734 INFO STEP 1025 (remove_files) COMPLETE
71422024-09-09T20:35:07.490Z[ recovery-image] Sep 09 20:35:06.734 INFO O| Sep 09 20:35:06.734 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-09-09T20:35:07.541Z[ recovery-image] Sep 09 20:35:06.786 INFO O| Sep 09 20:35:06.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71442024-09-09T20:35:07.541Z[ recovery-image] Sep 09 20:35:06.786 INFO O| Sep 09 20:35:06.786 INFO STEP 1026 (remove_files) COMPLETE
71452024-09-09T20:35:07.542Z[ recovery-image] Sep 09 20:35:06.786 INFO O| Sep 09 20:35:06.786 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-09-09T20:35:07.565Z[ recovery-image] Sep 09 20:35:06.805 INFO O| Sep 09 20:35:06.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71472024-09-09T20:35:07.565Z[ recovery-image] Sep 09 20:35:06.805 INFO O| Sep 09 20:35:06.805 INFO STEP 1027 (remove_files) COMPLETE
71482024-09-09T20:35:07.565Z[ recovery-image] Sep 09 20:35:06.805 INFO O| Sep 09 20:35:06.805 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-09-09T20:35:07.589Z[ recovery-image] Sep 09 20:35:06.820 INFO O| Sep 09 20:35:06.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71502024-09-09T20:35:07.589Z[ recovery-image] Sep 09 20:35:06.820 INFO O| Sep 09 20:35:06.820 INFO STEP 1028 (remove_files) COMPLETE
71512024-09-09T20:35:07.589Z[ recovery-image] Sep 09 20:35:06.820 INFO O| Sep 09 20:35:06.820 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-09-09T20:35:07.612Z[ recovery-image] Sep 09 20:35:06.840 INFO O| Sep 09 20:35:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71532024-09-09T20:35:07.612Z[ recovery-image] Sep 09 20:35:06.840 INFO O| Sep 09 20:35:06.840 INFO STEP 1029 (remove_files) COMPLETE
71542024-09-09T20:35:07.612Z[ recovery-image] Sep 09 20:35:06.840 INFO O| Sep 09 20:35:06.840 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-09-09T20:35:07.636Z[ recovery-image] Sep 09 20:35:06.876 INFO O| Sep 09 20:35:06.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71562024-09-09T20:35:07.636Z[ recovery-image] Sep 09 20:35:06.876 INFO O| Sep 09 20:35:06.876 INFO STEP 1030 (remove_files) COMPLETE
71572024-09-09T20:35:07.636Z[ recovery-image] Sep 09 20:35:06.876 INFO O| Sep 09 20:35:06.876 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-09-09T20:35:07.660Z[ recovery-image] Sep 09 20:35:06.902 INFO O| Sep 09 20:35:06.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71592024-09-09T20:35:07.660Z[ recovery-image] Sep 09 20:35:06.902 INFO O| Sep 09 20:35:06.902 INFO STEP 1031 (remove_files) COMPLETE
71602024-09-09T20:35:07.660Z[ recovery-image] Sep 09 20:35:06.902 INFO O| Sep 09 20:35:06.902 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-09-09T20:35:07.684Z[ recovery-image] Sep 09 20:35:06.920 INFO O| Sep 09 20:35:06.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71622024-09-09T20:35:07.684Z[ recovery-image] Sep 09 20:35:06.920 INFO O| Sep 09 20:35:06.920 INFO STEP 1032 (remove_files) COMPLETE
71632024-09-09T20:35:07.684Z[ recovery-image] Sep 09 20:35:06.920 INFO O| Sep 09 20:35:06.920 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-09-09T20:35:07.708Z[ recovery-image] Sep 09 20:35:06.936 INFO O| Sep 09 20:35:06.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71652024-09-09T20:35:07.708Z[ recovery-image] Sep 09 20:35:06.936 INFO O| Sep 09 20:35:06.936 INFO STEP 1033 (remove_files) COMPLETE
71662024-09-09T20:35:07.708Z[ recovery-image] Sep 09 20:35:06.936 INFO O| Sep 09 20:35:06.936 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-09-09T20:35:07.708Z[ recovery-image] Sep 09 20:35:06.951 INFO O| Sep 09 20:35:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71682024-09-09T20:35:07.708Z[ recovery-image] Sep 09 20:35:06.952 INFO O| Sep 09 20:35:06.952 INFO STEP 1034 (remove_files) COMPLETE
71692024-09-09T20:35:07.708Z[ recovery-image] Sep 09 20:35:06.952 INFO O| Sep 09 20:35:06.952 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-09-09T20:35:07.732Z[ recovery-image] Sep 09 20:35:06.967 INFO O| Sep 09 20:35:06.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71712024-09-09T20:35:07.732Z[ recovery-image] Sep 09 20:35:06.967 INFO O| Sep 09 20:35:06.967 INFO STEP 1035 (remove_files) COMPLETE
71722024-09-09T20:35:07.732Z[ recovery-image] Sep 09 20:35:06.967 INFO O| Sep 09 20:35:06.967 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-09-09T20:35:07.755Z[ recovery-image] Sep 09 20:35:06.983 INFO O| Sep 09 20:35:06.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71742024-09-09T20:35:07.755Z[ recovery-image] Sep 09 20:35:06.995 INFO O| Sep 09 20:35:06.995 INFO STEP 1036 (remove_files) COMPLETE
71752024-09-09T20:35:07.755Z[ recovery-image] Sep 09 20:35:06.995 INFO O| Sep 09 20:35:06.995 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-09-09T20:35:07.808Z[ recovery-image] Sep 09 20:35:07.051 INFO O| Sep 09 20:35:07.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71772024-09-09T20:35:07.808Z[ recovery-image] Sep 09 20:35:07.052 INFO O| Sep 09 20:35:07.052 INFO STEP 1037 (remove_files) COMPLETE
71782024-09-09T20:35:07.808Z[ recovery-image] Sep 09 20:35:07.052 INFO O| Sep 09 20:35:07.052 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-09-09T20:35:07.834Z[ recovery-image] Sep 09 20:35:07.079 INFO O| Sep 09 20:35:07.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71802024-09-09T20:35:07.858Z[ recovery-image] Sep 09 20:35:07.079 INFO O| Sep 09 20:35:07.079 INFO STEP 1038 (remove_files) COMPLETE
71812024-09-09T20:35:07.858Z[ recovery-image] Sep 09 20:35:07.080 INFO O| Sep 09 20:35:07.079 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-09-09T20:35:07.858Z[ recovery-image] Sep 09 20:35:07.099 INFO O| Sep 09 20:35:07.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71832024-09-09T20:35:07.858Z[ recovery-image] Sep 09 20:35:07.099 INFO O| Sep 09 20:35:07.099 INFO STEP 1039 (remove_files) COMPLETE
71842024-09-09T20:35:07.858Z[ recovery-image] Sep 09 20:35:07.100 INFO O| Sep 09 20:35:07.100 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-09-09T20:35:07.881Z[ recovery-image] Sep 09 20:35:07.118 INFO O| Sep 09 20:35:07.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71862024-09-09T20:35:07.881Z[ recovery-image] Sep 09 20:35:07.118 INFO O| Sep 09 20:35:07.118 INFO STEP 1040 (remove_files) COMPLETE
71872024-09-09T20:35:07.881Z[ recovery-image] Sep 09 20:35:07.119 INFO O| Sep 09 20:35:07.118 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-09T20:35:07.905Z[ recovery-image] Sep 09 20:35:07.137 INFO O| Sep 09 20:35:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71892024-09-09T20:35:07.905Z[ recovery-image] Sep 09 20:35:07.137 INFO O| Sep 09 20:35:07.137 INFO STEP 1041 (remove_files) COMPLETE
71902024-09-09T20:35:07.905Z[ recovery-image] Sep 09 20:35:07.137 INFO O| Sep 09 20:35:07.137 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-09T20:35:07.928Z[ recovery-image] Sep 09 20:35:07.153 INFO O| Sep 09 20:35:07.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71922024-09-09T20:35:07.928Z[ recovery-image] Sep 09 20:35:07.153 INFO O| Sep 09 20:35:07.153 INFO STEP 1042 (remove_files) COMPLETE
71932024-09-09T20:35:07.928Z[ recovery-image] Sep 09 20:35:07.153 INFO O| Sep 09 20:35:07.153 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-09T20:35:07.928Z[ recovery-image] Sep 09 20:35:07.169 INFO O| Sep 09 20:35:07.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71952024-09-09T20:35:07.928Z[ recovery-image] Sep 09 20:35:07.169 INFO O| Sep 09 20:35:07.169 INFO STEP 1043 (remove_files) COMPLETE
71962024-09-09T20:35:07.928Z[ recovery-image] Sep 09 20:35:07.169 INFO O| Sep 09 20:35:07.169 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-09T20:35:07.962Z[ recovery-image] Sep 09 20:35:07.206 INFO O| Sep 09 20:35:07.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71982024-09-09T20:35:07.962Z[ recovery-image] Sep 09 20:35:07.207 INFO O| Sep 09 20:35:07.207 INFO STEP 1044 (remove_files) COMPLETE
71992024-09-09T20:35:07.986Z[ recovery-image] Sep 09 20:35:07.207 INFO O| Sep 09 20:35:07.207 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-09T20:35:08.009Z[ recovery-image] Sep 09 20:35:07.243 INFO O| Sep 09 20:35:07.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72012024-09-09T20:35:08.009Z[ recovery-image] Sep 09 20:35:07.243 INFO O| Sep 09 20:35:07.243 INFO STEP 1045 (remove_files) COMPLETE
72022024-09-09T20:35:08.009Z[ recovery-image] Sep 09 20:35:07.243 INFO O| Sep 09 20:35:07.243 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-09T20:35:08.033Z[ recovery-image] Sep 09 20:35:07.263 INFO O| Sep 09 20:35:07.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72042024-09-09T20:35:08.033Z[ recovery-image] Sep 09 20:35:07.263 INFO O| Sep 09 20:35:07.263 INFO STEP 1046 (remove_files) COMPLETE
72052024-09-09T20:35:08.033Z[ recovery-image] Sep 09 20:35:07.263 INFO O| Sep 09 20:35:07.263 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-09T20:35:08.057Z[ recovery-image] Sep 09 20:35:07.282 INFO O| Sep 09 20:35:07.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72072024-09-09T20:35:08.057Z[ recovery-image] Sep 09 20:35:07.282 INFO O| Sep 09 20:35:07.282 INFO STEP 1047 (remove_files) COMPLETE
72082024-09-09T20:35:08.057Z[ recovery-image] Sep 09 20:35:07.282 INFO O| Sep 09 20:35:07.282 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-09T20:35:08.057Z[ recovery-image] Sep 09 20:35:07.300 INFO O| Sep 09 20:35:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72102024-09-09T20:35:08.057Z[ recovery-image] Sep 09 20:35:07.300 INFO O| Sep 09 20:35:07.300 INFO STEP 1048 (remove_files) COMPLETE
72112024-09-09T20:35:08.057Z[ recovery-image] Sep 09 20:35:07.300 INFO O| Sep 09 20:35:07.300 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-09T20:35:08.081Z[ recovery-image] Sep 09 20:35:07.317 INFO O| Sep 09 20:35:07.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72132024-09-09T20:35:08.081Z[ recovery-image] Sep 09 20:35:07.317 INFO O| Sep 09 20:35:07.317 INFO STEP 1049 (remove_files) COMPLETE
72142024-09-09T20:35:08.081Z[ recovery-image] Sep 09 20:35:07.317 INFO O| Sep 09 20:35:07.317 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-09T20:35:08.104Z[ recovery-image] Sep 09 20:35:07.344 INFO O| Sep 09 20:35:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72162024-09-09T20:35:08.104Z[ recovery-image] Sep 09 20:35:07.344 INFO O| Sep 09 20:35:07.344 INFO STEP 1050 (remove_files) COMPLETE
72172024-09-09T20:35:08.104Z[ recovery-image] Sep 09 20:35:07.344 INFO O| Sep 09 20:35:07.344 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-09T20:35:08.148Z[ recovery-image] Sep 09 20:35:07.392 INFO O| Sep 09 20:35:07.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72192024-09-09T20:35:08.148Z[ recovery-image] Sep 09 20:35:07.392 INFO O| Sep 09 20:35:07.392 INFO STEP 1051 (remove_files) COMPLETE
72202024-09-09T20:35:08.171Z[ recovery-image] Sep 09 20:35:07.393 INFO O| Sep 09 20:35:07.392 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-09T20:35:08.171Z[ recovery-image] Sep 09 20:35:07.410 INFO O| Sep 09 20:35:07.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72222024-09-09T20:35:08.171Z[ recovery-image] Sep 09 20:35:07.410 INFO O| Sep 09 20:35:07.410 INFO STEP 1052 (remove_files) COMPLETE
72232024-09-09T20:35:08.171Z[ recovery-image] Sep 09 20:35:07.410 INFO O| Sep 09 20:35:07.410 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-09T20:35:08.195Z[ recovery-image] Sep 09 20:35:07.425 INFO O| Sep 09 20:35:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72252024-09-09T20:35:08.195Z[ recovery-image] Sep 09 20:35:07.426 INFO O| Sep 09 20:35:07.425 INFO STEP 1053 (remove_files) COMPLETE
72262024-09-09T20:35:08.195Z[ recovery-image] Sep 09 20:35:07.426 INFO O| Sep 09 20:35:07.425 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-09T20:35:08.218Z[ recovery-image] Sep 09 20:35:07.440 INFO O| Sep 09 20:35:07.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72282024-09-09T20:35:08.219Z[ recovery-image] Sep 09 20:35:07.440 INFO O| Sep 09 20:35:07.440 INFO STEP 1054 (remove_files) COMPLETE
72292024-09-09T20:35:08.219Z[ recovery-image] Sep 09 20:35:07.440 INFO O| Sep 09 20:35:07.440 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-09T20:35:08.219Z[ recovery-image] Sep 09 20:35:07.453 INFO O| Sep 09 20:35:07.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72312024-09-09T20:35:08.219Z[ recovery-image] Sep 09 20:35:07.454 INFO O| Sep 09 20:35:07.453 INFO STEP 1055 (remove_files) COMPLETE
72322024-09-09T20:35:08.219Z[ recovery-image] Sep 09 20:35:07.454 INFO O| Sep 09 20:35:07.453 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-09T20:35:08.242Z[ recovery-image] Sep 09 20:35:07.466 INFO O| Sep 09 20:35:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72342024-09-09T20:35:08.242Z[ recovery-image] Sep 09 20:35:07.466 INFO O| Sep 09 20:35:07.466 INFO STEP 1056 (remove_files) COMPLETE
72352024-09-09T20:35:08.242Z[ recovery-image] Sep 09 20:35:07.466 INFO O| Sep 09 20:35:07.466 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-09T20:35:08.266Z[ recovery-image] Sep 09 20:35:07.496 INFO O| Sep 09 20:35:07.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72372024-09-09T20:35:08.266Z[ recovery-image] Sep 09 20:35:07.496 INFO O| Sep 09 20:35:07.496 INFO STEP 1057 (remove_files) COMPLETE
72382024-09-09T20:35:08.266Z[ recovery-image] Sep 09 20:35:07.496 INFO O| Sep 09 20:35:07.496 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-09T20:35:08.290Z[ recovery-image] Sep 09 20:35:07.517 INFO O| Sep 09 20:35:07.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72402024-09-09T20:35:08.290Z[ recovery-image] Sep 09 20:35:07.517 INFO O| Sep 09 20:35:07.517 INFO STEP 1058 (remove_files) COMPLETE
72412024-09-09T20:35:08.290Z[ recovery-image] Sep 09 20:35:07.517 INFO O| Sep 09 20:35:07.517 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-09T20:35:08.290Z[ recovery-image] Sep 09 20:35:07.534 INFO O| Sep 09 20:35:07.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72432024-09-09T20:35:08.290Z[ recovery-image] Sep 09 20:35:07.534 INFO O| Sep 09 20:35:07.534 INFO STEP 1059 (remove_files) COMPLETE
72442024-09-09T20:35:08.313Z[ recovery-image] Sep 09 20:35:07.534 INFO O| Sep 09 20:35:07.534 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-09T20:35:08.313Z[ recovery-image] Sep 09 20:35:07.557 INFO O| Sep 09 20:35:07.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72462024-09-09T20:35:08.313Z[ recovery-image] Sep 09 20:35:07.558 INFO O| Sep 09 20:35:07.557 INFO STEP 1060 (remove_files) COMPLETE
72472024-09-09T20:35:08.313Z[ recovery-image] Sep 09 20:35:07.558 INFO O| Sep 09 20:35:07.558 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-09-09T20:35:08.337Z[ recovery-image] Sep 09 20:35:07.576 INFO O| Sep 09 20:35:07.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72492024-09-09T20:35:08.337Z[ recovery-image] Sep 09 20:35:07.576 INFO O| Sep 09 20:35:07.576 INFO STEP 1061 (remove_files) COMPLETE
72502024-09-09T20:35:08.337Z[ recovery-image] Sep 09 20:35:07.576 INFO O| Sep 09 20:35:07.576 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-09-09T20:35:08.363Z[ recovery-image] Sep 09 20:35:07.608 INFO O| Sep 09 20:35:07.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72522024-09-09T20:35:08.387Z[ recovery-image] Sep 09 20:35:07.608 INFO O| Sep 09 20:35:07.608 INFO STEP 1062 (remove_files) COMPLETE
72532024-09-09T20:35:08.387Z[ recovery-image] Sep 09 20:35:07.609 INFO O| Sep 09 20:35:07.608 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-09-09T20:35:08.421Z[ recovery-image] Sep 09 20:35:07.665 INFO O| Sep 09 20:35:07.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72552024-09-09T20:35:08.421Z[ recovery-image] Sep 09 20:35:07.665 INFO O| Sep 09 20:35:07.665 INFO STEP 1063 (remove_files) COMPLETE
72562024-09-09T20:35:08.445Z[ recovery-image] Sep 09 20:35:07.666 INFO O| Sep 09 20:35:07.665 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-09-09T20:35:08.445Z[ recovery-image] Sep 09 20:35:07.686 INFO O| Sep 09 20:35:07.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72582024-09-09T20:35:08.445Z[ recovery-image] Sep 09 20:35:07.686 INFO O| Sep 09 20:35:07.686 INFO STEP 1064 (remove_files) COMPLETE
72592024-09-09T20:35:08.445Z[ recovery-image] Sep 09 20:35:07.686 INFO O| Sep 09 20:35:07.686 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-09-09T20:35:08.472Z[ recovery-image] Sep 09 20:35:07.716 INFO O| Sep 09 20:35:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72612024-09-09T20:35:08.496Z[ recovery-image] Sep 09 20:35:07.717 INFO O| Sep 09 20:35:07.716 INFO STEP 1065 (remove_files) COMPLETE
72622024-09-09T20:35:08.496Z[ recovery-image] Sep 09 20:35:07.717 INFO O| Sep 09 20:35:07.717 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-09-09T20:35:08.496Z[ recovery-image] Sep 09 20:35:07.734 INFO O| Sep 09 20:35:07.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72642024-09-09T20:35:08.496Z[ recovery-image] Sep 09 20:35:07.734 INFO O| Sep 09 20:35:07.734 INFO STEP 1066 (remove_files) COMPLETE
72652024-09-09T20:35:08.496Z[ recovery-image] Sep 09 20:35:07.734 INFO O| Sep 09 20:35:07.734 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-09-09T20:35:08.519Z[ recovery-image] Sep 09 20:35:07.748 INFO O| Sep 09 20:35:07.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72672024-09-09T20:35:08.519Z[ recovery-image] Sep 09 20:35:07.748 INFO O| Sep 09 20:35:07.748 INFO STEP 1067 (remove_files) COMPLETE
72682024-09-09T20:35:08.519Z[ recovery-image] Sep 09 20:35:07.748 INFO O| Sep 09 20:35:07.748 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-09-09T20:35:08.519Z[ recovery-image] Sep 09 20:35:07.762 INFO O| Sep 09 20:35:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72702024-09-09T20:35:08.519Z[ recovery-image] Sep 09 20:35:07.762 INFO O| Sep 09 20:35:07.762 INFO STEP 1068 (remove_files) COMPLETE
72712024-09-09T20:35:08.519Z[ recovery-image] Sep 09 20:35:07.762 INFO O| Sep 09 20:35:07.762 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-09-09T20:35:08.543Z[ recovery-image] Sep 09 20:35:07.777 INFO O| Sep 09 20:35:07.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72732024-09-09T20:35:08.543Z[ recovery-image] Sep 09 20:35:07.777 INFO O| Sep 09 20:35:07.777 INFO STEP 1069 (remove_files) COMPLETE
72742024-09-09T20:35:08.543Z[ recovery-image] Sep 09 20:35:07.777 INFO O| Sep 09 20:35:07.777 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-09-09T20:35:08.567Z[ recovery-image] Sep 09 20:35:07.791 INFO O| Sep 09 20:35:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72762024-09-09T20:35:08.567Z[ recovery-image] Sep 09 20:35:07.791 INFO O| Sep 09 20:35:07.791 INFO STEP 1070 (remove_files) COMPLETE
72772024-09-09T20:35:08.567Z[ recovery-image] Sep 09 20:35:07.791 INFO O| Sep 09 20:35:07.791 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-09-09T20:35:08.567Z[ recovery-image] Sep 09 20:35:07.804 INFO O| Sep 09 20:35:07.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72792024-09-09T20:35:08.567Z[ recovery-image] Sep 09 20:35:07.805 INFO O| Sep 09 20:35:07.805 INFO STEP 1071 (remove_files) COMPLETE
72802024-09-09T20:35:08.567Z[ recovery-image] Sep 09 20:35:07.805 INFO O| Sep 09 20:35:07.805 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-09-09T20:35:08.590Z[ recovery-image] Sep 09 20:35:07.818 INFO O| Sep 09 20:35:07.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72822024-09-09T20:35:08.590Z[ recovery-image] Sep 09 20:35:07.818 INFO O| Sep 09 20:35:07.818 INFO STEP 1072 (remove_files) COMPLETE
72832024-09-09T20:35:08.590Z[ recovery-image] Sep 09 20:35:07.818 INFO O| Sep 09 20:35:07.818 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-09-09T20:35:08.590Z[ recovery-image] Sep 09 20:35:07.832 INFO O| Sep 09 20:35:07.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72852024-09-09T20:35:08.591Z[ recovery-image] Sep 09 20:35:07.832 INFO O| Sep 09 20:35:07.832 INFO STEP 1073 (remove_files) COMPLETE
72862024-09-09T20:35:08.591Z[ recovery-image] Sep 09 20:35:07.832 INFO O| Sep 09 20:35:07.832 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-09-09T20:35:08.648Z[ recovery-image] Sep 09 20:35:07.893 INFO O| Sep 09 20:35:07.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72882024-09-09T20:35:08.649Z[ recovery-image] Sep 09 20:35:07.893 INFO O| Sep 09 20:35:07.893 INFO STEP 1074 (remove_files) COMPLETE
72892024-09-09T20:35:08.672Z[ recovery-image] Sep 09 20:35:07.893 INFO O| Sep 09 20:35:07.893 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-09-09T20:35:08.695Z[ recovery-image] Sep 09 20:35:07.928 INFO O| Sep 09 20:35:07.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72912024-09-09T20:35:08.695Z[ recovery-image] Sep 09 20:35:07.929 INFO O| Sep 09 20:35:07.928 INFO STEP 1075 (remove_files) COMPLETE
72922024-09-09T20:35:08.695Z[ recovery-image] Sep 09 20:35:07.929 INFO O| Sep 09 20:35:07.929 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-09-09T20:35:08.719Z[ recovery-image] Sep 09 20:35:07.944 INFO O| Sep 09 20:35:07.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72942024-09-09T20:35:08.719Z[ recovery-image] Sep 09 20:35:07.944 INFO O| Sep 09 20:35:07.944 INFO STEP 1076 (remove_files) COMPLETE
72952024-09-09T20:35:08.719Z[ recovery-image] Sep 09 20:35:07.944 INFO O| Sep 09 20:35:07.944 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-09-09T20:35:08.719Z[ recovery-image] Sep 09 20:35:07.958 INFO O| Sep 09 20:35:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72972024-09-09T20:35:08.719Z[ recovery-image] Sep 09 20:35:07.958 INFO O| Sep 09 20:35:07.958 INFO STEP 1077 (remove_files) COMPLETE
72982024-09-09T20:35:08.719Z[ recovery-image] Sep 09 20:35:07.958 INFO O| Sep 09 20:35:07.958 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-09-09T20:35:08.742Z[ recovery-image] Sep 09 20:35:07.972 INFO O| Sep 09 20:35:07.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73002024-09-09T20:35:08.742Z[ recovery-image] Sep 09 20:35:07.973 INFO O| Sep 09 20:35:07.972 INFO STEP 1078 (remove_files) COMPLETE
73012024-09-09T20:35:08.742Z[ recovery-image] Sep 09 20:35:07.973 INFO O| Sep 09 20:35:07.972 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-09-09T20:35:08.766Z[ recovery-image] Sep 09 20:35:07.990 INFO O| Sep 09 20:35:07.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73032024-09-09T20:35:08.766Z[ recovery-image] Sep 09 20:35:07.990 INFO O| Sep 09 20:35:07.990 INFO STEP 1079 (remove_files) COMPLETE
73042024-09-09T20:35:08.766Z[ recovery-image] Sep 09 20:35:07.990 INFO O| Sep 09 20:35:07.990 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-09-09T20:35:08.766Z[ recovery-image] Sep 09 20:35:08.004 INFO O| Sep 09 20:35:08.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73062024-09-09T20:35:08.766Z[ recovery-image] Sep 09 20:35:08.004 INFO O| Sep 09 20:35:08.004 INFO STEP 1080 (remove_files) COMPLETE
73072024-09-09T20:35:08.766Z[ recovery-image] Sep 09 20:35:08.004 INFO O| Sep 09 20:35:08.004 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-09T20:35:08.790Z[ recovery-image] Sep 09 20:35:08.032 INFO O| Sep 09 20:35:08.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73092024-09-09T20:35:08.790Z[ recovery-image] Sep 09 20:35:08.032 INFO O| Sep 09 20:35:08.032 INFO STEP 1081 (remove_files) COMPLETE
73102024-09-09T20:35:08.790Z[ recovery-image] Sep 09 20:35:08.032 INFO O| Sep 09 20:35:08.032 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-09-09T20:35:08.819Z[ recovery-image] Sep 09 20:35:08.063 INFO O| Sep 09 20:35:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73122024-09-09T20:35:08.819Z[ recovery-image] Sep 09 20:35:08.063 INFO O| Sep 09 20:35:08.063 INFO STEP 1082 (remove_files) COMPLETE
73132024-09-09T20:35:08.842Z[ recovery-image] Sep 09 20:35:08.063 INFO O| Sep 09 20:35:08.063 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-09-09T20:35:08.882Z[ recovery-image] Sep 09 20:35:08.126 INFO O| Sep 09 20:35:08.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73152024-09-09T20:35:08.882Z[ recovery-image] Sep 09 20:35:08.126 INFO O| Sep 09 20:35:08.126 INFO STEP 1083 (remove_files) COMPLETE
73162024-09-09T20:35:08.905Z[ recovery-image] Sep 09 20:35:08.127 INFO O| Sep 09 20:35:08.126 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-09-09T20:35:08.905Z[ recovery-image] Sep 09 20:35:08.145 INFO O| Sep 09 20:35:08.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73182024-09-09T20:35:08.905Z[ recovery-image] Sep 09 20:35:08.146 INFO O| Sep 09 20:35:08.146 INFO STEP 1084 (remove_files) COMPLETE
73192024-09-09T20:35:08.905Z[ recovery-image] Sep 09 20:35:08.146 INFO O| Sep 09 20:35:08.146 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-09-09T20:35:08.929Z[ recovery-image] Sep 09 20:35:08.165 INFO O| Sep 09 20:35:08.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73212024-09-09T20:35:08.929Z[ recovery-image] Sep 09 20:35:08.165 INFO O| Sep 09 20:35:08.165 INFO STEP 1085 (remove_files) COMPLETE
73222024-09-09T20:35:08.929Z[ recovery-image] Sep 09 20:35:08.165 INFO O| Sep 09 20:35:08.165 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-09-09T20:35:08.953Z[ recovery-image] Sep 09 20:35:08.180 INFO O| Sep 09 20:35:08.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73242024-09-09T20:35:08.953Z[ recovery-image] Sep 09 20:35:08.180 INFO O| Sep 09 20:35:08.180 INFO STEP 1086 (remove_files) COMPLETE
73252024-09-09T20:35:08.953Z[ recovery-image] Sep 09 20:35:08.180 INFO O| Sep 09 20:35:08.180 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-09-09T20:35:08.953Z[ recovery-image] Sep 09 20:35:08.196 INFO O| Sep 09 20:35:08.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73272024-09-09T20:35:08.953Z[ recovery-image] Sep 09 20:35:08.196 INFO O| Sep 09 20:35:08.196 INFO STEP 1087 (remove_files) COMPLETE
73282024-09-09T20:35:08.953Z[ recovery-image] Sep 09 20:35:08.196 INFO O| Sep 09 20:35:08.196 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-09-09T20:35:08.977Z[ recovery-image] Sep 09 20:35:08.211 INFO O| Sep 09 20:35:08.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73302024-09-09T20:35:08.977Z[ recovery-image] Sep 09 20:35:08.211 INFO O| Sep 09 20:35:08.211 INFO STEP 1088 (remove_files) COMPLETE
73312024-09-09T20:35:08.977Z[ recovery-image] Sep 09 20:35:08.211 INFO O| Sep 09 20:35:08.211 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-09-09T20:35:09.002Z[ recovery-image] Sep 09 20:35:08.232 INFO O| Sep 09 20:35:08.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73332024-09-09T20:35:09.002Z[ recovery-image] Sep 09 20:35:08.232 INFO O| Sep 09 20:35:08.232 INFO STEP 1089 (remove_files) COMPLETE
73342024-09-09T20:35:09.002Z[ recovery-image] Sep 09 20:35:08.232 INFO O| Sep 09 20:35:08.232 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-09-09T20:35:09.025Z[ recovery-image] Sep 09 20:35:08.266 INFO O| Sep 09 20:35:08.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73362024-09-09T20:35:09.025Z[ recovery-image] Sep 09 20:35:08.266 INFO O| Sep 09 20:35:08.266 INFO STEP 1090 (remove_files) COMPLETE
73372024-09-09T20:35:09.025Z[ recovery-image] Sep 09 20:35:08.266 INFO O| Sep 09 20:35:08.266 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-09-09T20:35:09.060Z[ recovery-image] Sep 09 20:35:08.304 INFO O| Sep 09 20:35:08.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73392024-09-09T20:35:09.084Z[ recovery-image] Sep 09 20:35:08.305 INFO O| Sep 09 20:35:08.304 INFO STEP 1091 (remove_files) COMPLETE
73402024-09-09T20:35:09.084Z[ recovery-image] Sep 09 20:35:08.305 INFO O| Sep 09 20:35:08.305 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-09T20:35:09.108Z[ recovery-image] Sep 09 20:35:08.337 INFO O| Sep 09 20:35:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73422024-09-09T20:35:09.108Z[ recovery-image] Sep 09 20:35:08.337 INFO O| Sep 09 20:35:08.337 INFO STEP 1092 (remove_files) COMPLETE
73432024-09-09T20:35:09.108Z[ recovery-image] Sep 09 20:35:08.337 INFO O| Sep 09 20:35:08.337 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-09T20:35:09.131Z[ recovery-image] Sep 09 20:35:08.356 INFO O| Sep 09 20:35:08.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73452024-09-09T20:35:09.131Z[ recovery-image] Sep 09 20:35:08.357 INFO O| Sep 09 20:35:08.357 INFO STEP 1093 (remove_files) COMPLETE
73462024-09-09T20:35:09.131Z[ recovery-image] Sep 09 20:35:08.357 INFO O| Sep 09 20:35:08.357 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-09T20:35:09.131Z[ recovery-image] Sep 09 20:35:08.373 INFO O| Sep 09 20:35:08.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73482024-09-09T20:35:09.131Z[ recovery-image] Sep 09 20:35:08.373 INFO O| Sep 09 20:35:08.373 INFO STEP 1094 (remove_files) COMPLETE
73492024-09-09T20:35:09.131Z[ recovery-image] Sep 09 20:35:08.373 INFO O| Sep 09 20:35:08.373 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-09-09T20:35:09.155Z[ recovery-image] Sep 09 20:35:08.397 INFO O| Sep 09 20:35:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73512024-09-09T20:35:09.155Z[ recovery-image] Sep 09 20:35:08.397 INFO O| Sep 09 20:35:08.397 INFO STEP 1095 (remove_files) COMPLETE
73522024-09-09T20:35:09.155Z[ recovery-image] Sep 09 20:35:08.397 INFO O| Sep 09 20:35:08.397 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-09-09T20:35:09.204Z[ recovery-image] Sep 09 20:35:08.427 INFO O| Sep 09 20:35:08.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73542024-09-09T20:35:09.204Z[ recovery-image] Sep 09 20:35:08.427 INFO O| Sep 09 20:35:08.427 INFO STEP 1096 (remove_files) COMPLETE
73552024-09-09T20:35:09.204Z[ recovery-image] Sep 09 20:35:08.428 INFO O| Sep 09 20:35:08.427 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-09-09T20:35:09.227Z[ recovery-image] Sep 09 20:35:08.459 INFO O| Sep 09 20:35:08.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73572024-09-09T20:35:09.227Z[ recovery-image] Sep 09 20:35:08.459 INFO O| Sep 09 20:35:08.459 INFO STEP 1097 (remove_files) COMPLETE
73582024-09-09T20:35:09.227Z[ recovery-image] Sep 09 20:35:08.459 INFO O| Sep 09 20:35:08.459 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-09-09T20:35:09.251Z[ recovery-image] Sep 09 20:35:08.474 INFO O| Sep 09 20:35:08.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73602024-09-09T20:35:09.251Z[ recovery-image] Sep 09 20:35:08.474 INFO O| Sep 09 20:35:08.474 INFO STEP 1098 (remove_files) COMPLETE
73612024-09-09T20:35:09.251Z[ recovery-image] Sep 09 20:35:08.474 INFO O| Sep 09 20:35:08.474 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-09-09T20:35:09.274Z[ recovery-image] Sep 09 20:35:08.507 INFO O| Sep 09 20:35:08.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73632024-09-09T20:35:09.274Z[ recovery-image] Sep 09 20:35:08.507 INFO O| Sep 09 20:35:08.507 INFO STEP 1099 (remove_files) COMPLETE
73642024-09-09T20:35:09.274Z[ recovery-image] Sep 09 20:35:08.507 INFO O| Sep 09 20:35:08.507 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-09-09T20:35:09.298Z[ recovery-image] Sep 09 20:35:08.527 INFO O| Sep 09 20:35:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73662024-09-09T20:35:09.298Z[ recovery-image] Sep 09 20:35:08.527 INFO O| Sep 09 20:35:08.527 INFO STEP 1100 (remove_files) COMPLETE
73672024-09-09T20:35:09.298Z[ recovery-image] Sep 09 20:35:08.528 INFO O| Sep 09 20:35:08.527 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-09-09T20:35:09.321Z[ recovery-image] Sep 09 20:35:08.544 INFO O| Sep 09 20:35:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73692024-09-09T20:35:09.322Z[ recovery-image] Sep 09 20:35:08.544 INFO O| Sep 09 20:35:08.544 INFO STEP 1101 (remove_files) COMPLETE
73702024-09-09T20:35:09.322Z[ recovery-image] Sep 09 20:35:08.544 INFO O| Sep 09 20:35:08.544 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-09-09T20:35:09.322Z[ recovery-image] Sep 09 20:35:08.561 INFO O| Sep 09 20:35:08.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73722024-09-09T20:35:09.322Z[ recovery-image] Sep 09 20:35:08.561 INFO O| Sep 09 20:35:08.561 INFO STEP 1102 (remove_files) COMPLETE
73732024-09-09T20:35:09.322Z[ recovery-image] Sep 09 20:35:08.561 INFO O| Sep 09 20:35:08.561 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-09-09T20:35:09.348Z[ recovery-image] Sep 09 20:35:08.592 INFO O| Sep 09 20:35:08.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73752024-09-09T20:35:09.348Z[ recovery-image] Sep 09 20:35:08.592 INFO O| Sep 09 20:35:08.592 INFO STEP 1103 (remove_files) COMPLETE
73762024-09-09T20:35:09.371Z[ recovery-image] Sep 09 20:35:08.592 INFO O| Sep 09 20:35:08.592 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-09-09T20:35:09.395Z[ recovery-image] Sep 09 20:35:08.628 INFO O| Sep 09 20:35:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73782024-09-09T20:35:09.395Z[ recovery-image] Sep 09 20:35:08.628 INFO O| Sep 09 20:35:08.628 INFO STEP 1104 (remove_files) COMPLETE
73792024-09-09T20:35:09.395Z[ recovery-image] Sep 09 20:35:08.628 INFO O| Sep 09 20:35:08.628 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-09-09T20:35:09.418Z[ recovery-image] Sep 09 20:35:08.646 INFO O| Sep 09 20:35:08.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73812024-09-09T20:35:09.418Z[ recovery-image] Sep 09 20:35:08.646 INFO O| Sep 09 20:35:08.646 INFO STEP 1105 (remove_files) COMPLETE
73822024-09-09T20:35:09.418Z[ recovery-image] Sep 09 20:35:08.646 INFO O| Sep 09 20:35:08.646 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-09-09T20:35:09.443Z[ recovery-image] Sep 09 20:35:08.687 INFO O| Sep 09 20:35:08.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73842024-09-09T20:35:09.443Z[ recovery-image] Sep 09 20:35:08.688 INFO O| Sep 09 20:35:08.688 INFO STEP 1106 (remove_files) COMPLETE
73852024-09-09T20:35:09.466Z[ recovery-image] Sep 09 20:35:08.688 INFO O| Sep 09 20:35:08.688 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-09-09T20:35:09.491Z[ recovery-image] Sep 09 20:35:08.725 INFO O| Sep 09 20:35:08.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73872024-09-09T20:35:09.491Z[ recovery-image] Sep 09 20:35:08.725 INFO O| Sep 09 20:35:08.725 INFO STEP 1107 (remove_files) COMPLETE
73882024-09-09T20:35:09.491Z[ recovery-image] Sep 09 20:35:08.725 INFO O| Sep 09 20:35:08.725 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-09-09T20:35:09.543Z[ recovery-image] Sep 09 20:35:08.787 INFO O| Sep 09 20:35:08.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73902024-09-09T20:35:09.543Z[ recovery-image] Sep 09 20:35:08.788 INFO O| Sep 09 20:35:08.788 INFO STEP 1108 (remove_files) COMPLETE
73912024-09-09T20:35:09.543Z[ recovery-image] Sep 09 20:35:08.788 INFO O| Sep 09 20:35:08.788 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-09-09T20:35:09.567Z[ recovery-image] Sep 09 20:35:08.803 INFO O| Sep 09 20:35:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73932024-09-09T20:35:09.567Z[ recovery-image] Sep 09 20:35:08.803 INFO O| Sep 09 20:35:08.803 INFO STEP 1109 (remove_files) COMPLETE
73942024-09-09T20:35:09.567Z[ recovery-image] Sep 09 20:35:08.803 INFO O| Sep 09 20:35:08.803 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-09-09T20:35:09.590Z[ recovery-image] Sep 09 20:35:08.818 INFO O| Sep 09 20:35:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73962024-09-09T20:35:09.590Z[ recovery-image] Sep 09 20:35:08.818 INFO O| Sep 09 20:35:08.818 INFO STEP 1110 (remove_files) COMPLETE
73972024-09-09T20:35:09.590Z[ recovery-image] Sep 09 20:35:08.818 INFO O| Sep 09 20:35:08.818 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-09T20:35:09.614Z[ recovery-image] Sep 09 20:35:08.851 INFO O| Sep 09 20:35:08.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73992024-09-09T20:35:09.614Z[ recovery-image] Sep 09 20:35:08.851 INFO O| Sep 09 20:35:08.851 INFO STEP 1111 (remove_files) COMPLETE
74002024-09-09T20:35:09.614Z[ recovery-image] Sep 09 20:35:08.851 INFO O| Sep 09 20:35:08.851 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-09T20:35:09.665Z[ recovery-image] Sep 09 20:35:08.909 INFO O| Sep 09 20:35:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74022024-09-09T20:35:09.665Z[ recovery-image] Sep 09 20:35:08.910 INFO O| Sep 09 20:35:08.910 INFO STEP 1112 (remove_files) COMPLETE
74032024-09-09T20:35:09.665Z[ recovery-image] Sep 09 20:35:08.910 INFO O| Sep 09 20:35:08.910 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-09T20:35:09.694Z[ recovery-image] Sep 09 20:35:08.938 INFO O| Sep 09 20:35:08.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74052024-09-09T20:35:09.694Z[ recovery-image] Sep 09 20:35:08.938 INFO O| Sep 09 20:35:08.938 INFO STEP 1113 (remove_files) COMPLETE
74062024-09-09T20:35:09.717Z[ recovery-image] Sep 09 20:35:08.938 INFO O| Sep 09 20:35:08.938 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-09T20:35:09.717Z[ recovery-image] Sep 09 20:35:08.959 INFO O| Sep 09 20:35:08.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74082024-09-09T20:35:09.717Z[ recovery-image] Sep 09 20:35:08.959 INFO O| Sep 09 20:35:08.959 INFO STEP 1114 (remove_files) COMPLETE
74092024-09-09T20:35:09.717Z[ recovery-image] Sep 09 20:35:08.959 INFO O| Sep 09 20:35:08.959 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-09T20:35:09.740Z[ recovery-image] Sep 09 20:35:08.976 INFO O| Sep 09 20:35:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74112024-09-09T20:35:09.741Z[ recovery-image] Sep 09 20:35:08.976 INFO O| Sep 09 20:35:08.976 INFO STEP 1115 (remove_files) COMPLETE
74122024-09-09T20:35:09.741Z[ recovery-image] Sep 09 20:35:08.976 INFO O| Sep 09 20:35:08.976 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-09T20:35:09.764Z[ recovery-image] Sep 09 20:35:08.991 INFO O| Sep 09 20:35:08.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74142024-09-09T20:35:09.764Z[ recovery-image] Sep 09 20:35:08.991 INFO O| Sep 09 20:35:08.991 INFO STEP 1116 (remove_files) COMPLETE
74152024-09-09T20:35:09.764Z[ recovery-image] Sep 09 20:35:08.991 INFO O| Sep 09 20:35:08.991 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-09T20:35:09.764Z[ recovery-image] Sep 09 20:35:09.005 INFO O| Sep 09 20:35:09.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74172024-09-09T20:35:09.764Z[ recovery-image] Sep 09 20:35:09.006 INFO O| Sep 09 20:35:09.006 INFO STEP 1117 (remove_files) COMPLETE
74182024-09-09T20:35:09.764Z[ recovery-image] Sep 09 20:35:09.006 INFO O| Sep 09 20:35:09.006 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-09T20:35:09.788Z[ recovery-image] Sep 09 20:35:09.019 INFO O| Sep 09 20:35:09.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74202024-09-09T20:35:09.788Z[ recovery-image] Sep 09 20:35:09.020 INFO O| Sep 09 20:35:09.020 INFO STEP 1118 (remove_files) COMPLETE
74212024-09-09T20:35:09.788Z[ recovery-image] Sep 09 20:35:09.020 INFO O| Sep 09 20:35:09.020 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-09T20:35:09.811Z[ recovery-image] Sep 09 20:35:09.033 INFO O| Sep 09 20:35:09.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74232024-09-09T20:35:09.811Z[ recovery-image] Sep 09 20:35:09.033 INFO O| Sep 09 20:35:09.033 INFO STEP 1119 (remove_files) COMPLETE
74242024-09-09T20:35:09.811Z[ recovery-image] Sep 09 20:35:09.033 INFO O| Sep 09 20:35:09.033 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-09T20:35:09.811Z[ recovery-image] Sep 09 20:35:09.047 INFO O| Sep 09 20:35:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74262024-09-09T20:35:09.811Z[ recovery-image] Sep 09 20:35:09.047 INFO O| Sep 09 20:35:09.047 INFO STEP 1120 (remove_files) COMPLETE
74272024-09-09T20:35:09.811Z[ recovery-image] Sep 09 20:35:09.047 INFO O| Sep 09 20:35:09.047 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-09T20:35:09.835Z[ recovery-image] Sep 09 20:35:09.062 INFO O| Sep 09 20:35:09.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74292024-09-09T20:35:09.835Z[ recovery-image] Sep 09 20:35:09.062 INFO O| Sep 09 20:35:09.062 INFO STEP 1121 (remove_files) COMPLETE
74302024-09-09T20:35:09.835Z[ recovery-image] Sep 09 20:35:09.062 INFO O| Sep 09 20:35:09.062 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-09T20:35:09.835Z[ recovery-image] Sep 09 20:35:09.075 INFO O| Sep 09 20:35:09.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74322024-09-09T20:35:09.835Z[ recovery-image] Sep 09 20:35:09.076 INFO O| Sep 09 20:35:09.076 INFO STEP 1122 (remove_files) COMPLETE
74332024-09-09T20:35:09.835Z[ recovery-image] Sep 09 20:35:09.076 INFO O| Sep 09 20:35:09.076 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-09T20:35:09.892Z[ recovery-image] Sep 09 20:35:09.137 INFO O| Sep 09 20:35:09.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74352024-09-09T20:35:09.892Z[ recovery-image] Sep 09 20:35:09.137 INFO O| Sep 09 20:35:09.137 INFO STEP 1123 (remove_files) COMPLETE
74362024-09-09T20:35:09.917Z[ recovery-image] Sep 09 20:35:09.137 INFO O| Sep 09 20:35:09.137 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-09-09T20:35:09.917Z[ recovery-image] Sep 09 20:35:09.155 INFO O| Sep 09 20:35:09.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74382024-09-09T20:35:09.917Z[ recovery-image] Sep 09 20:35:09.155 INFO O| Sep 09 20:35:09.155 INFO STEP 1124 (remove_files) COMPLETE
74392024-09-09T20:35:09.917Z[ recovery-image] Sep 09 20:35:09.155 INFO O| Sep 09 20:35:09.155 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-09-09T20:35:09.941Z[ recovery-image] Sep 09 20:35:09.180 INFO O| Sep 09 20:35:09.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74412024-09-09T20:35:09.941Z[ recovery-image] Sep 09 20:35:09.180 INFO O| Sep 09 20:35:09.180 INFO STEP 1125 (remove_files) COMPLETE
74422024-09-09T20:35:09.941Z[ recovery-image] Sep 09 20:35:09.180 INFO O| Sep 09 20:35:09.180 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-09-09T20:35:09.984Z[ recovery-image] Sep 09 20:35:09.228 INFO O| Sep 09 20:35:09.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74442024-09-09T20:35:09.984Z[ recovery-image] Sep 09 20:35:09.228 INFO O| Sep 09 20:35:09.228 INFO STEP 1126 (remove_files) COMPLETE
74452024-09-09T20:35:09.984Z[ recovery-image] Sep 09 20:35:09.228 INFO O| Sep 09 20:35:09.228 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-09-09T20:35:10.008Z[ recovery-image] Sep 09 20:35:09.245 INFO O| Sep 09 20:35:09.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74472024-09-09T20:35:10.008Z[ recovery-image] Sep 09 20:35:09.245 INFO O| Sep 09 20:35:09.245 INFO STEP 1127 (remove_files) COMPLETE
74482024-09-09T20:35:10.008Z[ recovery-image] Sep 09 20:35:09.245 INFO O| Sep 09 20:35:09.245 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-09-09T20:35:10.031Z[ recovery-image] Sep 09 20:35:09.259 INFO O| Sep 09 20:35:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74502024-09-09T20:35:10.031Z[ recovery-image] Sep 09 20:35:09.259 INFO O| Sep 09 20:35:09.259 INFO STEP 1128 (remove_files) COMPLETE
74512024-09-09T20:35:10.031Z[ recovery-image] Sep 09 20:35:09.259 INFO O| Sep 09 20:35:09.259 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-09-09T20:35:10.032Z[ recovery-image] Sep 09 20:35:09.273 INFO O| Sep 09 20:35:09.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74532024-09-09T20:35:10.032Z[ recovery-image] Sep 09 20:35:09.273 INFO O| Sep 09 20:35:09.273 INFO STEP 1129 (remove_files) COMPLETE
74542024-09-09T20:35:10.032Z[ recovery-image] Sep 09 20:35:09.274 INFO O| Sep 09 20:35:09.273 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-09-09T20:35:10.055Z[ recovery-image] Sep 09 20:35:09.287 INFO O| Sep 09 20:35:09.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74562024-09-09T20:35:10.055Z[ recovery-image] Sep 09 20:35:09.287 INFO O| Sep 09 20:35:09.287 INFO STEP 1130 (remove_files) COMPLETE
74572024-09-09T20:35:10.055Z[ recovery-image] Sep 09 20:35:09.287 INFO O| Sep 09 20:35:09.287 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-09-09T20:35:10.079Z[ recovery-image] Sep 09 20:35:09.301 INFO O| Sep 09 20:35:09.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74592024-09-09T20:35:10.079Z[ recovery-image] Sep 09 20:35:09.301 INFO O| Sep 09 20:35:09.301 INFO STEP 1131 (remove_files) COMPLETE
74602024-09-09T20:35:10.079Z[ recovery-image] Sep 09 20:35:09.301 INFO O| Sep 09 20:35:09.301 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-09-09T20:35:10.103Z[ recovery-image] Sep 09 20:35:09.330 INFO O| Sep 09 20:35:09.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74622024-09-09T20:35:10.103Z[ recovery-image] Sep 09 20:35:09.330 INFO O| Sep 09 20:35:09.330 INFO STEP 1132 (remove_files) COMPLETE
74632024-09-09T20:35:10.103Z[ recovery-image] Sep 09 20:35:09.330 INFO O| Sep 09 20:35:09.330 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-09-09T20:35:10.143Z[ recovery-image] Sep 09 20:35:09.388 INFO O| Sep 09 20:35:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74652024-09-09T20:35:10.167Z[ recovery-image] Sep 09 20:35:09.388 INFO O| Sep 09 20:35:09.388 INFO STEP 1133 (remove_files) COMPLETE
74662024-09-09T20:35:10.167Z[ recovery-image] Sep 09 20:35:09.388 INFO O| Sep 09 20:35:09.388 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-09-09T20:35:10.202Z[ recovery-image] Sep 09 20:35:09.447 INFO O| Sep 09 20:35:09.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74682024-09-09T20:35:10.202Z[ recovery-image] Sep 09 20:35:09.447 INFO O| Sep 09 20:35:09.447 INFO STEP 1134 (remove_files) COMPLETE
74692024-09-09T20:35:10.226Z[ recovery-image] Sep 09 20:35:09.447 INFO O| Sep 09 20:35:09.447 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-09-09T20:35:10.226Z[ recovery-image] Sep 09 20:35:09.462 INFO O| Sep 09 20:35:09.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74712024-09-09T20:35:10.226Z[ recovery-image] Sep 09 20:35:09.462 INFO O| Sep 09 20:35:09.462 INFO STEP 1135 (remove_files) COMPLETE
74722024-09-09T20:35:10.226Z[ recovery-image] Sep 09 20:35:09.462 INFO O| Sep 09 20:35:09.462 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-09-09T20:35:10.249Z[ recovery-image] Sep 09 20:35:09.476 INFO O| Sep 09 20:35:09.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74742024-09-09T20:35:10.249Z[ recovery-image] Sep 09 20:35:09.476 INFO O| Sep 09 20:35:09.476 INFO STEP 1136 (remove_files) COMPLETE
74752024-09-09T20:35:10.249Z[ recovery-image] Sep 09 20:35:09.476 INFO O| Sep 09 20:35:09.476 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-09-09T20:35:10.290Z[ recovery-image] Sep 09 20:35:09.535 INFO O| Sep 09 20:35:09.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74772024-09-09T20:35:10.290Z[ recovery-image] Sep 09 20:35:09.535 INFO O| Sep 09 20:35:09.535 INFO STEP 1137 (remove_files) COMPLETE
74782024-09-09T20:35:10.314Z[ recovery-image] Sep 09 20:35:09.535 INFO O| Sep 09 20:35:09.535 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-09-09T20:35:10.337Z[ recovery-image] Sep 09 20:35:09.565 INFO O| Sep 09 20:35:09.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74802024-09-09T20:35:10.337Z[ recovery-image] Sep 09 20:35:09.565 INFO O| Sep 09 20:35:09.565 INFO STEP 1138 (remove_files) COMPLETE
74812024-09-09T20:35:10.337Z[ recovery-image] Sep 09 20:35:09.566 INFO O| Sep 09 20:35:09.565 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-09-09T20:35:10.361Z[ recovery-image] Sep 09 20:35:09.590 INFO O| Sep 09 20:35:09.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74832024-09-09T20:35:10.361Z[ recovery-image] Sep 09 20:35:09.590 INFO O| Sep 09 20:35:09.590 INFO STEP 1139 (remove_files) COMPLETE
74842024-09-09T20:35:10.361Z[ recovery-image] Sep 09 20:35:09.590 INFO O| Sep 09 20:35:09.590 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-09-09T20:35:10.384Z[ recovery-image] Sep 09 20:35:09.611 INFO O| Sep 09 20:35:09.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74862024-09-09T20:35:10.384Z[ recovery-image] Sep 09 20:35:09.611 INFO O| Sep 09 20:35:09.611 INFO STEP 1140 (remove_files) COMPLETE
74872024-09-09T20:35:10.384Z[ recovery-image] Sep 09 20:35:09.611 INFO O| Sep 09 20:35:09.611 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-09-09T20:35:10.408Z[ recovery-image] Sep 09 20:35:09.630 INFO O| Sep 09 20:35:09.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74892024-09-09T20:35:10.408Z[ recovery-image] Sep 09 20:35:09.630 INFO O| Sep 09 20:35:09.630 INFO STEP 1141 (remove_files) COMPLETE
74902024-09-09T20:35:10.408Z[ recovery-image] Sep 09 20:35:09.631 INFO O| Sep 09 20:35:09.630 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-09-09T20:35:10.408Z[ recovery-image] Sep 09 20:35:09.648 INFO O| Sep 09 20:35:09.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74922024-09-09T20:35:10.408Z[ recovery-image] Sep 09 20:35:09.648 INFO O| Sep 09 20:35:09.648 INFO STEP 1142 (remove_files) COMPLETE
74932024-09-09T20:35:10.408Z[ recovery-image] Sep 09 20:35:09.648 INFO O| Sep 09 20:35:09.648 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-09-09T20:35:10.432Z[ recovery-image] Sep 09 20:35:09.676 INFO O| Sep 09 20:35:09.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74952024-09-09T20:35:10.432Z[ recovery-image] Sep 09 20:35:09.676 INFO O| Sep 09 20:35:09.676 INFO STEP 1143 (remove_files) COMPLETE
74962024-09-09T20:35:10.455Z[ recovery-image] Sep 09 20:35:09.676 INFO O| Sep 09 20:35:09.676 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-09-09T20:35:10.455Z[ recovery-image] Sep 09 20:35:09.698 INFO O| Sep 09 20:35:09.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74982024-09-09T20:35:10.455Z[ recovery-image] Sep 09 20:35:09.698 INFO O| Sep 09 20:35:09.698 INFO STEP 1144 (remove_files) COMPLETE
74992024-09-09T20:35:10.455Z[ recovery-image] Sep 09 20:35:09.698 INFO O| Sep 09 20:35:09.698 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-09-09T20:35:10.509Z[ recovery-image] Sep 09 20:35:09.753 INFO O| Sep 09 20:35:09.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75012024-09-09T20:35:10.509Z[ recovery-image] Sep 09 20:35:09.754 INFO O| Sep 09 20:35:09.753 INFO STEP 1145 (remove_files) COMPLETE
75022024-09-09T20:35:10.532Z[ recovery-image] Sep 09 20:35:09.754 INFO O| Sep 09 20:35:09.754 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-09-09T20:35:10.570Z[ recovery-image] Sep 09 20:35:09.815 INFO O| Sep 09 20:35:09.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75042024-09-09T20:35:10.570Z[ recovery-image] Sep 09 20:35:09.815 INFO O| Sep 09 20:35:09.815 INFO STEP 1146 (remove_files) COMPLETE
75052024-09-09T20:35:10.594Z[ recovery-image] Sep 09 20:35:09.815 INFO O| Sep 09 20:35:09.815 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-09-09T20:35:10.617Z[ recovery-image] Sep 09 20:35:09.857 INFO O| Sep 09 20:35:09.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75072024-09-09T20:35:10.617Z[ recovery-image] Sep 09 20:35:09.858 INFO O| Sep 09 20:35:09.857 INFO STEP 1147 (remove_files) COMPLETE
75082024-09-09T20:35:10.617Z[ recovery-image] Sep 09 20:35:09.858 INFO O| Sep 09 20:35:09.857 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-09-09T20:35:10.666Z[ recovery-image] Sep 09 20:35:09.910 INFO O| Sep 09 20:35:09.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75102024-09-09T20:35:10.666Z[ recovery-image] Sep 09 20:35:09.910 INFO O| Sep 09 20:35:09.910 INFO STEP 1148 (remove_files) COMPLETE
75112024-09-09T20:35:10.666Z[ recovery-image] Sep 09 20:35:09.910 INFO O| Sep 09 20:35:09.910 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-09-09T20:35:10.816Z[ recovery-image] Sep 09 20:35:10.061 INFO O| Sep 09 20:35:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75132024-09-09T20:35:10.840Z[ recovery-image] Sep 09 20:35:10.061 INFO O| Sep 09 20:35:10.061 INFO STEP 1149 (remove_files) COMPLETE
75142024-09-09T20:35:10.840Z[ recovery-image] Sep 09 20:35:10.061 INFO O| Sep 09 20:35:10.061 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-09-09T20:35:10.840Z[ recovery-image] Sep 09 20:35:10.081 INFO O| Sep 09 20:35:10.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75162024-09-09T20:35:10.840Z[ recovery-image] Sep 09 20:35:10.081 INFO O| Sep 09 20:35:10.081 INFO STEP 1150 (remove_files) COMPLETE
75172024-09-09T20:35:10.840Z[ recovery-image] Sep 09 20:35:10.081 INFO O| Sep 09 20:35:10.081 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-09-09T20:35:10.864Z[ recovery-image] Sep 09 20:35:10.102 INFO O| Sep 09 20:35:10.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75192024-09-09T20:35:10.864Z[ recovery-image] Sep 09 20:35:10.102 INFO O| Sep 09 20:35:10.102 INFO STEP 1151 (remove_files) COMPLETE
75202024-09-09T20:35:10.864Z[ recovery-image] Sep 09 20:35:10.102 INFO O| Sep 09 20:35:10.102 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-09-09T20:35:10.896Z[ recovery-image] Sep 09 20:35:10.140 INFO O| Sep 09 20:35:10.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75222024-09-09T20:35:10.896Z[ recovery-image] Sep 09 20:35:10.140 INFO O| Sep 09 20:35:10.140 INFO STEP 1152 (remove_files) COMPLETE
75232024-09-09T20:35:10.896Z[ recovery-image] Sep 09 20:35:10.140 INFO O| Sep 09 20:35:10.140 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-09-09T20:35:10.919Z[ recovery-image] Sep 09 20:35:10.157 INFO O| Sep 09 20:35:10.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75252024-09-09T20:35:10.919Z[ recovery-image] Sep 09 20:35:10.157 INFO O| Sep 09 20:35:10.157 INFO STEP 1153 (remove_files) COMPLETE
75262024-09-09T20:35:10.919Z[ recovery-image] Sep 09 20:35:10.157 INFO O| Sep 09 20:35:10.157 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-09-09T20:35:10.947Z[ recovery-image] Sep 09 20:35:10.191 INFO O| Sep 09 20:35:10.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75282024-09-09T20:35:10.947Z[ recovery-image] Sep 09 20:35:10.191 INFO O| Sep 09 20:35:10.191 INFO STEP 1154 (remove_files) COMPLETE
75292024-09-09T20:35:10.970Z[ recovery-image] Sep 09 20:35:10.191 INFO O| Sep 09 20:35:10.191 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-09-09T20:35:10.994Z[ recovery-image] Sep 09 20:35:10.225 INFO O| Sep 09 20:35:10.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75312024-09-09T20:35:10.995Z[ recovery-image] Sep 09 20:35:10.225 INFO O| Sep 09 20:35:10.225 INFO STEP 1155 (remove_files) COMPLETE
75322024-09-09T20:35:10.995Z[ recovery-image] Sep 09 20:35:10.225 INFO O| Sep 09 20:35:10.225 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-09-09T20:35:11.019Z[ recovery-image] Sep 09 20:35:10.244 INFO O| Sep 09 20:35:10.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75342024-09-09T20:35:11.019Z[ recovery-image] Sep 09 20:35:10.244 INFO O| Sep 09 20:35:10.244 INFO STEP 1156 (remove_files) COMPLETE
75352024-09-09T20:35:11.019Z[ recovery-image] Sep 09 20:35:10.245 INFO O| Sep 09 20:35:10.244 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-09-09T20:35:11.019Z[ recovery-image] Sep 09 20:35:10.262 INFO O| Sep 09 20:35:10.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75372024-09-09T20:35:11.019Z[ recovery-image] Sep 09 20:35:10.262 INFO O| Sep 09 20:35:10.262 INFO STEP 1157 (remove_files) COMPLETE
75382024-09-09T20:35:11.019Z[ recovery-image] Sep 09 20:35:10.262 INFO O| Sep 09 20:35:10.262 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-09-09T20:35:11.050Z[ recovery-image] Sep 09 20:35:10.294 INFO O| Sep 09 20:35:10.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75402024-09-09T20:35:11.050Z[ recovery-image] Sep 09 20:35:10.294 INFO O| Sep 09 20:35:10.294 INFO STEP 1158 (remove_files) COMPLETE
75412024-09-09T20:35:11.050Z[ recovery-image] Sep 09 20:35:10.294 INFO O| Sep 09 20:35:10.294 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-09-09T20:35:11.084Z[ recovery-image] Sep 09 20:35:10.328 INFO O| Sep 09 20:35:10.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75432024-09-09T20:35:11.085Z[ recovery-image] Sep 09 20:35:10.328 INFO O| Sep 09 20:35:10.328 INFO STEP 1159 (remove_files) COMPLETE
75442024-09-09T20:35:11.085Z[ recovery-image] Sep 09 20:35:10.328 INFO O| Sep 09 20:35:10.328 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-09-09T20:35:11.108Z[ recovery-image] Sep 09 20:35:10.347 INFO O| Sep 09 20:35:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75462024-09-09T20:35:11.108Z[ recovery-image] Sep 09 20:35:10.347 INFO O| Sep 09 20:35:10.347 INFO STEP 1160 (remove_files) COMPLETE
75472024-09-09T20:35:11.108Z[ recovery-image] Sep 09 20:35:10.348 INFO O| Sep 09 20:35:10.347 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-09-09T20:35:11.131Z[ recovery-image] Sep 09 20:35:10.369 INFO O| Sep 09 20:35:10.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75492024-09-09T20:35:11.132Z[ recovery-image] Sep 09 20:35:10.369 INFO O| Sep 09 20:35:10.369 INFO STEP 1161 (remove_files) COMPLETE
75502024-09-09T20:35:11.132Z[ recovery-image] Sep 09 20:35:10.369 INFO O| Sep 09 20:35:10.369 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-09-09T20:35:11.155Z[ recovery-image] Sep 09 20:35:10.385 INFO O| Sep 09 20:35:10.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75522024-09-09T20:35:11.155Z[ recovery-image] Sep 09 20:35:10.385 INFO O| Sep 09 20:35:10.385 INFO STEP 1162 (remove_files) COMPLETE
75532024-09-09T20:35:11.155Z[ recovery-image] Sep 09 20:35:10.385 INFO O| Sep 09 20:35:10.385 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-09-09T20:35:11.178Z[ recovery-image] Sep 09 20:35:10.400 INFO O| Sep 09 20:35:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75552024-09-09T20:35:11.178Z[ recovery-image] Sep 09 20:35:10.400 INFO O| Sep 09 20:35:10.400 INFO STEP 1163 (remove_files) COMPLETE
75562024-09-09T20:35:11.178Z[ recovery-image] Sep 09 20:35:10.400 INFO O| Sep 09 20:35:10.400 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-09-09T20:35:11.178Z[ recovery-image] Sep 09 20:35:10.414 INFO O| Sep 09 20:35:10.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75582024-09-09T20:35:11.178Z[ recovery-image] Sep 09 20:35:10.415 INFO O| Sep 09 20:35:10.415 INFO STEP 1164 (remove_files) COMPLETE
75592024-09-09T20:35:11.178Z[ recovery-image] Sep 09 20:35:10.415 INFO O| Sep 09 20:35:10.415 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-09-09T20:35:11.202Z[ recovery-image] Sep 09 20:35:10.430 INFO O| Sep 09 20:35:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75612024-09-09T20:35:11.202Z[ recovery-image] Sep 09 20:35:10.430 INFO O| Sep 09 20:35:10.430 INFO STEP 1165 (remove_files) COMPLETE
75622024-09-09T20:35:11.202Z[ recovery-image] Sep 09 20:35:10.430 INFO O| Sep 09 20:35:10.430 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-09-09T20:35:11.225Z[ recovery-image] Sep 09 20:35:10.452 INFO O| Sep 09 20:35:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75642024-09-09T20:35:11.225Z[ recovery-image] Sep 09 20:35:10.452 INFO O| Sep 09 20:35:10.452 INFO STEP 1166 (remove_files) COMPLETE
75652024-09-09T20:35:11.225Z[ recovery-image] Sep 09 20:35:10.452 INFO O| Sep 09 20:35:10.452 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-09-09T20:35:11.249Z[ recovery-image] Sep 09 20:35:10.481 INFO O| Sep 09 20:35:10.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75672024-09-09T20:35:11.249Z[ recovery-image] Sep 09 20:35:10.481 INFO O| Sep 09 20:35:10.481 INFO STEP 1167 (remove_files) COMPLETE
75682024-09-09T20:35:11.249Z[ recovery-image] Sep 09 20:35:10.481 INFO O| Sep 09 20:35:10.481 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-09-09T20:35:11.284Z[ recovery-image] Sep 09 20:35:10.528 INFO O| Sep 09 20:35:10.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75702024-09-09T20:35:11.284Z[ recovery-image] Sep 09 20:35:10.528 INFO O| Sep 09 20:35:10.528 INFO STEP 1168 (remove_files) COMPLETE
75712024-09-09T20:35:11.285Z[ recovery-image] Sep 09 20:35:10.528 INFO O| Sep 09 20:35:10.528 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-09-09T20:35:11.323Z[ recovery-image] Sep 09 20:35:10.567 INFO O| Sep 09 20:35:10.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75732024-09-09T20:35:11.323Z[ recovery-image] Sep 09 20:35:10.567 INFO O| Sep 09 20:35:10.567 INFO STEP 1169 (remove_files) COMPLETE
75742024-09-09T20:35:11.346Z[ recovery-image] Sep 09 20:35:10.567 INFO O| Sep 09 20:35:10.567 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-09-09T20:35:11.369Z[ recovery-image] Sep 09 20:35:10.608 INFO O| Sep 09 20:35:10.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75762024-09-09T20:35:11.369Z[ recovery-image] Sep 09 20:35:10.608 INFO O| Sep 09 20:35:10.608 INFO STEP 1170 (remove_files) COMPLETE
75772024-09-09T20:35:11.369Z[ recovery-image] Sep 09 20:35:10.609 INFO O| Sep 09 20:35:10.608 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-09-09T20:35:11.426Z[ recovery-image] Sep 09 20:35:10.670 INFO O| Sep 09 20:35:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75792024-09-09T20:35:11.426Z[ recovery-image] Sep 09 20:35:10.671 INFO O| Sep 09 20:35:10.670 INFO STEP 1171 (remove_files) COMPLETE
75802024-09-09T20:35:11.450Z[ recovery-image] Sep 09 20:35:10.671 INFO O| Sep 09 20:35:10.670 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-09-09T20:35:11.450Z[ recovery-image] Sep 09 20:35:10.693 INFO O| Sep 09 20:35:10.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75822024-09-09T20:35:11.450Z[ recovery-image] Sep 09 20:35:10.693 INFO O| Sep 09 20:35:10.693 INFO STEP 1172 (remove_files) COMPLETE
75832024-09-09T20:35:11.450Z[ recovery-image] Sep 09 20:35:10.693 INFO O| Sep 09 20:35:10.693 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-09-09T20:35:11.473Z[ recovery-image] Sep 09 20:35:10.714 INFO O| Sep 09 20:35:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75852024-09-09T20:35:11.474Z[ recovery-image] Sep 09 20:35:10.715 INFO O| Sep 09 20:35:10.715 INFO STEP 1173 (remove_files) COMPLETE
75862024-09-09T20:35:11.474Z[ recovery-image] Sep 09 20:35:10.715 INFO O| Sep 09 20:35:10.715 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-09-09T20:35:11.503Z[ recovery-image] Sep 09 20:35:10.748 INFO O| Sep 09 20:35:10.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75882024-09-09T20:35:11.526Z[ recovery-image] Sep 09 20:35:10.748 INFO O| Sep 09 20:35:10.748 INFO STEP 1174 (remove_files) COMPLETE
75892024-09-09T20:35:11.527Z[ recovery-image] Sep 09 20:35:10.748 INFO O| Sep 09 20:35:10.748 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-09-09T20:35:11.527Z[ recovery-image] Sep 09 20:35:10.767 INFO O| Sep 09 20:35:10.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75912024-09-09T20:35:11.527Z[ recovery-image] Sep 09 20:35:10.767 INFO O| Sep 09 20:35:10.767 INFO STEP 1175 (remove_files) COMPLETE
75922024-09-09T20:35:11.527Z[ recovery-image] Sep 09 20:35:10.768 INFO O| Sep 09 20:35:10.768 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-09-09T20:35:11.550Z[ recovery-image] Sep 09 20:35:10.783 INFO O| Sep 09 20:35:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75942024-09-09T20:35:11.550Z[ recovery-image] Sep 09 20:35:10.783 INFO O| Sep 09 20:35:10.783 INFO STEP 1176 (remove_files) COMPLETE
75952024-09-09T20:35:11.550Z[ recovery-image] Sep 09 20:35:10.783 INFO O| Sep 09 20:35:10.783 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-09-09T20:35:11.574Z[ recovery-image] Sep 09 20:35:10.810 INFO O| Sep 09 20:35:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75972024-09-09T20:35:11.574Z[ recovery-image] Sep 09 20:35:10.810 INFO O| Sep 09 20:35:10.810 INFO STEP 1177 (remove_files) COMPLETE
75982024-09-09T20:35:11.574Z[ recovery-image] Sep 09 20:35:10.810 INFO O| Sep 09 20:35:10.810 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-09-09T20:35:11.617Z[ recovery-image] Sep 09 20:35:10.861 INFO O| Sep 09 20:35:10.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76002024-09-09T20:35:11.617Z[ recovery-image] Sep 09 20:35:10.861 INFO O| Sep 09 20:35:10.861 INFO STEP 1178 (remove_files) COMPLETE
76012024-09-09T20:35:11.617Z[ recovery-image] Sep 09 20:35:10.861 INFO O| Sep 09 20:35:10.861 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-09-09T20:35:11.641Z[ recovery-image] Sep 09 20:35:10.877 INFO O| Sep 09 20:35:10.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76032024-09-09T20:35:11.641Z[ recovery-image] Sep 09 20:35:10.877 INFO O| Sep 09 20:35:10.877 INFO STEP 1179 (remove_files) COMPLETE
76042024-09-09T20:35:11.641Z[ recovery-image] Sep 09 20:35:10.877 INFO O| Sep 09 20:35:10.877 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-09-09T20:35:11.665Z[ recovery-image] Sep 09 20:35:10.906 INFO O| Sep 09 20:35:10.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76062024-09-09T20:35:11.665Z[ recovery-image] Sep 09 20:35:10.906 INFO O| Sep 09 20:35:10.906 INFO STEP 1180 (remove_files) COMPLETE
76072024-09-09T20:35:11.665Z[ recovery-image] Sep 09 20:35:10.906 INFO O| Sep 09 20:35:10.906 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-09-09T20:35:11.719Z[ recovery-image] Sep 09 20:35:10.964 INFO O| Sep 09 20:35:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76092024-09-09T20:35:11.719Z[ recovery-image] Sep 09 20:35:10.964 INFO O| Sep 09 20:35:10.964 INFO STEP 1181 (remove_files) COMPLETE
76102024-09-09T20:35:11.719Z[ recovery-image] Sep 09 20:35:10.964 INFO O| Sep 09 20:35:10.964 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-09-09T20:35:11.743Z[ recovery-image] Sep 09 20:35:10.981 INFO O| Sep 09 20:35:10.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76122024-09-09T20:35:11.743Z[ recovery-image] Sep 09 20:35:10.981 INFO O| Sep 09 20:35:10.981 INFO STEP 1182 (remove_files) COMPLETE
76132024-09-09T20:35:11.743Z[ recovery-image] Sep 09 20:35:10.981 INFO O| Sep 09 20:35:10.981 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-09-09T20:35:11.766Z[ recovery-image] Sep 09 20:35:11.003 INFO O| Sep 09 20:35:11.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76152024-09-09T20:35:11.766Z[ recovery-image] Sep 09 20:35:11.003 INFO O| Sep 09 20:35:11.003 INFO STEP 1183 (remove_files) COMPLETE
76162024-09-09T20:35:11.766Z[ recovery-image] Sep 09 20:35:11.003 INFO O| Sep 09 20:35:11.003 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-09-09T20:35:11.792Z[ recovery-image] Sep 09 20:35:11.036 INFO O| Sep 09 20:35:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76182024-09-09T20:35:11.792Z[ recovery-image] Sep 09 20:35:11.036 INFO O| Sep 09 20:35:11.036 INFO STEP 1184 (remove_files) COMPLETE
76192024-09-09T20:35:11.815Z[ recovery-image] Sep 09 20:35:11.036 INFO O| Sep 09 20:35:11.036 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-09-09T20:35:11.839Z[ recovery-image] Sep 09 20:35:11.062 INFO O| Sep 09 20:35:11.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76212024-09-09T20:35:11.839Z[ recovery-image] Sep 09 20:35:11.062 INFO O| Sep 09 20:35:11.062 INFO STEP 1185 (remove_files) COMPLETE
76222024-09-09T20:35:11.839Z[ recovery-image] Sep 09 20:35:11.062 INFO O| Sep 09 20:35:11.062 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-09-09T20:35:11.885Z[ recovery-image] Sep 09 20:35:11.129 INFO O| Sep 09 20:35:11.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76242024-09-09T20:35:11.885Z[ recovery-image] Sep 09 20:35:11.129 INFO O| Sep 09 20:35:11.129 INFO STEP 1186 (remove_files) COMPLETE
76252024-09-09T20:35:11.908Z[ recovery-image] Sep 09 20:35:11.129 INFO O| Sep 09 20:35:11.129 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-09-09T20:35:11.932Z[ recovery-image] Sep 09 20:35:11.159 INFO O| Sep 09 20:35:11.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76272024-09-09T20:35:11.932Z[ recovery-image] Sep 09 20:35:11.159 INFO O| Sep 09 20:35:11.159 INFO STEP 1187 (remove_files) COMPLETE
76282024-09-09T20:35:11.932Z[ recovery-image] Sep 09 20:35:11.160 INFO O| Sep 09 20:35:11.159 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-09-09T20:35:11.956Z[ recovery-image] Sep 09 20:35:11.183 INFO O| Sep 09 20:35:11.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76302024-09-09T20:35:11.956Z[ recovery-image] Sep 09 20:35:11.183 INFO O| Sep 09 20:35:11.183 INFO STEP 1188 (remove_files) COMPLETE
76312024-09-09T20:35:11.956Z[ recovery-image] Sep 09 20:35:11.184 INFO O| Sep 09 20:35:11.184 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-09-09T20:35:11.979Z[ recovery-image] Sep 09 20:35:11.204 INFO O| Sep 09 20:35:11.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76332024-09-09T20:35:11.979Z[ recovery-image] Sep 09 20:35:11.204 INFO O| Sep 09 20:35:11.204 INFO STEP 1189 (remove_files) COMPLETE
76342024-09-09T20:35:11.979Z[ recovery-image] Sep 09 20:35:11.204 INFO O| Sep 09 20:35:11.204 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-09-09T20:35:11.979Z[ recovery-image] Sep 09 20:35:11.222 INFO O| Sep 09 20:35:11.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76362024-09-09T20:35:11.979Z[ recovery-image] Sep 09 20:35:11.223 INFO O| Sep 09 20:35:11.222 INFO STEP 1190 (remove_files) COMPLETE
76372024-09-09T20:35:11.979Z[ recovery-image] Sep 09 20:35:11.223 INFO O| Sep 09 20:35:11.223 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-09-09T20:35:12.003Z[ recovery-image] Sep 09 20:35:11.239 INFO O| Sep 09 20:35:11.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76392024-09-09T20:35:12.003Z[ recovery-image] Sep 09 20:35:11.239 INFO O| Sep 09 20:35:11.239 INFO STEP 1191 (remove_files) COMPLETE
76402024-09-09T20:35:12.003Z[ recovery-image] Sep 09 20:35:11.246 INFO O| Sep 09 20:35:11.246 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-09-09T20:35:12.075Z[ recovery-image] Sep 09 20:35:11.320 INFO O| Sep 09 20:35:11.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76422024-09-09T20:35:12.076Z[ recovery-image] Sep 09 20:35:11.320 INFO O| Sep 09 20:35:11.320 INFO STEP 1192 (remove_files) COMPLETE
76432024-09-09T20:35:12.076Z[ recovery-image] Sep 09 20:35:11.320 INFO O| Sep 09 20:35:11.320 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-09-09T20:35:12.134Z[ recovery-image] Sep 09 20:35:11.379 INFO O| Sep 09 20:35:11.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76452024-09-09T20:35:12.134Z[ recovery-image] Sep 09 20:35:11.379 INFO O| Sep 09 20:35:11.379 INFO STEP 1193 (remove_files) COMPLETE
76462024-09-09T20:35:12.158Z[ recovery-image] Sep 09 20:35:11.379 INFO O| Sep 09 20:35:11.379 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-09-09T20:35:12.181Z[ recovery-image] Sep 09 20:35:11.403 INFO O| Sep 09 20:35:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76482024-09-09T20:35:12.181Z[ recovery-image] Sep 09 20:35:11.403 INFO O| Sep 09 20:35:11.403 INFO STEP 1194 (remove_files) COMPLETE
76492024-09-09T20:35:12.181Z[ recovery-image] Sep 09 20:35:11.403 INFO O| Sep 09 20:35:11.403 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-09-09T20:35:12.212Z[ recovery-image] Sep 09 20:35:11.455 INFO O| Sep 09 20:35:11.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76512024-09-09T20:35:12.212Z[ recovery-image] Sep 09 20:35:11.456 INFO O| Sep 09 20:35:11.455 INFO STEP 1195 (remove_files) COMPLETE
76522024-09-09T20:35:12.212Z[ recovery-image] Sep 09 20:35:11.456 INFO O| Sep 09 20:35:11.456 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-09-09T20:35:12.235Z[ recovery-image] Sep 09 20:35:11.473 INFO O| Sep 09 20:35:11.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76542024-09-09T20:35:12.235Z[ recovery-image] Sep 09 20:35:11.473 INFO O| Sep 09 20:35:11.473 INFO STEP 1196 (remove_files) COMPLETE
76552024-09-09T20:35:12.235Z[ recovery-image] Sep 09 20:35:11.473 INFO O| Sep 09 20:35:11.473 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-09-09T20:35:12.260Z[ recovery-image] Sep 09 20:35:11.504 INFO O| Sep 09 20:35:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76572024-09-09T20:35:12.260Z[ recovery-image] Sep 09 20:35:11.504 INFO O| Sep 09 20:35:11.504 INFO STEP 1197 (remove_files) COMPLETE
76582024-09-09T20:35:12.283Z[ recovery-image] Sep 09 20:35:11.504 INFO O| Sep 09 20:35:11.504 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-09-09T20:35:12.316Z[ recovery-image] Sep 09 20:35:11.560 INFO O| Sep 09 20:35:11.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76602024-09-09T20:35:12.316Z[ recovery-image] Sep 09 20:35:11.560 INFO O| Sep 09 20:35:11.560 INFO STEP 1198 (remove_files) COMPLETE
76612024-09-09T20:35:12.316Z[ recovery-image] Sep 09 20:35:11.560 INFO O| Sep 09 20:35:11.560 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-09-09T20:35:12.339Z[ recovery-image] Sep 09 20:35:11.583 INFO O| Sep 09 20:35:11.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76632024-09-09T20:35:12.339Z[ recovery-image] Sep 09 20:35:11.583 INFO O| Sep 09 20:35:11.583 INFO STEP 1199 (remove_files) COMPLETE
76642024-09-09T20:35:12.339Z[ recovery-image] Sep 09 20:35:11.583 INFO O| Sep 09 20:35:11.583 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-09-09T20:35:12.392Z[ recovery-image] Sep 09 20:35:11.636 INFO O| Sep 09 20:35:11.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76662024-09-09T20:35:12.392Z[ recovery-image] Sep 09 20:35:11.637 INFO O| Sep 09 20:35:11.637 INFO STEP 1200 (remove_files) COMPLETE
76672024-09-09T20:35:12.416Z[ recovery-image] Sep 09 20:35:11.637 INFO O| Sep 09 20:35:11.637 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-09-09T20:35:12.439Z[ recovery-image] Sep 09 20:35:11.674 INFO O| Sep 09 20:35:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76692024-09-09T20:35:12.439Z[ recovery-image] Sep 09 20:35:11.674 INFO O| Sep 09 20:35:11.674 INFO STEP 1201 (remove_files) COMPLETE
76702024-09-09T20:35:12.439Z[ recovery-image] Sep 09 20:35:11.674 INFO O| Sep 09 20:35:11.674 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-09-09T20:35:12.462Z[ recovery-image] Sep 09 20:35:11.694 INFO O| Sep 09 20:35:11.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76722024-09-09T20:35:12.462Z[ recovery-image] Sep 09 20:35:11.695 INFO O| Sep 09 20:35:11.695 INFO STEP 1202 (remove_files) COMPLETE
76732024-09-09T20:35:12.462Z[ recovery-image] Sep 09 20:35:11.695 INFO O| Sep 09 20:35:11.695 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-09-09T20:35:12.504Z[ recovery-image] Sep 09 20:35:11.748 INFO O| Sep 09 20:35:11.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76752024-09-09T20:35:12.504Z[ recovery-image] Sep 09 20:35:11.748 INFO O| Sep 09 20:35:11.748 INFO STEP 1203 (remove_files) COMPLETE
76762024-09-09T20:35:12.504Z[ recovery-image] Sep 09 20:35:11.749 INFO O| Sep 09 20:35:11.748 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-09-09T20:35:12.527Z[ recovery-image] Sep 09 20:35:11.765 INFO O| Sep 09 20:35:11.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76782024-09-09T20:35:12.527Z[ recovery-image] Sep 09 20:35:11.765 INFO O| Sep 09 20:35:11.765 INFO STEP 1204 (remove_files) COMPLETE
76792024-09-09T20:35:12.527Z[ recovery-image] Sep 09 20:35:11.765 INFO O| Sep 09 20:35:11.765 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-09-09T20:35:12.551Z[ recovery-image] Sep 09 20:35:11.778 INFO O| Sep 09 20:35:11.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76812024-09-09T20:35:12.551Z[ recovery-image] Sep 09 20:35:11.778 INFO O| Sep 09 20:35:11.778 INFO STEP 1205 (remove_files) COMPLETE
76822024-09-09T20:35:12.551Z[ recovery-image] Sep 09 20:35:11.778 INFO O| Sep 09 20:35:11.778 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76832024-09-09T20:35:12.622Z[ recovery-image] Sep 09 20:35:11.866 INFO O| Sep 09 20:35:11.866 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76842024-09-09T20:35:12.622Z[ recovery-image] Sep 09 20:35:11.866 INFO O| Sep 09 20:35:11.866 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76852024-09-09T20:35:13.969Z[ recovery-image] Sep 09 20:35:13.213 INFO O| Sep 09 20:35:13.213 INFO STEP 1206 (pack_tar) COMPLETE
76862024-09-09T20:35:13.969Z[ recovery-image] Sep 09 20:35:13.213 INFO O| Sep 09 20:35:13.213 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76872024-09-09T20:35:13.969Z[ recovery-image] Sep 09 20:35:13.213 INFO O| Sep 09 20:35:13.213 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76882024-09-09T20:35:14.204Z[ recovery-image] Sep 09 20:35:13.444 INFO O| Sep 09 20:35:13.444 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76892024-09-09T20:35:14.280Z[ recovery-image] Sep 09 20:35:13.524 INFO O| Sep 09 20:35:13.524 INFO completed processing gimlet/ramdisk-03-recovery-trim
76902024-09-09T20:35:14.304Z[ recovery-image] Sep 09 20:35:13.532 INFO image builder template: zfs-recovery...
76912024-09-09T20:35:14.304Z[ recovery-image] Sep 09 20:35:13.533 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/.tmpmWML9b/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
76922024-09-09T20:35:14.337Z[ recovery-image] Sep 09 20:35:13.581 INFO O| Sep 09 20:35:13.581 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76932024-09-09T20:35:14.366Z[ recovery-image] Sep 09 20:35:13.610 INFO O| Sep 09 20:35:13.610 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76942024-09-09T20:35:14.430Z[ recovery-image] Sep 09 20:35:13.674 INFO O| Sep 09 20:35:13.674 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76952024-09-09T20:35:14.463Z[ recovery-image] Sep 09 20:35:13.707 INFO O| Sep 09 20:35:13.707 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76962024-09-09T20:35:14.463Z[ recovery-image] Sep 09 20:35:13.707 INFO O| Sep 09 20:35:13.707 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76972024-09-09T20:35:14.486Z[ recovery-image] Sep 09 20:35:13.715 INFO O| Sep 09 20:35:13.715 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76982024-09-09T20:35:14.532Z[ recovery-image] Sep 09 20:35:13.776 INFO O| Sep 09 20:35:13.776 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76992024-09-09T20:35:14.562Z[ recovery-image] Sep 09 20:35:13.807 INFO O| Sep 09 20:35:13.807 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77002024-09-09T20:35:14.586Z[ recovery-image] Sep 09 20:35:13.822 INFO O| Sep 09 20:35:13.822 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77012024-09-09T20:35:14.586Z[ recovery-image] Sep 09 20:35:13.828 INFO O| Sep 09 20:35:13.828 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77022024-09-09T20:35:14.627Z[ recovery-image] Sep 09 20:35:13.871 INFO O| Sep 09 20:35:13.871 INFO no lofi found
77032024-09-09T20:35:14.627Z[ recovery-image] Sep 09 20:35:13.871 INFO O| Sep 09 20:35:13.871 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77042024-09-09T20:35:14.627Z[ recovery-image] Sep 09 20:35:13.871 INFO O| Sep 09 20:35:13.871 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77052024-09-09T20:35:16.769Z[ recovery-image] Sep 09 20:35:16.014 INFO O| Sep 09 20:35:16.014 INFO lofi device = /dev/dsk/c3t1d0p0
77062024-09-09T20:35:16.769Z[ recovery-image] Sep 09 20:35:16.014 INFO O| Sep 09 20:35:16.014 INFO pool device = /dev/dsk/c3t1d0p0
77072024-09-09T20:35:16.793Z[ recovery-image] Sep 09 20:35:16.014 INFO O| Sep 09 20:35:16.014 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/c3t1d0p0"]
77082024-09-09T20:35:17.038Z[ recovery-image] Sep 09 20:35:16.283 INFO O| Sep 09 20:35:16.282 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77092024-09-09T20:35:17.038Z[ recovery-image] Sep 09 20:35:16.283 INFO O| Sep 09 20:35:16.282 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77102024-09-09T20:35:17.078Z[ recovery-image] Sep 09 20:35:16.323 INFO O| Sep 09 20:35:16.323 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77112024-09-09T20:35:17.206Z[ recovery-image] Sep 09 20:35:16.448 INFO O| Sep 09 20:35:16.447 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77122024-09-09T20:35:17.262Z[ recovery-image] Sep 09 20:35:16.506 INFO O| Sep 09 20:35:16.506 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77132024-09-09T20:35:17.295Z[ recovery-image] Sep 09 20:35:16.540 INFO O| Sep 09 20:35:16.540 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77142024-09-09T20:35:17.333Z[ recovery-image] Sep 09 20:35:16.577 INFO O| Sep 09 20:35:16.577 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77152024-09-09T20:35:17.437Z[ recovery-image] Sep 09 20:35:16.681 INFO O| Sep 09 20:35:16.681 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77162024-09-09T20:35:17.437Z[ recovery-image] Sep 09 20:35:16.681 INFO O| Sep 09 20:35:16.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77172024-09-09T20:35:17.460Z[ recovery-image] Sep 09 20:35:16.682 INFO O| Sep 09 20:35:16.681 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77182024-09-09T20:35:17.460Z[ recovery-image] Sep 09 20:35:16.698 INFO O| Sep 09 20:35:16.698 INFO boot environment UUID: 95057dde-4334-4b1c-84c9-41bb8fde2f67
77192024-09-09T20:35:17.460Z[ recovery-image] Sep 09 20:35:16.698 INFO O| Sep 09 20:35:16.698 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 95057dde-4334-4b1c-84c9-41bb8fde2f67
77202024-09-09T20:35:17.484Z[ recovery-image] Sep 09 20:35:16.727 INFO O| Sep 09 20:35:16.727 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77212024-09-09T20:35:17.531Z[ recovery-image] Sep 09 20:35:16.775 INFO O| Sep 09 20:35:16.775 INFO STEP 0 (create_be) COMPLETE
77222024-09-09T20:35:17.531Z[ recovery-image] Sep 09 20:35:16.775 INFO O| Sep 09 20:35:16.775 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77232024-09-09T20:35:17.650Z[ recovery-image] Sep 09 20:35:16.894 INFO O| Sep 09 20:35:16.894 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"]
77242024-09-09T20:35:27.452Z[ recovery-image] Sep 09 20:35:26.696 INFO O| Sep 09 20:35:26.696 INFO STEP 1 (unpack_tar) COMPLETE
77252024-09-09T20:35:27.452Z[ recovery-image] Sep 09 20:35:26.696 INFO O| Sep 09 20:35:26.696 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77262024-09-09T20:35:27.476Z[ recovery-image] Sep 09 20:35:26.719 INFO O| Sep 09 20:35:26.719 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77272024-09-09T20:35:29.450Z[ recovery-image] Sep 09 20:35:28.694 INFO O| Sep 09 20:35:28.694 INFO STEP 2 (devfsadm) COMPLETE
77282024-09-09T20:35:29.450Z[ recovery-image] Sep 09 20:35:28.694 INFO O| Sep 09 20:35:28.694 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77292024-09-09T20:35:29.474Z[ recovery-image] Sep 09 20:35:28.718 INFO O| Sep 09 20:35:28.718 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77302024-09-09T20:35:29.497Z[ recovery-image] Sep 09 20:35:28.719 INFO O| Sep 09 20:35:28.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77312024-09-09T20:35:29.497Z[ recovery-image] Sep 09 20:35:28.719 INFO O| Sep 09 20:35:28.719 INFO STEP 3 (ensure_dir) COMPLETE
77322024-09-09T20:35:29.497Z[ recovery-image] Sep 09 20:35:28.719 INFO O| Sep 09 20:35:28.719 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77332024-09-09T20:35:29.497Z[ recovery-image] Sep 09 20:35:28.740 INFO O| Sep 09 20:35:28.740 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77342024-09-09T20:35:29.497Z[ recovery-image] Sep 09 20:35:28.740 INFO O| Sep 09 20:35:28.740 INFO STEP 4 (ensure_dir) COMPLETE
77352024-09-09T20:35:29.497Z[ recovery-image] Sep 09 20:35:28.740 INFO O| Sep 09 20:35:28.740 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77362024-09-09T20:35:29.544Z[ recovery-image] Sep 09 20:35:28.789 INFO O| Sep 09 20:35:28.788 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77372024-09-09T20:35:29.567Z[ recovery-image] Sep 09 20:35:28.789 INFO O| Sep 09 20:35:28.788 INFO STEP 5 (ensure_dir) COMPLETE
77382024-09-09T20:35:29.567Z[ recovery-image] Sep 09 20:35:28.789 INFO O| Sep 09 20:35:28.788 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77392024-09-09T20:35:29.640Z[ recovery-image] Sep 09 20:35:28.885 INFO O| Sep 09 20:35:28.885 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77402024-09-09T20:35:29.664Z[ recovery-image] Sep 09 20:35:28.885 INFO O| Sep 09 20:35:28.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77412024-09-09T20:35:29.664Z[ recovery-image] Sep 09 20:35:28.885 INFO O| Sep 09 20:35:28.885 INFO STEP 6 (ensure_dir) COMPLETE
77422024-09-09T20:35:29.664Z[ recovery-image] Sep 09 20:35:28.885 INFO O| Sep 09 20:35:28.885 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77432024-09-09T20:35:29.715Z[ recovery-image] Sep 09 20:35:28.959 INFO O| Sep 09 20:35:28.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77442024-09-09T20:35:29.715Z[ recovery-image] Sep 09 20:35:28.959 INFO O| Sep 09 20:35:28.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77452024-09-09T20:35:29.740Z[ recovery-image] Sep 09 20:35:28.959 INFO O| Sep 09 20:35:28.959 INFO STEP 7 (ensure_dir) COMPLETE
77462024-09-09T20:35:29.740Z[ recovery-image] Sep 09 20:35:28.959 INFO O| Sep 09 20:35:28.959 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77472024-09-09T20:35:29.797Z[ recovery-image] Sep 09 20:35:29.041 INFO O| Sep 09 20:35:29.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77482024-09-09T20:35:29.797Z[ recovery-image] Sep 09 20:35:29.041 INFO O| Sep 09 20:35:29.041 INFO STEP 8 (remove_files) COMPLETE
77492024-09-09T20:35:29.797Z[ recovery-image] Sep 09 20:35:29.041 INFO O| Sep 09 20:35:29.041 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77502024-09-09T20:35:29.843Z[ recovery-image] Sep 09 20:35:29.087 INFO O| Sep 09 20:35:29.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77512024-09-09T20:35:29.866Z[ recovery-image] Sep 09 20:35:29.089 INFO O| Sep 09 20:35:29.089 INFO STEP 9 (remove_files) COMPLETE
77522024-09-09T20:35:29.866Z[ recovery-image] Sep 09 20:35:29.089 INFO O| Sep 09 20:35:29.089 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77532024-09-09T20:35:29.941Z[ recovery-image] Sep 09 20:35:29.185 INFO O| Sep 09 20:35:29.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77542024-09-09T20:35:29.964Z[ recovery-image] Sep 09 20:35:29.187 INFO O| Sep 09 20:35:29.187 INFO STEP 10 (remove_files) COMPLETE
77552024-09-09T20:35:29.964Z[ recovery-image] Sep 09 20:35:29.187 INFO O| Sep 09 20:35:29.187 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77562024-09-09T20:35:30.005Z[ recovery-image] Sep 09 20:35:29.250 INFO O| Sep 09 20:35:29.250 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77572024-09-09T20:35:30.005Z[ recovery-image] Sep 09 20:35:29.250 INFO O| Sep 09 20:35:29.250 INFO STEP 11 (remove_files) COMPLETE
77582024-09-09T20:35:30.029Z[ recovery-image] Sep 09 20:35:29.250 INFO O| Sep 09 20:35:29.250 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77592024-09-09T20:35:30.052Z[ recovery-image] Sep 09 20:35:29.291 INFO O| Sep 09 20:35:29.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77602024-09-09T20:35:30.052Z[ recovery-image] Sep 09 20:35:29.292 INFO O| Sep 09 20:35:29.292 INFO STEP 12 (remove_files) COMPLETE
77612024-09-09T20:35:30.052Z[ recovery-image] Sep 09 20:35:29.292 INFO O| Sep 09 20:35:29.292 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77622024-09-09T20:35:30.119Z[ recovery-image] Sep 09 20:35:29.363 INFO O| Sep 09 20:35:29.362 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77632024-09-09T20:35:30.119Z[ recovery-image] Sep 09 20:35:29.363 INFO O| Sep 09 20:35:29.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77642024-09-09T20:35:30.119Z[ recovery-image] Sep 09 20:35:29.363 INFO O| Sep 09 20:35:29.363 INFO STEP 13 (ensure_dir) COMPLETE
77652024-09-09T20:35:30.119Z[ recovery-image] Sep 09 20:35:29.363 INFO O| Sep 09 20:35:29.363 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77662024-09-09T20:35:30.143Z[ recovery-image] Sep 09 20:35:29.385 INFO O| Sep 09 20:35:29.385 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77672024-09-09T20:35:30.143Z[ recovery-image] Sep 09 20:35:29.385 INFO O| Sep 09 20:35:29.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77682024-09-09T20:35:30.143Z[ recovery-image] Sep 09 20:35:29.385 INFO O| Sep 09 20:35:29.385 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77692024-09-09T20:35:30.143Z[ recovery-image] Sep 09 20:35:29.385 INFO O| Sep 09 20:35:29.385 INFO STEP 14 (ensure_dir) COMPLETE
77702024-09-09T20:35:30.143Z[ recovery-image] Sep 09 20:35:29.385 INFO O| Sep 09 20:35:29.385 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77712024-09-09T20:35:30.167Z[ recovery-image] Sep 09 20:35:29.404 INFO O| Sep 09 20:35:29.403 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77722024-09-09T20:35:30.167Z[ recovery-image] Sep 09 20:35:29.404 INFO O| Sep 09 20:35:29.404 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77732024-09-09T20:35:30.167Z[ recovery-image] Sep 09 20:35:29.404 INFO O| Sep 09 20:35:29.404 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77742024-09-09T20:35:30.168Z[ recovery-image] Sep 09 20:35:29.404 INFO O| Sep 09 20:35:29.404 INFO STEP 15 (ensure_dir) COMPLETE
77752024-09-09T20:35:30.168Z[ recovery-image] Sep 09 20:35:29.404 INFO O| Sep 09 20:35:29.404 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77762024-09-09T20:35:30.191Z[ recovery-image] Sep 09 20:35:29.421 INFO O| Sep 09 20:35:29.421 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77772024-09-09T20:35:30.191Z[ recovery-image] Sep 09 20:35:29.422 INFO O| Sep 09 20:35:29.422 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77782024-09-09T20:35:30.191Z[ recovery-image] Sep 09 20:35:29.422 INFO O| Sep 09 20:35:29.422 INFO STEP 16 (ensure_dir) COMPLETE
77792024-09-09T20:35:30.191Z[ recovery-image] Sep 09 20:35:29.422 INFO O| Sep 09 20:35:29.422 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77802024-09-09T20:35:30.218Z[ recovery-image] Sep 09 20:35:29.463 INFO O| Sep 09 20:35:29.456 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77812024-09-09T20:35:30.242Z[ recovery-image] Sep 09 20:35:29.463 INFO O| Sep 09 20:35:29.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77822024-09-09T20:35:30.242Z[ recovery-image] Sep 09 20:35:29.463 INFO O| Sep 09 20:35:29.456 INFO STEP 17 (ensure_dir) COMPLETE
77832024-09-09T20:35:30.242Z[ recovery-image] Sep 09 20:35:29.463 INFO O| Sep 09 20:35:29.456 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77842024-09-09T20:35:30.278Z[ recovery-image] Sep 09 20:35:29.522 INFO O| Sep 09 20:35:29.522 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77852024-09-09T20:35:30.278Z[ recovery-image] Sep 09 20:35:29.522 INFO O| Sep 09 20:35:29.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77862024-09-09T20:35:30.278Z[ recovery-image] Sep 09 20:35:29.522 INFO O| Sep 09 20:35:29.522 INFO ok!
77872024-09-09T20:35:30.301Z[ recovery-image] Sep 09 20:35:29.522 INFO O| Sep 09 20:35:29.522 INFO STEP 18 (ensure_symlink) COMPLETE
77882024-09-09T20:35:30.301Z[ recovery-image] Sep 09 20:35:29.522 INFO O| Sep 09 20:35:29.522 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77892024-09-09T20:35:30.325Z[ recovery-image] Sep 09 20:35:29.558 INFO O| Sep 09 20:35:29.558 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77902024-09-09T20:35:30.325Z[ recovery-image] Sep 09 20:35:29.558 INFO O| Sep 09 20:35:29.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77912024-09-09T20:35:30.325Z[ recovery-image] Sep 09 20:35:29.559 INFO O| Sep 09 20:35:29.558 INFO ok!
77922024-09-09T20:35:30.325Z[ recovery-image] Sep 09 20:35:29.559 INFO O| Sep 09 20:35:29.558 INFO STEP 19 (ensure_file) COMPLETE
77932024-09-09T20:35:30.325Z[ recovery-image] Sep 09 20:35:29.559 INFO O| Sep 09 20:35:29.558 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77942024-09-09T20:35:30.369Z[ recovery-image] Sep 09 20:35:29.613 INFO O| Sep 09 20:35:29.613 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77952024-09-09T20:35:30.369Z[ recovery-image] Sep 09 20:35:29.613 INFO O| Sep 09 20:35:29.613 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77962024-09-09T20:35:30.369Z[ recovery-image] Sep 09 20:35:29.613 INFO O| Sep 09 20:35:29.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77972024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.613 INFO O| Sep 09 20:35:29.613 INFO ok!
77982024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.613 INFO O| Sep 09 20:35:29.613 INFO STEP 20 (ensure_symlink) COMPLETE
77992024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.613 INFO O| Sep 09 20:35:29.613 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78002024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.631 INFO O| Sep 09 20:35:29.631 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78012024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.631 INFO O| Sep 09 20:35:29.631 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78022024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.631 INFO O| Sep 09 20:35:29.631 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78032024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.631 INFO O| Sep 09 20:35:29.631 INFO ok!
78042024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.631 INFO O| Sep 09 20:35:29.631 INFO STEP 21 (ensure_symlink) COMPLETE
78052024-09-09T20:35:30.393Z[ recovery-image] Sep 09 20:35:29.631 INFO O| Sep 09 20:35:29.631 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78062024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.647 INFO O| Sep 09 20:35:29.647 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78072024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.647 INFO O| Sep 09 20:35:29.647 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78082024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.647 INFO O| Sep 09 20:35:29.647 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78092024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.647 INFO O| Sep 09 20:35:29.647 INFO ok!
78102024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.648 INFO O| Sep 09 20:35:29.648 INFO STEP 22 (ensure_symlink) COMPLETE
78112024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.648 INFO O| Sep 09 20:35:29.648 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78122024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.664 INFO O| Sep 09 20:35:29.664 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78132024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.664 INFO O| Sep 09 20:35:29.664 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78142024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.664 INFO O| Sep 09 20:35:29.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78152024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.665 INFO O| Sep 09 20:35:29.664 INFO ok!
78162024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.665 INFO O| Sep 09 20:35:29.664 INFO STEP 23 (ensure_symlink) COMPLETE
78172024-09-09T20:35:30.421Z[ recovery-image] Sep 09 20:35:29.665 INFO O| Sep 09 20:35:29.665 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78182024-09-09T20:35:30.466Z[ recovery-image] Sep 09 20:35:29.710 INFO O| Sep 09 20:35:29.710 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78192024-09-09T20:35:30.466Z[ recovery-image] Sep 09 20:35:29.710 INFO O| Sep 09 20:35:29.710 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 ...
78202024-09-09T20:35:30.466Z[ recovery-image] Sep 09 20:35:29.711 INFO O| Sep 09 20:35:29.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78212024-09-09T20:35:30.490Z[ recovery-image] Sep 09 20:35:29.711 INFO O| Sep 09 20:35:29.711 INFO ok!
78222024-09-09T20:35:30.490Z[ recovery-image] Sep 09 20:35:29.711 INFO O| Sep 09 20:35:29.711 INFO STEP 24 (ensure_file) COMPLETE
78232024-09-09T20:35:30.490Z[ recovery-image] Sep 09 20:35:29.711 INFO O| Sep 09 20:35:29.711 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78242024-09-09T20:35:30.513Z[ recovery-image] Sep 09 20:35:29.743 INFO O| Sep 09 20:35:29.743 INFO updating shadow file
78252024-09-09T20:35:30.513Z[ recovery-image] Sep 09 20:35:29.744 INFO O| Sep 09 20:35:29.743 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78262024-09-09T20:35:30.513Z[ recovery-image] Sep 09 20:35:29.744 INFO O| Sep 09 20:35:29.743 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78272024-09-09T20:35:30.513Z[ recovery-image] Sep 09 20:35:29.744 INFO O| Sep 09 20:35:29.743 INFO STEP 25 (shadow) COMPLETE
78282024-09-09T20:35:30.513Z[ recovery-image] Sep 09 20:35:29.744 INFO O| Sep 09 20:35:29.744 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78292024-09-09T20:35:30.628Z[ recovery-image] Sep 09 20:35:29.872 INFO O| Sep 09 20:35:29.872 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78302024-09-09T20:35:30.628Z[ recovery-image] Sep 09 20:35:29.872 INFO O| Sep 09 20:35:29.872 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78312024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.872 INFO O| Sep 09 20:35:29.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78322024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.872 INFO O| Sep 09 20:35:29.872 INFO ok!
78332024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.872 INFO O| Sep 09 20:35:29.872 INFO STEP 26 (ensure_file) COMPLETE
78342024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.872 INFO O| Sep 09 20:35:29.872 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78352024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.892 INFO O| Sep 09 20:35:29.892 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78362024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.892 INFO O| Sep 09 20:35:29.892 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78372024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.892 INFO O| Sep 09 20:35:29.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78382024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.892 INFO O| Sep 09 20:35:29.892 INFO ok!
78392024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.892 INFO O| Sep 09 20:35:29.892 INFO STEP 27 (ensure_file) COMPLETE
78402024-09-09T20:35:30.651Z[ recovery-image] Sep 09 20:35:29.893 INFO O| Sep 09 20:35:29.892 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78412024-09-09T20:35:30.675Z[ recovery-image] Sep 09 20:35:29.909 INFO O| Sep 09 20:35:29.909 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78422024-09-09T20:35:30.675Z[ recovery-image] Sep 09 20:35:29.909 INFO O| Sep 09 20:35:29.909 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78432024-09-09T20:35:30.675Z[ recovery-image] Sep 09 20:35:29.910 INFO O| Sep 09 20:35:29.909 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78442024-09-09T20:35:30.675Z[ recovery-image] Sep 09 20:35:29.910 INFO O| Sep 09 20:35:29.910 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78452024-09-09T20:35:30.675Z[ recovery-image] Sep 09 20:35:29.910 INFO O| Sep 09 20:35:29.910 INFO ok!
78462024-09-09T20:35:30.675Z[ recovery-image] Sep 09 20:35:29.910 INFO O| Sep 09 20:35:29.910 INFO STEP 28 (ensure_file) COMPLETE
78472024-09-09T20:35:30.675Z[ recovery-image] Sep 09 20:35:29.910 INFO O| Sep 09 20:35:29.910 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78482024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.924 INFO O| Sep 09 20:35:29.924 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78492024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.924 INFO O| Sep 09 20:35:29.924 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78502024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.924 INFO O| Sep 09 20:35:29.924 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78512024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.924 INFO O| Sep 09 20:35:29.924 INFO ok!
78522024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.924 INFO O| Sep 09 20:35:29.924 INFO STEP 29 (ensure_file) COMPLETE
78532024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.924 INFO O| Sep 09 20:35:29.924 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78542024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.941 INFO O| Sep 09 20:35:29.941 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78552024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.941 INFO O| Sep 09 20:35:29.941 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78562024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.942 INFO O| Sep 09 20:35:29.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78572024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.942 INFO O| Sep 09 20:35:29.942 INFO ok!
78582024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.942 INFO O| Sep 09 20:35:29.942 INFO STEP 30 (ensure_file) COMPLETE
78592024-09-09T20:35:30.699Z[ recovery-image] Sep 09 20:35:29.942 INFO O| Sep 09 20:35:29.942 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78602024-09-09T20:35:30.723Z[ recovery-image] Sep 09 20:35:29.958 INFO O| Sep 09 20:35:29.958 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78612024-09-09T20:35:30.723Z[ recovery-image] Sep 09 20:35:29.958 INFO O| Sep 09 20:35:29.958 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78622024-09-09T20:35:30.723Z[ recovery-image] Sep 09 20:35:29.958 INFO O| Sep 09 20:35:29.958 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78632024-09-09T20:35:30.723Z[ recovery-image] Sep 09 20:35:29.958 INFO O| Sep 09 20:35:29.958 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78642024-09-09T20:35:30.723Z[ recovery-image] Sep 09 20:35:29.958 INFO O| Sep 09 20:35:29.958 INFO ok!
78652024-09-09T20:35:30.723Z[ recovery-image] Sep 09 20:35:29.958 INFO O| Sep 09 20:35:29.958 INFO STEP 31 (ensure_file) COMPLETE
78662024-09-09T20:35:30.723Z[ recovery-image] Sep 09 20:35:29.958 INFO O| Sep 09 20:35:29.958 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78672024-09-09T20:35:30.747Z[ recovery-image] Sep 09 20:35:29.976 INFO O| Sep 09 20:35:29.976 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78682024-09-09T20:35:30.747Z[ recovery-image] Sep 09 20:35:29.976 INFO O| Sep 09 20:35:29.976 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78692024-09-09T20:35:30.747Z[ recovery-image] Sep 09 20:35:29.976 INFO O| Sep 09 20:35:29.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78702024-09-09T20:35:30.747Z[ recovery-image] Sep 09 20:35:29.976 INFO O| Sep 09 20:35:29.976 INFO ok!
78712024-09-09T20:35:30.747Z[ recovery-image] Sep 09 20:35:29.976 INFO O| Sep 09 20:35:29.976 INFO STEP 32 (ensure_file) COMPLETE
78722024-09-09T20:35:30.747Z[ recovery-image] Sep 09 20:35:29.976 INFO O| Sep 09 20:35:29.976 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78732024-09-09T20:35:30.817Z[ recovery-image] Sep 09 20:35:30.061 INFO O| Sep 09 20:35:30.061 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78742024-09-09T20:35:30.817Z[ recovery-image] Sep 09 20:35:30.062 INFO O| Sep 09 20:35:30.061 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78752024-09-09T20:35:30.841Z[ recovery-image] Sep 09 20:35:30.062 INFO O| Sep 09 20:35:30.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78762024-09-09T20:35:30.841Z[ recovery-image] Sep 09 20:35:30.062 INFO O| Sep 09 20:35:30.062 INFO ok!
78772024-09-09T20:35:30.841Z[ recovery-image] Sep 09 20:35:30.062 INFO O| Sep 09 20:35:30.062 INFO STEP 33 (ensure_file) COMPLETE
78782024-09-09T20:35:30.841Z[ recovery-image] Sep 09 20:35:30.062 INFO O| Sep 09 20:35:30.062 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78792024-09-09T20:35:30.906Z[ recovery-image] Sep 09 20:35:30.151 INFO O| Sep 09 20:35:30.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78802024-09-09T20:35:30.906Z[ recovery-image] Sep 09 20:35:30.151 INFO O| Sep 09 20:35:30.151 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78812024-09-09T20:35:30.930Z[ recovery-image] Sep 09 20:35:30.151 INFO O| Sep 09 20:35:30.151 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78822024-09-09T20:35:30.930Z[ recovery-image] Sep 09 20:35:30.152 INFO O| Sep 09 20:35:30.152 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78832024-09-09T20:35:30.930Z[ recovery-image] Sep 09 20:35:30.152 INFO O| Sep 09 20:35:30.152 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78842024-09-09T20:35:30.930Z[ recovery-image] Sep 09 20:35:30.152 INFO O| Sep 09 20:35:30.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78852024-09-09T20:35:30.930Z[ recovery-image] Sep 09 20:35:30.152 INFO O| Sep 09 20:35:30.152 INFO ok!
78862024-09-09T20:35:30.930Z[ recovery-image] Sep 09 20:35:30.152 INFO O| Sep 09 20:35:30.152 INFO STEP 34 (ensure_file) COMPLETE
78872024-09-09T20:35:30.930Z[ recovery-image] Sep 09 20:35:30.152 INFO O| Sep 09 20:35:30.152 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78882024-09-09T20:35:30.977Z[ recovery-image] Sep 09 20:35:30.221 INFO O| Sep 09 20:35:30.221 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78892024-09-09T20:35:30.977Z[ recovery-image] Sep 09 20:35:30.222 INFO O| Sep 09 20:35:30.221 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78902024-09-09T20:35:31.000Z[ recovery-image] Sep 09 20:35:30.222 INFO O| Sep 09 20:35:30.222 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78912024-09-09T20:35:31.001Z[ recovery-image] Sep 09 20:35:30.222 INFO O| Sep 09 20:35:30.222 INFO STEP 35 (ensure_dir) COMPLETE
78922024-09-09T20:35:31.001Z[ recovery-image] Sep 09 20:35:30.222 INFO O| Sep 09 20:35:30.222 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78932024-09-09T20:35:31.047Z[ recovery-image] Sep 09 20:35:30.292 INFO O| Sep 09 20:35:30.291 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
78942024-09-09T20:35:31.047Z[ recovery-image] Sep 09 20:35:30.292 INFO O| Sep 09 20:35:30.292 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 ...
78952024-09-09T20:35:31.071Z[ recovery-image] Sep 09 20:35:30.292 INFO O| Sep 09 20:35:30.292 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
78962024-09-09T20:35:31.071Z[ recovery-image] Sep 09 20:35:30.292 INFO O| Sep 09 20:35:30.292 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
78972024-09-09T20:35:31.071Z[ recovery-image] Sep 09 20:35:30.292 INFO O| Sep 09 20:35:30.292 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
78982024-09-09T20:35:31.071Z[ recovery-image] Sep 09 20:35:30.293 INFO O| Sep 09 20:35:30.292 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
78992024-09-09T20:35:31.071Z[ recovery-image] Sep 09 20:35:30.293 INFO O| Sep 09 20:35:30.293 INFO ok!
79002024-09-09T20:35:31.071Z[ recovery-image] Sep 09 20:35:30.293 INFO O| Sep 09 20:35:30.293 INFO STEP 36 (ensure_file) COMPLETE
79012024-09-09T20:35:31.071Z[ recovery-image] Sep 09 20:35:30.293 INFO O| Sep 09 20:35:30.293 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79022024-09-09T20:35:31.117Z[ recovery-image] Sep 09 20:35:30.362 INFO O| Sep 09 20:35:30.361 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79032024-09-09T20:35:31.117Z[ recovery-image] Sep 09 20:35:30.362 INFO O| Sep 09 20:35:30.361 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 ...
79042024-09-09T20:35:31.117Z[ recovery-image] Sep 09 20:35:30.362 INFO O| Sep 09 20:35:30.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79052024-09-09T20:35:31.141Z[ recovery-image] Sep 09 20:35:30.362 INFO O| Sep 09 20:35:30.362 INFO ok!
79062024-09-09T20:35:31.141Z[ recovery-image] Sep 09 20:35:30.362 INFO O| Sep 09 20:35:30.362 INFO STEP 37 (ensure_symlink) COMPLETE
79072024-09-09T20:35:31.141Z[ recovery-image] Sep 09 20:35:30.362 INFO O| Sep 09 20:35:30.362 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79082024-09-09T20:35:31.196Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79092024-09-09T20:35:31.196Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79102024-09-09T20:35:31.196Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79112024-09-09T20:35:31.197Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79122024-09-09T20:35:31.221Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79132024-09-09T20:35:31.221Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79142024-09-09T20:35:31.221Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO ok!
79152024-09-09T20:35:31.221Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO STEP 38 (ensure_file) COMPLETE
79162024-09-09T20:35:31.221Z[ recovery-image] Sep 09 20:35:30.441 INFO O| Sep 09 20:35:30.441 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79172024-09-09T20:35:31.271Z[ recovery-image] Sep 09 20:35:30.515 INFO O| Sep 09 20:35:30.515 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79182024-09-09T20:35:31.271Z[ recovery-image] Sep 09 20:35:30.515 INFO O| Sep 09 20:35:30.515 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 ...
79192024-09-09T20:35:31.294Z[ recovery-image] Sep 09 20:35:30.515 INFO O| Sep 09 20:35:30.515 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
79202024-09-09T20:35:31.294Z[ recovery-image] Sep 09 20:35:30.516 INFO O| Sep 09 20:35:30.515 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79212024-09-09T20:35:31.294Z[ recovery-image] Sep 09 20:35:30.516 INFO O| Sep 09 20:35:30.516 INFO ok!
79222024-09-09T20:35:31.295Z[ recovery-image] Sep 09 20:35:30.516 INFO O| Sep 09 20:35:30.516 INFO STEP 39 (ensure_file) COMPLETE
79232024-09-09T20:35:31.295Z[ recovery-image] Sep 09 20:35:30.516 INFO O| Sep 09 20:35:30.516 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79242024-09-09T20:35:31.345Z[ recovery-image] Sep 09 20:35:30.590 INFO O| Sep 09 20:35:30.589 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79252024-09-09T20:35:31.345Z[ recovery-image] Sep 09 20:35:30.590 INFO O| Sep 09 20:35:30.590 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79262024-09-09T20:35:31.369Z[ recovery-image] Sep 09 20:35:30.590 INFO O| Sep 09 20:35:30.590 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79272024-09-09T20:35:31.369Z[ recovery-image] Sep 09 20:35:30.590 INFO O| Sep 09 20:35:30.590 INFO ok!
79282024-09-09T20:35:31.369Z[ recovery-image] Sep 09 20:35:30.590 INFO O| Sep 09 20:35:30.590 INFO STEP 40 (ensure_file) COMPLETE
79292024-09-09T20:35:31.369Z[ recovery-image] Sep 09 20:35:30.590 INFO O| Sep 09 20:35:30.590 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79302024-09-09T20:35:31.395Z[ recovery-image] Sep 09 20:35:30.640 INFO O| Sep 09 20:35:30.640 INFO updating shadow file
79312024-09-09T20:35:31.419Z[ recovery-image] Sep 09 20:35:30.640 INFO O| Sep 09 20:35:30.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79322024-09-09T20:35:31.419Z[ recovery-image] Sep 09 20:35:30.640 INFO O| Sep 09 20:35:30.640 INFO STEP 41 (shadow) COMPLETE
79332024-09-09T20:35:31.419Z[ recovery-image] Sep 09 20:35:30.640 INFO O| Sep 09 20:35:30.640 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79342024-09-09T20:35:31.475Z[ recovery-image] Sep 09 20:35:30.719 INFO O| Sep 09 20:35:30.719 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79352024-09-09T20:35:31.475Z[ recovery-image] Sep 09 20:35:30.719 INFO O| Sep 09 20:35:30.719 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79362024-09-09T20:35:31.475Z[ recovery-image] Sep 09 20:35:30.719 INFO O| Sep 09 20:35:30.719 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79372024-09-09T20:35:31.499Z[ recovery-image] Sep 09 20:35:30.719 INFO O| Sep 09 20:35:30.719 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79382024-09-09T20:35:31.499Z[ recovery-image] Sep 09 20:35:30.719 INFO O| Sep 09 20:35:30.719 INFO ok!
79392024-09-09T20:35:31.499Z[ recovery-image] Sep 09 20:35:30.719 INFO O| Sep 09 20:35:30.719 INFO STEP 42 (ensure_file) COMPLETE
79402024-09-09T20:35:31.499Z[ recovery-image] Sep 09 20:35:30.719 INFO O| Sep 09 20:35:30.719 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-09-09T20:35:31.541Z[ recovery-image] Sep 09 20:35:30.785 INFO O| Sep 09 20:35:30.785 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79422024-09-09T20:35:31.541Z[ recovery-image] Sep 09 20:35:30.786 INFO O| Sep 09 20:35:30.785 INFO STEP 43 (ensure_dir) COMPLETE
79432024-09-09T20:35:31.565Z[ recovery-image] Sep 09 20:35:30.786 INFO O| Sep 09 20:35:30.785 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79442024-09-09T20:35:31.565Z[ recovery-image] Sep 09 20:35:30.805 INFO O| Sep 09 20:35:30.805 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79452024-09-09T20:35:31.565Z[ recovery-image] Sep 09 20:35:30.805 INFO O| Sep 09 20:35:30.805 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79462024-09-09T20:35:31.565Z[ recovery-image] Sep 09 20:35:30.805 INFO O| Sep 09 20:35:30.805 INFO STEP 44 (ensure_dir) COMPLETE
79472024-09-09T20:35:31.565Z[ recovery-image] Sep 09 20:35:30.805 INFO O| Sep 09 20:35:30.805 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79482024-09-09T20:35:31.589Z[ recovery-image] Sep 09 20:35:30.824 INFO O| Sep 09 20:35:30.823 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79492024-09-09T20:35:31.589Z[ recovery-image] Sep 09 20:35:30.824 INFO O| Sep 09 20:35:30.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79502024-09-09T20:35:31.589Z[ recovery-image] Sep 09 20:35:30.824 INFO O| Sep 09 20:35:30.824 INFO STEP 45 (ensure_dir) COMPLETE
79512024-09-09T20:35:31.589Z[ recovery-image] Sep 09 20:35:30.824 INFO O| Sep 09 20:35:30.824 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79522024-09-09T20:35:31.612Z[ recovery-image] Sep 09 20:35:30.841 INFO O| Sep 09 20:35:30.841 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79532024-09-09T20:35:31.612Z[ recovery-image] Sep 09 20:35:30.841 INFO O| Sep 09 20:35:30.841 INFO copying /tmp/.tmpmWML9b/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79542024-09-09T20:35:31.638Z[ recovery-image] Sep 09 20:35:30.883 INFO O| Sep 09 20:35:30.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79552024-09-09T20:35:31.638Z[ recovery-image] Sep 09 20:35:30.883 INFO O| Sep 09 20:35:30.883 INFO ok!
79562024-09-09T20:35:31.662Z[ recovery-image] Sep 09 20:35:30.883 INFO O| Sep 09 20:35:30.883 INFO STEP 46 (ensure_file) COMPLETE
79572024-09-09T20:35:31.662Z[ recovery-image] Sep 09 20:35:30.883 INFO O| Sep 09 20:35:30.883 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79582024-09-09T20:35:31.685Z[ recovery-image] Sep 09 20:35:30.917 INFO O| Sep 09 20:35:30.917 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79592024-09-09T20:35:31.685Z[ recovery-image] Sep 09 20:35:30.917 INFO O| Sep 09 20:35:30.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79602024-09-09T20:35:31.685Z[ recovery-image] Sep 09 20:35:30.917 INFO O| Sep 09 20:35:30.917 INFO STEP 47 (ensure_dir) COMPLETE
79612024-09-09T20:35:31.685Z[ recovery-image] Sep 09 20:35:30.917 INFO O| Sep 09 20:35:30.917 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79622024-09-09T20:35:31.752Z[ recovery-image] Sep 09 20:35:30.997 INFO O| Sep 09 20:35:30.997 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79632024-09-09T20:35:31.752Z[ recovery-image] Sep 09 20:35:30.997 INFO O| Sep 09 20:35:30.997 INFO copying /tmp/.tmpmWML9b/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79642024-09-09T20:35:31.753Z[ recovery-image] Sep 09 20:35:30.997 INFO O| Sep 09 20:35:30.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79652024-09-09T20:35:31.776Z[ recovery-image] Sep 09 20:35:30.997 INFO O| Sep 09 20:35:30.997 INFO ok!
79662024-09-09T20:35:31.776Z[ recovery-image] Sep 09 20:35:30.997 INFO O| Sep 09 20:35:30.997 INFO STEP 48 (ensure_file) COMPLETE
79672024-09-09T20:35:31.776Z[ recovery-image] Sep 09 20:35:30.997 INFO O| Sep 09 20:35:30.997 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79682024-09-09T20:35:31.800Z[ recovery-image] Sep 09 20:35:31.030 INFO O| Sep 09 20:35:31.030 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79692024-09-09T20:35:31.800Z[ recovery-image] Sep 09 20:35:31.030 INFO O| Sep 09 20:35:31.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79702024-09-09T20:35:31.800Z[ recovery-image] Sep 09 20:35:31.030 INFO O| Sep 09 20:35:31.030 INFO STEP 49 (ensure_dir) COMPLETE
79712024-09-09T20:35:31.800Z[ recovery-image] Sep 09 20:35:31.030 INFO O| Sep 09 20:35:31.030 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79722024-09-09T20:35:31.849Z[ recovery-image] Sep 09 20:35:31.094 INFO O| Sep 09 20:35:31.093 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79732024-09-09T20:35:31.849Z[ recovery-image] Sep 09 20:35:31.094 INFO O| Sep 09 20:35:31.093 INFO copying /tmp/.tmpmWML9b/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79742024-09-09T20:35:31.872Z[ recovery-image] Sep 09 20:35:31.114 INFO O| Sep 09 20:35:31.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79752024-09-09T20:35:31.873Z[ recovery-image] Sep 09 20:35:31.114 INFO O| Sep 09 20:35:31.114 INFO ok!
79762024-09-09T20:35:31.873Z[ recovery-image] Sep 09 20:35:31.114 INFO O| Sep 09 20:35:31.114 INFO STEP 50 (ensure_file) COMPLETE
79772024-09-09T20:35:31.873Z[ recovery-image] Sep 09 20:35:31.114 INFO O| Sep 09 20:35:31.114 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79782024-09-09T20:35:31.932Z[ recovery-image] Sep 09 20:35:31.176 INFO O| Sep 09 20:35:31.176 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79792024-09-09T20:35:31.932Z[ recovery-image] Sep 09 20:35:31.176 INFO O| Sep 09 20:35:31.176 INFO copying /tmp/.tmpmWML9b/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79802024-09-09T20:35:34.624Z[ recovery-image] Sep 09 20:35:33.868 INFO O| Sep 09 20:35:33.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79812024-09-09T20:35:34.624Z[ recovery-image] Sep 09 20:35:33.868 INFO O| Sep 09 20:35:33.868 INFO ok!
79822024-09-09T20:35:34.647Z[ recovery-image] Sep 09 20:35:33.868 INFO O| Sep 09 20:35:33.868 INFO STEP 51 (ensure_file) COMPLETE
79832024-09-09T20:35:34.647Z[ recovery-image] Sep 09 20:35:33.868 INFO O| Sep 09 20:35:33.868 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79842024-09-09T20:35:34.647Z[ recovery-image] Sep 09 20:35:33.890 INFO O| Sep 09 20:35:33.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79852024-09-09T20:35:34.647Z[ recovery-image] Sep 09 20:35:33.890 INFO O| Sep 09 20:35:33.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79862024-09-09T20:35:34.648Z[ recovery-image] Sep 09 20:35:33.890 INFO O| Sep 09 20:35:33.890 INFO STEP 52 (ensure_dir) COMPLETE
79872024-09-09T20:35:34.648Z[ recovery-image] Sep 09 20:35:33.890 INFO O| Sep 09 20:35:33.890 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79882024-09-09T20:35:34.680Z[ recovery-image] Sep 09 20:35:33.924 INFO O| Sep 09 20:35:33.924 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79892024-09-09T20:35:34.680Z[ recovery-image] Sep 09 20:35:33.924 INFO O| Sep 09 20:35:33.924 INFO copying /tmp/.tmpmWML9b/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 ...
79902024-09-09T20:35:34.703Z[ recovery-image] Sep 09 20:35:33.924 INFO O| Sep 09 20:35:33.924 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
79912024-09-09T20:35:34.703Z[ recovery-image] Sep 09 20:35:33.924 INFO O| Sep 09 20:35:33.924 INFO ok!
79922024-09-09T20:35:34.703Z[ recovery-image] Sep 09 20:35:33.924 INFO O| Sep 09 20:35:33.924 INFO STEP 53 (ensure_file) COMPLETE
79932024-09-09T20:35:34.703Z[ recovery-image] Sep 09 20:35:33.924 INFO O| Sep 09 20:35:33.924 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79942024-09-09T20:35:34.760Z[ recovery-image] Sep 09 20:35:33.991 INFO O| Sep 09 20:35:33.990 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79952024-09-09T20:35:34.760Z[ recovery-image] Sep 09 20:35:33.991 INFO O| Sep 09 20:35:33.991 INFO copying /tmp/.tmpmWML9b/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 ...
79962024-09-09T20:35:34.760Z[ recovery-image] Sep 09 20:35:33.991 INFO O| Sep 09 20:35:33.991 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
79972024-09-09T20:35:34.785Z[ recovery-image] Sep 09 20:35:33.991 INFO O| Sep 09 20:35:33.991 INFO ok!
79982024-09-09T20:35:34.786Z[ recovery-image] Sep 09 20:35:33.991 INFO O| Sep 09 20:35:33.991 INFO STEP 54 (ensure_file) COMPLETE
79992024-09-09T20:35:34.786Z[ recovery-image] Sep 09 20:35:33.991 INFO O| Sep 09 20:35:33.991 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80002024-09-09T20:35:34.814Z[ recovery-image] Sep 09 20:35:34.058 INFO O| Sep 09 20:35:34.058 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80012024-09-09T20:35:34.814Z[ recovery-image] Sep 09 20:35:34.058 INFO O| Sep 09 20:35:34.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80022024-09-09T20:35:34.814Z[ recovery-image] Sep 09 20:35:34.058 INFO O| Sep 09 20:35:34.058 INFO STEP 55 (ensure_dir) COMPLETE
80032024-09-09T20:35:34.838Z[ recovery-image] Sep 09 20:35:34.058 INFO O| Sep 09 20:35:34.058 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80042024-09-09T20:35:34.861Z[ recovery-image] Sep 09 20:35:34.099 INFO O| Sep 09 20:35:34.099 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80052024-09-09T20:35:34.861Z[ recovery-image] Sep 09 20:35:34.099 INFO O| Sep 09 20:35:34.099 INFO copying /tmp/.tmpmWML9b/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 ...
80062024-09-09T20:35:34.861Z[ recovery-image] Sep 09 20:35:34.100 INFO O| Sep 09 20:35:34.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80072024-09-09T20:35:34.861Z[ recovery-image] Sep 09 20:35:34.100 INFO O| Sep 09 20:35:34.099 INFO ok!
80082024-09-09T20:35:34.862Z[ recovery-image] Sep 09 20:35:34.100 INFO O| Sep 09 20:35:34.100 INFO STEP 56 (ensure_file) COMPLETE
80092024-09-09T20:35:34.862Z[ recovery-image] Sep 09 20:35:34.100 INFO O| Sep 09 20:35:34.100 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80102024-09-09T20:35:34.923Z[ recovery-image] Sep 09 20:35:34.167 INFO O| Sep 09 20:35:34.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80112024-09-09T20:35:34.923Z[ recovery-image] Sep 09 20:35:34.168 INFO O| Sep 09 20:35:34.167 INFO copying /tmp/.tmpmWML9b/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 ...
80122024-09-09T20:35:34.947Z[ recovery-image] Sep 09 20:35:34.168 INFO O| Sep 09 20:35:34.168 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
80132024-09-09T20:35:34.947Z[ recovery-image] Sep 09 20:35:34.168 INFO O| Sep 09 20:35:34.168 INFO ok!
80142024-09-09T20:35:34.947Z[ recovery-image] Sep 09 20:35:34.168 INFO O| Sep 09 20:35:34.168 INFO STEP 57 (ensure_file) COMPLETE
80152024-09-09T20:35:34.947Z[ recovery-image] Sep 09 20:35:34.168 INFO O| Sep 09 20:35:34.168 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80162024-09-09T20:35:35.024Z[ recovery-image] Sep 09 20:35:34.268 INFO O| Sep 09 20:35:34.268 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80172024-09-09T20:35:35.024Z[ recovery-image] Sep 09 20:35:34.268 INFO O| Sep 09 20:35:34.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80182024-09-09T20:35:35.047Z[ recovery-image] Sep 09 20:35:34.268 INFO O| Sep 09 20:35:34.268 INFO STEP 58 (ensure_dir) COMPLETE
80192024-09-09T20:35:35.047Z[ recovery-image] Sep 09 20:35:34.268 INFO O| Sep 09 20:35:34.268 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-09-09T20:35:35.070Z[ recovery-image] Sep 09 20:35:34.305 INFO O| Sep 09 20:35:34.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80212024-09-09T20:35:35.070Z[ recovery-image] Sep 09 20:35:34.305 INFO O| Sep 09 20:35:34.305 INFO copying /tmp/.tmpmWML9b/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 ...
80222024-09-09T20:35:35.070Z[ recovery-image] Sep 09 20:35:34.305 INFO O| Sep 09 20:35:34.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80232024-09-09T20:35:35.070Z[ recovery-image] Sep 09 20:35:34.305 INFO O| Sep 09 20:35:34.305 INFO ok!
80242024-09-09T20:35:35.071Z[ recovery-image] Sep 09 20:35:34.305 INFO O| Sep 09 20:35:34.305 INFO STEP 59 (ensure_file) COMPLETE
80252024-09-09T20:35:35.071Z[ recovery-image] Sep 09 20:35:34.305 INFO O| Sep 09 20:35:34.305 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80262024-09-09T20:35:35.094Z[ recovery-image] Sep 09 20:35:34.326 INFO O| Sep 09 20:35:34.326 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80272024-09-09T20:35:35.094Z[ recovery-image] Sep 09 20:35:34.326 INFO O| Sep 09 20:35:34.326 INFO copying /tmp/.tmpmWML9b/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80282024-09-09T20:35:35.094Z[ recovery-image] Sep 09 20:35:34.327 INFO O| Sep 09 20:35:34.327 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80292024-09-09T20:35:35.094Z[ recovery-image] Sep 09 20:35:34.327 INFO O| Sep 09 20:35:34.327 INFO ok!
80302024-09-09T20:35:35.094Z[ recovery-image] Sep 09 20:35:34.327 INFO O| Sep 09 20:35:34.327 INFO STEP 60 (ensure_file) COMPLETE
80312024-09-09T20:35:35.094Z[ recovery-image] Sep 09 20:35:34.327 INFO O| Sep 09 20:35:34.327 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80322024-09-09T20:35:35.151Z[ recovery-image] Sep 09 20:35:34.395 INFO O| Sep 09 20:35:34.395 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80332024-09-09T20:35:35.151Z[ recovery-image] Sep 09 20:35:34.396 INFO O| Sep 09 20:35:34.395 INFO STEP 61 (ensure_dir) COMPLETE
80342024-09-09T20:35:35.174Z[ recovery-image] Sep 09 20:35:34.396 INFO O| Sep 09 20:35:34.395 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80352024-09-09T20:35:35.222Z[ recovery-image] Sep 09 20:35:34.467 INFO O| Sep 09 20:35:34.466 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80362024-09-09T20:35:35.222Z[ recovery-image] Sep 09 20:35:34.467 INFO O| Sep 09 20:35:34.466 INFO STEP 62 (ensure_dir) COMPLETE
80372024-09-09T20:35:35.246Z[ recovery-image] Sep 09 20:35:34.467 INFO O| Sep 09 20:35:34.466 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80382024-09-09T20:35:35.288Z[ recovery-image] Sep 09 20:35:34.532 INFO O| Sep 09 20:35:34.532 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80392024-09-09T20:35:35.288Z[ recovery-image] Sep 09 20:35:34.533 INFO O| Sep 09 20:35:34.532 INFO STEP 63 (ensure_dir) COMPLETE
80402024-09-09T20:35:35.313Z[ recovery-image] Sep 09 20:35:34.533 INFO O| Sep 09 20:35:34.532 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80412024-09-09T20:35:35.364Z[ recovery-image] Sep 09 20:35:34.609 INFO O| Sep 09 20:35:34.609 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80422024-09-09T20:35:35.388Z[ recovery-image] Sep 09 20:35:34.609 INFO O| Sep 09 20:35:34.609 INFO STEP 64 (ensure_dir) COMPLETE
80432024-09-09T20:35:35.388Z[ recovery-image] Sep 09 20:35:34.609 INFO O| Sep 09 20:35:34.609 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80442024-09-09T20:35:35.413Z[ recovery-image] Sep 09 20:35:34.657 INFO O| Sep 09 20:35:34.657 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80452024-09-09T20:35:35.413Z[ recovery-image] Sep 09 20:35:34.657 INFO O| Sep 09 20:35:34.657 INFO copying /tmp/.tmpmWML9b/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80462024-09-09T20:35:35.413Z[ recovery-image] Sep 09 20:35:34.657 INFO O| Sep 09 20:35:34.657 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80472024-09-09T20:35:35.413Z[ recovery-image] Sep 09 20:35:34.657 INFO O| Sep 09 20:35:34.657 INFO ok!
80482024-09-09T20:35:35.413Z[ recovery-image] Sep 09 20:35:34.657 INFO O| Sep 09 20:35:34.657 INFO STEP 65 (ensure_file) COMPLETE
80492024-09-09T20:35:35.438Z[ recovery-image] Sep 09 20:35:34.657 INFO O| Sep 09 20:35:34.657 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80502024-09-09T20:35:35.462Z[ recovery-image] Sep 09 20:35:34.689 INFO O| Sep 09 20:35:34.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80512024-09-09T20:35:35.462Z[ recovery-image] Sep 09 20:35:34.689 INFO O| Sep 09 20:35:34.689 INFO STEP 66 (remove_files) COMPLETE
80522024-09-09T20:35:35.462Z[ recovery-image] Sep 09 20:35:34.689 INFO O| Sep 09 20:35:34.689 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80532024-09-09T20:35:35.494Z[ recovery-image] Sep 09 20:35:34.738 INFO O| Sep 09 20:35:34.738 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80542024-09-09T20:35:35.494Z[ recovery-image] Sep 09 20:35:34.739 INFO O| Sep 09 20:35:34.738 INFO STEP 67 (remove_files) COMPLETE
80552024-09-09T20:35:35.541Z[ recovery-image] Sep 09 20:35:34.739 INFO O| Sep 09 20:35:34.739 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80562024-09-09T20:35:35.592Z[ recovery-image] Sep 09 20:35:34.837 INFO O| Sep 09 20:35:34.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80572024-09-09T20:35:35.616Z[ recovery-image] Sep 09 20:35:34.837 INFO O| Sep 09 20:35:34.837 INFO STEP 68 (remove_files) COMPLETE
80582024-09-09T20:35:35.616Z[ recovery-image] Sep 09 20:35:34.837 INFO O| Sep 09 20:35:34.837 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80592024-09-09T20:35:35.659Z[ recovery-image] Sep 09 20:35:34.904 INFO O| Sep 09 20:35:34.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80602024-09-09T20:35:35.659Z[ recovery-image] Sep 09 20:35:34.904 INFO O| Sep 09 20:35:34.904 INFO STEP 69 (remove_files) COMPLETE
80612024-09-09T20:35:35.659Z[ recovery-image] Sep 09 20:35:34.904 INFO O| Sep 09 20:35:34.904 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80622024-09-09T20:35:35.743Z[ recovery-image] Sep 09 20:35:34.987 INFO O| Sep 09 20:35:34.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80632024-09-09T20:35:35.743Z[ recovery-image] Sep 09 20:35:34.987 INFO O| Sep 09 20:35:34.987 INFO STEP 70 (remove_files) COMPLETE
80642024-09-09T20:35:35.767Z[ recovery-image] Sep 09 20:35:34.987 INFO O| Sep 09 20:35:34.987 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80652024-09-09T20:35:35.791Z[ recovery-image] Sep 09 20:35:35.012 INFO O| Sep 09 20:35:35.012 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80662024-09-09T20:35:35.791Z[ recovery-image] Sep 09 20:35:35.013 INFO O| Sep 09 20:35:35.013 INFO STEP 71 (remove_files) COMPLETE
80672024-09-09T20:35:35.791Z[ recovery-image] Sep 09 20:35:35.013 INFO O| Sep 09 20:35:35.013 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80682024-09-09T20:35:35.831Z[ recovery-image] Sep 09 20:35:35.075 INFO O| Sep 09 20:35:35.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80692024-09-09T20:35:35.831Z[ recovery-image] Sep 09 20:35:35.076 INFO O| Sep 09 20:35:35.076 INFO STEP 72 (remove_files) COMPLETE
80702024-09-09T20:35:35.831Z[ recovery-image] Sep 09 20:35:35.076 INFO O| Sep 09 20:35:35.076 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80712024-09-09T20:35:35.898Z[ recovery-image] Sep 09 20:35:35.143 INFO O| Sep 09 20:35:35.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80722024-09-09T20:35:35.898Z[ recovery-image] Sep 09 20:35:35.143 INFO O| Sep 09 20:35:35.143 INFO STEP 73 (remove_files) COMPLETE
80732024-09-09T20:35:35.898Z[ recovery-image] Sep 09 20:35:35.143 INFO O| Sep 09 20:35:35.143 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80742024-09-09T20:35:35.965Z[ recovery-image] Sep 09 20:35:35.210 INFO O| Sep 09 20:35:35.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80752024-09-09T20:35:35.965Z[ recovery-image] Sep 09 20:35:35.210 INFO O| Sep 09 20:35:35.210 INFO STEP 74 (remove_files) COMPLETE
80762024-09-09T20:35:35.989Z[ recovery-image] Sep 09 20:35:35.210 INFO O| Sep 09 20:35:35.210 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-09T20:35:36.013Z[ recovery-image] Sep 09 20:35:35.252 INFO O| Sep 09 20:35:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80782024-09-09T20:35:36.013Z[ recovery-image] Sep 09 20:35:35.252 INFO O| Sep 09 20:35:35.252 INFO STEP 75 (remove_files) COMPLETE
80792024-09-09T20:35:36.013Z[ recovery-image] Sep 09 20:35:35.252 INFO O| Sep 09 20:35:35.252 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-09T20:35:36.050Z[ recovery-image] Sep 09 20:35:35.294 INFO O| Sep 09 20:35:35.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80812024-09-09T20:35:36.050Z[ recovery-image] Sep 09 20:35:35.294 INFO O| Sep 09 20:35:35.294 INFO STEP 76 (remove_files) COMPLETE
80822024-09-09T20:35:36.050Z[ recovery-image] Sep 09 20:35:35.294 INFO O| Sep 09 20:35:35.294 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-09T20:35:36.115Z[ recovery-image] Sep 09 20:35:35.360 INFO O| Sep 09 20:35:35.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80842024-09-09T20:35:36.115Z[ recovery-image] Sep 09 20:35:35.360 INFO O| Sep 09 20:35:35.360 INFO STEP 77 (remove_files) COMPLETE
80852024-09-09T20:35:36.139Z[ recovery-image] Sep 09 20:35:35.360 INFO O| Sep 09 20:35:35.360 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80862024-09-09T20:35:36.195Z[ recovery-image] Sep 09 20:35:35.439 INFO O| Sep 09 20:35:35.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80872024-09-09T20:35:36.218Z[ recovery-image] Sep 09 20:35:35.440 INFO O| Sep 09 20:35:35.440 INFO STEP 78 (remove_files) COMPLETE
80882024-09-09T20:35:36.218Z[ recovery-image] Sep 09 20:35:35.440 INFO O| Sep 09 20:35:35.440 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80892024-09-09T20:35:36.262Z[ recovery-image] Sep 09 20:35:35.506 INFO O| Sep 09 20:35:35.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80902024-09-09T20:35:36.262Z[ recovery-image] Sep 09 20:35:35.506 INFO O| Sep 09 20:35:35.506 INFO STEP 79 (remove_files) COMPLETE
80912024-09-09T20:35:36.285Z[ recovery-image] Sep 09 20:35:35.506 INFO O| Sep 09 20:35:35.506 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80922024-09-09T20:35:36.328Z[ recovery-image] Sep 09 20:35:35.572 INFO O| Sep 09 20:35:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80932024-09-09T20:35:36.352Z[ recovery-image] Sep 09 20:35:35.573 INFO O| Sep 09 20:35:35.573 INFO STEP 80 (remove_files) COMPLETE
80942024-09-09T20:35:36.352Z[ recovery-image] Sep 09 20:35:35.573 INFO O| Sep 09 20:35:35.573 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80952024-09-09T20:35:36.375Z[ recovery-image] Sep 09 20:35:35.597 INFO O| Sep 09 20:35:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80962024-09-09T20:35:36.375Z[ recovery-image] Sep 09 20:35:35.597 INFO O| Sep 09 20:35:35.597 INFO STEP 81 (remove_files) COMPLETE
80972024-09-09T20:35:36.375Z[ recovery-image] Sep 09 20:35:35.597 INFO O| Sep 09 20:35:35.597 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80982024-09-09T20:35:36.485Z[ recovery-image] Sep 09 20:35:35.728 INFO O| Sep 09 20:35:35.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80992024-09-09T20:35:36.485Z[ recovery-image] Sep 09 20:35:35.728 INFO O| Sep 09 20:35:35.728 INFO STEP 82 (remove_files) COMPLETE
81002024-09-09T20:35:36.485Z[ recovery-image] Sep 09 20:35:35.728 INFO O| Sep 09 20:35:35.728 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81012024-09-09T20:35:36.526Z[ recovery-image] Sep 09 20:35:35.771 INFO O| Sep 09 20:35:35.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81022024-09-09T20:35:36.526Z[ recovery-image] Sep 09 20:35:35.771 INFO O| Sep 09 20:35:35.771 INFO STEP 83 (remove_files) COMPLETE
81032024-09-09T20:35:36.526Z[ recovery-image] Sep 09 20:35:35.771 INFO O| Sep 09 20:35:35.771 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81042024-09-09T20:35:36.572Z[ recovery-image] Sep 09 20:35:35.806 INFO O| Sep 09 20:35:35.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81052024-09-09T20:35:36.572Z[ recovery-image] Sep 09 20:35:35.806 INFO O| Sep 09 20:35:35.806 INFO STEP 84 (remove_files) COMPLETE
81062024-09-09T20:35:36.572Z[ recovery-image] Sep 09 20:35:35.806 INFO O| Sep 09 20:35:35.806 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81072024-09-09T20:35:36.595Z[ recovery-image] Sep 09 20:35:35.827 INFO O| Sep 09 20:35:35.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81082024-09-09T20:35:36.595Z[ recovery-image] Sep 09 20:35:35.828 INFO O| Sep 09 20:35:35.827 INFO STEP 85 (remove_files) COMPLETE
81092024-09-09T20:35:36.595Z[ recovery-image] Sep 09 20:35:35.828 INFO O| Sep 09 20:35:35.828 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81102024-09-09T20:35:36.624Z[ recovery-image] Sep 09 20:35:35.869 INFO O| Sep 09 20:35:35.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81112024-09-09T20:35:36.624Z[ recovery-image] Sep 09 20:35:35.869 INFO O| Sep 09 20:35:35.869 INFO STEP 86 (remove_files) COMPLETE
81122024-09-09T20:35:36.648Z[ recovery-image] Sep 09 20:35:35.869 INFO O| Sep 09 20:35:35.869 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81132024-09-09T20:35:36.672Z[ recovery-image] Sep 09 20:35:35.903 INFO O| Sep 09 20:35:35.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81142024-09-09T20:35:36.672Z[ recovery-image] Sep 09 20:35:35.903 INFO O| Sep 09 20:35:35.903 INFO STEP 87 (remove_files) COMPLETE
81152024-09-09T20:35:36.672Z[ recovery-image] Sep 09 20:35:35.903 INFO O| Sep 09 20:35:35.903 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81162024-09-09T20:35:36.695Z[ recovery-image] Sep 09 20:35:35.919 INFO O| Sep 09 20:35:35.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81172024-09-09T20:35:36.695Z[ recovery-image] Sep 09 20:35:35.919 INFO O| Sep 09 20:35:35.919 INFO STEP 88 (remove_files) COMPLETE
81182024-09-09T20:35:36.695Z[ recovery-image] Sep 09 20:35:35.919 INFO O| Sep 09 20:35:35.919 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81192024-09-09T20:35:36.695Z[ recovery-image] Sep 09 20:35:35.936 INFO O| Sep 09 20:35:35.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81202024-09-09T20:35:36.695Z[ recovery-image] Sep 09 20:35:35.936 INFO O| Sep 09 20:35:35.936 INFO STEP 89 (remove_files) COMPLETE
81212024-09-09T20:35:36.695Z[ recovery-image] Sep 09 20:35:35.936 INFO O| Sep 09 20:35:35.936 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81222024-09-09T20:35:36.719Z[ recovery-image] Sep 09 20:35:35.952 INFO O| Sep 09 20:35:35.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81232024-09-09T20:35:36.719Z[ recovery-image] Sep 09 20:35:35.952 INFO O| Sep 09 20:35:35.952 INFO STEP 90 (remove_files) COMPLETE
81242024-09-09T20:35:36.719Z[ recovery-image] Sep 09 20:35:35.953 INFO O| Sep 09 20:35:35.952 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81252024-09-09T20:35:36.742Z[ recovery-image] Sep 09 20:35:35.969 INFO O| Sep 09 20:35:35.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81262024-09-09T20:35:36.742Z[ recovery-image] Sep 09 20:35:35.969 INFO O| Sep 09 20:35:35.969 INFO STEP 91 (remove_files) COMPLETE
81272024-09-09T20:35:36.742Z[ recovery-image] Sep 09 20:35:35.969 INFO O| Sep 09 20:35:35.969 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81282024-09-09T20:35:36.742Z[ recovery-image] Sep 09 20:35:35.983 INFO O| Sep 09 20:35:35.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81292024-09-09T20:35:36.742Z[ recovery-image] Sep 09 20:35:35.983 INFO O| Sep 09 20:35:35.983 INFO STEP 92 (remove_files) COMPLETE
81302024-09-09T20:35:36.742Z[ recovery-image] Sep 09 20:35:35.983 INFO O| Sep 09 20:35:35.983 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81312024-09-09T20:35:36.766Z[ recovery-image] Sep 09 20:35:35.999 INFO O| Sep 09 20:35:35.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81322024-09-09T20:35:36.766Z[ recovery-image] Sep 09 20:35:35.999 INFO O| Sep 09 20:35:35.999 INFO STEP 93 (remove_files) COMPLETE
81332024-09-09T20:35:36.766Z[ recovery-image] Sep 09 20:35:35.999 INFO O| Sep 09 20:35:35.999 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81342024-09-09T20:35:36.789Z[ recovery-image] Sep 09 20:35:36.016 INFO O| Sep 09 20:35:36.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81352024-09-09T20:35:36.789Z[ recovery-image] Sep 09 20:35:36.016 INFO O| Sep 09 20:35:36.016 INFO STEP 94 (remove_files) COMPLETE
81362024-09-09T20:35:36.789Z[ recovery-image] Sep 09 20:35:36.016 INFO O| Sep 09 20:35:36.016 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81372024-09-09T20:35:36.812Z[ recovery-image] Sep 09 20:35:36.044 INFO O| Sep 09 20:35:36.043 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81382024-09-09T20:35:36.812Z[ recovery-image] Sep 09 20:35:36.044 INFO O| Sep 09 20:35:36.044 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81392024-09-09T20:35:46.461Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 12s
81402024-09-09T20:35:46.811ZSep 09 20:35:46.056 INFO [verify-libraries] process exited with exit status: 0 (317.896474373s)
81412024-09-09T20:35:46.908Z[ recovery-image] Sep 09 20:35:46.153 INFO O| Sep 09 20:35:46.153 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
81422024-09-09T20:35:46.932Z[ recovery-image] Sep 09 20:35:46.153 INFO O| Sep 09 20:35:46.153 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81432024-09-09T20:35:46.932Z[ recovery-image] Sep 09 20:35:46.171 INFO O| Sep 09 20:35:46.170 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_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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81442024-09-09T20:35:47.039Z[ recovery-image] Sep 09 20:35:46.284 INFO O| Sep 09 20:35:46.284 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81452024-09-09T20:35:47.063Z[ recovery-image] Sep 09 20:35:46.284 INFO O| Sep 09 20:35:46.284 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 ...
81462024-09-09T20:35:47.063Z[ recovery-image] Sep 09 20:35:46.287 INFO O| Sep 09 20:35:46.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81472024-09-09T20:35:47.063Z[ recovery-image] Sep 09 20:35:46.287 INFO O| Sep 09 20:35:46.287 INFO ok!
81482024-09-09T20:35:47.063Z[ recovery-image] Sep 09 20:35:46.287 INFO O| Sep 09 20:35:46.287 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81492024-09-09T20:35:47.063Z[ recovery-image] Sep 09 20:35:46.288 INFO O| Sep 09 20:35:46.287 INFO STEP 95 (seed_smf) COMPLETE
81502024-09-09T20:35:47.063Z[ recovery-image] Sep 09 20:35:46.288 INFO O| Sep 09 20:35:46.287 INFO steps complete; finalising image!
81512024-09-09T20:35:47.063Z[ recovery-image] Sep 09 20:35:46.288 INFO O| Sep 09 20:35:46.288 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81522024-09-09T20:35:47.104Z[ recovery-image] Sep 09 20:35:46.349 INFO O| Sep 09 20:35:46.349 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Mon Sep 9 20:35:46 2024)
81532024-09-09T20:35:47.316Z[ recovery-image] Sep 09 20:35:46.561 INFO O| Sep 09 20:35:46.560 INFO trim TEMPORARY-gimlet-zfs-recovery: (57% trimmed, started at Mon Sep 9 20:35:46 2024)
81542024-09-09T20:35:47.551Z[ recovery-image] Sep 09 20:35:46.796 INFO O| Sep 09 20:35:46.796 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81552024-09-09T20:35:47.551Z[ recovery-image] Sep 09 20:35:46.796 INFO O| Sep 09 20:35:46.796 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81562024-09-09T20:35:47.867Z[ recovery-image] Sep 09 20:35:47.111 INFO O| Sep 09 20:35:47.111 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
81572024-09-09T20:35:47.867Z[ recovery-image] Sep 09 20:35:47.111 INFO O| Sep 09 20:35:47.111 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81582024-09-09T20:35:52.038Z[ recovery-image] Sep 09 20:35:51.283 INFO O| Sep 09 20:35:51.282 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81592024-09-09T20:35:52.038Z[ recovery-image] Sep 09 20:35:51.283 INFO O| Sep 09 20:35:51.283 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81602024-09-09T20:35:52.062Z[ recovery-image] Sep 09 20:35:51.283 INFO O| Sep 09 20:35:51.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81612024-09-09T20:35:52.062Z[ recovery-image] Sep 09 20:35:51.283 INFO O| Sep 09 20:35:51.283 INFO completed processing gimlet/zfs-recovery
81622024-09-09T20:35:52.062Z[ recovery-image] Sep 09 20:35:51.283 INFO O| Sep 09 20:35:51.283 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81632024-09-09T20:35:52.158Z[ recovery-image] Sep 09 20:35:51.403 INFO O| Sep 09 20:35:51.403 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81642024-09-09T20:35:52.213Z[ recovery-image] Sep 09 20:35:51.458 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
81652024-09-09T20:35:52.237Z[ recovery-image] Sep 09 20:35:51.458 INFO expanded image name: "recovery 6f40029/${os_short_commit} 2024-09-09 20:09" -> "recovery 6f40029/231eef1 2024-09-09 20:09"
81662024-09-09T20:35:52.237Z[ recovery-image] Sep 09 20:35:51.458 INFO output artefacts stored in: "/work/os-recovery"
81672024-09-09T20:35:52.237Z[ recovery-image] Sep 09 20:35:51.459 INFO collecting git info from project "amd-firmware"...
81682024-09-09T20:35:52.499Z[ recovery-image] Sep 09 20:35:51.744 INFO collecting git info from project "pilot"...
81692024-09-09T20:35:52.523Z[ recovery-image] Sep 09 20:35:51.762 INFO collecting git info from project "bootserver"...
81702024-09-09T20:35:52.546Z[ recovery-image] Sep 09 20:35:51.773 INFO collecting git info from project "chelsio-t6-roms"...
81712024-09-09T20:35:52.570Z[ recovery-image] Sep 09 20:35:51.803 INFO collecting git info from project "phbl"...
81722024-09-09T20:35:52.570Z[ recovery-image] Sep 09 20:35:51.813 INFO collecting git info from project "image-builder"...
81732024-09-09T20:35:52.593Z[ recovery-image] Sep 09 20:35:51.825 INFO collecting git info from project "pinprick"...
81742024-09-09T20:35:52.593Z[ recovery-image] Sep 09 20:35:51.834 INFO collecting git info from project "amd-host-image-builder"...
81752024-09-09T20:35:52.891Z[ recovery-image] Sep 09 20:35:52.136 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81762024-09-09T20:35:53.413Z[ recovery-image] Sep 09 20:35:52.658 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81772024-09-09T20:35:53.918Z[ recovery-image] Sep 09 20:35:53.163 INFO creating Oxide boot image...
81782024-09-09T20:35:53.918Z[ recovery-image] Sep 09 20:35:53.163 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 6f40029/231eef1 2024-09-09 20:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81792024-09-09T20:36:19.306Z[ host-image] Sep 09 20:36:18.551 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22860:20240906T152101Z
81802024-09-09T20:36:19.351Z[ host-image] Sep 09 20:36:18.551 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22860:20240906T152101Z
81812024-09-09T20:36:19.351Z[ host-image] Sep 09 20:36:18.551 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81822024-09-09T20:36:19.351Z[ host-image] Sep 09 20:36:18.551 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81832024-09-09T20:36:19.351Z[ host-image] Sep 09 20:36:18.551 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81842024-09-09T20:36:19.351Z[ host-image] Sep 09 20:36:18.551 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81852024-09-09T20:36:19.351Z[ host-image] Sep 09 20:36:18.552 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81862024-09-09T20:36:19.351Z[ host-image] Sep 09 20:36:18.552 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81872024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.552 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81882024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.552 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81892024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.552 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22860:20240906T152101Z
81902024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.554 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22860:20240906T152102Z
81912024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.555 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22860:20240906T152102Z
81922024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.555 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22860:20240906T152103Z
81932024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.555 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81942024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.556 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22860:20240906T152103Z
81952024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22860:20240906T152103Z
81962024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22860:20240906T152103Z
81972024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22860:20240906T152103Z
81982024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22860:20240906T152104Z
81992024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22860:20240906T152104Z
82002024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22860:20240906T152104Z
82012024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22860:20240906T152105Z
82022024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.557 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22860:20240906T152105Z
82032024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22860:20240906T152107Z
82042024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22860:20240906T152107Z
82052024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22860:20240906T152108Z
82062024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22860:20240906T152109Z
82072024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82082024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22860:20240906T152110Z
82092024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22860:20240906T152112Z
82102024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22860:20240906T152113Z
82112024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.558 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22860:20240906T152114Z
82122024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.559 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22860:20240906T152115Z
82132024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.559 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22860:20240906T152116Z
82142024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.568 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82152024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.568 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22860:20240906T152116Z
82162024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.568 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82172024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.568 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82182024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.569 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82192024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.569 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22860:20240906T152116Z
82202024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.569 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82212024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.570 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82222024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.570 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82232024-09-09T20:36:19.352Z[ host-image] Sep 09 20:36:18.571 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82242024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.581 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82252024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.582 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82262024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.582 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82272024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.582 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82282024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.583 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82292024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.583 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82302024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.614 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82312024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.615 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82322024-09-09T20:36:19.376Z[ host-image] Sep 09 20:36:18.615 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82332024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.615 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22860:20240906T152118Z
82342024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.615 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22860:20240906T152124Z
82352024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.616 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82362024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.616 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22860:20240906T152124Z
82372024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.616 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82382024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.616 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82392024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.616 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82402024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.616 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22860:20240906T152124Z
82412024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.616 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82422024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.620 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82432024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.620 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82442024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.620 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82452024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.620 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22860:20240906T152125Z
82462024-09-09T20:36:19.377Z[ host-image] Sep 09 20:36:18.621 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82472024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.633 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82482024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.633 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22860:20240906T152125Z
82492024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.635 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22860:20240906T152126Z
82502024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.635 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22860:20240906T152126Z
82512024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.635 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82522024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.636 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22860:20240906T152127Z
82532024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.636 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22860:20240906T152127Z
82542024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.636 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22860:20240906T152127Z
82552024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.636 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22860:20240906T152127Z
82562024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.639 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82572024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.640 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22860:20240906T152128Z
82582024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.640 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22860:20240906T152129Z
82592024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.640 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82602024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.641 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22860:20240906T152129Z
82612024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.641 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22860:20240906T152130Z
82622024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.641 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22860:20240906T152130Z
82632024-09-09T20:36:19.401Z[ host-image] Sep 09 20:36:18.641 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22860:20240906T152130Z
82642024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.648 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22860:20240906T152130Z
82652024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.648 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82662024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.650 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22860:20240906T152130Z
82672024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.651 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22860:20240906T152130Z
82682024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.651 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22860:20240906T152130Z
82692024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.651 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22860:20240906T152131Z
82702024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.652 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22860:20240906T152131Z
82712024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.652 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22860:20240906T152131Z
82722024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.661 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22860:20240906T152133Z
82732024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.661 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22860:20240906T152132Z
82742024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.661 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22860:20240906T152132Z
82752024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.662 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22860:20240906T152132Z
82762024-09-09T20:36:19.425Z[ host-image] Sep 09 20:36:18.662 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22860:20240906T152133Z
82772024-09-09T20:36:19.449Z[ host-image] Sep 09 20:36:18.681 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22860:20240906T152136Z
82782024-09-09T20:36:19.449Z[ host-image] Sep 09 20:36:18.681 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22860:20240906T152133Z
82792024-09-09T20:36:19.449Z[ host-image] Sep 09 20:36:18.681 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22860:20240906T152133Z
82802024-09-09T20:36:19.449Z[ host-image] Sep 09 20:36:18.681 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82812024-09-09T20:36:19.450Z[ host-image] Sep 09 20:36:18.682 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82822024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.706 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22860:20240906T152133Z
82832024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.706 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82842024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.706 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22860:20240906T152133Z
82852024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.706 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22860:20240906T152134Z
82862024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.707 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22860:20240906T152134Z
82872024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.707 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82882024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.708 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82892024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.708 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22860:20240906T152135Z
82902024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.708 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22860:20240906T152135Z
82912024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.708 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22860:20240906T152135Z
82922024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.708 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22860:20240906T152135Z
82932024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.709 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22860:20240906T152135Z
82942024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.709 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22860:20240906T152136Z
82952024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.711 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82962024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.711 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22860:20240906T152136Z
82972024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.713 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22860:20240906T152136Z
82982024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.713 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22860:20240906T152136Z
82992024-09-09T20:36:19.473Z[ host-image] Sep 09 20:36:18.713 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22860:20240906T152138Z
83002024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.713 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22860:20240906T152137Z
83012024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.713 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22860:20240906T152137Z
83022024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.713 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83032024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.714 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83042024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.714 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22860:20240906T152139Z
83052024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.714 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22860:20240906T152140Z
83062024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.714 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83072024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.714 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83082024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.714 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83092024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.715 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83102024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.715 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83112024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.715 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83122024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.717 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83132024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.717 INFO O| tempdir @ "/tmp/.tmpaHRUpe/tmp"
83142024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.717 INFO O| image root @ "/tmp/.tmpaHRUpe/tmp/root"
83152024-09-09T20:36:19.474Z[ host-image] Sep 09 20:36:18.717 INFO O| creating image...
83162024-09-09T20:36:19.996Z[ host-image] Sep 09 20:36:19.241 INFO O| copying publishers...
83172024-09-09T20:36:28.623Z[ host-image] Sep 09 20:36:27.868 INFO O| adding properties...
83182024-09-09T20:36:30.070Z[ host-image] Sep 09 20:36:29.314 INFO O| installing packages...
83192024-09-09T20:36:51.728Z[ recovery-image] Sep 09 20:36:50.973 INFO O| ok, image written!
83202024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.973 INFO O| ok, boot_image_csum file written!
83212024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.978 INFO creating boot archive (CPIO)...
83222024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.979 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
83232024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.988 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83242024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.988 INFO E| + outfile=/work/os-recovery/cpio
83252024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.988 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83262024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.991 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83272024-09-09T20:36:51.753Z[ recovery-image] Sep 09 20:36:50.991 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83282024-09-09T20:36:51.790Z[ recovery-image] Sep 09 20:36:51.034 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83292024-09-09T20:36:51.790Z[ recovery-image] Sep 09 20:36:51.034 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83302024-09-09T20:36:51.814Z[ recovery-image] Sep 09 20:36:51.044 INFO creating compressed cpio/unix for nanobl-rs...
83312024-09-09T20:36:51.814Z[ recovery-image] Sep 09 20:36:51.044 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
83322024-09-09T20:36:52.132Z[ recovery-image] Sep 09 20:36:51.377 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83332024-09-09T20:36:57.292Z[ recovery-image] Sep 09 20:36:56.537 INFO creating reset image...
83342024-09-09T20:36:57.292Z[ recovery-image] Sep 09 20:36:56.537 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83352024-09-09T20:36:57.607Z[ recovery-image] Sep 09 20:36:56.852 INFO E| Updating crates.io index
83362024-09-09T20:36:57.706Z[ recovery-image] Sep 09 20:36:56.951 INFO E| Downloading crates ...
83372024-09-09T20:36:57.763Z[ recovery-image] Sep 09 20:36:57.008 INFO E| Downloaded anstyle-query v1.1.1
83382024-09-09T20:36:57.795Z[ recovery-image] Sep 09 20:36:57.015 INFO E| Downloaded shared_child v1.0.1
83392024-09-09T20:36:57.795Z[ recovery-image] Sep 09 20:36:57.019 INFO E| Downloaded os_pipe v1.2.1
83402024-09-09T20:36:57.795Z[ recovery-image] Sep 09 20:36:57.022 INFO E| Downloaded quote v1.0.37
83412024-09-09T20:36:57.795Z[ recovery-image] Sep 09 20:36:57.025 INFO E| Downloaded clap_lex v0.7.2
83422024-09-09T20:36:57.795Z[ recovery-image] Sep 09 20:36:57.027 INFO E| Downloaded duct v0.13.7
83432024-09-09T20:36:57.795Z[ recovery-image] Sep 09 20:36:57.030 INFO E| Downloaded clap v4.5.17
83442024-09-09T20:36:57.825Z[ recovery-image] Sep 09 20:36:57.042 INFO E| Downloaded anstyle-parse v0.2.5
83452024-09-09T20:36:57.825Z[ recovery-image] Sep 09 20:36:57.044 INFO E| Downloaded clap_builder v4.5.17
83462024-09-09T20:36:57.825Z[ recovery-image] Sep 09 20:36:57.053 INFO E| Downloaded utf8parse v0.2.2
83472024-09-09T20:36:57.825Z[ recovery-image] Sep 09 20:36:57.054 INFO E| Downloaded syn v2.0.77
83482024-09-09T20:36:57.825Z[ recovery-image] Sep 09 20:36:57.066 INFO E| Downloaded is_terminal_polyfill v1.70.1
83492024-09-09T20:36:57.825Z[ recovery-image] Sep 09 20:36:57.068 INFO E| Downloaded colorchoice v1.0.2
83502024-09-09T20:36:57.825Z[ recovery-image] Sep 09 20:36:57.069 INFO E| Downloaded anstream v0.6.15
83512024-09-09T20:36:57.884Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling proc-macro2 v1.0.86
83522024-09-09T20:36:57.884Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling libc v0.2.158
83532024-09-09T20:36:57.919Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling unicode-ident v1.0.12
83542024-09-09T20:36:57.919Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling utf8parse v0.2.2
83552024-09-09T20:36:57.919Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling anstyle v1.0.8
83562024-09-09T20:36:57.919Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling is_terminal_polyfill v1.70.1
83572024-09-09T20:36:57.919Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling colorchoice v1.0.2
83582024-09-09T20:36:57.920Z[ recovery-image] Sep 09 20:36:57.129 INFO E| Compiling anstyle-query v1.1.1
83592024-09-09T20:36:58.109Z[ recovery-image] Sep 09 20:36:57.354 INFO E| Compiling anstyle-parse v0.2.5
83602024-09-09T20:36:58.109Z[ recovery-image] Sep 09 20:36:57.354 INFO E| Compiling strsim v0.11.1
83612024-09-09T20:36:58.147Z[ recovery-image] Sep 09 20:36:57.373 INFO E| Compiling clap_lex v0.7.2
83622024-09-09T20:36:58.148Z[ recovery-image] Sep 09 20:36:57.378 INFO E| Compiling heck v0.5.0
83632024-09-09T20:36:58.148Z[ recovery-image] Sep 09 20:36:57.383 INFO E| Compiling once_cell v1.19.0
83642024-09-09T20:36:58.458Z[ recovery-image] Sep 09 20:36:57.678 INFO E| Compiling anstream v0.6.15
83652024-09-09T20:36:58.840Z[ recovery-image] Sep 09 20:36:58.032 INFO E| Compiling clap_builder v4.5.17
83662024-09-09T20:36:59.208Z[ recovery-image] Sep 09 20:36:58.430 INFO E| Compiling os_pipe v1.2.1
83672024-09-09T20:36:59.208Z[ recovery-image] Sep 09 20:36:58.430 INFO E| Compiling shared_child v1.0.1
83682024-09-09T20:36:59.349Z[ recovery-image] Sep 09 20:36:58.591 INFO E| Compiling duct v0.13.7
83692024-09-09T20:37:01.600Z[ recovery-image] Sep 09 20:36:58.663 INFO E| Compiling quote v1.0.37
83702024-09-09T20:37:01.601Z[ recovery-image] Sep 09 20:36:58.975 INFO E| Compiling syn v2.0.77
83712024-09-09T20:37:04.102Z[ recovery-image] Sep 09 20:37:03.347 INFO E| Compiling clap_derive v4.5.13
83722024-09-09T20:37:06.432Z[ recovery-image] Sep 09 20:37:05.677 INFO E| Compiling clap v4.5.17
83732024-09-09T20:37:06.514Z[ recovery-image] Sep 09 20:37:05.759 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83742024-09-09T20:37:07.822Z[ recovery-image] Sep 09 20:37:07.067 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s
83752024-09-09T20:37:07.846Z[ recovery-image] Sep 09 20:37:07.078 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83762024-09-09T20:37:08.032Z[ recovery-image] Sep 09 20:37:07.277 INFO E| Updating crates.io index
83772024-09-09T20:37:08.226Z[ recovery-image] Sep 09 20:37:07.471 INFO E| Downloading crates ...
83782024-09-09T20:37:08.264Z[ recovery-image] Sep 09 20:37:07.509 INFO E| Downloaded bit_field v0.10.2
83792024-09-09T20:37:08.289Z[ recovery-image] Sep 09 20:37:07.511 INFO E| Downloaded miniz_oxide v0.7.4
83802024-09-09T20:37:08.289Z[ recovery-image] Sep 09 20:37:07.514 INFO E| Downloaded seq-macro v0.3.5
83812024-09-09T20:37:08.289Z[ recovery-image] Sep 09 20:37:07.517 INFO E| Downloaded cpio_reader v0.1.1
83822024-09-09T20:37:08.313Z[ recovery-image] Sep 09 20:37:07.536 INFO E| Downloaded x86 v0.52.0
83832024-09-09T20:37:08.351Z[ recovery-image] Sep 09 20:37:07.595 INFO E| Downloaded raw-cpuid v10.7.0
83842024-09-09T20:37:08.374Z[ recovery-image] Sep 09 20:37:07.615 INFO E| Updating crates.io index
83852024-09-09T20:37:08.410Z[ recovery-image] Sep 09 20:37:07.655 INFO E| Downloading crates ...
83862024-09-09T20:37:08.449Z[ recovery-image] Sep 09 20:37:07.694 INFO E| Downloaded compiler_builtins v0.1.123
83872024-09-09T20:37:08.540Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling compiler_builtins v0.1.123
83882024-09-09T20:37:08.540Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
83892024-09-09T20:37:08.564Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling proc-macro2 v1.0.86
83902024-09-09T20:37:08.564Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling unicode-ident v1.0.12
83912024-09-09T20:37:08.564Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling syn v1.0.109
83922024-09-09T20:37:08.564Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling x86 v0.52.0
83932024-09-09T20:37:08.564Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83942024-09-09T20:37:08.564Z[ recovery-image] Sep 09 20:37:07.785 INFO E| Compiling seq-macro v0.3.5
83952024-09-09T20:37:09.892Z[ recovery-image] Sep 09 20:37:09.137 INFO E| Compiling quote v1.0.37
83962024-09-09T20:37:10.200Z[ recovery-image] Sep 09 20:37:09.445 INFO E| Compiling syn v2.0.77
83972024-09-09T20:37:11.801Z[ host-image] Sep 09 20:37:11.046 INFO O| seeding SMF database...
83982024-09-09T20:37:13.477Z[ recovery-image] Sep 09 20:37:12.722 INFO E| Compiling scroll_derive v0.12.0
83992024-09-09T20:37:15.897Z[ recovery-image] Sep 09 20:37:15.142 INFO E| Compiling bitstruct_derive v0.1.0
84002024-09-09T20:37:20.505Z[ host-image] Sep 09 20:37:19.750 INFO O| configuring SMF profile...
84012024-09-09T20:37:20.505Z[ host-image] Sep 09 20:37:19.750 INFO O| modifying shadow(5)...
84022024-09-09T20:37:20.529Z[ host-image] Sep 09 20:37:19.750 INFO O| loading user and group database...
84032024-09-09T20:37:20.529Z[ host-image] Sep 09 20:37:19.750 INFO O| assessing packaged files...
84042024-09-09T20:37:23.470Z[ host-image] Sep 09 20:37:22.715 INFO O| creating archive...
84052024-09-09T20:37:23.511Z[ host-image] Sep 09 20:37:22.756 INFO O| missing from packaging:
84062024-09-09T20:37:23.511Z[ host-image] Sep 09 20:37:22.756 INFO O| "etc/.pwd.lock"
84072024-09-09T20:37:23.511Z[ host-image] Sep 09 20:37:22.757 INFO O| "etc/bash"
84082024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.763 INFO O| "etc/svc/profile/generic.xml"
84092024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.763 INFO O| "etc/svc/profile/inetd_services.xml"
84102024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.763 INFO O| "etc/svc/profile/name_service.xml"
84112024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.763 INFO O| "etc/svc/profile/platform.xml"
84122024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.763 INFO O| "etc/svc/profile/platform_omicron1.xml"
84132024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.763 INFO O| "etc/svc/repository.db"
84142024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.773 INFO O| "opt/ooce/share"
84152024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.774 INFO O| "opt/ooce/share/man"
84162024-09-09T20:37:23.535Z[ host-image] Sep 09 20:37:22.774 INFO O| "opt/ooce/share/man/man1"
84172024-09-09T20:37:23.559Z[ host-image] Sep 09 20:37:22.785 INFO O| finishing archive...
84182024-09-09T20:37:26.928Z[ host-image] Sep 09 20:37:26.173 INFO O| creating gzonly manifest...
84192024-09-09T20:37:26.952Z[ host-image] Sep 09 20:37:26.192 INFO O| ok
84202024-09-09T20:37:27.094Z[ host-image] Sep 09 20:37:26.340 INFO image builder template: ramdisk-02-trim...
84212024-09-09T20:37:27.118Z[ host-image] Sep 09 20:37:26.340 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/.tmpmWML9b/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
84222024-09-09T20:37:27.142Z[ host-image] Sep 09 20:37:26.374 INFO O| Sep 09 20:37:26.374 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84232024-09-09T20:37:27.142Z[ host-image] Sep 09 20:37:26.380 INFO O| Sep 09 20:37:26.380 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84242024-09-09T20:37:27.177Z[ host-image] Sep 09 20:37:26.421 INFO O| Sep 09 20:37:26.421 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84252024-09-09T20:37:27.213Z[ host-image] Sep 09 20:37:26.458 INFO O| Sep 09 20:37:26.458 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84262024-09-09T20:37:27.213Z[ host-image] Sep 09 20:37:26.458 INFO O| Sep 09 20:37:26.458 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84272024-09-09T20:37:27.236Z[ host-image] Sep 09 20:37:26.469 INFO O| Sep 09 20:37:26.468 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84282024-09-09T20:37:27.236Z[ host-image] Sep 09 20:37:26.475 INFO O| Sep 09 20:37:26.475 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84292024-09-09T20:37:27.260Z[ host-image] Sep 09 20:37:26.482 INFO O| Sep 09 20:37:26.482 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84302024-09-09T20:37:27.383Z[ host-image] Sep 09 20:37:26.629 INFO O| Sep 09 20:37:26.629 INFO rolled back to input snapshot; work may begin
84312024-09-09T20:37:27.384Z[ host-image] Sep 09 20:37:26.629 INFO O| Sep 09 20:37:26.629 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84322024-09-09T20:37:27.407Z[ host-image] Sep 09 20:37:26.640 INFO O| Sep 09 20:37:26.640 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84332024-09-09T20:37:27.430Z[ host-image] Sep 09 20:37:26.658 INFO O| Sep 09 20:37:26.658 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84342024-09-09T20:37:27.474Z[ host-image] Sep 09 20:37:26.719 INFO O| Sep 09 20:37:26.719 INFO STEP 0 (remove_files) COMPLETE
84352024-09-09T20:37:27.474Z[ host-image] Sep 09 20:37:26.719 INFO O| Sep 09 20:37:26.719 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84362024-09-09T20:37:27.497Z[ host-image] Sep 09 20:37:26.740 INFO O| Sep 09 20:37:26.739 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84372024-09-09T20:37:27.497Z[ host-image] Sep 09 20:37:26.743 INFO O| Sep 09 20:37:26.743 INFO STEP 1 (remove_files) COMPLETE
84382024-09-09T20:37:27.497Z[ host-image] Sep 09 20:37:26.743 INFO O| Sep 09 20:37:26.743 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84392024-09-09T20:37:27.521Z[ host-image] Sep 09 20:37:26.760 INFO O| Sep 09 20:37:26.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84402024-09-09T20:37:27.544Z[ host-image] Sep 09 20:37:26.778 INFO O| Sep 09 20:37:26.778 INFO STEP 2 (remove_files) COMPLETE
84412024-09-09T20:37:27.544Z[ host-image] Sep 09 20:37:26.778 INFO O| Sep 09 20:37:26.778 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-09-09T20:37:27.568Z[ host-image] Sep 09 20:37:26.792 INFO O| Sep 09 20:37:26.792 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84432024-09-09T20:37:27.568Z[ host-image] Sep 09 20:37:26.794 INFO O| Sep 09 20:37:26.794 INFO STEP 3 (remove_files) COMPLETE
84442024-09-09T20:37:27.568Z[ host-image] Sep 09 20:37:26.794 INFO O| Sep 09 20:37:26.794 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-09-09T20:37:27.568Z[ host-image] Sep 09 20:37:26.807 INFO O| Sep 09 20:37:26.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84462024-09-09T20:37:27.568Z[ host-image] Sep 09 20:37:26.813 INFO O| Sep 09 20:37:26.813 INFO STEP 4 (remove_files) COMPLETE
84472024-09-09T20:37:27.568Z[ host-image] Sep 09 20:37:26.813 INFO O| Sep 09 20:37:26.813 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-09-09T20:37:27.591Z[ host-image] Sep 09 20:37:26.829 INFO O| Sep 09 20:37:26.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84492024-09-09T20:37:27.591Z[ host-image] Sep 09 20:37:26.832 INFO O| Sep 09 20:37:26.832 INFO STEP 5 (remove_files) COMPLETE
84502024-09-09T20:37:27.591Z[ host-image] Sep 09 20:37:26.832 INFO O| Sep 09 20:37:26.832 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-09-09T20:37:27.615Z[ host-image] Sep 09 20:37:26.852 INFO O| Sep 09 20:37:26.852 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84522024-09-09T20:37:27.638Z[ host-image] Sep 09 20:37:26.868 INFO O| Sep 09 20:37:26.868 INFO STEP 6 (remove_files) COMPLETE
84532024-09-09T20:37:27.638Z[ host-image] Sep 09 20:37:26.868 INFO O| Sep 09 20:37:26.868 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-09-09T20:37:27.662Z[ host-image] Sep 09 20:37:26.884 INFO O| Sep 09 20:37:26.884 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84552024-09-09T20:37:27.662Z[ host-image] Sep 09 20:37:26.902 INFO O| Sep 09 20:37:26.902 INFO STEP 7 (remove_files) COMPLETE
84562024-09-09T20:37:27.662Z[ host-image] Sep 09 20:37:26.903 INFO O| Sep 09 20:37:26.902 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-09-09T20:37:27.686Z[ host-image] Sep 09 20:37:26.919 INFO O| Sep 09 20:37:26.919 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84582024-09-09T20:37:27.770Z[ host-image] Sep 09 20:37:27.015 INFO O| Sep 09 20:37:27.015 INFO STEP 8 (remove_files) COMPLETE
84592024-09-09T20:37:27.770Z[ host-image] Sep 09 20:37:27.015 INFO O| Sep 09 20:37:27.015 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-09-09T20:37:27.793Z[ host-image] Sep 09 20:37:27.032 INFO O| Sep 09 20:37:27.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84612024-09-09T20:37:27.925Z[ host-image] Sep 09 20:37:27.170 INFO O| Sep 09 20:37:27.170 INFO STEP 9 (remove_files) COMPLETE
84622024-09-09T20:37:27.925Z[ host-image] Sep 09 20:37:27.170 INFO O| Sep 09 20:37:27.170 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-09-09T20:37:27.950Z[ host-image] Sep 09 20:37:27.192 INFO O| Sep 09 20:37:27.191 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84642024-09-09T20:37:27.973Z[ host-image] Sep 09 20:37:27.197 INFO O| Sep 09 20:37:27.197 INFO STEP 10 (remove_files) COMPLETE
84652024-09-09T20:37:27.973Z[ host-image] Sep 09 20:37:27.197 INFO O| Sep 09 20:37:27.197 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-09-09T20:37:27.973Z[ host-image] Sep 09 20:37:27.215 INFO O| Sep 09 20:37:27.215 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84672024-09-09T20:37:27.973Z[ host-image] Sep 09 20:37:27.216 INFO O| Sep 09 20:37:27.216 INFO STEP 11 (remove_files) COMPLETE
84682024-09-09T20:37:27.974Z[ host-image] Sep 09 20:37:27.216 INFO O| Sep 09 20:37:27.216 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-09-09T20:37:27.997Z[ host-image] Sep 09 20:37:27.232 INFO O| Sep 09 20:37:27.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84702024-09-09T20:37:27.997Z[ host-image] Sep 09 20:37:27.235 INFO O| Sep 09 20:37:27.234 INFO STEP 12 (remove_files) COMPLETE
84712024-09-09T20:37:27.997Z[ host-image] Sep 09 20:37:27.235 INFO O| Sep 09 20:37:27.234 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-09-09T20:37:28.020Z[ host-image] Sep 09 20:37:27.258 INFO O| Sep 09 20:37:27.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84732024-09-09T20:37:28.020Z[ host-image] Sep 09 20:37:27.259 INFO O| Sep 09 20:37:27.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84742024-09-09T20:37:28.020Z[ host-image] Sep 09 20:37:27.259 INFO O| Sep 09 20:37:27.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84752024-09-09T20:37:28.020Z[ host-image] Sep 09 20:37:27.259 INFO O| Sep 09 20:37:27.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84762024-09-09T20:37:28.020Z[ host-image] Sep 09 20:37:27.259 INFO O| Sep 09 20:37:27.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84772024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.260 INFO O| Sep 09 20:37:27.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84782024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.260 INFO O| Sep 09 20:37:27.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84792024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.260 INFO O| Sep 09 20:37:27.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84802024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.260 INFO O| Sep 09 20:37:27.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84812024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.261 INFO O| Sep 09 20:37:27.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84822024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.261 INFO O| Sep 09 20:37:27.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84832024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.261 INFO O| Sep 09 20:37:27.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84842024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.261 INFO O| Sep 09 20:37:27.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84852024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.261 INFO O| Sep 09 20:37:27.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84862024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.261 INFO O| Sep 09 20:37:27.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84872024-09-09T20:37:28.021Z[ host-image] Sep 09 20:37:27.262 INFO O| Sep 09 20:37:27.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84882024-09-09T20:37:28.045Z[ host-image] Sep 09 20:37:27.279 INFO O| Sep 09 20:37:27.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84892024-09-09T20:37:28.296Z[ host-image] Sep 09 20:37:27.542 INFO O| Sep 09 20:37:27.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84902024-09-09T20:37:28.320Z[ host-image] Sep 09 20:37:27.546 INFO O| Sep 09 20:37:27.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84912024-09-09T20:37:28.320Z[ host-image] Sep 09 20:37:27.548 INFO O| Sep 09 20:37:27.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84922024-09-09T20:37:28.320Z[ host-image] Sep 09 20:37:27.556 INFO O| Sep 09 20:37:27.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84932024-09-09T20:37:28.515Z[ host-image] Sep 09 20:37:27.760 INFO O| Sep 09 20:37:27.759 INFO STEP 13 (remove_files) COMPLETE
84942024-09-09T20:37:28.538Z[ host-image] Sep 09 20:37:27.760 INFO O| Sep 09 20:37:27.760 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-09T20:37:28.538Z[ host-image] Sep 09 20:37:27.783 INFO O| Sep 09 20:37:27.783 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84962024-09-09T20:37:28.562Z[ host-image] Sep 09 20:37:27.786 INFO O| Sep 09 20:37:27.786 INFO STEP 14 (remove_files) COMPLETE
84972024-09-09T20:37:28.562Z[ host-image] Sep 09 20:37:27.786 INFO O| Sep 09 20:37:27.786 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-09T20:37:28.562Z[ host-image] Sep 09 20:37:27.805 INFO O| Sep 09 20:37:27.805 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84992024-09-09T20:37:28.585Z[ host-image] Sep 09 20:37:27.815 INFO O| Sep 09 20:37:27.815 INFO STEP 15 (remove_files) COMPLETE
85002024-09-09T20:37:28.586Z[ host-image] Sep 09 20:37:27.815 INFO O| Sep 09 20:37:27.815 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-09T20:37:28.609Z[ host-image] Sep 09 20:37:27.831 INFO O| Sep 09 20:37:27.831 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85022024-09-09T20:37:28.609Z[ host-image] Sep 09 20:37:27.832 INFO O| Sep 09 20:37:27.832 INFO STEP 16 (remove_files) COMPLETE
85032024-09-09T20:37:28.609Z[ host-image] Sep 09 20:37:27.832 INFO O| Sep 09 20:37:27.832 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-09T20:37:28.609Z[ host-image] Sep 09 20:37:27.848 INFO O| Sep 09 20:37:27.847 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85052024-09-09T20:37:28.609Z[ host-image] Sep 09 20:37:27.851 INFO O| Sep 09 20:37:27.851 INFO STEP 17 (remove_files) COMPLETE
85062024-09-09T20:37:28.609Z[ host-image] Sep 09 20:37:27.851 INFO O| Sep 09 20:37:27.851 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-09T20:37:28.633Z[ host-image] Sep 09 20:37:27.866 INFO O| Sep 09 20:37:27.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85082024-09-09T20:37:28.633Z[ host-image] Sep 09 20:37:27.866 INFO O| Sep 09 20:37:27.866 INFO STEP 18 (remove_files) COMPLETE
85092024-09-09T20:37:28.633Z[ host-image] Sep 09 20:37:27.866 INFO O| Sep 09 20:37:27.866 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-09-09T20:37:28.657Z[ host-image] Sep 09 20:37:27.881 INFO O| Sep 09 20:37:27.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85112024-09-09T20:37:28.657Z[ host-image] Sep 09 20:37:27.881 INFO O| Sep 09 20:37:27.881 INFO STEP 19 (remove_files) COMPLETE
85122024-09-09T20:37:28.657Z[ host-image] Sep 09 20:37:27.881 INFO O| Sep 09 20:37:27.881 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-09-09T20:37:28.657Z[ host-image] Sep 09 20:37:27.894 INFO O| Sep 09 20:37:27.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85142024-09-09T20:37:28.657Z[ host-image] Sep 09 20:37:27.894 INFO O| Sep 09 20:37:27.894 INFO STEP 20 (remove_files) COMPLETE
85152024-09-09T20:37:28.657Z[ host-image] Sep 09 20:37:27.895 INFO O| Sep 09 20:37:27.894 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-09-09T20:37:28.680Z[ host-image] Sep 09 20:37:27.916 INFO O| Sep 09 20:37:27.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85172024-09-09T20:37:28.680Z[ host-image] Sep 09 20:37:27.917 INFO O| Sep 09 20:37:27.916 INFO STEP 21 (remove_files) COMPLETE
85182024-09-09T20:37:28.680Z[ host-image] Sep 09 20:37:27.917 INFO O| Sep 09 20:37:27.916 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-09-09T20:37:28.703Z[ host-image] Sep 09 20:37:27.935 INFO O| Sep 09 20:37:27.935 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85202024-09-09T20:37:28.703Z[ host-image] Sep 09 20:37:27.935 INFO O| Sep 09 20:37:27.935 INFO STEP 22 (remove_files) COMPLETE
85212024-09-09T20:37:28.703Z[ host-image] Sep 09 20:37:27.935 INFO O| Sep 09 20:37:27.935 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-09-09T20:37:28.727Z[ host-image] Sep 09 20:37:27.955 INFO O| Sep 09 20:37:27.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85232024-09-09T20:37:28.727Z[ host-image] Sep 09 20:37:27.955 INFO O| Sep 09 20:37:27.955 INFO STEP 23 (remove_files) COMPLETE
85242024-09-09T20:37:28.727Z[ host-image] Sep 09 20:37:27.956 INFO O| Sep 09 20:37:27.955 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-09-09T20:37:28.751Z[ host-image] Sep 09 20:37:27.973 INFO O| Sep 09 20:37:27.973 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85262024-09-09T20:37:28.751Z[ host-image] Sep 09 20:37:27.973 INFO O| Sep 09 20:37:27.973 INFO STEP 24 (remove_files) COMPLETE
85272024-09-09T20:37:28.751Z[ host-image] Sep 09 20:37:27.973 INFO O| Sep 09 20:37:27.973 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-09-09T20:37:28.751Z[ host-image] Sep 09 20:37:27.987 INFO O| Sep 09 20:37:27.987 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85292024-09-09T20:37:28.751Z[ host-image] Sep 09 20:37:27.987 INFO O| Sep 09 20:37:27.987 INFO STEP 25 (remove_files) COMPLETE
85302024-09-09T20:37:28.751Z[ host-image] Sep 09 20:37:27.987 INFO O| Sep 09 20:37:27.987 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-09-09T20:37:28.774Z[ host-image] Sep 09 20:37:28.013 INFO O| Sep 09 20:37:28.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85322024-09-09T20:37:28.774Z[ host-image] Sep 09 20:37:28.013 INFO O| Sep 09 20:37:28.013 INFO STEP 26 (remove_files) COMPLETE
85332024-09-09T20:37:28.774Z[ host-image] Sep 09 20:37:28.013 INFO O| Sep 09 20:37:28.013 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-09-09T20:37:28.798Z[ host-image] Sep 09 20:37:28.029 INFO O| Sep 09 20:37:28.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85352024-09-09T20:37:28.798Z[ host-image] Sep 09 20:37:28.029 INFO O| Sep 09 20:37:28.029 INFO STEP 27 (remove_files) COMPLETE
85362024-09-09T20:37:28.798Z[ host-image] Sep 09 20:37:28.029 INFO O| Sep 09 20:37:28.029 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-09-09T20:37:28.822Z[ host-image] Sep 09 20:37:28.051 INFO O| Sep 09 20:37:28.051 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85382024-09-09T20:37:28.822Z[ host-image] Sep 09 20:37:28.051 INFO O| Sep 09 20:37:28.051 INFO STEP 28 (remove_files) COMPLETE
85392024-09-09T20:37:28.822Z[ host-image] Sep 09 20:37:28.052 INFO O| Sep 09 20:37:28.051 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-09-09T20:37:28.845Z[ host-image] Sep 09 20:37:28.070 INFO O| Sep 09 20:37:28.069 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85412024-09-09T20:37:28.845Z[ host-image] Sep 09 20:37:28.070 INFO O| Sep 09 20:37:28.070 INFO STEP 29 (remove_files) COMPLETE
85422024-09-09T20:37:28.845Z[ host-image] Sep 09 20:37:28.070 INFO O| Sep 09 20:37:28.070 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-09-09T20:37:28.845Z[ host-image] Sep 09 20:37:28.087 INFO O| Sep 09 20:37:28.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85442024-09-09T20:37:28.845Z[ host-image] Sep 09 20:37:28.087 INFO O| Sep 09 20:37:28.087 INFO STEP 30 (remove_files) COMPLETE
85452024-09-09T20:37:28.845Z[ host-image] Sep 09 20:37:28.087 INFO O| Sep 09 20:37:28.087 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-09-09T20:37:28.869Z[ host-image] Sep 09 20:37:28.101 INFO O| Sep 09 20:37:28.101 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85472024-09-09T20:37:28.869Z[ host-image] Sep 09 20:37:28.101 INFO O| Sep 09 20:37:28.101 INFO STEP 31 (remove_files) COMPLETE
85482024-09-09T20:37:28.869Z[ host-image] Sep 09 20:37:28.101 INFO O| Sep 09 20:37:28.101 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85492024-09-09T20:37:28.893Z[ host-image] Sep 09 20:37:28.115 INFO O| Sep 09 20:37:28.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85502024-09-09T20:37:28.893Z[ host-image] Sep 09 20:37:28.115 INFO O| Sep 09 20:37:28.115 INFO STEP 32 (remove_files) COMPLETE
85512024-09-09T20:37:28.893Z[ host-image] Sep 09 20:37:28.115 INFO O| Sep 09 20:37:28.115 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-09-09T20:37:28.893Z[ host-image] Sep 09 20:37:28.128 INFO O| Sep 09 20:37:28.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85532024-09-09T20:37:28.893Z[ host-image] Sep 09 20:37:28.128 INFO O| Sep 09 20:37:28.128 INFO STEP 33 (remove_files) COMPLETE
85542024-09-09T20:37:28.893Z[ host-image] Sep 09 20:37:28.128 INFO O| Sep 09 20:37:28.128 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-09-09T20:37:28.917Z[ host-image] Sep 09 20:37:28.141 INFO O| Sep 09 20:37:28.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85562024-09-09T20:37:28.917Z[ host-image] Sep 09 20:37:28.141 INFO O| Sep 09 20:37:28.141 INFO STEP 34 (remove_files) COMPLETE
85572024-09-09T20:37:28.917Z[ host-image] Sep 09 20:37:28.141 INFO O| Sep 09 20:37:28.141 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-09T20:37:28.917Z[ host-image] Sep 09 20:37:28.155 INFO O| Sep 09 20:37:28.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85592024-09-09T20:37:28.917Z[ host-image] Sep 09 20:37:28.155 INFO O| Sep 09 20:37:28.155 INFO STEP 35 (remove_files) COMPLETE
85602024-09-09T20:37:28.917Z[ host-image] Sep 09 20:37:28.156 INFO O| Sep 09 20:37:28.155 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-09-09T20:37:28.941Z[ host-image] Sep 09 20:37:28.169 INFO O| Sep 09 20:37:28.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85622024-09-09T20:37:28.941Z[ host-image] Sep 09 20:37:28.170 INFO O| Sep 09 20:37:28.169 INFO STEP 36 (remove_files) COMPLETE
85632024-09-09T20:37:28.941Z[ host-image] Sep 09 20:37:28.170 INFO O| Sep 09 20:37:28.170 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-09-09T20:37:28.941Z[ host-image] Sep 09 20:37:28.184 INFO O| Sep 09 20:37:28.184 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85652024-09-09T20:37:28.941Z[ host-image] Sep 09 20:37:28.184 INFO O| Sep 09 20:37:28.184 INFO STEP 37 (remove_files) COMPLETE
85662024-09-09T20:37:28.941Z[ host-image] Sep 09 20:37:28.184 INFO O| Sep 09 20:37:28.184 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-09-09T20:37:28.965Z[ host-image] Sep 09 20:37:28.198 INFO O| Sep 09 20:37:28.198 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85682024-09-09T20:37:28.965Z[ host-image] Sep 09 20:37:28.198 INFO O| Sep 09 20:37:28.198 INFO STEP 38 (remove_files) COMPLETE
85692024-09-09T20:37:28.965Z[ host-image] Sep 09 20:37:28.198 INFO O| Sep 09 20:37:28.198 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-09-09T20:37:28.988Z[ host-image] Sep 09 20:37:28.212 INFO O| Sep 09 20:37:28.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85712024-09-09T20:37:28.988Z[ host-image] Sep 09 20:37:28.212 INFO O| Sep 09 20:37:28.212 INFO STEP 39 (remove_files) COMPLETE
85722024-09-09T20:37:28.988Z[ host-image] Sep 09 20:37:28.212 INFO O| Sep 09 20:37:28.212 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-09-09T20:37:28.988Z[ host-image] Sep 09 20:37:28.227 INFO O| Sep 09 20:37:28.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85742024-09-09T20:37:28.988Z[ host-image] Sep 09 20:37:28.227 INFO O| Sep 09 20:37:28.227 INFO STEP 40 (remove_files) COMPLETE
85752024-09-09T20:37:28.988Z[ host-image] Sep 09 20:37:28.227 INFO O| Sep 09 20:37:28.227 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-09-09T20:37:29.011Z[ host-image] Sep 09 20:37:28.245 INFO O| Sep 09 20:37:28.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85772024-09-09T20:37:29.011Z[ host-image] Sep 09 20:37:28.245 INFO O| Sep 09 20:37:28.245 INFO STEP 41 (remove_files) COMPLETE
85782024-09-09T20:37:29.011Z[ host-image] Sep 09 20:37:28.245 INFO O| Sep 09 20:37:28.245 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-09-09T20:37:29.035Z[ host-image] Sep 09 20:37:28.260 INFO O| Sep 09 20:37:28.260 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85802024-09-09T20:37:29.035Z[ host-image] Sep 09 20:37:28.261 INFO O| Sep 09 20:37:28.261 INFO STEP 42 (remove_files) COMPLETE
85812024-09-09T20:37:29.035Z[ host-image] Sep 09 20:37:28.261 INFO O| Sep 09 20:37:28.261 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-09-09T20:37:29.035Z[ host-image] Sep 09 20:37:28.276 INFO O| Sep 09 20:37:28.275 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85832024-09-09T20:37:29.035Z[ host-image] Sep 09 20:37:28.276 INFO O| Sep 09 20:37:28.276 INFO STEP 43 (remove_files) COMPLETE
85842024-09-09T20:37:29.035Z[ host-image] Sep 09 20:37:28.276 INFO O| Sep 09 20:37:28.276 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-09-09T20:37:29.059Z[ host-image] Sep 09 20:37:28.290 INFO O| Sep 09 20:37:28.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85862024-09-09T20:37:29.059Z[ host-image] Sep 09 20:37:28.290 INFO O| Sep 09 20:37:28.290 INFO STEP 44 (remove_files) COMPLETE
85872024-09-09T20:37:29.059Z[ host-image] Sep 09 20:37:28.290 INFO O| Sep 09 20:37:28.290 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-09-09T20:37:29.082Z[ host-image] Sep 09 20:37:28.305 INFO O| Sep 09 20:37:28.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85892024-09-09T20:37:29.082Z[ host-image] Sep 09 20:37:28.305 INFO O| Sep 09 20:37:28.305 INFO STEP 45 (remove_files) COMPLETE
85902024-09-09T20:37:29.082Z[ host-image] Sep 09 20:37:28.305 INFO O| Sep 09 20:37:28.305 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-09-09T20:37:29.082Z[ host-image] Sep 09 20:37:28.319 INFO O| Sep 09 20:37:28.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85922024-09-09T20:37:29.082Z[ host-image] Sep 09 20:37:28.319 INFO O| Sep 09 20:37:28.319 INFO STEP 46 (remove_files) COMPLETE
85932024-09-09T20:37:29.082Z[ host-image] Sep 09 20:37:28.319 INFO O| Sep 09 20:37:28.319 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-09-09T20:37:29.106Z[ host-image] Sep 09 20:37:28.340 INFO O| Sep 09 20:37:28.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85952024-09-09T20:37:29.106Z[ host-image] Sep 09 20:37:28.340 INFO O| Sep 09 20:37:28.340 INFO STEP 47 (remove_files) COMPLETE
85962024-09-09T20:37:29.106Z[ host-image] Sep 09 20:37:28.340 INFO O| Sep 09 20:37:28.340 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-09-09T20:37:29.129Z[ host-image] Sep 09 20:37:28.362 INFO O| Sep 09 20:37:28.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85982024-09-09T20:37:29.129Z[ host-image] Sep 09 20:37:28.363 INFO O| Sep 09 20:37:28.362 INFO STEP 48 (remove_files) COMPLETE
85992024-09-09T20:37:29.129Z[ host-image] Sep 09 20:37:28.363 INFO O| Sep 09 20:37:28.363 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-09-09T20:37:29.153Z[ host-image] Sep 09 20:37:28.379 INFO O| Sep 09 20:37:28.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86012024-09-09T20:37:29.153Z[ host-image] Sep 09 20:37:28.379 INFO O| Sep 09 20:37:28.379 INFO STEP 49 (remove_files) COMPLETE
86022024-09-09T20:37:29.153Z[ host-image] Sep 09 20:37:28.379 INFO O| Sep 09 20:37:28.379 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-09-09T20:37:29.153Z[ host-image] Sep 09 20:37:28.393 INFO O| Sep 09 20:37:28.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86042024-09-09T20:37:29.153Z[ host-image] Sep 09 20:37:28.393 INFO O| Sep 09 20:37:28.393 INFO STEP 50 (remove_files) COMPLETE
86052024-09-09T20:37:29.153Z[ host-image] Sep 09 20:37:28.393 INFO O| Sep 09 20:37:28.393 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-09-09T20:37:29.177Z[ host-image] Sep 09 20:37:28.407 INFO O| Sep 09 20:37:28.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86072024-09-09T20:37:29.177Z[ host-image] Sep 09 20:37:28.408 INFO O| Sep 09 20:37:28.408 INFO STEP 51 (remove_files) COMPLETE
86082024-09-09T20:37:29.177Z[ host-image] Sep 09 20:37:28.408 INFO O| Sep 09 20:37:28.408 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.432 INFO O| Sep 09 20:37:28.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86102024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.432 INFO O| Sep 09 20:37:28.432 INFO STEP 52 (remove_files) COMPLETE
86112024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.432 INFO O| Sep 09 20:37:28.432 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.450 INFO O| Sep 09 20:37:28.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86132024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.450 INFO O| Sep 09 20:37:28.450 INFO STEP 53 (remove_files) COMPLETE
86142024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.450 INFO O| Sep 09 20:37:28.450 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.466 INFO O| Sep 09 20:37:28.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86162024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.466 INFO O| Sep 09 20:37:28.466 INFO STEP 54 (remove_files) COMPLETE
86172024-09-09T20:37:29.224Z[ host-image] Sep 09 20:37:28.466 INFO O| Sep 09 20:37:28.466 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-09-09T20:37:29.248Z[ host-image] Sep 09 20:37:28.487 INFO O| Sep 09 20:37:28.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86192024-09-09T20:37:29.248Z[ host-image] Sep 09 20:37:28.487 INFO O| Sep 09 20:37:28.487 INFO STEP 55 (remove_files) COMPLETE
86202024-09-09T20:37:29.248Z[ host-image] Sep 09 20:37:28.487 INFO O| Sep 09 20:37:28.487 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-09-09T20:37:29.271Z[ host-image] Sep 09 20:37:28.505 INFO O| Sep 09 20:37:28.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86222024-09-09T20:37:29.271Z[ host-image] Sep 09 20:37:28.505 INFO O| Sep 09 20:37:28.505 INFO STEP 56 (remove_files) COMPLETE
86232024-09-09T20:37:29.271Z[ host-image] Sep 09 20:37:28.505 INFO O| Sep 09 20:37:28.505 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.521 INFO O| Sep 09 20:37:28.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86252024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.521 INFO O| Sep 09 20:37:28.521 INFO STEP 57 (remove_files) COMPLETE
86262024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.521 INFO O| Sep 09 20:37:28.521 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.535 INFO O| Sep 09 20:37:28.535 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86282024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.535 INFO O| Sep 09 20:37:28.535 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86292024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.535 INFO O| Sep 09 20:37:28.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86302024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.536 INFO O| Sep 09 20:37:28.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86312024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.536 INFO O| Sep 09 20:37:28.535 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86322024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.536 INFO O| Sep 09 20:37:28.536 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86332024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.536 INFO O| Sep 09 20:37:28.536 INFO ok!
86342024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.536 INFO O| Sep 09 20:37:28.536 INFO STEP 58 (ensure_file) COMPLETE
86352024-09-09T20:37:29.296Z[ host-image] Sep 09 20:37:28.536 INFO O| Sep 09 20:37:28.536 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.555 INFO O| Sep 09 20:37:28.555 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86372024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.555 INFO O| Sep 09 20:37:28.555 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86382024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.555 INFO O| Sep 09 20:37:28.555 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86392024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.555 INFO O| Sep 09 20:37:28.555 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86402024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.555 INFO O| Sep 09 20:37:28.555 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86412024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.555 INFO O| Sep 09 20:37:28.555 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86422024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.555 INFO O| Sep 09 20:37:28.555 INFO ok!
86432024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.556 INFO O| Sep 09 20:37:28.555 INFO STEP 59 (ensure_file) COMPLETE
86442024-09-09T20:37:29.320Z[ host-image] Sep 09 20:37:28.556 INFO O| Sep 09 20:37:28.555 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-09-09T20:37:29.344Z[ host-image] Sep 09 20:37:28.575 INFO O| Sep 09 20:37:28.575 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86462024-09-09T20:37:29.344Z[ host-image] Sep 09 20:37:28.575 INFO O| Sep 09 20:37:28.575 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86472024-09-09T20:37:29.344Z[ host-image] Sep 09 20:37:28.575 INFO O| Sep 09 20:37:28.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86482024-09-09T20:37:29.344Z[ host-image] Sep 09 20:37:28.575 INFO O| Sep 09 20:37:28.575 INFO ok!
86492024-09-09T20:37:29.344Z[ host-image] Sep 09 20:37:28.575 INFO O| Sep 09 20:37:28.575 INFO STEP 60 (ensure_file) COMPLETE
86502024-09-09T20:37:29.344Z[ host-image] Sep 09 20:37:28.575 INFO O| Sep 09 20:37:28.575 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.596 INFO O| Sep 09 20:37:28.595 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86522024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.596 INFO O| Sep 09 20:37:28.596 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86532024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.596 INFO O| Sep 09 20:37:28.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86542024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.596 INFO O| Sep 09 20:37:28.596 INFO ok!
86552024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.596 INFO O| Sep 09 20:37:28.596 INFO STEP 61 (ensure_file) COMPLETE
86562024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.596 INFO O| Sep 09 20:37:28.596 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.612 INFO O| Sep 09 20:37:28.612 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86582024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.612 INFO O| Sep 09 20:37:28.612 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86592024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.612 INFO O| Sep 09 20:37:28.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86602024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.612 INFO O| Sep 09 20:37:28.612 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86612024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.613 INFO O| Sep 09 20:37:28.612 INFO ok!
86622024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.613 INFO O| Sep 09 20:37:28.612 INFO STEP 62 (ensure_file) COMPLETE
86632024-09-09T20:37:29.368Z[ host-image] Sep 09 20:37:28.613 INFO O| Sep 09 20:37:28.613 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-09-09T20:37:29.393Z[ host-image] Sep 09 20:37:28.627 INFO O| Sep 09 20:37:28.627 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86652024-09-09T20:37:29.393Z[ host-image] Sep 09 20:37:28.628 INFO O| Sep 09 20:37:28.627 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86662024-09-09T20:37:29.393Z[ host-image] Sep 09 20:37:28.628 INFO O| Sep 09 20:37:28.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86672024-09-09T20:37:29.393Z[ host-image] Sep 09 20:37:28.628 INFO O| Sep 09 20:37:28.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86682024-09-09T20:37:29.393Z[ host-image] Sep 09 20:37:28.628 INFO O| Sep 09 20:37:28.628 INFO ok!
86692024-09-09T20:37:29.393Z[ host-image] Sep 09 20:37:28.628 INFO O| Sep 09 20:37:28.628 INFO STEP 63 (ensure_file) COMPLETE
86702024-09-09T20:37:29.393Z[ host-image] Sep 09 20:37:28.628 INFO O| Sep 09 20:37:28.628 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.642 INFO O| Sep 09 20:37:28.642 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86722024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.642 INFO O| Sep 09 20:37:28.642 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86732024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.642 INFO O| Sep 09 20:37:28.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86742024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.642 INFO O| Sep 09 20:37:28.642 INFO ok!
86752024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.642 INFO O| Sep 09 20:37:28.642 INFO STEP 64 (assemble_files) COMPLETE
86762024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.642 INFO O| Sep 09 20:37:28.642 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.656 INFO O| Sep 09 20:37:28.655 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86782024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.656 INFO O| Sep 09 20:37:28.656 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86792024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.656 INFO O| Sep 09 20:37:28.656 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86802024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.656 INFO O| Sep 09 20:37:28.656 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86812024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.656 INFO O| Sep 09 20:37:28.656 INFO ok!
86822024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.656 INFO O| Sep 09 20:37:28.656 INFO STEP 65 (ensure_file) COMPLETE
86832024-09-09T20:37:29.417Z[ host-image] Sep 09 20:37:28.656 INFO O| Sep 09 20:37:28.656 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-09-09T20:37:29.441Z[ host-image] Sep 09 20:37:28.669 INFO O| Sep 09 20:37:28.669 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86852024-09-09T20:37:29.441Z[ host-image] Sep 09 20:37:28.669 INFO O| Sep 09 20:37:28.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86862024-09-09T20:37:29.441Z[ host-image] Sep 09 20:37:28.669 INFO O| Sep 09 20:37:28.669 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86872024-09-09T20:37:29.441Z[ host-image] Sep 09 20:37:28.669 INFO O| Sep 09 20:37:28.669 INFO STEP 66 (ensure_dir) COMPLETE
86882024-09-09T20:37:29.441Z[ host-image] Sep 09 20:37:28.669 INFO O| Sep 09 20:37:28.669 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-09-09T20:37:29.441Z[ host-image] Sep 09 20:37:28.683 INFO O| Sep 09 20:37:28.682 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86902024-09-09T20:37:29.441Z[ host-image] Sep 09 20:37:28.683 INFO O| Sep 09 20:37:28.682 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 ...
86912024-09-09T20:37:29.469Z[ host-image] Sep 09 20:37:28.691 INFO O| Sep 09 20:37:28.691 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
86922024-09-09T20:37:29.469Z[ host-image] Sep 09 20:37:28.691 INFO O| Sep 09 20:37:28.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86932024-09-09T20:37:29.469Z[ host-image] Sep 09 20:37:28.691 INFO O| Sep 09 20:37:28.691 INFO ok!
86942024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.691 INFO O| Sep 09 20:37:28.691 INFO STEP 67 (ensure_file) COMPLETE
86952024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.691 INFO O| Sep 09 20:37:28.691 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.711 INFO O| Sep 09 20:37:28.711 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86972024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.711 INFO O| Sep 09 20:37:28.711 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 ...
86982024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.711 INFO O| Sep 09 20:37:28.711 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
86992024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.711 INFO O| Sep 09 20:37:28.711 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87002024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.711 INFO O| Sep 09 20:37:28.711 INFO ok!
87012024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.711 INFO O| Sep 09 20:37:28.711 INFO STEP 68 (ensure_file) COMPLETE
87022024-09-09T20:37:29.470Z[ host-image] Sep 09 20:37:28.711 INFO O| Sep 09 20:37:28.711 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032024-09-09T20:37:29.493Z[ host-image] Sep 09 20:37:28.734 INFO O| Sep 09 20:37:28.734 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87042024-09-09T20:37:29.493Z[ host-image] Sep 09 20:37:28.734 INFO O| Sep 09 20:37:28.734 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87052024-09-09T20:37:32.215Z[ host-image] Sep 09 20:37:31.460 INFO O| Sep 09 20:37:31.460 INFO STEP 69 (pack_tar) COMPLETE
87062024-09-09T20:37:32.215Z[ host-image] Sep 09 20:37:31.460 INFO O| Sep 09 20:37:31.460 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87072024-09-09T20:37:32.239Z[ host-image] Sep 09 20:37:31.460 INFO O| Sep 09 20:37:31.460 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87082024-09-09T20:37:32.353Z[ host-image] Sep 09 20:37:31.599 INFO O| Sep 09 20:37:31.599 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87092024-09-09T20:37:32.404Z[ host-image] Sep 09 20:37:31.650 INFO O| Sep 09 20:37:31.649 INFO completed processing gimlet/ramdisk-02-trim
87102024-09-09T20:37:32.428Z[ host-image] Sep 09 20:37:31.653 INFO image builder template: zfs...
87112024-09-09T20:37:32.428Z[ host-image] Sep 09 20:37:31.653 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/.tmpmWML9b/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
87122024-09-09T20:37:32.428Z[ host-image] Sep 09 20:37:31.673 INFO O| Sep 09 20:37:31.672 INFO skip include "stress" because feature "stress" is not enabled
87132024-09-09T20:37:32.474Z[ host-image] Sep 09 20:37:31.719 INFO O| Sep 09 20:37:31.719 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87142024-09-09T20:37:32.497Z[ host-image] Sep 09 20:37:31.729 INFO O| Sep 09 20:37:31.729 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87152024-09-09T20:37:32.520Z[ host-image] Sep 09 20:37:31.765 INFO O| Sep 09 20:37:31.765 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87162024-09-09T20:37:32.556Z[ host-image] Sep 09 20:37:31.801 INFO O| Sep 09 20:37:31.801 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87172024-09-09T20:37:32.556Z[ host-image] Sep 09 20:37:31.801 INFO O| Sep 09 20:37:31.801 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87182024-09-09T20:37:32.579Z[ host-image] Sep 09 20:37:31.809 INFO O| Sep 09 20:37:31.809 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87192024-09-09T20:37:32.603Z[ host-image] Sep 09 20:37:31.844 INFO O| Sep 09 20:37:31.843 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87202024-09-09T20:37:32.626Z[ host-image] Sep 09 20:37:31.869 INFO O| Sep 09 20:37:31.868 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87212024-09-09T20:37:32.650Z[ host-image] Sep 09 20:37:31.883 INFO O| Sep 09 20:37:31.883 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87222024-09-09T20:37:32.650Z[ host-image] Sep 09 20:37:31.891 INFO O| Sep 09 20:37:31.891 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87232024-09-09T20:37:32.650Z[ host-image] Sep 09 20:37:31.891 INFO O| Sep 09 20:37:31.891 INFO no lofi found
87242024-09-09T20:37:32.650Z[ host-image] Sep 09 20:37:31.891 INFO O| Sep 09 20:37:31.891 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87252024-09-09T20:37:32.650Z[ host-image] Sep 09 20:37:31.891 INFO O| Sep 09 20:37:31.891 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87262024-09-09T20:37:32.877Z[ recovery-image] Sep 09 20:37:32.123 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87272024-09-09T20:37:34.612Z[ recovery-image] Sep 09 20:37:33.858 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87282024-09-09T20:37:34.767Z[ host-image] Sep 09 20:37:34.012 INFO O| Sep 09 20:37:34.012 INFO lofi device = /dev/dsk/c3t1d0p0
87292024-09-09T20:37:34.767Z[ host-image] Sep 09 20:37:34.012 INFO O| Sep 09 20:37:34.012 INFO pool device = /dev/dsk/c3t1d0p0
87302024-09-09T20:37:34.791Z[ host-image] Sep 09 20:37:34.013 INFO O| Sep 09 20:37:34.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/c3t1d0p0"]
87312024-09-09T20:37:34.919Z[ host-image] Sep 09 20:37:34.164 INFO O| Sep 09 20:37:34.164 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87322024-09-09T20:37:34.942Z[ host-image] Sep 09 20:37:34.164 INFO O| Sep 09 20:37:34.164 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87332024-09-09T20:37:34.966Z[ host-image] Sep 09 20:37:34.199 INFO O| Sep 09 20:37:34.198 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87342024-09-09T20:37:35.058Z[ host-image] Sep 09 20:37:34.303 INFO O| Sep 09 20:37:34.303 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87352024-09-09T20:37:35.114Z[ host-image] Sep 09 20:37:34.360 INFO O| Sep 09 20:37:34.359 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87362024-09-09T20:37:35.148Z[ host-image] Sep 09 20:37:34.393 INFO O| Sep 09 20:37:34.393 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87372024-09-09T20:37:35.177Z[ host-image] Sep 09 20:37:34.422 INFO O| Sep 09 20:37:34.422 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87382024-09-09T20:37:35.327Z[ host-image] Sep 09 20:37:34.572 INFO O| Sep 09 20:37:34.572 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87392024-09-09T20:37:35.327Z[ host-image] Sep 09 20:37:34.572 INFO O| Sep 09 20:37:34.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87402024-09-09T20:37:35.327Z[ host-image] Sep 09 20:37:34.572 INFO O| Sep 09 20:37:34.572 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87412024-09-09T20:37:35.350Z[ host-image] Sep 09 20:37:34.592 INFO O| Sep 09 20:37:34.592 INFO boot environment UUID: 1c974de2-21de-4334-88d6-4049632e6329
87422024-09-09T20:37:35.350Z[ host-image] Sep 09 20:37:34.592 INFO O| Sep 09 20:37:34.592 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1c974de2-21de-4334-88d6-4049632e6329
87432024-09-09T20:37:35.374Z[ host-image] Sep 09 20:37:34.617 INFO O| Sep 09 20:37:34.617 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87442024-09-09T20:37:35.397Z[ host-image] Sep 09 20:37:34.641 INFO O| Sep 09 20:37:34.641 INFO STEP 0 (create_be) COMPLETE
87452024-09-09T20:37:35.397Z[ host-image] Sep 09 20:37:34.641 INFO O| Sep 09 20:37:34.641 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87462024-09-09T20:37:35.423Z[ host-image] Sep 09 20:37:34.668 INFO O| Sep 09 20:37:34.668 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87472024-09-09T20:37:39.458Z[ recovery-image] Sep 09 20:37:38.702 INFO E| Compiling bitflags v1.3.2
87482024-09-09T20:37:39.458Z[ recovery-image] Sep 09 20:37:38.703 INFO E| Compiling log v0.4.22
87492024-09-09T20:37:39.458Z[ recovery-image] Sep 09 20:37:38.703 INFO E| Compiling scroll v0.12.0
87502024-09-09T20:37:39.483Z[ recovery-image] Sep 09 20:37:38.703 INFO E| Compiling plain v0.2.3
87512024-09-09T20:37:39.483Z[ recovery-image] Sep 09 20:37:38.703 INFO E| Compiling bit_field v0.10.2
87522024-09-09T20:37:39.483Z[ recovery-image] Sep 09 20:37:38.703 INFO E| Compiling adler v1.0.2
87532024-09-09T20:37:39.483Z[ recovery-image] Sep 09 20:37:38.703 INFO E| Compiling bitstruct v0.1.1
87542024-09-09T20:37:39.683Z[ recovery-image] Sep 09 20:37:38.929 INFO E| Compiling raw-cpuid v10.7.0
87552024-09-09T20:37:39.731Z[ recovery-image] Sep 09 20:37:38.976 INFO E| Compiling miniz_oxide v0.7.4
87562024-09-09T20:37:39.783Z[ recovery-image] Sep 09 20:37:39.028 INFO E| Compiling cpio_reader v0.1.1
87572024-09-09T20:37:39.879Z[ recovery-image] Sep 09 20:37:39.124 INFO E| Compiling static_assertions v1.1.0
87582024-09-09T20:37:40.459Z[ recovery-image] Sep 09 20:37:39.700 INFO E| Compiling goblin v0.8.2
87592024-09-09T20:37:50.434Z[ recovery-image] Sep 09 20:37:49.679 INFO E| Finished `release` profile [optimized] target(s) in 42.57s
87602024-09-09T20:37:50.465Z[ recovery-image] Sep 09 20:37:49.708 INFO building host image...
87612024-09-09T20:37:50.489Z[ recovery-image] Sep 09 20:37:49.709 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")
87622024-09-09T20:37:51.133Z[ recovery-image] Sep 09 20:37:50.356 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87632024-09-09T20:37:53.008Z[ recovery-image] Sep 09 20:37:52.251 INFO image complete! materials are in "/work/os-recovery"
87642024-09-09T20:37:53.033Z[ recovery-image]
87652024-09-09T20:37:53.033Z[ recovery-image] real 7:23.514343498
87662024-09-09T20:37:53.033Z[ recovery-image] user 4:32.995025239
87672024-09-09T20:37:53.034Z[ recovery-image] sys 1:05.091213771
87682024-09-09T20:37:53.034Z[ recovery-image] trap 0.210984479
87692024-09-09T20:37:53.034Z[ recovery-image] tflt 0.261706936
87702024-09-09T20:37:53.034Z[ recovery-image] dflt 1.126191586
87712024-09-09T20:37:53.034Z[ recovery-image] kflt 0.000061129
87722024-09-09T20:37:53.034Z[ recovery-image] lock 16:20.663844231
87732024-09-09T20:37:53.034Z[ recovery-image] slp 43:57.946127192
87742024-09-09T20:37:53.034Z[ recovery-image] lat 2:09.675160713
87752024-09-09T20:37:53.034Z[ recovery-image] stop 4.842025864
87762024-09-09T20:37:53.034ZSep 09 20:37:52.258 INFO [recovery-image] process exited with exit status: 0 (443.567627444s)
87772024-09-09T20:37:59.624Z[ host-image] Sep 09 20:37:58.869 INFO O| Sep 09 20:37:58.869 INFO STEP 1 (unpack_tar) COMPLETE
87782024-09-09T20:37:59.624Z[ host-image] Sep 09 20:37:58.869 INFO O| Sep 09 20:37:58.869 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792024-09-09T20:37:59.647Z[ host-image] Sep 09 20:37:58.890 INFO O| Sep 09 20:37:58.890 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87802024-09-09T20:37:59.977Z[ host-image] Sep 09 20:37:59.222 INFO O| Sep 09 20:37:59.222 INFO STEP 2 (devfsadm) COMPLETE
87812024-09-09T20:37:59.977Z[ host-image] Sep 09 20:37:59.222 INFO O| Sep 09 20:37:59.222 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822024-09-09T20:38:00.001Z[ host-image] Sep 09 20:37:59.243 INFO O| Sep 09 20:37:59.243 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87832024-09-09T20:38:00.001Z[ host-image] Sep 09 20:37:59.243 INFO O| Sep 09 20:37:59.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87842024-09-09T20:38:00.001Z[ host-image] Sep 09 20:37:59.243 INFO O| Sep 09 20:37:59.243 INFO STEP 3 (ensure_dir) COMPLETE
87852024-09-09T20:38:00.001Z[ host-image] Sep 09 20:37:59.243 INFO O| Sep 09 20:37:59.243 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862024-09-09T20:38:00.024Z[ host-image] Sep 09 20:37:59.265 INFO O| Sep 09 20:37:59.265 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87872024-09-09T20:38:00.024Z[ host-image] Sep 09 20:37:59.265 INFO O| Sep 09 20:37:59.265 INFO STEP 4 (ensure_dir) COMPLETE
87882024-09-09T20:38:00.024Z[ host-image] Sep 09 20:37:59.265 INFO O| Sep 09 20:37:59.265 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892024-09-09T20:38:00.048Z[ host-image] Sep 09 20:37:59.286 INFO O| Sep 09 20:37:59.286 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87902024-09-09T20:38:00.048Z[ host-image] Sep 09 20:37:59.287 INFO O| Sep 09 20:37:59.286 INFO STEP 5 (ensure_dir) COMPLETE
87912024-09-09T20:38:00.048Z[ host-image] Sep 09 20:37:59.287 INFO O| Sep 09 20:37:59.286 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922024-09-09T20:38:00.073Z[ host-image] Sep 09 20:37:59.310 INFO O| Sep 09 20:37:59.310 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87932024-09-09T20:38:00.073Z[ host-image] Sep 09 20:37:59.310 INFO O| Sep 09 20:37:59.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87942024-09-09T20:38:00.073Z[ host-image] Sep 09 20:37:59.310 INFO O| Sep 09 20:37:59.310 INFO STEP 6 (ensure_dir) COMPLETE
87952024-09-09T20:38:00.073Z[ host-image] Sep 09 20:37:59.310 INFO O| Sep 09 20:37:59.310 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962024-09-09T20:38:00.096Z[ host-image] Sep 09 20:37:59.326 INFO O| Sep 09 20:37:59.326 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87972024-09-09T20:38:00.096Z[ host-image] Sep 09 20:37:59.326 INFO O| Sep 09 20:37:59.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87982024-09-09T20:38:00.096Z[ host-image] Sep 09 20:37:59.326 INFO O| Sep 09 20:37:59.326 INFO STEP 7 (ensure_dir) COMPLETE
87992024-09-09T20:38:00.096Z[ host-image] Sep 09 20:37:59.326 INFO O| Sep 09 20:37:59.326 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002024-09-09T20:38:00.096Z[ host-image] Sep 09 20:37:59.342 INFO O| Sep 09 20:37:59.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88012024-09-09T20:38:00.096Z[ host-image] Sep 09 20:37:59.342 INFO O| Sep 09 20:37:59.342 INFO STEP 8 (remove_files) COMPLETE
88022024-09-09T20:38:00.120Z[ host-image] Sep 09 20:37:59.342 INFO O| Sep 09 20:37:59.342 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032024-09-09T20:38:00.120Z[ host-image] Sep 09 20:37:59.356 INFO O| Sep 09 20:37:59.356 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88042024-09-09T20:38:00.120Z[ host-image] Sep 09 20:37:59.358 INFO O| Sep 09 20:37:59.358 INFO STEP 9 (remove_files) COMPLETE
88052024-09-09T20:38:00.120Z[ host-image] Sep 09 20:37:59.358 INFO O| Sep 09 20:37:59.358 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062024-09-09T20:38:00.144Z[ host-image] Sep 09 20:37:59.373 INFO O| Sep 09 20:37:59.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88072024-09-09T20:38:00.144Z[ host-image] Sep 09 20:37:59.374 INFO O| Sep 09 20:37:59.374 INFO STEP 10 (remove_files) COMPLETE
88082024-09-09T20:38:00.144Z[ host-image] Sep 09 20:37:59.374 INFO O| Sep 09 20:37:59.374 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-09-09T20:38:00.144Z[ host-image] Sep 09 20:37:59.389 INFO O| Sep 09 20:37:59.389 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88102024-09-09T20:38:00.144Z[ host-image] Sep 09 20:37:59.389 INFO O| Sep 09 20:37:59.389 INFO STEP 11 (remove_files) COMPLETE
88112024-09-09T20:38:00.144Z[ host-image] Sep 09 20:37:59.389 INFO O| Sep 09 20:37:59.389 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122024-09-09T20:38:00.167Z[ host-image] Sep 09 20:37:59.402 INFO O| Sep 09 20:37:59.402 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88132024-09-09T20:38:00.167Z[ host-image] Sep 09 20:37:59.402 INFO O| Sep 09 20:37:59.402 INFO STEP 12 (remove_files) COMPLETE
88142024-09-09T20:38:00.167Z[ host-image] Sep 09 20:37:59.403 INFO O| Sep 09 20:37:59.402 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88152024-09-09T20:38:00.191Z[ host-image] Sep 09 20:37:59.427 INFO O| Sep 09 20:37:59.427 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88162024-09-09T20:38:00.191Z[ host-image] Sep 09 20:37:59.427 INFO O| Sep 09 20:37:59.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88172024-09-09T20:38:00.191Z[ host-image] Sep 09 20:37:59.427 INFO O| Sep 09 20:37:59.427 INFO STEP 13 (ensure_dir) COMPLETE
88182024-09-09T20:38:00.191Z[ host-image] Sep 09 20:37:59.428 INFO O| Sep 09 20:37:59.427 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192024-09-09T20:38:00.214Z[ host-image] Sep 09 20:37:59.444 INFO O| Sep 09 20:37:59.444 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88202024-09-09T20:38:00.214Z[ host-image] Sep 09 20:37:59.444 INFO O| Sep 09 20:37:59.444 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88212024-09-09T20:38:00.214Z[ host-image] Sep 09 20:37:59.444 INFO O| Sep 09 20:37:59.444 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88222024-09-09T20:38:00.214Z[ host-image] Sep 09 20:37:59.445 INFO O| Sep 09 20:37:59.444 INFO STEP 14 (ensure_dir) COMPLETE
88232024-09-09T20:38:00.215Z[ host-image] Sep 09 20:37:59.445 INFO O| Sep 09 20:37:59.445 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242024-09-09T20:38:00.238Z[ host-image] Sep 09 20:37:59.464 INFO O| Sep 09 20:37:59.464 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88252024-09-09T20:38:00.238Z[ host-image] Sep 09 20:37:59.464 INFO O| Sep 09 20:37:59.464 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88262024-09-09T20:38:00.238Z[ host-image] Sep 09 20:37:59.464 INFO O| Sep 09 20:37:59.464 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88272024-09-09T20:38:00.238Z[ host-image] Sep 09 20:37:59.464 INFO O| Sep 09 20:37:59.464 INFO STEP 15 (ensure_dir) COMPLETE
88282024-09-09T20:38:00.238Z[ host-image] Sep 09 20:37:59.464 INFO O| Sep 09 20:37:59.464 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.484 INFO O| Sep 09 20:37:59.484 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88302024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.484 INFO O| Sep 09 20:37:59.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88312024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.484 INFO O| Sep 09 20:37:59.484 INFO STEP 16 (ensure_dir) COMPLETE
88322024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.484 INFO O| Sep 09 20:37:59.484 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.501 INFO O| Sep 09 20:37:59.501 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88342024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.501 INFO O| Sep 09 20:37:59.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88352024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.501 INFO O| Sep 09 20:37:59.501 INFO STEP 17 (ensure_dir) COMPLETE
88362024-09-09T20:38:00.265Z[ host-image] Sep 09 20:37:59.501 INFO O| Sep 09 20:37:59.501 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372024-09-09T20:38:00.289Z[ host-image] Sep 09 20:37:59.520 INFO O| Sep 09 20:37:59.520 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88382024-09-09T20:38:00.289Z[ host-image] Sep 09 20:37:59.520 INFO O| Sep 09 20:37:59.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88392024-09-09T20:38:00.289Z[ host-image] Sep 09 20:37:59.520 INFO O| Sep 09 20:37:59.520 INFO ok!
88402024-09-09T20:38:00.289Z[ host-image] Sep 09 20:37:59.520 INFO O| Sep 09 20:37:59.520 INFO STEP 18 (ensure_symlink) COMPLETE
88412024-09-09T20:38:00.289Z[ host-image] Sep 09 20:37:59.520 INFO O| Sep 09 20:37:59.520 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.538 INFO O| Sep 09 20:37:59.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88432024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.538 INFO O| Sep 09 20:37:59.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88442024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.538 INFO O| Sep 09 20:37:59.537 INFO ok!
88452024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.538 INFO O| Sep 09 20:37:59.538 INFO STEP 19 (ensure_file) COMPLETE
88462024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.538 INFO O| Sep 09 20:37:59.538 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.556 INFO O| Sep 09 20:37:59.556 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88482024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.556 INFO O| Sep 09 20:37:59.556 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88492024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.556 INFO O| Sep 09 20:37:59.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88502024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.556 INFO O| Sep 09 20:37:59.556 INFO ok!
88512024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.556 INFO O| Sep 09 20:37:59.556 INFO STEP 20 (ensure_symlink) COMPLETE
88522024-09-09T20:38:00.314Z[ host-image] Sep 09 20:37:59.557 INFO O| Sep 09 20:37:59.556 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532024-09-09T20:38:00.338Z[ host-image] Sep 09 20:37:59.571 INFO O| Sep 09 20:37:59.570 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88542024-09-09T20:38:00.338Z[ host-image] Sep 09 20:37:59.571 INFO O| Sep 09 20:37:59.570 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88552024-09-09T20:38:00.338Z[ host-image] Sep 09 20:37:59.571 INFO O| Sep 09 20:37:59.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88562024-09-09T20:38:00.338Z[ host-image] Sep 09 20:37:59.571 INFO O| Sep 09 20:37:59.571 INFO ok!
88572024-09-09T20:38:00.338Z[ host-image] Sep 09 20:37:59.571 INFO O| Sep 09 20:37:59.571 INFO STEP 21 (ensure_symlink) COMPLETE
88582024-09-09T20:38:00.338Z[ host-image] Sep 09 20:37:59.571 INFO O| Sep 09 20:37:59.571 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88592024-09-09T20:38:00.361Z[ host-image] Sep 09 20:37:59.591 INFO O| Sep 09 20:37:59.591 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88602024-09-09T20:38:00.361Z[ host-image] Sep 09 20:37:59.591 INFO O| Sep 09 20:37:59.591 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88612024-09-09T20:38:00.361Z[ host-image] Sep 09 20:37:59.592 INFO O| Sep 09 20:37:59.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88622024-09-09T20:38:00.361Z[ host-image] Sep 09 20:37:59.592 INFO O| Sep 09 20:37:59.592 INFO ok!
88632024-09-09T20:38:00.361Z[ host-image] Sep 09 20:37:59.592 INFO O| Sep 09 20:37:59.592 INFO STEP 22 (ensure_symlink) COMPLETE
88642024-09-09T20:38:00.361Z[ host-image] Sep 09 20:37:59.592 INFO O| Sep 09 20:37:59.592 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.607 INFO O| Sep 09 20:37:59.607 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88662024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.607 INFO O| Sep 09 20:37:59.607 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88672024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.607 INFO O| Sep 09 20:37:59.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88682024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.607 INFO O| Sep 09 20:37:59.607 INFO ok!
88692024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.607 INFO O| Sep 09 20:37:59.607 INFO STEP 23 (ensure_symlink) COMPLETE
88702024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.607 INFO O| Sep 09 20:37:59.607 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.621 INFO O| Sep 09 20:37:59.621 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88722024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.622 INFO O| Sep 09 20:37:59.621 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88732024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.622 INFO O| Sep 09 20:37:59.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88742024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.622 INFO O| Sep 09 20:37:59.622 INFO ok!
88752024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.622 INFO O| Sep 09 20:37:59.622 INFO STEP 24 (ensure_file) COMPLETE
88762024-09-09T20:38:00.385Z[ host-image] Sep 09 20:37:59.622 INFO O| Sep 09 20:37:59.622 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.636 INFO O| Sep 09 20:37:59.636 INFO updating shadow file
88782024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.637 INFO O| Sep 09 20:37:59.637 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88792024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.637 INFO O| Sep 09 20:37:59.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88802024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.637 INFO O| Sep 09 20:37:59.637 INFO STEP 25 (shadow) COMPLETE
88812024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.637 INFO O| Sep 09 20:37:59.637 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.651 INFO O| Sep 09 20:37:59.651 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88832024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.651 INFO O| Sep 09 20:37:59.651 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88842024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.651 INFO O| Sep 09 20:37:59.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88852024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.651 INFO O| Sep 09 20:37:59.651 INFO ok!
88862024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.651 INFO O| Sep 09 20:37:59.651 INFO STEP 26 (ensure_file) COMPLETE
88872024-09-09T20:38:00.409Z[ host-image] Sep 09 20:37:59.651 INFO O| Sep 09 20:37:59.651 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882024-09-09T20:38:00.433Z[ host-image] Sep 09 20:37:59.665 INFO O| Sep 09 20:37:59.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88892024-09-09T20:38:00.433Z[ host-image] Sep 09 20:37:59.665 INFO O| Sep 09 20:37:59.665 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88902024-09-09T20:38:00.433Z[ host-image] Sep 09 20:37:59.665 INFO O| Sep 09 20:37:59.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88912024-09-09T20:38:00.433Z[ host-image] Sep 09 20:37:59.665 INFO O| Sep 09 20:37:59.665 INFO ok!
88922024-09-09T20:38:00.433Z[ host-image] Sep 09 20:37:59.665 INFO O| Sep 09 20:37:59.665 INFO STEP 27 (ensure_file) COMPLETE
88932024-09-09T20:38:00.433Z[ host-image] Sep 09 20:37:59.665 INFO O| Sep 09 20:37:59.665 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942024-09-09T20:38:00.456Z[ host-image] Sep 09 20:37:59.681 INFO O| Sep 09 20:37:59.681 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88952024-09-09T20:38:00.456Z[ host-image] Sep 09 20:37:59.681 INFO O| Sep 09 20:37:59.681 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88962024-09-09T20:38:00.456Z[ host-image] Sep 09 20:37:59.681 INFO O| Sep 09 20:37:59.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88972024-09-09T20:38:00.456Z[ host-image] Sep 09 20:37:59.681 INFO O| Sep 09 20:37:59.681 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88982024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.681 INFO O| Sep 09 20:37:59.681 INFO ok!
88992024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.681 INFO O| Sep 09 20:37:59.681 INFO STEP 28 (ensure_file) COMPLETE
89002024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.681 INFO O| Sep 09 20:37:59.681 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89012024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.698 INFO O| Sep 09 20:37:59.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89022024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.698 INFO O| Sep 09 20:37:59.698 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89032024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.698 INFO O| Sep 09 20:37:59.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89042024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.698 INFO O| Sep 09 20:37:59.698 INFO ok!
89052024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.698 INFO O| Sep 09 20:37:59.698 INFO STEP 29 (ensure_file) COMPLETE
89062024-09-09T20:38:00.457Z[ host-image] Sep 09 20:37:59.698 INFO O| Sep 09 20:37:59.698 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89072024-09-09T20:38:00.480Z[ host-image] Sep 09 20:37:59.713 INFO O| Sep 09 20:37:59.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89082024-09-09T20:38:00.480Z[ host-image] Sep 09 20:37:59.713 INFO O| Sep 09 20:37:59.713 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89092024-09-09T20:38:00.480Z[ host-image] Sep 09 20:37:59.713 INFO O| Sep 09 20:37:59.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89102024-09-09T20:38:00.480Z[ host-image] Sep 09 20:37:59.713 INFO O| Sep 09 20:37:59.713 INFO ok!
89112024-09-09T20:38:00.480Z[ host-image] Sep 09 20:37:59.713 INFO O| Sep 09 20:37:59.713 INFO STEP 30 (ensure_file) COMPLETE
89122024-09-09T20:38:00.480Z[ host-image] Sep 09 20:37:59.713 INFO O| Sep 09 20:37:59.713 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89132024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.729 INFO O| Sep 09 20:37:59.728 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89142024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.729 INFO O| Sep 09 20:37:59.729 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89152024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.729 INFO O| Sep 09 20:37:59.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89162024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.729 INFO O| Sep 09 20:37:59.729 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89172024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.729 INFO O| Sep 09 20:37:59.729 INFO ok!
89182024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.729 INFO O| Sep 09 20:37:59.729 INFO STEP 31 (ensure_file) COMPLETE
89192024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.729 INFO O| Sep 09 20:37:59.729 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89202024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.744 INFO O| Sep 09 20:37:59.744 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89212024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.744 INFO O| Sep 09 20:37:59.744 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89222024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.744 INFO O| Sep 09 20:37:59.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89232024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.744 INFO O| Sep 09 20:37:59.744 INFO ok!
89242024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.744 INFO O| Sep 09 20:37:59.744 INFO STEP 32 (ensure_file) COMPLETE
89252024-09-09T20:38:00.504Z[ host-image] Sep 09 20:37:59.745 INFO O| Sep 09 20:37:59.744 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89262024-09-09T20:38:00.528Z[ host-image] Sep 09 20:37:59.764 INFO O| Sep 09 20:37:59.764 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89272024-09-09T20:38:00.528Z[ host-image] Sep 09 20:37:59.764 INFO O| Sep 09 20:37:59.764 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89282024-09-09T20:38:00.528Z[ host-image] Sep 09 20:37:59.765 INFO O| Sep 09 20:37:59.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89292024-09-09T20:38:00.528Z[ host-image] Sep 09 20:37:59.765 INFO O| Sep 09 20:37:59.765 INFO ok!
89302024-09-09T20:38:00.528Z[ host-image] Sep 09 20:37:59.765 INFO O| Sep 09 20:37:59.765 INFO STEP 33 (ensure_file) COMPLETE
89312024-09-09T20:38:00.528Z[ host-image] Sep 09 20:37:59.765 INFO O| Sep 09 20:37:59.765 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89322024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89332024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89342024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89352024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89362024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89372024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89382024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO ok!
89392024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO STEP 34 (ensure_file) COMPLETE
89402024-09-09T20:38:00.551Z[ host-image] Sep 09 20:37:59.787 INFO O| Sep 09 20:37:59.787 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89412024-09-09T20:38:00.576Z[ host-image] Sep 09 20:37:59.805 INFO O| Sep 09 20:37:59.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89422024-09-09T20:38:00.576Z[ host-image] Sep 09 20:37:59.805 INFO O| Sep 09 20:37:59.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89432024-09-09T20:38:00.576Z[ host-image] Sep 09 20:37:59.805 INFO O| Sep 09 20:37:59.805 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89442024-09-09T20:38:00.576Z[ host-image] Sep 09 20:37:59.805 INFO O| Sep 09 20:37:59.805 INFO STEP 35 (ensure_dir) COMPLETE
89452024-09-09T20:38:00.576Z[ host-image] Sep 09 20:37:59.805 INFO O| Sep 09 20:37:59.805 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89462024-09-09T20:38:00.600Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 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
89472024-09-09T20:38:00.600Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 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 ...
89482024-09-09T20:38:00.600Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 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
89492024-09-09T20:38:00.600Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 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
89502024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 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
89512024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 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
89522024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 INFO ok!
89532024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 INFO STEP 36 (ensure_file) COMPLETE
89542024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.824 INFO O| Sep 09 20:37:59.824 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89552024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.841 INFO O| Sep 09 20:37:59.841 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89562024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.841 INFO O| Sep 09 20:37:59.841 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 ...
89572024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.841 INFO O| Sep 09 20:37:59.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89582024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.841 INFO O| Sep 09 20:37:59.841 INFO ok!
89592024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.841 INFO O| Sep 09 20:37:59.841 INFO STEP 37 (ensure_symlink) COMPLETE
89602024-09-09T20:38:00.601Z[ host-image] Sep 09 20:37:59.841 INFO O| Sep 09 20:37:59.841 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89612024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89622024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.856 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89632024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.857 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89642024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.857 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89652024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.857 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89662024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.857 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89672024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.857 INFO ok!
89682024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.857 INFO STEP 38 (ensure_file) COMPLETE
89692024-09-09T20:38:00.626Z[ host-image] Sep 09 20:37:59.857 INFO O| Sep 09 20:37:59.857 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89702024-09-09T20:38:00.650Z[ host-image] Sep 09 20:37:59.877 INFO O| Sep 09 20:37:59.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89712024-09-09T20:38:00.650Z[ host-image] Sep 09 20:37:59.877 INFO O| Sep 09 20:37:59.877 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 ...
89722024-09-09T20:38:00.650Z[ host-image] Sep 09 20:37:59.877 INFO O| Sep 09 20:37:59.877 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
89732024-09-09T20:38:00.650Z[ host-image] Sep 09 20:37:59.877 INFO O| Sep 09 20:37:59.877 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89742024-09-09T20:38:00.650Z[ host-image] Sep 09 20:37:59.877 INFO O| Sep 09 20:37:59.877 INFO ok!
89752024-09-09T20:38:00.651Z[ host-image] Sep 09 20:37:59.877 INFO O| Sep 09 20:37:59.877 INFO STEP 39 (ensure_file) COMPLETE
89762024-09-09T20:38:00.651Z[ host-image] Sep 09 20:37:59.877 INFO O| Sep 09 20:37:59.877 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89772024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.896 INFO O| Sep 09 20:37:59.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89782024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.897 INFO O| Sep 09 20:37:59.896 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89792024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.897 INFO O| Sep 09 20:37:59.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89802024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.897 INFO O| Sep 09 20:37:59.897 INFO ok!
89812024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.897 INFO O| Sep 09 20:37:59.897 INFO STEP 40 (ensure_file) COMPLETE
89822024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.897 INFO O| Sep 09 20:37:59.897 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89832024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.916 INFO O| Sep 09 20:37:59.916 INFO updating shadow file
89842024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.917 INFO O| Sep 09 20:37:59.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89852024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.917 INFO O| Sep 09 20:37:59.917 INFO STEP 41 (shadow) COMPLETE
89862024-09-09T20:38:00.676Z[ host-image] Sep 09 20:37:59.917 INFO O| Sep 09 20:37:59.917 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89872024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89882024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89892024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89902024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89912024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO ok!
89922024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO STEP 42 (ensure_file) COMPLETE
89932024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89942024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO skip step because feature "mfg" is not enabled
89952024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89962024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO skip step because feature "mfg" is not enabled
89972024-09-09T20:38:00.702Z[ host-image] Sep 09 20:37:59.933 INFO O| Sep 09 20:37:59.933 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89982024-09-09T20:38:00.727Z[ host-image] Sep 09 20:37:59.948 INFO O| Sep 09 20:37:59.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89992024-09-09T20:38:00.727Z[ host-image] Sep 09 20:37:59.948 INFO O| Sep 09 20:37:59.948 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90002024-09-09T20:38:01.447Z[ host-image] Sep 09 20:38:00.692 INFO O| Sep 09 20:38:00.692 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90012024-09-09T20:38:01.448Z[ host-image] Sep 09 20:38:00.693 INFO O| Sep 09 20:38:00.692 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90022024-09-09T20:38:01.473Z[ host-image] Sep 09 20:38:00.693 INFO O| Sep 09 20:38:00.692 INFO ok!
90032024-09-09T20:38:01.473Z[ host-image] Sep 09 20:38:00.693 INFO O| Sep 09 20:38:00.692 INFO STEP 45 (ensure_file) COMPLETE
90042024-09-09T20:38:01.473Z[ host-image] Sep 09 20:38:00.693 INFO O| Sep 09 20:38:00.692 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90052024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.718 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90062024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90072024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90082024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90092024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90102024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90112024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO ok!
90122024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO STEP 46 (ensure_file) COMPLETE
90132024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.719 INFO O| Sep 09 20:38:00.719 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90142024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.738 INFO O| Sep 09 20:38:00.738 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90152024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.738 INFO O| Sep 09 20:38:00.738 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 ...
90162024-09-09T20:38:01.497Z[ host-image] Sep 09 20:38:00.738 INFO O| Sep 09 20:38:00.738 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
90172024-09-09T20:38:01.498Z[ host-image] Sep 09 20:38:00.738 INFO O| Sep 09 20:38:00.738 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90182024-09-09T20:38:01.498Z[ host-image] Sep 09 20:38:00.738 INFO O| Sep 09 20:38:00.738 INFO ok!
90192024-09-09T20:38:01.498Z[ host-image] Sep 09 20:38:00.738 INFO O| Sep 09 20:38:00.738 INFO STEP 47 (ensure_file) COMPLETE
90202024-09-09T20:38:01.498Z[ host-image] Sep 09 20:38:00.738 INFO O| Sep 09 20:38:00.738 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90212024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.755 INFO O| Sep 09 20:38:00.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90222024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.755 INFO O| Sep 09 20:38:00.755 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90232024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.756 INFO O| Sep 09 20:38:00.756 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90242024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.756 INFO O| Sep 09 20:38:00.756 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90252024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.756 INFO O| Sep 09 20:38:00.756 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90262024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.756 INFO O| Sep 09 20:38:00.756 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90272024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.756 INFO O| Sep 09 20:38:00.756 INFO ok!
90282024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.756 INFO O| Sep 09 20:38:00.756 INFO STEP 48 (ensure_file) COMPLETE
90292024-09-09T20:38:01.522Z[ host-image] Sep 09 20:38:00.756 INFO O| Sep 09 20:38:00.756 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90302024-09-09T20:38:01.547Z[ host-image] Sep 09 20:38:00.774 INFO O| Sep 09 20:38:00.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90312024-09-09T20:38:01.547Z[ host-image] Sep 09 20:38:00.774 INFO O| Sep 09 20:38:00.774 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 ...
90322024-09-09T20:38:01.547Z[ host-image] Sep 09 20:38:00.774 INFO O| Sep 09 20:38:00.774 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
90332024-09-09T20:38:01.547Z[ host-image] Sep 09 20:38:00.774 INFO O| Sep 09 20:38:00.774 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90342024-09-09T20:38:01.547Z[ host-image] Sep 09 20:38:00.774 INFO O| Sep 09 20:38:00.774 INFO ok!
90352024-09-09T20:38:01.547Z[ host-image] Sep 09 20:38:00.774 INFO O| Sep 09 20:38:00.774 INFO STEP 49 (ensure_file) COMPLETE
90362024-09-09T20:38:01.547Z[ host-image] Sep 09 20:38:00.774 INFO O| Sep 09 20:38:00.774 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90372024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90382024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90392024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90402024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90412024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90422024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90432024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO ok!
90442024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO STEP 50 (ensure_file) COMPLETE
90452024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.794 INFO O| Sep 09 20:38:00.794 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90462024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.816 INFO O| Sep 09 20:38:00.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90472024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.816 INFO O| Sep 09 20:38:00.816 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 ...
90482024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.816 INFO O| Sep 09 20:38:00.816 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
90492024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.816 INFO O| Sep 09 20:38:00.816 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90502024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.816 INFO O| Sep 09 20:38:00.816 INFO ok!
90512024-09-09T20:38:01.572Z[ host-image] Sep 09 20:38:00.816 INFO O| Sep 09 20:38:00.816 INFO STEP 51 (ensure_file) COMPLETE
90522024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.816 INFO O| Sep 09 20:38:00.816 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90532024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.832 INFO O| Sep 09 20:38:00.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90542024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.833 INFO O| Sep 09 20:38:00.832 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 ...
90552024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.833 INFO O| Sep 09 20:38:00.832 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
90562024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.833 INFO O| Sep 09 20:38:00.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90572024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.833 INFO O| Sep 09 20:38:00.832 INFO ok!
90582024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.833 INFO O| Sep 09 20:38:00.833 INFO STEP 52 (ensure_file) COMPLETE
90592024-09-09T20:38:01.597Z[ host-image] Sep 09 20:38:00.833 INFO O| Sep 09 20:38:00.833 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90602024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.847 INFO O| Sep 09 20:38:00.847 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90612024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.847 INFO O| Sep 09 20:38:00.847 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 ...
90622024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.847 INFO O| Sep 09 20:38:00.847 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
90632024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.847 INFO O| Sep 09 20:38:00.847 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90642024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.847 INFO O| Sep 09 20:38:00.847 INFO ok!
90652024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.847 INFO O| Sep 09 20:38:00.847 INFO STEP 53 (ensure_file) COMPLETE
90662024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.847 INFO O| Sep 09 20:38:00.847 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.862 INFO O| Sep 09 20:38:00.862 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90682024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.862 INFO O| Sep 09 20:38:00.862 INFO STEP 54 (ensure_dir) COMPLETE
90692024-09-09T20:38:01.622Z[ host-image] Sep 09 20:38:00.862 INFO O| Sep 09 20:38:00.862 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90702024-09-09T20:38:01.646Z[ host-image] Sep 09 20:38:00.877 INFO O| Sep 09 20:38:00.877 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90712024-09-09T20:38:01.646Z[ host-image] Sep 09 20:38:00.877 INFO O| Sep 09 20:38:00.877 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90722024-09-09T20:38:01.646Z[ host-image] Sep 09 20:38:00.877 INFO O| Sep 09 20:38:00.877 INFO STEP 55 (ensure_dir) COMPLETE
90732024-09-09T20:38:01.646Z[ host-image] Sep 09 20:38:00.877 INFO O| Sep 09 20:38:00.877 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90742024-09-09T20:38:01.646Z[ host-image] Sep 09 20:38:00.891 INFO O| Sep 09 20:38:00.891 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90752024-09-09T20:38:01.646Z[ host-image] Sep 09 20:38:00.891 INFO O| Sep 09 20:38:00.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90762024-09-09T20:38:01.646Z[ host-image] Sep 09 20:38:00.891 INFO O| Sep 09 20:38:00.891 INFO STEP 56 (ensure_dir) COMPLETE
90772024-09-09T20:38:01.670Z[ host-image] Sep 09 20:38:00.891 INFO O| Sep 09 20:38:00.891 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90782024-09-09T20:38:01.670Z[ host-image] Sep 09 20:38:00.908 INFO O| Sep 09 20:38:00.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90792024-09-09T20:38:01.671Z[ host-image] Sep 09 20:38:00.908 INFO O| Sep 09 20:38:00.908 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90802024-09-09T20:38:01.695Z[ host-image] Sep 09 20:38:00.926 INFO O| Sep 09 20:38:00.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90812024-09-09T20:38:01.695Z[ host-image] Sep 09 20:38:00.926 INFO O| Sep 09 20:38:00.925 INFO ok!
90822024-09-09T20:38:01.695Z[ host-image] Sep 09 20:38:00.926 INFO O| Sep 09 20:38:00.925 INFO STEP 57 (ensure_file) COMPLETE
90832024-09-09T20:38:01.695Z[ host-image] Sep 09 20:38:00.926 INFO O| Sep 09 20:38:00.926 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-09-09T20:38:01.719Z[ host-image] Sep 09 20:38:00.949 INFO O| Sep 09 20:38:00.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90852024-09-09T20:38:01.719Z[ host-image] Sep 09 20:38:00.949 INFO O| Sep 09 20:38:00.949 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90862024-09-09T20:38:02.928Z[ host-image] Sep 09 20:38:02.173 INFO O| Sep 09 20:38:02.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90872024-09-09T20:38:02.928Z[ host-image] Sep 09 20:38:02.173 INFO O| Sep 09 20:38:02.172 INFO ok!
90882024-09-09T20:38:02.952Z[ host-image] Sep 09 20:38:02.173 INFO O| Sep 09 20:38:02.173 INFO STEP 58 (ensure_file) COMPLETE
90892024-09-09T20:38:02.952Z[ host-image] Sep 09 20:38:02.173 INFO O| Sep 09 20:38:02.173 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90902024-09-09T20:38:02.952Z[ host-image] Sep 09 20:38:02.193 INFO O| Sep 09 20:38:02.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90912024-09-09T20:38:02.952Z[ host-image] Sep 09 20:38:02.193 INFO O| Sep 09 20:38:02.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90922024-09-09T20:38:02.952Z[ host-image] Sep 09 20:38:02.193 INFO O| Sep 09 20:38:02.193 INFO STEP 59 (ensure_dir) COMPLETE
90932024-09-09T20:38:02.952Z[ host-image] Sep 09 20:38:02.194 INFO O| Sep 09 20:38:02.194 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90942024-09-09T20:38:02.977Z[ host-image] Sep 09 20:38:02.219 INFO O| Sep 09 20:38:02.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90952024-09-09T20:38:02.977Z[ host-image] Sep 09 20:38:02.220 INFO O| Sep 09 20:38:02.219 INFO copying /tmp/.tmpmWML9b/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 ...
90962024-09-09T20:38:02.977Z[ host-image] Sep 09 20:38:02.220 INFO O| Sep 09 20:38:02.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90972024-09-09T20:38:02.977Z[ host-image] Sep 09 20:38:02.220 INFO O| Sep 09 20:38:02.220 INFO ok!
90982024-09-09T20:38:02.977Z[ host-image] Sep 09 20:38:02.220 INFO O| Sep 09 20:38:02.220 INFO STEP 60 (ensure_file) COMPLETE
90992024-09-09T20:38:02.977Z[ host-image] Sep 09 20:38:02.220 INFO O| Sep 09 20:38:02.220 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91002024-09-09T20:38:03.002Z[ host-image] Sep 09 20:38:02.242 INFO O| Sep 09 20:38:02.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91012024-09-09T20:38:03.002Z[ host-image] Sep 09 20:38:02.242 INFO O| Sep 09 20:38:02.242 INFO copying /tmp/.tmpmWML9b/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 ...
91022024-09-09T20:38:03.002Z[ host-image] Sep 09 20:38:02.242 INFO O| Sep 09 20:38:02.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91032024-09-09T20:38:03.002Z[ host-image] Sep 09 20:38:02.242 INFO O| Sep 09 20:38:02.242 INFO ok!
91042024-09-09T20:38:03.002Z[ host-image] Sep 09 20:38:02.242 INFO O| Sep 09 20:38:02.242 INFO STEP 61 (ensure_file) COMPLETE
91052024-09-09T20:38:03.002Z[ host-image] Sep 09 20:38:02.242 INFO O| Sep 09 20:38:02.242 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91062024-09-09T20:38:03.027Z[ host-image] Sep 09 20:38:02.266 INFO O| Sep 09 20:38:02.265 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91072024-09-09T20:38:03.027Z[ host-image] Sep 09 20:38:02.266 INFO O| Sep 09 20:38:02.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91082024-09-09T20:38:03.027Z[ host-image] Sep 09 20:38:02.266 INFO O| Sep 09 20:38:02.266 INFO STEP 62 (ensure_dir) COMPLETE
91092024-09-09T20:38:03.027Z[ host-image] Sep 09 20:38:02.266 INFO O| Sep 09 20:38:02.266 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-09-09T20:38:03.051Z[ host-image] Sep 09 20:38:02.284 INFO O| Sep 09 20:38:02.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91112024-09-09T20:38:03.052Z[ host-image] Sep 09 20:38:02.284 INFO O| Sep 09 20:38:02.284 INFO copying /tmp/.tmpmWML9b/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 ...
91122024-09-09T20:38:03.052Z[ host-image] Sep 09 20:38:02.284 INFO O| Sep 09 20:38:02.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91132024-09-09T20:38:03.052Z[ host-image] Sep 09 20:38:02.284 INFO O| Sep 09 20:38:02.284 INFO ok!
91142024-09-09T20:38:03.052Z[ host-image] Sep 09 20:38:02.284 INFO O| Sep 09 20:38:02.284 INFO STEP 63 (ensure_file) COMPLETE
91152024-09-09T20:38:03.052Z[ host-image] Sep 09 20:38:02.284 INFO O| Sep 09 20:38:02.284 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-09-09T20:38:03.076Z[ host-image] Sep 09 20:38:02.309 INFO O| Sep 09 20:38:02.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91172024-09-09T20:38:03.076Z[ host-image] Sep 09 20:38:02.309 INFO O| Sep 09 20:38:02.309 INFO copying /tmp/.tmpmWML9b/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 ...
91182024-09-09T20:38:03.076Z[ host-image] Sep 09 20:38:02.310 INFO O| Sep 09 20:38:02.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91192024-09-09T20:38:03.076Z[ host-image] Sep 09 20:38:02.310 INFO O| Sep 09 20:38:02.309 INFO ok!
91202024-09-09T20:38:03.076Z[ host-image] Sep 09 20:38:02.310 INFO O| Sep 09 20:38:02.309 INFO STEP 64 (ensure_file) COMPLETE
91212024-09-09T20:38:03.077Z[ host-image] Sep 09 20:38:02.310 INFO O| Sep 09 20:38:02.309 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91222024-09-09T20:38:03.101Z[ host-image] Sep 09 20:38:02.329 INFO O| Sep 09 20:38:02.329 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91232024-09-09T20:38:03.101Z[ host-image] Sep 09 20:38:02.330 INFO O| Sep 09 20:38:02.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91242024-09-09T20:38:03.101Z[ host-image] Sep 09 20:38:02.330 INFO O| Sep 09 20:38:02.330 INFO STEP 65 (ensure_dir) COMPLETE
91252024-09-09T20:38:03.101Z[ host-image] Sep 09 20:38:02.330 INFO O| Sep 09 20:38:02.330 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91262024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.346 INFO O| Sep 09 20:38:02.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91272024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.346 INFO O| Sep 09 20:38:02.346 INFO copying /tmp/.tmpmWML9b/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 ...
91282024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.346 INFO O| Sep 09 20:38:02.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91292024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.346 INFO O| Sep 09 20:38:02.346 INFO ok!
91302024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.346 INFO O| Sep 09 20:38:02.346 INFO STEP 66 (ensure_file) COMPLETE
91312024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.346 INFO O| Sep 09 20:38:02.346 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.366 INFO O| Sep 09 20:38:02.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91332024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.366 INFO O| Sep 09 20:38:02.366 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91342024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.366 INFO O| Sep 09 20:38:02.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91352024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.366 INFO O| Sep 09 20:38:02.366 INFO ok!
91362024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.366 INFO O| Sep 09 20:38:02.366 INFO STEP 67 (ensure_file) COMPLETE
91372024-09-09T20:38:03.126Z[ host-image] Sep 09 20:38:02.366 INFO O| Sep 09 20:38:02.366 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91382024-09-09T20:38:03.151Z[ host-image] Sep 09 20:38:02.382 INFO O| Sep 09 20:38:02.382 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91392024-09-09T20:38:03.151Z[ host-image] Sep 09 20:38:02.382 INFO O| Sep 09 20:38:02.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91402024-09-09T20:38:03.151Z[ host-image] Sep 09 20:38:02.382 INFO O| Sep 09 20:38:02.382 INFO STEP 68 (ensure_dir) COMPLETE
91412024-09-09T20:38:03.151Z[ host-image] Sep 09 20:38:02.382 INFO O| Sep 09 20:38:02.382 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-09-09T20:38:03.175Z[ host-image] Sep 09 20:38:02.398 INFO O| Sep 09 20:38:02.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91432024-09-09T20:38:03.175Z[ host-image] Sep 09 20:38:02.398 INFO O| Sep 09 20:38:02.398 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91442024-09-09T20:38:03.823Z[ host-image] Sep 09 20:38:03.050 INFO O| Sep 09 20:38:03.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91452024-09-09T20:38:03.823Z[ host-image] Sep 09 20:38:03.050 INFO O| Sep 09 20:38:03.050 INFO ok!
91462024-09-09T20:38:03.849Z[ host-image] Sep 09 20:38:03.050 INFO O| Sep 09 20:38:03.050 INFO STEP 69 (ensure_file) COMPLETE
91472024-09-09T20:38:03.849Z[ host-image] Sep 09 20:38:03.050 INFO O| Sep 09 20:38:03.050 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-09-09T20:38:03.849Z[ host-image] Sep 09 20:38:03.072 INFO O| Sep 09 20:38:03.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91492024-09-09T20:38:03.849Z[ host-image] Sep 09 20:38:03.072 INFO O| Sep 09 20:38:03.072 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91502024-09-09T20:38:05.446Z[ host-image] Sep 09 20:38:04.691 INFO O| Sep 09 20:38:04.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91512024-09-09T20:38:05.446Z[ host-image] Sep 09 20:38:04.691 INFO O| Sep 09 20:38:04.690 INFO ok!
91522024-09-09T20:38:05.446Z[ host-image] Sep 09 20:38:04.691 INFO O| Sep 09 20:38:04.691 INFO STEP 70 (ensure_file) COMPLETE
91532024-09-09T20:38:05.446Z[ host-image] Sep 09 20:38:04.691 INFO O| Sep 09 20:38:04.691 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91542024-09-09T20:38:05.470Z[ host-image] Sep 09 20:38:04.712 INFO O| Sep 09 20:38:04.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91552024-09-09T20:38:05.470Z[ host-image] Sep 09 20:38:04.712 INFO O| Sep 09 20:38:04.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91562024-09-09T20:38:05.470Z[ host-image] Sep 09 20:38:04.712 INFO O| Sep 09 20:38:04.712 INFO STEP 71 (ensure_dir) COMPLETE
91572024-09-09T20:38:05.470Z[ host-image] Sep 09 20:38:04.712 INFO O| Sep 09 20:38:04.712 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91582024-09-09T20:38:05.494Z[ host-image] Sep 09 20:38:04.729 INFO O| Sep 09 20:38:04.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91592024-09-09T20:38:05.494Z[ host-image] Sep 09 20:38:04.729 INFO O| Sep 09 20:38:04.729 INFO copying /tmp/.tmpmWML9b/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 ...
91602024-09-09T20:38:05.494Z[ host-image] Sep 09 20:38:04.729 INFO O| Sep 09 20:38:04.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91612024-09-09T20:38:05.495Z[ host-image] Sep 09 20:38:04.729 INFO O| Sep 09 20:38:04.729 INFO ok!
91622024-09-09T20:38:05.495Z[ host-image] Sep 09 20:38:04.729 INFO O| Sep 09 20:38:04.729 INFO STEP 72 (ensure_file) COMPLETE
91632024-09-09T20:38:05.495Z[ host-image] Sep 09 20:38:04.729 INFO O| Sep 09 20:38:04.729 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91642024-09-09T20:38:05.519Z[ host-image] Sep 09 20:38:04.748 INFO O| Sep 09 20:38:04.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91652024-09-09T20:38:05.519Z[ host-image] Sep 09 20:38:04.749 INFO O| Sep 09 20:38:04.748 INFO copying /tmp/.tmpmWML9b/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 ...
91662024-09-09T20:38:05.520Z[ host-image] Sep 09 20:38:04.749 INFO O| Sep 09 20:38:04.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91672024-09-09T20:38:05.520Z[ host-image] Sep 09 20:38:04.749 INFO O| Sep 09 20:38:04.749 INFO ok!
91682024-09-09T20:38:05.520Z[ host-image] Sep 09 20:38:04.749 INFO O| Sep 09 20:38:04.749 INFO STEP 73 (ensure_file) COMPLETE
91692024-09-09T20:38:05.520Z[ host-image] Sep 09 20:38:04.749 INFO O| Sep 09 20:38:04.749 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91702024-09-09T20:38:05.544Z[ host-image] Sep 09 20:38:04.769 INFO O| Sep 09 20:38:04.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91712024-09-09T20:38:05.544Z[ host-image] Sep 09 20:38:04.769 INFO O| Sep 09 20:38:04.769 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91722024-09-09T20:38:05.544Z[ host-image] Sep 09 20:38:04.769 INFO O| Sep 09 20:38:04.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91732024-09-09T20:38:05.544Z[ host-image] Sep 09 20:38:04.770 INFO O| Sep 09 20:38:04.769 INFO ok!
91742024-09-09T20:38:05.544Z[ host-image] Sep 09 20:38:04.770 INFO O| Sep 09 20:38:04.770 INFO STEP 74 (ensure_file) COMPLETE
91752024-09-09T20:38:05.544Z[ host-image] Sep 09 20:38:04.770 INFO O| Sep 09 20:38:04.770 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91762024-09-09T20:38:05.544Z[ host-image] Sep 09 20:38:04.786 INFO O| Sep 09 20:38:04.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91772024-09-09T20:38:05.545Z[ host-image] Sep 09 20:38:04.786 INFO O| Sep 09 20:38:04.786 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91782024-09-09T20:38:05.545Z[ host-image] Sep 09 20:38:04.786 INFO O| Sep 09 20:38:04.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91792024-09-09T20:38:05.545Z[ host-image] Sep 09 20:38:04.786 INFO O| Sep 09 20:38:04.786 INFO ok!
91802024-09-09T20:38:05.545Z[ host-image] Sep 09 20:38:04.786 INFO O| Sep 09 20:38:04.786 INFO STEP 75 (ensure_file) COMPLETE
91812024-09-09T20:38:05.545Z[ host-image] Sep 09 20:38:04.786 INFO O| Sep 09 20:38:04.786 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-09-09T20:38:05.569Z[ host-image] Sep 09 20:38:04.801 INFO O| Sep 09 20:38:04.801 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91832024-09-09T20:38:05.569Z[ host-image] Sep 09 20:38:04.801 INFO O| Sep 09 20:38:04.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91842024-09-09T20:38:05.569Z[ host-image] Sep 09 20:38:04.801 INFO O| Sep 09 20:38:04.801 INFO STEP 76 (ensure_dir) COMPLETE
91852024-09-09T20:38:05.569Z[ host-image] Sep 09 20:38:04.801 INFO O| Sep 09 20:38:04.801 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91862024-09-09T20:38:05.594Z[ host-image] Sep 09 20:38:04.815 INFO O| Sep 09 20:38:04.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91872024-09-09T20:38:05.594Z[ host-image] Sep 09 20:38:04.815 INFO O| Sep 09 20:38:04.815 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91882024-09-09T20:38:06.105Z[ host-image] Sep 09 20:38:05.350 INFO O| Sep 09 20:38:05.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91892024-09-09T20:38:06.105Z[ host-image] Sep 09 20:38:05.350 INFO O| Sep 09 20:38:05.350 INFO ok!
91902024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.350 INFO O| Sep 09 20:38:05.350 INFO STEP 77 (ensure_file) COMPLETE
91912024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.350 INFO O| Sep 09 20:38:05.350 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.374 INFO O| Sep 09 20:38:05.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91932024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.374 INFO O| Sep 09 20:38:05.374 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91942024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.374 INFO O| Sep 09 20:38:05.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91952024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.374 INFO O| Sep 09 20:38:05.374 INFO ok!
91962024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.374 INFO O| Sep 09 20:38:05.374 INFO STEP 78 (ensure_file) COMPLETE
91972024-09-09T20:38:06.139Z[ host-image] Sep 09 20:38:05.374 INFO O| Sep 09 20:38:05.374 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-09-09T20:38:06.164Z[ host-image] Sep 09 20:38:05.395 INFO O| Sep 09 20:38:05.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91992024-09-09T20:38:06.164Z[ host-image] Sep 09 20:38:05.396 INFO O| Sep 09 20:38:05.395 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92002024-09-09T20:38:06.861Z[ host-image] Sep 09 20:38:06.105 INFO O| Sep 09 20:38:06.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92012024-09-09T20:38:06.861Z[ host-image] Sep 09 20:38:06.106 INFO O| Sep 09 20:38:06.105 INFO ok!
92022024-09-09T20:38:06.885Z[ host-image] Sep 09 20:38:06.106 INFO O| Sep 09 20:38:06.105 INFO STEP 79 (ensure_file) COMPLETE
92032024-09-09T20:38:06.885Z[ host-image] Sep 09 20:38:06.106 INFO O| Sep 09 20:38:06.105 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-09-09T20:38:06.885Z[ host-image] Sep 09 20:38:06.125 INFO O| Sep 09 20:38:06.125 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92052024-09-09T20:38:06.885Z[ host-image] Sep 09 20:38:06.125 INFO O| Sep 09 20:38:06.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92062024-09-09T20:38:06.885Z[ host-image] Sep 09 20:38:06.125 INFO O| Sep 09 20:38:06.125 INFO STEP 80 (ensure_dir) COMPLETE
92072024-09-09T20:38:06.885Z[ host-image] Sep 09 20:38:06.125 INFO O| Sep 09 20:38:06.125 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-09-09T20:38:06.909Z[ host-image] Sep 09 20:38:06.146 INFO O| Sep 09 20:38:06.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92092024-09-09T20:38:06.910Z[ host-image] Sep 09 20:38:06.146 INFO O| Sep 09 20:38:06.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92102024-09-09T20:38:06.910Z[ host-image] Sep 09 20:38:06.146 INFO O| Sep 09 20:38:06.146 INFO STEP 81 (ensure_dir) COMPLETE
92112024-09-09T20:38:06.910Z[ host-image] Sep 09 20:38:06.146 INFO O| Sep 09 20:38:06.146 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-09-09T20:38:06.934Z[ host-image] Sep 09 20:38:06.163 INFO O| Sep 09 20:38:06.163 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92132024-09-09T20:38:06.934Z[ host-image] Sep 09 20:38:06.163 INFO O| Sep 09 20:38:06.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92142024-09-09T20:38:06.934Z[ host-image] Sep 09 20:38:06.163 INFO O| Sep 09 20:38:06.163 INFO STEP 82 (ensure_dir) COMPLETE
92152024-09-09T20:38:06.934Z[ host-image] Sep 09 20:38:06.164 INFO O| Sep 09 20:38:06.163 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-09-09T20:38:06.959Z[ host-image] Sep 09 20:38:06.183 INFO O| Sep 09 20:38:06.183 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92172024-09-09T20:38:06.959Z[ host-image] Sep 09 20:38:06.183 INFO O| Sep 09 20:38:06.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92182024-09-09T20:38:06.959Z[ host-image] Sep 09 20:38:06.183 INFO O| Sep 09 20:38:06.183 INFO STEP 83 (ensure_dir) COMPLETE
92192024-09-09T20:38:06.959Z[ host-image] Sep 09 20:38:06.183 INFO O| Sep 09 20:38:06.183 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-09T20:38:06.959Z[ host-image] Sep 09 20:38:06.199 INFO O| Sep 09 20:38:06.199 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92212024-09-09T20:38:06.959Z[ host-image] Sep 09 20:38:06.200 INFO O| Sep 09 20:38:06.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92222024-09-09T20:38:06.959Z[ host-image] Sep 09 20:38:06.200 INFO O| Sep 09 20:38:06.200 INFO STEP 84 (ensure_dir) COMPLETE
92232024-09-09T20:38:06.960Z[ host-image] Sep 09 20:38:06.200 INFO O| Sep 09 20:38:06.200 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-09-09T20:38:06.984Z[ host-image] Sep 09 20:38:06.219 INFO O| Sep 09 20:38:06.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92252024-09-09T20:38:06.984Z[ host-image] Sep 09 20:38:06.219 INFO O| Sep 09 20:38:06.219 INFO copying /tmp/.tmpmWML9b/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 ...
92262024-09-09T20:38:06.984Z[ host-image] Sep 09 20:38:06.219 INFO O| Sep 09 20:38:06.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92272024-09-09T20:38:06.984Z[ host-image] Sep 09 20:38:06.219 INFO O| Sep 09 20:38:06.219 INFO ok!
92282024-09-09T20:38:06.984Z[ host-image] Sep 09 20:38:06.219 INFO O| Sep 09 20:38:06.219 INFO STEP 85 (ensure_file) COMPLETE
92292024-09-09T20:38:06.984Z[ host-image] Sep 09 20:38:06.219 INFO O| Sep 09 20:38:06.219 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-09T20:38:07.009Z[ host-image] Sep 09 20:38:06.241 INFO O| Sep 09 20:38:06.241 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92312024-09-09T20:38:07.009Z[ host-image] Sep 09 20:38:06.241 INFO O| Sep 09 20:38:06.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92322024-09-09T20:38:07.009Z[ host-image] Sep 09 20:38:06.241 INFO O| Sep 09 20:38:06.241 INFO STEP 86 (ensure_dir) COMPLETE
92332024-09-09T20:38:07.009Z[ host-image] Sep 09 20:38:06.241 INFO O| Sep 09 20:38:06.241 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92342024-09-09T20:38:07.033Z[ host-image] Sep 09 20:38:06.261 INFO O| Sep 09 20:38:06.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92352024-09-09T20:38:07.033Z[ host-image] Sep 09 20:38:06.262 INFO O| Sep 09 20:38:06.261 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92362024-09-09T20:38:07.033Z[ host-image] Sep 09 20:38:06.262 INFO O| Sep 09 20:38:06.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92372024-09-09T20:38:07.033Z[ host-image] Sep 09 20:38:06.262 INFO O| Sep 09 20:38:06.262 INFO ok!
92382024-09-09T20:38:07.033Z[ host-image] Sep 09 20:38:06.262 INFO O| Sep 09 20:38:06.262 INFO STEP 87 (ensure_file) COMPLETE
92392024-09-09T20:38:07.033Z[ host-image] Sep 09 20:38:06.262 INFO O| Sep 09 20:38:06.262 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-09-09T20:38:07.057Z[ host-image] Sep 09 20:38:06.285 INFO O| Sep 09 20:38:06.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92412024-09-09T20:38:07.057Z[ host-image] Sep 09 20:38:06.285 INFO O| Sep 09 20:38:06.285 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92422024-09-09T20:38:07.057Z[ host-image] Sep 09 20:38:06.301 INFO O| Sep 09 20:38:06.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92432024-09-09T20:38:07.057Z[ host-image] Sep 09 20:38:06.301 INFO O| Sep 09 20:38:06.301 INFO ok!
92442024-09-09T20:38:07.058Z[ host-image] Sep 09 20:38:06.301 INFO O| Sep 09 20:38:06.301 INFO STEP 88 (ensure_file) COMPLETE
92452024-09-09T20:38:07.058Z[ host-image] Sep 09 20:38:06.301 INFO O| Sep 09 20:38:06.301 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-09-09T20:38:07.082Z[ host-image] Sep 09 20:38:06.326 INFO O| Sep 09 20:38:06.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92472024-09-09T20:38:07.082Z[ host-image] Sep 09 20:38:06.327 INFO O| Sep 09 20:38:06.326 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92482024-09-09T20:38:07.628Z[ host-image] Sep 09 20:38:06.873 INFO O| Sep 09 20:38:06.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92492024-09-09T20:38:07.628Z[ host-image] Sep 09 20:38:06.873 INFO O| Sep 09 20:38:06.873 INFO ok!
92502024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.873 INFO O| Sep 09 20:38:06.873 INFO STEP 89 (ensure_file) COMPLETE
92512024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.873 INFO O| Sep 09 20:38:06.873 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.889 INFO O| Sep 09 20:38:06.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92532024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.889 INFO O| Sep 09 20:38:06.889 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92542024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.889 INFO O| Sep 09 20:38:06.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92552024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.889 INFO O| Sep 09 20:38:06.889 INFO ok!
92562024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.890 INFO O| Sep 09 20:38:06.889 INFO STEP 90 (ensure_file) COMPLETE
92572024-09-09T20:38:07.652Z[ host-image] Sep 09 20:38:06.890 INFO O| Sep 09 20:38:06.889 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.904 INFO O| Sep 09 20:38:06.904 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92592024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.904 INFO O| Sep 09 20:38:06.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92602024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.904 INFO O| Sep 09 20:38:06.904 INFO STEP 91 (ensure_dir) COMPLETE
92612024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.904 INFO O| Sep 09 20:38:06.904 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.920 INFO O| Sep 09 20:38:06.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92632024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.920 INFO O| Sep 09 20:38:06.920 INFO copying /tmp/.tmpmWML9b/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 ...
92642024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.921 INFO O| Sep 09 20:38:06.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92652024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.921 INFO O| Sep 09 20:38:06.921 INFO ok!
92662024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.921 INFO O| Sep 09 20:38:06.921 INFO STEP 92 (ensure_file) COMPLETE
92672024-09-09T20:38:07.677Z[ host-image] Sep 09 20:38:06.921 INFO O| Sep 09 20:38:06.921 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-09-09T20:38:07.701Z[ host-image] Sep 09 20:38:06.935 INFO O| Sep 09 20:38:06.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92692024-09-09T20:38:07.701Z[ host-image] Sep 09 20:38:06.935 INFO O| Sep 09 20:38:06.935 INFO copying /tmp/.tmpmWML9b/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 ...
92702024-09-09T20:38:07.701Z[ host-image] Sep 09 20:38:06.935 INFO O| Sep 09 20:38:06.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92712024-09-09T20:38:07.701Z[ host-image] Sep 09 20:38:06.935 INFO O| Sep 09 20:38:06.935 INFO ok!
92722024-09-09T20:38:07.701Z[ host-image] Sep 09 20:38:06.935 INFO O| Sep 09 20:38:06.935 INFO STEP 93 (ensure_file) COMPLETE
92732024-09-09T20:38:07.701Z[ host-image] Sep 09 20:38:06.935 INFO O| Sep 09 20:38:06.935 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.950 INFO O| Sep 09 20:38:06.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92752024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.950 INFO O| Sep 09 20:38:06.950 INFO copying /tmp/.tmpmWML9b/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 ...
92762024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.951 INFO O| Sep 09 20:38:06.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92772024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.951 INFO O| Sep 09 20:38:06.951 INFO ok!
92782024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.951 INFO O| Sep 09 20:38:06.951 INFO STEP 94 (ensure_file) COMPLETE
92792024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.951 INFO O| Sep 09 20:38:06.951 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.966 INFO O| Sep 09 20:38:06.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92812024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.966 INFO O| Sep 09 20:38:06.966 INFO copying /tmp/.tmpmWML9b/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 ...
92822024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.966 INFO O| Sep 09 20:38:06.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92832024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.966 INFO O| Sep 09 20:38:06.966 INFO ok!
92842024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.966 INFO O| Sep 09 20:38:06.966 INFO STEP 95 (ensure_file) COMPLETE
92852024-09-09T20:38:07.726Z[ host-image] Sep 09 20:38:06.966 INFO O| Sep 09 20:38:06.966 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-09-09T20:38:07.751Z[ host-image] Sep 09 20:38:06.980 INFO O| Sep 09 20:38:06.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92872024-09-09T20:38:07.751Z[ host-image] Sep 09 20:38:06.980 INFO O| Sep 09 20:38:06.980 INFO copying /tmp/.tmpmWML9b/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 ...
92882024-09-09T20:38:07.751Z[ host-image] Sep 09 20:38:06.980 INFO O| Sep 09 20:38:06.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92892024-09-09T20:38:07.751Z[ host-image] Sep 09 20:38:06.980 INFO O| Sep 09 20:38:06.980 INFO ok!
92902024-09-09T20:38:07.751Z[ host-image] Sep 09 20:38:06.980 INFO O| Sep 09 20:38:06.980 INFO STEP 96 (ensure_file) COMPLETE
92912024-09-09T20:38:07.751Z[ host-image] Sep 09 20:38:06.980 INFO O| Sep 09 20:38:06.980 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:06.997 INFO O| Sep 09 20:38:06.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92932024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:06.997 INFO O| Sep 09 20:38:06.997 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92942024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:06.998 INFO O| Sep 09 20:38:06.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92952024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:06.998 INFO O| Sep 09 20:38:06.998 INFO ok!
92962024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:06.998 INFO O| Sep 09 20:38:06.998 INFO STEP 97 (ensure_file) COMPLETE
92972024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:06.998 INFO O| Sep 09 20:38:06.998 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:07.015 INFO O| Sep 09 20:38:07.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92992024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:07.015 INFO O| Sep 09 20:38:07.015 INFO copying /tmp/.tmpmWML9b/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 ...
93002024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:07.015 INFO O| Sep 09 20:38:07.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93012024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:07.015 INFO O| Sep 09 20:38:07.015 INFO ok!
93022024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:07.015 INFO O| Sep 09 20:38:07.015 INFO STEP 98 (ensure_file) COMPLETE
93032024-09-09T20:38:07.776Z[ host-image] Sep 09 20:38:07.015 INFO O| Sep 09 20:38:07.015 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-09-09T20:38:07.800Z[ host-image] Sep 09 20:38:07.034 INFO O| Sep 09 20:38:07.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93052024-09-09T20:38:07.800Z[ host-image] Sep 09 20:38:07.034 INFO O| Sep 09 20:38:07.034 INFO copying /tmp/.tmpmWML9b/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 ...
93062024-09-09T20:38:07.800Z[ host-image] Sep 09 20:38:07.034 INFO O| Sep 09 20:38:07.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93072024-09-09T20:38:07.800Z[ host-image] Sep 09 20:38:07.034 INFO O| Sep 09 20:38:07.034 INFO ok!
93082024-09-09T20:38:07.800Z[ host-image] Sep 09 20:38:07.034 INFO O| Sep 09 20:38:07.034 INFO STEP 99 (ensure_file) COMPLETE
93092024-09-09T20:38:07.800Z[ host-image] Sep 09 20:38:07.034 INFO O| Sep 09 20:38:07.034 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.050 INFO O| Sep 09 20:38:07.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93112024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.050 INFO O| Sep 09 20:38:07.050 INFO copying /tmp/.tmpmWML9b/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 ...
93122024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.050 INFO O| Sep 09 20:38:07.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93132024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.050 INFO O| Sep 09 20:38:07.050 INFO ok!
93142024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.050 INFO O| Sep 09 20:38:07.050 INFO STEP 100 (ensure_file) COMPLETE
93152024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.050 INFO O| Sep 09 20:38:07.050 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.066 INFO O| Sep 09 20:38:07.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93172024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.066 INFO O| Sep 09 20:38:07.066 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93182024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.066 INFO O| Sep 09 20:38:07.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93192024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.066 INFO O| Sep 09 20:38:07.066 INFO ok!
93202024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.066 INFO O| Sep 09 20:38:07.066 INFO STEP 101 (ensure_file) COMPLETE
93212024-09-09T20:38:07.825Z[ host-image] Sep 09 20:38:07.066 INFO O| Sep 09 20:38:07.066 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-09-09T20:38:07.850Z[ host-image] Sep 09 20:38:07.084 INFO O| Sep 09 20:38:07.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93232024-09-09T20:38:07.850Z[ host-image] Sep 09 20:38:07.084 INFO O| Sep 09 20:38:07.084 INFO copying /tmp/.tmpmWML9b/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 ...
93242024-09-09T20:38:07.850Z[ host-image] Sep 09 20:38:07.084 INFO O| Sep 09 20:38:07.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93252024-09-09T20:38:07.851Z[ host-image] Sep 09 20:38:07.084 INFO O| Sep 09 20:38:07.084 INFO ok!
93262024-09-09T20:38:07.851Z[ host-image] Sep 09 20:38:07.084 INFO O| Sep 09 20:38:07.084 INFO STEP 102 (ensure_file) COMPLETE
93272024-09-09T20:38:07.851Z[ host-image] Sep 09 20:38:07.084 INFO O| Sep 09 20:38:07.084 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-09-09T20:38:07.875Z[ host-image] Sep 09 20:38:07.099 INFO O| Sep 09 20:38:07.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93292024-09-09T20:38:07.875Z[ host-image] Sep 09 20:38:07.099 INFO O| Sep 09 20:38:07.099 INFO copying /tmp/.tmpmWML9b/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 ...
93302024-09-09T20:38:07.875Z[ host-image] Sep 09 20:38:07.099 INFO O| Sep 09 20:38:07.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93312024-09-09T20:38:07.875Z[ host-image] Sep 09 20:38:07.099 INFO O| Sep 09 20:38:07.099 INFO ok!
93322024-09-09T20:38:07.875Z[ host-image] Sep 09 20:38:07.099 INFO O| Sep 09 20:38:07.099 INFO STEP 103 (ensure_file) COMPLETE
93332024-09-09T20:38:07.875Z[ host-image] Sep 09 20:38:07.099 INFO O| Sep 09 20:38:07.099 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-09-09T20:38:07.875Z[ host-image] Sep 09 20:38:07.119 INFO O| Sep 09 20:38:07.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93352024-09-09T20:38:07.876Z[ host-image] Sep 09 20:38:07.119 INFO O| Sep 09 20:38:07.119 INFO copying /tmp/.tmpmWML9b/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 ...
93362024-09-09T20:38:07.876Z[ host-image] Sep 09 20:38:07.119 INFO O| Sep 09 20:38:07.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93372024-09-09T20:38:07.876Z[ host-image] Sep 09 20:38:07.119 INFO O| Sep 09 20:38:07.119 INFO ok!
93382024-09-09T20:38:07.876Z[ host-image] Sep 09 20:38:07.119 INFO O| Sep 09 20:38:07.119 INFO STEP 104 (ensure_file) COMPLETE
93392024-09-09T20:38:07.876Z[ host-image] Sep 09 20:38:07.119 INFO O| Sep 09 20:38:07.119 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-09-09T20:38:07.900Z[ host-image] Sep 09 20:38:07.136 INFO O| Sep 09 20:38:07.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93412024-09-09T20:38:07.900Z[ host-image] Sep 09 20:38:07.136 INFO O| Sep 09 20:38:07.136 INFO copying /tmp/.tmpmWML9b/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 ...
93422024-09-09T20:38:07.900Z[ host-image] Sep 09 20:38:07.136 INFO O| Sep 09 20:38:07.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93432024-09-09T20:38:07.900Z[ host-image] Sep 09 20:38:07.136 INFO O| Sep 09 20:38:07.136 INFO ok!
93442024-09-09T20:38:07.900Z[ host-image] Sep 09 20:38:07.136 INFO O| Sep 09 20:38:07.136 INFO STEP 105 (ensure_file) COMPLETE
93452024-09-09T20:38:07.900Z[ host-image] Sep 09 20:38:07.136 INFO O| Sep 09 20:38:07.136 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-09-09T20:38:07.926Z[ host-image] Sep 09 20:38:07.155 INFO O| Sep 09 20:38:07.155 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93472024-09-09T20:38:07.926Z[ host-image] Sep 09 20:38:07.155 INFO O| Sep 09 20:38:07.155 INFO copying /tmp/.tmpmWML9b/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 ...
93482024-09-09T20:38:07.926Z[ host-image] Sep 09 20:38:07.155 INFO O| Sep 09 20:38:07.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93492024-09-09T20:38:07.926Z[ host-image] Sep 09 20:38:07.155 INFO O| Sep 09 20:38:07.155 INFO ok!
93502024-09-09T20:38:07.926Z[ host-image] Sep 09 20:38:07.155 INFO O| Sep 09 20:38:07.155 INFO STEP 106 (ensure_file) COMPLETE
93512024-09-09T20:38:07.926Z[ host-image] Sep 09 20:38:07.155 INFO O| Sep 09 20:38:07.155 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522024-09-09T20:38:07.950Z[ host-image] Sep 09 20:38:07.176 INFO O| Sep 09 20:38:07.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93532024-09-09T20:38:07.950Z[ host-image] Sep 09 20:38:07.176 INFO O| Sep 09 20:38:07.175 INFO copying /tmp/.tmpmWML9b/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 ...
93542024-09-09T20:38:07.950Z[ host-image] Sep 09 20:38:07.176 INFO O| Sep 09 20:38:07.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93552024-09-09T20:38:07.950Z[ host-image] Sep 09 20:38:07.176 INFO O| Sep 09 20:38:07.176 INFO ok!
93562024-09-09T20:38:07.950Z[ host-image] Sep 09 20:38:07.176 INFO O| Sep 09 20:38:07.176 INFO STEP 107 (ensure_file) COMPLETE
93572024-09-09T20:38:07.950Z[ host-image] Sep 09 20:38:07.176 INFO O| Sep 09 20:38:07.176 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-09-09T20:38:07.974Z[ host-image] Sep 09 20:38:07.200 INFO O| Sep 09 20:38:07.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93592024-09-09T20:38:07.974Z[ host-image] Sep 09 20:38:07.200 INFO O| Sep 09 20:38:07.200 INFO copying /tmp/.tmpmWML9b/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 ...
93602024-09-09T20:38:07.974Z[ host-image] Sep 09 20:38:07.200 INFO O| Sep 09 20:38:07.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93612024-09-09T20:38:07.974Z[ host-image] Sep 09 20:38:07.200 INFO O| Sep 09 20:38:07.200 INFO ok!
93622024-09-09T20:38:07.974Z[ host-image] Sep 09 20:38:07.200 INFO O| Sep 09 20:38:07.200 INFO STEP 108 (ensure_file) COMPLETE
93632024-09-09T20:38:07.974Z[ host-image] Sep 09 20:38:07.200 INFO O| Sep 09 20:38:07.200 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-09-09T20:38:07.999Z[ host-image] Sep 09 20:38:07.225 INFO O| Sep 09 20:38:07.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93652024-09-09T20:38:07.999Z[ host-image] Sep 09 20:38:07.225 INFO O| Sep 09 20:38:07.225 INFO copying /tmp/.tmpmWML9b/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 ...
93662024-09-09T20:38:07.999Z[ host-image] Sep 09 20:38:07.225 INFO O| Sep 09 20:38:07.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93672024-09-09T20:38:07.999Z[ host-image] Sep 09 20:38:07.225 INFO O| Sep 09 20:38:07.225 INFO ok!
93682024-09-09T20:38:07.999Z[ host-image] Sep 09 20:38:07.225 INFO O| Sep 09 20:38:07.225 INFO STEP 109 (ensure_file) COMPLETE
93692024-09-09T20:38:07.999Z[ host-image] Sep 09 20:38:07.225 INFO O| Sep 09 20:38:07.225 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-09-09T20:38:08.024Z[ host-image] Sep 09 20:38:07.250 INFO O| Sep 09 20:38:07.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93712024-09-09T20:38:08.024Z[ host-image] Sep 09 20:38:07.250 INFO O| Sep 09 20:38:07.250 INFO copying /tmp/.tmpmWML9b/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 ...
93722024-09-09T20:38:08.024Z[ host-image] Sep 09 20:38:07.250 INFO O| Sep 09 20:38:07.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93732024-09-09T20:38:08.024Z[ host-image] Sep 09 20:38:07.250 INFO O| Sep 09 20:38:07.250 INFO ok!
93742024-09-09T20:38:08.024Z[ host-image] Sep 09 20:38:07.250 INFO O| Sep 09 20:38:07.250 INFO STEP 110 (ensure_file) COMPLETE
93752024-09-09T20:38:08.024Z[ host-image] Sep 09 20:38:07.250 INFO O| Sep 09 20:38:07.250 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-09-09T20:38:08.048Z[ host-image] Sep 09 20:38:07.275 INFO O| Sep 09 20:38:07.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93772024-09-09T20:38:08.048Z[ host-image] Sep 09 20:38:07.275 INFO O| Sep 09 20:38:07.275 INFO copying /tmp/.tmpmWML9b/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 ...
93782024-09-09T20:38:08.048Z[ host-image] Sep 09 20:38:07.276 INFO O| Sep 09 20:38:07.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93792024-09-09T20:38:08.049Z[ host-image] Sep 09 20:38:07.276 INFO O| Sep 09 20:38:07.275 INFO ok!
93802024-09-09T20:38:08.049Z[ host-image] Sep 09 20:38:07.276 INFO O| Sep 09 20:38:07.276 INFO STEP 111 (ensure_file) COMPLETE
93812024-09-09T20:38:08.049Z[ host-image] Sep 09 20:38:07.276 INFO O| Sep 09 20:38:07.276 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-09-09T20:38:08.073Z[ host-image] Sep 09 20:38:07.302 INFO O| Sep 09 20:38:07.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93832024-09-09T20:38:08.073Z[ host-image] Sep 09 20:38:07.302 INFO O| Sep 09 20:38:07.302 INFO copying /tmp/.tmpmWML9b/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 ...
93842024-09-09T20:38:08.073Z[ host-image] Sep 09 20:38:07.302 INFO O| Sep 09 20:38:07.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93852024-09-09T20:38:08.073Z[ host-image] Sep 09 20:38:07.302 INFO O| Sep 09 20:38:07.302 INFO ok!
93862024-09-09T20:38:08.073Z[ host-image] Sep 09 20:38:07.302 INFO O| Sep 09 20:38:07.302 INFO STEP 112 (ensure_file) COMPLETE
93872024-09-09T20:38:08.073Z[ host-image] Sep 09 20:38:07.303 INFO O| Sep 09 20:38:07.302 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-09-09T20:38:08.098Z[ host-image] Sep 09 20:38:07.333 INFO O| Sep 09 20:38:07.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93892024-09-09T20:38:08.098Z[ host-image] Sep 09 20:38:07.333 INFO O| Sep 09 20:38:07.333 INFO copying /tmp/.tmpmWML9b/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 ...
93902024-09-09T20:38:08.098Z[ host-image] Sep 09 20:38:07.333 INFO O| Sep 09 20:38:07.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93912024-09-09T20:38:08.098Z[ host-image] Sep 09 20:38:07.333 INFO O| Sep 09 20:38:07.333 INFO ok!
93922024-09-09T20:38:08.098Z[ host-image] Sep 09 20:38:07.333 INFO O| Sep 09 20:38:07.333 INFO STEP 113 (ensure_file) COMPLETE
93932024-09-09T20:38:08.098Z[ host-image] Sep 09 20:38:07.333 INFO O| Sep 09 20:38:07.333 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-09-09T20:38:08.122Z[ host-image] Sep 09 20:38:07.354 INFO O| Sep 09 20:38:07.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93952024-09-09T20:38:08.122Z[ host-image] Sep 09 20:38:07.354 INFO O| Sep 09 20:38:07.353 INFO copying /tmp/.tmpmWML9b/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 ...
93962024-09-09T20:38:08.122Z[ host-image] Sep 09 20:38:07.354 INFO O| Sep 09 20:38:07.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93972024-09-09T20:38:08.122Z[ host-image] Sep 09 20:38:07.354 INFO O| Sep 09 20:38:07.354 INFO ok!
93982024-09-09T20:38:08.122Z[ host-image] Sep 09 20:38:07.354 INFO O| Sep 09 20:38:07.354 INFO STEP 114 (ensure_file) COMPLETE
93992024-09-09T20:38:08.123Z[ host-image] Sep 09 20:38:07.354 INFO O| Sep 09 20:38:07.354 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-09-09T20:38:08.147Z[ host-image] Sep 09 20:38:07.380 INFO O| Sep 09 20:38:07.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94012024-09-09T20:38:08.147Z[ host-image] Sep 09 20:38:07.381 INFO O| Sep 09 20:38:07.380 INFO copying /tmp/.tmpmWML9b/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 ...
94022024-09-09T20:38:08.147Z[ host-image] Sep 09 20:38:07.381 INFO O| Sep 09 20:38:07.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94032024-09-09T20:38:08.147Z[ host-image] Sep 09 20:38:07.381 INFO O| Sep 09 20:38:07.381 INFO ok!
94042024-09-09T20:38:08.147Z[ host-image] Sep 09 20:38:07.381 INFO O| Sep 09 20:38:07.381 INFO STEP 115 (ensure_file) COMPLETE
94052024-09-09T20:38:08.147Z[ host-image] Sep 09 20:38:07.381 INFO O| Sep 09 20:38:07.381 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.398 INFO O| Sep 09 20:38:07.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94072024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.398 INFO O| Sep 09 20:38:07.398 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94082024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.398 INFO O| Sep 09 20:38:07.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94092024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.398 INFO O| Sep 09 20:38:07.398 INFO ok!
94102024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.398 INFO O| Sep 09 20:38:07.398 INFO STEP 116 (ensure_file) COMPLETE
94112024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.398 INFO O| Sep 09 20:38:07.398 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.414 INFO O| Sep 09 20:38:07.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94132024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.414 INFO O| Sep 09 20:38:07.414 INFO copying /tmp/.tmpmWML9b/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 ...
94142024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.414 INFO O| Sep 09 20:38:07.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94152024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.414 INFO O| Sep 09 20:38:07.414 INFO ok!
94162024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.414 INFO O| Sep 09 20:38:07.414 INFO STEP 117 (ensure_file) COMPLETE
94172024-09-09T20:38:08.172Z[ host-image] Sep 09 20:38:07.414 INFO O| Sep 09 20:38:07.414 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-09-09T20:38:08.196Z[ host-image] Sep 09 20:38:07.430 INFO O| Sep 09 20:38:07.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94192024-09-09T20:38:08.196Z[ host-image] Sep 09 20:38:07.430 INFO O| Sep 09 20:38:07.430 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94202024-09-09T20:38:08.196Z[ host-image] Sep 09 20:38:07.430 INFO O| Sep 09 20:38:07.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94212024-09-09T20:38:08.196Z[ host-image] Sep 09 20:38:07.430 INFO O| Sep 09 20:38:07.430 INFO ok!
94222024-09-09T20:38:08.197Z[ host-image] Sep 09 20:38:07.430 INFO O| Sep 09 20:38:07.430 INFO STEP 118 (ensure_file) COMPLETE
94232024-09-09T20:38:08.197Z[ host-image] Sep 09 20:38:07.430 INFO O| Sep 09 20:38:07.430 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-09-09T20:38:08.222Z[ host-image] Sep 09 20:38:07.445 INFO O| Sep 09 20:38:07.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94252024-09-09T20:38:08.222Z[ host-image] Sep 09 20:38:07.445 INFO O| Sep 09 20:38:07.445 INFO copying /tmp/.tmpmWML9b/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94262024-09-09T20:38:12.272Z[ host-image] Sep 09 20:38:11.517 INFO O| Sep 09 20:38:11.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94272024-09-09T20:38:12.272Z[ host-image] Sep 09 20:38:11.517 INFO O| Sep 09 20:38:11.517 INFO ok!
94282024-09-09T20:38:12.297Z[ host-image] Sep 09 20:38:11.517 INFO O| Sep 09 20:38:11.517 INFO STEP 119 (ensure_file) COMPLETE
94292024-09-09T20:38:12.297Z[ host-image] Sep 09 20:38:11.517 INFO O| Sep 09 20:38:11.517 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-09-09T20:38:12.297Z[ host-image] Sep 09 20:38:11.536 INFO O| Sep 09 20:38:11.536 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94312024-09-09T20:38:12.297Z[ host-image] Sep 09 20:38:11.536 INFO O| Sep 09 20:38:11.536 INFO STEP 120 (ensure_dir) COMPLETE
94322024-09-09T20:38:12.297Z[ host-image] Sep 09 20:38:11.536 INFO O| Sep 09 20:38:11.536 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-09-09T20:38:12.321Z[ host-image] Sep 09 20:38:11.562 INFO O| Sep 09 20:38:11.562 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94342024-09-09T20:38:12.321Z[ host-image] Sep 09 20:38:11.562 INFO O| Sep 09 20:38:11.562 INFO STEP 121 (ensure_dir) COMPLETE
94352024-09-09T20:38:12.321Z[ host-image] Sep 09 20:38:11.562 INFO O| Sep 09 20:38:11.562 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-09-09T20:38:12.346Z[ host-image] Sep 09 20:38:11.581 INFO O| Sep 09 20:38:11.581 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94372024-09-09T20:38:12.346Z[ host-image] Sep 09 20:38:11.581 INFO O| Sep 09 20:38:11.581 INFO STEP 122 (ensure_dir) COMPLETE
94382024-09-09T20:38:12.346Z[ host-image] Sep 09 20:38:11.581 INFO O| Sep 09 20:38:11.581 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.597 INFO O| Sep 09 20:38:11.597 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94402024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.597 INFO O| Sep 09 20:38:11.597 INFO STEP 123 (ensure_dir) COMPLETE
94412024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.597 INFO O| Sep 09 20:38:11.597 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.611 INFO O| Sep 09 20:38:11.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94432024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.611 INFO O| Sep 09 20:38:11.611 INFO copying /tmp/.tmpmWML9b/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 ...
94442024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.611 INFO O| Sep 09 20:38:11.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94452024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.611 INFO O| Sep 09 20:38:11.611 INFO ok!
94462024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.611 INFO O| Sep 09 20:38:11.611 INFO STEP 124 (ensure_file) COMPLETE
94472024-09-09T20:38:12.370Z[ host-image] Sep 09 20:38:11.611 INFO O| Sep 09 20:38:11.611 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.625 INFO O| Sep 09 20:38:11.625 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94492024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.625 INFO O| Sep 09 20:38:11.625 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94502024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.625 INFO O| Sep 09 20:38:11.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94512024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.625 INFO O| Sep 09 20:38:11.625 INFO STEP 125 (ensure_dir) COMPLETE
94522024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.625 INFO O| Sep 09 20:38:11.625 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.639 INFO O| Sep 09 20:38:11.639 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94542024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.639 INFO O| Sep 09 20:38:11.639 INFO copying /tmp/.tmpmWML9b/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94552024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.639 INFO O| Sep 09 20:38:11.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94562024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.639 INFO O| Sep 09 20:38:11.639 INFO ok!
94572024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.639 INFO O| Sep 09 20:38:11.639 INFO STEP 126 (ensure_file) COMPLETE
94582024-09-09T20:38:12.395Z[ host-image] Sep 09 20:38:11.639 INFO O| Sep 09 20:38:11.639 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94592024-09-09T20:38:12.419Z[ host-image] Sep 09 20:38:11.660 INFO O| Sep 09 20:38:11.660 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94602024-09-09T20:38:12.419Z[ host-image] Sep 09 20:38:11.660 INFO O| Sep 09 20:38:11.660 INFO STEP 127 (remove_files) COMPLETE
94612024-09-09T20:38:12.419Z[ host-image] Sep 09 20:38:11.660 INFO O| Sep 09 20:38:11.660 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94622024-09-09T20:38:12.444Z[ host-image] Sep 09 20:38:11.677 INFO O| Sep 09 20:38:11.676 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94632024-09-09T20:38:12.444Z[ host-image] Sep 09 20:38:11.677 INFO O| Sep 09 20:38:11.677 INFO STEP 128 (remove_files) COMPLETE
94642024-09-09T20:38:12.444Z[ host-image] Sep 09 20:38:11.677 INFO O| Sep 09 20:38:11.677 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94652024-09-09T20:38:12.468Z[ host-image] Sep 09 20:38:11.693 INFO O| Sep 09 20:38:11.693 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94662024-09-09T20:38:12.468Z[ host-image] Sep 09 20:38:11.693 INFO O| Sep 09 20:38:11.693 INFO STEP 129 (remove_files) COMPLETE
94672024-09-09T20:38:12.468Z[ host-image] Sep 09 20:38:11.693 INFO O| Sep 09 20:38:11.693 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94682024-09-09T20:38:12.468Z[ host-image] Sep 09 20:38:11.709 INFO O| Sep 09 20:38:11.709 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94692024-09-09T20:38:12.468Z[ host-image] Sep 09 20:38:11.710 INFO O| Sep 09 20:38:11.710 INFO STEP 130 (remove_files) COMPLETE
94702024-09-09T20:38:12.468Z[ host-image] Sep 09 20:38:11.710 INFO O| Sep 09 20:38:11.710 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94712024-09-09T20:38:12.493Z[ host-image] Sep 09 20:38:11.727 INFO O| Sep 09 20:38:11.726 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94722024-09-09T20:38:12.493Z[ host-image] Sep 09 20:38:11.727 INFO O| Sep 09 20:38:11.727 INFO STEP 131 (remove_files) COMPLETE
94732024-09-09T20:38:12.493Z[ host-image] Sep 09 20:38:11.727 INFO O| Sep 09 20:38:11.727 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94742024-09-09T20:38:12.517Z[ host-image] Sep 09 20:38:11.743 INFO O| Sep 09 20:38:11.743 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94752024-09-09T20:38:12.517Z[ host-image] Sep 09 20:38:11.743 INFO O| Sep 09 20:38:11.743 INFO STEP 132 (remove_files) COMPLETE
94762024-09-09T20:38:12.517Z[ host-image] Sep 09 20:38:11.743 INFO O| Sep 09 20:38:11.743 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94772024-09-09T20:38:12.517Z[ host-image] Sep 09 20:38:11.761 INFO O| Sep 09 20:38:11.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94782024-09-09T20:38:12.517Z[ host-image] Sep 09 20:38:11.761 INFO O| Sep 09 20:38:11.761 INFO STEP 133 (remove_files) COMPLETE
94792024-09-09T20:38:12.517Z[ host-image] Sep 09 20:38:11.761 INFO O| Sep 09 20:38:11.761 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94802024-09-09T20:38:12.542Z[ host-image] Sep 09 20:38:11.778 INFO O| Sep 09 20:38:11.778 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94812024-09-09T20:38:12.542Z[ host-image] Sep 09 20:38:11.779 INFO O| Sep 09 20:38:11.779 INFO STEP 134 (remove_files) COMPLETE
94822024-09-09T20:38:12.542Z[ host-image] Sep 09 20:38:11.779 INFO O| Sep 09 20:38:11.779 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94832024-09-09T20:38:12.566Z[ host-image] Sep 09 20:38:11.794 INFO O| Sep 09 20:38:11.794 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94842024-09-09T20:38:12.566Z[ host-image] Sep 09 20:38:11.794 INFO O| Sep 09 20:38:11.794 INFO STEP 135 (remove_files) COMPLETE
94852024-09-09T20:38:12.566Z[ host-image] Sep 09 20:38:11.794 INFO O| Sep 09 20:38:11.794 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94862024-09-09T20:38:12.566Z[ host-image] Sep 09 20:38:11.809 INFO O| Sep 09 20:38:11.809 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94872024-09-09T20:38:12.566Z[ host-image] Sep 09 20:38:11.809 INFO O| Sep 09 20:38:11.809 INFO STEP 136 (remove_files) COMPLETE
94882024-09-09T20:38:12.567Z[ host-image] Sep 09 20:38:11.809 INFO O| Sep 09 20:38:11.809 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94892024-09-09T20:38:12.591Z[ host-image] Sep 09 20:38:11.825 INFO O| Sep 09 20:38:11.825 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94902024-09-09T20:38:12.591Z[ host-image] Sep 09 20:38:11.825 INFO O| Sep 09 20:38:11.825 INFO STEP 137 (remove_files) COMPLETE
94912024-09-09T20:38:12.591Z[ host-image] Sep 09 20:38:11.825 INFO O| Sep 09 20:38:11.825 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94922024-09-09T20:38:12.615Z[ host-image] Sep 09 20:38:11.841 INFO O| Sep 09 20:38:11.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94932024-09-09T20:38:12.615Z[ host-image] Sep 09 20:38:11.841 INFO O| Sep 09 20:38:11.841 INFO STEP 138 (remove_files) COMPLETE
94942024-09-09T20:38:12.615Z[ host-image] Sep 09 20:38:11.841 INFO O| Sep 09 20:38:11.841 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94952024-09-09T20:38:12.615Z[ host-image] Sep 09 20:38:11.855 INFO O| Sep 09 20:38:11.855 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94962024-09-09T20:38:12.615Z[ host-image] Sep 09 20:38:11.856 INFO O| Sep 09 20:38:11.856 INFO STEP 139 (remove_files) COMPLETE
94972024-09-09T20:38:12.615Z[ host-image] Sep 09 20:38:11.856 INFO O| Sep 09 20:38:11.856 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94982024-09-09T20:38:12.640Z[ host-image] Sep 09 20:38:11.871 INFO O| Sep 09 20:38:11.871 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94992024-09-09T20:38:12.640Z[ host-image] Sep 09 20:38:11.871 INFO O| Sep 09 20:38:11.871 INFO STEP 140 (remove_files) COMPLETE
95002024-09-09T20:38:12.640Z[ host-image] Sep 09 20:38:11.871 INFO O| Sep 09 20:38:11.871 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95012024-09-09T20:38:12.664Z[ host-image] Sep 09 20:38:11.886 INFO O| Sep 09 20:38:11.886 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95022024-09-09T20:38:12.664Z[ host-image] Sep 09 20:38:11.886 INFO O| Sep 09 20:38:11.886 INFO STEP 141 (remove_files) COMPLETE
95032024-09-09T20:38:12.664Z[ host-image] Sep 09 20:38:11.886 INFO O| Sep 09 20:38:11.886 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95042024-09-09T20:38:12.664Z[ host-image] Sep 09 20:38:11.899 INFO O| Sep 09 20:38:11.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95052024-09-09T20:38:12.665Z[ host-image] Sep 09 20:38:11.899 INFO O| Sep 09 20:38:11.899 INFO STEP 142 (remove_files) COMPLETE
95062024-09-09T20:38:12.665Z[ host-image] Sep 09 20:38:11.899 INFO O| Sep 09 20:38:11.899 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95072024-09-09T20:38:12.689Z[ host-image] Sep 09 20:38:11.911 INFO O| Sep 09 20:38:11.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95082024-09-09T20:38:12.689Z[ host-image] Sep 09 20:38:11.911 INFO O| Sep 09 20:38:11.911 INFO STEP 143 (remove_files) COMPLETE
95092024-09-09T20:38:12.689Z[ host-image] Sep 09 20:38:11.911 INFO O| Sep 09 20:38:11.911 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95102024-09-09T20:38:12.689Z[ host-image] Sep 09 20:38:11.927 INFO O| Sep 09 20:38:11.927 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95112024-09-09T20:38:12.689Z[ host-image] Sep 09 20:38:11.927 INFO O| Sep 09 20:38:11.927 INFO STEP 144 (remove_files) COMPLETE
95122024-09-09T20:38:12.689Z[ host-image] Sep 09 20:38:11.927 INFO O| Sep 09 20:38:11.927 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95132024-09-09T20:38:12.713Z[ host-image] Sep 09 20:38:11.941 INFO O| Sep 09 20:38:11.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95142024-09-09T20:38:12.713Z[ host-image] Sep 09 20:38:11.941 INFO O| Sep 09 20:38:11.941 INFO STEP 145 (remove_files) COMPLETE
95152024-09-09T20:38:12.713Z[ host-image] Sep 09 20:38:11.941 INFO O| Sep 09 20:38:11.941 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95162024-09-09T20:38:12.713Z[ host-image] Sep 09 20:38:11.956 INFO O| Sep 09 20:38:11.955 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95172024-09-09T20:38:12.713Z[ host-image] Sep 09 20:38:11.956 INFO O| Sep 09 20:38:11.956 INFO STEP 146 (remove_files) COMPLETE
95182024-09-09T20:38:12.714Z[ host-image] Sep 09 20:38:11.956 INFO O| Sep 09 20:38:11.956 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95192024-09-09T20:38:12.738Z[ host-image] Sep 09 20:38:11.984 INFO O| Sep 09 20:38:11.983 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95202024-09-09T20:38:12.738Z[ host-image] Sep 09 20:38:11.984 INFO O| Sep 09 20:38:11.984 INFO STEP 147 (remove_files) COMPLETE
95212024-09-09T20:38:12.739Z[ host-image] Sep 09 20:38:11.984 INFO O| Sep 09 20:38:11.984 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95222024-09-09T20:38:12.763Z[ host-image] Sep 09 20:38:12.001 INFO O| Sep 09 20:38:12.001 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95232024-09-09T20:38:12.763Z[ host-image] Sep 09 20:38:12.002 INFO O| Sep 09 20:38:12.002 INFO STEP 148 (remove_files) COMPLETE
95242024-09-09T20:38:12.763Z[ host-image] Sep 09 20:38:12.002 INFO O| Sep 09 20:38:12.002 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95252024-09-09T20:38:12.787Z[ host-image] Sep 09 20:38:12.017 INFO O| Sep 09 20:38:12.017 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95262024-09-09T20:38:12.787Z[ host-image] Sep 09 20:38:12.018 INFO O| Sep 09 20:38:12.018 INFO STEP 149 (remove_files) COMPLETE
95272024-09-09T20:38:12.787Z[ host-image] Sep 09 20:38:12.018 INFO O| Sep 09 20:38:12.018 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95282024-09-09T20:38:12.812Z[ host-image] Sep 09 20:38:12.033 INFO O| Sep 09 20:38:12.033 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95292024-09-09T20:38:12.812Z[ host-image] Sep 09 20:38:12.033 INFO O| Sep 09 20:38:12.033 INFO STEP 150 (remove_files) COMPLETE
95302024-09-09T20:38:12.812Z[ host-image] Sep 09 20:38:12.033 INFO O| Sep 09 20:38:12.033 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95312024-09-09T20:38:12.812Z[ host-image] Sep 09 20:38:12.055 INFO O| Sep 09 20:38:12.055 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95322024-09-09T20:38:12.812Z[ host-image] Sep 09 20:38:12.056 INFO O| Sep 09 20:38:12.056 INFO STEP 151 (remove_files) COMPLETE
95332024-09-09T20:38:12.812Z[ host-image] Sep 09 20:38:12.056 INFO O| Sep 09 20:38:12.056 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95342024-09-09T20:38:12.837Z[ host-image] Sep 09 20:38:12.072 INFO O| Sep 09 20:38:12.072 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95352024-09-09T20:38:12.837Z[ host-image] Sep 09 20:38:12.072 INFO O| Sep 09 20:38:12.072 INFO STEP 152 (remove_files) COMPLETE
95362024-09-09T20:38:12.838Z[ host-image] Sep 09 20:38:12.072 INFO O| Sep 09 20:38:12.072 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95372024-09-09T20:38:12.862Z[ host-image] Sep 09 20:38:12.092 INFO O| Sep 09 20:38:12.092 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95382024-09-09T20:38:12.862Z[ host-image] Sep 09 20:38:12.092 INFO O| Sep 09 20:38:12.092 INFO STEP 153 (remove_files) COMPLETE
95392024-09-09T20:38:12.862Z[ host-image] Sep 09 20:38:12.093 INFO O| Sep 09 20:38:12.092 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95402024-09-09T20:38:12.886Z[ host-image] Sep 09 20:38:12.113 INFO O| Sep 09 20:38:12.113 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95412024-09-09T20:38:12.886Z[ host-image] Sep 09 20:38:12.113 INFO O| Sep 09 20:38:12.113 INFO STEP 154 (remove_files) COMPLETE
95422024-09-09T20:38:12.886Z[ host-image] Sep 09 20:38:12.113 INFO O| Sep 09 20:38:12.113 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95432024-09-09T20:38:12.886Z[ host-image] Sep 09 20:38:12.130 INFO O| Sep 09 20:38:12.130 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95442024-09-09T20:38:12.886Z[ host-image] Sep 09 20:38:12.130 INFO O| Sep 09 20:38:12.130 INFO STEP 155 (remove_files) COMPLETE
95452024-09-09T20:38:12.886Z[ host-image] Sep 09 20:38:12.130 INFO O| Sep 09 20:38:12.130 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95462024-09-09T20:38:12.911Z[ host-image] Sep 09 20:38:12.154 INFO O| Sep 09 20:38:12.154 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95472024-09-09T20:38:12.911Z[ host-image] Sep 09 20:38:12.154 INFO O| Sep 09 20:38:12.154 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95482024-09-09T20:38:20.133Z[ host-image] Sep 09 20:38:19.378 INFO O| Sep 09 20:38:19.378 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
95492024-09-09T20:38:20.134Z[ host-image] Sep 09 20:38:19.378 INFO O| Sep 09 20:38:19.378 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95502024-09-09T20:38:20.158Z[ host-image] Sep 09 20:38:19.397 INFO O| Sep 09 20:38:19.397 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"}
95512024-09-09T20:38:20.268Z[ host-image] Sep 09 20:38:19.513 INFO O| Sep 09 20:38:19.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95522024-09-09T20:38:20.268Z[ host-image] Sep 09 20:38:19.513 INFO O| Sep 09 20:38:19.513 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95532024-09-09T20:38:20.293Z[ host-image] Sep 09 20:38:19.516 INFO O| Sep 09 20:38:19.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95542024-09-09T20:38:20.293Z[ host-image] Sep 09 20:38:19.516 INFO O| Sep 09 20:38:19.516 INFO ok!
95552024-09-09T20:38:20.293Z[ host-image] Sep 09 20:38:19.516 INFO O| Sep 09 20:38:19.516 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95562024-09-09T20:38:20.293Z[ host-image] Sep 09 20:38:19.516 INFO O| Sep 09 20:38:19.516 INFO STEP 156 (seed_smf) COMPLETE
95572024-09-09T20:38:20.293Z[ host-image] Sep 09 20:38:19.516 INFO O| Sep 09 20:38:19.516 INFO steps complete; finalising image!
95582024-09-09T20:38:20.293Z[ host-image] Sep 09 20:38:19.516 INFO O| Sep 09 20:38:19.516 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95592024-09-09T20:38:20.451Z[ host-image] Sep 09 20:38:19.695 INFO O| Sep 09 20:38:19.695 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Sep 9 20:38:19 2024)
95602024-09-09T20:38:20.668Z[ host-image] Sep 09 20:38:19.912 INFO O| Sep 09 20:38:19.912 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Mon Sep 9 20:38:19 2024)
95612024-09-09T20:38:20.906Z[ host-image] Sep 09 20:38:20.149 INFO O| Sep 09 20:38:20.149 INFO temporary pool has 674M used, 158M avail, 1.87x compressratio
95622024-09-09T20:38:20.906Z[ host-image] Sep 09 20:38:20.149 INFO O| Sep 09 20:38:20.149 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95632024-09-09T20:38:21.336Z[ host-image] Sep 09 20:38:20.580 INFO O| Sep 09 20:38:20.580 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95642024-09-09T20:38:21.336Z[ host-image] Sep 09 20:38:20.580 INFO O| Sep 09 20:38:20.580 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95652024-09-09T20:38:22.821Z[ host-image] Sep 09 20:38:22.066 INFO O| Sep 09 20:38:22.066 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95662024-09-09T20:38:22.821Z[ host-image] Sep 09 20:38:22.066 INFO O| Sep 09 20:38:22.066 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95672024-09-09T20:38:22.845Z[ host-image] Sep 09 20:38:22.066 INFO O| Sep 09 20:38:22.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95682024-09-09T20:38:22.845Z[ host-image] Sep 09 20:38:22.066 INFO O| Sep 09 20:38:22.066 INFO completed processing gimlet/zfs
95692024-09-09T20:38:22.845Z[ host-image] Sep 09 20:38:22.066 INFO O| Sep 09 20:38:22.066 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95702024-09-09T20:38:23.473Z[ host-image] Sep 09 20:38:22.718 INFO O| Sep 09 20:38:22.718 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95712024-09-09T20:38:23.537Z[ host-image] Sep 09 20:38:22.782 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
95722024-09-09T20:38:23.538Z[ host-image] Sep 09 20:38:22.783 INFO expanded image name: "ci 6f40029/${os_short_commit} 2024-09-09 20:09" -> "ci 6f40029/231eef1 2024-09-09 20:09"
95732024-09-09T20:38:23.562Z[ host-image] Sep 09 20:38:22.783 INFO output artefacts stored in: "/work/os-host"
95742024-09-09T20:38:23.562Z[ host-image] Sep 09 20:38:22.783 INFO collecting git info from project "amd-firmware"...
95752024-09-09T20:38:23.562Z[ host-image] Sep 09 20:38:22.804 INFO collecting git info from project "pilot"...
95762024-09-09T20:38:23.587Z[ host-image] Sep 09 20:38:22.820 INFO collecting git info from project "bootserver"...
95772024-09-09T20:38:23.587Z[ host-image] Sep 09 20:38:22.828 INFO collecting git info from project "chelsio-t6-roms"...
95782024-09-09T20:38:23.611Z[ host-image] Sep 09 20:38:22.836 INFO collecting git info from project "phbl"...
95792024-09-09T20:38:23.611Z[ host-image] Sep 09 20:38:22.849 INFO collecting git info from project "image-builder"...
95802024-09-09T20:38:23.638Z[ host-image] Sep 09 20:38:22.857 INFO collecting git info from project "pinprick"...
95812024-09-09T20:38:23.638Z[ host-image] Sep 09 20:38:22.865 INFO collecting git info from project "amd-host-image-builder"...
95822024-09-09T20:38:23.663Z[ host-image] Sep 09 20:38:22.892 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95832024-09-09T20:38:24.205Z[ host-image] Sep 09 20:38:23.450 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95842024-09-09T20:38:24.703Z[ host-image] Sep 09 20:38:23.948 INFO creating Oxide boot image...
95852024-09-09T20:38:24.704Z[ host-image] Sep 09 20:38:23.949 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 6f40029/231eef1 2024-09-09 20:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95862024-09-09T20:38:25.999Z[ host-image] Sep 09 20:38:25.244 INFO O| ok, image written!
95872024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.245 INFO O| ok, boot_image_csum file written!
95882024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.249 INFO creating boot archive (CPIO)...
95892024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.249 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
95902024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.261 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95912024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.261 INFO E| + outfile=/work/os-host/cpio
95922024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.261 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95932024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.264 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95942024-09-09T20:38:26.024Z[ host-image] Sep 09 20:38:25.264 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95952024-09-09T20:38:26.075Z[ host-image] Sep 09 20:38:25.320 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95962024-09-09T20:38:26.075Z[ host-image] Sep 09 20:38:25.320 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95972024-09-09T20:38:26.100Z[ host-image] Sep 09 20:38:25.331 INFO creating compressed cpio/unix for nanobl-rs...
95982024-09-09T20:38:26.100Z[ host-image] Sep 09 20:38:25.331 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
95992024-09-09T20:38:26.432Z[ host-image] Sep 09 20:38:25.677 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96002024-09-09T20:38:31.668Z[ host-image] Sep 09 20:38:30.914 INFO creating reset image...
96012024-09-09T20:38:31.694Z[ host-image] Sep 09 20:38:30.914 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96022024-09-09T20:38:31.798Z[ host-image] Sep 09 20:38:31.043 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
96032024-09-09T20:38:31.822Z[ host-image] Sep 09 20:38:31.045 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96042024-09-09T20:38:31.875Z[ host-image] Sep 09 20:38:31.120 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96052024-09-09T20:38:34.389Z[ host-image] Sep 09 20:38:33.634 INFO E| Finished `release` profile [optimized] target(s) in 2.57s
96062024-09-09T20:38:34.414Z[ host-image] Sep 09 20:38:33.650 INFO building host image...
96072024-09-09T20:38:34.414Z[ host-image] Sep 09 20:38:33.650 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")
96082024-09-09T20:38:34.967Z[ host-image] Sep 09 20:38:34.213 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96092024-09-09T20:39:30.925Z[ host-image] Sep 09 20:39:30.170 INFO image complete! materials are in "/work/os-host"
96102024-09-09T20:39:30.950Z[ host-image]
96112024-09-09T20:39:30.950Z[ host-image] real 9:18.644764861
96122024-09-09T20:39:30.950Z[ host-image] user 4:21.877962427
96132024-09-09T20:39:30.950Z[ host-image] sys 1:05.185455584
96142024-09-09T20:39:30.950Z[ host-image] trap 0.165415548
96152024-09-09T20:39:30.950Z[ host-image] tflt 0.008567706
96162024-09-09T20:39:30.950Z[ host-image] dflt 0.076174060
96172024-09-09T20:39:30.951Z[ host-image] kflt 0.000062643
96182024-09-09T20:39:30.951Z[ host-image] lock 9:30.713560242
96192024-09-09T20:39:30.951Z[ host-image] slp 48:34.396560943
96202024-09-09T20:39:30.951Z[ host-image] lat 1:20.767645766
96212024-09-09T20:39:30.951Z[ host-image] stop 0.325660746
96222024-09-09T20:39:30.951ZSep 09 20:39:30.176 INFO [host-image] process exited with exit status: 0 (558.666876743s)
96232024-09-09T20:39:30.951ZSep 09 20:39:30.177 INFO [tuf-repo] running task
96242024-09-09T20:39:40.281ZSep 09 20:39:39.527 INFO assembling repository in `/tmp/tufaceousLNMMdL`, component: OmicronRepoAssembler
96252024-09-09T20:39:47.167ZSep 09 20:39:46.411 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96262024-09-09T20:39:47.440ZSep 09 20:39:46.686 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96272024-09-09T20:40:13.737ZSep 09 20:40:12.983 INFO [tuf-repo] task succeeded (42.806120128s)
96282024-09-09T20:40:13.737ZSep 09 20:40:12.983 INFO all jobs completed in 1826.664619627s
96292024-09-09T20:40:14.562Zprocess exited: duration 2340161 ms, exit code 0
 
96302024-09-09T20:40:14.643Zfound 33 output files
96312024-09-09T20:40:14.643Zuploading: /work/manifest.toml (8404 bytes)
96322024-09-09T20:40:15.763Zuploaded: /work/manifest.toml
96332024-09-09T20:40:15.763Zuploading: /work/repo.zip (1792955574 bytes)
96342024-09-09T20:42:22.165Zuploaded: /work/repo.zip
96352024-09-09T20:42:22.165Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96362024-09-09T20:42:23.265Zuploaded: /work/repo.zip.sha256.txt
96372024-09-09T20:42:23.265Zuploading: /work/helios-setup.log (52339 bytes)
96382024-09-09T20:42:24.445Zuploaded: /work/helios-setup.log
96392024-09-09T20:42:24.445Zuploading: /work/host-image.log (194518 bytes)
96402024-09-09T20:42:25.650Zuploaded: /work/host-image.log
96412024-09-09T20:42:25.650Zuploading: /work/host-package.log (19598 bytes)
96422024-09-09T20:42:26.786Zuploaded: /work/host-package.log
96432024-09-09T20:42:26.787Zuploading: /work/host-target.log (101 bytes)
96442024-09-09T20:42:27.879Zuploaded: /work/host-target.log
96452024-09-09T20:42:27.879Zuploading: /work/omicron-package.log (4418 bytes)
96462024-09-09T20:42:28.973Zuploaded: /work/omicron-package.log
96472024-09-09T20:42:28.973Zuploading: /work/phbl-toolchain.log (881 bytes)
96482024-09-09T20:42:30.068Zuploaded: /work/phbl-toolchain.log
96492024-09-09T20:42:30.068Zuploading: /work/recovery-image.log (590896 bytes)
96502024-09-09T20:42:31.318Zuploaded: /work/recovery-image.log
96512024-09-09T20:42:31.318Zuploading: /work/recovery-package.log (282 bytes)
96522024-09-09T20:42:32.411Zuploaded: /work/recovery-package.log
96532024-09-09T20:42:32.411Zuploading: /work/recovery-target.log (98 bytes)
96542024-09-09T20:42:33.504Zuploaded: /work/recovery-target.log
96552024-09-09T20:42:33.504Zuploading: /work/stamp-clickhouse.log (117 bytes)
96562024-09-09T20:42:34.597Zuploaded: /work/stamp-clickhouse.log
96572024-09-09T20:42:34.597Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96582024-09-09T20:42:35.689Zuploaded: /work/stamp-clickhouse_keeper.log
96592024-09-09T20:42:35.689Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96602024-09-09T20:42:36.782Zuploaded: /work/stamp-cockroachdb.log
96612024-09-09T20:42:36.782Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96622024-09-09T20:42:37.878Zuploaded: /work/stamp-crucible-dtrace.log
96632024-09-09T20:42:37.902Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96642024-09-09T20:42:38.974Zuploaded: /work/stamp-crucible-pantry-zone.log
96652024-09-09T20:42:38.974Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96662024-09-09T20:42:40.069Zuploaded: /work/stamp-crucible-zone.log
96672024-09-09T20:42:40.069Zuploading: /work/stamp-external-dns.log (119 bytes)
96682024-09-09T20:42:41.166Zuploaded: /work/stamp-external-dns.log
96692024-09-09T20:42:41.166Zuploading: /work/stamp-installinator.log (103 bytes)
96702024-09-09T20:42:42.262Zuploaded: /work/stamp-installinator.log
96712024-09-09T20:42:42.262Zuploading: /work/stamp-internal-dns.log (119 bytes)
96722024-09-09T20:42:43.357Zuploaded: /work/stamp-internal-dns.log
96732024-09-09T20:42:43.357Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96742024-09-09T20:42:44.453Zuploaded: /work/stamp-mg-ddm-gz.log
96752024-09-09T20:42:44.453Zuploading: /work/stamp-nexus.log (112 bytes)
96762024-09-09T20:42:45.548Zuploaded: /work/stamp-nexus.log
96772024-09-09T20:42:45.548Zuploading: /work/stamp-ntp.log (110 bytes)
96782024-09-09T20:42:46.645Zuploaded: /work/stamp-ntp.log
96792024-09-09T20:42:46.645Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96802024-09-09T20:42:47.740Zuploaded: /work/stamp-omicron-sled-agent.log
96812024-09-09T20:42:47.741Zuploading: /work/stamp-overlay.log (114 bytes)
96822024-09-09T20:42:48.836Zuploaded: /work/stamp-overlay.log
96832024-09-09T20:42:48.836Zuploading: /work/stamp-oximeter.log (115 bytes)
96842024-09-09T20:42:49.932Zuploaded: /work/stamp-oximeter.log
96852024-09-09T20:42:49.932Zuploading: /work/stamp-oxlog.log (109 bytes)
96862024-09-09T20:42:51.029Zuploaded: /work/stamp-oxlog.log
96872024-09-09T20:42:51.029Zuploading: /work/stamp-probe.log (112 bytes)
96882024-09-09T20:42:52.125Zuploaded: /work/stamp-probe.log
96892024-09-09T20:42:52.125Zuploading: /work/stamp-propolis-server.log (122 bytes)
96902024-09-09T20:42:53.220Zuploaded: /work/stamp-propolis-server.log
96912024-09-09T20:42:53.220Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96922024-09-09T20:42:54.316Zuploaded: /work/stamp-pumpkind-gz.log
96932024-09-09T20:42:54.316Zuploading: /work/stamp-switch-asic.log (118 bytes)
96942024-09-09T20:42:55.412Zuploaded: /work/stamp-switch-asic.log
96952024-09-09T20:42:55.412Zuploading: /work/verify-libraries.log (3116 bytes)
96962024-09-09T20:42:56.510Zuploaded: /work/verify-libraries.log