01J802CWMDW99YS90488J9AZYW: 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: 01J802D9XPEJT27MFTS5BM4N1Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-17T13:24:06.565Zjob assigned to worker 01J802DCE05WJVCZD4NRS725W1 (queued for 1 m 0 s)
 
22024-09-17T13:24:15.335Zstarting task 0: "setup"
32024-09-17T13:24:15.342Z++ uname -s
42024-09-17T13:24:15.345Z+ kern=SunOS
52024-09-17T13:24:15.345Z+ case "$kern" in
62024-09-17T13:24:15.345Z+ groupadd -g 12345 build
72024-09-17T13:24:15.348Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-17T13:24:17.357Z+ zfs create -o mountpoint=/work rpool/work
92024-09-17T13:24:17.498Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-17T13:24:17.500Z+ home_fs=zfs
112024-09-17T13:24:17.501Z+ [[ zfs == autofs ]]
122024-09-17T13:24:17.501Z+ mkdir -p /home/build
132024-09-17T13:24:17.504Z+ chown build:build /home/build /work
142024-09-17T13:24:19.504Z+ chmod 0700 /home/build /work
152024-09-17T13:24:19.507Zprocess exited: duration 4174 ms, exit code 0
 
162024-09-17T13:24:19.512Zstarting task 1: "rust-toolchain"
172024-09-17T13:24:19.517Z+ printf ' * toolchain channel = "%s"
182024-09-17T13:24:19.517Z' 1.80.1
192024-09-17T13:24:19.517Z+ printf ' * toolchain profile = "%s"
202024-09-17T13:24:19.517Z * toolchain channel = "1.80.1"
212024-09-17T13:24:19.517Z' default
222024-09-17T13:24:19.517Z * toolchain profile = "default"
232024-09-17T13:24:19.520Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-17T13:24:19.520Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-17T13:24:19.638Zinfo: downloading installer
262024-09-17T13:24:20.838Zinfo: profile set to 'default'
272024-09-17T13:24:20.838Zinfo: default host triple is x86_64-unknown-illumos
282024-09-17T13:24:20.840Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-17T13:24:20.967Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-17T13:24:20.967Zinfo: downloading component 'cargo'
312024-09-17T13:24:21.622Zinfo: downloading component 'clippy'
322024-09-17T13:24:21.852Zinfo: downloading component 'rust-docs'
332024-09-17T13:24:22.763Zinfo: downloading component 'rust-std'
342024-09-17T13:24:24.041Zinfo: downloading component 'rustc'
352024-09-17T13:24:27.817Zinfo: downloading component 'rustfmt'
362024-09-17T13:24:28.026Zinfo: installing component 'cargo'
372024-09-17T13:24:28.877Zinfo: installing component 'clippy'
382024-09-17T13:24:29.263Zinfo: installing component 'rust-docs'
392024-09-17T13:24:30.921Zinfo: installing component 'rust-std'
402024-09-17T13:24:32.601Zinfo: installing component 'rustc'
412024-09-17T13:24:36.951Zinfo: installing component 'rustfmt'
422024-09-17T13:24:37.303Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-17T13:24:37.303Z
442024-09-17T13:24:37.557Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-17T13:24:37.557Z
462024-09-17T13:24:37.560Z
472024-09-17T13:24:37.560ZRust is installed now. Great!
482024-09-17T13:24:37.560Z
492024-09-17T13:24:37.560ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-17T13:24:37.560Zenvironment variable. This has not been done automatically.
512024-09-17T13:24:37.560Z
522024-09-17T13:24:37.560ZTo configure your current shell, you need to source
532024-09-17T13:24:37.560Zthe corresponding env file under $HOME/.cargo.
542024-09-17T13:24:37.560Z
552024-09-17T13:24:37.560ZThis is usually done by running one of the following (note the leading DOT):
562024-09-17T13:24:37.560Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-17T13:24:37.560Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-17T13:24:37.607Z+ rustc --version
592024-09-17T13:24:37.670Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-17T13:24:37.673Zprocess exited: duration 18158 ms, exit code 0
 
612024-09-17T13:24:37.678Zstarting task 2: "authentication"
622024-09-17T13:24:37.699Zprocess exited: duration 20 ms, exit code 0
 
632024-09-17T13:24:37.704Zstarting task 3: "clone repository"
642024-09-17T13:24:37.709Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-17T13:24:37.711Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-17T13:24:38.002ZCloning into '/work/oxidecomputer/omicron'...
672024-09-17T13:24:45.503Z+ cd /work/oxidecomputer/omicron
682024-09-17T13:24:45.503Z+ git fetch origin a4ce8b110394cf242444a062503d1096b8dbcf03
692024-09-17T13:24:45.819ZFrom https://github.com/oxidecomputer/omicron
702024-09-17T13:24:45.819Z * branch a4ce8b110394cf242444a062503d1096b8dbcf03 -> FETCH_HEAD
712024-09-17T13:24:45.828Z+ [[ -n sprockets ]]
722024-09-17T13:24:45.831Z++ git branch --show-current
732024-09-17T13:24:45.834Z+ current=main
742024-09-17T13:24:45.834Z+ [[ main != sprockets ]]
752024-09-17T13:24:45.834Z+ git branch -f sprockets a4ce8b110394cf242444a062503d1096b8dbcf03
762024-09-17T13:24:45.836Z+ git checkout -f sprockets
772024-09-17T13:24:45.991ZSwitched to branch 'sprockets'
782024-09-17T13:24:45.994Z+ git reset --hard a4ce8b110394cf242444a062503d1096b8dbcf03
792024-09-17T13:24:46.004ZHEAD is now at a4ce8b110 Connect over the bootstrap network using sprockets_tls
802024-09-17T13:24:46.007Zprocess exited: duration 8299 ms, exit code 0
 
812024-09-17T13:24:46.012Zstarting task 4: "build"
822024-09-17T13:24:46.017Z+ cargo --version
832024-09-17T13:24:46.072Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-17T13:24:46.074Z+ rustc --version
852024-09-17T13:24:46.131Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-17T13:24:46.134Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-17T13:25:13.317Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-17T13:25:16.137Z Startup: Caching catalogs ... Done
892024-09-17T13:25:18.802ZPlanning: Solver setup ... Done (2.034s)
902024-09-17T13:25:18.838ZPlanning: Running solver ... Done (0.035s)
912024-09-17T13:25:19.022ZPlanning: Finding local manifests ... Done (0.141s)
922024-09-17T13:25:19.035ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-17T13:25:19.248ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-17T13:25:19.678ZPlanning: Package planning ... Done (0.430s)
952024-09-17T13:25:19.733ZPlanning: Merging actions ... Done (0.054s)
962024-09-17T13:25:21.592ZPlanning: Checking for conflicting actions ... Done (1.859s)
972024-09-17T13:25:32.572ZPlanning: Consolidating action changes ... Done (10.971s)
982024-09-17T13:25:33.071ZPlanning: Evaluating mediators ... Done (0.505s)
992024-09-17T13:25:33.273ZPlanning: Planning completed in 17.06 seconds
1002024-09-17T13:25:34.950Z Packages to install: 4
1012024-09-17T13:25:34.950Z Packages to update: 1
1022024-09-17T13:25:34.953Z Mediators to change: 2
1032024-09-17T13:25:34.953Z Services to change: 1
1042024-09-17T13:25:34.953Z Estimated space available: 155.71 GB
1052024-09-17T13:25:34.954ZEstimated space to be consumed: 1.54 GB
1062024-09-17T13:25:34.954Z Create boot environment: No
1072024-09-17T13:25:34.954ZCreate backup boot environment: Yes
1082024-09-17T13:25:34.954Z Rebuild boot archive: No
1092024-09-17T13:25:34.954Z
1102024-09-17T13:25:34.954ZChanged mediators:
1112024-09-17T13:25:34.954Z mediator clang:
1122024-09-17T13:25:34.954Z version: None -> 15 (system default)
1132024-09-17T13:25:34.954Z
1142024-09-17T13:25:34.954Z mediator llvm:
1152024-09-17T13:25:34.954Z version: 14 (system default) -> 15 (system default)
1162024-09-17T13:25:34.954Z
1172024-09-17T13:25:34.954ZChanged packages:
1182024-09-17T13:25:34.954Zhelios-dev
1192024-09-17T13:25:34.954Z developer/build-essential
1202024-09-17T13:25:34.954Z None -> 11-2.0
1212024-09-17T13:25:34.954Z library/libxmlsec1
1222024-09-17T13:25:34.954Z None -> 1.2.35-2.0
1232024-09-17T13:25:34.954Z ooce/developer/clang-15
1242024-09-17T13:25:34.954Z None -> 15.0.7-2.0
1252024-09-17T13:25:34.954Z ooce/developer/llvm-15
1262024-09-17T13:25:34.954Z None -> 15.0.7-2.0
1272024-09-17T13:25:34.954Z package/pkg
1282024-09-17T13:25:34.954Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-17T13:25:34.954Z
1302024-09-17T13:25:34.954ZServices:
1312024-09-17T13:25:34.954Z restart_fmri:
1322024-09-17T13:25:34.954Z svc:/system/update-man-index:default
1332024-09-17T13:25:34.954Z
1342024-09-17T13:25:34.954ZEditable files to change:
1352024-09-17T13:25:34.954Z Update:
1362024-09-17T13:25:34.954Z usr/share/lib/pkg/web/config.shtml
1372024-09-17T13:25:35.551Z
1382024-09-17T13:25:35.551ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-17T13:25:40.553ZDownload: 496/4281 items 16.9/220.6MB 7% complete (3.5M/s)
1402024-09-17T13:25:45.552ZDownload: 1134/4281 items 41.7/220.6MB 18% complete (4.1M/s)
1412024-09-17T13:26:07.148ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1422024-09-17T13:26:12.152ZDownload: 1830/4281 items 118.3/220.6MB 53% complete (7.2M/s)
1432024-09-17T13:26:17.153ZDownload: 2707/4281 items 120.7/220.6MB 54% complete (3.7M/s)
1442024-09-17T13:26:23.354ZDownload: 3285/4281 items 211.6/220.6MB 95% complete (9.3M/s)
1452024-09-17T13:26:28.833ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (9.9M/s)
1462024-09-17T13:26:28.974ZDownload: Completed 220.60 MB in 53.42 seconds (4.1M/s)
1472024-09-17T13:26:31.269Z Actions: 1/5063 actions (Removing old actions)
1482024-09-17T13:26:31.286Z Actions: 194/5063 actions (Installing new actions)
1492024-09-17T13:26:36.396Z Actions: 4077/5063 actions (Installing new actions)
1502024-09-17T13:26:38.392Z Actions: 4226/5063 actions (Updating modified actions)
1512024-09-17T13:26:38.939Z Actions: Completed 5063 actions in 7.67 seconds.
1522024-09-17T13:26:39.238Z Done (0.291s)
1532024-09-17T13:26:39.241Z Done (0.000s)
1542024-09-17T13:26:39.638Z Done (0.397s)
1552024-09-17T13:26:47.904Z Done (8.064s)
1562024-09-17T13:26:48.319Z Done (0.343s)
1572024-09-17T13:26:48.322Z Done (0.000s)
1582024-09-17T13:26:48.497Z Done (0.000s)
1592024-09-17T13:26:49.092ZPlanning: Evaluating mediator changes ... Done
1602024-09-17T13:26:49.253ZPlanning: Checking for conflicting actions ... Done
1612024-09-17T13:26:49.256ZPlanning: Consolidating action changes ... Done
1622024-09-17T13:26:49.514ZPlanning: Evaluating mediators ... Done
1632024-09-17T13:26:49.516ZPlanning: Planning completed in 0.42 seconds
1642024-09-17T13:26:49.553Z Mediators to change: 2
1652024-09-17T13:26:49.553Z Create boot environment: No
1662024-09-17T13:26:49.555ZCreate backup boot environment: No
1672024-09-17T13:26:49.627Z Done
1682024-09-17T13:26:49.627Z Done
1692024-09-17T13:26:49.866Z Done
1702024-09-17T13:26:53.427Z Done
1712024-09-17T13:26:53.514Z Done
1722024-09-17T13:26:53.517Z Done
1732024-09-17T13:26:53.645Z Done
1742024-09-17T13:26:54.246ZPlanning: Evaluating mediator changes ... Done
1752024-09-17T13:26:54.249ZPlanning: Merging actions ... Done
1762024-09-17T13:26:54.434ZPlanning: Checking for conflicting actions ... Done
1772024-09-17T13:26:54.436ZPlanning: Consolidating action changes ... Done
1782024-09-17T13:26:54.692ZPlanning: Evaluating mediators ... Done
1792024-09-17T13:26:54.746ZPlanning: Planning completed in 0.73 seconds
1802024-09-17T13:26:54.785Z Packages to change: 1
1812024-09-17T13:26:54.785Z Mediators to change: 1
1822024-09-17T13:26:54.788Z Services to change: 1
1832024-09-17T13:26:54.788Z Create boot environment: No
1842024-09-17T13:26:54.788ZCreate backup boot environment: Yes
1852024-09-17T13:26:56.819Z Actions: 1/6 actions (Updating modified actions)
1862024-09-17T13:26:57.026Z Actions: Completed 6 actions in 0.21 seconds.
1872024-09-17T13:26:57.028Z Done
1882024-09-17T13:26:57.028Z Done
1892024-09-17T13:26:57.109Z Done
1902024-09-17T13:27:00.703Z Done
1912024-09-17T13:27:00.794Z Done
1922024-09-17T13:27:00.797Z Done
1932024-09-17T13:27:00.938Z Done
1942024-09-17T13:27:01.362ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-09-17T13:27:01.362Zclang system 15 system
1962024-09-17T13:27:01.362Zcsh system system illumos
1972024-09-17T13:27:01.362Zctags system system illumos
1982024-09-17T13:27:01.362Zgcc vendor 12 vendor
1992024-09-17T13:27:01.362Zgcc system 10 system
2002024-09-17T13:27:01.362Zgcc system 7 system
2012024-09-17T13:27:01.362Zgo system 1.20 system
2022024-09-17T13:27:01.362Zgo system 1.19 system
2032024-09-17T13:27:01.363Zllvm system 15 system
2042024-09-17T13:27:01.363Zllvm system 14 system
2052024-09-17T13:27:01.363Zmariadb system 10.6 system
2062024-09-17T13:27:01.363Zmta vendor vendor dma
2072024-09-17T13:27:01.363Zopenjdk system 17 system
2082024-09-17T13:27:01.363Zopenjdk system 11 system
2092024-09-17T13:27:01.363Zopenjdk system 1.8 system
2102024-09-17T13:27:01.363Zopenssl vendor 3 vendor
2112024-09-17T13:27:01.363Zperl system 5.36 system
2122024-09-17T13:27:01.363Zpostgresql system 15 system
2132024-09-17T13:27:01.363Zpostgresql system 13 system
2142024-09-17T13:27:01.363Zpython vendor 3 vendor
2152024-09-17T13:27:01.363Zpython system 2 system
2162024-09-17T13:27:01.363Zpython3 system 3.11 system
2172024-09-17T13:27:01.363Zruby system 3.0 system
2182024-09-17T13:27:01.363Zwords vendor vendor american-english
2192024-09-17T13:27:01.363Zwords system system australian-english
2202024-09-17T13:27:01.363Zwords system system british-english
2212024-09-17T13:27:01.363Zwords system system canadian-english
2222024-09-17T13:27:01.363Zwords system system french
2232024-09-17T13:27:01.363Zwords system system italian
2242024-09-17T13:27:01.363Zwords system system ngerman
2252024-09-17T13:27:01.363Zwords system system ogerman
2262024-09-17T13:27:01.363Zwords system system spanish
2272024-09-17T13:27:01.690ZPUBLISHER TYPE STATUS P LOCATION
2282024-09-17T13:27:01.690Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2292024-09-17T13:27:03.537ZFMRI IFO
2302024-09-17T13:27:03.537Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2312024-09-17T13:27:03.537Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2322024-09-17T13:27:03.537Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2332024-09-17T13:27:03.537Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2342024-09-17T13:27:03.537Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2352024-09-17T13:27:03.537Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-09-17T13:27:03.538Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2372024-09-17T13:27:03.538Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2382024-09-17T13:27:03.538Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2392024-09-17T13:27:03.538Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2402024-09-17T13:27:03.538Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2412024-09-17T13:27:03.538Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-09-17T13:27:03.538Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2432024-09-17T13:27:04.158Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442024-09-17T13:27:04.482Z Updating crates.io index
2452024-09-17T13:27:04.543Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2462024-09-17T13:27:05.265Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2472024-09-17T13:27:06.078Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2482024-09-17T13:27:06.357Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2492024-09-17T13:27:07.921Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2502024-09-17T13:27:08.208Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2512024-09-17T13:27:08.457Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522024-09-17T13:27:09.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532024-09-17T13:27:11.699Z Updating git repository `https://github.com/oxidecomputer/opte`
2542024-09-17T13:27:12.869Z Updating git repository `https://github.com/oxidecomputer/falcon`
2552024-09-17T13:27:13.708Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562024-09-17T13:27:14.074Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2572024-09-17T13:27:14.681Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2582024-09-17T13:27:14.995Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2592024-09-17T13:27:15.225Z Updating git repository `https://github.com/oxidecomputer/qorb`
2602024-09-17T13:27:15.578Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612024-09-17T13:27:16.077Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-09-17T13:27:16.405Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-09-17T13:27:16.699Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-09-17T13:27:16.954Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-09-17T13:27:17.229Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-09-17T13:27:17.520Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672024-09-17T13:27:17.865Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-09-17T13:27:18.155Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-09-17T13:27:18.581Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-09-17T13:27:18.863Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-09-17T13:27:19.262Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-09-17T13:27:19.759Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732024-09-17T13:27:20.159Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-09-17T13:27:20.557Z Updating git repository `https://github.com/oxidecomputer/typify`
2752024-09-17T13:27:23.287Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762024-09-17T13:27:23.512Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772024-09-17T13:27:23.774Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782024-09-17T13:27:24.245Z Updating git repository `https://github.com/oxidecomputer/rfb`
2792024-09-17T13:27:25.302Z Downloading crates ...
2802024-09-17T13:27:25.392Z Downloaded cargo_metadata v0.18.1
2812024-09-17T13:27:25.396Z Downloaded autocfg v1.3.0
2822024-09-17T13:27:25.402Z Downloaded dtrace-parser v0.2.0
2832024-09-17T13:27:25.410Z Downloaded cfg-if v1.0.0
2842024-09-17T13:27:25.413Z Downloaded anstyle-query v1.0.3
2852024-09-17T13:27:25.413Z Downloaded camino-tempfile v1.1.1
2862024-09-17T13:27:25.415Z Downloaded byteorder v1.5.0
2872024-09-17T13:27:25.419Z Downloaded bytecount v0.6.8
2882024-09-17T13:27:25.422Z Downloaded fnv v1.0.7
2892024-09-17T13:27:25.422Z Downloaded digest v0.10.7
2902024-09-17T13:27:25.425Z Downloaded thiserror v1.0.63
2912024-09-17T13:27:25.427Z Downloaded anstyle v1.0.8
2922024-09-17T13:27:25.430Z Downloaded thread-id v4.2.1
2932024-09-17T13:27:25.430Z Downloaded usdt v0.5.0
2942024-09-17T13:27:25.433Z Downloaded cpufeatures v0.2.12
2952024-09-17T13:27:25.433Z Downloaded plain v0.2.3
2962024-09-17T13:27:25.433Z Downloaded clap_lex v0.7.0
2972024-09-17T13:27:25.436Z Downloaded tabled_derive v0.7.0
2982024-09-17T13:27:25.436Z Downloaded strsim v0.11.1
2992024-09-17T13:27:25.439Z Downloaded serde_spanned v0.6.7
3002024-09-17T13:27:25.439Z Downloaded heck v0.4.1
3012024-09-17T13:27:25.439Z Downloaded unicode-linebreak v0.1.5
3022024-09-17T13:27:25.441Z Downloaded itoa v1.0.11
3032024-09-17T13:27:25.441Z Downloaded generic-array v0.14.7
3042024-09-17T13:27:25.444Z Downloaded usdt-impl v0.5.0
3052024-09-17T13:27:25.444Z Downloaded errno v0.3.9
3062024-09-17T13:27:25.447Z Downloaded proc-macro-error v1.0.4
3072024-09-17T13:27:25.449Z Downloaded anstream v0.6.14
3082024-09-17T13:27:25.452Z Downloaded semver v1.0.23
3092024-09-17T13:27:25.454Z Downloaded once_cell v1.19.0
3102024-09-17T13:27:25.457Z Downloaded utf8parse v0.2.1
3112024-09-17T13:27:25.457Z Downloaded quote v1.0.36
3122024-09-17T13:27:25.460Z Downloaded terminal_size v0.3.0
3132024-09-17T13:27:25.462Z Downloaded cargo-platform v0.1.8
3142024-09-17T13:27:25.462Z Downloaded sha2 v0.10.8
3152024-09-17T13:27:25.468Z Downloaded block-buffer v0.10.4
3162024-09-17T13:27:25.468Z Downloaded is_terminal_polyfill v1.70.0
3172024-09-17T13:27:25.470Z Downloaded scroll_derive v0.12.0
3182024-09-17T13:27:25.473Z Downloaded pretty-hex v0.4.1
3192024-09-17T13:27:25.476Z Downloaded colorchoice v1.0.1
3202024-09-17T13:27:25.478Z Downloaded ucd-trie v0.1.6
3212024-09-17T13:27:25.483Z Downloaded equivalent v1.0.1
3222024-09-17T13:27:25.483Z Downloaded scroll v0.12.0
3232024-09-17T13:27:25.486Z Downloaded log v0.4.21
3242024-09-17T13:27:25.486Z Downloaded toml v0.8.19
3252024-09-17T13:27:25.489Z Downloaded usdt-macro v0.5.0
3262024-09-17T13:27:25.489Z Downloaded usdt-attr-macro v0.5.0
3272024-09-17T13:27:25.489Z Downloaded swrite v0.1.0
3282024-09-17T13:27:25.491Z Downloaded cargo_toml v0.20.4
3292024-09-17T13:27:25.491Z Downloaded anstyle-parse v0.2.4
3302024-09-17T13:27:25.494Z Downloaded zerocopy-derive v0.7.34
3312024-09-17T13:27:25.498Z Downloaded clap v4.5.16
3322024-09-17T13:27:25.506Z Downloaded heck v0.5.0
3332024-09-17T13:27:25.508Z Downloaded toml_datetime v0.6.8
3342024-09-17T13:27:25.508Z Downloaded smawk v0.3.2
3352024-09-17T13:27:25.511Z Downloaded thiserror-impl v1.0.63
3362024-09-17T13:27:25.511Z Downloaded macaddr v1.0.1
3372024-09-17T13:27:25.514Z Downloaded dof v0.3.0
3382024-09-17T13:27:25.514Z Downloaded proc-macro-error-attr v1.0.4
3392024-09-17T13:27:25.517Z Downloaded crypto-common v0.1.6
3402024-09-17T13:27:25.517Z Downloaded serde_tokenstream v0.2.2
3412024-09-17T13:27:25.517Z Downloaded serde_derive v1.0.208
3422024-09-17T13:27:25.520Z Downloaded fastrand v2.1.0
3432024-09-17T13:27:25.523Z Downloaded camino v1.1.9
3442024-09-17T13:27:25.523Z Downloaded ryu v1.0.18
3452024-09-17T13:27:25.526Z Downloaded tempfile v3.10.1
3462024-09-17T13:27:25.529Z Downloaded pest_generator v2.7.10
3472024-09-17T13:27:25.532Z Downloaded memmap v0.7.0
3482024-09-17T13:27:25.532Z Downloaded indexmap v2.4.0
3492024-09-17T13:27:25.535Z Downloaded bitflags v2.6.0
3502024-09-17T13:27:25.538Z Downloaded fs-err v2.11.0
3512024-09-17T13:27:25.542Z Downloaded clap_derive v4.5.13
3522024-09-17T13:27:25.545Z Downloaded anyhow v1.0.86
3532024-09-17T13:27:25.547Z Downloaded version_check v0.9.5
3542024-09-17T13:27:25.547Z Downloaded pest_derive v2.7.10
3552024-09-17T13:27:25.550Z Downloaded papergrid v0.11.0
3562024-09-17T13:27:25.553Z Downloaded unicode-ident v1.0.12
3572024-09-17T13:27:25.557Z Downloaded proc-macro2 v1.0.86
3582024-09-17T13:27:25.559Z Downloaded pest_meta v2.7.10
3592024-09-17T13:27:25.562Z Downloaded memchr v2.7.2
3602024-09-17T13:27:25.566Z Downloaded typenum v1.17.0
3612024-09-17T13:27:25.569Z Downloaded toml_edit v0.22.20
3622024-09-17T13:27:25.591Z Downloaded serde v1.0.208
3632024-09-17T13:27:25.594Z Downloaded pest v2.7.10
3642024-09-17T13:27:25.599Z Downloaded textwrap v0.16.1
3652024-09-17T13:27:25.605Z Downloaded clap_builder v4.5.15
3662024-09-17T13:27:25.617Z Downloaded hashbrown v0.14.5
3672024-09-17T13:27:25.623Z Downloaded winnow v0.6.18
3682024-09-17T13:27:25.631Z Downloaded serde_json v1.0.125
3692024-09-17T13:27:25.638Z Downloaded zerocopy v0.7.34
3702024-09-17T13:27:25.654Z Downloaded goblin v0.8.2
3712024-09-17T13:27:25.660Z Downloaded syn v1.0.109
3722024-09-17T13:27:25.670Z Downloaded tabled v0.15.0
3732024-09-17T13:27:25.685Z Downloaded syn v2.0.74
3742024-09-17T13:27:25.696Z Downloaded rustix v0.38.34
3752024-09-17T13:27:25.718Z Downloaded unicode-width v0.1.13
3762024-09-17T13:27:25.726Z Downloaded libc v0.2.158
3772024-09-17T13:27:26.033Z Compiling proc-macro2 v1.0.86
3782024-09-17T13:27:26.033Z Compiling unicode-ident v1.0.12
3792024-09-17T13:27:26.036Z Compiling version_check v0.9.5
3802024-09-17T13:27:26.036Z Compiling serde v1.0.208
3812024-09-17T13:27:26.036Z Compiling thiserror v1.0.63
3822024-09-17T13:27:26.036Z Compiling memchr v2.7.2
3832024-09-17T13:27:26.068Z Compiling libc v0.2.158
3842024-09-17T13:27:26.071Z Compiling ucd-trie v0.1.6
3852024-09-17T13:27:26.300Z Compiling ryu v1.0.18
3862024-09-17T13:27:26.618Z Compiling itoa v1.0.11
3872024-09-17T13:27:26.770Z Compiling once_cell v1.19.0
3882024-09-17T13:27:26.858Z Compiling byteorder v1.5.0
3892024-09-17T13:27:27.192Z Compiling rustix v0.38.34
3902024-09-17T13:27:27.449Z Compiling serde_json v1.0.125
3912024-09-17T13:27:28.378Z Compiling bitflags v2.6.0
3922024-09-17T13:27:28.416Z Compiling proc-macro-error-attr v1.0.4
3932024-09-17T13:27:28.493Z Compiling usdt-impl v0.5.0
3942024-09-17T13:27:28.496Z Compiling syn v1.0.109
3952024-09-17T13:27:28.736Z Compiling proc-macro-error v1.0.4
3962024-09-17T13:27:28.782Z Compiling plain v0.2.3
3972024-09-17T13:27:28.805Z Compiling camino v1.1.9
3982024-09-17T13:27:28.936Z Compiling equivalent v1.0.1
3992024-09-17T13:27:28.976Z Compiling log v0.4.21
4002024-09-17T13:27:29.020Z Compiling thread-id v4.2.1
4012024-09-17T13:27:29.044Z Compiling utf8parse v0.2.1
4022024-09-17T13:27:29.116Z Compiling hashbrown v0.14.5
4032024-09-17T13:27:29.221Z Compiling quote v1.0.36
4042024-09-17T13:27:29.250Z Compiling anstyle-parse v0.2.4
4052024-09-17T13:27:29.332Z Compiling semver v1.0.23
4062024-09-17T13:27:29.519Z Compiling unicode-width v0.1.13
4072024-09-17T13:27:29.573Z Compiling syn v2.0.74
4082024-09-17T13:27:29.617Z Compiling errno v0.3.9
4092024-09-17T13:27:29.839Z Compiling anstyle-query v1.0.3
4102024-09-17T13:27:29.887Z Compiling autocfg v1.3.0
4112024-09-17T13:27:29.911Z Compiling colorchoice v1.0.1
4122024-09-17T13:27:29.993Z Compiling anstyle v1.0.8
4132024-09-17T13:27:30.055Z Compiling pretty-hex v0.4.1
4142024-09-17T13:27:30.246Z Compiling is_terminal_polyfill v1.70.0
4152024-09-17T13:27:30.372Z Compiling indexmap v2.4.0
4162024-09-17T13:27:30.449Z Compiling winnow v0.6.18
4172024-09-17T13:27:30.469Z Compiling anstream v0.6.14
4182024-09-17T13:27:30.814Z Compiling fs-err v2.11.0
4192024-09-17T13:27:31.349Z Compiling cfg-if v1.0.0
4202024-09-17T13:27:31.398Z Compiling heck v0.5.0
4212024-09-17T13:27:31.448Z Compiling anyhow v1.0.86
4222024-09-17T13:27:31.683Z Compiling heck v0.4.1
4232024-09-17T13:27:31.708Z Compiling fastrand v2.1.0
4242024-09-17T13:27:31.869Z Compiling bytecount v0.6.8
4252024-09-17T13:27:32.044Z Compiling terminal_size v0.3.0
4262024-09-17T13:27:32.071Z Compiling fnv v1.0.7
4272024-09-17T13:27:32.190Z Compiling strsim v0.11.1
4282024-09-17T13:27:32.213Z Compiling clap_lex v0.7.0
4292024-09-17T13:27:32.234Z Compiling papergrid v0.11.0
4302024-09-17T13:27:32.278Z Compiling tempfile v3.10.1
4312024-09-17T13:27:32.719Z Compiling clap_builder v4.5.15
4322024-09-17T13:27:33.284Z Compiling memmap v0.7.0
4332024-09-17T13:27:33.308Z Compiling unicode-linebreak v0.1.5
4342024-09-17T13:27:33.387Z Compiling smawk v0.3.2
4352024-09-17T13:27:33.785Z Compiling textwrap v0.16.1
4362024-09-17T13:27:34.224Z Compiling swrite v0.1.0
4372024-09-17T13:27:35.379Z Compiling tabled_derive v0.7.0
4382024-09-17T13:27:36.907Z Compiling tabled v0.15.0
4392024-09-17T13:27:38.183Z Compiling serde_derive v1.0.208
4402024-09-17T13:27:38.183Z Compiling thiserror-impl v1.0.63
4412024-09-17T13:27:38.186Z Compiling zerocopy-derive v0.7.34
4422024-09-17T13:27:38.186Z Compiling scroll_derive v0.12.0
4432024-09-17T13:27:38.186Z Compiling clap_derive v4.5.13
4442024-09-17T13:27:39.360Z Compiling scroll v0.12.0
4452024-09-17T13:27:39.838Z Compiling goblin v0.8.2
4462024-09-17T13:27:39.961Z Compiling zerocopy v0.7.34
4472024-09-17T13:27:40.702Z Compiling pest v2.7.10
4482024-09-17T13:27:41.944Z Compiling clap v4.5.16
4492024-09-17T13:27:42.931Z Compiling pest_meta v2.7.10
4502024-09-17T13:27:43.743Z Compiling pest_generator v2.7.10
4512024-09-17T13:27:45.448Z Compiling pest_derive v2.7.10
4522024-09-17T13:27:46.148Z Compiling dtrace-parser v0.2.0
4532024-09-17T13:27:48.284Z Compiling toml_datetime v0.6.8
4542024-09-17T13:27:48.284Z Compiling serde_spanned v0.6.7
4552024-09-17T13:27:48.287Z Compiling cargo-platform v0.1.8
4562024-09-17T13:27:48.651Z Compiling serde_tokenstream v0.2.2
4572024-09-17T13:27:48.823Z Compiling toml_edit v0.22.20
4582024-09-17T13:27:48.846Z Compiling macaddr v1.0.1
4592024-09-17T13:27:48.951Z Compiling camino-tempfile v1.1.1
4602024-09-17T13:27:49.663Z Compiling dof v0.3.0
4612024-09-17T13:27:49.664Z Compiling cargo_metadata v0.18.1
4622024-09-17T13:27:51.618Z Compiling toml v0.8.19
4632024-09-17T13:27:51.650Z Compiling usdt-macro v0.5.0
4642024-09-17T13:27:51.650Z Compiling usdt-attr-macro v0.5.0
4652024-09-17T13:27:52.455Z Compiling cargo_toml v0.20.4
4662024-09-17T13:27:53.075Z Compiling usdt v0.5.0
4672024-09-17T13:27:56.189Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682024-09-17T13:28:00.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.44s
4692024-09-17T13:28:00.629Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4702024-09-17T13:28:01.249Z Downloading crates ...
4712024-09-17T13:28:01.384Z Downloaded bitstruct_derive v0.1.0
4722024-09-17T13:28:01.387Z Downloaded bitstruct v0.1.1
4732024-09-17T13:28:01.390Z Downloaded atomicwrites v0.4.3
4742024-09-17T13:28:01.393Z Downloaded ciborium-io v0.2.2
4752024-09-17T13:28:01.396Z Downloaded crucible-workspace-hack v0.1.0
4762024-09-17T13:28:01.399Z Downloaded arrayref v0.3.7
4772024-09-17T13:28:01.404Z Downloaded aead v0.5.2
4782024-09-17T13:28:01.407Z Downloaded adler2 v2.0.0
4792024-09-17T13:28:01.407Z Downloaded adler v1.0.2
4802024-09-17T13:28:01.410Z Downloaded is_ci v1.2.0
4812024-09-17T13:28:01.410Z Downloaded hubpack_derive v0.1.1
4822024-09-17T13:28:01.413Z Downloaded array-init v0.0.4
4832024-09-17T13:28:01.413Z Downloaded http-range v0.1.5
4842024-09-17T13:28:01.413Z Downloaded hex-literal v0.4.1
4852024-09-17T13:28:01.416Z Downloaded hostname v0.3.1
4862024-09-17T13:28:01.419Z Downloaded convert_case v0.4.0
4872024-09-17T13:28:01.419Z Downloaded async-stream v0.3.5
4882024-09-17T13:28:01.422Z Downloaded colored v2.1.0
4892024-09-17T13:28:01.426Z Downloaded cexpr v0.6.0
4902024-09-17T13:28:01.426Z Downloaded matches v0.1.10
4912024-09-17T13:28:01.429Z Downloaded crc v3.2.1
4922024-09-17T13:28:01.431Z Downloaded base16ct v0.2.0
4932024-09-17T13:28:01.432Z Downloaded newtype_derive v0.1.6
4942024-09-17T13:28:01.436Z Downloaded atty v0.2.14
4952024-09-17T13:28:01.437Z Downloaded ipnetwork v0.20.0
4962024-09-17T13:28:01.439Z Downloaded hyper-tls v0.5.0
4972024-09-17T13:28:01.439Z Downloaded cfg_aliases v0.2.1
4982024-09-17T13:28:01.442Z Downloaded libsw v3.3.1
4992024-09-17T13:28:01.445Z Downloaded http-body v0.4.6
5002024-09-17T13:28:01.445Z Downloaded lazycell v1.3.0
5012024-09-17T13:28:01.448Z Downloaded is-terminal v0.4.12
5022024-09-17T13:28:01.448Z Downloaded ident_case v1.0.1
5032024-09-17T13:28:01.448Z Downloaded instant v0.1.12
5042024-09-17T13:28:01.451Z Downloaded http-body v1.0.0
5052024-09-17T13:28:01.455Z Downloaded highway v1.2.0
5062024-09-17T13:28:01.455Z Downloaded darling v0.20.9
5072024-09-17T13:28:01.458Z Downloaded async-stream-impl v0.3.5
5082024-09-17T13:28:01.462Z Downloaded kstat-rs v0.2.4
5092024-09-17T13:28:01.462Z Downloaded cfg_aliases v0.1.1
5102024-09-17T13:28:01.466Z Downloaded hex v0.4.3
5112024-09-17T13:28:01.466Z Downloaded block-padding v0.3.3
5122024-09-17T13:28:01.469Z Downloaded mime v0.3.17
5132024-09-17T13:28:01.469Z Downloaded lalrpop-util v0.19.12
5142024-09-17T13:28:01.469Z Downloaded crunchy v0.2.2
5152024-09-17T13:28:01.471Z Downloaded argon2 v0.5.3
5162024-09-17T13:28:01.474Z Downloaded internet-checksum v0.2.1
5172024-09-17T13:28:01.474Z Downloaded mockall v0.13.0
5182024-09-17T13:28:01.476Z Downloaded console v0.15.8
5192024-09-17T13:28:01.479Z Downloaded cbc v0.1.2
5202024-09-17T13:28:01.482Z Downloaded ciborium v0.2.2
5212024-09-17T13:28:01.485Z Downloaded new_debug_unreachable v1.0.6
5222024-09-17T13:28:01.487Z Downloaded multimap v0.10.0
5232024-09-17T13:28:01.487Z Downloaded bit-vec v0.6.3
5242024-09-17T13:28:01.490Z Downloaded maplit v1.0.2
5252024-09-17T13:28:01.493Z Downloaded cookie_store v0.20.0
5262024-09-17T13:28:01.493Z Downloaded jobserver v0.1.32
5272024-09-17T13:28:01.495Z Downloaded crc32fast v1.4.0
5282024-09-17T13:28:01.498Z Downloaded async-bb8-diesel v0.2.1
5292024-09-17T13:28:01.500Z Downloaded inout v0.1.3
5302024-09-17T13:28:01.503Z Downloaded libefi-sys v0.1.0
5312024-09-17T13:28:01.506Z Downloaded addr2line v0.21.0
5322024-09-17T13:28:01.509Z Downloaded iana-time-zone v0.1.60
5332024-09-17T13:28:01.512Z Downloaded lazy_static v1.5.0
5342024-09-17T13:28:01.512Z Downloaded constant_time_eq v0.3.0
5352024-09-17T13:28:01.515Z Downloaded bit-set v0.5.3
5362024-09-17T13:28:01.517Z Downloaded multer v3.1.0
5372024-09-17T13:28:01.520Z Downloaded lock_api v0.4.12
5382024-09-17T13:28:01.520Z Downloaded ciborium-ll v0.2.2
5392024-09-17T13:28:01.524Z Downloaded castaway v0.2.3
5402024-09-17T13:28:01.526Z Downloaded sync_wrapper v0.1.2
5412024-09-17T13:28:01.526Z Downloaded sqlparser_derive v0.2.2
5422024-09-17T13:28:01.526Z Downloaded memmap2 v0.9.4
5432024-09-17T13:28:01.529Z Downloaded bitfield v0.14.0
5442024-09-17T13:28:01.532Z Downloaded crc-catalog v2.4.0
5452024-09-17T13:28:01.532Z Downloaded tower-service v0.3.2
5462024-09-17T13:28:01.535Z Downloaded lru-cache v0.1.2
5472024-09-17T13:28:01.535Z Downloaded tower-layer v0.3.2
5482024-09-17T13:28:01.539Z Downloaded maybe-uninit v2.0.0
5492024-09-17T13:28:01.539Z Downloaded crossbeam-deque v0.8.5
5502024-09-17T13:28:01.543Z Downloaded nibble_vec v0.1.0
5512024-09-17T13:28:01.543Z Downloaded newtype-uuid v1.1.0
5522024-09-17T13:28:01.543Z Downloaded nanorand v0.7.0
5532024-09-17T13:28:01.546Z Downloaded crossbeam-utils v0.8.19
5542024-09-17T13:28:01.549Z Downloaded indexmap v1.9.3
5552024-09-17T13:28:01.552Z Downloaded crc-any v2.5.0
5562024-09-17T13:28:01.555Z Downloaded ahash v0.8.11
5572024-09-17T13:28:01.558Z Downloaded ipnet v2.9.0
5582024-09-17T13:28:01.561Z Downloaded foreign-types v0.3.2
5592024-09-17T13:28:01.565Z Downloaded downcast v0.11.0
5602024-09-17T13:28:01.566Z Downloaded serde_repr v0.1.19
5612024-09-17T13:28:01.569Z Downloaded scopeguard v1.2.0
5622024-09-17T13:28:01.569Z Downloaded enum-as-inner v0.5.1
5632024-09-17T13:28:01.573Z Downloaded bcs v0.1.6
5642024-09-17T13:28:01.576Z Downloaded ascii v1.1.0
5652024-09-17T13:28:01.576Z Downloaded signal-hook-registry v1.4.2
5662024-09-17T13:28:01.578Z Downloaded slab v0.4.9
5672024-09-17T13:28:01.578Z Downloaded siphasher v0.3.11
5682024-09-17T13:28:01.581Z Downloaded openssl-macros v0.1.1
5692024-09-17T13:28:01.581Z Downloaded native-tls v0.2.11
5702024-09-17T13:28:01.592Z Downloaded num_threads v0.1.7
5712024-09-17T13:28:01.592Z Downloaded path-slash v0.1.5
5722024-09-17T13:28:01.592Z Downloaded nodrop v0.1.14
5732024-09-17T13:28:01.596Z Downloaded strum_macros v0.25.3
5742024-09-17T13:28:01.596Z Downloaded csv-core v0.1.11
5752024-09-17T13:28:01.596Z Downloaded tls_codec_derive v0.4.1
5762024-09-17T13:28:01.596Z Downloaded cancel-safe-futures v0.1.5
5772024-09-17T13:28:01.599Z Downloaded cookie v0.18.1
5782024-09-17T13:28:01.602Z Downloaded chacha20poly1305 v0.10.1
5792024-09-17T13:28:01.605Z Downloaded precomputed-hash v0.1.1
5802024-09-17T13:28:01.605Z Downloaded bytes v1.7.1
5812024-09-17T13:28:01.612Z Downloaded bzip2 v0.4.4
5822024-09-17T13:28:01.614Z Downloaded utf-8 v0.7.6
5832024-09-17T13:28:01.614Z Downloaded whoami v1.5.1
5842024-09-17T13:28:01.617Z Downloaded tls_codec v0.4.1
5852024-09-17T13:28:01.620Z Downloaded linear-map v1.2.0
5862024-09-17T13:28:01.620Z Downloaded defmt-parser v0.3.4
5872024-09-17T13:28:01.622Z Downloaded strum v0.26.3
5882024-09-17T13:28:01.623Z Downloaded sigpipe v0.1.3
5892024-09-17T13:28:01.625Z Downloaded zone v0.1.8
5902024-09-17T13:28:01.625Z Downloaded arc-swap v1.7.1
5912024-09-17T13:28:01.629Z Downloaded futures-macro v0.3.30
5922024-09-17T13:28:01.631Z Downloaded futures-sink v0.3.30
5932024-09-17T13:28:01.635Z Downloaded env_filter v0.1.2
5942024-09-17T13:28:01.635Z Downloaded clang-sys v1.7.0
5952024-09-17T13:28:01.637Z Downloaded const-oid v0.9.6
5962024-09-17T13:28:01.640Z Downloaded blake2 v0.10.6
5972024-09-17T13:28:01.643Z Downloaded miniz_oxide v0.8.0
5982024-09-17T13:28:01.646Z Downloaded try-lock v0.2.5
5992024-09-17T13:28:01.649Z Downloaded want v0.3.1
6002024-09-17T13:28:01.649Z Downloaded packed_struct_codegen v0.10.1
6012024-09-17T13:28:01.652Z Downloaded packed_struct v0.10.1
6022024-09-17T13:28:01.654Z Downloaded pbkdf2 v0.12.2
6032024-09-17T13:28:01.654Z Downloaded pbkdf2 v0.11.0
6042024-09-17T13:28:01.658Z Downloaded sqlformat v0.2.4
6052024-09-17T13:28:01.662Z Downloaded miniz_oxide v0.7.2
6062024-09-17T13:28:01.664Z Downloaded foreign-types v0.5.0
6072024-09-17T13:28:01.665Z Downloaded opaque-debug v0.3.1
6082024-09-17T13:28:01.665Z Downloaded foreign-types-macros v0.2.3
6092024-09-17T13:28:01.668Z Downloaded float-ord v0.3.2
6102024-09-17T13:28:01.668Z Downloaded ppv-lite86 v0.2.17
6112024-09-17T13:28:01.671Z Downloaded peg v0.8.4
6122024-09-17T13:28:01.673Z Downloaded foreign-types-shared v0.3.1
6132024-09-17T13:28:01.676Z Downloaded psl-types v2.0.11
6142024-09-17T13:28:01.676Z Downloaded foreign-types-shared v0.1.1
6152024-09-17T13:28:01.679Z Downloaded diesel_table_macro_syntax v0.2.0
6162024-09-17T13:28:01.679Z Downloaded predicates-core v1.0.6
6172024-09-17T13:28:01.683Z Downloaded vsss-rs v3.3.4
6182024-09-17T13:28:01.683Z Downloaded float-cmp v0.9.0
6192024-09-17T13:28:01.686Z Downloaded defmt v0.3.8
6202024-09-17T13:28:01.698Z Downloaded rustc-hash v1.1.0
6212024-09-17T13:28:01.701Z Downloaded num-conv v0.1.0
6222024-09-17T13:28:01.704Z Downloaded smf v0.2.3
6232024-09-17T13:28:01.704Z Downloaded stringprep v0.1.4
6242024-09-17T13:28:01.707Z Downloaded heck v0.3.3
6252024-09-17T13:28:01.707Z Downloaded mime_guess v2.0.4
6262024-09-17T13:28:01.710Z Downloaded base64 v0.21.7
6272024-09-17T13:28:01.713Z Downloaded zone v0.3.0
6282024-09-17T13:28:01.716Z Downloaded tap v1.0.1
6292024-09-17T13:28:01.721Z Downloaded supports-color v3.0.1
6302024-09-17T13:28:01.721Z Downloaded subtle v2.5.0
6312024-09-17T13:28:01.724Z Downloaded rcgen v0.12.1
6322024-09-17T13:28:01.724Z Downloaded pkcs8 v0.10.2
6332024-09-17T13:28:01.727Z Downloaded embedded-io v0.4.0
6342024-09-17T13:28:01.729Z Downloaded ron v0.8.1
6352024-09-17T13:28:01.735Z Downloaded mockall_derive v0.13.0
6362024-09-17T13:28:01.738Z Downloaded quick-error v1.2.3
6372024-09-17T13:28:01.740Z Downloaded funty v2.0.0
6382024-09-17T13:28:01.743Z Downloaded zone_cfg_derive v0.1.2
6392024-09-17T13:28:01.743Z Downloaded structmeta v0.2.0
6402024-09-17T13:28:01.746Z Downloaded paste v1.0.15
6412024-09-17T13:28:01.748Z Downloaded http v0.2.12
6422024-09-17T13:28:01.752Z Downloaded unicode-xid v0.2.4
6432024-09-17T13:28:01.755Z Downloaded r2d2 v0.8.10
6442024-09-17T13:28:01.757Z Downloaded fragile v2.0.0
6452024-09-17T13:28:01.761Z Downloaded snafu v0.8.2
6462024-09-17T13:28:01.765Z Downloaded cc v1.0.97
6472024-09-17T13:28:01.769Z Downloaded headers-core v0.2.0
6482024-09-17T13:28:01.773Z Downloaded same-file v1.0.6
6492024-09-17T13:28:01.773Z Downloaded fxhash v0.2.1
6502024-09-17T13:28:01.776Z Downloaded strum_macros v0.26.4
6512024-09-17T13:28:01.776Z Downloaded half v2.4.1
6522024-09-17T13:28:01.779Z Downloaded minimal-lexical v0.2.1
6532024-09-17T13:28:01.786Z Downloaded rpassword v7.3.1
6542024-09-17T13:28:01.789Z Downloaded phf_shared v0.10.0
6552024-09-17T13:28:01.790Z Downloaded slog-scope v4.4.0
6562024-09-17T13:28:01.790Z Downloaded crypto-bigint v0.5.5
6572024-09-17T13:28:01.796Z Downloaded walkdir v2.5.0
6582024-09-17T13:28:01.799Z Downloaded structmeta v0.3.0
6592024-09-17T13:28:01.802Z Downloaded zone_cfg_derive v0.3.0
6602024-09-17T13:28:01.803Z Downloaded serde-big-array v0.5.1
6612024-09-17T13:28:01.805Z Downloaded strip-ansi-escapes v0.2.0
6622024-09-17T13:28:01.805Z Downloaded env_logger v0.10.2
6632024-09-17T13:28:01.808Z Downloaded unicode-truncate v1.0.0
6642024-09-17T13:28:01.811Z Downloaded waitgroup v0.1.2
6652024-09-17T13:28:01.815Z Downloaded termtree v0.4.1
6662024-09-17T13:28:01.815Z Downloaded env_logger v0.9.3
6672024-09-17T13:28:01.819Z Downloaded peg-macros v0.8.4
6682024-09-17T13:28:01.822Z Downloaded parking_lot v0.11.2
6692024-09-17T13:28:01.822Z Downloaded dyn-clone v1.0.17
6702024-09-17T13:28:01.824Z Downloaded fallible-streaming-iterator v0.1.9
6712024-09-17T13:28:01.827Z Downloaded fallible-iterator v0.3.0
6722024-09-17T13:28:01.827Z Downloaded futures-task v0.3.30
6732024-09-17T13:28:01.829Z Downloaded secrecy v0.8.0
6742024-09-17T13:28:01.830Z Downloaded fallible-iterator v0.2.0
6752024-09-17T13:28:01.832Z Downloaded num v0.4.3
6762024-09-17T13:28:01.836Z Downloaded gethostname v0.5.0
6772024-09-17T13:28:01.836Z Downloaded serde_derive_internals v0.29.1
6782024-09-17T13:28:01.840Z Downloaded crossbeam-channel v0.5.12
6792024-09-17T13:28:01.843Z Downloaded polyval v0.6.2
6802024-09-17T13:28:01.843Z Downloaded pretty-hex v0.2.1
6812024-09-17T13:28:01.846Z Downloaded openssl-probe v0.1.5
6822024-09-17T13:28:01.846Z Downloaded predicates-tree v1.0.9
6832024-09-17T13:28:01.849Z Downloaded rand_core v0.6.4
6842024-09-17T13:28:01.851Z Downloaded rand_chacha v0.3.1
6852024-09-17T13:28:01.851Z Downloaded aes v0.8.4
6862024-09-17T13:28:01.855Z Downloaded percent-encoding v2.3.1
6872024-09-17T13:28:01.857Z Downloaded mio v0.8.11
6882024-09-17T13:28:01.862Z Downloaded libm v0.2.8
6892024-09-17T13:28:01.873Z Downloaded tokio-rustls v0.26.0
6902024-09-17T13:28:01.876Z Downloaded termios v0.3.3
6912024-09-17T13:28:01.878Z Downloaded time-core v0.1.2
6922024-09-17T13:28:01.878Z Downloaded sha1 v0.10.6
6932024-09-17T13:28:01.881Z Downloaded dsl_auto_type v0.1.2
6942024-09-17T13:28:01.884Z Downloaded darling_macro v0.20.9
6952024-09-17T13:28:01.884Z Downloaded derive_builder_core v0.20.0
6962024-09-17T13:28:01.887Z Downloaded omicron-zone-package v0.11.0
6972024-09-17T13:28:01.890Z Downloaded glob v0.3.1
6982024-09-17T13:28:01.893Z Downloaded num-derive v0.4.2
6992024-09-17T13:28:01.893Z Downloaded futures-core v0.3.30
7002024-09-17T13:28:01.896Z Downloaded parking_lot v0.12.2
7012024-09-17T13:28:01.898Z Downloaded libxml v0.3.3
7022024-09-17T13:28:01.904Z Downloaded parking_lot_core v0.9.10
7032024-09-17T13:28:01.907Z Downloaded normalize-line-endings v0.3.0
7042024-09-17T13:28:01.910Z Downloaded pem v3.0.4
7052024-09-17T13:28:01.913Z Downloaded uuid v1.10.0
7062024-09-17T13:28:01.916Z Downloaded tungstenite v0.20.1
7072024-09-17T13:28:01.918Z Downloaded portpicker v0.1.1
7082024-09-17T13:28:01.921Z Downloaded pkg-config v0.3.30
7092024-09-17T13:28:01.921Z Downloaded pin-utils v0.1.0
7102024-09-17T13:28:01.923Z Downloaded scrypt v0.11.0
7112024-09-17T13:28:01.926Z Downloaded ref-cast-impl v1.0.23
7122024-09-17T13:28:01.926Z Downloaded ref-cast v1.0.23
7132024-09-17T13:28:01.928Z Downloaded aes-gcm v0.10.3
7142024-09-17T13:28:01.932Z Downloaded publicsuffix v2.2.3
7152024-09-17T13:28:01.936Z Downloaded derive_builder_macro v0.20.0
7162024-09-17T13:28:01.938Z Downloaded rayon-core v1.12.1
7172024-09-17T13:28:01.941Z Downloaded spki v0.7.3
7182024-09-17T13:28:01.944Z Downloaded tiny-keccak v2.0.2
7192024-09-17T13:28:01.947Z Downloaded thread_local v1.1.8
7202024-09-17T13:28:01.949Z Downloaded parse-size v1.0.0
7212024-09-17T13:28:01.949Z Downloaded ecdsa v0.16.9
7222024-09-17T13:28:01.952Z Downloaded tracing-attributes v0.1.27
7232024-09-17T13:28:01.955Z Downloaded debug-ignore v1.0.5
7242024-09-17T13:28:01.957Z Downloaded thiserror-no-std v2.0.2
7252024-09-17T13:28:01.962Z Downloaded nu-ansi-term v0.50.0
7262024-09-17T13:28:01.965Z Downloaded data-encoding v2.6.0
7272024-09-17T13:28:01.967Z Downloaded term v0.7.0
7282024-09-17T13:28:01.970Z Downloaded tower v0.4.13
7292024-09-17T13:28:01.980Z Downloaded getopts v0.2.21
7302024-09-17T13:28:01.983Z Downloaded which v4.4.2
7312024-09-17T13:28:01.986Z Downloaded vte_generate_state_changes v0.1.1
7322024-09-17T13:28:01.986Z Downloaded parse-display-derive v0.10.0
7332024-09-17T13:28:01.988Z Downloaded num-iter v0.1.45
7342024-09-17T13:28:01.988Z Downloaded signal-hook-mio v0.2.4
7352024-09-17T13:28:02.994Z Downloaded rand_xorshift v0.3.0
7362024-09-17T13:28:02.997Z Downloaded wait-timeout v0.2.0
7372024-09-17T13:28:02.997Z Downloaded untrusted v0.7.1
7382024-09-17T13:28:02.997Z Downloaded smallvec v0.6.14
7392024-09-17T13:28:02.997Z Downloaded itertools v0.12.1
7402024-09-17T13:28:02.997Z Downloaded serde_with_macros v3.9.0
7412024-09-17T13:28:02.997Z Downloaded uzers v0.11.3
7422024-09-17T13:28:02.997Z Downloaded ghash v0.5.1
7432024-09-17T13:28:02.998Z Downloaded tokio-tungstenite v0.21.0
7442024-09-17T13:28:02.998Z Downloaded time-macros v0.2.18
7452024-09-17T13:28:02.998Z Downloaded universal-hash v0.5.1
7462024-09-17T13:28:02.998Z Downloaded yasna v0.5.2
7472024-09-17T13:28:02.998Z Downloaded predicates v3.1.2
7482024-09-17T13:28:02.998Z Downloaded spin v0.9.8
7492024-09-17T13:28:02.998Z Downloaded shlex v1.3.0
7502024-09-17T13:28:02.998Z Downloaded rtoolbox v0.0.2
7512024-09-17T13:28:02.998Z Downloaded vte v0.11.1
7522024-09-17T13:28:02.998Z Downloaded itertools v0.13.0
7532024-09-17T13:28:02.998Z Downloaded time v0.3.36
7542024-09-17T13:28:02.998Z Downloaded russh-cryptovec v0.7.2
7552024-09-17T13:28:02.998Z Downloaded number_prefix v0.4.0
7562024-09-17T13:28:02.998Z Downloaded static_assertions v1.1.0
7572024-09-17T13:28:02.998Z Downloaded futures-channel v0.3.30
7582024-09-17T13:28:02.998Z Downloaded toolchain_find v0.4.0
7592024-09-17T13:28:02.998Z Downloaded unicode-bidi v0.3.15
7602024-09-17T13:28:02.998Z Downloaded untrusted v0.9.0
7612024-09-17T13:28:02.998Z Downloaded unicase v2.7.0
7622024-09-17T13:28:02.998Z Downloaded unicode_categories v0.1.1
7632024-09-17T13:28:02.998Z Downloaded hyper v1.4.1
7642024-09-17T13:28:02.998Z Downloaded postgres-protocol v0.6.7
7652024-09-17T13:28:02.998Z Downloaded tokio-macros v2.4.0
7662024-09-17T13:28:02.998Z Downloaded signature v2.2.0
7672024-09-17T13:28:02.998Z Downloaded tokio-tungstenite v0.23.1
7682024-09-17T13:28:02.998Z Downloaded peg-runtime v0.8.3
7692024-09-17T13:28:02.998Z Downloaded fd-lock v4.0.2
7702024-09-17T13:28:02.998Z Downloaded num-rational v0.4.2
7712024-09-17T13:28:02.998Z Downloaded des v0.8.1
7722024-09-17T13:28:02.998Z Downloaded phf_shared v0.11.2
7732024-09-17T13:28:02.998Z Downloaded password-hash v0.4.2
7742024-09-17T13:28:02.998Z Downloaded either v1.13.0
7752024-09-17T13:28:02.998Z Downloaded signal-hook-tokio v0.3.1
7762024-09-17T13:28:02.998Z Downloaded shell-words v1.1.0
7772024-09-17T13:28:02.998Z Downloaded zerocopy v0.6.6
7782024-09-17T13:28:02.998Z Downloaded rustfmt-wrapper v0.2.1
7792024-09-17T13:28:02.998Z Downloaded blake3 v1.5.1
7802024-09-17T13:28:02.998Z Downloaded tracing-core v0.1.32
7812024-09-17T13:28:02.998Z Downloaded twox-hash v1.6.3
7822024-09-17T13:28:02.999Z Downloaded difflib v0.4.0
7832024-09-17T13:28:02.999Z Downloaded num_enum v0.5.11
7842024-09-17T13:28:02.999Z Downloaded hash32 v0.3.1
7852024-09-17T13:28:02.999Z Downloaded flagset v0.4.5
7862024-09-17T13:28:02.999Z Downloaded hash32 v0.2.1
7872024-09-17T13:28:02.999Z Downloaded thiserror-impl-no-std v2.0.2
7882024-09-17T13:28:02.999Z Downloaded pin-project-internal v1.1.5
7892024-09-17T13:28:02.999Z Downloaded signal-hook v0.3.17
7902024-09-17T13:28:02.999Z Downloaded oso-derive v0.27.3
7912024-09-17T13:28:02.999Z Downloaded x509-cert v0.2.5
7922024-09-17T13:28:02.999Z Downloaded primeorder v0.13.6
7932024-09-17T13:28:02.999Z Downloaded radium v0.7.0
7942024-09-17T13:28:02.999Z Downloaded ff v0.13.0
7952024-09-17T13:28:02.999Z Downloaded derive_more v0.99.18
7962024-09-17T13:28:02.999Z Downloaded proc-macro-crate v1.3.1
7972024-09-17T13:28:02.999Z Downloaded derive-where v1.2.7
7982024-09-17T13:28:02.999Z Downloaded powerfmt v0.2.0
7992024-09-17T13:28:02.999Z Downloaded postgres-types v0.2.7
8002024-09-17T13:28:02.999Z Downloaded rustls-pemfile v1.0.4
8012024-09-17T13:28:02.999Z Downloaded topological-sort v0.2.2
8022024-09-17T13:28:02.999Z Downloaded filetime v0.2.25
8032024-09-17T13:28:02.999Z Downloaded dirs-next v2.0.0
8042024-09-17T13:28:02.999Z Downloaded p521 v0.13.3
8052024-09-17T13:28:02.999Z Downloaded futures v0.3.30
8062024-09-17T13:28:02.999Z Downloaded xattr v1.3.1
8072024-09-17T13:28:02.999Z Downloaded deranged v0.3.11
8082024-09-17T13:28:02.999Z Downloaded wyz v0.5.1
8092024-09-17T13:28:02.999Z Downloaded unarray v0.1.4
8102024-09-17T13:28:02.999Z Downloaded group v0.13.0
8112024-09-17T13:28:02.999Z Downloaded tokio-stream v0.1.15
8122024-09-17T13:28:02.999Z Downloaded tokio-tungstenite v0.20.1
8132024-09-17T13:28:02.999Z Downloaded fixedbitset v0.4.2
8142024-09-17T13:28:02.999Z Downloaded rand_seeder v0.3.0
8152024-09-17T13:28:02.999Z Downloaded sct v0.7.1
8162024-09-17T13:28:02.999Z Downloaded tracing v0.1.40
8172024-09-17T13:28:02.999Z Downloaded prettyplease v0.2.20
8182024-09-17T13:28:02.999Z Downloaded snafu-derive v0.8.2
8192024-09-17T13:28:02.999Z Downloaded pem-rfc7468 v0.7.0
8202024-09-17T13:28:02.999Z Downloaded owo-colors v4.0.0
8212024-09-17T13:28:02.999Z Downloaded password-hash v0.5.0
8222024-09-17T13:28:03.000Z Downloaded der_derive v0.7.2
8232024-09-17T13:28:03.000Z Downloaded winnow v0.5.40
8242024-09-17T13:28:03.000Z Downloaded rustls-pemfile v2.1.3
8252024-09-17T13:28:03.000Z Downloaded num-traits v0.2.19
8262024-09-17T13:28:03.000Z Downloaded fatfs v0.3.6
8272024-09-17T13:28:03.000Z Downloaded slog-async v2.8.0
8282024-09-17T13:28:03.000Z Downloaded pin-project-lite v0.2.14
8292024-09-17T13:28:03.000Z Downloaded num-bigint-dig v0.8.4
8302024-09-17T13:28:03.000Z Downloaded tar v0.4.41
8312024-09-17T13:28:03.000Z Downloaded globset v0.4.14
8322024-09-17T13:28:03.000Z Downloaded dhcproto v0.12.0
8332024-09-17T13:28:03.000Z Downloaded socket2 v0.4.10
8342024-09-17T13:28:03.000Z Downloaded postcard v1.0.8
8352024-09-17T13:28:03.000Z Downloaded unsafe-libyaml v0.2.11
8362024-09-17T13:28:03.008Z Downloaded expectorate v1.1.0
8372024-09-17T13:28:03.008Z Downloaded heapless v0.8.0
8382024-09-17T13:28:03.008Z Downloaded resolv-conf v0.7.0
8392024-09-17T13:28:03.008Z Downloaded tungstenite v0.23.0
8402024-09-17T13:28:03.008Z Downloaded bindgen v0.69.4
8412024-09-17T13:28:03.008Z Downloaded getrandom v0.2.14
8422024-09-17T13:28:03.008Z Downloaded ed25519-dalek v2.1.1
8432024-09-17T13:28:03.008Z Downloaded der v0.7.9
8442024-09-17T13:28:03.008Z Downloaded rsa v0.9.6
8452024-09-17T13:28:03.008Z Downloaded sqlparser v0.45.0
8462024-09-17T13:28:03.008Z Downloaded p256 v0.13.2
8472024-09-17T13:28:03.008Z Downloaded heapless v0.7.17
8482024-09-17T13:28:03.008Z Downloaded tungstenite v0.21.0
8492024-09-17T13:28:03.008Z Downloaded typed-path v0.7.1
8502024-09-17T13:28:03.008Z Downloaded hashbrown v0.12.3
8512024-09-17T13:28:03.008Z Downloaded salty v0.3.0
8522024-09-17T13:28:03.008Z Downloaded rustls-webpki v0.102.4
8532024-09-17T13:28:03.008Z Downloaded bitvec v1.0.1
8542024-09-17T13:28:03.008Z Downloaded headers v0.3.9
8552024-09-17T13:28:03.008Z Downloaded rustyline v14.0.0
8562024-09-17T13:28:03.008Z Downloaded nix v0.27.1
8572024-09-17T13:28:03.008Z Downloaded reqwest v0.11.27
8582024-09-17T13:28:03.008Z Downloaded futures-util v0.3.30
8592024-09-17T13:28:03.008Z Downloaded quick-xml v0.33.0
8602024-09-17T13:28:03.008Z Downloaded nix v0.28.0
8612024-09-17T13:28:03.008Z Downloaded idna v0.5.0
8622024-09-17T13:28:03.008Z Downloaded git2 v0.19.0
8632024-09-17T13:28:03.008Z Downloaded proptest v1.5.0
8642024-09-17T13:28:03.008Z Downloaded ssh-key v0.6.6
8652024-09-17T13:28:03.008Z Downloaded smoltcp v0.9.1
8662024-09-17T13:28:03.008Z Downloaded curve25519-dalek v4.1.3
8672024-09-17T13:28:03.008Z Downloaded rusqlite v0.31.0
8682024-09-17T13:28:03.008Z Downloaded dropshot v0.10.1
8692024-09-17T13:28:03.008Z Downloaded reedline v0.33.0
8702024-09-17T13:28:03.008Z Downloaded h2 v0.4.6
8712024-09-17T13:28:03.009Z Downloaded polar-core v0.27.3
8722024-09-17T13:28:03.009Z Downloaded h2 v0.3.26
8732024-09-17T13:28:03.009Z Downloaded regex-syntax v0.8.4
8742024-09-17T13:28:03.009Z Downloaded openssl v0.10.66
8752024-09-17T13:28:03.009Z Downloaded smoltcp v0.11.0
8762024-09-17T13:28:03.009Z Downloaded vcpkg v0.2.15
8772024-09-17T13:28:03.009Z Downloaded object v0.32.2
8782024-09-17T13:28:03.009Z Downloaded object v0.30.4
8792024-09-17T13:28:03.009Z Downloaded bstr v1.9.1
8802024-09-17T13:28:03.009Z Downloaded gimli v0.28.1
8812024-09-17T13:28:03.009Z Downloaded webpki-roots v0.25.4
8822024-09-17T13:28:03.009Z Downloaded diesel v2.2.3
8832024-09-17T13:28:03.009Z Downloaded rustls v0.21.12
8842024-09-17T13:28:03.009Z Downloaded rustls v0.22.4
8852024-09-17T13:28:03.009Z Downloaded trust-dns-proto v0.22.0
8862024-09-17T13:28:03.009Z Downloaded regress v0.9.1
8872024-09-17T13:28:03.009Z Downloaded p384 v0.13.0
8882024-09-17T13:28:03.009Z Downloaded radix_trie v0.2.1
8892024-09-17T13:28:03.009Z Downloaded sled v0.34.7
8902024-09-17T13:28:03.009Z Downloaded openapiv3 v2.0.0
8912024-09-17T13:28:03.009Z Downloaded rustls v0.23.10
8922024-09-17T13:28:03.009Z Downloaded bzip2-sys v0.1.11+1.0.8
8932024-09-17T13:28:03.009Z Downloaded zerocopy-derive v0.6.6
8942024-09-17T13:28:03.009Z Downloaded ratatui v0.28.0
8952024-09-17T13:28:03.009Z Downloaded regex-automata v0.4.6
8962024-09-17T13:28:03.009Z Downloaded petgraph v0.6.5
8972024-09-17T13:28:03.009Z Downloaded sha3 v0.10.8
8982024-09-17T13:28:03.009Z Downloaded finl_unicode v1.2.0
8992024-09-17T13:28:03.009Z Downloaded tokio v1.39.3
9002024-09-17T13:28:03.009Z Downloaded csv v1.3.0
9012024-09-17T13:28:03.009Z Downloaded nix v0.29.0
9022024-09-17T13:28:03.009Z Downloaded regex-syntax v0.6.29
9032024-09-17T13:28:03.009Z Downloaded hickory-proto v0.24.1
9042024-09-17T13:28:03.009Z Downloaded rustls-webpki v0.101.7
9052024-09-17T13:28:03.013Z Downloaded regex v1.10.6
9062024-09-17T13:28:03.026Z Downloaded chrono v0.4.38
9072024-09-17T13:28:03.031Z Downloaded idna v0.3.0
9082024-09-17T13:28:03.040Z Downloaded portable-atomic v1.6.0
9092024-09-17T13:28:03.048Z Downloaded idna v0.4.0
9102024-09-17T13:28:03.054Z Downloaded idna v0.2.3
9112024-09-17T13:28:03.062Z Downloaded steno v0.4.1
9122024-09-17T13:28:03.066Z Downloaded rayon v1.10.0
9132024-09-17T13:28:03.076Z Downloaded lalrpop v0.19.12
9142024-09-17T13:28:03.089Z Downloaded encoding_rs v0.8.34
9152024-09-17T13:28:03.111Z Downloaded serde_with v3.9.0
9162024-09-17T13:28:03.120Z Downloaded hashbrown v0.13.2
9172024-09-17T13:28:03.124Z Downloaded flate2 v1.0.33
9182024-09-17T13:28:03.130Z Downloaded hyper v0.14.30
9192024-09-17T13:28:03.139Z Downloaded slog-stdlog v4.1.1
9202024-09-17T13:28:03.142Z Downloaded slog-bunyan v2.5.0
9212024-09-17T13:28:03.144Z Downloaded hkdf v0.12.4
9222024-09-17T13:28:03.145Z Downloaded aho-corasick v1.1.3
9232024-09-17T13:28:03.150Z Downloaded num-bigint v0.4.5
9242024-09-17T13:28:03.155Z Downloaded ssh-encoding v0.2.0
9252024-09-17T13:28:03.158Z Downloaded env_logger v0.11.5
9262024-09-17T13:28:03.161Z Downloaded toml v0.7.8
9272024-09-17T13:28:03.163Z Downloaded tinyvec v1.6.0
9282024-09-17T13:28:03.166Z Downloaded ron v0.7.1
9292024-09-17T13:28:03.171Z Downloaded ring v0.17.8
9302024-09-17T13:28:03.241Z Downloaded slog-dtrace v0.3.0
9312024-09-17T13:28:03.244Z Downloaded libgit2-sys v0.17.0+1.8.1
9322024-09-17T13:28:03.300Z Downloaded oso v0.27.3
9332024-09-17T13:28:03.306Z Downloaded openssl-sys v0.9.103
9342024-09-17T13:28:03.309Z Downloaded rand v0.8.5
9352024-09-17T13:28:03.312Z Downloaded nom v7.1.3
9362024-09-17T13:28:03.317Z Downloaded tough v0.17.1
9372024-09-17T13:28:03.325Z Downloaded serde_yaml v0.9.34+deprecated
9382024-09-17T13:28:03.329Z Downloaded slog-term v2.9.1
9392024-09-17T13:28:03.344Z Downloaded rustls-pki-types v1.7.0
9402024-09-17T13:28:03.344Z Downloaded darling_core v0.20.9
9412024-09-17T13:28:03.357Z Downloaded tokio-postgres v0.7.11
9422024-09-17T13:28:03.357Z Downloaded olpc-cjson v0.1.3
9432024-09-17T13:28:03.357Z Downloaded structmeta-derive v0.2.0
9442024-09-17T13:28:03.357Z Downloaded toml_edit v0.19.15
9452024-09-17T13:28:03.366Z Downloaded unicode-normalization v0.1.23
9462024-09-17T13:28:03.375Z Downloaded stable_deref_trait v1.2.0
9472024-09-17T13:28:03.375Z Downloaded slog-json v2.6.1
9482024-09-17T13:28:03.375Z Downloaded parse-display v0.10.0
9492024-09-17T13:28:03.375Z Downloaded socket2 v0.5.7
9502024-09-17T13:28:03.379Z Downloaded tokio-util v0.7.11
9512024-09-17T13:28:03.379Z Downloaded crossterm v0.28.1
9522024-09-17T13:28:03.384Z Downloaded value-bag v1.9.0
9532024-09-17T13:28:03.387Z Downloaded test-strategy v0.3.1
9542024-09-17T13:28:03.390Z Downloaded itertools v0.10.5
9552024-09-17T13:28:03.396Z Downloaded num-integer v0.1.46
9562024-09-17T13:28:03.399Z Downloaded flume v0.11.0
9572024-09-17T13:28:03.402Z Downloaded diesel_derives v2.2.2
9582024-09-17T13:28:03.406Z Downloaded url v2.5.2
9592024-09-17T13:28:03.409Z Downloaded unicode-segmentation v1.11.0
9602024-09-17T13:28:03.415Z Downloaded erased-serde v0.3.31
9612024-09-17T13:28:03.418Z Downloaded scheduled-thread-pool v0.2.7
9622024-09-17T13:28:03.418Z Downloaded tokio-rustls v0.25.0
9632024-09-17T13:28:03.418Z Downloaded elliptic-curve v0.13.8
9642024-09-17T13:28:03.423Z Downloaded russh v0.45.0
9652024-09-17T13:28:03.427Z Downloaded parking_lot_core v0.8.6
9662024-09-17T13:28:03.430Z Downloaded similar v2.6.0
9672024-09-17T13:28:03.435Z Downloaded mio v1.0.2
9682024-09-17T13:28:03.440Z Downloaded ed25519 v2.2.3
9692024-09-17T13:28:03.442Z Downloaded dropshot_endpoint v0.10.1
9702024-09-17T13:28:03.445Z Downloaded samael v0.0.17
9712024-09-17T13:28:03.448Z Downloaded termcolor v1.4.1
9722024-09-17T13:28:03.453Z Downloaded serde_arrays v0.1.0
9732024-09-17T13:28:03.456Z Downloaded serde-hex v0.1.0
9742024-09-17T13:28:03.456Z Downloaded semver v0.1.20
9752024-09-17T13:28:03.456Z Downloaded sec1 v0.7.3
9762024-09-17T13:28:03.456Z Downloaded rusty-fork v0.3.0
9772024-09-17T13:28:03.459Z Downloaded tokio-rustls v0.24.1
9782024-09-17T13:28:03.459Z Downloaded pin-project v1.1.5
9792024-09-17T13:28:03.470Z Downloaded diff v0.1.13
9802024-09-17T13:28:03.473Z Downloaded crossterm v0.27.0
9812024-09-17T13:28:03.479Z Downloaded phf v0.11.2
9822024-09-17T13:28:03.481Z Downloaded subprocess v0.2.9
9832024-09-17T13:28:03.484Z Downloaded poly1305 v0.8.0
9842024-09-17T13:28:03.486Z Downloaded russh-keys v0.45.0
9852024-09-17T13:28:03.489Z Downloaded zip v0.6.6
9862024-09-17T13:28:03.492Z Downloaded num-complex v0.4.6
9872024-09-17T13:28:03.494Z Downloaded derive_builder v0.20.0
9882024-09-17T13:28:03.499Z Downloaded tokio-native-tls v0.3.1
9892024-09-17T13:28:03.503Z Downloaded string_cache v0.8.7
9902024-09-17T13:28:03.503Z Downloaded spin v0.5.2
9912024-09-17T13:28:03.505Z Downloaded vergen v8.3.2
9922024-09-17T13:28:03.505Z Downloaded http v1.1.0
9932024-09-17T13:28:03.509Z Downloaded pkcs5 v0.7.1
9942024-09-17T13:28:03.513Z Downloaded smallvec v1.13.2
9952024-09-17T13:28:03.515Z Downloaded base64 v0.22.1
9962024-09-17T13:28:03.519Z Downloaded backtrace v0.3.71
9972024-09-17T13:28:03.524Z Downloaded rustc-demangle v0.1.24
9982024-09-17T13:28:03.526Z Downloaded schemars v0.8.21
9992024-09-17T13:28:03.537Z Downloaded hickory-server v0.24.1
10002024-09-17T13:28:03.543Z Downloaded hickory-resolver v0.24.1
10012024-09-17T13:28:03.547Z Downloaded pkcs1 v0.7.5
10022024-09-17T13:28:03.550Z Downloaded strum_macros v0.24.3
10032024-09-17T13:28:03.552Z Downloaded zeroize_derive v1.4.2
10042024-09-17T13:28:03.552Z Downloaded zeroize v1.8.1
10052024-09-17T13:28:03.555Z Downloaded tui-tree-widget v0.22.0
10062024-09-17T13:28:03.557Z Downloaded hashlink v0.9.1
10072024-09-17T13:28:03.560Z Downloaded slog v2.7.0
10082024-09-17T13:28:03.562Z Downloaded hyper-util v0.1.7
10092024-09-17T13:28:03.566Z Downloaded compact_str v0.8.0
10102024-09-17T13:28:03.569Z Downloaded base64 v0.13.1
10112024-09-17T13:28:03.573Z Downloaded structmeta-derive v0.3.0
10122024-09-17T13:28:03.575Z Downloaded slog-envlogger v2.2.0
10132024-09-17T13:28:03.575Z Downloaded serde_urlencoded v0.7.1
10142024-09-17T13:28:03.578Z Downloaded serde_plain v1.0.2
10152024-09-17T13:28:03.580Z Downloaded serde_path_to_error v0.1.16
10162024-09-17T13:28:03.580Z Downloaded salsa20 v0.10.2
10172024-09-17T13:28:03.582Z Downloaded rfc6979 v0.4.0
10182024-09-17T13:28:03.582Z Downloaded indicatif v0.17.8
10192024-09-17T13:28:03.585Z Downloaded const_format v0.2.33
10202024-09-17T13:28:03.591Z Downloaded crossbeam-epoch v0.9.18
10212024-09-17T13:28:03.593Z Downloaded num_enum_derive v0.5.11
10222024-09-17T13:28:03.597Z Downloaded tabwriter v1.4.0
10232024-09-17T13:28:03.597Z Downloaded enum-as-inner v0.6.0
10242024-09-17T13:28:03.599Z Downloaded ena v0.14.3
10252024-09-17T13:28:03.600Z Downloaded futures-io v0.3.30
10262024-09-17T13:28:03.600Z Downloaded futures-executor v0.3.30
10272024-09-17T13:28:03.602Z Downloaded form_urlencoded v1.2.1
10282024-09-17T13:28:03.602Z Downloaded dirs-sys-next v0.1.2
10292024-09-17T13:28:03.602Z Downloaded defmt-macros v0.3.9
10302024-09-17T13:28:03.606Z Downloaded cookie v0.17.0
10312024-09-17T13:28:03.608Z Downloaded endian-type v0.1.2
10322024-09-17T13:28:03.608Z Downloaded display-error-chain v0.2.1
10332024-09-17T13:28:03.611Z Downloaded schemars_derive v0.8.21
10342024-09-17T13:28:03.611Z Downloaded rustversion v1.0.17
10352024-09-17T13:28:03.613Z Downloaded rustc_version v0.4.0
10362024-09-17T13:28:03.615Z Downloaded rustc_version v0.1.7
10372024-09-17T13:28:03.615Z Downloaded hyper-staticfile v0.9.5
10382024-09-17T13:28:03.618Z Downloaded hubpack v0.1.2
10392024-09-17T13:28:03.618Z Downloaded bitflags v1.3.2
10402024-09-17T13:28:03.620Z Downloaded dhcproto-macros v0.1.0
10412024-09-17T13:28:03.623Z Downloaded libloading v0.8.3
10422024-09-17T13:28:03.625Z Downloaded httparse v1.8.0
10432024-09-17T13:28:03.627Z Downloaded allocator-api2 v0.2.18
10442024-09-17T13:28:03.630Z Downloaded lru v0.12.3
10452024-09-17T13:28:03.630Z Downloaded chacha20 v0.9.1
10462024-09-17T13:28:03.633Z Downloaded buf-list v1.0.3
10472024-09-17T13:28:03.635Z Downloaded tinyvec_macros v0.1.1
10482024-09-17T13:28:03.635Z Downloaded take_mut v0.2.2
10492024-09-17T13:28:03.635Z Downloaded ssh-cipher v0.2.0
10502024-09-17T13:28:03.638Z Downloaded memoffset v0.9.1
10512024-09-17T13:28:03.638Z Downloaded curve25519-dalek-derive v0.1.1
10522024-09-17T13:28:03.640Z Downloaded ctr v0.9.2
10532024-09-17T13:28:03.640Z Downloaded bb8 v0.8.5
10542024-09-17T13:28:03.642Z Downloaded keccak v0.1.5
10552024-09-17T13:28:03.642Z Downloaded async-recursion v1.1.1
10562024-09-17T13:28:03.646Z Downloaded humantime v2.1.0
10572024-09-17T13:28:03.649Z Downloaded indent_write v2.2.0
10582024-09-17T13:28:03.649Z Downloaded hmac v0.12.1
10592024-09-17T13:28:03.651Z Downloaded hyper-rustls v0.24.2
10602024-09-17T13:28:03.654Z Downloaded hickory-client v0.24.1
10612024-09-17T13:28:03.656Z Downloaded base64ct v1.6.0
10622024-09-17T13:28:03.659Z Downloaded atomic-waker v1.1.2
10632024-09-17T13:28:03.661Z Downloaded arrayvec v0.7.4
10642024-09-17T13:28:03.661Z Downloaded managed v0.8.0
10652024-09-17T13:28:03.664Z Downloaded linked-hash-map v0.5.6
10662024-09-17T13:28:03.664Z Downloaded backoff v0.4.0
10672024-09-17T13:28:03.666Z Downloaded md-5 v0.10.6
10682024-09-17T13:28:03.668Z Downloaded md5 v0.7.0
10692024-09-17T13:28:03.671Z Downloaded match_cfg v0.1.0
10702024-09-17T13:28:03.671Z Downloaded blowfish v0.9.1
10712024-09-17T13:28:03.671Z Downloaded async-trait v0.1.82
10722024-09-17T13:28:03.674Z Downloaded ascii-canvas v3.0.0
10732024-09-17T13:28:03.676Z Downloaded instability v0.3.2
10742024-09-17T13:28:03.676Z Downloaded indoc v1.0.9
10752024-09-17T13:28:03.679Z Downloaded impl-trait-for-tuples v0.2.2
10762024-09-17T13:28:03.687Z Downloaded httpdate v1.0.3
10772024-09-17T13:28:03.689Z Downloaded home v0.5.9
10782024-09-17T13:28:03.689Z Downloaded cstr-argument v0.1.2
10792024-09-17T13:28:03.689Z Downloaded assert_matches v1.5.0
10802024-09-17T13:28:03.689Z Downloaded cassowary v0.3.0
10812024-09-17T13:28:03.689Z Downloaded libz-sys v1.1.16
10822024-09-17T13:28:03.758Z Downloaded bitfield-struct v0.6.1
10832024-09-17T13:28:03.760Z Downloaded hostname v0.4.0
10842024-09-17T13:28:03.760Z Downloaded newline-converter v0.3.0
10852024-09-17T13:28:03.762Z Downloaded const_format_proc_macros v0.2.33
10862024-09-17T13:28:03.765Z Downloaded cobs v0.2.3
10872024-09-17T13:28:03.765Z Downloaded cipher v0.4.4
10882024-09-17T13:28:03.767Z Downloaded bcrypt-pbkdf v0.10.0
10892024-09-17T13:28:03.890Z Downloaded libsqlite3-sys v0.28.0
10902024-09-17T13:28:03.966Z Downloaded ring v0.16.20
10912024-09-17T13:28:04.144Z Compiling serde v1.0.208
10922024-09-17T13:28:04.146Z Compiling typenum v1.17.0
10932024-09-17T13:28:04.146Z Compiling generic-array v0.14.7
10942024-09-17T13:28:04.146Z Compiling lock_api v0.4.12
10952024-09-17T13:28:04.297Z Compiling scopeguard v1.2.0
10962024-09-17T13:28:04.350Z Compiling syn v2.0.74
10972024-09-17T13:28:04.353Z Compiling getrandom v0.2.14
10982024-09-17T13:28:04.353Z Compiling value-bag v1.9.0
10992024-09-17T13:28:04.430Z Compiling const-oid v0.9.6
11002024-09-17T13:28:04.613Z Compiling rand_core v0.6.4
11012024-09-17T13:28:04.836Z Compiling log v0.4.21
11022024-09-17T13:28:04.873Z Compiling subtle v2.5.0
11032024-09-17T13:28:04.948Z Compiling jobserver v0.1.32
11042024-09-17T13:28:05.132Z Compiling smallvec v1.13.2
11052024-09-17T13:28:05.222Z Compiling pin-project-lite v0.2.14
11062024-09-17T13:28:05.343Z Compiling cc v1.0.97
11072024-09-17T13:28:05.360Z Compiling parking_lot_core v0.9.10
11082024-09-17T13:28:05.553Z Compiling signal-hook-registry v1.4.2
11092024-09-17T13:28:05.695Z Compiling mio v1.0.2
11102024-09-17T13:28:06.060Z Compiling socket2 v0.5.7
11112024-09-17T13:28:06.453Z Compiling parking_lot v0.12.2
11122024-09-17T13:28:06.501Z Compiling ahash v0.8.11
11132024-09-17T13:28:06.638Z Compiling futures-sink v0.3.30
11142024-09-17T13:28:06.810Z Compiling futures-core v0.3.30
11152024-09-17T13:28:06.897Z Compiling cpufeatures v0.2.12
11162024-09-17T13:28:07.069Z Compiling slab v0.4.9
11172024-09-17T13:28:07.090Z Compiling allocator-api2 v0.2.18
11182024-09-17T13:28:07.090Z Compiling spin v0.9.8
11192024-09-17T13:28:07.093Z Compiling tinyvec_macros v0.1.1
11202024-09-17T13:28:07.139Z Compiling futures-channel v0.3.30
11212024-09-17T13:28:07.218Z Compiling tinyvec v1.6.0
11222024-09-17T13:28:07.445Z Compiling base64ct v1.6.0
11232024-09-17T13:28:07.503Z Compiling serde_json v1.0.125
11242024-09-17T13:28:07.579Z Compiling pin-utils v0.1.0
11252024-09-17T13:28:07.684Z Compiling libm v0.2.8
11262024-09-17T13:28:07.821Z Compiling futures-task v0.3.30
11272024-09-17T13:28:07.870Z Compiling futures-io v0.3.30
11282024-09-17T13:28:07.968Z Compiling pem-rfc7468 v0.7.0
11292024-09-17T13:28:08.105Z Compiling num-traits v0.2.19
11302024-09-17T13:28:08.124Z Compiling unicode-bidi v0.3.15
11312024-09-17T13:28:08.127Z Compiling flagset v0.4.5
11322024-09-17T13:28:08.363Z Compiling tracing-core v0.1.32
11332024-09-17T13:28:08.681Z Compiling pkg-config v0.3.30
11342024-09-17T13:28:08.753Z Compiling unicode-normalization v0.1.23
11352024-09-17T13:28:08.795Z Compiling vcpkg v0.2.15
11362024-09-17T13:28:09.677Z Compiling ppv-lite86 v0.2.17
11372024-09-17T13:28:09.707Z Compiling ring v0.17.8
11382024-09-17T13:28:09.785Z Compiling percent-encoding v2.3.1
11392024-09-17T13:28:09.834Z Compiling httparse v1.8.0
11402024-09-17T13:28:10.193Z Compiling try-lock v0.2.5
11412024-09-17T13:28:10.219Z Compiling rustix v0.38.34
11422024-09-17T13:28:10.347Z Compiling untrusted v0.9.0
11432024-09-17T13:28:10.498Z Compiling rand_chacha v0.3.1
11442024-09-17T13:28:10.515Z Compiling want v0.3.1
11452024-09-17T13:28:10.798Z Compiling powerfmt v0.2.0
11462024-09-17T13:28:10.959Z Compiling openssl-sys v0.9.103
11472024-09-17T13:28:11.095Z Compiling rand v0.8.5
11482024-09-17T13:28:11.116Z Compiling httpdate v1.0.3
11492024-09-17T13:28:11.190Z Compiling rustversion v1.0.17
11502024-09-17T13:28:11.558Z Compiling foreign-types-shared v0.1.1
11512024-09-17T13:28:11.655Z Compiling num-conv v0.1.0
11522024-09-17T13:28:11.749Z Compiling openssl v0.10.66
11532024-09-17T13:28:11.884Z Compiling time-core v0.1.2
11542024-09-17T13:28:11.902Z Compiling tower-service v0.3.2
11552024-09-17T13:28:12.041Z Compiling time-macros v0.2.18
11562024-09-17T13:28:12.089Z Compiling foreign-types v0.3.2
11572024-09-17T13:28:12.157Z Compiling deranged v0.3.11
11582024-09-17T13:28:12.175Z Compiling form_urlencoded v1.2.1
11592024-09-17T13:28:12.428Z Compiling aho-corasick v1.1.3
11602024-09-17T13:28:12.641Z Compiling siphasher v0.3.11
11612024-09-17T13:28:12.918Z Compiling rustls v0.21.12
11622024-09-17T13:28:13.041Z Compiling crossbeam-utils v0.8.19
11632024-09-17T13:28:13.186Z Compiling native-tls v0.2.11
11642024-09-17T13:28:13.507Z Compiling num_threads v0.1.7
11652024-09-17T13:28:13.618Z Compiling syn v1.0.109
11662024-09-17T13:28:13.636Z Compiling regex-syntax v0.8.4
11672024-09-17T13:28:14.248Z Compiling idna v0.5.0
11682024-09-17T13:28:14.807Z Compiling time v0.3.36
11692024-09-17T13:28:15.108Z Compiling socket2 v0.4.10
11702024-09-17T13:28:15.622Z Compiling cookie v0.17.0
11712024-09-17T13:28:15.918Z Compiling finl_unicode v1.2.0
11722024-09-17T13:28:15.955Z Compiling slog v2.7.0
11732024-09-17T13:28:15.990Z Compiling iana-time-zone v0.1.60
11742024-09-17T13:28:16.451Z Compiling openssl-probe v0.1.5
11752024-09-17T13:28:16.512Z Compiling stringprep v0.1.4
11762024-09-17T13:28:16.626Z Compiling url v2.5.2
11772024-09-17T13:28:17.364Z Compiling regex-automata v0.4.6
11782024-09-17T13:28:17.854Z Compiling serde_derive v1.0.208
11792024-09-17T13:28:18.338Z Compiling zeroize_derive v1.4.2
11802024-09-17T13:28:18.853Z Compiling zerocopy-derive v0.7.34
11812024-09-17T13:28:19.750Z Compiling tokio-macros v2.4.0
11822024-09-17T13:28:19.778Z Compiling futures-macro v0.3.30
11832024-09-17T13:28:19.873Z Compiling zeroize v1.8.1
11842024-09-17T13:28:21.102Z Compiling zerocopy v0.7.34
11852024-09-17T13:28:21.248Z Compiling thiserror-impl v1.0.63
11862024-09-17T13:28:21.630Z Compiling crypto-common v0.1.6
11872024-09-17T13:28:21.681Z Compiling block-buffer v0.10.4
11882024-09-17T13:28:21.844Z Compiling block-padding v0.3.3
11892024-09-17T13:28:21.931Z Compiling digest v0.10.7
11902024-09-17T13:28:22.053Z Compiling inout v0.1.3
11912024-09-17T13:28:22.329Z Compiling hmac v0.12.1
11922024-09-17T13:28:22.362Z Compiling sha2 v0.10.8
11932024-09-17T13:28:22.648Z Compiling cipher v0.4.4
11942024-09-17T13:28:23.149Z Compiling hashbrown v0.14.5
11952024-09-17T13:28:23.170Z Compiling futures-util v0.3.30
11962024-09-17T13:28:24.440Z Compiling der_derive v0.7.2
11972024-09-17T13:28:24.505Z Compiling thiserror v1.0.63
11982024-09-17T13:28:24.643Z Compiling salsa20 v0.10.2
11992024-09-17T13:28:24.838Z Compiling pbkdf2 v0.12.2
12002024-09-17T13:28:25.010Z Compiling tracing-attributes v0.1.27
12012024-09-17T13:28:25.370Z Compiling scrypt v0.11.0
12022024-09-17T13:28:25.777Z Compiling cbc v0.1.2
12032024-09-17T13:28:25.987Z Compiling aes v0.8.4
12042024-09-17T13:28:26.062Z Compiling pest v2.7.10
12052024-09-17T13:28:26.963Z Compiling der v0.7.9
12062024-09-17T13:28:28.821Z Compiling pest_meta v2.7.10
12072024-09-17T13:28:28.873Z Compiling tracing v0.1.40
12082024-09-17T13:28:29.108Z Compiling spki v0.7.3
12092024-09-17T13:28:29.202Z Compiling scroll_derive v0.12.0
12102024-09-17T13:28:29.490Z Compiling pkcs5 v0.7.1
12112024-09-17T13:28:29.932Z Compiling openssl-macros v0.1.1
12122024-09-17T13:28:30.261Z Compiling pkcs8 v0.10.2
12132024-09-17T13:28:30.283Z Compiling pest_generator v2.7.10
12142024-09-17T13:28:30.671Z Compiling scroll v0.12.0
12152024-09-17T13:28:30.712Z Compiling signature v2.2.0
12162024-09-17T13:28:30.737Z Compiling md-5 v0.10.6
12172024-09-17T13:28:31.010Z Compiling pin-project-internal v1.1.5
12182024-09-17T13:28:31.035Z Compiling num-integer v0.1.46
12192024-09-17T13:28:31.054Z Compiling backtrace v0.3.71
12202024-09-17T13:28:31.269Z Compiling goblin v0.8.2
12212024-09-17T13:28:31.536Z Compiling rustls-webpki v0.101.7
12222024-09-17T13:28:31.803Z Compiling bytes v1.7.1
12232024-09-17T13:28:31.993Z Compiling indexmap v2.4.0
12242024-09-17T13:28:32.236Z Compiling bitflags v2.6.0
12252024-09-17T13:28:33.134Z Compiling tokio v1.39.3
12262024-09-17T13:28:33.210Z Compiling semver v1.0.23
12272024-09-17T13:28:33.432Z Compiling http v0.2.12
12282024-09-17T13:28:33.797Z Compiling rustc_version v0.4.0
12292024-09-17T13:28:33.945Z Compiling pest_derive v2.7.10
12302024-09-17T13:28:34.092Z Compiling http v1.1.0
12312024-09-17T13:28:34.566Z Compiling heapless v0.7.17
12322024-09-17T13:28:34.736Z Compiling dtrace-parser v0.2.0
12332024-09-17T13:28:35.014Z Compiling http-body v0.4.6
12342024-09-17T13:28:35.778Z Compiling uuid v1.10.0
12352024-09-17T13:28:35.937Z Compiling sct v0.7.1
12362024-09-17T13:28:36.672Z Compiling curve25519-dalek v4.1.3
12372024-09-17T13:28:36.956Z Compiling dof v0.3.0
12382024-09-17T13:28:37.261Z Compiling serde_tokenstream v0.2.2
12392024-09-17T13:28:37.298Z Compiling chrono v0.4.38
12402024-09-17T13:28:37.879Z Compiling usdt-impl v0.5.0
12412024-09-17T13:28:38.936Z Compiling serde_spanned v0.6.7
12422024-09-17T13:28:39.171Z Compiling toml_datetime v0.6.8
12432024-09-17T13:28:39.192Z Compiling idna v0.3.0
12442024-09-17T13:28:39.459Z Compiling lazy_static v1.5.0
12452024-09-17T13:28:39.583Z Compiling ff v0.13.0
12462024-09-17T13:28:39.676Z Compiling hash32 v0.2.1
12472024-09-17T13:28:39.799Z Compiling base16ct v0.2.0
12482024-09-17T13:28:40.044Z Compiling adler v1.0.2
12492024-09-17T13:28:40.123Z Compiling smoltcp v0.9.1
12502024-09-17T13:28:40.276Z Compiling psl-types v2.0.11
12512024-09-17T13:28:40.479Z Compiling atomic-waker v1.1.2
12522024-09-17T13:28:40.669Z Compiling base64 v0.22.1
12532024-09-17T13:28:40.753Z Compiling gimli v0.28.1
12542024-09-17T13:28:40.860Z Compiling crc32fast v1.4.0
12552024-09-17T13:28:41.002Z Compiling signal-hook v0.3.17
12562024-09-17T13:28:41.286Z Compiling tokio-util v0.7.11
12572024-09-17T13:28:41.391Z Compiling num-bigint-dig v0.8.4
12582024-09-17T13:28:41.526Z Compiling fallible-iterator v0.2.0
12592024-09-17T13:28:41.695Z Compiling stable_deref_trait v1.2.0
12602024-09-17T13:28:42.123Z Compiling tokio-native-tls v0.3.1
12612024-09-17T13:28:42.252Z Compiling h2 v0.3.26
12622024-09-17T13:28:42.412Z Compiling h2 v0.4.6
12632024-09-17T13:28:42.682Z Compiling postgres-protocol v0.6.7
12642024-09-17T13:28:43.161Z Compiling tokio-rustls v0.24.1
12652024-09-17T13:28:43.561Z Compiling publicsuffix v2.2.3
12662024-09-17T13:28:43.821Z Compiling miniz_oxide v0.7.2
12672024-09-17T13:28:44.046Z Compiling sec1 v0.7.3
12682024-09-17T13:28:44.102Z Compiling group v0.13.0
12692024-09-17T13:28:44.427Z Compiling terminal_size v0.3.0
12702024-09-17T13:28:44.641Z Compiling http-body v1.0.0
12712024-09-17T13:28:44.661Z Compiling pin-project v1.1.5
12722024-09-17T13:28:44.734Z Compiling num-iter v0.1.45
12732024-09-17T13:28:44.793Z Compiling hubpack_derive v0.1.1
12742024-09-17T13:28:44.878Z Compiling hkdf v0.12.4
12752024-09-17T13:28:44.931Z Compiling crypto-bigint v0.5.5
12762024-09-17T13:28:45.136Z Compiling addr2line v0.21.0
12772024-09-17T13:28:45.161Z Compiling async-trait v0.1.82
12782024-09-17T13:28:45.737Z Compiling curve25519-dalek-derive v0.1.1
12792024-09-17T13:28:45.759Z Compiling zerocopy-derive v0.6.6
12802024-09-17T13:28:47.326Z Compiling phf_shared v0.11.2
12812024-09-17T13:28:47.713Z Compiling serde_derive_internals v0.29.1
12822024-09-17T13:28:47.853Z Compiling object v0.32.2
12832024-09-17T13:28:47.965Z Compiling fs-err v2.11.0
12842024-09-17T13:28:48.009Z Compiling either v1.13.0
12852024-09-17T13:28:48.145Z Compiling bitflags v1.3.2
12862024-09-17T13:28:48.250Z Compiling managed v0.8.0
12872024-09-17T13:28:48.267Z Compiling adler2 v2.0.0
12882024-09-17T13:28:48.409Z Compiling ipnet v2.9.0
12892024-09-17T13:28:48.473Z Compiling tower-layer v0.3.2
12902024-09-17T13:28:48.700Z Compiling schemars v0.8.21
12912024-09-17T13:28:48.753Z Compiling winnow v0.5.40
12922024-09-17T13:28:49.069Z Compiling hyper v0.14.30
12932024-09-17T13:28:49.596Z Compiling base64 v0.21.7
12942024-09-17T13:28:50.362Z Compiling rustc-demangle v0.1.24
12952024-09-17T13:28:50.430Z Compiling anyhow v1.0.86
12962024-09-17T13:28:50.900Z Compiling clap_builder v4.5.15
12972024-09-17T13:28:51.303Z Compiling schemars_derive v0.8.21
12982024-09-17T13:28:51.399Z Compiling rustls-pemfile v1.0.4
12992024-09-17T13:28:51.850Z Compiling hyper v1.4.1
13002024-09-17T13:28:52.664Z Compiling toml_edit v0.19.15
13012024-09-17T13:28:52.749Z Compiling tower v0.4.13
13022024-09-17T13:28:53.670Z Compiling miniz_oxide v0.8.0
13032024-09-17T13:28:55.158Z Compiling zerocopy v0.6.6
13042024-09-17T13:28:55.196Z Compiling elliptic-curve v0.13.8
13052024-09-17T13:28:55.216Z Compiling phf v0.11.2
13062024-09-17T13:28:55.918Z Compiling hyper-rustls v0.24.2
13072024-09-17T13:28:56.007Z Compiling hyper-tls v0.5.0
13082024-09-17T13:28:56.053Z Compiling cookie_store v0.20.0
13092024-09-17T13:28:56.286Z Compiling hubpack v0.1.2
13102024-09-17T13:28:56.743Z Compiling postgres-types v0.2.7
13112024-09-17T13:28:58.250Z Compiling usdt-macro v0.5.0
13122024-09-17T13:28:58.489Z Compiling usdt-attr-macro v0.5.0
13132024-09-17T13:28:58.585Z Compiling serde_urlencoded v0.7.1
13142024-09-17T13:28:58.977Z Compiling serde-big-array v0.5.1
13152024-09-17T13:28:59.115Z Compiling ed25519 v2.2.3
13162024-09-17T13:28:59.208Z Compiling pkcs1 v0.7.5
13172024-09-17T13:28:59.745Z Compiling futures-executor v0.3.30
13182024-09-17T13:29:00.140Z Compiling rfc6979 v0.4.0
13192024-09-17T13:29:00.223Z Compiling bstr v1.9.1
13202024-09-17T13:29:00.259Z Compiling regex v1.10.6
13212024-09-17T13:29:00.278Z Compiling strum_macros v0.25.3
13222024-09-17T13:29:00.317Z Compiling clap_derive v4.5.13
13232024-09-17T13:29:00.539Z Compiling enum-as-inner v0.6.0
13242024-09-17T13:29:01.192Z Compiling serde_repr v0.1.19
13252024-09-17T13:29:01.400Z Compiling phf_shared v0.10.0
13262024-09-17T13:29:01.669Z Compiling float-cmp v0.9.0
13272024-09-17T13:29:01.766Z Compiling idna v0.4.0
13282024-09-17T13:29:01.894Z Compiling mio v0.8.11
13292024-09-17T13:29:02.068Z Compiling encoding_rs v0.8.34
13302024-09-17T13:29:02.366Z Compiling unicode-segmentation v1.11.0
13312024-09-17T13:29:03.172Z Compiling minimal-lexical v0.2.1
13322024-09-17T13:29:03.199Z Compiling normalize-line-endings v0.3.0
13332024-09-17T13:29:03.324Z Compiling dyn-clone v1.0.17
13342024-09-17T13:29:03.344Z Compiling precomputed-hash v0.1.1
13352024-09-17T13:29:03.456Z Compiling whoami v1.5.1
13362024-09-17T13:29:03.529Z Compiling mime v0.3.17
13372024-09-17T13:29:03.592Z Compiling sync_wrapper v0.1.2
13382024-09-17T13:29:03.691Z Compiling predicates-core v1.0.6
13392024-09-17T13:29:03.730Z Compiling fixedbitset v0.4.2
13402024-09-17T13:29:04.049Z Compiling data-encoding v2.6.0
13412024-09-17T13:29:04.106Z Compiling static_assertions v1.1.0
13422024-09-17T13:29:04.131Z Compiling webpki-roots v0.25.4
13432024-09-17T13:29:04.192Z Compiling difflib v0.4.0
13442024-09-17T13:29:04.211Z Compiling bit-vec v0.6.3
13452024-09-17T13:29:04.287Z Compiling new_debug_unreachable v1.0.6
13462024-09-17T13:29:04.383Z Compiling string_cache v0.8.7
13472024-09-17T13:29:04.411Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
13482024-09-17T13:29:04.656Z Compiling predicates v3.1.2
13492024-09-17T13:29:04.845Z Compiling hickory-proto v0.24.1
13502024-09-17T13:29:05.371Z Compiling clap v4.5.16
13512024-09-17T13:29:05.496Z Compiling bit-set v0.5.3
13522024-09-17T13:29:05.770Z Compiling reqwest v0.11.27
13532024-09-17T13:29:05.789Z Compiling console v0.15.8
13542024-09-17T13:29:06.381Z Compiling petgraph v0.6.5
13552024-09-17T13:29:06.453Z Compiling tokio-postgres v0.7.11
13562024-09-17T13:29:06.512Z Compiling toml_edit v0.22.20
13572024-09-17T13:29:07.377Z Compiling nom v7.1.3
13582024-09-17T13:29:10.921Z Compiling similar v2.6.0
13592024-09-17T13:29:11.034Z Compiling signal-hook-mio v0.2.4
13602024-09-17T13:29:11.146Z Compiling usdt v0.5.0
13612024-09-17T13:29:11.217Z Compiling ecdsa v0.16.9
13622024-09-17T13:29:11.662Z Compiling futures v0.3.30
13632024-09-17T13:29:11.782Z Compiling rsa v0.9.6
13642024-09-17T13:29:12.054Z Compiling ed25519-dalek v2.1.1
13652024-09-17T13:29:12.073Z Compiling flate2 v1.0.33
13662024-09-17T13:29:13.046Z Compiling toml v0.7.8
13672024-09-17T13:29:14.168Z Compiling hyper-util v0.1.7
13682024-09-17T13:29:14.188Z Compiling itertools v0.10.5
13692024-09-17T13:29:14.208Z Compiling itertools v0.12.1
13702024-09-17T13:29:14.711Z Compiling tokio-stream v0.1.15
13712024-09-17T13:29:14.754Z Compiling openapiv3 v2.0.0
13722024-09-17T13:29:15.050Z Compiling hex v0.4.3
13732024-09-17T13:29:15.628Z Compiling x509-cert v0.2.5
13742024-09-17T13:29:15.725Z Compiling sha1 v0.10.6
13752024-09-17T13:29:16.201Z Compiling crossbeam-epoch v0.9.18
13762024-09-17T13:29:16.951Z Compiling dirs-sys-next v0.1.2
13772024-09-17T13:29:16.984Z Compiling unicode-xid v0.2.4
13782024-09-17T13:29:17.154Z Compiling lalrpop-util v0.19.12
13792024-09-17T13:29:17.246Z Compiling peg-runtime v0.8.3
13802024-09-17T13:29:17.342Z Compiling dirs-next v2.0.0
13812024-09-17T13:29:17.486Z Compiling thread_local v1.1.8
13822024-09-17T13:29:17.546Z Compiling slog-async v2.8.0
13832024-09-17T13:29:17.598Z Compiling term v0.7.0
13842024-09-17T13:29:17.889Z Compiling xattr v1.3.1
13852024-09-17T13:29:18.030Z Compiling crossbeam-channel v0.5.12
13862024-09-17T13:29:18.162Z Compiling strum_macros v0.26.4
13872024-09-17T13:29:18.181Z Compiling is-terminal v0.4.12
13882024-09-17T13:29:18.309Z Compiling filetime v0.2.25
13892024-09-17T13:29:18.619Z Compiling take_mut v0.2.2
13902024-09-17T13:29:18.784Z Compiling tar v0.4.41
13912024-09-17T13:29:19.154Z Compiling slog-term v2.9.1
13922024-09-17T13:29:19.180Z Compiling camino v1.1.9
13932024-09-17T13:29:20.671Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13942024-09-17T13:29:21.443Z Compiling strum v0.26.3
13952024-09-17T13:29:21.522Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13962024-09-17T13:29:26.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
13972024-09-17T13:29:26.980Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13982024-09-17T13:29:27.032ZSep 17 13:29:26.045 INFO Starting download, target: Clickhouse
13992024-09-17T13:29:27.033ZSep 17 13:29:26.045 INFO Starting download, target: Console
14002024-09-17T13:29:27.035ZSep 17 13:29:26.045 INFO Starting download, target: Cockroach
14012024-09-17T13:29:27.035ZSep 17 13:29:26.045 INFO Starting download, target: DendriteOpenapi
14022024-09-17T13:29:27.035ZSep 17 13:29:26.045 INFO Starting download, target: DendriteStub
14032024-09-17T13:29:27.035ZSep 17 13:29:26.045 INFO Starting download, target: MaghemiteMgd
14042024-09-17T13:29:27.035ZSep 17 13:29:26.045 INFO Starting download, target: TransceiverControl
14052024-09-17T13:29:27.035ZSep 17 13:29:26.046 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14062024-09-17T13:29:27.035ZSep 17 13:29:26.046 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14072024-09-17T13:29:27.035ZSep 17 13:29:26.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14082024-09-17T13:29:27.035ZSep 17 13:29:26.046 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14092024-09-17T13:29:27.035ZSep 17 13:29:26.046 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14102024-09-17T13:29:27.035ZSep 17 13:29:26.046 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14112024-09-17T13:29:27.035ZSep 17 13:29:26.046 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14122024-09-17T13:29:27.198ZSep 17 13:29:26.190 INFO Download complete, target: DendriteOpenapi
14132024-09-17T13:29:27.296ZSep 17 13:29:26.300 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14142024-09-17T13:29:27.519ZSep 17 13:29:26.528 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14152024-09-17T13:29:27.657ZSep 17 13:29:26.670 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14162024-09-17T13:29:27.661ZSep 17 13:29:26.674 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14172024-09-17T13:29:27.909ZSep 17 13:29:26.922 INFO Download complete, target: Console
14182024-09-17T13:29:28.075ZSep 17 13:29:27.086 INFO Download complete, target: TransceiverControl
14192024-09-17T13:29:28.261ZSep 17 13:29:27.273 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14202024-09-17T13:29:28.261ZSep 17 13:29:27.274 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14212024-09-17T13:29:29.320ZSep 17 13:29:28.333 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14222024-09-17T13:29:30.777ZSep 17 13:29:29.789 INFO Download complete, target: DendriteStub
14232024-09-17T13:29:30.952ZSep 17 13:29:29.964 INFO Download complete, target: MaghemiteMgd
14242024-09-17T13:29:36.683ZSep 17 13:29:35.694 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14252024-09-17T13:29:36.993ZSep 17 13:29:35.996 INFO Checking that binary works, target: Cockroach
14262024-09-17T13:29:37.146ZSep 17 13:29:36.157 INFO Download complete, target: Cockroach
14272024-09-17T13:29:43.368ZSep 17 13:29:42.378 INFO Checking that binary works, target: Clickhouse
14282024-09-17T13:29:43.917ZSep 17 13:29:42.890 INFO Download complete, target: Clickhouse
14292024-09-17T13:29:43.981ZAll prerequisites installed successfully
14302024-09-17T13:29:43.981Z
14312024-09-17T13:29:43.982Zreal 4:57.710936393
14322024-09-17T13:29:43.982Zuser 11:56.183087358
14332024-09-17T13:29:43.982Zsys 2:30.450142409
14342024-09-17T13:29:43.982Ztrap 0.415517810
14352024-09-17T13:29:43.982Ztflt 8.783258954
14362024-09-17T13:29:43.982Zdflt 6.889427121
14372024-09-17T13:29:43.982Zkflt 0.610835849
14382024-09-17T13:29:43.983Zlock 24:22.376124756
14392024-09-17T13:29:43.983Zslp 49:50.237284813
14402024-09-17T13:29:43.983Zlat 40.449449546
14412024-09-17T13:29:43.983Zstop 1:49.352355756
14422024-09-17T13:29:43.983Z+ source ./tools/include/force-git-over-https.sh
14432024-09-17T13:29:43.983Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14442024-09-17T13:29:43.983Z++ (( i = 0 ))
14452024-09-17T13:29:43.983Z++ (( i < 5 ))
14462024-09-17T13:29:43.984Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14472024-09-17T13:29:43.984Z++ (( i++ ))
14482024-09-17T13:29:43.984Z++ (( i < 5 ))
14492024-09-17T13:29:43.984Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14502024-09-17T13:29:43.984Z++ (( i++ ))
14512024-09-17T13:29:43.984Z++ (( i < 5 ))
14522024-09-17T13:29:43.985Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14532024-09-17T13:29:43.985Z++ (( i++ ))
14542024-09-17T13:29:43.985Z++ (( i < 5 ))
14552024-09-17T13:29:43.985Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14562024-09-17T13:29:43.985Z++ (( i++ ))
14572024-09-17T13:29:43.985Z++ (( i < 5 ))
14582024-09-17T13:29:43.986Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14592024-09-17T13:29:43.986Z++ (( i++ ))
14602024-09-17T13:29:43.986Z++ (( i < 5 ))
14612024-09-17T13:29:43.986Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14622024-09-17T13:29:43.986Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14632024-09-17T13:29:43.986Z+ rc=0
14642024-09-17T13:29:43.986Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14652024-09-17T13:30:05.573Z+ case $rc in
14662024-09-17T13:30:05.573Z+ pfexec zfs create -p rpool/images/build/host
14672024-09-17T13:30:05.755Z+ pfexec zfs create -p rpool/images/build/recovery
14682024-09-17T13:30:05.828Z+ cargo xtask releng --output-dir /work
14692024-09-17T13:30:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14702024-09-17T13:30:06.449Z Running `target/debug/xtask releng --output-dir /work`
14712024-09-17T13:30:07.405Z Compiling proc-macro2 v1.0.86
14722024-09-17T13:30:07.405Z Compiling unicode-ident v1.0.12
14732024-09-17T13:30:07.407Z Compiling libc v0.2.158
14742024-09-17T13:30:07.407Z Compiling serde v1.0.208
14752024-09-17T13:30:07.407Z Compiling version_check v0.9.5
14762024-09-17T13:30:07.407Z Compiling autocfg v1.3.0
14772024-09-17T13:30:07.407Z Compiling cfg-if v1.0.0
14782024-09-17T13:30:07.407Z Compiling once_cell v1.19.0
14792024-09-17T13:30:07.715Z Compiling typenum v1.17.0
14802024-09-17T13:30:07.798Z Compiling memchr v2.7.2
14812024-09-17T13:30:08.226Z Compiling generic-array v0.14.7
14822024-09-17T13:30:08.314Z Compiling lock_api v0.4.12
14832024-09-17T13:30:08.567Z Compiling ahash v0.8.11
14842024-09-17T13:30:08.635Z Compiling parking_lot_core v0.9.10
14852024-09-17T13:30:08.653Z Compiling serde_json v1.0.125
14862024-09-17T13:30:08.927Z Compiling libm v0.2.8
14872024-09-17T13:30:09.053Z Compiling quote v1.0.36
14882024-09-17T13:30:09.073Z Compiling byteorder v1.5.0
14892024-09-17T13:30:09.195Z Compiling num-traits v0.2.19
14902024-09-17T13:30:09.511Z Compiling syn v2.0.74
14912024-09-17T13:30:09.532Z Compiling value-bag v1.9.0
14922024-09-17T13:30:09.738Z Compiling getrandom v0.2.14
14932024-09-17T13:30:10.034Z Compiling jobserver v0.1.32
14942024-09-17T13:30:10.136Z Compiling log v0.4.21
14952024-09-17T13:30:10.157Z Compiling scopeguard v1.2.0
14962024-09-17T13:30:10.176Z Compiling slab v0.4.9
14972024-09-17T13:30:10.500Z Compiling cc v1.0.97
14982024-09-17T13:30:10.588Z Compiling itoa v1.0.11
14992024-09-17T13:30:10.878Z Compiling thiserror v1.0.63
15002024-09-17T13:30:10.937Z Compiling rand_core v0.6.4
15012024-09-17T13:30:11.417Z Compiling semver v1.0.23
15022024-09-17T13:30:11.669Z Compiling pkg-config v0.3.30
15032024-09-17T13:30:11.708Z Compiling smallvec v1.13.2
15042024-09-17T13:30:11.924Z Compiling pin-project-lite v0.2.14
15052024-09-17T13:30:12.177Z Compiling subtle v2.5.0
15062024-09-17T13:30:12.260Z Compiling const-oid v0.9.6
15072024-09-17T13:30:12.285Z Compiling allocator-api2 v0.2.18
15082024-09-17T13:30:12.963Z Compiling ryu v1.0.18
15092024-09-17T13:30:13.026Z Compiling vcpkg v0.2.15
15102024-09-17T13:30:13.251Z Compiling signal-hook-registry v1.4.2
15112024-09-17T13:30:13.916Z Compiling httparse v1.8.0
15122024-09-17T13:30:13.936Z Compiling ring v0.17.8
15132024-09-17T13:30:13.968Z Compiling parking_lot v0.12.2
15142024-09-17T13:30:14.242Z Compiling mio v1.0.2
15152024-09-17T13:30:14.803Z Compiling openssl-sys v0.9.103
15162024-09-17T13:30:14.823Z Compiling futures-core v0.3.30
15172024-09-17T13:30:15.120Z Compiling spin v0.9.8
15182024-09-17T13:30:15.180Z Compiling socket2 v0.5.7
15192024-09-17T13:30:15.461Z Compiling fnv v1.0.7
15202024-09-17T13:30:16.097Z Compiling rustix v0.38.34
15212024-09-17T13:30:16.139Z Compiling equivalent v1.0.1
15222024-09-17T13:30:16.317Z Compiling heck v0.5.0
15232024-09-17T13:30:16.602Z Compiling futures-sink v0.3.30
15242024-09-17T13:30:16.821Z Compiling schemars v0.8.21
15252024-09-17T13:30:17.243Z Compiling serde_derive_internals v0.29.1
15262024-09-17T13:30:17.282Z Compiling time-core v0.1.2
15272024-09-17T13:30:17.519Z Compiling num-conv v0.1.0
15282024-09-17T13:30:17.850Z Compiling time-macros v0.2.18
15292024-09-17T13:30:18.041Z Compiling openssl v0.10.66
15302024-09-17T13:30:18.546Z Compiling cpufeatures v0.2.12
15312024-09-17T13:30:18.830Z Compiling futures-channel v0.3.30
15322024-09-17T13:30:19.097Z Compiling tinyvec_macros v0.1.1
15332024-09-17T13:30:19.140Z Compiling native-tls v0.2.11
15342024-09-17T13:30:19.214Z Compiling pin-utils v0.1.0
15352024-09-17T13:30:19.246Z Compiling futures-io v0.3.30
15362024-09-17T13:30:19.336Z Compiling futures-task v0.3.30
15372024-09-17T13:30:19.363Z Compiling rustls v0.21.12
15382024-09-17T13:30:19.475Z Compiling tinyvec v1.6.0
15392024-09-17T13:30:19.650Z Compiling crossbeam-utils v0.8.19
15402024-09-17T13:30:20.141Z Compiling cookie v0.17.0
15412024-09-17T13:30:20.371Z Compiling iana-time-zone v0.1.60
15422024-09-17T13:30:20.463Z Compiling base64ct v1.6.0
15432024-09-17T13:30:20.514Z Compiling ucd-trie v0.1.6
15442024-09-17T13:30:21.155Z Compiling unicode-normalization v0.1.23
15452024-09-17T13:30:21.186Z Compiling pem-rfc7468 v0.7.0
15462024-09-17T13:30:21.231Z Compiling slog v2.7.0
15472024-09-17T13:30:21.383Z Compiling syn v1.0.109
15482024-09-17T13:30:21.383Z Compiling flagset v0.4.5
15492024-09-17T13:30:21.724Z Compiling unicode-bidi v0.3.15
15502024-09-17T13:30:21.872Z Compiling tracing-core v0.1.32
15512024-09-17T13:30:22.059Z Compiling aho-corasick v1.1.3
15522024-09-17T13:30:22.499Z Compiling untrusted v0.9.0
15532024-09-17T13:30:22.571Z Compiling regex-syntax v0.8.4
15542024-09-17T13:30:22.922Z Compiling serde_derive v1.0.208
15552024-09-17T13:30:23.125Z Compiling zeroize_derive v1.4.2
15562024-09-17T13:30:23.540Z Compiling zerocopy-derive v0.7.34
15572024-09-17T13:30:24.324Z Compiling tokio-macros v2.4.0
15582024-09-17T13:30:24.771Z Compiling zeroize v1.8.1
15592024-09-17T13:30:25.244Z Compiling thiserror-impl v1.0.63
15602024-09-17T13:30:25.320Z Compiling futures-macro v0.3.30
15612024-09-17T13:30:25.619Z Compiling zerocopy v0.7.34
15622024-09-17T13:30:27.286Z Compiling crypto-common v0.1.6
15632024-09-17T13:30:27.546Z Compiling tracing-attributes v0.1.27
15642024-09-17T13:30:28.027Z Compiling der_derive v0.7.2
15652024-09-17T13:30:28.210Z Compiling hashbrown v0.14.5
15662024-09-17T13:30:28.832Z Compiling block-buffer v0.10.4
15672024-09-17T13:30:29.133Z Compiling digest v0.10.7
15682024-09-17T13:30:29.579Z Compiling schemars_derive v0.8.21
15692024-09-17T13:30:29.798Z Compiling hmac v0.12.1
15702024-09-17T13:30:29.951Z Compiling block-padding v0.3.3
15712024-09-17T13:30:30.019Z Compiling openssl-macros v0.1.1
15722024-09-17T13:30:30.217Z Compiling inout v0.1.3
15732024-09-17T13:30:30.412Z Compiling futures-util v0.3.30
15742024-09-17T13:30:30.485Z Compiling cipher v0.4.4
15752024-09-17T13:30:31.117Z Compiling sha2 v0.10.8
15762024-09-17T13:30:31.355Z Compiling scroll_derive v0.12.0
15772024-09-17T13:30:31.526Z Compiling pest v2.7.10
15782024-09-17T13:30:32.725Z Compiling der v0.7.9
15792024-09-17T13:30:33.737Z Compiling tracing v0.1.40
15802024-09-17T13:30:34.693Z Compiling pest_meta v2.7.10
15812024-09-17T13:30:34.751Z Compiling salsa20 v0.10.2
15822024-09-17T13:30:35.018Z Compiling pbkdf2 v0.12.2
15832024-09-17T13:30:35.240Z Compiling spki v0.7.3
15842024-09-17T13:30:36.231Z Compiling pest_generator v2.7.10
15852024-09-17T13:30:37.309Z Compiling bytes v1.7.1
15862024-09-17T13:30:39.070Z Compiling tokio v1.39.3
15872024-09-17T13:30:39.178Z Compiling bitflags v2.6.0
15882024-09-17T13:30:39.281Z Compiling indexmap v2.4.0
15892024-09-17T13:30:39.836Z Compiling rustc_version v0.4.0
15902024-09-17T13:30:40.657Z Compiling serde_tokenstream v0.2.2
15912024-09-17T13:30:41.006Z Compiling uuid v1.10.0
15922024-09-17T13:30:41.291Z Compiling chrono v0.4.38
15932024-09-17T13:30:41.338Z Compiling http v0.2.12
15942024-09-17T13:30:41.952Z Compiling regex-automata v0.4.6
15952024-09-17T13:30:45.265Z Compiling dyn-clone v1.0.17
15962024-09-17T13:30:45.424Z Compiling crc32fast v1.4.0
15972024-09-17T13:30:47.080Z Compiling pest_derive v2.7.10
15982024-09-17T13:30:48.388Z Compiling scrypt v0.11.0
15992024-09-17T13:30:49.153Z Compiling tokio-util v0.7.11
16002024-09-17T13:30:49.549Z Compiling cbc v0.1.2
16012024-09-17T13:30:49.804Z Compiling aes v0.8.4
16022024-09-17T13:30:50.648Z Compiling usdt-impl v0.5.0
16032024-09-17T13:30:50.775Z Compiling percent-encoding v2.3.1
16042024-09-17T13:30:51.188Z Compiling heck v0.4.1
16052024-09-17T13:30:51.427Z Compiling powerfmt v0.2.0
16062024-09-17T13:30:51.531Z Compiling pkcs5 v0.7.1
16072024-09-17T13:30:52.011Z Compiling deranged v0.3.11
16082024-09-17T13:30:52.777Z Compiling heapless v0.7.17
16092024-09-17T13:30:53.497Z Compiling scroll v0.12.0
16102024-09-17T13:30:53.721Z Compiling zerocopy-derive v0.6.6
16112024-09-17T13:30:53.852Z Compiling pin-project-internal v1.1.5
16122024-09-17T13:30:54.605Z Compiling backtrace v0.3.71
16132024-09-17T13:30:55.171Z Compiling errno v0.3.9
16142024-09-17T13:30:55.443Z Compiling ppv-lite86 v0.2.17
16152024-09-17T13:30:56.140Z Compiling num_threads v0.1.7
16162024-09-17T13:30:56.273Z Compiling num-bigint-dig v0.8.4
16172024-09-17T13:30:56.358Z Compiling try-lock v0.2.5
16182024-09-17T13:30:56.492Z Compiling plain v0.2.3
16192024-09-17T13:30:56.538Z Compiling want v0.3.1
16202024-09-17T13:30:56.570Z Compiling time v0.3.36
16212024-09-17T13:30:56.649Z Compiling goblin v0.8.2
16222024-09-17T13:30:56.651Z Compiling rand_chacha v0.3.1
16232024-09-17T13:30:57.800Z Compiling pkcs8 v0.10.2
16242024-09-17T13:30:58.239Z Compiling regex v1.10.6
16252024-09-17T13:30:59.177Z Compiling async-trait v0.1.82
16262024-09-17T13:30:59.261Z Compiling pretty-hex v0.4.1
16272024-09-17T13:30:59.284Z Compiling tower-service v0.3.2
16282024-09-17T13:30:59.515Z Compiling rustversion v1.0.17
16292024-09-17T13:30:59.821Z Compiling strsim v0.11.1
16302024-09-17T13:31:00.174Z Compiling httpdate v1.0.3
16312024-09-17T13:31:01.671Z Compiling rand v0.8.5
16322024-09-17T13:31:01.967Z Compiling form_urlencoded v1.2.1
16332024-09-17T13:31:02.038Z Compiling dtrace-parser v0.2.0
16342024-09-17T13:31:02.572Z Compiling curve25519-dalek v4.1.3
16352024-09-17T13:31:03.117Z Compiling dof v0.3.0
16362024-09-17T13:31:04.464Z Compiling thread-id v4.2.1
16372024-09-17T13:31:05.017Z Compiling smoltcp v0.9.1
16382024-09-17T13:31:05.709Z Compiling unicode-width v0.1.13
16392024-09-17T13:31:05.899Z Compiling foreign-types-shared v0.1.1
16402024-09-17T13:31:06.024Z Compiling signal-hook v0.3.17
16412024-09-17T13:31:06.426Z Compiling anyhow v1.0.86
16422024-09-17T13:31:06.473Z Compiling foreign-types v0.3.2
16432024-09-17T13:31:09.214Z Compiling http-body v0.4.6
16442024-09-17T13:31:09.759Z Compiling h2 v0.3.26
16452024-09-17T13:31:11.598Z Compiling clap_derive v4.5.13
16462024-09-17T13:31:11.746Z Compiling socket2 v0.4.10
16472024-09-17T13:31:12.635Z Compiling base64 v0.21.7
16482024-09-17T13:31:13.464Z Compiling siphasher v0.3.11
16492024-09-17T13:31:18.484Z Compiling hyper v0.14.30
16502024-09-17T13:31:21.881Z Compiling rustls-webpki v0.101.7
16512024-09-17T13:31:22.165Z Compiling sct v0.7.1
16522024-09-17T13:31:22.722Z Compiling hubpack_derive v0.1.1
16532024-09-17T13:31:23.705Z Compiling openapiv3 v2.0.0
16542024-09-17T13:31:23.803Z Compiling http v1.1.0
16552024-09-17T13:31:26.930Z Compiling signature v2.2.0
16562024-09-17T13:31:27.277Z Compiling curve25519-dalek-derive v0.1.1
16572024-09-17T13:31:28.464Z Compiling idna v0.5.0
16582024-09-17T13:31:30.095Z Compiling fs-err v2.11.0
16592024-09-17T13:31:30.320Z Compiling finl_unicode v1.2.0
16602024-09-17T13:31:30.659Z Compiling anstyle v1.0.8
16612024-09-17T13:31:30.988Z Compiling openssl-probe v0.1.5
16622024-09-17T13:31:31.613Z Compiling utf8parse v0.2.1
16632024-09-17T13:31:31.829Z Compiling anstyle-parse v0.2.4
16642024-09-17T13:31:32.628Z Compiling stringprep v0.1.4
16652024-09-17T13:31:33.832Z Compiling url v2.5.2
16662024-09-17T13:31:38.992Z Compiling usdt-attr-macro v0.5.0
16672024-09-17T13:31:39.363Z Compiling usdt-macro v0.5.0
16682024-09-17T13:31:40.070Z Compiling serde_spanned v0.6.7
16692024-09-17T13:31:40.308Z Compiling toml_datetime v0.6.8
16702024-09-17T13:31:40.538Z Compiling regress v0.9.1
16712024-09-17T13:31:40.739Z Compiling md-5 v0.10.6
16722024-09-17T13:31:40.759Z Compiling idna v0.3.0
16732024-09-17T13:31:42.010Z Compiling lazy_static v1.5.0
16742024-09-17T13:31:42.147Z Compiling num-integer v0.1.46
16752024-09-17T13:31:42.390Z Compiling ff v0.13.0
16762024-09-17T13:31:42.702Z Compiling hash32 v0.2.1
16772024-09-17T13:31:42.831Z Compiling encoding_rs v0.8.34
16782024-09-17T13:31:43.070Z Compiling stable_deref_trait v1.2.0
16792024-09-17T13:31:43.187Z Compiling psl-types v2.0.11
16802024-09-17T13:31:43.385Z Compiling mime v0.3.17
16812024-09-17T13:31:43.536Z Compiling base16ct v0.2.0
16822024-09-17T13:31:43.809Z Compiling fallible-iterator v0.2.0
16832024-09-17T13:31:44.085Z Compiling gimli v0.28.1
16842024-09-17T13:31:44.476Z Compiling atomic-waker v1.1.2
16852024-09-17T13:31:44.650Z Compiling colorchoice v1.0.1
16862024-09-17T13:31:44.732Z Compiling anstyle-query v1.0.3
16872024-09-17T13:31:44.819Z Compiling adler v1.0.2
16882024-09-17T13:31:44.876Z Compiling base64 v0.22.1
16892024-09-17T13:31:45.038Z Compiling is_terminal_polyfill v1.70.0
16902024-09-17T13:31:45.174Z Compiling anstream v0.6.14
16912024-09-17T13:31:45.231Z Compiling miniz_oxide v0.7.2
16922024-09-17T13:31:45.576Z Compiling postgres-protocol v0.6.7
16932024-09-17T13:31:45.858Z Compiling publicsuffix v2.2.3
16942024-09-17T13:31:45.923Z Compiling h2 v0.4.6
16952024-09-17T13:31:46.185Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16962024-09-17T13:31:46.798Z Compiling sec1 v0.7.3
16972024-09-17T13:31:48.884Z Compiling addr2line v0.21.0
16982024-09-17T13:31:49.546Z Compiling num-iter v0.1.45
16992024-09-17T13:31:49.753Z Compiling group v0.13.0
17002024-09-17T13:31:51.373Z Compiling tokio-rustls v0.24.1
17012024-09-17T13:31:52.252Z Compiling terminal_size v0.3.0
17022024-09-17T13:31:52.459Z Compiling tokio-native-tls v0.3.1
17032024-09-17T13:31:52.918Z Compiling http-body v1.0.0
17042024-09-17T13:31:53.076Z Compiling phf_shared v0.11.2
17052024-09-17T13:31:53.170Z Compiling strum_macros v0.25.3
17062024-09-17T13:31:53.535Z Compiling serde_urlencoded v0.7.1
17072024-09-17T13:31:53.633Z Compiling pin-project v1.1.5
17082024-09-17T13:31:53.843Z Compiling enum-as-inner v0.6.0
17092024-09-17T13:31:54.645Z Compiling hkdf v0.12.4
17102024-09-17T13:31:54.884Z Compiling crypto-bigint v0.5.5
17112024-09-17T13:31:54.903Z Compiling serde_repr v0.1.19
17122024-09-17T13:31:55.179Z Compiling object v0.32.2
17132024-09-17T13:31:56.022Z Compiling ipnet v2.9.0
17142024-09-17T13:31:56.483Z Compiling either v1.13.0
17152024-09-17T13:31:56.710Z Compiling bitflags v1.3.2
17162024-09-17T13:31:56.829Z Compiling managed v0.8.0
17172024-09-17T13:31:56.923Z Compiling adler2 v2.0.0
17182024-09-17T13:31:57.429Z Compiling tower-layer v0.3.2
17192024-09-17T13:31:57.721Z Compiling rustc-demangle v0.1.24
17202024-09-17T13:31:58.048Z Compiling winnow v0.5.40
17212024-09-17T13:31:58.381Z Compiling clap_lex v0.7.0
17222024-09-17T13:31:58.645Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17232024-09-17T13:31:58.825Z Compiling clap_builder v4.5.15
17242024-09-17T13:31:58.867Z Compiling elliptic-curve v0.13.8
17252024-09-17T13:31:59.622Z Compiling tower v0.4.13
17262024-09-17T13:32:00.534Z Compiling miniz_oxide v0.8.0
17272024-09-17T13:32:01.861Z Compiling toml_edit v0.19.15
17282024-09-17T13:32:02.021Z Compiling rustls-pemfile v1.0.4
17292024-09-17T13:32:03.200Z Compiling phf v0.11.2
17302024-09-17T13:32:03.514Z Compiling hyper v1.4.1
17312024-09-17T13:32:03.540Z Compiling hyper-tls v0.5.0
17322024-09-17T13:32:04.304Z Compiling hyper-rustls v0.24.2
17332024-09-17T13:32:04.654Z Compiling cookie_store v0.20.0
17342024-09-17T13:32:05.118Z Compiling postgres-types v0.2.7
17352024-09-17T13:32:05.713Z Compiling ed25519 v2.2.3
17362024-09-17T13:32:05.968Z Compiling hubpack v0.1.2
17372024-09-17T13:32:06.041Z Compiling phf_shared v0.10.0
17382024-09-17T13:32:06.502Z Compiling pkcs1 v0.7.5
17392024-09-17T13:32:06.608Z Compiling zerocopy v0.6.6
17402024-09-17T13:32:06.944Z Compiling bstr v1.9.1
17412024-09-17T13:32:07.037Z Compiling futures-executor v0.3.30
17422024-09-17T13:32:07.430Z Compiling serde-big-array v0.5.1
17432024-09-17T13:32:07.453Z Compiling rfc6979 v0.4.0
17442024-09-17T13:32:07.639Z Compiling idna v0.4.0
17452024-09-17T13:32:07.745Z Compiling float-cmp v0.9.0
17462024-09-17T13:32:07.783Z Compiling mio v0.8.11
17472024-09-17T13:32:07.963Z Compiling memmap v0.7.0
17482024-09-17T13:32:08.551Z Compiling webpki-roots v0.25.4
17492024-09-17T13:32:08.615Z Compiling minimal-lexical v0.2.1
17502024-09-17T13:32:08.852Z Compiling static_assertions v1.1.0
17512024-09-17T13:32:08.855Z Compiling normalize-line-endings v0.3.0
17522024-09-17T13:32:08.984Z Compiling sync_wrapper v0.1.2
17532024-09-17T13:32:09.085Z Compiling bit-vec v0.6.3
17542024-09-17T13:32:09.137Z Compiling whoami v1.5.1
17552024-09-17T13:32:09.155Z Compiling fixedbitset v0.4.2
17562024-09-17T13:32:09.291Z Compiling precomputed-hash v0.1.1
17572024-09-17T13:32:09.513Z Compiling new_debug_unreachable v1.0.6
17582024-09-17T13:32:09.564Z Compiling data-encoding v2.6.0
17592024-09-17T13:32:09.610Z Compiling unicode-segmentation v1.11.0
17602024-09-17T13:32:09.634Z Compiling difflib v0.4.0
17612024-09-17T13:32:09.855Z Compiling winnow v0.6.18
17622024-09-17T13:32:09.875Z Compiling predicates-core v1.0.6
17632024-09-17T13:32:10.203Z Compiling predicates v3.1.2
17642024-09-17T13:32:10.400Z Compiling hickory-proto v0.24.1
17652024-09-17T13:32:10.898Z Compiling reqwest v0.11.27
17662024-09-17T13:32:11.264Z Compiling similar v2.6.0
17672024-09-17T13:32:11.858Z Compiling string_cache v0.8.7
17682024-09-17T13:32:12.285Z Compiling tokio-postgres v0.7.11
17692024-09-17T13:32:12.826Z Compiling petgraph v0.6.5
17702024-09-17T13:32:13.208Z Compiling bit-set v0.5.3
17712024-09-17T13:32:13.501Z Compiling toml_edit v0.22.20
17722024-09-17T13:32:13.545Z Compiling nom v7.1.3
17732024-09-17T13:32:16.744Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
17742024-09-17T13:32:17.126Z Compiling signal-hook-mio v0.2.4
17752024-09-17T13:32:17.316Z Compiling usdt v0.5.0
17762024-09-17T13:32:17.778Z Compiling ecdsa v0.16.9
17772024-09-17T13:32:18.229Z Compiling futures v0.3.30
17782024-09-17T13:32:18.647Z Compiling rsa v0.9.6
17792024-09-17T13:32:19.593Z Compiling ed25519-dalek v2.1.1
17802024-09-17T13:32:19.638Z Compiling hyper-util v0.1.7
17812024-09-17T13:32:20.254Z Compiling toml v0.7.8
17822024-09-17T13:32:20.700Z Compiling crossbeam-epoch v0.9.18
17832024-09-17T13:32:20.980Z Compiling flate2 v1.0.33
17842024-09-17T13:32:21.422Z Compiling clap v4.5.16
17852024-09-17T13:32:21.553Z Compiling itertools v0.12.1
17862024-09-17T13:32:21.823Z Compiling itertools v0.10.5
17872024-09-17T13:32:21.894Z Compiling console v0.15.8
17882024-09-17T13:32:23.405Z Compiling tokio-stream v0.1.15
17892024-09-17T13:32:23.538Z Compiling hex v0.4.3
17902024-09-17T13:32:24.267Z Compiling x509-cert v0.2.5
17912024-09-17T13:32:24.613Z Compiling sha1 v0.10.6
17922024-09-17T13:32:24.991Z Compiling unicode-xid v0.2.4
17932024-09-17T13:32:25.494Z Compiling radium v0.7.0
17942024-09-17T13:32:25.739Z Compiling peg-runtime v0.8.3
17952024-09-17T13:32:26.636Z Compiling lalrpop-util v0.19.12
17962024-09-17T13:32:26.697Z Compiling camino v1.1.9
17972024-09-17T13:32:28.653Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982024-09-17T13:32:31.478Z Compiling is-terminal v0.4.12
17992024-09-17T13:32:33.595Z Compiling maybe-uninit v2.0.0
18002024-09-17T13:32:34.076Z Compiling rustls-pki-types v1.7.0
18012024-09-17T13:32:34.918Z Compiling ident_case v1.0.1
18022024-09-17T13:32:35.455Z Compiling tap v1.0.1
18032024-09-17T13:32:35.644Z Compiling wyz v0.5.1
18042024-09-17T13:32:36.149Z Compiling darling_core v0.20.9
18052024-09-17T13:32:51.693Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18062024-09-17T13:32:52.173Z Compiling getopts v0.2.21
18072024-09-17T13:32:53.175Z Compiling bzip2-sys v0.1.11+1.0.8
18082024-09-17T13:32:53.612Z Compiling dirs-sys-next v0.1.2
18092024-09-17T13:32:53.920Z Compiling unsafe-libyaml v0.2.11
18102024-09-17T13:32:54.651Z Compiling packed_struct v0.10.1
18112024-09-17T13:32:55.095Z Compiling rustls v0.22.4
18122024-09-17T13:32:55.499Z Compiling paste v1.0.15
18132024-09-17T13:32:55.775Z Compiling funty v2.0.0
18142024-09-17T13:32:56.245Z Compiling serde_yaml v0.9.34+deprecated
18152024-09-17T13:32:58.073Z Compiling bitvec v1.0.1
18162024-09-17T13:32:59.174Z Compiling dirs-next v2.0.0
18172024-09-17T13:33:00.021Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18182024-09-17T13:33:02.757Z Compiling darling_macro v0.20.9
18192024-09-17T13:33:03.773Z Compiling rustls-webpki v0.102.4
18202024-09-17T13:33:08.012Z Compiling packed_struct_codegen v0.10.1
18212024-09-17T13:33:08.354Z Compiling structmeta-derive v0.3.0
18222024-09-17T13:33:08.372Z Compiling thread_local v1.1.8
18232024-09-17T13:33:09.488Z Compiling indexmap v1.9.3
18242024-09-17T13:33:09.820Z Compiling multer v3.1.0
18252024-09-17T13:33:10.534Z Compiling rayon-core v1.12.1
18262024-09-17T13:33:10.973Z Compiling fastrand v2.1.0
18272024-09-17T13:33:11.042Z Compiling match_cfg v0.1.0
18282024-09-17T13:33:11.062Z Compiling crc-catalog v2.4.0
18292024-09-17T13:33:11.145Z Compiling slog-async v2.8.0
18302024-09-17T13:33:11.250Z Compiling nodrop v0.1.14
18312024-09-17T13:33:11.391Z Compiling array-init v0.0.4
18322024-09-17T13:33:11.654Z Compiling tempfile v3.10.1
18332024-09-17T13:33:12.551Z Compiling crc v3.2.1
18342024-09-17T13:33:12.692Z Compiling hostname v0.3.1
18352024-09-17T13:33:12.975Z Compiling structmeta v0.3.0
18362024-09-17T13:33:17.495Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18372024-09-17T13:33:20.222Z Compiling smallvec v0.6.14
18382024-09-17T13:33:20.743Z Compiling darling v0.20.9
18392024-09-17T13:33:20.891Z Compiling term v0.7.0
18402024-09-17T13:33:25.489Z Compiling crossbeam-deque v0.8.5
18412024-09-17T13:33:25.899Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18422024-09-17T13:33:26.341Z Compiling slog-json v2.6.1
18432024-09-17T13:33:27.361Z Compiling crossbeam-channel v0.5.12
18442024-09-17T13:33:27.757Z Compiling async-stream-impl v0.3.5
18452024-09-17T13:33:28.922Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18462024-09-17T13:33:29.009Z Compiling termcolor v1.4.1
18472024-09-17T13:33:29.386Z Compiling bitfield v0.14.0
18482024-09-17T13:33:31.254Z Compiling same-file v1.0.6
18492024-09-17T13:33:31.539Z Compiling take_mut v0.2.2
18502024-09-17T13:33:31.837Z Compiling hashbrown v0.12.3
18512024-09-17T13:33:33.487Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18522024-09-17T13:33:38.559Z Compiling walkdir v2.5.0
18532024-09-17T13:33:44.701Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18542024-09-17T13:33:45.602Z Compiling env_logger v0.10.2
18552024-09-17T13:33:48.271Z Compiling async-stream v0.3.5
18562024-09-17T13:33:48.598Z Compiling slog-bunyan v2.5.0
18572024-09-17T13:33:49.663Z Compiling tokio-rustls v0.25.0
18582024-09-17T13:33:49.714Z Compiling slog-term v2.9.1
18592024-09-17T13:33:50.060Z Compiling serde_with_macros v3.9.0
18602024-09-17T13:33:50.129Z Compiling serde-hex v0.1.0
18612024-09-17T13:33:50.249Z Compiling bzip2 v0.4.4
18622024-09-17T13:33:52.698Z Compiling parse-display-derive v0.10.0
18632024-09-17T13:33:52.911Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18642024-09-17T13:33:53.238Z Compiling toml v0.8.19
18652024-09-17T13:33:55.093Z Compiling rustls-pemfile v2.1.3
18662024-09-17T13:33:55.335Z Compiling waitgroup v0.1.2
18672024-09-17T13:33:56.664Z Compiling ron v0.8.1
18682024-09-17T13:33:57.651Z Compiling strum_macros v0.26.4
18692024-09-17T13:33:58.581Z Compiling ipnetwork v0.20.0
18702024-09-17T13:33:58.693Z Compiling newtype-uuid v1.1.0
18712024-09-17T13:33:58.967Z Compiling xattr v1.3.1
18722024-09-17T13:33:59.048Z Compiling snafu-derive v0.8.2
18732024-09-17T13:34:00.000Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18742024-09-17T13:34:00.160Z Compiling serde_path_to_error v0.1.16
18752024-09-17T13:34:00.618Z Compiling hashbrown v0.13.2
18762024-09-17T13:34:01.184Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18772024-09-17T13:34:01.917Z Compiling blake3 v1.5.1
18782024-09-17T13:34:01.962Z Compiling ring v0.16.20
18792024-09-17T13:34:02.227Z Compiling filetime v0.2.25
18802024-09-17T13:34:02.254Z Compiling hostname v0.4.0
18812024-09-17T13:34:02.514Z Compiling instant v0.1.12
18822024-09-17T13:34:02.705Z Compiling buf-list v1.0.3
18832024-09-17T13:34:02.725Z Compiling debug-ignore v1.0.5
18842024-09-17T13:34:02.879Z Compiling crc-any v2.5.0
18852024-09-17T13:34:03.071Z Compiling backoff v0.4.0
18862024-09-17T13:34:03.318Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18872024-09-17T13:34:03.511Z Compiling tar v0.4.41
18882024-09-17T13:34:03.785Z Compiling strum v0.26.3
18892024-09-17T13:34:03.863Z Compiling snafu v0.8.2
18902024-09-17T13:34:03.979Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18912024-09-17T13:34:04.054Z Compiling object v0.30.4
18922024-09-17T13:34:04.182Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18932024-09-17T13:34:05.130Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18942024-09-17T13:34:05.684Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18952024-09-17T13:34:07.422Z Compiling parse-display v0.10.0
18962024-09-17T13:34:07.773Z Compiling serde_with v3.9.0
18972024-09-17T13:34:08.584Z Compiling zip v0.6.6
18982024-09-17T13:34:08.652Z Compiling rayon v1.10.0
18992024-09-17T13:34:09.351Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19002024-09-17T13:34:10.116Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19012024-09-17T13:34:11.398Z Compiling camino-tempfile v1.1.1
19022024-09-17T13:34:12.039Z Compiling globset v0.4.14
19032024-09-17T13:34:12.175Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19042024-09-17T13:34:12.375Z Compiling pem v3.0.4
19052024-09-17T13:34:13.875Z Compiling olpc-cjson v0.1.3
19062024-09-17T13:34:14.219Z Compiling macaddr v1.0.1
19072024-09-17T13:34:14.384Z Compiling serde_plain v1.0.2
19082024-09-17T13:34:14.851Z Compiling async-recursion v1.1.1
19092024-09-17T13:34:14.910Z Compiling memmap2 v0.9.4
19102024-09-17T13:34:15.511Z Compiling spin v0.5.2
19112024-09-17T13:34:15.784Z Compiling typed-path v0.7.1
19122024-09-17T13:34:16.266Z Compiling path-slash v0.1.5
19132024-09-17T13:34:16.514Z Compiling arrayref v0.3.7
19142024-09-17T13:34:16.635Z Compiling arrayvec v0.7.4
19152024-09-17T13:34:16.970Z Compiling untrusted v0.7.1
19162024-09-17T13:34:17.100Z Compiling constant_time_eq v0.3.0
19172024-09-17T13:34:19.609Z Compiling tough v0.17.1
19182024-09-17T13:34:19.938Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19192024-09-17T13:34:20.973Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19202024-09-17T13:34:23.261Z Compiling itertools v0.13.0
19212024-09-17T13:34:24.528Z Compiling cargo-platform v0.1.8
19222024-09-17T13:34:25.680Z Compiling topological-sort v0.2.2
19232024-09-17T13:34:25.960Z Compiling parse-size v1.0.0
19242024-09-17T13:34:26.263Z Compiling omicron-zone-package v0.11.0
19252024-09-17T13:34:26.979Z Compiling cargo_metadata v0.18.1
19262024-09-17T13:34:27.241Z Compiling shell-words v1.1.0
19272024-09-17T13:34:35.301Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19282024-09-17T13:34:46.511Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19292024-09-17T13:35:01.180Z Finished `release` profile [optimized] target(s) in 4m 54s
19302024-09-17T13:35:01.335Z Running `target/release/omicron-releng --output-dir /work`
19312024-09-17T13:35:01.382ZSep 17 13:35:00.348 DEBG changing working directory to /work/oxidecomputer/omicron
19322024-09-17T13:35:01.476ZSep 17 13:35:00.443 DEBG running: git rev-parse HEAD
19332024-09-17T13:35:01.482ZSep 17 13:35:00.450 DEBG process exited with exit status: 0 (6.431849ms)
19342024-09-17T13:35:01.482ZSep 17 13:35:00.450 INFO version: 11.0.0-0.ci+gita4ce8b11039
19352024-09-17T13:35:01.528ZSep 17 13:35:00.490 INFO cloning helios to /work/oxidecomputer/helios
19362024-09-17T13:35:01.528ZSep 17 13:35:00.490 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19372024-09-17T13:35:01.531ZCloning into '/work/oxidecomputer/helios'...
19382024-09-17T13:35:02.012ZSep 17 13:35:00.978 DEBG process exited with exit status: 0 (488.07496ms)
19392024-09-17T13:35:02.012ZSep 17 13:35:00.978 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19402024-09-17T13:35:02.018Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19412024-09-17T13:35:02.018Z# branch.head master
19422024-09-17T13:35:02.018Z# branch.upstream origin/master
19432024-09-17T13:35:02.018Z# branch.ab +0 -0
19442024-09-17T13:35:02.021ZSep 17 13:35:00.986 DEBG process exited with exit status: 0 (8.238404ms)
19452024-09-17T13:35:02.021ZSep 17 13:35:00.986 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19462024-09-17T13:35:02.741ZSep 17 13:35:01.709 DEBG process exited with exit status: 0 (722.36932ms)
19472024-09-17T13:35:02.741ZSep 17 13:35:01.709 DEBG running: zfs list rpool/images/build/host
19482024-09-17T13:35:02.748ZNAME USED AVAIL REFER MOUNTPOINT
19492024-09-17T13:35:02.748Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19502024-09-17T13:35:02.751ZSep 17 13:35:01.716 DEBG process exited with exit status: 0 (7.550816ms)
19512024-09-17T13:35:02.751ZSep 17 13:35:01.717 DEBG running: zfs list rpool/images/build/recovery
19522024-09-17T13:35:02.755ZNAME USED AVAIL REFER MOUNTPOINT
19532024-09-17T13:35:02.755Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19542024-09-17T13:35:02.757ZSep 17 13:35:01.723 DEBG process exited with exit status: 0 (6.83737ms)
19552024-09-17T13:35:02.758ZSep 17 13:35:01.724 INFO [hubris-staging] running task
19562024-09-17T13:35:02.758ZSep 17 13:35:01.724 INFO [hubris-production] running task
19572024-09-17T13:35:02.758ZSep 17 13:35:01.725 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
19582024-09-17T13:35:02.760ZSep 17 13:35:01.728 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19592024-09-17T13:35:03.092Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19602024-09-17T13:35:03.317Z[ omicron-package] Blocking waiting for file lock on package cache
19612024-09-17T13:35:04.183Z[ omicron-package] Blocking waiting for file lock on package cache
19622024-09-17T13:35:04.332ZSep 17 13:35:03.299 INFO [hubris-production] task succeeded (1.57457947s)
19632024-09-17T13:35:04.446Z[ omicron-package] Blocking waiting for file lock on package cache
19642024-09-17T13:35:05.249Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19652024-09-17T13:35:05.255Z[ omicron-package] Compiling heapless v0.8.0
19662024-09-17T13:35:05.255Z[ omicron-package] Compiling hash32 v0.3.1
19672024-09-17T13:35:05.255Z[ omicron-package] Compiling smoltcp v0.11.0
19682024-09-17T13:35:05.255Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19692024-09-17T13:35:05.572Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19702024-09-17T13:35:05.575Z[ omicron-package] Compiling cobs v0.2.3
19712024-09-17T13:35:05.575Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19722024-09-17T13:35:06.153Z[ omicron-package] Compiling embedded-io v0.4.0
19732024-09-17T13:35:06.590Z[ omicron-package] Compiling postcard v1.0.8
19742024-09-17T13:35:07.229Z[ omicron-package] Compiling proc-macro-error v1.0.4
19752024-09-17T13:35:07.231Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19762024-09-17T13:35:07.231Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19772024-09-17T13:35:07.303Z[ omicron-package] Compiling num_enum_derive v0.5.11
19782024-09-17T13:35:07.495Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19792024-09-17T13:35:07.596Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19802024-09-17T13:35:07.834Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19812024-09-17T13:35:08.596Z[ omicron-package] Compiling tabwriter v1.4.0
19822024-09-17T13:35:08.596Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19832024-09-17T13:35:08.907Z[ omicron-package] Compiling cstr-argument v0.1.2
19842024-09-17T13:35:09.176Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19852024-09-17T13:35:09.535Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19862024-09-17T13:35:09.939Z[ omicron-package] Compiling foreign-types v0.5.0
19872024-09-17T13:35:10.147Z[ omicron-package] Compiling pretty-hex v0.2.1
19882024-09-17T13:35:10.223Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19892024-09-17T13:35:10.668Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19902024-09-17T13:35:10.877Z[ omicron-package] Compiling colored v2.1.0
19912024-09-17T13:35:10.879Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19922024-09-17T13:35:11.395Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19932024-09-17T13:35:11.688Z[ omicron-package] Compiling num_enum v0.5.11
19942024-09-17T13:35:11.782Z[ omicron-package] Compiling sigpipe v0.1.3
19952024-09-17T13:35:11.782Z[ omicron-package] Compiling num-derive v0.4.2
19962024-09-17T13:35:11.782Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19972024-09-17T13:35:12.216Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19982024-09-17T13:35:12.383Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19992024-09-17T13:35:12.493Z[ omicron-package] Compiling libefi-sys v0.1.0
20002024-09-17T13:35:12.583Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20012024-09-17T13:35:13.323Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20022024-09-17T13:35:13.386Z[ omicron-package] Compiling smf v0.2.3
20032024-09-17T13:35:13.594Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20042024-09-17T13:35:13.636ZSep 17 13:35:12.602 INFO [hubris-staging] task succeeded (10.877454809s)
20052024-09-17T13:35:13.724Z[ omicron-package] Compiling bitfield-struct v0.6.1
20062024-09-17T13:35:14.219Z[ omicron-package] Compiling zone v0.3.0
20072024-09-17T13:35:14.876Z[ omicron-package] Compiling portable-atomic v1.6.0
20082024-09-17T13:35:16.794Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20092024-09-17T13:35:16.854Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
20102024-09-17T13:35:17.896Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20112024-09-17T13:35:18.648Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20122024-09-17T13:35:18.846Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20132024-09-17T13:35:19.130Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20142024-09-17T13:35:19.192Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20152024-09-17T13:35:20.389Z[ omicron-package] Compiling gethostname v0.5.0
20162024-09-17T13:35:20.721Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20172024-09-17T13:35:20.776Z[ omicron-package] Compiling number_prefix v0.4.0
20182024-09-17T13:35:22.280Z[ omicron-package] Compiling indicatif v0.17.8
20192024-09-17T13:35:23.439Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20202024-09-17T13:35:26.355Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20212024-09-17T13:35:26.841Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20222024-09-17T13:35:28.431Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20232024-09-17T13:35:46.140Z[ helios-setup] Sep 17 13:35:45.102 INFO helios repository root is: /work/oxidecomputer/helios
20242024-09-17T13:35:46.143Z[ helios-setup] Sep 17 13:35:45.105 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
20252024-09-17T13:35:46.143Z[ helios-setup] Sep 17 13:35:45.105 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20262024-09-17T13:35:46.148Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20272024-09-17T13:35:47.045Z[ helios-setup] Sep 17 13:35:46.006 INFO clone ok!, project: phbl
20282024-09-17T13:35:47.047Z[ helios-setup] Sep 17 13:35:46.006 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20292024-09-17T13:35:47.047Z[ helios-setup] Sep 17 13:35:46.006 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20302024-09-17T13:35:47.047Z[ helios-setup] Sep 17 13:35:46.006 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
20312024-09-17T13:35:47.047Z[ helios-setup] Sep 17 13:35:46.007 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20322024-09-17T13:35:47.050Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20332024-09-17T13:35:47.543Z[ helios-setup] Sep 17 13:35:46.504 INFO clone ok!, project: image-builder
20342024-09-17T13:35:47.545Z[ helios-setup] Sep 17 13:35:46.504 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
20352024-09-17T13:35:47.545Z[ helios-setup] Sep 17 13:35:46.504 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
20362024-09-17T13:35:47.548Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20372024-09-17T13:35:48.355Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.58s
20382024-09-17T13:35:48.446Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20392024-09-17T13:35:48.452Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20402024-09-17T13:35:48.593Z[ omicron-package]
20412024-09-17T13:35:48.593Z[ omicron-package] real 45.786703264
20422024-09-17T13:35:48.596Z[ omicron-package] user 2:44.388542747
20432024-09-17T13:35:48.596Z[ omicron-package] sys 21.879228838
20442024-09-17T13:35:48.596Z[ omicron-package] trap 0.151615978
20452024-09-17T13:35:48.596Z[ omicron-package] tflt 0.666132601
20462024-09-17T13:35:48.596Z[ omicron-package] dflt 0.449203532
20472024-09-17T13:35:48.596Z[ omicron-package] kflt 0.000000000
20482024-09-17T13:35:48.596Z[ omicron-package] lock 5:50.143690018
20492024-09-17T13:35:48.596Z[ omicron-package] slp 9:03.659180055
20502024-09-17T13:35:48.596Z[ omicron-package] lat 1:38.787399636
20512024-09-17T13:35:48.596ZSep 17 13:35:47.555 INFO [omicron-package] process exited with exit status: 0 (45.830201782s)
20522024-09-17T13:35:48.596Z[ omicron-package] stop 55.313153385
20532024-09-17T13:35:48.596ZSep 17 13:35:47.555 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
20542024-09-17T13:35:48.633ZSep 17 13:35:47.594 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20552024-09-17T13:35:48.643Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20562024-09-17T13:35:48.646Z[ host-target] Created new build target 'host' and set it as active
20572024-09-17T13:35:48.648ZSep 17 13:35:47.608 INFO [host-target] process exited with exit status: 0 (52.404203ms)
20582024-09-17T13:35:48.648ZSep 17 13:35:47.608 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20592024-09-17T13:35:48.651Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20602024-09-17T13:35:48.651Z[ recovery-target] Created new build target 'recovery' and set it as active
20612024-09-17T13:35:48.653ZSep 17 13:35:47.613 INFO [recovery-target] process exited with exit status: 0 (18.91384ms)
20622024-09-17T13:35:48.659Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20632024-09-17T13:35:49.857Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20642024-09-17T13:35:49.857Z[ host-package] Compiling convert_case v0.4.0
20652024-09-17T13:35:49.857Z[ host-package] Compiling camino v1.1.9
20662024-09-17T13:35:49.860Z[ host-package] Compiling newline-converter v0.3.0
20672024-09-17T13:35:49.860Z[ host-package] Compiling password-hash v0.5.0
20682024-09-17T13:35:49.860Z[ host-package] Compiling blake2 v0.10.6
20692024-09-17T13:35:49.860Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20702024-09-17T13:35:50.022Z[ host-package] Compiling cancel-safe-futures v0.1.5
20712024-09-17T13:35:50.188Z[ host-package] Compiling expectorate v1.1.0
20722024-09-17T13:35:50.217Z[ host-package] Compiling derive-where v1.2.7
20732024-09-17T13:35:50.400Z[ host-package] Compiling libsw v3.3.1
20742024-09-17T13:35:50.760Z[ host-package] Compiling derive_more v0.99.18
20752024-09-17T13:35:50.760Z[ host-package] Compiling argon2 v0.5.3
20762024-09-17T13:35:51.016Z[ host-package] Compiling owo-colors v4.0.0
20772024-09-17T13:35:51.250Z[ host-package] Compiling linear-map v1.2.0
20782024-09-17T13:35:51.270Z[ host-package] Compiling indent_write v2.2.0
20792024-09-17T13:35:51.496Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20802024-09-17T13:35:51.684Z[ host-package] Compiling swrite v0.1.0
20812024-09-17T13:35:51.797Z[ host-package] Compiling humantime v2.1.0
20822024-09-17T13:35:51.866Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20832024-09-17T13:35:52.043Z[ host-package] Compiling toml v0.8.19
20842024-09-17T13:35:52.227Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20852024-09-17T13:35:52.671Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20862024-09-17T13:35:52.780Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20872024-09-17T13:35:52.933Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20882024-09-17T13:35:53.230Z[ host-package] Compiling num-rational v0.4.2
20892024-09-17T13:35:53.452Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20902024-09-17T13:35:53.627Z[ host-package] Compiling num-complex v0.4.6
20912024-09-17T13:35:53.901Z[ host-package] Compiling dirs-sys-next v0.1.2
20922024-09-17T13:35:54.460Z[ host-package] Compiling dirs-next v2.0.0
20932024-09-17T13:35:54.672Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20942024-09-17T13:35:54.672Z[ helios-setup] Sep 17 13:35:53.632 INFO clone ok!, project: amd-host-image-builder
20952024-09-17T13:35:54.672Z[ helios-setup] Sep 17 13:35:53.632 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
20962024-09-17T13:35:54.672Z[ helios-setup] Sep 17 13:35:53.632 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20972024-09-17T13:35:54.677Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20982024-09-17T13:35:54.679Z[ host-package] Compiling float-ord v0.3.2
20992024-09-17T13:35:54.901Z[ host-package] Compiling num v0.4.3
21002024-09-17T13:35:55.031Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21012024-09-17T13:35:55.137Z[ host-package] Compiling term v0.7.0
21022024-09-17T13:35:55.946Z[ host-package] Compiling utf-8 v0.7.6
21032024-09-17T13:35:56.045Z[ helios-setup] Sep 17 13:35:55.005 INFO clone ok!, project: chelsio-t6-roms
21042024-09-17T13:35:56.049Z[ helios-setup] Sep 17 13:35:55.005 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
21052024-09-17T13:35:56.049Z[ helios-setup] Sep 17 13:35:55.005 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21062024-09-17T13:35:56.051Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21072024-09-17T13:35:56.400Z[ host-package] Compiling prettyplease v0.2.20
21082024-09-17T13:35:56.466Z[ host-package] Compiling semver v0.1.20
21092024-09-17T13:35:56.734Z[ host-package] Compiling is-terminal v0.4.12
21102024-09-17T13:35:56.882Z[ host-package] Compiling rustc_version v0.1.7
21112024-09-17T13:35:57.062Z[ host-package] Compiling cookie v0.18.1
21122024-09-17T13:35:57.295Z[ host-package] Compiling newtype_derive v0.1.6
21132024-09-17T13:35:57.405Z[ host-package] Compiling highway v1.2.0
21142024-09-17T13:35:57.929Z[ host-package] Compiling rustls-pki-types v1.7.0
21152024-09-17T13:35:57.963Z[ host-package] Compiling linked-hash-map v0.5.6
21162024-09-17T13:35:58.400Z[ host-package] Compiling lru-cache v0.1.2
21172024-09-17T13:35:58.672Z[ host-package] Compiling steno v0.4.1
21182024-09-17T13:35:58.910Z[ host-package] Compiling home v0.5.9
21192024-09-17T13:35:59.090Z[ host-package] Compiling quick-error v1.2.3
21202024-09-17T13:35:59.175Z[ host-package] Compiling rustls-webpki v0.102.4
21212024-09-17T13:35:59.271Z[ host-package] Compiling resolv-conf v0.7.0
21222024-09-17T13:36:00.923Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21232024-09-17T13:36:01.382Z[ host-package] Compiling rustls v0.22.4
21242024-09-17T13:36:01.424Z[ host-package] Compiling thread_local v1.1.8
21252024-09-17T13:36:01.579Z[ host-package] Compiling match_cfg v0.1.0
21262024-09-17T13:36:01.699Z[ host-package] Compiling hostname v0.3.1
21272024-09-17T13:36:01.943Z[ host-package] Compiling hickory-resolver v0.24.1
21282024-09-17T13:36:01.970Z[ host-package] Compiling multer v3.1.0
21292024-09-17T13:36:02.052Z[ host-package] Compiling slog-async v2.8.0
21302024-09-17T13:36:02.130Z[ host-package] Compiling slog-json v2.6.1
21312024-09-17T13:36:02.175Z[ host-package] Compiling crossbeam-channel v0.5.12
21322024-09-17T13:36:02.492Z[ host-package] Compiling take_mut v0.2.2
21332024-09-17T13:36:02.676Z[ host-package] Compiling slog-bunyan v2.5.0
21342024-09-17T13:36:02.972Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21352024-09-17T13:36:03.667Z[ helios-setup] Sep 17 13:36:02.626 INFO clone ok!, project: amd-firmware
21362024-09-17T13:36:03.670Z[ helios-setup] Sep 17 13:36:02.626 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
21372024-09-17T13:36:03.670Z[ helios-setup] Sep 17 13:36:02.627 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21382024-09-17T13:36:03.673Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21392024-09-17T13:36:05.003Z[ helios-setup] Sep 17 13:36:03.961 INFO clone ok!, project: pilot
21402024-09-17T13:36:05.005Z[ helios-setup] Sep 17 13:36:03.961 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
21412024-09-17T13:36:05.005Z[ helios-setup] Sep 17 13:36:03.961 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21422024-09-17T13:36:05.008Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21432024-09-17T13:36:05.404Z[ host-package] Compiling slog-term v2.9.1
21442024-09-17T13:36:05.715Z[ helios-setup] Sep 17 13:36:04.674 INFO clone ok!, project: pinprick
21452024-09-17T13:36:05.718Z[ helios-setup] Sep 17 13:36:04.674 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21462024-09-17T13:36:05.718Z[ helios-setup] Sep 17 13:36:04.674 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
21472024-09-17T13:36:05.718Z[ helios-setup] Sep 17 13:36:04.675 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21482024-09-17T13:36:05.721Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21492024-09-17T13:36:06.597Z[ host-package] Compiling rustls-pemfile v2.1.3
21502024-09-17T13:36:06.619Z[ helios-setup] Sep 17 13:36:05.578 INFO clone ok!, project: bootserver
21512024-09-17T13:36:06.622Z[ helios-setup] Sep 17 13:36:05.578 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21522024-09-17T13:36:07.048Z[ host-package] Compiling tokio-rustls v0.25.0
21532024-09-17T13:36:07.554Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21542024-09-17T13:36:07.557Z[ helios-setup] Sep 17 13:36:06.513 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21552024-09-17T13:36:07.641Z[ host-package] Compiling async-stream v0.3.5
21562024-09-17T13:36:07.792Z[ host-package] Compiling waitgroup v0.1.2
21572024-09-17T13:36:07.985Z[ host-package] Compiling newtype-uuid v1.1.0
21582024-09-17T13:36:08.031Z[ host-package] Compiling ipnetwork v0.20.0
21592024-09-17T13:36:08.140Z[ helios-setup] Sep 17 13:36:07.098 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21602024-09-17T13:36:08.140Z[ helios-setup] Sep 17 13:36:07.098 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21612024-09-17T13:36:08.294Z[ host-package] Compiling serde_path_to_error v0.1.16
21622024-09-17T13:36:08.673Z[ helios-setup] Sep 17 13:36:07.632 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21632024-09-17T13:36:08.868Z[ host-package] Compiling hostname v0.4.0
21642024-09-17T13:36:09.138Z[ host-package] Compiling instant v0.1.12
21652024-09-17T13:36:09.210Z[ host-package] Compiling debug-ignore v1.0.5
21662024-09-17T13:36:09.240Z[ helios-setup] Sep 17 13:36:08.197 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21672024-09-17T13:36:09.240Z[ helios-setup] Sep 17 13:36:08.197 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21682024-09-17T13:36:09.300Z[ host-package] Compiling backoff v0.4.0
21692024-09-17T13:36:09.722Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21702024-09-17T13:36:09.779Z[ helios-setup] Sep 17 13:36:08.737 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21712024-09-17T13:36:10.314Z[ helios-setup] Sep 17 13:36:09.272 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21722024-09-17T13:36:10.314Z[ helios-setup] Sep 17 13:36:09.272 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21732024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21742024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO ok!
21752024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21762024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21772024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO ok!
21782024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21792024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21802024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO ok!
21812024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21822024-09-17T13:36:10.318Z[ helios-setup] Sep 17 13:36:09.272 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21832024-09-17T13:36:10.481Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21842024-09-17T13:36:10.638Z[ helios-setup] Sep 17 13:36:09.596 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21852024-09-17T13:36:10.857Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21862024-09-17T13:36:11.191Z[ helios-setup] Sep 17 13:36:10.149 INFO E| From https://github.com/jclulow/rust-jmclib
21872024-09-17T13:36:11.191Z[ helios-setup] Sep 17 13:36:10.149 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21882024-09-17T13:36:11.222Z[ helios-setup] Sep 17 13:36:10.180 INFO E| Updating crates.io index
21892024-09-17T13:36:11.394Z[ host-package] Compiling parse-display v0.10.0
21902024-09-17T13:36:11.486Z[ helios-setup] Sep 17 13:36:10.444 INFO E| Downloading crates ...
21912024-09-17T13:36:11.600Z[ helios-setup] Sep 17 13:36:10.558 INFO E| Downloaded getrandom v0.2.10
21922024-09-17T13:36:11.606Z[ helios-setup] Sep 17 13:36:10.564 INFO E| Downloaded bitflags v2.3.3
21932024-09-17T13:36:11.641Z[ helios-setup] Sep 17 13:36:10.599 INFO E| Downloaded unicode-width v0.1.10
21942024-09-17T13:36:11.644Z[ helios-setup] Sep 17 13:36:10.602 INFO E| Downloaded sha-1 v0.9.8
21952024-09-17T13:36:11.646Z[ helios-setup] Sep 17 13:36:10.605 INFO E| Downloaded opaque-debug v0.3.0
21962024-09-17T13:36:11.649Z[ helios-setup] Sep 17 13:36:10.606 INFO E| Downloaded errno v0.3.1
21972024-09-17T13:36:11.653Z[ helios-setup] Sep 17 13:36:10.609 INFO E| Downloaded walkdir v2.3.3
21982024-09-17T13:36:11.656Z[ helios-setup] Sep 17 13:36:10.612 INFO E| Downloaded md-5 v0.9.1
21992024-09-17T13:36:11.658Z[ helios-setup] Sep 17 13:36:10.614 INFO E| Downloaded libdevinfo-sys v1.0.0
22002024-09-17T13:36:11.658Z[ helios-setup] Sep 17 13:36:10.616 INFO E| Downloaded digest v0.9.0
22012024-09-17T13:36:11.661Z[ helios-setup] Sep 17 13:36:10.618 INFO E| Downloaded itoa v1.0.9
22022024-09-17T13:36:11.663Z[ helios-setup] Sep 17 13:36:10.620 INFO E| Downloaded fastrand v2.0.0
22032024-09-17T13:36:11.666Z[ helios-setup] Sep 17 13:36:10.623 INFO E| Downloaded uuid v0.8.2
22042024-09-17T13:36:11.670Z[ helios-setup] Sep 17 13:36:10.628 INFO E| Downloaded anyhow v1.0.72
22052024-09-17T13:36:11.676Z[ helios-setup] Sep 17 13:36:10.635 INFO E| Downloaded tempfile v3.7.0
22062024-09-17T13:36:11.680Z[ helios-setup] Sep 17 13:36:10.638 INFO E| Downloaded unicode-ident v1.0.11
22072024-09-17T13:36:11.684Z[ helios-setup] Sep 17 13:36:10.643 INFO E| Downloaded typenum v1.16.0
22082024-09-17T13:36:11.688Z[ helios-setup] Sep 17 13:36:10.646 INFO E| Downloaded serde v1.0.193
22092024-09-17T13:36:11.706Z[ helios-setup] Sep 17 13:36:10.652 INFO E| Downloaded toml v0.5.11
22102024-09-17T13:36:11.708Z[ helios-setup] Sep 17 13:36:10.656 INFO E| Downloaded proc-macro2 v1.0.66
22112024-09-17T13:36:11.708Z[ helios-setup] Sep 17 13:36:10.660 INFO E| Downloaded serde_json v1.0.103
22122024-09-17T13:36:11.715Z[ helios-setup] Sep 17 13:36:10.673 INFO E| Downloaded serde_derive v1.0.193
22132024-09-17T13:36:11.719Z[ helios-setup] Sep 17 13:36:10.677 INFO E| Downloaded ryu v1.0.15
22142024-09-17T13:36:11.723Z[ helios-setup] Sep 17 13:36:10.682 INFO E| Downloaded once_cell v1.18.0
22152024-09-17T13:36:11.728Z[ helios-setup] Sep 17 13:36:10.686 INFO E| Downloaded cpufeatures v0.2.9
22162024-09-17T13:36:11.730Z[ helios-setup] Sep 17 13:36:10.688 INFO E| Downloaded syn v2.0.32
22172024-09-17T13:36:11.747Z[ helios-setup] Sep 17 13:36:10.705 INFO E| Downloaded block-buffer v0.9.0
22182024-09-17T13:36:11.749Z[ helios-setup] Sep 17 13:36:10.706 INFO E| Downloaded rustix v0.38.4
22192024-09-17T13:36:11.781Z[ helios-setup] Sep 17 13:36:10.739 INFO E| Downloaded quote v1.0.31
22202024-09-17T13:36:11.785Z[ helios-setup] Sep 17 13:36:10.743 INFO E| Downloaded libc v0.2.147
22212024-09-17T13:36:12.047Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.005 INFO E| Compiling libc v0.2.147
22232024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.006 INFO E| Compiling proc-macro2 v1.0.66
22242024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.006 INFO E| Compiling cfg-if v1.0.0
22252024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.006 INFO E| Compiling unicode-ident v1.0.11
22262024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.006 INFO E| Compiling typenum v1.16.0
22272024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.006 INFO E| Compiling version_check v0.9.4
22282024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.006 INFO E| Compiling serde v1.0.193
22292024-09-17T13:36:12.050Z[ helios-setup] Sep 17 13:36:11.006 INFO E| Compiling itoa v1.0.9
22302024-09-17T13:36:12.340Z[ host-package] Compiling serde_with v3.9.0
22312024-09-17T13:36:12.704Z[ helios-setup] Sep 17 13:36:11.661 INFO E| Compiling num-conv v0.1.0
22322024-09-17T13:36:12.816Z[ helios-setup] Sep 17 13:36:11.774 INFO E| Compiling slog v2.7.0
22332024-09-17T13:36:13.216Z[ helios-setup] Sep 17 13:36:12.173 INFO E| Compiling time-core v0.1.2
22342024-09-17T13:36:13.412Z[ helios-setup] Sep 17 13:36:12.369 INFO E| Compiling powerfmt v0.2.0
22352024-09-17T13:36:13.716Z[ helios-setup] Sep 17 13:36:12.674 INFO E| Compiling rustix v0.38.4
22362024-09-17T13:36:13.774Z[ helios-setup] Sep 17 13:36:12.731 INFO E| Compiling generic-array v0.14.7
22372024-09-17T13:36:13.846Z[ helios-setup] Sep 17 13:36:12.804 INFO E| Compiling deranged v0.3.11
22382024-09-17T13:36:13.856Z[ helios-setup] Sep 17 13:36:12.814 INFO E| Compiling time-macros v0.2.18
22392024-09-17T13:36:14.280Z[ helios-setup] Sep 17 13:36:13.237 INFO E| Compiling once_cell v1.18.0
22402024-09-17T13:36:14.674Z[ helios-setup] Sep 17 13:36:13.632 INFO E| Compiling bitflags v2.3.3
22412024-09-17T13:36:15.104Z[ helios-setup] Sep 17 13:36:14.061 INFO E| Compiling quote v1.0.31
22422024-09-17T13:36:15.476Z[ helios-setup] Sep 17 13:36:14.433 INFO E| Compiling num_threads v0.1.6
22432024-09-17T13:36:15.724Z[ helios-setup] Sep 17 13:36:14.681 INFO E| Compiling thread_local v1.1.7
22442024-09-17T13:36:16.059Z[ helios-setup] Sep 17 13:36:15.016 INFO E| Compiling syn v2.0.32
22452024-09-17T13:36:16.675Z[ helios-setup] Sep 17 13:36:15.632 INFO E| Compiling serde_json v1.0.103
22462024-09-17T13:36:17.053Z[ helios-setup] Sep 17 13:36:16.010 INFO E| Compiling dirs-sys-next v0.1.2
22472024-09-17T13:36:17.232Z[ helios-setup] Sep 17 13:36:16.189 INFO E| Compiling errno v0.3.1
22482024-09-17T13:36:17.735Z[ helios-setup] Sep 17 13:36:16.692 INFO E| Compiling dirs-next v2.0.0
22492024-09-17T13:36:17.925Z[ helios-setup] Sep 17 13:36:16.882 INFO E| Compiling term v0.7.0
22502024-09-17T13:36:18.066Z[ helios-setup] Sep 17 13:36:17.023 INFO E| Compiling atty v0.2.14
22512024-09-17T13:36:18.313Z[ helios-setup] Sep 17 13:36:17.270 INFO E| Compiling opaque-debug v0.3.0
22522024-09-17T13:36:18.340Z[ helios-setup] Sep 17 13:36:17.297 INFO E| Compiling anyhow v1.0.72
22532024-09-17T13:36:18.541Z[ helios-setup] Sep 17 13:36:17.498 INFO E| Compiling fastrand v2.0.0
22542024-09-17T13:36:18.799Z[ helios-setup] Sep 17 13:36:17.756 INFO E| Compiling getrandom v0.2.10
22552024-09-17T13:36:19.482Z[ helios-setup] Sep 17 13:36:18.439 INFO E| Compiling digest v0.9.0
22562024-09-17T13:36:19.610Z[ helios-setup] Sep 17 13:36:18.566 INFO E| Compiling time v0.3.36
22572024-09-17T13:36:19.702Z[ helios-setup] Sep 17 13:36:18.659 INFO E| Compiling block-buffer v0.9.0
22582024-09-17T13:36:19.837Z[ helios-setup] Sep 17 13:36:18.793 INFO E| Compiling cpufeatures v0.2.9
22592024-09-17T13:36:19.930Z[ helios-setup] Sep 17 13:36:18.887 INFO E| Compiling ryu v1.0.15
22602024-09-17T13:36:19.962Z[ helios-setup] Sep 17 13:36:18.919 INFO E| Compiling unicode-width v0.1.10
22612024-09-17T13:36:20.110Z[ helios-setup] Sep 17 13:36:19.067 INFO E| Compiling same-file v1.0.6
22622024-09-17T13:36:20.452Z[ host-package] Compiling strum v0.26.3
22632024-09-17T13:36:20.645Z[ helios-setup] Sep 17 13:36:19.602 INFO E| Compiling walkdir v2.3.3
22642024-09-17T13:36:20.731Z[ helios-setup] Sep 17 13:36:19.688 INFO E| Compiling tempfile v3.7.0
22652024-09-17T13:36:20.821Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22662024-09-17T13:36:21.082Z[ helios-setup] Sep 17 13:36:20.039 INFO E| Compiling getopts v0.2.21
22672024-09-17T13:36:21.578Z[ helios-setup] Sep 17 13:36:20.534 INFO E| Compiling sha-1 v0.9.8
22682024-09-17T13:36:21.870Z[ host-package] Compiling macaddr v1.0.1
22692024-09-17T13:36:22.025Z[ helios-setup] Sep 17 13:36:20.981 INFO E| Compiling md-5 v0.9.1
22702024-09-17T13:36:22.270Z[ helios-setup] Sep 17 13:36:21.226 INFO E| Compiling libdevinfo-sys v1.0.0
22712024-09-17T13:36:22.417Z[ helios-setup] Sep 17 13:36:21.373 INFO E| Compiling glob v0.3.1
22722024-09-17T13:36:22.725Z[ host-package] Compiling slog-dtrace v0.3.0
22732024-09-17T13:36:23.601Z[ helios-setup] Sep 17 13:36:22.557 INFO E| Compiling slog-term v2.9.0
22742024-09-17T13:36:23.731Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22752024-09-17T13:36:24.346Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22762024-09-17T13:36:24.582Z[ helios-setup] Sep 17 13:36:23.538 INFO E| Compiling serde_derive v1.0.193
22772024-09-17T13:36:26.160Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22782024-09-17T13:36:27.480Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22792024-09-17T13:36:27.849Z[ host-package] Compiling half v2.4.1
22802024-09-17T13:36:27.880Z[ host-package] Compiling ciborium-io v0.2.2
22812024-09-17T13:36:28.088Z[ host-package] Compiling tungstenite v0.21.0
22822024-09-17T13:36:28.739Z[ host-package] Compiling ciborium-ll v0.2.2
22832024-09-17T13:36:29.499Z[ host-package] Compiling ciborium v0.2.2
22842024-09-17T13:36:32.118Z[ host-package] Compiling tokio-tungstenite v0.21.0
22852024-09-17T13:36:32.517Z[ host-package] Compiling rayon-core v1.12.1
22862024-09-17T13:36:32.566Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22872024-09-17T13:36:32.787Z[ host-package] Compiling crossbeam-deque v0.8.5
22882024-09-17T13:36:33.364Z[ host-package] Compiling fastrand v2.1.0
22892024-09-17T13:36:33.654Z[ host-package] Compiling display-error-chain v0.2.1
22902024-09-17T13:36:33.858Z[ host-package] Compiling same-file v1.0.6
22912024-09-17T13:36:33.947Z[ host-package] Compiling tempfile v3.10.1
22922024-09-17T13:36:34.133Z[ host-package] Compiling walkdir v2.5.0
22932024-09-17T13:36:34.878Z[ host-package] Compiling ring v0.16.20
22942024-09-17T13:36:36.737Z[ host-package] Compiling rayon v1.10.0
22952024-09-17T13:36:39.309Z[ host-package] Compiling blake3 v1.5.1
22962024-09-17T13:36:39.957Z[ helios-setup] Sep 17 13:36:38.912 INFO E| Compiling toml v0.5.11
22972024-09-17T13:36:39.957Z[ helios-setup] Sep 17 13:36:38.912 INFO E| Compiling uuid v0.8.2
22982024-09-17T13:36:40.057Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22992024-09-17T13:36:42.080Z[ helios-setup] Sep 17 13:36:41.034 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
23002024-09-17T13:36:42.414Z[ host-package] Compiling xattr v1.3.1
23012024-09-17T13:36:42.708Z[ host-package] Compiling memmap2 v0.9.4
23022024-09-17T13:36:43.430Z[ host-package] Compiling filetime v0.2.25
23032024-09-17T13:36:44.144Z[ host-package] Compiling constant_time_eq v0.3.0
23042024-09-17T13:36:44.186Z[ host-package] Compiling keccak v0.1.5
23052024-09-17T13:36:44.323Z[ host-package] Compiling arrayref v0.3.7
23062024-09-17T13:36:44.556Z[ host-package] Compiling spin v0.5.2
23072024-09-17T13:36:44.847Z[ host-package] Compiling untrusted v0.7.1
23082024-09-17T13:36:45.075Z[ host-package] Compiling arrayvec v0.7.4
23092024-09-17T13:36:45.553Z[ helios-setup] Sep 17 13:36:44.506 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
23102024-09-17T13:36:46.925Z[ host-package] Compiling sha3 v0.10.8
23112024-09-17T13:36:47.048Z[ host-package] Compiling tar v0.4.41
23122024-09-17T13:36:47.681Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23132024-09-17T13:36:47.855Z[ host-package] Compiling toolchain_find v0.4.0
23142024-09-17T13:36:48.560Z[ host-package] Compiling camino-tempfile v1.1.1
23152024-09-17T13:36:48.998Z[ host-package] Compiling nibble_vec v0.1.0
23162024-09-17T13:36:49.022Z[ host-package] Compiling atty v0.2.14
23172024-09-17T13:36:49.056Z[ host-package] Compiling endian-type v0.1.2
23182024-09-17T13:36:49.153Z[ host-package] Compiling maplit v1.0.2
23192024-09-17T13:36:49.204Z[ host-package] Compiling topological-sort v0.2.2
23202024-09-17T13:36:49.264Z[ host-package] Compiling crunchy v0.2.2
23212024-09-17T13:36:49.330Z[ host-package] Compiling glob v0.3.1
23222024-09-17T13:36:49.389Z[ host-package] Compiling radix_trie v0.2.1
23232024-09-17T13:36:49.625Z[ host-package] Compiling omicron-zone-package v0.11.0
23242024-09-17T13:36:49.846Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23252024-09-17T13:36:50.250Z[ host-package] Compiling clang-sys v1.7.0
23262024-09-17T13:36:50.304Z[ host-package] Compiling tiny-keccak v2.0.2
23272024-09-17T13:36:50.566Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23282024-09-17T13:36:50.803Z[ host-package] Compiling dsl_auto_type v0.1.2
23292024-09-17T13:36:51.058Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23302024-09-17T13:36:51.378Z[ host-package] Compiling secrecy v0.8.0
23312024-09-17T13:36:51.784Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23322024-09-17T13:36:52.318Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23332024-09-17T13:36:52.367Z[ host-package] Compiling arc-swap v1.7.1
23342024-09-17T13:36:52.475Z[ host-package] Compiling diesel_derives v2.2.2
23352024-09-17T13:36:52.620Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23362024-09-17T13:36:52.795Z[ host-package] Compiling r2d2 v0.8.10
23372024-09-17T13:36:53.136Z[ host-package] Compiling slog-scope v4.4.0
23382024-09-17T13:36:53.705Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
23392024-09-17T13:36:53.796Z[ host-package] Compiling ascii-canvas v3.0.0
23402024-09-17T13:36:54.059Z[ host-package] Compiling universal-hash v0.5.1
23412024-09-17T13:36:54.384Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23422024-09-17T13:36:54.557Z[ host-package] Compiling ena v0.14.3
23432024-09-17T13:36:55.093Z[ host-package] Compiling libloading v0.8.3
23442024-09-17T13:36:55.563Z[ host-package] Compiling bindgen v0.69.4
23452024-09-17T13:36:56.067Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23462024-09-17T13:36:56.373Z[ host-package] Compiling regex-syntax v0.6.29
23472024-09-17T13:36:58.042Z[ host-package] Compiling opaque-debug v0.3.1
23482024-09-17T13:36:58.184Z[ host-package] Compiling diff v0.1.13
23492024-09-17T13:36:58.768Z[ helios-setup] Sep 17 13:36:57.720 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.35s
23502024-09-17T13:36:58.799Z[ helios-setup] Sep 17 13:36:57.751 INFO building project "image-builder" ok (48 seconds)
23512024-09-17T13:36:58.799Z[ helios-setup] Sep 17 13:36:57.751 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23522024-09-17T13:36:58.802Z[ helios-setup] Sep 17 13:36:57.751 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23532024-09-17T13:36:58.808Z[ helios-setup] Sep 17 13:36:57.760 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23542024-09-17T13:36:58.858Z[ host-package] Compiling poly1305 v0.8.0
23552024-09-17T13:36:59.071Z[ helios-setup] Sep 17 13:36:58.022 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23562024-09-17T13:36:59.071Z[ helios-setup] Sep 17 13:36:58.022 INFO E| info: downloading component 'cargo'
23572024-09-17T13:37:00.401Z[ host-package] Compiling lalrpop v0.19.12
23582024-09-17T13:37:00.758Z[ helios-setup] Sep 17 13:36:59.709 INFO E| info: downloading component 'clippy'
23592024-09-17T13:37:01.207Z[ helios-setup] Sep 17 13:37:00.158 INFO E| info: downloading component 'rust-docs'
23602024-09-17T13:37:02.064Z[ host-package] Compiling thiserror-no-std v2.0.2
23612024-09-17T13:37:02.609Z[ helios-setup] Sep 17 13:37:01.560 INFO E| info: downloading component 'rust-src'
23622024-09-17T13:37:02.853Z[ helios-setup] Sep 17 13:37:01.804 INFO E| info: downloading component 'rust-std'
23632024-09-17T13:37:04.984Z[ helios-setup] Sep 17 13:37:03.935 INFO E| info: downloading component 'rustc'
23642024-09-17T13:37:05.523Z[ host-package] Compiling diesel v2.2.3
23652024-09-17T13:37:11.627Z[ helios-setup] Sep 17 13:37:10.577 INFO E| info: downloading component 'rustfmt'
23662024-09-17T13:37:11.961Z[ helios-setup] Sep 17 13:37:10.911 INFO E| info: installing component 'cargo'
23672024-09-17T13:37:13.352Z[ host-package] Compiling slog-stdlog v4.1.1
23682024-09-17T13:37:13.394Z[ helios-setup] Sep 17 13:37:12.343 INFO E| info: installing component 'clippy'
23692024-09-17T13:37:13.848Z[ helios-setup] Sep 17 13:37:12.797 INFO E| info: installing component 'rust-docs'
23702024-09-17T13:37:14.262Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23712024-09-17T13:37:14.800Z[ host-package] Compiling which v4.4.2
23722024-09-17T13:37:15.505Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23732024-09-17T13:37:15.579Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23742024-09-17T13:37:15.918Z[ host-package] Compiling chacha20 v0.9.1
23752024-09-17T13:37:15.999Z[ host-package] Compiling cexpr v0.6.0
23762024-09-17T13:37:16.765Z[ host-package] Compiling aead v0.5.2
23772024-09-17T13:37:17.246Z[ host-package] Compiling rustc-hash v1.1.0
23782024-09-17T13:37:17.469Z[ host-package] Compiling lazycell v1.3.0
23792024-09-17T13:37:17.671Z[ host-package] Compiling ref-cast v1.0.23
23802024-09-17T13:37:17.990Z[ host-package] Compiling shlex v1.3.0
23812024-09-17T13:37:18.523Z[ host-package] Compiling chacha20poly1305 v0.10.1
23822024-09-17T13:37:18.936Z[ host-package] Compiling slog-envlogger v2.2.0
23832024-09-17T13:37:19.709Z[ helios-setup] Sep 17 13:37:18.657 INFO E| info: installing component 'rust-src'
23842024-09-17T13:37:20.356Z[ helios-setup] Sep 17 13:37:19.305 INFO E| info: installing component 'rust-std'
23852024-09-17T13:37:22.099Z[ host-package] Compiling vsss-rs v3.3.4
23862024-09-17T13:37:22.853Z[ helios-setup] Sep 17 13:37:21.801 INFO E| info: installing component 'rustc'
23872024-09-17T13:37:27.250Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23882024-09-17T13:37:27.592Z[ host-package] Compiling derive_builder_core v0.20.0
23892024-09-17T13:37:27.714Z[ host-package] Compiling headers-core v0.2.0
23902024-09-17T13:37:28.055Z[ host-package] Compiling fxhash v0.2.1
23912024-09-17T13:37:28.739Z[ host-package] Compiling libxml v0.3.3
23922024-09-17T13:37:29.129Z[ helios-setup] Sep 17 13:37:28.076 INFO E| info: installing component 'rustfmt'
23932024-09-17T13:37:29.192Z[ host-package] Compiling polar-core v0.27.3
23942024-09-17T13:37:29.289Z[ host-package] Compiling ref-cast-impl v1.0.23
23952024-09-17T13:37:29.987Z[ host-package] Compiling derive_builder_macro v0.20.0
23962024-09-17T13:37:29.992Z[ helios-setup] Sep 17 13:37:28.940 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23972024-09-17T13:37:30.728Z[ host-package] Compiling headers v0.3.9
23982024-09-17T13:37:30.850Z[ helios-setup] Sep 17 13:37:29.798 INFO E| From https://github.com/oxidecomputer/amd-apcb
23992024-09-17T13:37:30.850Z[ helios-setup] Sep 17 13:37:29.798 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
24002024-09-17T13:37:30.851Z[ helios-setup] Sep 17 13:37:29.798 INFO E| * [new tag] v0.3.3 -> v0.3.3
24012024-09-17T13:37:30.879Z[ helios-setup] Sep 17 13:37:29.827 INFO E| * [new tag] v0.1.3 -> v0.1.3
24022024-09-17T13:37:30.879Z[ helios-setup] Sep 17 13:37:29.827 INFO E| * [new tag] v0.1.4 -> v0.1.4
24032024-09-17T13:37:30.882Z[ helios-setup] Sep 17 13:37:29.827 INFO E| * [new tag] v0.1.5 -> v0.1.5
24042024-09-17T13:37:30.882Z[ helios-setup] Sep 17 13:37:29.827 INFO E| * [new tag] v0.2.0 -> v0.2.0
24052024-09-17T13:37:30.882Z[ helios-setup] Sep 17 13:37:29.827 INFO E| * [new tag] v0.3.0 -> v0.3.0
24062024-09-17T13:37:30.882Z[ helios-setup] Sep 17 13:37:29.827 INFO E| * [new tag] v0.3.1 -> v0.3.1
24072024-09-17T13:37:30.882Z[ helios-setup] Sep 17 13:37:29.827 INFO E| * [new tag] v0.3.2 -> v0.3.2
24082024-09-17T13:37:30.943Z[ helios-setup] Sep 17 13:37:29.890 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24092024-09-17T13:37:31.771Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24102024-09-17T13:37:31.834Z[ helios-setup] Sep 17 13:37:30.781 INFO E| From https://github.com/oxidecomputer/amd-efs
24112024-09-17T13:37:31.834Z[ helios-setup] Sep 17 13:37:30.781 INFO E| * [new branch] empty -> origin/empty
24122024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.781 INFO E| * [new branch] issue-99 -> origin/issue-99
24132024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.781 INFO E| * [new branch] main -> origin/main
24142024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.781 INFO E| * [new branch] review -> origin/review
24152024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.782 INFO E| * [new ref] -> origin/HEAD
24162024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.782 INFO E| * [new tag] v0.2.0 -> v0.2.0
24172024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.782 INFO E| * [new tag] v0.2.1 -> v0.2.1
24182024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.782 INFO E| * [new tag] v0.2.2 -> v0.2.2
24192024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.782 INFO E| * [new tag] v0.2.3 -> v0.2.3
24202024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.782 INFO E| * [new tag] v0.2.4 -> v0.2.4
24212024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.783 INFO E| * [new tag] v0.2.5 -> v0.2.5
24222024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.783 INFO E| * [new tag] v0.2.6 -> v0.2.6
24232024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.783 INFO E| * [new tag] v0.2.7 -> v0.2.7
24242024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.783 INFO E| * [new tag] v0.3.0 -> v0.3.0
24252024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.783 INFO E| * [new tag] v0.3.1 -> v0.3.1
24262024-09-17T13:37:31.837Z[ helios-setup] Sep 17 13:37:30.783 INFO E| * [new tag] v0.4.0 -> v0.4.0
24272024-09-17T13:37:31.861Z[ helios-setup] Sep 17 13:37:30.808 INFO E| Updating crates.io index
24282024-09-17T13:37:32.164Z[ helios-setup] Sep 17 13:37:31.111 INFO E| Downloading crates ...
24292024-09-17T13:37:32.335Z[ helios-setup] Sep 17 13:37:31.282 INFO E| Downloaded ansi_term v0.12.1
24302024-09-17T13:37:32.339Z[ helios-setup] Sep 17 13:37:31.286 INFO E| Downloaded modular-bitfield v0.11.2
24312024-09-17T13:37:32.358Z[ helios-setup] Sep 17 13:37:31.305 INFO E| Downloaded unic-char-range v0.9.0
24322024-09-17T13:37:32.361Z[ helios-setup] Sep 17 13:37:31.307 INFO E| Downloaded scroll_derive v0.10.5
24332024-09-17T13:37:32.363Z[ helios-setup] Sep 17 13:37:31.309 INFO E| Downloaded unic-ucd-version v0.9.0
24342024-09-17T13:37:32.365Z[ helios-setup] Sep 17 13:37:31.311 INFO E| Downloaded unic-char-property v0.9.0
24352024-09-17T13:37:32.368Z[ helios-setup] Sep 17 13:37:31.313 INFO E| Downloaded unic-common v0.9.0
24362024-09-17T13:37:32.368Z[ helios-setup] Sep 17 13:37:31.314 INFO E| Downloaded pest_generator v2.7.11
24372024-09-17T13:37:32.370Z[ helios-setup] Sep 17 13:37:31.316 INFO E| Downloaded strsim v0.8.0
24382024-09-17T13:37:32.373Z[ helios-setup] Sep 17 13:37:31.318 INFO E| Downloaded rustc_version v0.2.3
24392024-09-17T13:37:32.373Z[ helios-setup] Sep 17 13:37:31.320 INFO E| Downloaded parse_int v0.6.0
24402024-09-17T13:37:32.376Z[ helios-setup] Sep 17 13:37:31.321 INFO E| Downloaded num-derive v0.3.3
24412024-09-17T13:37:32.379Z[ helios-setup] Sep 17 13:37:31.324 INFO E| Downloaded vec_map v0.8.2
24422024-09-17T13:37:32.379Z[ helios-setup] Sep 17 13:37:31.325 INFO E| Downloaded pre v0.2.1
24432024-09-17T13:37:32.381Z[ helios-setup] Sep 17 13:37:31.326 INFO E| Downloaded unic-ucd-ident v0.9.0
24442024-09-17T13:37:32.383Z[ helios-setup] Sep 17 13:37:31.329 INFO E| Downloaded bytesize v1.3.0
24452024-09-17T13:37:32.383Z[ helios-setup] Sep 17 13:37:31.330 INFO E| Downloaded cfg-if v0.1.10
24462024-09-17T13:37:32.385Z[ helios-setup] Sep 17 13:37:31.332 INFO E| Downloaded strum_macros v0.23.1
24472024-09-17T13:37:32.388Z[ helios-setup] Sep 17 13:37:31.335 INFO E| Downloaded modular-bitfield-impl v0.11.2
24482024-09-17T13:37:32.390Z[ helios-setup] Sep 17 13:37:31.337 INFO E| Downloaded four-cc v0.3.0
24492024-09-17T13:37:32.393Z[ helios-setup] Sep 17 13:37:31.339 INFO E| Downloaded structopt-derive v0.4.18
24502024-09-17T13:37:32.395Z[ helios-setup] Sep 17 13:37:31.340 INFO E| Downloaded strum v0.23.0
24512024-09-17T13:37:32.395Z[ helios-setup] Sep 17 13:37:31.342 INFO E| Downloaded proc-macro-crate v0.1.5
24522024-09-17T13:37:32.397Z[ helios-setup] Sep 17 13:37:31.343 INFO E| Downloaded semver v0.9.0
24532024-09-17T13:37:32.400Z[ helios-setup] Sep 17 13:37:31.345 INFO E| Downloaded scroll v0.10.2
24542024-09-17T13:37:32.402Z[ helios-setup] Sep 17 13:37:31.348 INFO E| Downloaded memoffset v0.5.6
24552024-09-17T13:37:32.405Z[ helios-setup] Sep 17 13:37:31.350 INFO E| Downloaded fletcher v0.1.0
24562024-09-17T13:37:32.405Z[ helios-setup] Sep 17 13:37:31.352 INFO E| Downloaded textwrap v0.11.0
24572024-09-17T13:37:32.407Z[ helios-setup] Sep 17 13:37:31.354 INFO E| Downloaded pest_derive v2.7.11
24582024-09-17T13:37:32.410Z[ helios-setup] Sep 17 13:37:31.358 INFO E| Downloaded semver-parser v0.7.0
24592024-09-17T13:37:32.439Z[ helios-setup] Sep 17 13:37:31.386 INFO E| Downloaded structopt v0.3.26
24602024-09-17T13:37:32.451Z[ helios-setup] Sep 17 13:37:31.398 INFO E| Downloaded serde v1.0.204
24612024-09-17T13:37:32.456Z[ helios-setup] Sep 17 13:37:31.403 INFO E| Downloaded serde_derive v1.0.204
24622024-09-17T13:37:32.461Z[ helios-setup] Sep 17 13:37:31.408 INFO E| Downloaded pre-proc-macro v0.2.1
24632024-09-17T13:37:32.464Z[ helios-setup] Sep 17 13:37:31.411 INFO E| Downloaded pest_meta v2.7.11
24642024-09-17T13:37:32.467Z[ helios-setup] Sep 17 13:37:31.414 INFO E| Downloaded log v0.4.22
24652024-09-17T13:37:32.470Z[ helios-setup] Sep 17 13:37:31.418 INFO E| Downloaded pest v2.7.11
24662024-09-17T13:37:32.479Z[ helios-setup] Sep 17 13:37:31.426 INFO E| Downloaded memchr v2.7.4
24672024-09-17T13:37:32.485Z[ helios-setup] Sep 17 13:37:31.432 INFO E| Downloaded goblin v0.4.3
24682024-09-17T13:37:32.492Z[ helios-setup] Sep 17 13:37:31.439 INFO E| Downloaded serde_json v1.0.120
24692024-09-17T13:37:32.502Z[ helios-setup] Sep 17 13:37:31.449 INFO E| Downloaded clap v2.34.0
24702024-09-17T13:37:32.511Z[ helios-setup] Sep 17 13:37:31.458 INFO E| Downloaded syn v2.0.71
24712024-09-17T13:37:32.549Z[ helios-setup] Sep 17 13:37:31.496 INFO E| Downloaded libc v0.2.155
24722024-09-17T13:37:32.676Z[ helios-setup] Sep 17 13:37:31.623 INFO E| Compiling proc-macro2 v1.0.86
24732024-09-17T13:37:32.679Z[ helios-setup] Sep 17 13:37:31.624 INFO E| Compiling unicode-ident v1.0.12
24742024-09-17T13:37:32.679Z[ helios-setup] Sep 17 13:37:31.624 INFO E| Compiling syn v1.0.109
24752024-09-17T13:37:32.679Z[ helios-setup] Sep 17 13:37:31.624 INFO E| Compiling version_check v0.9.4
24762024-09-17T13:37:32.679Z[ helios-setup] Sep 17 13:37:31.624 INFO E| Compiling autocfg v1.3.0
24772024-09-17T13:37:32.679Z[ helios-setup] Sep 17 13:37:31.624 INFO E| Compiling semver-parser v0.7.0
24782024-09-17T13:37:32.679Z[ helios-setup] Sep 17 13:37:31.624 INFO E| Compiling thiserror v1.0.63
24792024-09-17T13:37:32.679Z[ helios-setup] Sep 17 13:37:31.625 INFO E| Compiling serde v1.0.204
24802024-09-17T13:37:33.884Z[ helios-setup] Sep 17 13:37:32.831 INFO E| Compiling semver v0.9.0
24812024-09-17T13:37:33.986Z[ helios-setup] Sep 17 13:37:32.932 INFO E| Compiling serde_json v1.0.120
24822024-09-17T13:37:34.145Z[ helios-setup] Sep 17 13:37:33.092 INFO E| Compiling proc-macro-error-attr v1.0.4
24832024-09-17T13:37:34.179Z[ helios-setup] Sep 17 13:37:33.126 INFO E| Compiling proc-macro-error v1.0.4
24842024-09-17T13:37:34.256Z[ helios-setup] Sep 17 13:37:33.203 INFO E| Compiling num-traits v0.2.19
24852024-09-17T13:37:34.428Z[ host-package] Compiling samael v0.0.17
24862024-09-17T13:37:34.511Z[ helios-setup] Sep 17 13:37:33.458 INFO E| Compiling rustc_version v0.2.3
24872024-09-17T13:37:34.807Z[ helios-setup] Sep 17 13:37:33.754 INFO E| Compiling itoa v1.0.11
24882024-09-17T13:37:34.837Z[ helios-setup] Sep 17 13:37:33.784 INFO E| Compiling schemars v0.8.21
24892024-09-17T13:37:34.876Z[ helios-setup] Sep 17 13:37:33.822 INFO E| Compiling ryu v1.0.18
24902024-09-17T13:37:35.023Z[ helios-setup] Sep 17 13:37:33.970 INFO E| Compiling unicode-segmentation v1.11.0
24912024-09-17T13:37:35.288Z[ helios-setup] Sep 17 13:37:34.234 INFO E| Compiling memoffset v0.5.6
24922024-09-17T13:37:35.418Z[ helios-setup] Sep 17 13:37:34.365 INFO E| Compiling memchr v2.7.4
24932024-09-17T13:37:35.505Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24942024-09-17T13:37:35.565Z[ helios-setup] Sep 17 13:37:34.511 INFO E| Compiling dyn-clone v1.0.17
24952024-09-17T13:37:35.676Z[ helios-setup] Sep 17 13:37:34.622 INFO E| Compiling rustversion v1.0.17
24962024-09-17T13:37:35.836Z[ helios-setup] Sep 17 13:37:34.783 INFO E| Compiling pre-proc-macro v0.2.1
24972024-09-17T13:37:35.963Z[ helios-setup] Sep 17 13:37:34.910 INFO E| Compiling ucd-trie v0.1.6
24982024-09-17T13:37:35.981Z[ helios-setup] Sep 17 13:37:34.927 INFO E| Compiling lazy_static v1.5.0
24992024-09-17T13:37:36.188Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25002024-09-17T13:37:36.286Z[ helios-setup] Sep 17 13:37:35.233 INFO E| Compiling heck v0.3.3
25012024-09-17T13:37:36.591Z[ helios-setup] Sep 17 13:37:35.538 INFO E| Compiling quote v1.0.36
25022024-09-17T13:37:36.755Z[ helios-setup] Sep 17 13:37:35.701 INFO E| Compiling libc v0.2.155
25032024-09-17T13:37:36.941Z[ helios-setup] Sep 17 13:37:35.888 INFO E| Compiling paste v1.0.15
25042024-09-17T13:37:37.041Z[ host-package] Compiling strum_macros v0.24.3
25052024-09-17T13:37:37.540Z[ helios-setup] Sep 17 13:37:36.486 INFO E| Compiling syn v2.0.71
25062024-09-17T13:37:37.824Z[ helios-setup] Sep 17 13:37:36.770 INFO E| Compiling pre v0.2.1
25072024-09-17T13:37:38.068Z[ host-package] Compiling kstat-rs v0.2.4
25082024-09-17T13:37:38.424Z[ helios-setup] Sep 17 13:37:37.370 INFO E| Compiling static_assertions v1.1.0
25092024-09-17T13:37:38.513Z[ helios-setup] Sep 17 13:37:37.459 INFO E| Compiling cfg-if v0.1.10
25102024-09-17T13:37:38.597Z[ helios-setup] Sep 17 13:37:37.543 INFO E| Compiling once_cell v1.19.0
25112024-09-17T13:37:38.824Z[ helios-setup] Sep 17 13:37:37.770 INFO E| Compiling byteorder v1.5.0
25122024-09-17T13:37:39.816Z[ host-package] Compiling dropshot v0.10.1
25132024-09-17T13:37:39.966Z[ helios-setup] Sep 17 13:37:38.912 INFO E| Compiling unicode-width v0.1.13
25142024-09-17T13:37:40.386Z[ helios-setup] Sep 17 13:37:39.332 INFO E| Compiling textwrap v0.11.0
25152024-09-17T13:37:40.885Z[ host-package] Compiling unicase v2.7.0
25162024-09-17T13:37:41.461Z[ helios-setup] Sep 17 13:37:40.406 INFO E| Compiling atty v0.2.14
25172024-09-17T13:37:41.521Z[ helios-setup] Sep 17 13:37:40.466 INFO E| Compiling unic-char-range v0.9.0
25182024-09-17T13:37:41.735Z[ helios-setup] Sep 17 13:37:40.680 INFO E| Compiling strsim v0.8.0
25192024-09-17T13:37:41.754Z[ host-package] Compiling indoc v1.0.9
25202024-09-17T13:37:41.869Z[ helios-setup] Sep 17 13:37:40.814 INFO E| Compiling ansi_term v0.12.1
25212024-09-17T13:37:42.089Z[ helios-setup] Sep 17 13:37:41.035 INFO E| Compiling strum v0.23.0
25222024-09-17T13:37:42.654Z[ helios-setup] Sep 17 13:37:41.599 INFO E| Compiling parse_int v0.6.0
25232024-09-17T13:37:42.796Z[ helios-setup] Sep 17 13:37:41.742 INFO E| Compiling fletcher v0.1.0
25242024-09-17T13:37:42.885Z[ helios-setup] Sep 17 13:37:41.831 INFO E| Compiling bitflags v1.3.2
25252024-09-17T13:37:42.909Z[ helios-setup] Sep 17 13:37:41.855 INFO E| Compiling vec_map v0.8.2
25262024-09-17T13:37:42.998Z[ helios-setup] Sep 17 13:37:41.943 INFO E| Compiling unic-common v0.9.0
25272024-09-17T13:37:43.147Z[ helios-setup] Sep 17 13:37:42.092 INFO E| Compiling unic-ucd-version v0.9.0
25282024-09-17T13:37:43.163Z[ helios-setup] Sep 17 13:37:42.108 INFO E| Compiling unic-char-property v0.9.0
25292024-09-17T13:37:43.215Z[ helios-setup] Sep 17 13:37:42.161 INFO E| Compiling plain v0.2.3
25302024-09-17T13:37:43.362Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25312024-09-17T13:37:43.366Z[ helios-setup] Sep 17 13:37:42.309 INFO E| Compiling log v0.4.22
25322024-09-17T13:37:43.410Z[ helios-setup] Sep 17 13:37:42.355 INFO E| Compiling unic-ucd-ident v0.9.0
25332024-09-17T13:37:43.516Z[ helios-setup] Sep 17 13:37:42.461 INFO E| Compiling clap v2.34.0
25342024-09-17T13:37:43.598Z[ helios-setup] Sep 17 13:37:42.543 INFO E| Compiling bytesize v1.3.0
25352024-09-17T13:37:45.702Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362024-09-17T13:37:45.798Z[ helios-setup] Sep 17 13:37:44.743 INFO E| Compiling serde_derive_internals v0.29.1
25372024-09-17T13:37:46.692Z[ helios-setup] Sep 17 13:37:45.637 INFO E| Compiling toml v0.5.11
25382024-09-17T13:37:49.540Z[ helios-setup] Sep 17 13:37:48.485 INFO E| Compiling proc-macro-crate v0.1.5
25392024-09-17T13:37:51.835Z[ helios-setup] Sep 17 13:37:50.780 INFO E| Compiling thiserror-impl v1.0.63
25402024-09-17T13:37:51.901Z[ helios-setup] Sep 17 13:37:50.846 INFO E| Compiling serde_derive v1.0.204
25412024-09-17T13:37:51.901Z[ helios-setup] Sep 17 13:37:50.846 INFO E| Compiling schemars_derive v0.8.21
25422024-09-17T13:37:52.134Z[ helios-setup] Sep 17 13:37:51.078 INFO E| Compiling zerocopy-derive v0.6.6
25432024-09-17T13:37:52.207Z[ host-package] Compiling derive_builder v0.20.0
25442024-09-17T13:37:56.375Z[ helios-setup] Sep 17 13:37:55.319 INFO E| Compiling zerocopy v0.6.6
25452024-09-17T13:37:57.180Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25462024-09-17T13:37:57.348Z[ helios-setup] Sep 17 13:37:56.292 INFO E| Compiling pest v2.7.11
25472024-09-17T13:37:58.702Z[ helios-setup] Sep 17 13:37:57.645 INFO E| Compiling modular-bitfield-impl v0.11.2
25482024-09-17T13:37:58.999Z[ helios-setup] Sep 17 13:37:57.943 INFO E| Compiling num-derive v0.3.3
25492024-09-17T13:37:59.280Z[ helios-setup] Sep 17 13:37:58.223 INFO E| Compiling scroll_derive v0.10.5
25502024-09-17T13:38:01.347Z[ host-package] Compiling tungstenite v0.23.0
25512024-09-17T13:38:01.734Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25522024-09-17T13:38:02.113Z[ helios-setup] Sep 17 13:38:01.056 INFO E| Compiling pest_meta v2.7.11
25532024-09-17T13:38:02.633Z[ helios-setup] Sep 17 13:38:01.575 INFO E| Compiling strum_macros v0.23.1
25542024-09-17T13:38:02.650Z[ helios-setup] Sep 17 13:38:01.593 INFO E| Compiling scroll v0.10.2
25552024-09-17T13:38:02.744Z[ host-package] Compiling crossterm v0.28.1
25562024-09-17T13:38:02.945Z[ host-package] Compiling dropshot_endpoint v0.10.1
25572024-09-17T13:38:03.052Z[ helios-setup] Sep 17 13:38:01.995 INFO E| Compiling structopt-derive v0.4.18
25582024-09-17T13:38:03.618Z[ helios-setup] Sep 17 13:38:02.561 INFO E| Compiling modular-bitfield v0.11.2
25592024-09-17T13:38:03.814Z[ helios-setup] Sep 17 13:38:02.757 INFO E| Compiling goblin v0.4.3
25602024-09-17T13:38:04.968Z[ helios-setup] Sep 17 13:38:03.911 INFO E| Compiling pest_generator v2.7.11
25612024-09-17T13:38:06.600Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25622024-09-17T13:38:08.563Z[ helios-setup] Sep 17 13:38:07.505 INFO E| Compiling structopt v0.3.26
25632024-09-17T13:38:10.218Z[ helios-setup] Sep 17 13:38:09.160 INFO E| Compiling pest_derive v2.7.11
25642024-09-17T13:38:11.439Z[ host-package] Compiling oso-derive v0.27.3
25652024-09-17T13:38:12.923Z[ host-package] Compiling libz-sys v1.1.16
25662024-09-17T13:38:13.661Z[ host-package] Compiling quick-xml v0.33.0
25672024-09-17T13:38:14.732Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25682024-09-17T13:38:15.531Z[ host-package] Compiling parking_lot_core v0.8.6
25692024-09-17T13:38:15.667Z[ helios-setup] Sep 17 13:38:14.609 INFO E| Compiling json5 v0.4.1
25702024-09-17T13:38:16.284Z[ host-package] Compiling cfg_aliases v0.1.1
25712024-09-17T13:38:16.433Z[ host-package] Compiling oso v0.27.3
25722024-09-17T13:38:16.494Z[ host-package] Compiling nix v0.28.0
25732024-09-17T13:38:19.148Z[ host-package] Compiling tokio-tungstenite v0.23.1
25742024-09-17T13:38:20.209Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25752024-09-17T13:38:21.424Z[ helios-setup] Sep 17 13:38:20.364 INFO E| Compiling four-cc v0.3.0
25762024-09-17T13:38:21.424Z[ helios-setup] Sep 17 13:38:20.365 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
25772024-09-17T13:38:21.636Z[ helios-setup] Sep 17 13:38:20.577 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
25782024-09-17T13:38:22.492Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25792024-09-17T13:38:29.575Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25802024-09-17T13:38:30.080Z[ host-package] Compiling const_format_proc_macros v0.2.33
25812024-09-17T13:38:32.322Z[ host-package] Compiling bb8 v0.8.5
25822024-09-17T13:38:33.093Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25832024-09-17T13:38:33.888Z[ host-package] Compiling vte v0.11.1
25842024-09-17T13:38:35.562Z[ host-package] Compiling async-bb8-diesel v0.2.1
25852024-09-17T13:38:36.812Z[ host-package] Compiling const_format v0.2.33
25862024-09-17T13:38:38.410Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25872024-09-17T13:38:40.378Z[ host-package] Compiling fd-lock v4.0.2
25882024-09-17T13:38:40.674Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25892024-09-17T13:38:41.660Z[ host-package] Compiling salty v0.3.0
25902024-09-17T13:38:42.214Z[ host-package] Compiling bytecount v0.6.8
25912024-09-17T13:38:42.701Z[ host-package] Compiling papergrid v0.11.0
25922024-09-17T13:38:56.596Z[ host-package] Compiling parking_lot v0.11.2
25932024-09-17T13:39:03.298Z[ helios-setup] Sep 17 13:39:02.232 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25942024-09-17T13:39:05.239Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25952024-09-17T13:39:06.279Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
25962024-09-17T13:39:08.999Z[ host-package] Compiling tabled_derive v0.7.0
25972024-09-17T13:39:11.624Z[ host-package] Compiling crossterm v0.27.0
25982024-09-17T13:39:11.997Z[ host-package] Compiling peg-macros v0.8.4
25992024-09-17T13:39:16.022Z[ host-package] Compiling sqlparser_derive v0.2.2
26002024-09-17T13:39:16.440Z[ helios-setup] Sep 17 13:39:15.373 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26012024-09-17T13:39:17.049Z[ host-package] Compiling unicode_categories v0.1.1
26022024-09-17T13:39:17.177Z[ host-package] Compiling rustls v0.23.10
26032024-09-17T13:39:17.469Z[ host-package] Compiling nu-ansi-term v0.50.0
26042024-09-17T13:39:18.022Z[ host-package] Compiling reedline v0.33.0
26052024-09-17T13:39:18.758Z[ host-package] Compiling rustyline v14.0.0
26062024-09-17T13:39:19.310Z[ host-package] Compiling sqlformat v0.2.4
26072024-09-17T13:39:19.866Z[ host-package] Compiling sqlparser v0.45.0
26082024-09-17T13:39:21.277Z[ host-package] Compiling peg v0.8.4
26092024-09-17T13:39:21.418Z[ host-package] Compiling tabled v0.15.0
26102024-09-17T13:39:28.630Z[ host-package] Compiling sled v0.34.7
26112024-09-17T13:39:31.258Z[ host-package] Compiling mime_guess v2.0.4
26122024-09-17T13:39:32.930Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26132024-09-17T13:39:34.705Z[ host-package] Compiling hickory-client v0.24.1
26142024-09-17T13:39:35.614Z[ host-package] Compiling env_logger v0.9.3
26152024-09-17T13:39:40.661Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26162024-09-17T13:39:40.701Z[ host-package] Compiling tungstenite v0.20.1
26172024-09-17T13:39:44.331Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26182024-09-17T13:39:44.907Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26192024-09-17T13:39:47.288Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26202024-09-17T13:39:48.968Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26212024-09-17T13:39:49.378Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26222024-09-17T13:39:49.973Z[ host-package] Compiling hickory-server v0.24.1
26232024-09-17T13:39:53.353Z[ helios-setup] Sep 17 13:39:52.281 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 23s
26242024-09-17T13:39:53.389Z[ helios-setup] Sep 17 13:39:52.317 INFO building project "amd-host-image-builder" ok (174 seconds)
26252024-09-17T13:39:53.392Z[ helios-setup] Sep 17 13:39:52.317 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26262024-09-17T13:39:53.392Z[ helios-setup] Sep 17 13:39:52.317 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26272024-09-17T13:39:53.836Z[ helios-setup] Sep 17 13:39:52.764 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26282024-09-17T13:39:54.578Z[ helios-setup] Sep 17 13:39:53.506 INFO E| From https://github.com/jclulow/hiercmd
26292024-09-17T13:39:54.578Z[ helios-setup] Sep 17 13:39:53.506 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26302024-09-17T13:39:54.676Z[ helios-setup] Sep 17 13:39:53.604 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26312024-09-17T13:39:54.839Z[ host-package] Compiling primeorder v0.13.6
26322024-09-17T13:39:55.180Z[ helios-setup] Sep 17 13:39:54.108 INFO E| From https://github.com/jclulow/network-interface
26332024-09-17T13:39:55.181Z[ helios-setup] Sep 17 13:39:54.108 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26342024-09-17T13:39:55.202Z[ helios-setup] Sep 17 13:39:54.130 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26352024-09-17T13:39:55.499Z[ host-package] Compiling bcs v0.1.6
26362024-09-17T13:39:55.759Z[ helios-setup] Sep 17 13:39:54.687 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26372024-09-17T13:39:55.759Z[ helios-setup] Sep 17 13:39:54.687 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26382024-09-17T13:39:55.800Z[ helios-setup] Sep 17 13:39:54.727 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26392024-09-17T13:39:56.487Z[ host-package] Compiling vergen v8.3.2
26402024-09-17T13:39:56.709Z[ helios-setup] Sep 17 13:39:55.636 INFO E| From https://github.com/oxidecomputer/facade
26412024-09-17T13:39:56.709Z[ helios-setup] Sep 17 13:39:55.637 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26422024-09-17T13:39:56.814Z[ helios-setup] Sep 17 13:39:55.741 INFO E| Updating crates.io index
26432024-09-17T13:39:56.933Z[ host-package] Compiling bitstruct_derive v0.1.0
26442024-09-17T13:39:57.136Z[ host-package] Compiling env_filter v0.1.2
26452024-09-17T13:39:57.593Z[ helios-setup] Sep 17 13:39:56.521 INFO E| Downloading crates ...
26462024-09-17T13:39:57.792Z[ helios-setup] Sep 17 13:39:56.719 INFO E| Downloaded futures-sink v0.3.28
26472024-09-17T13:39:57.796Z[ helios-setup] Sep 17 13:39:56.724 INFO E| Downloaded concolor-override v1.0.0
26482024-09-17T13:39:57.799Z[ helios-setup] Sep 17 13:39:56.727 INFO E| Downloaded byteorder v1.4.3
26492024-09-17T13:39:57.802Z[ helios-setup] Sep 17 13:39:56.730 INFO E| Downloaded anstyle v0.3.5
26502024-09-17T13:39:57.805Z[ helios-setup] Sep 17 13:39:56.733 INFO E| Downloaded autocfg v1.1.0
26512024-09-17T13:39:57.807Z[ helios-setup] Sep 17 13:39:56.735 INFO E| Downloaded ryu v1.0.13
26522024-09-17T13:39:57.814Z[ helios-setup] Sep 17 13:39:56.741 INFO E| Downloaded slab v0.4.7
26532024-09-17T13:39:57.816Z[ helios-setup] Sep 17 13:39:56.744 INFO E| Downloaded sct v0.7.0
26542024-09-17T13:39:57.823Z[ helios-setup] Sep 17 13:39:56.750 INFO E| Downloaded const-random v0.1.15
26552024-09-17T13:39:57.825Z[ helios-setup] Sep 17 13:39:56.752 INFO E| Downloaded want v0.3.0
26562024-09-17T13:39:57.827Z[ helios-setup] Sep 17 13:39:56.754 INFO E| Downloaded serde_derive_internals v0.26.0
26572024-09-17T13:39:57.830Z[ helios-setup] Sep 17 13:39:56.757 INFO E| Downloaded project-root v0.2.2
26582024-09-17T13:39:57.832Z[ helios-setup] Sep 17 13:39:56.759 INFO E| Downloaded schemars_derive v0.8.12
26592024-09-17T13:39:57.837Z[ helios-setup] Sep 17 13:39:56.765 INFO E| Downloaded futures-io v0.3.28
26602024-09-17T13:39:57.840Z[ helios-setup] Sep 17 13:39:56.767 INFO E| Downloaded slog-bunyan v2.4.0
26612024-09-17T13:39:57.842Z[ helios-setup] Sep 17 13:39:56.770 INFO E| Downloaded dyn-clone v1.0.11
26622024-09-17T13:39:57.846Z[ helios-setup] Sep 17 13:39:56.774 INFO E| Downloaded tokio-macros v2.0.0
26632024-09-17T13:39:57.849Z[ helios-setup] Sep 17 13:39:56.776 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26642024-09-17T13:39:57.853Z[ helios-setup] Sep 17 13:39:56.781 INFO E| Downloaded paste v1.0.12
26652024-09-17T13:39:57.888Z[ helios-setup] Sep 17 13:39:56.815 INFO E| Downloaded toml_datetime v0.6.1
26662024-09-17T13:39:57.888Z[ helios-setup] Sep 17 13:39:56.815 INFO E| Downloaded tempfile v3.5.0
26672024-09-17T13:39:57.888Z[ helios-setup] Sep 17 13:39:56.815 INFO E| Downloaded tokio-rustls v0.24.0
26682024-09-17T13:39:57.888Z[ helios-setup] Sep 17 13:39:56.815 INFO E| Downloaded rustls-pemfile v1.0.2
26692024-09-17T13:39:57.893Z[ helios-setup] Sep 17 13:39:56.815 INFO E| Downloaded anyhow v1.0.68
26702024-09-17T13:39:57.893Z[ helios-setup] Sep 17 13:39:56.816 INFO E| Downloaded signal-hook-registry v1.4.0
26712024-09-17T13:39:57.893Z[ helios-setup] Sep 17 13:39:56.816 INFO E| Downloaded try-lock v0.2.4
26722024-09-17T13:39:57.893Z[ helios-setup] Sep 17 13:39:56.816 INFO E| Downloaded serde_spanned v0.6.1
26732024-09-17T13:39:57.893Z[ helios-setup] Sep 17 13:39:56.816 INFO E| Downloaded smawk v0.3.1
26742024-09-17T13:39:57.893Z[ helios-setup] Sep 17 13:39:56.816 INFO E| Downloaded semver-parser v0.10.2
26752024-09-17T13:39:57.893Z[ helios-setup] Sep 17 13:39:56.816 INFO E| Downloaded slog-async v2.7.0
26762024-09-17T13:39:57.896Z[ helios-setup] Sep 17 13:39:56.821 INFO E| Downloaded semver v1.0.17
26772024-09-17T13:39:57.896Z[ helios-setup] Sep 17 13:39:56.821 INFO E| Downloaded unicode-ident v1.0.8
26782024-09-17T13:39:57.899Z[ helios-setup] Sep 17 13:39:56.825 INFO E| Downloaded toml v0.7.3
26792024-09-17T13:39:57.903Z[ helios-setup] Sep 17 13:39:56.830 INFO E| Downloaded strsim v0.10.0
26802024-09-17T13:39:57.905Z[ helios-setup] Sep 17 13:39:56.832 INFO E| Downloaded terminal_size v0.2.6
26812024-09-17T13:39:57.907Z[ helios-setup] Sep 17 13:39:56.835 INFO E| Downloaded concolor-query v0.3.3
26822024-09-17T13:39:57.909Z[ helios-setup] Sep 17 13:39:56.837 INFO E| Downloaded time v0.1.45
26832024-09-17T13:39:57.912Z[ helios-setup] Sep 17 13:39:56.840 INFO E| Downloaded thiserror v1.0.38
26842024-09-17T13:39:57.920Z[ helios-setup] Sep 17 13:39:56.848 INFO E| Downloaded once_cell v1.17.0
26852024-09-17T13:39:57.924Z[ helios-setup] Sep 17 13:39:56.852 INFO E| Downloaded url v2.3.1
26862024-09-17T13:39:57.929Z[ helios-setup] Sep 17 13:39:56.857 INFO E| Downloaded tokio-tungstenite v0.18.0
26872024-09-17T13:39:57.933Z[ helios-setup] Sep 17 13:39:56.861 INFO E| Downloaded generic-array v0.14.6
26882024-09-17T13:39:57.936Z[ helios-setup] Sep 17 13:39:56.864 INFO E| Downloaded tungstenite v0.18.0
26892024-09-17T13:39:57.942Z[ helios-setup] Sep 17 13:39:56.870 INFO E| Downloaded unicode-bidi v0.3.13
26902024-09-17T13:39:57.947Z[ helios-setup] Sep 17 13:39:56.875 INFO E| Downloaded uuid v1.3.0
26912024-09-17T13:39:57.955Z[ helios-setup] Sep 17 13:39:56.883 INFO E| Downloaded ucd-trie v0.1.5
26922024-09-17T13:39:57.958Z[ helios-setup] Sep 17 13:39:56.886 INFO E| Downloaded unsafe-libyaml v0.2.8
26932024-09-17T13:39:57.966Z[ helios-setup] Sep 17 13:39:56.894 INFO E| Downloaded unicode-linebreak v0.1.4
26942024-09-17T13:39:57.969Z[ helios-setup] Sep 17 13:39:56.897 INFO E| Downloaded toml_edit v0.19.8
26952024-09-17T13:39:57.999Z[ helios-setup] Sep 17 13:39:56.926 INFO E| Downloaded winnow v0.4.1
26962024-09-17T13:39:58.012Z[ helios-setup] Sep 17 13:39:56.939 INFO E| Downloaded parking_lot v0.12.1
26972024-09-17T13:39:58.015Z[ helios-setup] Sep 17 13:39:56.942 INFO E| Downloaded serde_json v1.0.95
26982024-09-17T13:39:58.027Z[ helios-setup] Sep 17 13:39:56.954 INFO E| Downloaded log v0.4.17
26992024-09-17T13:39:58.030Z[ helios-setup] Sep 17 13:39:56.958 INFO E| Downloaded syn v2.0.72
27002024-09-17T13:39:58.050Z[ helios-setup] Sep 17 13:39:56.977 INFO E| Downloaded rhai_codegen v1.5.0
27012024-09-17T13:39:58.063Z[ helios-setup] Sep 17 13:39:56.990 INFO E| Downloaded bytes v1.4.0
27022024-09-17T13:39:58.069Z[ helios-setup] Sep 17 13:39:56.996 INFO E| Downloaded tokio v1.27.0
27032024-09-17T13:39:58.121Z[ helios-setup] Sep 17 13:39:57.049 INFO E| Downloaded rayon-core v1.10.2
27042024-09-17T13:39:58.127Z[ helios-setup] Sep 17 13:39:57.055 INFO E| Downloaded memchr v2.5.0
27052024-09-17T13:39:58.134Z[ helios-setup] Sep 17 13:39:57.061 INFO E| Downloaded crossbeam-epoch v0.9.13
27062024-09-17T13:39:58.138Z[ helios-setup] Sep 17 13:39:57.066 INFO E| Downloaded miniz_oxide v0.6.2
27072024-09-17T13:39:58.142Z[ helios-setup] Sep 17 13:39:57.070 INFO E| Downloaded aho-corasick v0.7.20
27082024-09-17T13:39:58.148Z[ helios-setup] Sep 17 13:39:57.076 INFO E| Downloaded num-traits v0.2.15
27092024-09-17T13:39:58.154Z[ helios-setup] Sep 17 13:39:57.081 INFO E| Downloaded mio v0.8.5
27102024-09-17T13:39:58.162Z[ helios-setup] Sep 17 13:39:57.090 INFO E| Downloaded crossbeam-channel v0.5.6
27112024-09-17T13:39:58.170Z[ helios-setup] Sep 17 13:39:57.097 INFO E| Downloaded flate2 v1.0.25
27122024-09-17T13:39:58.178Z[ helios-setup] Sep 17 13:39:57.106 INFO E| Downloaded base64 v0.21.0
27132024-09-17T13:39:58.185Z[ helios-setup] Sep 17 13:39:57.113 INFO E| Downloaded pest v2.5.7
27142024-09-17T13:39:58.193Z[ helios-setup] Sep 17 13:39:57.121 INFO E| Downloaded http v0.2.9
27152024-09-17T13:39:58.224Z[ helios-setup] Sep 17 13:39:57.147 INFO E| Downloaded pin-project-lite v0.2.9
27162024-09-17T13:39:58.224Z[ helios-setup] Sep 17 13:39:57.147 INFO E| Downloaded futures v0.3.28
27172024-09-17T13:39:58.224Z[ helios-setup] Sep 17 13:39:57.147 INFO E| Downloaded futures-util v0.3.28
27182024-09-17T13:39:58.238Z[ helios-setup] Sep 17 13:39:57.165 INFO E| Downloaded syn v1.0.107
27192024-09-17T13:39:58.255Z[ helios-setup] Sep 17 13:39:57.182 INFO E| Downloaded serde_tokenstream v0.2.0
27202024-09-17T13:39:58.261Z[ helios-setup] Sep 17 13:39:57.188 INFO E| Downloaded percent-encoding v2.2.0
27212024-09-17T13:39:58.263Z[ helios-setup] Sep 17 13:39:57.190 INFO E| Downloaded clap_builder v4.2.1
27222024-09-17T13:39:58.272Z[ helios-setup] Sep 17 13:39:57.200 INFO E| Downloaded parking_lot_core v0.9.6
27232024-09-17T13:39:58.275Z[ helios-setup] Sep 17 13:39:57.203 INFO E| Downloaded reqwest v0.11.16
27242024-09-17T13:39:58.291Z[ helios-setup] Sep 17 13:39:57.213 INFO E| Downloaded h2 v0.3.16
27252024-09-17T13:39:58.298Z[ helios-setup] Sep 17 13:39:57.222 INFO E| Downloaded num_cpus v1.15.0
27262024-09-17T13:39:58.305Z[ helios-setup] Sep 17 13:39:57.227 INFO E| Downloaded rayon v1.6.1
27272024-09-17T13:39:58.314Z[ helios-setup] Sep 17 13:39:57.242 INFO E| Downloaded hyper v0.14.25
27282024-09-17T13:39:58.328Z[ helios-setup] Sep 17 13:39:57.256 INFO E| Downloaded chrono v0.4.24
27292024-09-17T13:39:58.340Z[ helios-setup] Sep 17 13:39:57.268 INFO E| Downloaded regress v0.5.0
27302024-09-17T13:39:58.353Z[ helios-setup] Sep 17 13:39:57.281 INFO E| Downloaded git2 v0.16.1
27312024-09-17T13:39:58.365Z[ helios-setup] Sep 17 13:39:57.292 INFO E| Downloaded regex v1.7.3
27322024-09-17T13:39:58.378Z[ helios-setup] Sep 17 13:39:57.305 INFO E| Downloaded cc v1.0.78
27332024-09-17T13:39:58.382Z[ helios-setup] Sep 17 13:39:57.310 INFO E| Downloaded rustls v0.21.0
27342024-09-17T13:39:58.401Z[ helios-setup] Sep 17 13:39:57.329 INFO E| Downloaded rustix v0.37.3
27352024-09-17T13:39:58.432Z[ helios-setup] Sep 17 13:39:57.360 INFO E| Downloaded rhai v1.14.0
27362024-09-17T13:39:58.450Z[ helios-setup] Sep 17 13:39:57.378 INFO E| Downloaded openapiv3 v1.0.2
27372024-09-17T13:39:58.465Z[ helios-setup] Sep 17 13:39:57.392 INFO E| Downloaded lock_api v0.4.9
27382024-09-17T13:39:58.467Z[ helios-setup] Sep 17 13:39:57.395 INFO E| Downloaded ipnet v2.7.2
27392024-09-17T13:39:58.470Z[ helios-setup] Sep 17 13:39:57.397 INFO E| Downloaded getrandom v0.2.8
27402024-09-17T13:39:58.473Z[ helios-setup] Sep 17 13:39:57.400 INFO E| Downloaded futures-channel v0.3.28
27412024-09-17T13:39:58.475Z[ helios-setup] Sep 17 13:39:57.403 INFO E| Downloaded unicode-normalization v0.1.22
27422024-09-17T13:39:58.480Z[ helios-setup] Sep 17 13:39:57.408 INFO E| Downloaded tokio-util v0.7.7
27432024-09-17T13:39:58.490Z[ helios-setup] Sep 17 13:39:57.417 INFO E| Downloaded iana-time-zone v0.1.56
27442024-09-17T13:39:58.493Z[ helios-setup] Sep 17 13:39:57.420 INFO E| Downloaded libc v0.2.139
27452024-09-17T13:39:58.534Z[ helios-setup] Sep 17 13:39:57.461 INFO E| Downloaded serde_path_to_error v0.1.11
27462024-09-17T13:39:58.536Z[ helios-setup] Sep 17 13:39:57.464 INFO E| Downloaded crossbeam-utils v0.8.14
27472024-09-17T13:39:58.540Z[ helios-setup] Sep 17 13:39:57.468 INFO E| Downloaded cargo-lock v8.0.3
27482024-09-17T13:39:58.546Z[ helios-setup] Sep 17 13:39:57.474 INFO E| Downloaded tracing v0.1.37
27492024-09-17T13:39:58.552Z[ helios-setup] Sep 17 13:39:57.479 INFO E| Downloaded proc-macro-crate v1.2.1
27502024-09-17T13:39:58.554Z[ helios-setup] Sep 17 13:39:57.481 INFO E| Downloaded num-integer v0.1.45
27512024-09-17T13:39:58.557Z[ helios-setup] Sep 17 13:39:57.484 INFO E| Downloaded async-trait v0.1.68
27522024-09-17T13:39:58.561Z[ helios-setup] Sep 17 13:39:57.488 INFO E| Downloaded num_enum_derive v0.5.7
27532024-09-17T13:39:58.563Z[ helios-setup] Sep 17 13:39:57.490 INFO E| Downloaded lazy_static v1.4.0
27542024-09-17T13:39:58.566Z[ helios-setup] Sep 17 13:39:57.492 INFO E| Downloaded ahash v0.8.3
27552024-09-17T13:39:58.569Z[ helios-setup] Sep 17 13:39:57.496 INFO E| Downloaded schemars v0.8.12
27562024-09-17T13:39:58.586Z[ helios-setup] Sep 17 13:39:57.513 INFO E| Downloaded clap v4.2.1
27572024-09-17T13:39:58.599Z[ helios-setup] Sep 17 13:39:57.526 INFO E| Downloaded io-lifetimes v1.0.10
27582024-09-17T13:39:58.604Z[ helios-setup] Sep 17 13:39:57.532 INFO E| Downloaded anstyle-parse v0.1.1
27592024-09-17T13:39:58.607Z[ helios-setup] Sep 17 13:39:57.535 INFO E| Downloaded rustls-webpki v0.100.1
27602024-09-17T13:39:58.617Z[ helios-setup] Sep 17 13:39:57.545 INFO E| Downloaded serde_yaml v0.9.21
27612024-09-17T13:39:58.624Z[ helios-setup] Sep 17 13:39:57.551 INFO E| Downloaded itoa v1.0.6
27622024-09-17T13:39:58.626Z[ helios-setup] Sep 17 13:39:57.553 INFO E| Downloaded httpdate v1.0.2
27632024-09-17T13:39:58.629Z[ helios-setup] Sep 17 13:39:57.555 INFO E| Downloaded futures-task v0.3.28
27642024-09-17T13:39:58.631Z[ helios-setup] Sep 17 13:39:57.557 INFO E| Downloaded futures-macro v0.3.28
27652024-09-17T13:39:58.631Z[ helios-setup] Sep 17 13:39:57.559 INFO E| Downloaded either v1.8.0
27662024-09-17T13:39:58.634Z[ helios-setup] Sep 17 13:39:57.561 INFO E| Downloaded futures-executor v0.3.28
27672024-09-17T13:39:58.636Z[ host-package] Compiling cargo-platform v0.1.8
27682024-09-17T13:39:58.638Z[ helios-setup] Sep 17 13:39:57.563 INFO E| Downloaded fastrand v1.9.0
27692024-09-17T13:39:58.638Z[ helios-setup] Sep 17 13:39:57.565 INFO E| Downloaded tracing-core v0.1.30
27702024-09-17T13:39:58.654Z[ helios-setup] Sep 17 13:39:57.582 INFO E| Downloaded smallvec v1.10.0
27712024-09-17T13:39:58.657Z[ helios-setup] Sep 17 13:39:57.585 INFO E| Downloaded digest v0.10.6
27722024-09-17T13:39:58.659Z[ helios-setup] Sep 17 13:39:57.587 INFO E| Downloaded cpufeatures v0.2.5
27732024-09-17T13:39:58.662Z[ helios-setup] Sep 17 13:39:57.589 INFO E| Downloaded textwrap v0.16.0
27742024-09-17T13:39:58.665Z[ helios-setup] Sep 17 13:39:57.592 INFO E| Downloaded clap_lex v0.4.1
27752024-09-17T13:39:58.667Z[ helios-setup] Sep 17 13:39:57.593 INFO E| Downloaded socket2 v0.4.9
27762024-09-17T13:39:58.671Z[ helios-setup] Sep 17 13:39:57.596 INFO E| Downloaded ahash v0.7.6
27772024-09-17T13:39:58.673Z[ helios-setup] Sep 17 13:39:57.600 INFO E| Downloaded semver v0.11.0
27782024-09-17T13:39:58.675Z[ helios-setup] Sep 17 13:39:57.602 INFO E| Downloaded rustfmt-wrapper v0.2.0
27792024-09-17T13:39:58.678Z[ helios-setup] Sep 17 13:39:57.603 INFO E| Downloaded anstream v0.2.6
27802024-09-17T13:39:58.680Z[ helios-setup] Sep 17 13:39:57.606 INFO E| Downloaded sha1 v0.10.5
27812024-09-17T13:39:58.682Z[ helios-setup] Sep 17 13:39:57.608 INFO E| Downloaded memoffset v0.7.1
27822024-09-17T13:39:58.682Z[ helios-setup] Sep 17 13:39:57.610 INFO E| Downloaded jobserver v0.1.26
27832024-09-17T13:39:58.685Z[ helios-setup] Sep 17 13:39:57.612 INFO E| Downloaded is-terminal v0.4.7
27842024-09-17T13:39:58.687Z[ helios-setup] Sep 17 13:39:57.613 INFO E| Downloaded home v0.5.4
27852024-09-17T13:39:58.687Z[ helios-setup] Sep 17 13:39:57.615 INFO E| Downloaded const-random-macro v0.1.15
27862024-09-17T13:39:58.690Z[ helios-setup] Sep 17 13:39:57.616 INFO E| Downloaded thiserror-impl v1.0.38
27872024-09-17T13:39:58.690Z[ helios-setup] Sep 17 13:39:57.617 INFO E| Downloaded sha2 v0.10.6
27882024-09-17T13:39:58.693Z[ helios-setup] Sep 17 13:39:57.621 INFO E| Downloaded scopeguard v1.1.0
27892024-09-17T13:39:58.695Z[ helios-setup] Sep 17 13:39:57.622 INFO E| Downloaded num_enum v0.5.7
27902024-09-17T13:39:58.701Z[ helios-setup] Sep 17 13:39:57.629 INFO E| Downloaded pkg-config v0.3.26
27912024-09-17T13:39:58.704Z[ helios-setup] Sep 17 13:39:57.632 INFO E| Downloaded http-body v0.4.5
27922024-09-17T13:39:58.706Z[ helios-setup] Sep 17 13:39:57.634 INFO E| Downloaded block-buffer v0.10.3
27932024-09-17T13:39:58.709Z[ helios-setup] Sep 17 13:39:57.636 INFO E| Downloaded smartstring v1.0.1
27942024-09-17T13:39:58.712Z[ helios-setup] Sep 17 13:39:57.640 INFO E| Downloaded clap_derive v4.2.0
27952024-09-17T13:39:58.716Z[ helios-setup] Sep 17 13:39:57.644 INFO E| Downloaded encoding_rs v0.8.32
27962024-09-17T13:39:58.756Z[ helios-setup] Sep 17 13:39:57.683 INFO E| Downloaded bincode v1.3.3
27972024-09-17T13:39:58.759Z[ helios-setup] Sep 17 13:39:57.687 INFO E| Downloaded built v0.6.0
27982024-09-17T13:39:58.762Z[ helios-setup] Sep 17 13:39:57.689 INFO E| Downloaded futures-core v0.3.28
27992024-09-17T13:39:58.764Z[ helios-setup] Sep 17 13:39:57.692 INFO E| Downloaded form_urlencoded v1.1.0
28002024-09-17T13:39:58.767Z[ helios-setup] Sep 17 13:39:57.694 INFO E| Downloaded crossbeam-deque v0.8.2
28012024-09-17T13:39:58.769Z[ helios-setup] Sep 17 13:39:57.696 INFO E| Downloaded camino v1.1.4
28022024-09-17T13:39:58.772Z[ helios-setup] Sep 17 13:39:57.699 INFO E| Downloaded toolchain_find v0.2.0
28032024-09-17T13:39:58.811Z[ helios-setup] Sep 17 13:39:57.738 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28042024-09-17T13:39:58.988Z[ helios-setup] Sep 17 13:39:57.915 INFO E| Downloaded libz-sys v1.1.8
28052024-09-17T13:39:59.326Z[ host-package] Compiling nanorand v0.7.0
28062024-09-17T13:39:59.423Z[ helios-setup] Sep 17 13:39:58.350 INFO E| Compiling proc-macro2 v1.0.86
28072024-09-17T13:39:59.423Z[ helios-setup] Sep 17 13:39:58.350 INFO E| Compiling libc v0.2.139
28082024-09-17T13:39:59.426Z[ helios-setup] Sep 17 13:39:58.350 INFO E| Compiling unicode-ident v1.0.8
28092024-09-17T13:39:59.426Z[ helios-setup] Sep 17 13:39:58.350 INFO E| Compiling autocfg v1.1.0
28102024-09-17T13:39:59.426Z[ helios-setup] Sep 17 13:39:58.351 INFO E| Compiling cfg-if v1.0.0
28112024-09-17T13:39:59.426Z[ helios-setup] Sep 17 13:39:58.351 INFO E| Compiling version_check v0.9.4
28122024-09-17T13:39:59.426Z[ helios-setup] Sep 17 13:39:58.351 INFO E| Compiling serde v1.0.204
28132024-09-17T13:39:59.426Z[ helios-setup] Sep 17 13:39:58.351 INFO E| Compiling syn v1.0.107
28142024-09-17T13:39:59.915Z[ helios-setup] Sep 17 13:39:58.842 INFO E| Compiling memchr v2.5.0
28152024-09-17T13:40:00.673Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28162024-09-17T13:40:01.018Z[ helios-setup] Sep 17 13:39:59.945 INFO E| Compiling once_cell v1.17.0
28172024-09-17T13:40:01.028Z[ host-package] Compiling memoffset v0.9.1
28182024-09-17T13:40:01.156Z[ helios-setup] Sep 17 13:40:00.083 INFO E| Compiling thiserror v1.0.38
28192024-09-17T13:40:01.306Z[ helios-setup] Sep 17 13:40:00.233 INFO E| Compiling log v0.4.17
28202024-09-17T13:40:01.978Z[ helios-setup] Sep 17 13:40:00.905 INFO E| Compiling itoa v1.0.6
28212024-09-17T13:40:02.133Z[ host-package] Compiling ascii v1.1.0
28222024-09-17T13:40:02.180Z[ helios-setup] Sep 17 13:40:01.107 INFO E| Compiling serde_json v1.0.95
28232024-09-17T13:40:02.486Z[ helios-setup] Sep 17 13:40:01.413 INFO E| Compiling quote v1.0.36
28242024-09-17T13:40:03.271Z[ helios-setup] Sep 17 13:40:02.198 INFO E| Compiling syn v2.0.72
28252024-09-17T13:40:03.735Z[ helios-setup] Sep 17 13:40:02.662 INFO E| Compiling getrandom v0.2.8
28262024-09-17T13:40:03.735Z[ helios-setup] Sep 17 13:40:02.662 INFO E| Compiling jobserver v0.1.26
28272024-09-17T13:40:03.994Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28282024-09-17T13:40:04.238Z[ helios-setup] Sep 17 13:40:03.165 INFO E| Compiling indexmap v1.9.3
28292024-09-17T13:40:04.528Z[ helios-setup] Sep 17 13:40:03.455 INFO E| Compiling cc v1.0.78
28302024-09-17T13:40:05.013Z[ helios-setup] Sep 17 13:40:03.940 INFO E| Compiling pin-project-lite v0.2.9
28312024-09-17T13:40:05.072Z[ helios-setup] Sep 17 13:40:03.998 INFO E| Compiling scopeguard v1.1.0
28322024-09-17T13:40:05.131Z[ helios-setup] Sep 17 13:40:04.056 INFO E| Compiling num-integer v0.1.45
28332024-09-17T13:40:05.320Z[ helios-setup] Sep 17 13:40:04.247 INFO E| Compiling futures-core v0.3.28
28342024-09-17T13:40:05.412Z[ helios-setup] Sep 17 13:40:04.338 INFO E| Compiling bytes v1.4.0
28352024-09-17T13:40:05.872Z[ helios-setup] Sep 17 13:40:04.798 INFO E| Compiling ryu v1.0.13
28362024-09-17T13:40:06.373Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28372024-09-17T13:40:07.012Z[ host-package] Compiling flume v0.11.0
28382024-09-17T13:40:07.127Z[ helios-setup] Sep 17 13:40:06.053 INFO E| Compiling lock_api v0.4.9
28392024-09-17T13:40:07.215Z[ helios-setup] Sep 17 13:40:06.142 INFO E| Compiling parking_lot_core v0.9.6
28402024-09-17T13:40:07.518Z[ helios-setup] Sep 17 13:40:06.445 INFO E| Compiling typenum v1.16.0
28412024-09-17T13:40:07.882Z[ helios-setup] Sep 17 13:40:06.807 INFO E| Compiling bitflags v1.3.2
28422024-09-17T13:40:08.542Z[ host-package] Compiling cargo_metadata v0.18.1
28432024-09-17T13:40:08.576Z[ helios-setup] Sep 17 13:40:07.503 INFO E| Compiling num_cpus v1.15.0
28442024-09-17T13:40:08.579Z[ helios-setup] Sep 17 13:40:07.503 INFO E| Compiling generic-array v0.14.6
28452024-09-17T13:40:08.758Z[ helios-setup] Sep 17 13:40:07.684 INFO E| Compiling slab v0.4.7
28462024-09-17T13:40:08.869Z[ helios-setup] Sep 17 13:40:07.795 INFO E| Compiling futures-channel v0.3.28
28472024-09-17T13:40:09.042Z[ helios-setup] Sep 17 13:40:07.968 INFO E| Compiling futures-task v0.3.28
28482024-09-17T13:40:09.074Z[ host-package] Compiling bitstruct v0.1.1
28492024-09-17T13:40:09.345Z[ helios-setup] Sep 17 13:40:08.271 INFO E| Compiling futures-sink v0.3.28
28502024-09-17T13:40:09.409Z[ host-package] Compiling env_logger v0.11.5
28512024-09-17T13:40:09.883Z[ helios-setup] Sep 17 13:40:08.809 INFO E| Compiling tokio v1.27.0
28522024-09-17T13:40:09.885Z[ helios-setup] Sep 17 13:40:08.810 INFO E| Compiling futures-util v0.3.28
28532024-09-17T13:40:10.126Z[ helios-setup] Sep 17 13:40:09.051 INFO E| Compiling schemars v0.8.12
28542024-09-17T13:40:11.143Z[ helios-setup] Sep 17 13:40:10.068 INFO E| Compiling mio v0.8.5
28552024-09-17T13:40:11.204Z[ helios-setup] Sep 17 13:40:10.130 INFO E| Compiling socket2 v0.4.9
28562024-09-17T13:40:11.506Z[ helios-setup] Sep 17 13:40:10.432 INFO E| Compiling signal-hook-registry v1.4.0
28572024-09-17T13:40:11.730Z[ helios-setup] Sep 17 13:40:10.655 INFO E| Compiling ahash v0.7.6
28582024-09-17T13:40:11.732Z[ helios-setup] Sep 17 13:40:10.656 INFO E| Compiling num-traits v0.2.15
28592024-09-17T13:40:12.294Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602024-09-17T13:40:12.357Z[ host-package] Compiling p384 v0.13.0
28612024-09-17T13:40:12.862Z[ helios-setup] Sep 17 13:40:11.787 INFO E| Compiling futures-io v0.3.28
28622024-09-17T13:40:13.137Z[ helios-setup] Sep 17 13:40:12.063 INFO E| Compiling pin-utils v0.1.0
28632024-09-17T13:40:13.675Z[ helios-setup] Sep 17 13:40:12.601 INFO E| Compiling crunchy v0.2.2
28642024-09-17T13:40:13.778Z[ helios-setup] Sep 17 13:40:12.704 INFO E| Compiling io-lifetimes v1.0.10
28652024-09-17T13:40:14.009Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28662024-09-17T13:40:14.828Z[ helios-setup] Sep 17 13:40:13.754 INFO E| Compiling ahash v0.8.3
28672024-09-17T13:40:14.908Z[ host-package] Compiling git2 v0.19.0
28682024-09-17T13:40:15.065Z[ helios-setup] Sep 17 13:40:13.990 INFO E| Compiling serde_derive_internals v0.26.0
28692024-09-17T13:40:15.825Z[ helios-setup] Sep 17 13:40:14.750 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28702024-09-17T13:40:16.039Z[ helios-setup] Sep 17 13:40:14.964 INFO E| Compiling tiny-keccak v2.0.2
28712024-09-17T13:40:16.181Z[ helios-setup] Sep 17 13:40:15.106 INFO E| Compiling hashbrown v0.12.3
28722024-09-17T13:40:16.573Z[ helios-setup] Sep 17 13:40:15.498 INFO E| Compiling rustix v0.37.3
28732024-09-17T13:40:16.868Z[ helios-setup] Sep 17 13:40:15.793 INFO E| Compiling block-buffer v0.10.3
28742024-09-17T13:40:17.596Z[ helios-setup] Sep 17 13:40:16.513 INFO E| Compiling crypto-common v0.1.6
28752024-09-17T13:40:19.054Z[ helios-setup] Sep 17 13:40:17.978 INFO E| Compiling errno v0.3.1
28762024-09-17T13:40:19.279Z[ helios-setup] Sep 17 13:40:18.203 INFO E| Compiling crossbeam-utils v0.8.14
28772024-09-17T13:40:19.382Z[ helios-setup] Sep 17 13:40:18.306 INFO E| Compiling pkg-config v0.3.26
28782024-09-17T13:40:19.446Z[ helios-setup] Sep 17 13:40:18.371 INFO E| Compiling fnv v1.0.7
28792024-09-17T13:40:19.779Z[ helios-setup] Sep 17 13:40:18.704 INFO E| Compiling slog v2.7.0
28802024-09-17T13:40:20.038Z[ helios-setup] Sep 17 13:40:18.963 INFO E| Compiling http v0.2.9
28812024-09-17T13:40:22.121Z[ helios-setup] Sep 17 13:40:21.045 INFO E| Compiling digest v0.10.6
28822024-09-17T13:40:22.651Z[ helios-setup] Sep 17 13:40:21.575 INFO E| Compiling aho-corasick v0.7.20
28832024-09-17T13:40:22.864Z[ helios-setup] Sep 17 13:40:21.788 INFO E| Compiling cpufeatures v0.2.5
28842024-09-17T13:40:23.109Z[ helios-setup] Sep 17 13:40:22.033 INFO E| Compiling httparse v1.8.0
28852024-09-17T13:40:23.419Z[ helios-setup] Sep 17 13:40:22.344 INFO E| Compiling heck v0.4.1
28862024-09-17T13:40:23.893Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28872024-09-17T13:40:24.401Z[ helios-setup] Sep 17 13:40:23.325 INFO E| Compiling unicode-width v0.1.10
28882024-09-17T13:40:24.769Z[ helios-setup] Sep 17 13:40:23.693 INFO E| Compiling tinyvec_macros v0.1.1
28892024-09-17T13:40:25.095Z[ helios-setup] Sep 17 13:40:24.019 INFO E| Compiling anyhow v1.0.68
28902024-09-17T13:40:25.166Z[ helios-setup] Sep 17 13:40:24.090 INFO E| Compiling thiserror-impl v1.0.38
28912024-09-17T13:40:25.395Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28922024-09-17T13:40:25.491Z[ helios-setup] Sep 17 13:40:24.399 INFO E| Compiling schemars_derive v0.8.12
28932024-09-17T13:40:25.584Z[ helios-setup] Sep 17 13:40:24.507 INFO E| Compiling percent-encoding v2.2.0
28942024-09-17T13:40:26.203Z[ helios-setup] Sep 17 13:40:25.126 INFO E| Compiling regex-syntax v0.6.29
28952024-09-17T13:40:26.357Z[ helios-setup] Sep 17 13:40:25.280 INFO E| Compiling serde_derive v1.0.204
28962024-09-17T13:40:26.432Z[ helios-setup] Sep 17 13:40:25.356 INFO E| Compiling futures-macro v0.3.28
28972024-09-17T13:40:26.873Z[ helios-setup] Sep 17 13:40:25.797 INFO E| Compiling tokio-macros v2.0.0
28982024-09-17T13:40:27.752Z[ helios-setup] Sep 17 13:40:26.676 INFO E| Compiling const-random-macro v0.1.15
28992024-09-17T13:40:28.448Z[ helios-setup] Sep 17 13:40:27.371 INFO E| Compiling form_urlencoded v1.1.0
29002024-09-17T13:40:29.789Z[ helios-setup] Sep 17 13:40:28.712 INFO E| Compiling tinyvec v1.6.0
29012024-09-17T13:40:30.095Z[ helios-setup] Sep 17 13:40:29.018 INFO E| Compiling hashbrown v0.13.2
29022024-09-17T13:40:32.222Z[ helios-setup] Sep 17 13:40:31.145 INFO E| Compiling libz-sys v1.1.8
29032024-09-17T13:40:32.344Z[ host-package] Compiling tokio-tungstenite v0.20.1
29042024-09-17T13:40:32.853Z[ helios-setup] Sep 17 13:40:31.776 INFO E| Compiling regex v1.7.3
29052024-09-17T13:40:33.258Z[ helios-setup] Sep 17 13:40:32.181 INFO E| Compiling chrono v0.4.24
29062024-09-17T13:40:33.769Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29072024-09-17T13:40:36.362Z[ helios-setup] Sep 17 13:40:35.285 INFO E| Compiling dyn-clone v1.0.11
29082024-09-17T13:40:36.438Z[ helios-setup] Sep 17 13:40:35.361 INFO E| Compiling uuid v1.3.0
29092024-09-17T13:40:37.165Z[ helios-setup] Sep 17 13:40:36.087 INFO E| Compiling unicode-normalization v0.1.22
29102024-09-17T13:40:37.392Z[ helios-setup] Sep 17 13:40:36.314 INFO E| Compiling regress v0.5.0
29112024-09-17T13:40:37.548Z[ helios-setup] Sep 17 13:40:36.468 INFO E| Compiling const-random v0.1.15
29122024-09-17T13:40:39.447Z[ helios-setup] Sep 17 13:40:38.369 INFO E| Compiling getopts v0.2.21
29132024-09-17T13:40:40.039Z[ helios-setup] Sep 17 13:40:38.961 INFO E| Compiling tracing-core v0.1.30
29142024-09-17T13:40:40.151Z[ helios-setup] Sep 17 13:40:39.073 INFO E| Compiling memoffset v0.7.1
29152024-09-17T13:40:40.764Z[ helios-setup] Sep 17 13:40:39.685 INFO E| Compiling powerfmt v0.2.0
29162024-09-17T13:40:41.785Z[ helios-setup] Sep 17 13:40:40.706 INFO E| Compiling num-conv v0.1.0
29172024-09-17T13:40:42.280Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29182024-09-17T13:40:42.583Z[ helios-setup] Sep 17 13:40:41.504 INFO E| Compiling unicode-bidi v0.3.13
29192024-09-17T13:40:42.709Z[ helios-setup] Sep 17 13:40:41.631 INFO E| Compiling time-core v0.1.2
29202024-09-17T13:40:45.091Z[ helios-setup] Sep 17 13:40:44.012 INFO E| Compiling ucd-trie v0.1.5
29212024-09-17T13:40:45.253Z[ host-package] Compiling atomicwrites v0.4.3
29222024-09-17T13:40:45.443Z[ helios-setup] Sep 17 13:40:44.364 INFO E| Compiling idna v0.3.0
29232024-09-17T13:40:45.709Z[ helios-setup] Sep 17 13:40:44.630 INFO E| Compiling pest v2.5.7
29242024-09-17T13:40:46.096Z[ helios-setup] Sep 17 13:40:45.017 INFO E| Compiling time-macros v0.2.18
29252024-09-17T13:40:46.375Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29262024-09-17T13:40:46.801Z[ helios-setup] Sep 17 13:40:45.721 INFO E| Compiling tracing v0.1.37
29272024-09-17T13:40:48.839Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29282024-09-17T13:40:48.951Z[ helios-setup] Sep 17 13:40:47.872 INFO E| Compiling deranged v0.3.11
29292024-09-17T13:40:51.847Z[ helios-setup] Sep 17 13:40:50.767 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29302024-09-17T13:40:52.062Z[ helios-setup] Sep 17 13:40:50.982 INFO E| Compiling time v0.1.45
29312024-09-17T13:40:52.223Z[ host-package] Compiling libsqlite3-sys v0.28.0
29322024-09-17T13:40:52.773Z[ helios-setup] Sep 17 13:40:51.693 INFO E| Compiling crossbeam-epoch v0.9.13
29332024-09-17T13:40:53.508Z[ host-package] Compiling serde_arrays v0.1.0
29342024-09-17T13:40:53.875Z[ helios-setup] Sep 17 13:40:52.795 INFO E| Compiling num_threads v0.1.6
29352024-09-17T13:40:53.946Z[ helios-setup] Sep 17 13:40:52.866 INFO E| Compiling iana-time-zone v0.1.56
29362024-09-17T13:40:54.230Z[ host-package] Compiling erased-serde v0.3.31
29372024-09-17T13:40:54.606Z[ helios-setup] Sep 17 13:40:53.526 INFO E| Compiling smallvec v1.10.0
29382024-09-17T13:40:54.778Z[ helios-setup] Sep 17 13:40:53.698 INFO E| Compiling toml v0.5.11
29392024-09-17T13:40:55.660Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29402024-09-17T13:40:56.594Z[ helios-setup] Sep 17 13:40:55.514 INFO E| Compiling parking_lot v0.12.1
29412024-09-17T13:40:56.809Z[ host-package] Compiling cfg_aliases v0.2.1
29422024-09-17T13:40:57.215Z[ host-package] Compiling nix v0.29.0
29432024-09-17T13:40:57.360Z[ helios-setup] Sep 17 13:40:56.277 INFO E| Compiling serde_tokenstream v0.2.0
29442024-09-17T13:40:58.042Z[ helios-setup] Sep 17 13:40:56.961 INFO E| Compiling semver v1.0.17
29452024-09-17T13:40:58.382Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29462024-09-17T13:40:59.018Z[ host-package] Compiling tokio-rustls v0.26.0
29472024-09-17T13:40:59.537Z[ helios-setup] Sep 17 13:40:58.456 INFO E| Compiling time v0.3.36
29482024-09-17T13:41:00.644Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492024-09-17T13:41:01.666Z[ helios-setup] Sep 17 13:41:00.585 INFO E| Compiling semver-parser v0.10.2
29502024-09-17T13:41:04.989Z[ helios-setup] Sep 17 13:41:03.907 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29512024-09-17T13:41:05.777Z[ helios-setup] Sep 17 13:41:04.696 INFO E| Compiling url v2.3.1
29522024-09-17T13:41:08.152Z[ helios-setup] Sep 17 13:41:07.069 INFO E| Compiling crossbeam-channel v0.5.6
29532024-09-17T13:41:08.764Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29542024-09-17T13:41:09.773Z[ helios-setup] Sep 17 13:41:08.691 INFO E| Compiling dirs-sys-next v0.1.2
29552024-09-17T13:41:10.935Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29562024-09-17T13:41:11.932Z[ helios-setup] Sep 17 13:41:10.850 INFO E| Compiling same-file v1.0.6
29572024-09-17T13:41:12.581Z[ helios-setup] Sep 17 13:41:11.499 INFO E| Compiling try-lock v0.2.4
29582024-09-17T13:41:12.730Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29592024-09-17T13:41:12.779Z[ helios-setup] Sep 17 13:41:11.686 INFO E| Compiling crc32fast v1.3.2
29602024-09-17T13:41:12.829Z[ helios-setup] Sep 17 13:41:11.746 INFO E| Compiling want v0.3.0
29612024-09-17T13:41:12.974Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29622024-09-17T13:41:13.671Z[ host-package] Compiling heck v0.3.3
29632024-09-17T13:41:14.452Z[ helios-setup] Sep 17 13:41:13.370 INFO E| Compiling walkdir v2.3.3
29642024-09-17T13:41:14.783Z[ host-package] Compiling castaway v0.2.3
29652024-09-17T13:41:15.242Z[ helios-setup] Sep 17 13:41:14.159 INFO E| Compiling tokio-util v0.7.7
29662024-09-17T13:41:15.375Z[ host-package] Compiling rand_seeder v0.3.0
29672024-09-17T13:41:16.091Z[ helios-setup] Sep 17 13:41:15.007 INFO E| Compiling dirs-next v2.0.0
29682024-09-17T13:41:16.120Z[ host-package] Compiling csv-core v0.1.11
29692024-09-17T13:41:16.271Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
29702024-09-17T13:41:17.483Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29712024-09-17T13:41:18.365Z[ host-package] Compiling http-range v0.1.5
29722024-09-17T13:41:18.854Z[ helios-setup] Sep 17 13:41:17.771 INFO E| Compiling h2 v0.3.16
29732024-09-17T13:41:19.545Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29742024-09-17T13:41:19.645Z[ helios-setup] Sep 17 13:41:18.561 INFO E| Compiling semver v0.11.0
29752024-09-17T13:41:20.091Z[ helios-setup] Sep 17 13:41:19.008 INFO E| Compiling proc-macro-crate v1.2.1
29762024-09-17T13:41:21.699Z[ host-package] Compiling hyper-staticfile v0.9.5
29772024-09-17T13:41:22.033Z[ helios-setup] Sep 17 13:41:20.949 INFO E| Compiling futures-executor v0.3.28
29782024-09-17T13:41:22.180Z[ helios-setup] Sep 17 13:41:21.096 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29792024-09-17T13:41:23.984Z[ helios-setup] Sep 17 13:41:22.900 INFO E| Compiling http-body v0.4.5
29802024-09-17T13:41:24.248Z[ helios-setup] Sep 17 13:41:23.164 INFO E| Compiling ring v0.16.20
29812024-09-17T13:41:24.926Z[ helios-setup] Sep 17 13:41:23.842 INFO E| Compiling rand_core v0.6.4
29822024-09-17T13:41:25.966Z[ helios-setup] Sep 17 13:41:24.882 INFO E| Compiling thread_local v1.1.7
29832024-09-17T13:41:27.019Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29842024-09-17T13:41:27.948Z[ helios-setup] Sep 17 13:41:26.863 INFO E| Compiling lazy_static v1.4.0
29852024-09-17T13:41:28.365Z[ host-package] Compiling csv v1.3.0
29862024-09-17T13:41:28.565Z[ helios-setup] Sep 17 13:41:27.481 INFO E| Compiling utf8parse v0.2.1
29872024-09-17T13:41:28.569Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29882024-09-17T13:41:29.204Z[ host-package] Compiling compact_str v0.8.0
29892024-09-17T13:41:29.250Z[ helios-setup] Sep 17 13:41:28.166 INFO E| Compiling httpdate v1.0.2
29902024-09-17T13:41:30.074Z[ helios-setup] Sep 17 13:41:28.989 INFO E| Compiling ppv-lite86 v0.2.17
29912024-09-17T13:41:30.616Z[ helios-setup] Sep 17 13:41:29.531 INFO E| Compiling base64 v0.21.0
29922024-09-17T13:41:30.807Z[ helios-setup] Sep 17 13:41:29.722 INFO E| Compiling fastrand v1.9.0
29932024-09-17T13:41:31.623Z[ host-package] Compiling zone_cfg_derive v0.1.2
29942024-09-17T13:41:31.895Z[ helios-setup] Sep 17 13:41:30.810 INFO E| Compiling tower-service v0.3.2
29952024-09-17T13:41:32.042Z[ helios-setup] Sep 17 13:41:30.957 INFO E| Compiling rayon-core v1.10.2
29962024-09-17T13:41:32.595Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29972024-09-17T13:41:32.776Z[ helios-setup] Sep 17 13:41:31.690 INFO E| Compiling home v0.5.4
29982024-09-17T13:41:32.856Z[ helios-setup] Sep 17 13:41:31.771 INFO E| Compiling adler v1.0.2
29992024-09-17T13:41:33.636Z[ helios-setup] Sep 17 13:41:32.550 INFO E| Compiling miniz_oxide v0.6.2
30002024-09-17T13:41:34.533Z[ host-package] Compiling nix v0.27.1
30012024-09-17T13:41:34.887Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30022024-09-17T13:41:35.302Z[ helios-setup] Sep 17 13:41:34.217 INFO E| Compiling toolchain_find v0.2.0
30032024-09-17T13:41:36.451Z[ helios-setup] Sep 17 13:41:35.365 INFO E| Compiling hyper v0.14.25
30042024-09-17T13:41:36.599Z[ helios-setup] Sep 17 13:41:35.513 INFO E| Compiling rand_chacha v0.3.1
30052024-09-17T13:41:37.588Z[ helios-setup] Sep 17 13:41:36.502 INFO E| Compiling tempfile v3.5.0
30062024-09-17T13:41:39.100Z[ helios-setup] Sep 17 13:41:38.014 INFO E| Compiling anstyle-parse v0.1.1
30072024-09-17T13:41:41.507Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30082024-09-17T13:41:44.229Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30092024-09-17T13:41:51.222Z[ helios-setup] Sep 17 13:41:50.135 INFO E| Compiling futures v0.3.28
30102024-09-17T13:41:51.712Z[ helios-setup] Sep 17 13:41:50.625 INFO E| Compiling num_enum_derive v0.5.7
30112024-09-17T13:41:53.036Z[ helios-setup] Sep 17 13:41:51.947 INFO E| Compiling cargo-lock v8.0.3
30122024-09-17T13:41:53.171Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30132024-09-17T13:41:57.250Z[ helios-setup] Sep 17 13:41:56.162 INFO E| Compiling crossbeam-deque v0.8.2
30142024-09-17T13:41:57.464Z[ helios-setup] Sep 17 13:41:56.375 INFO E| Compiling term v0.7.0
30152024-09-17T13:41:59.085Z[ helios-setup] Sep 17 13:41:57.997 INFO E| Compiling serde_urlencoded v0.7.1
30162024-09-17T13:42:00.083Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30172024-09-17T13:42:00.324Z[ helios-setup] Sep 17 13:41:59.235 INFO E| Compiling is-terminal v0.4.7
30182024-09-17T13:42:00.515Z[ helios-setup] Sep 17 13:41:59.426 INFO E| Compiling sha2 v0.10.6
30192024-09-17T13:42:00.773Z[ helios-setup] Sep 17 13:41:59.684 INFO E| Compiling sha1 v0.10.5
30202024-09-17T13:42:00.870Z[ helios-setup] Sep 17 13:41:59.781 INFO E| Compiling atty v0.2.14
30212024-09-17T13:42:00.903Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30222024-09-17T13:42:01.848Z[ helios-setup] Sep 17 13:42:00.759 INFO E| Compiling concolor-override v1.0.0
30232024-09-17T13:42:02.027Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30242024-09-17T13:42:02.832Z[ host-package] Compiling unicode-truncate v1.0.0
30252024-09-17T13:42:02.982Z[ host-package] Compiling lru v0.12.3
30262024-09-17T13:42:03.083Z[ helios-setup] Sep 17 13:42:01.994 INFO E| Compiling anstyle v0.3.5
30272024-09-17T13:42:03.619Z[ host-package] Compiling hashlink v0.9.1
30282024-09-17T13:42:03.887Z[ host-package] Compiling instability v0.3.2
30292024-09-17T13:42:04.777Z[ helios-setup] Sep 17 13:42:03.688 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30302024-09-17T13:42:05.464Z[ helios-setup] Sep 17 13:42:04.374 INFO E| Compiling concolor-query v0.3.3
30312024-09-17T13:42:05.795Z[ helios-setup] Sep 17 13:42:04.705 INFO E| Compiling anstream v0.2.6
30322024-09-17T13:42:05.839Z[ host-package] Compiling fallible-iterator v0.3.0
30332024-09-17T13:42:05.929Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30342024-09-17T13:42:06.787Z[ host-package] Compiling base64 v0.13.1
30352024-09-17T13:42:07.350Z[ host-package] Compiling cassowary v0.3.0
30362024-09-17T13:42:07.550Z[ host-package] Compiling rusqlite v0.31.0
30372024-09-17T13:42:08.625Z[ helios-setup] Sep 17 13:42:07.535 INFO E| Compiling slog-term v2.9.0
30382024-09-17T13:42:08.671Z[ host-package] Compiling ratatui v0.28.0
30392024-09-17T13:42:09.295Z[ helios-setup] Sep 17 13:42:08.205 INFO E| Compiling flate2 v1.0.25
30402024-09-17T13:42:10.474Z[ helios-setup] Sep 17 13:42:09.383 INFO E| Compiling num_enum v0.5.7
30412024-09-17T13:42:10.721Z[ helios-setup] Sep 17 13:42:09.630 INFO E| Compiling rustfmt-wrapper v0.2.0
30422024-09-17T13:42:11.122Z[ helios-setup] Sep 17 13:42:10.032 INFO E| Compiling rand v0.8.5
30432024-09-17T13:42:11.142Z[ helios-setup] Sep 17 13:42:10.052 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30442024-09-17T13:42:11.703Z[ helios-setup] Sep 17 13:42:10.612 INFO E| Compiling openapiv3 v1.0.2
30452024-09-17T13:42:12.327Z[ helios-setup] Sep 17 13:42:11.236 INFO E| Compiling encoding_rs v0.8.32
30462024-09-17T13:42:14.269Z[ host-package] Compiling ron v0.7.1
30472024-09-17T13:42:14.594Z[ helios-setup] Sep 17 13:42:13.502 INFO E| Compiling ipnet v2.7.2
30482024-09-17T13:42:15.193Z[ helios-setup] Sep 17 13:42:14.102 INFO E| Compiling project-root v0.2.2
30492024-09-17T13:42:15.845Z[ helios-setup] Sep 17 13:42:14.754 INFO E| Compiling base64 v0.13.1
30502024-09-17T13:42:17.456Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30512024-09-17T13:42:17.572Z[ helios-setup] Sep 17 13:42:16.480 INFO E| Compiling untrusted v0.7.1
30522024-09-17T13:42:18.233Z[ helios-setup] Sep 17 13:42:17.142 INFO E| Compiling utf-8 v0.7.6
30532024-09-17T13:42:18.914Z[ helios-setup] Sep 17 13:42:17.823 INFO E| Compiling unsafe-libyaml v0.2.8
30542024-09-17T13:42:19.967Z[ helios-setup] Sep 17 13:42:18.875 INFO E| Compiling byteorder v1.4.3
30552024-09-17T13:42:20.443Z[ helios-setup] Sep 17 13:42:19.351 INFO E| Compiling either v1.8.0
30562024-09-17T13:42:20.941Z[ helios-setup] Sep 17 13:42:19.849 INFO E| Compiling strsim v0.10.0
30572024-09-17T13:42:21.485Z[ helios-setup] Sep 17 13:42:20.393 INFO E| Compiling clap_lex v0.4.1
30582024-09-17T13:42:21.878Z[ helios-setup] Sep 17 13:42:20.786 INFO E| Compiling mime v0.3.17
30592024-09-17T13:42:22.402Z[ helios-setup] Sep 17 13:42:21.310 INFO E| Compiling spin v0.5.2
30602024-09-17T13:42:23.050Z[ helios-setup] Sep 17 13:42:21.958 INFO E| Compiling reqwest v0.11.16
30612024-09-17T13:42:24.040Z[ helios-setup] Sep 17 13:42:22.948 INFO E| Compiling clap_builder v4.2.1
30622024-09-17T13:42:24.728Z[ helios-setup] Sep 17 13:42:23.635 INFO E| Compiling serde_yaml v0.9.21
30632024-09-17T13:42:25.030Z[ helios-setup] Sep 17 13:42:23.937 INFO E| Compiling tungstenite v0.18.0
30642024-09-17T13:42:32.061Z[ helios-setup] Sep 17 13:42:30.968 INFO E| Compiling rayon v1.6.1
30652024-09-17T13:42:34.327Z[ helios-setup] Sep 17 13:42:33.234 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30662024-09-17T13:42:36.268Z[ helios-setup] Sep 17 13:42:35.174 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30672024-09-17T13:42:38.035Z[ helios-setup] Sep 17 13:42:36.941 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30682024-09-17T13:42:41.163Z[ helios-setup] Sep 17 13:42:40.051 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30692024-09-17T13:42:42.602Z[ helios-setup] Sep 17 13:42:41.507 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30702024-09-17T13:42:43.215Z[ helios-setup] Sep 17 13:42:42.120 INFO E| Compiling clap_derive v4.2.0
30712024-09-17T13:42:44.911Z[ host-package] Compiling zone v0.1.8
30722024-09-17T13:42:46.142Z[ helios-setup] Sep 17 13:42:45.047 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30732024-09-17T13:42:51.519Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30742024-09-17T13:42:52.311Z[ helios-setup] Sep 17 13:42:51.215 INFO E| Compiling clap v4.2.1
30752024-09-17T13:42:52.803Z[ helios-setup] Sep 17 13:42:51.707 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30762024-09-17T13:43:00.897Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30772024-09-17T13:43:02.558Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30782024-09-17T13:43:02.669Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30792024-09-17T13:43:03.252Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30802024-09-17T13:43:04.176Z[ helios-setup] Sep 17 13:43:03.078 INFO E| Compiling tokio-tungstenite v0.18.0
30812024-09-17T13:43:05.590Z[ helios-setup] Sep 17 13:43:04.492 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30822024-09-17T13:43:06.668Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30832024-09-17T13:43:08.588Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30842024-09-17T13:43:09.052Z[ helios-setup] Sep 17 13:43:07.954 INFO E| Compiling smartstring v1.0.1
30852024-09-17T13:43:10.020Z[ helios-setup] Sep 17 13:43:08.921 INFO E| Compiling rustls v0.21.0
30862024-09-17T13:43:11.898Z[ helios-setup] Sep 17 13:43:10.800 INFO E| Compiling rustls-webpki v0.100.1
30872024-09-17T13:43:16.289Z[ helios-setup] Sep 17 13:43:15.190 INFO E| Compiling sct v0.7.0
30882024-09-17T13:43:17.330Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892024-09-17T13:43:17.372Z[ helios-setup] Sep 17 13:43:16.273 INFO E| Compiling toml_datetime v0.6.1
30902024-09-17T13:43:17.913Z[ helios-setup] Sep 17 13:43:16.814 INFO E| Compiling serde_spanned v0.6.1
30912024-09-17T13:43:18.303Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30922024-09-17T13:43:18.774Z[ helios-setup] Sep 17 13:43:17.675 INFO E| Compiling async-trait v0.1.68
30932024-09-17T13:43:18.830Z[ helios-setup] Sep 17 13:43:17.731 INFO E| Compiling slog-async v2.7.0
30942024-09-17T13:43:20.462Z[ helios-setup] Sep 17 13:43:19.363 INFO E| Compiling paste v1.0.12
30952024-09-17T13:43:20.590Z[ helios-setup] Sep 17 13:43:19.491 INFO E| Compiling winnow v0.4.1
30962024-09-17T13:43:20.697Z[ helios-setup] Sep 17 13:43:19.597 INFO E| Compiling camino v1.1.4
30972024-09-17T13:43:21.710Z[ helios-setup] Sep 17 13:43:20.610 INFO E| Compiling match_cfg v0.1.0
30982024-09-17T13:43:21.869Z[ helios-setup] Sep 17 13:43:20.768 INFO E| Compiling static_assertions v1.1.0
30992024-09-17T13:43:21.995Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31002024-09-17T13:43:22.759Z[ helios-setup] Sep 17 13:43:21.659 INFO E| Compiling hostname v0.3.1
31012024-09-17T13:43:22.785Z[ host-package] Compiling signal-hook-tokio v0.3.1
31022024-09-17T13:43:23.259Z[ host-package] Compiling twox-hash v1.6.3
31032024-09-17T13:43:24.051Z[ helios-setup] Sep 17 13:43:22.950 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31042024-09-17T13:43:25.376Z[ host-package] Compiling yasna v0.5.2
31052024-09-17T13:43:27.514Z[ host-package] Compiling portpicker v0.1.1
31062024-09-17T13:43:28.211Z[ helios-setup] Sep 17 13:43:27.111 INFO E| Compiling toml_edit v0.19.8
31072024-09-17T13:43:28.394Z[ host-package] Compiling smawk v0.3.2
31082024-09-17T13:43:29.259Z[ host-package] Compiling is_ci v1.2.0
31092024-09-17T13:43:30.075Z[ host-package] Compiling unicode-linebreak v0.1.5
31102024-09-17T13:43:30.705Z[ host-package] Compiling supports-color v3.0.1
31112024-09-17T13:43:31.246Z[ host-package] Compiling textwrap v0.16.1
31122024-09-17T13:43:31.529Z[ host-package] Compiling rcgen v0.12.1
31132024-09-17T13:43:31.888Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31142024-09-17T13:43:37.167Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31152024-09-17T13:43:38.817Z[ helios-setup] Sep 17 13:43:37.715 INFO E| Compiling slog-json v2.6.1
31162024-09-17T13:43:39.918Z[ helios-setup] Sep 17 13:43:38.815 INFO E| Compiling unicode-linebreak v0.1.4
31172024-09-17T13:43:41.030Z[ helios-setup] Sep 17 13:43:39.928 INFO E| Compiling async-stream-impl v0.3.5
31182024-09-17T13:43:41.968Z[ helios-setup] Sep 17 13:43:40.865 INFO E| Compiling rhai_codegen v1.5.0
31192024-09-17T13:43:43.921Z[ helios-setup] Sep 17 13:43:42.818 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31202024-09-17T13:43:44.434Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31212024-09-17T13:43:45.038Z[ helios-setup] Sep 17 13:43:43.935 INFO E| Compiling take_mut v0.2.2
31222024-09-17T13:43:46.109Z[ helios-setup] Sep 17 13:43:45.006 INFO E| Compiling async-stream v0.3.5
31232024-09-17T13:43:46.514Z[ helios-setup] Sep 17 13:43:45.410 INFO E| Compiling slog-bunyan v2.4.0
31242024-09-17T13:43:46.932Z[ helios-setup] Sep 17 13:43:45.829 INFO E| Compiling rhai v1.14.0
31252024-09-17T13:43:46.987Z[ helios-setup] Sep 17 13:43:45.884 INFO E| Compiling toml v0.7.3
31262024-09-17T13:43:47.277Z[ helios-setup] Sep 17 13:43:46.173 INFO E| Compiling tokio-rustls v0.24.0
31272024-09-17T13:43:53.812Z[ helios-setup] Sep 17 13:43:52.708 INFO E| Compiling rustls-pemfile v1.0.2
31282024-09-17T13:43:54.004Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31292024-09-17T13:43:55.143Z[ helios-setup] Sep 17 13:43:54.039 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31302024-09-17T13:43:55.268Z[ helios-setup] Sep 17 13:43:54.163 INFO E| Compiling bincode v1.3.3
31312024-09-17T13:43:57.468Z[ helios-setup] Sep 17 13:43:56.363 INFO E| Compiling serde_path_to_error v0.1.11
31322024-09-17T13:43:57.695Z[ helios-setup] Sep 17 13:43:56.590 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31332024-09-17T13:43:59.297Z[ helios-setup] Sep 17 13:43:58.192 INFO E| Compiling terminal_size v0.2.6
31342024-09-17T13:43:59.838Z[ helios-setup] Sep 17 13:43:58.733 INFO E| Compiling smawk v0.3.1
31352024-09-17T13:44:00.527Z[ helios-setup] Sep 17 13:43:59.412 INFO E| Compiling textwrap v0.16.0
31362024-09-17T13:44:15.709Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31372024-09-17T13:44:23.284Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31382024-09-17T13:44:25.244Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31392024-09-17T13:44:25.996Z[ helios-setup] Sep 17 13:44:24.887 INFO E| Compiling git2 v0.16.1
31402024-09-17T13:44:31.582Z[ helios-setup] Sep 17 13:44:30.473 INFO E| Compiling built v0.6.0
31412024-09-17T13:44:31.585Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31422024-09-17T13:44:32.507Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31432024-09-17T13:44:32.976Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31442024-09-17T13:44:33.402Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
31452024-09-17T13:44:36.338Z[ helios-setup] Sep 17 13:44:35.228 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31462024-09-17T13:44:37.980Z[ helios-setup] Sep 17 13:44:36.870 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31472024-09-17T13:44:38.756Z[ helios-setup] Sep 17 13:44:37.646 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31482024-09-17T13:44:41.072Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31492024-09-17T13:44:41.989Z[ host-package] Compiling fatfs v0.3.6
31502024-09-17T13:44:42.434Z[ host-package] Compiling rtoolbox v0.0.2
31512024-09-17T13:44:43.128Z[ host-package] Compiling subprocess v0.2.9
31522024-09-17T13:44:46.212Z[ host-package] Compiling assert_matches v1.5.0
31532024-09-17T13:44:50.216Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31542024-09-17T13:44:54.903Z[ host-package] Compiling rpassword v7.3.1
31552024-09-17T13:44:55.548Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31562024-09-17T13:44:59.087Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31572024-09-17T13:44:59.219Z[ helios-setup] Sep 17 13:44:58.106 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31582024-09-17T13:45:00.410Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31592024-09-17T13:45:01.638Z[ helios-setup] Sep 17 13:45:00.525 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31602024-09-17T13:45:09.995Z[ host-package] Compiling tui-tree-widget v0.22.0
31612024-09-17T13:45:11.382Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31622024-09-17T13:45:11.492Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31632024-09-17T13:45:16.350Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31642024-09-17T13:45:17.280Z[ host-package] Compiling uzers v0.11.3
31652024-09-17T13:45:22.316Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31662024-09-17T13:45:37.684Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31672024-09-17T13:45:41.711Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31682024-09-17T13:45:44.179Z[ helios-setup] Sep 17 13:45:43.059 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31692024-09-17T13:46:24.506Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702024-09-17T13:46:25.611Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31712024-09-17T13:46:46.247Z[ host-package] Compiling multimap v0.10.0
31722024-09-17T13:46:52.688Z[ helios-setup] Sep 17 13:46:51.557 INFO E| Finished `release` profile [optimized] target(s) in 6m 59s
31732024-09-17T13:46:52.818Z[ helios-setup] Sep 17 13:46:51.689 INFO building project "pilot" ok (419 seconds)
31742024-09-17T13:46:52.820Z[ helios-setup] Sep 17 13:46:51.689 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31752024-09-17T13:46:52.820Z[ helios-setup] Sep 17 13:46:51.689 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31762024-09-17T13:46:53.395Z[ helios-setup] Sep 17 13:46:52.267 INFO E| Compiling adler v1.0.2
31772024-09-17T13:46:53.591Z[ helios-setup] Sep 17 13:46:52.463 INFO E| Compiling miniz_oxide v0.7.2
31782024-09-17T13:46:56.295Z[ helios-setup] Sep 17 13:46:55.166 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31792024-09-17T13:46:57.266Z[ helios-setup] Sep 17 13:46:56.137 INFO E| Finished `release` profile [optimized] target(s) in 4.32s
31802024-09-17T13:46:57.275Z[ helios-setup] Sep 17 13:46:56.146 INFO building project "pinprick" ok (4 seconds)
31812024-09-17T13:46:57.275Z[ helios-setup] Sep 17 13:46:56.146 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31822024-09-17T13:46:57.277Z[ helios-setup] Sep 17 13:46:56.146 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31832024-09-17T13:46:57.624Z[ helios-setup] Sep 17 13:46:56.495 INFO E| Downloading crates ...
31842024-09-17T13:46:57.758Z[ helios-setup] Sep 17 13:46:56.629 INFO E| Downloaded typenum v1.15.0
31852024-09-17T13:46:57.762Z[ helios-setup] Sep 17 13:46:56.633 INFO E| Downloaded sha2 v0.10.5
31862024-09-17T13:46:57.765Z[ helios-setup] Sep 17 13:46:56.637 INFO E| Downloaded digest v0.10.3
31872024-09-17T13:46:57.768Z[ helios-setup] Sep 17 13:46:56.639 INFO E| Downloaded bytes v1.2.1
31882024-09-17T13:46:57.773Z[ helios-setup] Sep 17 13:46:56.645 INFO E| Downloaded anyhow v1.0.62
31892024-09-17T13:46:57.899Z[ helios-setup] Sep 17 13:46:56.770 INFO E| Compiling version_check v0.9.4
31902024-09-17T13:46:57.900Z[ helios-setup] Sep 17 13:46:56.770 INFO E| Compiling typenum v1.15.0
31912024-09-17T13:46:57.902Z[ helios-setup] Sep 17 13:46:56.771 INFO E| Compiling crc32fast v1.3.2
31922024-09-17T13:46:57.902Z[ helios-setup] Sep 17 13:46:56.771 INFO E| Compiling cfg-if v1.0.0
31932024-09-17T13:46:57.905Z[ helios-setup] Sep 17 13:46:56.774 INFO E| Compiling adler v1.0.2
31942024-09-17T13:46:57.905Z[ helios-setup] Sep 17 13:46:56.774 INFO E| Compiling anyhow v1.0.62
31952024-09-17T13:46:57.905Z[ helios-setup] Sep 17 13:46:56.774 INFO E| Compiling unicode-width v0.1.10
31962024-09-17T13:46:57.905Z[ helios-setup] Sep 17 13:46:56.774 INFO E| Compiling cpufeatures v0.2.5
31972024-09-17T13:46:58.109Z[ helios-setup] Sep 17 13:46:56.980 INFO E| Compiling miniz_oxide v0.6.2
31982024-09-17T13:46:58.349Z[ helios-setup] Sep 17 13:46:57.220 INFO E| Compiling getopts v0.2.21
31992024-09-17T13:46:58.421Z[ helios-setup] Sep 17 13:46:57.292 INFO E| Compiling bytes v1.2.1
32002024-09-17T13:46:58.489Z[ helios-setup] Sep 17 13:46:57.360 INFO E| Compiling bitflags v1.3.2
32012024-09-17T13:46:59.131Z[ helios-setup] Sep 17 13:46:58.002 INFO E| Compiling generic-array v0.14.6
32022024-09-17T13:46:59.887Z[ helios-setup] Sep 17 13:46:58.758 INFO E| Compiling flate2 v1.0.25
32032024-09-17T13:47:03.920Z[ helios-setup] Sep 17 13:47:02.791 INFO E| Compiling block-buffer v0.10.3
32042024-09-17T13:47:03.920Z[ helios-setup] Sep 17 13:47:02.791 INFO E| Compiling crypto-common v0.1.6
32052024-09-17T13:47:04.170Z[ helios-setup] Sep 17 13:47:03.040 INFO E| Compiling digest v0.10.3
32062024-09-17T13:47:04.552Z[ helios-setup] Sep 17 13:47:03.422 INFO E| Compiling sha2 v0.10.5
32072024-09-17T13:47:05.080Z[ helios-setup] Sep 17 13:47:03.950 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32082024-09-17T13:47:10.833Z[ helios-setup] Sep 17 13:47:09.702 INFO E| Finished `release` profile [optimized] target(s) in 13.45s
32092024-09-17T13:47:10.850Z[ helios-setup] Sep 17 13:47:09.719 INFO building project "bootserver" ok (13 seconds)
32102024-09-17T13:47:10.853Z[ helios-setup] rm -f helios-build
32112024-09-17T13:47:10.855Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32122024-09-17T13:47:10.858Z[ helios-setup]
32132024-09-17T13:47:10.861Z[ helios-setup] Setup complete! ./helios-build is now available.
32142024-09-17T13:47:10.861Z[ helios-setup]
32152024-09-17T13:47:10.863Z[ helios-setup]
32162024-09-17T13:47:10.863Z[ helios-setup] real 12:07.998583464
32172024-09-17T13:47:10.863Z[ helios-setup] user 29:03.134838346
32182024-09-17T13:47:10.863Z[ helios-setup] sys 3:35.467869607
32192024-09-17T13:47:10.863Z[ helios-setup] trap 1.733957173
32202024-09-17T13:47:10.863Z[ helios-setup] tflt 8.750242468
32212024-09-17T13:47:10.863Z[ helios-setup] dflt 31.978679290
32222024-09-17T13:47:10.864Z[ helios-setup] kflt 0.003932949
32232024-09-17T13:47:10.864Z[ helios-setup] lock 2:06:46.731319750
32242024-09-17T13:47:10.864Z[ helios-setup] slp 3:45:21.522940913
32252024-09-17T13:47:10.864Z[ helios-setup] lat 33:04.330386083
32262024-09-17T13:47:10.864Z[ helios-setup] stop 4:25.438267466
32272024-09-17T13:47:10.864ZSep 17 13:47:09.733 INFO [helios-setup] process exited with exit status: 0 (728.00460246s)
32282024-09-17T13:47:10.864ZSep 17 13:47:09.733 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32292024-09-17T13:47:10.883Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
32302024-09-17T13:47:11.164Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
32312024-09-17T13:47:11.167Z[ phbl-toolchain] info: downloading component 'cargo'
32322024-09-17T13:47:13.292Z[ phbl-toolchain] info: downloading component 'clippy'
32332024-09-17T13:47:13.832Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32342024-09-17T13:47:18.785Z[ phbl-toolchain] info: downloading component 'miri'
32352024-09-17T13:47:18.953Z[ phbl-toolchain] info: downloading component 'rust-docs'
32362024-09-17T13:47:20.692Z[ phbl-toolchain] info: downloading component 'rust-src'
32372024-09-17T13:47:20.979Z[ phbl-toolchain] info: downloading component 'rust-std'
32382024-09-17T13:47:22.846Z[ phbl-toolchain] info: downloading component 'rustc'
32392024-09-17T13:47:32.031Z[ phbl-toolchain] info: downloading component 'rustfmt'
32402024-09-17T13:47:32.970Z[ phbl-toolchain] info: installing component 'cargo'
32412024-09-17T13:47:34.355Z[ phbl-toolchain] info: installing component 'clippy'
32422024-09-17T13:47:35.009Z[ phbl-toolchain] info: installing component 'llvm-tools'
32432024-09-17T13:47:40.916Z[ phbl-toolchain] info: installing component 'miri'
32442024-09-17T13:47:41.326Z[ phbl-toolchain] info: installing component 'rust-docs'
32452024-09-17T13:47:49.905Z[ phbl-toolchain] info: installing component 'rust-src'
32462024-09-17T13:47:50.588Z[ phbl-toolchain] info: installing component 'rust-std'
32472024-09-17T13:47:53.361Z[ phbl-toolchain] info: installing component 'rustc'
32482024-09-17T13:48:02.952Z[ phbl-toolchain] info: installing component 'rustfmt'
32492024-09-17T13:48:03.858Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32502024-09-17T13:48:03.861ZSep 17 13:48:02.724 INFO [phbl-toolchain] process exited with exit status: 0 (52.990566163s)
32512024-09-17T13:48:59.023Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32522024-09-17T13:49:12.938Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32532024-09-17T13:55:20.287Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 31s
32542024-09-17T13:56:22.064ZSep 17 13:56:20.859 INFO [host-package] process exited with exit status: 0 (1233.251239754s)
32552024-09-17T13:56:22.064ZSep 17 13:56:20.859 INFO [host-stamp] running task
32562024-09-17T13:56:22.066ZSep 17 13:56:20.860 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32572024-09-17T13:56:22.070ZSep 17 13:56:20.866 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+gita4ce8b11039
32582024-09-17T13:56:22.077ZSep 17 13:56:20.872 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+gita4ce8b11039
32592024-09-17T13:56:22.082Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32602024-09-17T13:56:22.084ZSep 17 13:56:20.878 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+gita4ce8b11039
32612024-09-17T13:56:22.088Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32622024-09-17T13:56:22.090ZSep 17 13:56:20.885 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+gita4ce8b11039
32632024-09-17T13:56:22.095Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32642024-09-17T13:56:22.097ZSep 17 13:56:20.893 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+gita4ce8b11039
32652024-09-17T13:56:22.103Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32662024-09-17T13:56:22.105Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32672024-09-17T13:56:22.105ZSep 17 13:56:20.900 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+gita4ce8b11039
32682024-09-17T13:56:22.109Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32692024-09-17T13:56:22.112ZSep 17 13:56:20.906 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+gita4ce8b11039
32702024-09-17T13:56:22.116Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32712024-09-17T13:56:22.123ZSep 17 13:56:20.913 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+gita4ce8b11039
32722024-09-17T13:56:22.126Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32732024-09-17T13:56:22.126Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32742024-09-17T13:56:22.128ZSep 17 13:56:20.922 INFO [stamp-overlay] process exited with exit status: 0 (28.772992ms)
32752024-09-17T13:56:22.128ZSep 17 13:56:20.922 INFO [stamp-oxlog] process exited with exit status: 0 (49.409128ms)
32762024-09-17T13:56:22.131Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-09-17T13:56:22.136Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32782024-09-17T13:56:22.139Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32792024-09-17T13:56:22.142ZSep 17 13:56:20.936 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (23.38585ms)
32802024-09-17T13:56:22.213Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32812024-09-17T13:56:22.217ZSep 17 13:56:21.013 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (127.762297ms)
32822024-09-17T13:56:22.357Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32832024-09-17T13:56:22.361ZSep 17 13:56:21.156 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (249.897421ms)
32842024-09-17T13:56:22.469Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32852024-09-17T13:56:22.472ZSep 17 13:56:21.267 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (401.262973ms)
32862024-09-17T13:56:23.218Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32872024-09-17T13:56:23.221ZSep 17 13:56:22.017 INFO [stamp-propolis-server] process exited with exit status: 0 (1.116110273s)
32882024-09-17T13:56:23.419Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32892024-09-17T13:56:25.758Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32902024-09-17T13:56:32.283Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32912024-09-17T13:56:32.285ZSep 17 13:56:31.080 INFO [stamp-switch-asic] process exited with exit status: 0 (10.201333654s)
32922024-09-17T13:56:32.288ZSep 17 13:56:31.080 INFO [host-stamp] task succeeded (10.220285909s)
32932024-09-17T13:56:32.288ZSep 17 13:56:31.080 INFO [host-proto] running task
32942024-09-17T13:56:32.658ZSep 17 13:56:31.452 INFO [host-proto] task succeeded (372.579121ms)
32952024-09-17T13:56:32.659ZSep 17 13:56:31.452 INFO [host-profile] running task
32962024-09-17T13:56:32.661ZSep 17 13:56:31.453 INFO [host-profile] task succeeded (316.763µs)
32972024-09-17T13:56:32.661ZSep 17 13:56:31.453 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/.tmpUb1DXk/proto/host/root -N 'ci a4ce8b1/${os_short_commit} 2024-09-17 13:35' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32982024-09-17T13:56:32.673Z[ host-image] Sep 17 13:56:31.466 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32992024-09-17T13:56:32.675Z[ host-image] Sep 17 13:56:31.467 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33002024-09-17T13:56:32.687Z[ host-image] Sep 17 13:56:31.481 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpUb1DXk/proto/host/root"
33012024-09-17T13:56:32.690Z[ host-image] Sep 17 13:56:31.481 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33022024-09-17T13:56:32.690Z[ host-image] Sep 17 13:56:31.481 INFO image builder template: ramdisk-01-os...
33032024-09-17T13:56:32.690Z[ host-image] Sep 17 13:56:31.482 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/.tmpUb1DXk/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
33042024-09-17T13:56:32.707Z[ host-image] Sep 17 13:56:31.501 INFO O| Sep 17 13:56:31.501 INFO CREATE DATASET: rpool/images/build/host/output
33052024-09-17T13:56:32.951Z[ host-image] Sep 17 13:56:31.745 INFO O| Sep 17 13:56:31.745 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33062024-09-17T13:56:32.957Z[ host-image] Sep 17 13:56:31.750 INFO O| Sep 17 13:56:31.750 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33072024-09-17T13:56:33.284Z[ host-image] Sep 17 13:56:32.078 INFO O| Sep 17 13:56:32.077 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33082024-09-17T13:56:33.349Z[ host-image] Sep 17 13:56:32.143 INFO O| Sep 17 13:56:32.143 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33092024-09-17T13:56:33.352Z[ host-image] Sep 17 13:56:32.143 INFO O| Sep 17 13:56:32.143 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33102024-09-17T13:56:33.352Z[ host-image] Sep 17 13:56:32.143 INFO O| Sep 17 13:56:32.143 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33112024-09-17T13:56:33.352Z[ host-image] Sep 17 13:56:32.143 INFO O| Sep 17 13:56:32.143 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33122024-09-17T13:56:33.362Z[ host-image] Sep 17 13:56:32.155 INFO O| Sep 17 13:56:32.155 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33132024-09-17T13:56:33.624Z[ host-image] Sep 17 13:56:32.417 INFO O| Sep 17 13:56:32.417 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33142024-09-17T13:56:33.639Z[ host-image] Sep 17 13:56:32.433 INFO O| Sep 17 13:56:32.432 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33152024-09-17T13:56:34.208Z[ host-image] Sep 17 13:56:33.002 INFO O| Sep 17 13:56:33.002 INFO O| Caching catalogs ... Done
33162024-09-17T13:56:34.331Z[ host-image] Sep 17 13:56:33.124 INFO O| Sep 17 13:56:33.124 INFO STEP 0 (pkg_image_create) COMPLETE
33172024-09-17T13:56:34.331Z[ host-image] Sep 17 13:56:33.124 INFO O| Sep 17 13:56:33.124 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33182024-09-17T13:56:34.334Z[ host-image] Sep 17 13:56:33.124 INFO O| Sep 17 13:56:33.124 INFO skip step because feature "repo_redist" is not enabled
33192024-09-17T13:56:34.334Z[ host-image] Sep 17 13:56:33.124 INFO O| Sep 17 13:56:33.124 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-09-17T13:56:34.347Z[ host-image] Sep 17 13:56:33.141 INFO O| Sep 17 13:56:33.141 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33212024-09-17T13:56:34.904Z[ host-image] Sep 17 13:56:33.697 INFO O| Sep 17 13:56:33.697 INFO STEP 2 (pkg_set_publisher) COMPLETE
33222024-09-17T13:56:34.904Z[ host-image] Sep 17 13:56:33.697 INFO O| Sep 17 13:56:33.697 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33232024-09-17T13:56:34.920Z[ host-image] Sep 17 13:56:33.714 INFO O| Sep 17 13:56:33.714 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"]
33242024-09-17T13:56:35.461Z[ host-image] Sep 17 13:56:34.255 INFO O| Sep 17 13:56:34.255 INFO STEP 3 (pkg_set_publisher) COMPLETE
33252024-09-17T13:56:35.462Z[ host-image] Sep 17 13:56:34.255 INFO O| Sep 17 13:56:34.255 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33262024-09-17T13:56:35.466Z[ host-image] Sep 17 13:56:34.255 INFO O| Sep 17 13:56:34.255 INFO skip step because feature "repo_redist" is not enabled
33272024-09-17T13:56:35.466Z[ host-image] Sep 17 13:56:34.255 INFO O| Sep 17 13:56:34.255 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-09-17T13:56:35.974Z[ host-image] Sep 17 13:56:34.767 INFO O| Sep 17 13:56:34.767 INFO variant opensolaris.zone is already global
33292024-09-17T13:56:35.974Z[ host-image] Sep 17 13:56:34.767 INFO O| Sep 17 13:56:34.767 INFO STEP 5 (pkg_change_variant) COMPLETE
33302024-09-17T13:56:35.977Z[ host-image] Sep 17 13:56:34.767 INFO O| Sep 17 13:56:34.767 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-09-17T13:56:36.510Z[ host-image] Sep 17 13:56:35.303 INFO O| Sep 17 13:56:35.303 INFO variant opensolaris.imagetype is full; changing to partial
33322024-09-17T13:56:36.510Z[ host-image] Sep 17 13:56:35.303 INFO O| Sep 17 13:56:35.303 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33332024-09-17T13:56:42.882Z[ host-image] Sep 17 13:56:41.675 INFO O| Sep 17 13:56:41.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33342024-09-17T13:56:44.311Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.99s
33352024-09-17T13:56:45.401Z[ host-image] Sep 17 13:56:44.187 INFO O| Sep 17 13:56:44.187 INFO O| Startup: Caching catalogs ... Done
33362024-09-17T13:56:45.448Z[ host-image] Sep 17 13:56:44.240 INFO O| Sep 17 13:56:44.240 INFO O| Planning: Planning completed in 0.00 seconds
33372024-09-17T13:56:45.450Z[ host-image] Sep 17 13:56:44.240 INFO O| Sep 17 13:56:44.240 INFO O| Planning: Consolidating action changes ... Done
33382024-09-17T13:56:45.450Z[ host-image] Sep 17 13:56:44.241 INFO O| Sep 17 13:56:44.241 INFO O| Planning: Evaluating mediators ... Done
33392024-09-17T13:56:45.450Z[ host-image] Sep 17 13:56:44.241 INFO O| Sep 17 13:56:44.241 INFO O| Planning: Planning completed in 0.00 seconds
33402024-09-17T13:56:45.450Z[ host-image] Sep 17 13:56:44.241 INFO O| Sep 17 13:56:44.241 INFO O| Variants/Facets to change: 1
33412024-09-17T13:56:45.466Z[ host-image] Sep 17 13:56:44.257 INFO O| Sep 17 13:56:44.257 INFO O| Done
33422024-09-17T13:56:45.466Z[ host-image] Sep 17 13:56:44.258 INFO O| Sep 17 13:56:44.257 INFO O| Done
33432024-09-17T13:56:45.490ZSep 17 13:56:44.282 INFO [recovery-package] process exited with exit status: 0 (23.422382538s)
33442024-09-17T13:56:45.492ZSep 17 13:56:44.282 INFO [recovery-stamp] running task
33452024-09-17T13:56:45.492ZSep 17 13:56:44.283 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33462024-09-17T13:56:45.492ZSep 17 13:56:44.283 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+gita4ce8b11039
33472024-09-17T13:56:45.503ZSep 17 13:56:44.296 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+gita4ce8b11039
33482024-09-17T13:56:45.514Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33492024-09-17T13:56:45.520Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33502024-09-17T13:56:45.587Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33512024-09-17T13:56:45.591ZSep 17 13:56:44.384 INFO [stamp-installinator] process exited with exit status: 0 (100.905988ms)
33522024-09-17T13:56:45.653Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33532024-09-17T13:56:45.657ZSep 17 13:56:44.449 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.013637ms)
33542024-09-17T13:56:45.660ZSep 17 13:56:44.449 INFO [recovery-stamp] task succeeded (166.426618ms)
33552024-09-17T13:56:45.660ZSep 17 13:56:44.449 INFO [recovery-proto] running task
33562024-09-17T13:56:45.660ZSep 17 13:56:44.449 INFO [tuf-stamp] running task
33572024-09-17T13:56:45.660ZSep 17 13:56:44.449 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+gita4ce8b11039
33582024-09-17T13:56:45.668ZSep 17 13:56:44.460 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+gita4ce8b11039
33592024-09-17T13:56:45.679Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-09-17T13:56:45.682ZSep 17 13:56:44.471 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+gita4ce8b11039
33612024-09-17T13:56:45.691ZSep 17 13:56:44.483 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+gita4ce8b11039
33622024-09-17T13:56:45.694Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-09-17T13:56:45.703Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-09-17T13:56:45.705ZSep 17 13:56:44.495 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+gita4ce8b11039
33652024-09-17T13:56:45.714ZSep 17 13:56:44.506 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+gita4ce8b11039
33662024-09-17T13:56:45.734ZSep 17 13:56:44.526 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+gita4ce8b11039
33672024-09-17T13:56:45.751ZSep 17 13:56:44.543 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+gita4ce8b11039
33682024-09-17T13:56:45.766ZSep 17 13:56:44.559 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+gita4ce8b11039
33692024-09-17T13:56:45.857Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-09-17T13:56:45.857Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33712024-09-17T13:56:45.857Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33722024-09-17T13:56:45.860Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-09-17T13:56:45.860Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-09-17T13:56:45.860ZSep 17 13:56:44.650 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+gita4ce8b11039
33752024-09-17T13:56:45.883Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33762024-09-17T13:56:45.886ZSep 17 13:56:44.676 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+gita4ce8b11039
33772024-09-17T13:56:45.886Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33782024-09-17T13:56:45.910Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33792024-09-17T13:56:45.910ZSep 17 13:56:44.702 INFO [stamp-probe] process exited with exit status: 0 (206.574232ms)
33802024-09-17T13:56:45.938Z[ host-image] Sep 17 13:56:44.730 INFO O| Sep 17 13:56:44.730 INFO O| Done
33812024-09-17T13:56:45.954Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33822024-09-17T13:56:45.982ZSep 17 13:56:44.774 INFO [recovery-proto] task succeeded (324.7057ms)
33832024-09-17T13:56:45.984ZSep 17 13:56:44.774 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/.tmpUb1DXk/proto/recovery/root -N 'recovery a4ce8b1/${os_short_commit} 2024-09-17 13:35' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33842024-09-17T13:56:46.001Z[ recovery-image] Sep 17 13:56:44.793 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33852024-09-17T13:56:46.001Z[ recovery-image] Sep 17 13:56:44.793 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33862024-09-17T13:56:46.009Z[ host-image] Sep 17 13:56:44.801 INFO O| Sep 17 13:56:44.801 INFO O| Done
33872024-09-17T13:56:46.017Z[ host-image] Sep 17 13:56:44.809 INFO O| Sep 17 13:56:44.809 INFO O| Done
33882024-09-17T13:56:46.019Z[ host-image] Sep 17 13:56:44.809 INFO O| Sep 17 13:56:44.809 INFO O| Done
33892024-09-17T13:56:46.019Z[ recovery-image] Sep 17 13:56:44.809 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpUb1DXk/proto/recovery/root"
33902024-09-17T13:56:46.019Z[ recovery-image] Sep 17 13:56:44.809 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33912024-09-17T13:56:46.019Z[ recovery-image] Sep 17 13:56:44.809 INFO image builder template: ramdisk-01-os...
33922024-09-17T13:56:46.019Z[ recovery-image] Sep 17 13:56:44.810 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/.tmpUb1DXk/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
33932024-09-17T13:56:46.019Z[ host-image] Sep 17 13:56:44.811 INFO O| Sep 17 13:56:44.811 INFO O| Done
33942024-09-17T13:56:46.056Z[ recovery-image] Sep 17 13:56:44.848 INFO O| Sep 17 13:56:44.848 INFO CREATE DATASET: rpool/images/build/recovery/output
33952024-09-17T13:56:46.371Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33962024-09-17T13:56:46.478ZSep 17 13:56:45.270 INFO [stamp-ntp] process exited with exit status: 0 (743.253037ms)
33972024-09-17T13:56:46.522Z[ recovery-image] Sep 17 13:56:45.314 INFO O| Sep 17 13:56:45.314 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33982024-09-17T13:56:46.528Z[ recovery-image] Sep 17 13:56:45.320 INFO O| Sep 17 13:56:45.320 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33992024-09-17T13:56:46.716Z[ host-image] Sep 17 13:56:45.508 INFO O| Sep 17 13:56:45.508 INFO STEP 6 (pkg_change_variant) COMPLETE
34002024-09-17T13:56:46.716Z[ host-image] Sep 17 13:56:45.508 INFO O| Sep 17 13:56:45.508 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34012024-09-17T13:56:46.716Z[ host-image] Sep 17 13:56:45.508 INFO O| Sep 17 13:56:45.508 INFO skip step because feature "debug_variant" is not enabled
34022024-09-17T13:56:46.719Z[ host-image] Sep 17 13:56:45.508 INFO O| Sep 17 13:56:45.508 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34032024-09-17T13:56:46.929Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34042024-09-17T13:56:46.938Z[ recovery-image] Sep 17 13:56:45.730 INFO O| Sep 17 13:56:45.730 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34052024-09-17T13:56:46.942ZSep 17 13:56:45.734 INFO [stamp-external-dns] process exited with exit status: 0 (1.274217426s)
34062024-09-17T13:56:47.045Z[ recovery-image] Sep 17 13:56:45.837 INFO O| Sep 17 13:56:45.837 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34072024-09-17T13:56:47.045Z[ recovery-image] Sep 17 13:56:45.837 INFO O| Sep 17 13:56:45.837 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34082024-09-17T13:56:47.048Z[ recovery-image] Sep 17 13:56:45.837 INFO O| Sep 17 13:56:45.837 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34092024-09-17T13:56:47.048Z[ recovery-image] Sep 17 13:56:45.837 INFO O| Sep 17 13:56:45.837 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34102024-09-17T13:56:47.055Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34112024-09-17T13:56:47.058Z[ recovery-image] Sep 17 13:56:45.848 INFO O| Sep 17 13:56:45.848 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34122024-09-17T13:56:47.116ZSep 17 13:56:45.908 INFO [stamp-internal-dns] process exited with exit status: 0 (1.402352319s)
34132024-09-17T13:56:47.139Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34142024-09-17T13:56:47.154ZSep 17 13:56:45.946 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.387931197s)
34152024-09-17T13:56:47.244Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
34162024-09-17T13:56:47.269Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34172024-09-17T13:56:47.288Z[ host-image] Sep 17 13:56:46.080 INFO O| Sep 17 13:56:46.080 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34182024-09-17T13:56:47.469Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34192024-09-17T13:56:47.473ZSep 17 13:56:46.265 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.721955185s)
34202024-09-17T13:56:47.518Z[ recovery-image] Sep 17 13:56:46.310 INFO O| Sep 17 13:56:46.310 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-09-17T13:56:47.533Z[ recovery-image] Sep 17 13:56:46.325 INFO O| Sep 17 13:56:46.325 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34222024-09-17T13:56:47.872Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34232024-09-17T13:56:47.876ZSep 17 13:56:46.668 INFO [stamp-oximeter] process exited with exit status: 0 (2.018308533s)
34242024-09-17T13:56:47.916Z[ host-image] Sep 17 13:56:46.708 INFO O| Sep 17 13:56:46.707 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34252024-09-17T13:56:47.918Z[ host-image] Sep 17 13:56:46.709 INFO O| Sep 17 13:56:46.709 INFO O| Planning: Planning completed in 0.00 seconds
34262024-09-17T13:56:47.919Z[ host-image] Sep 17 13:56:46.710 INFO O| Sep 17 13:56:46.710 INFO O| Planning: Consolidating action changes ... Done
34272024-09-17T13:56:47.919Z[ host-image] Sep 17 13:56:46.710 INFO O| Sep 17 13:56:46.710 INFO O| Planning: Evaluating mediators ... Done
34282024-09-17T13:56:47.922Z[ host-image] Sep 17 13:56:46.711 INFO O| Sep 17 13:56:46.710 INFO O| Planning: Planning completed in 0.00 seconds
34292024-09-17T13:56:47.922Z[ host-image] Sep 17 13:56:46.711 INFO O| Sep 17 13:56:46.711 INFO O| Variants/Facets to change: 1
34302024-09-17T13:56:47.942Z[ host-image] Sep 17 13:56:46.734 INFO O| Sep 17 13:56:46.734 INFO O| Done
34312024-09-17T13:56:47.942Z[ host-image] Sep 17 13:56:46.734 INFO O| Sep 17 13:56:46.734 INFO O| Done
34322024-09-17T13:56:48.020Z[ recovery-image] Sep 17 13:56:46.812 INFO O| Sep 17 13:56:46.812 INFO O| Caching catalogs ... Done
34332024-09-17T13:56:48.135Z[ recovery-image] Sep 17 13:56:46.926 INFO O| Sep 17 13:56:46.926 INFO STEP 0 (pkg_image_create) COMPLETE
34342024-09-17T13:56:48.135Z[ recovery-image] Sep 17 13:56:46.926 INFO O| Sep 17 13:56:46.926 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34352024-09-17T13:56:48.135Z[ recovery-image] Sep 17 13:56:46.926 INFO O| Sep 17 13:56:46.926 INFO skip step because feature "repo_redist" is not enabled
34362024-09-17T13:56:48.137Z[ recovery-image] Sep 17 13:56:46.926 INFO O| Sep 17 13:56:46.926 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34372024-09-17T13:56:48.150Z[ recovery-image] Sep 17 13:56:46.942 INFO O| Sep 17 13:56:46.942 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"]
34382024-09-17T13:56:48.411Z[ host-image] Sep 17 13:56:47.203 INFO O| Sep 17 13:56:47.203 INFO O| Done
34392024-09-17T13:56:48.464Z[ host-image] Sep 17 13:56:47.255 INFO O| Sep 17 13:56:47.255 INFO O| Done
34402024-09-17T13:56:48.466Z[ host-image] Sep 17 13:56:47.256 INFO O| Sep 17 13:56:47.256 INFO O| Done
34412024-09-17T13:56:48.466Z[ host-image] Sep 17 13:56:47.256 INFO O| Sep 17 13:56:47.256 INFO O| Done
34422024-09-17T13:56:48.466Z[ host-image] Sep 17 13:56:47.258 INFO O| Sep 17 13:56:47.258 INFO O| Done
34432024-09-17T13:56:48.542Z[ recovery-image] Sep 17 13:56:47.334 INFO O| Sep 17 13:56:47.334 INFO STEP 2 (pkg_set_publisher) COMPLETE
34442024-09-17T13:56:48.542Z[ recovery-image] Sep 17 13:56:47.334 INFO O| Sep 17 13:56:47.334 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34452024-09-17T13:56:48.545Z[ host-image] Sep 17 13:56:47.335 INFO O| Sep 17 13:56:47.335 INFO STEP 8 (pkg_change_facet) COMPLETE
34462024-09-17T13:56:48.545Z[ host-image] Sep 17 13:56:47.336 INFO O| Sep 17 13:56:47.335 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34472024-09-17T13:56:48.545Z[ host-image] Sep 17 13:56:47.336 INFO O| Sep 17 13:56:47.335 INFO skip step because feature "recovery" is not enabled
34482024-09-17T13:56:48.545Z[ host-image] Sep 17 13:56:47.336 INFO O| Sep 17 13:56:47.335 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34492024-09-17T13:56:48.545Z[ host-image] Sep 17 13:56:47.336 INFO O| Sep 17 13:56:47.336 INFO skip step because feature "recovery" is not enabled
34502024-09-17T13:56:48.545Z[ host-image] Sep 17 13:56:47.336 INFO O| Sep 17 13:56:47.336 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34512024-09-17T13:56:48.555Z[ recovery-image] Sep 17 13:56:47.347 INFO O| Sep 17 13:56:47.347 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"]
34522024-09-17T13:56:48.557Z[ host-image] Sep 17 13:56:47.349 INFO O| Sep 17 13:56:47.349 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"]
34532024-09-17T13:56:48.985Z[ recovery-image] Sep 17 13:56:47.776 INFO O| Sep 17 13:56:47.776 INFO STEP 3 (pkg_set_publisher) COMPLETE
34542024-09-17T13:56:48.985Z[ recovery-image] Sep 17 13:56:47.776 INFO O| Sep 17 13:56:47.776 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-09-17T13:56:48.985Z[ recovery-image] Sep 17 13:56:47.776 INFO O| Sep 17 13:56:47.776 INFO skip step because feature "repo_redist" is not enabled
34562024-09-17T13:56:48.988Z[ recovery-image] Sep 17 13:56:47.776 INFO O| Sep 17 13:56:47.776 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34572024-09-17T13:56:49.198Z[ host-image] Sep 17 13:56:47.989 INFO O| Sep 17 13:56:47.989 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34582024-09-17T13:56:49.419Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34592024-09-17T13:56:49.423ZSep 17 13:56:48.215 INFO [stamp-nexus] process exited with exit status: 0 (3.731269333s)
34602024-09-17T13:56:49.477Z[ recovery-image] Sep 17 13:56:48.268 INFO O| Sep 17 13:56:48.268 INFO variant opensolaris.zone is already global
34612024-09-17T13:56:49.477Z[ recovery-image] Sep 17 13:56:48.268 INFO O| Sep 17 13:56:48.268 INFO STEP 5 (pkg_change_variant) COMPLETE
34622024-09-17T13:56:49.481Z[ recovery-image] Sep 17 13:56:48.268 INFO O| Sep 17 13:56:48.268 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34632024-09-17T13:56:49.887Z[ recovery-image] Sep 17 13:56:48.678 INFO O| Sep 17 13:56:48.678 INFO variant opensolaris.imagetype is full; changing to partial
34642024-09-17T13:56:49.887Z[ recovery-image] Sep 17 13:56:48.678 INFO O| Sep 17 13:56:48.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34652024-09-17T13:56:51.556Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34662024-09-17T13:56:51.562ZSep 17 13:56:50.352 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.676592011s)
34672024-09-17T13:56:52.102Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34682024-09-17T13:56:52.232Z[verify-libraries] Compiling polyval v0.6.2
34692024-09-17T13:56:52.252Z[verify-libraries] Compiling ctr v0.9.2
34702024-09-17T13:56:52.276Z[verify-libraries] Compiling ssh-encoding v0.2.0
34712024-09-17T13:56:52.276Z[verify-libraries] Compiling blowfish v0.9.1
34722024-09-17T13:56:52.276Z[verify-libraries] Compiling password-hash v0.4.2
34732024-09-17T13:56:52.296Z[verify-libraries] Compiling matches v0.1.10
34742024-09-17T13:56:52.296Z[verify-libraries] Compiling p256 v0.13.2
34752024-09-17T13:56:52.918Z[verify-libraries] Compiling ghash v0.5.1
34762024-09-17T13:56:52.920Z[verify-libraries] Compiling pbkdf2 v0.11.0
34772024-09-17T13:56:52.920Z[verify-libraries] Compiling idna v0.2.3
34782024-09-17T13:56:53.552Z[verify-libraries] Compiling aes-gcm v0.10.3
34792024-09-17T13:56:53.658Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34802024-09-17T13:56:53.753Z[verify-libraries] Compiling p521 v0.13.3
34812024-09-17T13:56:53.921Z[verify-libraries] Compiling ssh-cipher v0.2.0
34822024-09-17T13:56:53.969Z[verify-libraries] Compiling enum-as-inner v0.5.1
34832024-09-17T13:56:54.457Z[verify-libraries] Compiling ssh-key v0.6.6
34842024-09-17T13:56:54.789Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34852024-09-17T13:56:55.318Z[verify-libraries] Compiling md5 v0.7.0
34862024-09-17T13:56:55.338Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34872024-09-17T13:56:55.409ZSep 17 13:56:54.200 INFO [stamp-clickhouse] process exited with exit status: 0 (9.750242031s)
34882024-09-17T13:56:55.710Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34892024-09-17T13:56:55.815Z[verify-libraries] Compiling num-bigint v0.4.5
34902024-09-17T13:56:55.926Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34912024-09-17T13:56:55.935ZSep 17 13:56:54.726 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.25462431s)
34922024-09-17T13:56:55.935ZSep 17 13:56:54.726 INFO [tuf-stamp] task succeeded (10.277127505s)
34932024-09-17T13:56:56.050Z[verify-libraries] Compiling des v0.8.1
34942024-09-17T13:56:56.642Z[ recovery-image] Sep 17 13:56:55.432 INFO O| Sep 17 13:56:55.432 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34952024-09-17T13:56:56.884Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34962024-09-17T13:56:56.974Z[verify-libraries] Compiling hex-literal v0.4.1
34972024-09-17T13:56:57.309Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34982024-09-17T13:56:58.009Z[verify-libraries] Compiling russh-keys v0.45.0
34992024-09-17T13:56:58.809Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35002024-09-17T13:56:59.471Z[verify-libraries] Compiling internet-checksum v0.2.1
35012024-09-17T13:56:59.925Z[verify-libraries] Compiling heck v0.4.1
35022024-09-17T13:57:01.680Z[verify-libraries] Compiling russh v0.45.0
35032024-09-17T13:57:03.866Z[ recovery-image] Sep 17 13:57:02.656 INFO O| Sep 17 13:57:02.656 INFO O| Startup: Caching catalogs ... Done
35042024-09-17T13:57:03.955Z[ recovery-image] Sep 17 13:57:02.744 INFO O| Sep 17 13:57:02.744 INFO O| Planning: Planning completed in 0.00 seconds
35052024-09-17T13:57:03.957Z[ recovery-image] Sep 17 13:57:02.745 INFO O| Sep 17 13:57:02.745 INFO O| Planning: Consolidating action changes ... Done
35062024-09-17T13:57:03.957Z[ recovery-image] Sep 17 13:57:02.745 INFO O| Sep 17 13:57:02.745 INFO O| Planning: Evaluating mediators ... Done
35072024-09-17T13:57:03.957Z[ recovery-image] Sep 17 13:57:02.746 INFO O| Sep 17 13:57:02.745 INFO O| Planning: Planning completed in 0.00 seconds
35082024-09-17T13:57:03.957Z[ recovery-image] Sep 17 13:57:02.746 INFO O| Sep 17 13:57:02.746 INFO O| Variants/Facets to change: 1
35092024-09-17T13:57:04.043Z[ recovery-image] Sep 17 13:57:02.832 INFO O| Sep 17 13:57:02.832 INFO O| Done
35102024-09-17T13:57:04.043Z[ recovery-image] Sep 17 13:57:02.832 INFO O| Sep 17 13:57:02.832 INFO O| Done
35112024-09-17T13:57:04.672Z[ recovery-image] Sep 17 13:57:03.462 INFO O| Sep 17 13:57:03.462 INFO O| Done
35122024-09-17T13:57:04.722Z[ recovery-image] Sep 17 13:57:03.511 INFO O| Sep 17 13:57:03.511 INFO O| Done
35132024-09-17T13:57:04.724Z[ recovery-image] Sep 17 13:57:03.513 INFO O| Sep 17 13:57:03.513 INFO O| Done
35142024-09-17T13:57:04.724Z[ recovery-image] Sep 17 13:57:03.513 INFO O| Sep 17 13:57:03.513 INFO O| Done
35152024-09-17T13:57:04.727Z[ recovery-image] Sep 17 13:57:03.515 INFO O| Sep 17 13:57:03.515 INFO O| Done
35162024-09-17T13:57:05.419Z[ recovery-image] Sep 17 13:57:04.208 INFO O| Sep 17 13:57:04.208 INFO STEP 6 (pkg_change_variant) COMPLETE
35172024-09-17T13:57:05.419Z[ recovery-image] Sep 17 13:57:04.208 INFO O| Sep 17 13:57:04.208 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-09-17T13:57:05.422Z[ recovery-image] Sep 17 13:57:04.208 INFO O| Sep 17 13:57:04.208 INFO skip step because feature "debug_variant" is not enabled
35192024-09-17T13:57:05.422Z[ recovery-image] Sep 17 13:57:04.208 INFO O| Sep 17 13:57:04.208 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-09-17T13:57:06.025Z[ recovery-image] Sep 17 13:57:04.814 INFO O| Sep 17 13:57:04.814 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35212024-09-17T13:57:06.151Z[verify-libraries] Compiling dhcproto v0.12.0
35222024-09-17T13:57:06.367Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35232024-09-17T13:57:07.013Z[ recovery-image] Sep 17 13:57:05.802 INFO O| Sep 17 13:57:05.801 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35242024-09-17T13:57:07.016Z[ recovery-image] Sep 17 13:57:05.803 INFO O| Sep 17 13:57:05.803 INFO O| Planning: Planning completed in 0.00 seconds
35252024-09-17T13:57:07.016Z[ recovery-image] Sep 17 13:57:05.805 INFO O| Sep 17 13:57:05.804 INFO O| Planning: Consolidating action changes ... Done
35262024-09-17T13:57:07.016Z[ recovery-image] Sep 17 13:57:05.805 INFO O| Sep 17 13:57:05.805 INFO O| Planning: Evaluating mediators ... Done
35272024-09-17T13:57:07.018Z[ recovery-image] Sep 17 13:57:05.805 INFO O| Sep 17 13:57:05.805 INFO O| Planning: Planning completed in 0.00 seconds
35282024-09-17T13:57:07.018Z[ recovery-image] Sep 17 13:57:05.806 INFO O| Sep 17 13:57:05.806 INFO O| Variants/Facets to change: 1
35292024-09-17T13:57:07.111Z[ recovery-image] Sep 17 13:57:05.900 INFO O| Sep 17 13:57:05.899 INFO O| Done
35302024-09-17T13:57:07.111Z[ recovery-image] Sep 17 13:57:05.900 INFO O| Sep 17 13:57:05.900 INFO O| Done
35312024-09-17T13:57:07.649Z[ recovery-image] Sep 17 13:57:06.438 INFO O| Sep 17 13:57:06.438 INFO O| Done
35322024-09-17T13:57:07.725Z[ recovery-image] Sep 17 13:57:06.514 INFO O| Sep 17 13:57:06.514 INFO O| Done
35332024-09-17T13:57:07.728Z[ recovery-image] Sep 17 13:57:06.515 INFO O| Sep 17 13:57:06.515 INFO O| Done
35342024-09-17T13:57:07.728Z[ recovery-image] Sep 17 13:57:06.515 INFO O| Sep 17 13:57:06.515 INFO O| Done
35352024-09-17T13:57:07.728Z[ recovery-image] Sep 17 13:57:06.517 INFO O| Sep 17 13:57:06.517 INFO O| Done
35362024-09-17T13:57:07.867Z[ recovery-image] Sep 17 13:57:06.656 INFO O| Sep 17 13:57:06.656 INFO STEP 8 (pkg_change_facet) COMPLETE
35372024-09-17T13:57:07.867Z[ recovery-image] Sep 17 13:57:06.656 INFO O| Sep 17 13:57:06.656 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35382024-09-17T13:57:08.507Z[ recovery-image] Sep 17 13:57:07.296 INFO O| Sep 17 13:57:07.296 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35392024-09-17T13:57:09.650Z[ recovery-image] Sep 17 13:57:08.439 INFO O| Sep 17 13:57:08.438 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35402024-09-17T13:57:09.653Z[ recovery-image] Sep 17 13:57:08.441 INFO O| Sep 17 13:57:08.441 INFO O| Planning: Planning completed in 0.00 seconds
35412024-09-17T13:57:09.653Z[ recovery-image] Sep 17 13:57:08.442 INFO O| Sep 17 13:57:08.442 INFO O| Planning: Consolidating action changes ... Done
35422024-09-17T13:57:09.653Z[ recovery-image] Sep 17 13:57:08.442 INFO O| Sep 17 13:57:08.442 INFO O| Planning: Evaluating mediators ... Done
35432024-09-17T13:57:09.656Z[ recovery-image] Sep 17 13:57:08.443 INFO O| Sep 17 13:57:08.442 INFO O| Planning: Planning completed in 0.00 seconds
35442024-09-17T13:57:09.656Z[ recovery-image] Sep 17 13:57:08.443 INFO O| Sep 17 13:57:08.443 INFO O| Variants/Facets to change: 1
35452024-09-17T13:57:09.750Z[ recovery-image] Sep 17 13:57:08.539 INFO O| Sep 17 13:57:08.539 INFO O| Done
35462024-09-17T13:57:09.750Z[ recovery-image] Sep 17 13:57:08.539 INFO O| Sep 17 13:57:08.539 INFO O| Done
35472024-09-17T13:57:10.362Z[ recovery-image] Sep 17 13:57:09.151 INFO O| Sep 17 13:57:09.151 INFO O| Done
35482024-09-17T13:57:10.418Z[ recovery-image] Sep 17 13:57:09.207 INFO O| Sep 17 13:57:09.207 INFO O| Done
35492024-09-17T13:57:10.421Z[ recovery-image] Sep 17 13:57:09.208 INFO O| Sep 17 13:57:09.208 INFO O| Done
35502024-09-17T13:57:10.421Z[ recovery-image] Sep 17 13:57:09.208 INFO O| Sep 17 13:57:09.208 INFO O| Done
35512024-09-17T13:57:10.424Z[ recovery-image] Sep 17 13:57:09.213 INFO O| Sep 17 13:57:09.213 INFO O| Done
35522024-09-17T13:57:10.525Z[ recovery-image] Sep 17 13:57:09.314 INFO O| Sep 17 13:57:09.313 INFO STEP 9 (pkg_change_facet) COMPLETE
35532024-09-17T13:57:10.525Z[ recovery-image] Sep 17 13:57:09.314 INFO O| Sep 17 13:57:09.313 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-09-17T13:57:11.233Z[ recovery-image] Sep 17 13:57:10.022 INFO O| Sep 17 13:57:10.022 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35552024-09-17T13:57:12.143Z[ recovery-image] Sep 17 13:57:10.929 INFO O| Sep 17 13:57:10.929 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35562024-09-17T13:57:12.145Z[ recovery-image] Sep 17 13:57:10.931 INFO O| Sep 17 13:57:10.931 INFO O| Planning: Planning completed in 0.00 seconds
35572024-09-17T13:57:12.145Z[ recovery-image] Sep 17 13:57:10.932 INFO O| Sep 17 13:57:10.932 INFO O| Planning: Consolidating action changes ... Done
35582024-09-17T13:57:12.145Z[ recovery-image] Sep 17 13:57:10.932 INFO O| Sep 17 13:57:10.932 INFO O| Planning: Evaluating mediators ... Done
35592024-09-17T13:57:12.145Z[ recovery-image] Sep 17 13:57:10.933 INFO O| Sep 17 13:57:10.933 INFO O| Planning: Planning completed in 0.00 seconds
35602024-09-17T13:57:12.145Z[ recovery-image] Sep 17 13:57:10.933 INFO O| Sep 17 13:57:10.933 INFO O| Variants/Facets to change: 1
35612024-09-17T13:57:12.193Z[ recovery-image] Sep 17 13:57:10.981 INFO O| Sep 17 13:57:10.981 INFO O| Done
35622024-09-17T13:57:12.193Z[ recovery-image] Sep 17 13:57:10.981 INFO O| Sep 17 13:57:10.981 INFO O| Done
35632024-09-17T13:57:12.830Z[ recovery-image] Sep 17 13:57:11.618 INFO O| Sep 17 13:57:11.618 INFO O| Done
35642024-09-17T13:57:12.888Z[ recovery-image] Sep 17 13:57:11.676 INFO O| Sep 17 13:57:11.675 INFO O| Done
35652024-09-17T13:57:12.890Z[ recovery-image] Sep 17 13:57:11.676 INFO O| Sep 17 13:57:11.676 INFO O| Done
35662024-09-17T13:57:12.890Z[ recovery-image] Sep 17 13:57:11.677 INFO O| Sep 17 13:57:11.677 INFO O| Done
35672024-09-17T13:57:12.890Z[ recovery-image] Sep 17 13:57:11.678 INFO O| Sep 17 13:57:11.678 INFO O| Done
35682024-09-17T13:57:12.985Z[ recovery-image] Sep 17 13:57:11.773 INFO O| Sep 17 13:57:11.773 INFO STEP 10 (pkg_change_facet) COMPLETE
35692024-09-17T13:57:12.985Z[ recovery-image] Sep 17 13:57:11.773 INFO O| Sep 17 13:57:11.773 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-09-17T13:57:13.004Z[ recovery-image] Sep 17 13:57:11.792 INFO O| Sep 17 13:57:11.792 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"]
35712024-09-17T13:57:14.056Z[ recovery-image] Sep 17 13:57:12.843 INFO O| Sep 17 13:57:12.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35722024-09-17T13:57:15.643Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35732024-09-17T13:57:16.652Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35742024-09-17T13:57:17.154Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35752024-09-17T13:57:17.623Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35762024-09-17T13:57:17.840Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35772024-09-17T13:57:18.204Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35782024-09-17T13:57:18.518Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35792024-09-17T13:57:18.922Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35802024-09-17T13:57:20.772Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35812024-09-17T13:57:23.008Z[ host-image] Sep 17 13:57:21.795 INFO O| Sep 17 13:57:21.794 INFO O| Planning: Solver setup ... Done
35822024-09-17T13:57:24.213Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35832024-09-17T13:57:29.431Z[verify-libraries] Compiling termios v0.3.3
35842024-09-17T13:57:29.875Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35852024-09-17T13:57:49.047Z[ recovery-image] Sep 17 13:57:47.830 INFO O| Sep 17 13:57:47.830 INFO O| Planning: Solver setup ... Done
35862024-09-17T13:57:51.731Z[ host-image] Sep 17 13:57:50.514 INFO O| Sep 17 13:57:50.514 INFO O| Planning: Running solver ... Done
35872024-09-17T13:57:52.161Z[ host-image] Sep 17 13:57:50.944 INFO O| Sep 17 13:57:50.944 INFO O| Planning: Finding local manifests ... Done
35882024-09-17T13:57:52.176Z[ host-image] Sep 17 13:57:50.959 INFO O| Sep 17 13:57:50.959 INFO O| Planning: Fetching manifests: 0/124 0% complete
35892024-09-17T13:57:55.746Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35902024-09-17T13:57:56.849Z[ host-image] Sep 17 13:57:55.631 INFO O| Sep 17 13:57:55.631 INFO O| Planning: Fetching manifests: 124/124 100% complete
35912024-09-17T13:57:58.178Z[ host-image] Sep 17 13:57:56.961 INFO O| Sep 17 13:57:56.960 INFO O| Planning: Package planning ... Done
35922024-09-17T13:58:00.048Z[ host-image] Sep 17 13:57:58.830 INFO O| Sep 17 13:57:58.830 INFO O| Planning: Merging actions ... Done
35932024-09-17T13:58:00.416Z[ host-image] Sep 17 13:57:59.198 INFO O| Sep 17 13:57:59.198 INFO O| Planning: Checking for conflicting actions ... Done
35942024-09-17T13:58:00.720Z[ host-image] Sep 17 13:57:59.502 INFO O| Sep 17 13:57:59.502 INFO O| Planning: Consolidating action changes ... Done
35952024-09-17T13:58:01.247Z[ host-image] Sep 17 13:58:00.029 INFO O| Sep 17 13:58:00.029 INFO O| Planning: Evaluating mediators ... Done
35962024-09-17T13:58:07.936Z[ host-image] Sep 17 13:58:06.716 INFO O| Sep 17 13:58:06.716 INFO O| Planning: Planning completed in 78.73 seconds
35972024-09-17T13:58:07.943Z[ host-image] Sep 17 13:58:06.724 INFO O| Sep 17 13:58:06.724 INFO O| Packages to install: 124
35982024-09-17T13:58:07.945Z[ host-image] Sep 17 13:58:06.724 INFO O| Sep 17 13:58:06.724 INFO O| Mediators to change: 4
35992024-09-17T13:58:07.946Z[ host-image] Sep 17 13:58:06.724 INFO O| Sep 17 13:58:06.724 INFO O| Services to change: 6
36002024-09-17T13:58:08.068Z[ host-image] Sep 17 13:58:06.849 INFO O| Sep 17 13:58:06.849 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
36012024-09-17T13:58:13.565Z[ host-image] Sep 17 13:58:12.345 INFO O| Sep 17 13:58:12.345 INFO O| Download: 1023/22728 items 6.6/196.4MB 3% complete (1.5M/s)
36022024-09-17T13:58:16.487Z[ recovery-image] Sep 17 13:58:15.266 INFO O| Sep 17 13:58:15.266 INFO O| Planning: Running solver ... Done
36032024-09-17T13:58:16.837Z[ recovery-image] Sep 17 13:58:15.617 INFO O| Sep 17 13:58:15.617 INFO O| Planning: Finding local manifests ... Done
36042024-09-17T13:58:16.853Z[ recovery-image] Sep 17 13:58:15.633 INFO O| Sep 17 13:58:15.633 INFO O| Planning: Fetching manifests: 0/124 0% complete
36052024-09-17T13:58:18.659Z[ host-image] Sep 17 13:58:17.438 INFO O| Sep 17 13:58:17.438 INFO O| Download: 1694/22728 items 11.3/196.4MB 5% complete (1.1M/s)
36062024-09-17T13:58:21.388Z[ recovery-image] Sep 17 13:58:20.167 INFO O| Sep 17 13:58:20.167 INFO O| Planning: Fetching manifests: 124/124 100% complete
36072024-09-17T13:58:22.516Z[ recovery-image] Sep 17 13:58:21.295 INFO O| Sep 17 13:58:21.294 INFO O| Planning: Package planning ... Done
36082024-09-17T13:58:23.285Z[ recovery-image] Sep 17 13:58:22.064 INFO O| Sep 17 13:58:22.064 INFO O| Planning: Merging actions ... Done
36092024-09-17T13:58:23.458Z[ recovery-image] Sep 17 13:58:22.236 INFO O| Sep 17 13:58:22.236 INFO O| Planning: Checking for conflicting actions ... Done
36102024-09-17T13:58:23.593Z[ recovery-image] Sep 17 13:58:22.371 INFO O| Sep 17 13:58:22.371 INFO O| Planning: Consolidating action changes ... Done
36112024-09-17T13:58:23.799Z[ host-image] Sep 17 13:58:22.577 INFO O| Sep 17 13:58:22.577 INFO O| Download: 2155/22728 items 23.9/196.4MB 12% complete (1.8M/s)
36122024-09-17T13:58:23.960Z[ recovery-image] Sep 17 13:58:22.739 INFO O| Sep 17 13:58:22.739 INFO O| Planning: Evaluating mediators ... Done
36132024-09-17T13:58:28.983Z[ host-image] Sep 17 13:58:27.761 INFO O| Sep 17 13:58:27.761 INFO O| Download: 2501/22728 items 30.4/196.4MB 15% complete (1.9M/s)
36142024-09-17T13:58:29.944Z[ recovery-image] Sep 17 13:58:28.722 INFO O| Sep 17 13:58:28.722 INFO O| Planning: Planning completed in 75.88 seconds
36152024-09-17T13:58:29.950Z[ recovery-image] Sep 17 13:58:28.729 INFO O| Sep 17 13:58:28.728 INFO O| Packages to install: 124
36162024-09-17T13:58:29.951Z[ recovery-image] Sep 17 13:58:28.729 INFO O| Sep 17 13:58:28.729 INFO O| Mediators to change: 4
36172024-09-17T13:58:29.951Z[ recovery-image] Sep 17 13:58:28.729 INFO O| Sep 17 13:58:28.729 INFO O| Services to change: 5
36182024-09-17T13:58:30.032Z[ recovery-image] Sep 17 13:58:28.810 INFO O| Sep 17 13:58:28.810 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
36192024-09-17T13:58:34.041Z[ host-image] Sep 17 13:58:32.818 INFO O| Sep 17 13:58:32.818 INFO O| Download: 3204/22728 items 34.0/196.4MB 17% complete (1.0M/s)
36202024-09-17T13:58:35.034Z[ recovery-image] Sep 17 13:58:33.811 INFO O| Sep 17 13:58:33.811 INFO O| Download: 536/15831 items 4.4/173.2MB 2% complete (916k/s)
36212024-09-17T13:58:39.045Z[ host-image] Sep 17 13:58:37.822 INFO O| Sep 17 13:58:37.822 INFO O| Download: 3943/22728 items 40.0/196.4MB 20% complete (982k/s)
36222024-09-17T13:58:40.208Z[ recovery-image] Sep 17 13:58:38.985 INFO O| Sep 17 13:58:38.985 INFO O| Download: 1098/15831 items 9.2/173.2MB 5% complete (956k/s)
36232024-09-17T13:58:40.211Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36242024-09-17T13:58:44.283Z[ host-image] Sep 17 13:58:43.059 INFO O| Sep 17 13:58:43.059 INFO O| Download: 4636/22728 items 42.9/196.4MB 21% complete (906k/s)
36252024-09-17T13:58:45.210Z[ recovery-image] Sep 17 13:58:43.986 INFO O| Sep 17 13:58:43.985 INFO O| Download: 1369/15831 items 20.4/173.2MB 11% complete (1.6M/s)
36262024-09-17T13:58:47.749Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36272024-09-17T13:58:49.290Z[ host-image] Sep 17 13:58:48.064 INFO O| Sep 17 13:58:48.064 INFO O| Download: 5269/22728 items 46.0/196.4MB 23% complete (602k/s)
36282024-09-17T13:58:49.464Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36292024-09-17T13:58:50.244Z[ recovery-image] Sep 17 13:58:49.019 INFO O| Sep 17 13:58:49.019 INFO O| Download: 1858/15831 items 28.5/173.2MB 16% complete (1.9M/s)
36302024-09-17T13:58:55.251Z[ recovery-image] Sep 17 13:58:54.026 INFO O| Sep 17 13:58:54.026 INFO O| Download: 2572/15831 items 32.6/173.2MB 18% complete (1.2M/s)
36312024-09-17T13:58:56.703Z[ host-image] Sep 17 13:58:55.477 INFO O| Sep 17 13:58:55.477 INFO O| Download: 5742/22728 items 46.2/196.4MB 23% complete (418k/s)
36322024-09-17T13:59:00.258Z[ recovery-image] Sep 17 13:58:59.032 INFO O| Sep 17 13:58:59.031 INFO O| Download: 2834/15831 items 36.1/173.2MB 20% complete (760k/s)
36332024-09-17T13:59:01.733Z[ host-image] Sep 17 13:59:00.506 INFO O| Sep 17 13:59:00.506 INFO O| Download: 6324/22728 items 46.6/196.4MB 23% complete (39.5k/s)
36342024-09-17T13:59:05.262Z[ recovery-image] Sep 17 13:59:04.035 INFO O| Sep 17 13:59:04.035 INFO O| Download: 3487/15831 items 38.2/173.2MB 22% complete (592k/s)
36352024-09-17T13:59:10.270Z[ recovery-image] Sep 17 13:59:09.042 INFO O| Sep 17 13:59:09.042 INFO O| Download: 4032/15831 items 42.6/173.2MB 24% complete (665k/s)
36362024-09-17T13:59:11.195Z[ host-image] Sep 17 13:59:09.968 INFO O| Sep 17 13:59:09.967 INFO O| Download: 6759/22728 items 47.8/196.4MB 24% complete (143k/s)
36372024-09-17T13:59:15.545Z[ recovery-image] Sep 17 13:59:14.316 INFO O| Sep 17 13:59:14.316 INFO O| Download: 4778/15831 items 43.0/173.2MB 24% complete (551k/s)
36382024-09-17T13:59:16.436Z[ host-image] Sep 17 13:59:15.208 INFO O| Sep 17 13:59:15.208 INFO O| Download: 6984/22728 items 50.4/196.4MB 25% complete (264k/s)
36392024-09-17T13:59:20.561Z[ recovery-image] Sep 17 13:59:19.332 INFO O| Sep 17 13:59:19.332 INFO O| Download: 5259/15831 items 43.2/173.2MB 24% complete (71.3k/s)
36402024-09-17T13:59:21.459Z[ host-image] Sep 17 13:59:20.230 INFO O| Sep 17 13:59:20.229 INFO O| Download: 7292/22728 items 57.4/196.4MB 29% complete (1011k/s)
36412024-09-17T13:59:23.972Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36422024-09-17T13:59:24.310Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36432024-09-17T13:59:25.639Z[ recovery-image] Sep 17 13:59:24.409 INFO O| Sep 17 13:59:24.409 INFO O| Download: 5654/15831 items 44.5/173.2MB 25% complete (109k/s)
36442024-09-17T13:59:26.470Z[ host-image] Sep 17 13:59:25.240 INFO O| Sep 17 13:59:25.240 INFO O| Download: 7836/22728 items 59.2/196.4MB 30% complete (907k/s)
36452024-09-17T13:59:27.777Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36462024-09-17T13:59:29.219Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36472024-09-17T13:59:30.640Z[ recovery-image] Sep 17 13:59:29.409 INFO O| Sep 17 13:59:29.409 INFO O| Download: 5732/15831 items 46.5/173.2MB 26% complete (295k/s)
36482024-09-17T13:59:32.821Z[ host-image] Sep 17 13:59:31.590 INFO O| Sep 17 13:59:31.590 INFO O| Download: 7954/22728 items 59.6/196.4MB 30% complete (836k/s)
36492024-09-17T13:59:35.898Z[ recovery-image] Sep 17 13:59:34.667 INFO O| Sep 17 13:59:34.667 INFO O| Download: 6113/15831 items 58.4/173.2MB 33% complete (1.2M/s)
36502024-09-17T13:59:37.834Z[ host-image] Sep 17 13:59:36.602 INFO O| Sep 17 13:59:36.602 INFO O| Download: 8264/22728 items 65.7/196.4MB 33% complete (538k/s)
36512024-09-17T13:59:40.948Z[ recovery-image] Sep 17 13:59:39.717 INFO O| Sep 17 13:59:39.717 INFO O| Download: 6765/15831 items 65.2/173.2MB 37% complete (1.9M/s)
36522024-09-17T13:59:42.858Z[ host-image] Sep 17 13:59:41.626 INFO O| Sep 17 13:59:41.626 INFO O| Download: 8579/22728 items 70.2/196.4MB 35% complete (1.0M/s)
36532024-09-17T13:59:46.046Z[ recovery-image] Sep 17 13:59:44.813 INFO O| Sep 17 13:59:44.813 INFO O| Download: 7205/15831 items 73.2/173.2MB 42% complete (1.9M/s)
36542024-09-17T13:59:47.882Z[ host-image] Sep 17 13:59:46.650 INFO O| Sep 17 13:59:46.649 INFO O| Download: 9357/22728 items 80.9/196.4MB 41% complete (1.5M/s)
36552024-09-17T13:59:51.668Z[ recovery-image] Sep 17 13:59:50.435 INFO O| Sep 17 13:59:50.435 INFO O| Download: 7621/15831 items 73.6/173.2MB 42% complete (963k/s)
36562024-09-17T13:59:52.887Z[ host-image] Sep 17 13:59:51.654 INFO O| Sep 17 13:59:51.654 INFO O| Download: 9813/22728 items 83.6/196.4MB 42% complete (1.4M/s)
36572024-09-17T13:59:56.783Z[ recovery-image] Sep 17 13:59:55.549 INFO O| Sep 17 13:59:55.549 INFO O| Download: 7863/15831 items 75.7/173.2MB 43% complete (251k/s)
36582024-09-17T13:59:59.767Z[ host-image] Sep 17 13:59:58.533 INFO O| Sep 17 13:59:58.533 INFO O| Download: 10405/22728 items 88.0/196.4MB 44% complete (1.2M/s)
36592024-09-17T14:00:02.563Z[ recovery-image] Sep 17 14:00:01.329 INFO O| Sep 17 14:00:01.328 INFO O| Download: 7921/15831 items 77.4/173.2MB 44% complete (365k/s)
36602024-09-17T14:00:05.429Z[ host-image] Sep 17 14:00:04.194 INFO O| Sep 17 14:00:04.194 INFO O| Download: 10841/22728 items 89.9/196.4MB 45% complete (633k/s)
36612024-09-17T14:00:07.892Z[ recovery-image] Sep 17 14:00:06.657 INFO O| Sep 17 14:00:06.657 INFO O| Download: 7960/15831 items 78.2/173.2MB 45% complete (252k/s)
36622024-09-17T14:00:10.550Z[ host-image] Sep 17 14:00:09.314 INFO O| Sep 17 14:00:09.314 INFO O| Download: 11124/22728 items 92.9/196.4MB 47% complete (445k/s)
36632024-09-17T14:00:13.141Z[ recovery-image] Sep 17 14:00:11.905 INFO O| Sep 17 14:00:11.904 INFO O| Download: 8671/15831 items 82.2/173.2MB 47% complete (444k/s)
36642024-09-17T14:00:15.851Z[ host-image] Sep 17 14:00:14.615 INFO O| Sep 17 14:00:14.614 INFO O| Download: 11203/22728 items 93.9/196.4MB 47% complete (410k/s)
36652024-09-17T14:00:19.395Z[ recovery-image] Sep 17 14:00:18.158 INFO O| Sep 17 14:00:18.158 INFO O| Download: 8821/15831 items 91.7/173.2MB 52% complete (1.3M/s)
36662024-09-17T14:00:21.567Z[ host-image] Sep 17 14:00:20.330 INFO O| Sep 17 14:00:20.330 INFO O| Download: 11242/22728 items 94.2/196.4MB 47% complete (298k/s)
36672024-09-17T14:00:25.464Z[ recovery-image] Sep 17 14:00:24.226 INFO O| Sep 17 14:00:24.226 INFO O| Download: 8842/15831 items 91.9/173.2MB 53% complete (1.2M/s)
36682024-09-17T14:00:27.101Z[ host-image] Sep 17 14:00:25.863 INFO O| Sep 17 14:00:25.863 INFO O| Download: 11965/22728 items 97.9/196.4MB 49% complete (366k/s)
36692024-09-17T14:00:30.468Z[ recovery-image] Sep 17 14:00:29.229 INFO O| Sep 17 14:00:29.229 INFO O| Download: 9142/15831 items 92.7/173.2MB 53% complete (91.6k/s)
36702024-09-17T14:00:32.358Z[ host-image] Sep 17 14:00:31.119 INFO O| Sep 17 14:00:31.119 INFO O| Download: 12097/22728 items 101.0/196.4MB 51% complete (697k/s)
36712024-09-17T14:00:35.600Z[ recovery-image] Sep 17 14:00:34.327 INFO O| Sep 17 14:00:34.327 INFO O| Download: 9952/15831 items 93.1/173.2MB 53% complete (155k/s)
36722024-09-17T14:00:37.868Z[ host-image] Sep 17 14:00:36.628 INFO O| Sep 17 14:00:36.628 INFO O| Download: 12282/22728 items 109.4/196.4MB 55% complete (1.2M/s)
36732024-09-17T14:00:41.356Z[ recovery-image] Sep 17 14:00:40.116 INFO O| Sep 17 14:00:40.116 INFO O| Download: 10542/15831 items 93.4/173.2MB 53% complete (80.4k/s)
36742024-09-17T14:00:43.027Z[ host-image] Sep 17 14:00:41.787 INFO O| Sep 17 14:00:41.787 INFO O| Download: 12825/22728 items 109.7/196.4MB 55% complete (954k/s)
36752024-09-17T14:00:46.397Z[ recovery-image] Sep 17 14:00:45.156 INFO O| Sep 17 14:00:45.156 INFO O| Download: 10935/15831 items 94.0/173.2MB 54% complete (77.6k/s)
36762024-09-17T14:00:48.028Z[ host-image] Sep 17 14:00:46.787 INFO O| Sep 17 14:00:46.787 INFO O| Download: 13436/22728 items 110.0/196.4MB 55% complete (59.7k/s)
36772024-09-17T14:00:52.530Z[ recovery-image] Sep 17 14:00:51.289 INFO O| Sep 17 14:00:51.289 INFO O| Download: 11013/15831 items 94.8/173.2MB 54% complete (150k/s)
36782024-09-17T14:00:53.113Z[ host-image] Sep 17 14:00:51.872 INFO O| Sep 17 14:00:51.872 INFO O| Download: 13896/22728 items 110.2/196.4MB 56% complete (56.2k/s)
36792024-09-17T14:00:57.545Z[ recovery-image] Sep 17 14:00:56.303 INFO O| Sep 17 14:00:56.303 INFO O| Download: 11396/15831 items 107.0/173.2MB 61% complete (1.2M/s)
36802024-09-17T14:01:00.128Z[ host-image] Sep 17 14:00:58.886 INFO O| Sep 17 14:00:58.886 INFO O| Download: 14259/22728 items 110.6/196.4MB 56% complete (69.3k/s)
36812024-09-17T14:01:02.563Z[ recovery-image] Sep 17 14:01:01.320 INFO O| Sep 17 14:01:01.320 INFO O| Download: 11910/15831 items 128.0/173.2MB 73% complete (3.4M/s)
36822024-09-17T14:01:05.434Z[ host-image] Sep 17 14:01:04.191 INFO O| Sep 17 14:01:04.191 INFO O| Download: 14489/22728 items 116.0/196.4MB 59% complete (511k/s)
36832024-09-17T14:01:07.601Z[ recovery-image] Sep 17 14:01:06.358 INFO O| Sep 17 14:01:06.357 INFO O| Download: 12245/15831 items 137.9/173.2MB 79% complete (3.1M/s)
36842024-09-17T14:01:11.937Z[ host-image] Sep 17 14:01:10.693 INFO O| Sep 17 14:01:10.693 INFO O| Download: 14512/22728 items 116.6/196.4MB 59% complete (612k/s)
36852024-09-17T14:01:12.602Z[ recovery-image] Sep 17 14:01:11.358 INFO O| Sep 17 14:01:11.358 INFO O| Download: 12996/15831 items 141.0/173.2MB 81% complete (1.3M/s)
36862024-09-17T14:01:18.348Z[ host-image] Sep 17 14:01:17.103 INFO O| Sep 17 14:01:17.103 INFO O| Download: 14514/22728 items 116.6/196.4MB 59% complete (594k/s)
36872024-09-17T14:01:18.353Z[ recovery-image] Sep 17 14:01:17.109 INFO O| Sep 17 14:01:17.109 INFO O| Download: 13004/15831 items 141.0/173.2MB 81% complete (1.2M/s)
36882024-09-17T14:01:23.372Z[ recovery-image] Sep 17 14:01:22.126 INFO O| Sep 17 14:01:22.126 INFO O| Download: 13524/15831 items 143.1/173.2MB 82% complete (359k/s)
36892024-09-17T14:01:31.154Z[ host-image] Sep 17 14:01:29.907 INFO O| Sep 17 14:01:29.907 INFO O| Download: 14516/22728 items 116.6/196.4MB 59% complete
36902024-09-17T14:01:32.353Z[ recovery-image] Sep 17 14:01:31.106 INFO O| Sep 17 14:01:31.106 INFO O| Download: 14028/15831 items 145.4/173.2MB 83% complete (505k/s)
36912024-09-17T14:01:36.157Z[ host-image] Sep 17 14:01:34.910 INFO O| Sep 17 14:01:34.909 INFO O| Download: 15111/22728 items 122.3/196.4MB 62% complete (1.1M/s)
36922024-09-17T14:01:37.355Z[ recovery-image] Sep 17 14:01:36.108 INFO O| Sep 17 14:01:36.108 INFO O| Download: 14494/15831 items 147.0/173.2MB 84% complete (173k/s)
36932024-09-17T14:01:43.485Z[ recovery-image] Sep 17 14:01:42.237 INFO O| Sep 17 14:01:42.237 INFO O| Download: 14701/15831 items 148.8/173.2MB 85% complete (343k/s)
36942024-09-17T14:01:45.086Z[ host-image] Sep 17 14:01:43.838 INFO O| Sep 17 14:01:43.838 INFO O| Download: 15543/22728 items 125.6/196.4MB 63% complete (1.0M/s)
36952024-09-17T14:01:48.486Z[ recovery-image] Sep 17 14:01:47.237 INFO O| Sep 17 14:01:47.237 INFO O| Download: 15263/15831 items 158.0/173.2MB 91% complete (1.1M/s)
36962024-09-17T14:01:51.304Z[ host-image] Sep 17 14:01:50.055 INFO O| Sep 17 14:01:50.054 INFO O| Download: 15743/22728 items 126.0/196.4MB 64% complete (75.2k/s)
36972024-09-17T14:01:54.274Z[ recovery-image] Sep 17 14:01:53.024 INFO O| Sep 17 14:01:53.024 INFO O| Download: 15545/15831 items 166.1/173.2MB 95% complete (1.8M/s)
36982024-09-17T14:01:56.348Z[ host-image] Sep 17 14:01:55.098 INFO O| Sep 17 14:01:55.098 INFO O| Download: 16122/22728 items 131.3/196.4MB 66% complete (568k/s)
36992024-09-17T14:01:59.670Z[ recovery-image] Sep 17 14:01:58.419 INFO O| Sep 17 14:01:58.419 INFO O| Download: 15620/15831 items 167.1/173.2MB 96% complete (1008k/s)
37002024-09-17T14:02:01.624Z[ host-image] Sep 17 14:02:00.374 INFO O| Sep 17 14:02:00.374 INFO O| Download: 16862/22728 items 140.1/196.4MB 71% complete (1.4M/s)
37012024-09-17T14:02:03.127Z[ recovery-image] Sep 17 14:02:01.876 INFO O| Sep 17 14:02:01.876 INFO O| Download: Completed 173.20 MB in 213.07 seconds (829k/s)
37022024-09-17T14:02:03.329Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 13s
37032024-09-17T14:02:03.620ZSep 17 14:02:02.369 INFO [verify-libraries] process exited with exit status: 0 (318.086352154s)
37042024-09-17T14:02:03.653Z[ recovery-image] Sep 17 14:02:02.403 INFO O| Sep 17 14:02:02.402 INFO O| Actions: 1/24965 actions (Installing new actions)
37052024-09-17T14:02:06.631Z[ host-image] Sep 17 14:02:05.380 INFO O| Sep 17 14:02:05.380 INFO O| Download: 17385/22728 items 142.5/196.4MB 72% complete (1.1M/s)
37062024-09-17T14:02:08.654Z[ recovery-image] Sep 17 14:02:07.403 INFO O| Sep 17 14:02:07.403 INFO O| Actions: 13002/24965 actions (Installing new actions)
37072024-09-17T14:02:13.667Z[ recovery-image] Sep 17 14:02:12.414 INFO O| Sep 17 14:02:12.414 INFO O| Actions: 24477/24965 actions (Installing new actions)
37082024-09-17T14:02:13.906Z[ host-image] Sep 17 14:02:12.654 INFO O| Sep 17 14:02:12.654 INFO O| Download: 17858/22728 items 150.0/196.4MB 76% complete (1.7M/s)
37092024-09-17T14:02:14.266Z[ recovery-image] Sep 17 14:02:13.014 INFO O| Sep 17 14:02:13.014 INFO O| Actions: Completed 24965 actions in 10.61 seconds.
37102024-09-17T14:02:14.539Z[ recovery-image] Sep 17 14:02:13.287 INFO O| Sep 17 14:02:13.287 INFO O| Done
37112024-09-17T14:02:14.539Z[ recovery-image] Sep 17 14:02:13.287 INFO O| Sep 17 14:02:13.287 INFO O| Done
37122024-09-17T14:02:15.024Z[ recovery-image] Sep 17 14:02:13.771 INFO O| Sep 17 14:02:13.771 INFO O| Done
37132024-09-17T14:02:15.777Z[ recovery-image] Sep 17 14:02:14.525 INFO O| Sep 17 14:02:14.525 INFO O| Done
37142024-09-17T14:02:15.789Z[ recovery-image] Sep 17 14:02:14.537 INFO O| Sep 17 14:02:14.537 INFO O| Done
37152024-09-17T14:02:17.826Z[ recovery-image] Sep 17 14:02:16.573 INFO O| Sep 17 14:02:16.573 INFO O| Done
37162024-09-17T14:02:18.163Z[ recovery-image] Sep 17 14:02:16.910 INFO O| Sep 17 14:02:16.910 INFO O| Done
37172024-09-17T14:02:18.367Z[ recovery-image] Sep 17 14:02:17.114 INFO O| Sep 17 14:02:17.114 INFO STEP 11 (pkg_install) COMPLETE
37182024-09-17T14:02:18.367Z[ recovery-image] Sep 17 14:02:17.114 INFO O| Sep 17 14:02:17.114 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192024-09-17T14:02:18.370Z[ recovery-image] Sep 17 14:02:17.114 INFO O| Sep 17 14:02:17.114 INFO skip step because feature "recovery" is enabled
37202024-09-17T14:02:18.370Z[ recovery-image] Sep 17 14:02:17.114 INFO O| Sep 17 14:02:17.114 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-09-17T14:02:18.370Z[ recovery-image] Sep 17 14:02:17.114 INFO O| Sep 17 14:02:17.114 INFO skip step because feature "omicron1" is not enabled
37222024-09-17T14:02:18.371Z[ recovery-image] Sep 17 14:02:17.114 INFO O| Sep 17 14:02:17.114 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-09-17T14:02:18.379Z[ recovery-image] Sep 17 14:02:17.126 INFO O| Sep 17 14:02:17.126 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37242024-09-17T14:02:18.864Z[ recovery-image] Sep 17 14:02:17.611 INFO O| Sep 17 14:02:17.611 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37252024-09-17T14:02:18.909Z[ host-image] Sep 17 14:02:17.656 INFO O| Sep 17 14:02:17.656 INFO O| Download: 18023/22728 items 159.1/196.4MB 81% complete (1.1M/s)
37262024-09-17T14:02:20.336Z[ recovery-image] Sep 17 14:02:19.082 INFO O| Sep 17 14:02:19.082 INFO O| Planning: Solver setup ... Done
37272024-09-17T14:02:20.339Z[ recovery-image] Sep 17 14:02:19.086 INFO O| Sep 17 14:02:19.086 INFO O| Planning: Running solver ... Done
37282024-09-17T14:02:20.378Z[ recovery-image] Sep 17 14:02:19.125 INFO O| Sep 17 14:02:19.125 INFO O| Planning: Finding local manifests ... Done
37292024-09-17T14:02:20.380Z[ recovery-image] Sep 17 14:02:19.126 INFO O| Sep 17 14:02:19.125 INFO O| Planning: Fetching manifests: 0/1 0% complete
37302024-09-17T14:02:20.462Z[ recovery-image] Sep 17 14:02:19.209 INFO O| Sep 17 14:02:19.209 INFO O| Planning: Fetching manifests: 1/1 100% complete
37312024-09-17T14:02:20.481Z[ recovery-image] Sep 17 14:02:19.228 INFO O| Sep 17 14:02:19.228 INFO O| Planning: Package planning ... Done
37322024-09-17T14:02:20.483Z[ recovery-image] Sep 17 14:02:19.229 INFO O| Sep 17 14:02:19.228 INFO O| Planning: Merging actions ... Done
37332024-09-17T14:02:20.514Z[ recovery-image] Sep 17 14:02:19.261 INFO O| Sep 17 14:02:19.261 INFO O| Planning: Checking for conflicting actions ... Done
37342024-09-17T14:02:20.516Z[ recovery-image] Sep 17 14:02:19.262 INFO O| Sep 17 14:02:19.262 INFO O| Planning: Consolidating action changes ... Done
37352024-09-17T14:02:20.643Z[ recovery-image] Sep 17 14:02:19.390 INFO O| Sep 17 14:02:19.389 INFO O| Planning: Evaluating mediators ... Done
37362024-09-17T14:02:20.643Z[ recovery-image] Sep 17 14:02:19.390 INFO O| Sep 17 14:02:19.390 INFO O| Planning: Planning completed in 1.78 seconds
37372024-09-17T14:02:20.646Z[ recovery-image] Sep 17 14:02:19.392 INFO O| Sep 17 14:02:19.391 INFO O| Packages to install: 1
37382024-09-17T14:02:20.655Z[ recovery-image] Sep 17 14:02:19.402 INFO O| Sep 17 14:02:19.402 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37392024-09-17T14:02:21.325Z[ recovery-image] Sep 17 14:02:20.072 INFO O| Sep 17 14:02:20.072 INFO O| Download: Completed 20.80 MB in 0.67 seconds (31.1M/s)
37402024-09-17T14:02:21.350Z[ recovery-image] Sep 17 14:02:20.097 INFO O| Sep 17 14:02:20.097 INFO O| Actions: 1/22 actions (Installing new actions)
37412024-09-17T14:02:21.893Z[ recovery-image] Sep 17 14:02:20.640 INFO O| Sep 17 14:02:20.640 INFO O| Actions: Completed 22 actions in 0.54 seconds.
37422024-09-17T14:02:22.132Z[ recovery-image] Sep 17 14:02:20.879 INFO O| Sep 17 14:02:20.879 INFO O| Done
37432024-09-17T14:02:22.132Z[ recovery-image] Sep 17 14:02:20.879 INFO O| Sep 17 14:02:20.879 INFO O| Done
37442024-09-17T14:02:22.504Z[ recovery-image] Sep 17 14:02:21.249 INFO O| Sep 17 14:02:21.249 INFO O| Done
37452024-09-17T14:02:23.294Z[ recovery-image] Sep 17 14:02:22.041 INFO O| Sep 17 14:02:22.041 INFO O| Done
37462024-09-17T14:02:23.310Z[ recovery-image] Sep 17 14:02:22.055 INFO O| Sep 17 14:02:22.055 INFO O| Done
37472024-09-17T14:02:23.312Z[ recovery-image] Sep 17 14:02:22.055 INFO O| Sep 17 14:02:22.055 INFO O| Done
37482024-09-17T14:02:23.318Z[ recovery-image] Sep 17 14:02:22.065 INFO O| Sep 17 14:02:22.065 INFO O| Done
37492024-09-17T14:02:23.405Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO STEP 14 (pkg_install) COMPLETE
37502024-09-17T14:02:23.405Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37512024-09-17T14:02:23.405Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO skip step because feature "mfg" is not enabled
37522024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO skip step because feature "compliance" is not enabled
37542024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO skip step because feature "stress" is not enabled
37562024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO skip step because feature "nfs" is not enabled
37582024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37592024-09-17T14:02:23.408Z[ recovery-image] Sep 17 14:02:22.152 INFO O| Sep 17 14:02:22.152 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37602024-09-17T14:02:23.632Z[ recovery-image] Sep 17 14:02:22.379 INFO O| Sep 17 14:02:22.378 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37612024-09-17T14:02:23.711Z[ recovery-image] Sep 17 14:02:22.458 INFO O| Sep 17 14:02:22.458 INFO completed processing gimlet/ramdisk-01-os
37622024-09-17T14:02:23.714Z[ recovery-image] Sep 17 14:02:22.461 INFO image builder template: ramdisk-02-trim...
37632024-09-17T14:02:23.714Z[ recovery-image] Sep 17 14:02:22.461 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/.tmpUb1DXk/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
37642024-09-17T14:02:23.738Z[ recovery-image] Sep 17 14:02:22.485 INFO O| Sep 17 14:02:22.485 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37652024-09-17T14:02:23.743Z[ recovery-image] Sep 17 14:02:22.490 INFO O| Sep 17 14:02:22.490 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37662024-09-17T14:02:23.870Z[ recovery-image] Sep 17 14:02:22.602 INFO O| Sep 17 14:02:22.602 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37672024-09-17T14:02:23.910Z[ host-image] Sep 17 14:02:22.657 INFO O| Sep 17 14:02:22.657 INFO O| Download: 19382/22728 items 164.5/196.4MB 83% complete (1.4M/s)
37682024-09-17T14:02:23.920Z[ recovery-image] Sep 17 14:02:22.667 INFO O| Sep 17 14:02:22.667 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37692024-09-17T14:02:23.922Z[ recovery-image] Sep 17 14:02:22.667 INFO O| Sep 17 14:02:22.667 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37702024-09-17T14:02:23.925Z[ recovery-image] Sep 17 14:02:22.672 INFO O| Sep 17 14:02:22.672 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37712024-09-17T14:02:23.930Z[ recovery-image] Sep 17 14:02:22.676 INFO O| Sep 17 14:02:22.676 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37722024-09-17T14:02:23.934Z[ recovery-image] Sep 17 14:02:22.681 INFO O| Sep 17 14:02:22.681 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37732024-09-17T14:02:24.135Z[ recovery-image] Sep 17 14:02:22.880 INFO O| Sep 17 14:02:22.880 INFO rolled back to input snapshot; work may begin
37742024-09-17T14:02:24.135Z[ recovery-image] Sep 17 14:02:22.880 INFO O| Sep 17 14:02:22.880 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37752024-09-17T14:02:24.139Z[ recovery-image] Sep 17 14:02:22.886 INFO O| Sep 17 14:02:22.886 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-09-17T14:02:24.150Z[ recovery-image] Sep 17 14:02:22.897 INFO O| Sep 17 14:02:22.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37772024-09-17T14:02:24.200Z[ recovery-image] Sep 17 14:02:22.947 INFO O| Sep 17 14:02:22.947 INFO STEP 0 (remove_files) COMPLETE
37782024-09-17T14:02:24.203Z[ recovery-image] Sep 17 14:02:22.947 INFO O| Sep 17 14:02:22.947 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-09-17T14:02:24.211Z[ recovery-image] Sep 17 14:02:22.958 INFO O| Sep 17 14:02:22.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37802024-09-17T14:02:24.213Z[ recovery-image] Sep 17 14:02:22.960 INFO O| Sep 17 14:02:22.960 INFO STEP 1 (remove_files) COMPLETE
37812024-09-17T14:02:24.213Z[ recovery-image] Sep 17 14:02:22.960 INFO O| Sep 17 14:02:22.960 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-09-17T14:02:24.224Z[ recovery-image] Sep 17 14:02:22.970 INFO O| Sep 17 14:02:22.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37832024-09-17T14:02:24.239Z[ recovery-image] Sep 17 14:02:22.985 INFO O| Sep 17 14:02:22.985 INFO STEP 2 (remove_files) COMPLETE
37842024-09-17T14:02:24.241Z[ recovery-image] Sep 17 14:02:22.985 INFO O| Sep 17 14:02:22.985 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-09-17T14:02:24.248Z[ recovery-image] Sep 17 14:02:22.995 INFO O| Sep 17 14:02:22.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37862024-09-17T14:02:24.251Z[ recovery-image] Sep 17 14:02:22.997 INFO O| Sep 17 14:02:22.997 INFO STEP 3 (remove_files) COMPLETE
37872024-09-17T14:02:24.251Z[ recovery-image] Sep 17 14:02:22.997 INFO O| Sep 17 14:02:22.997 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-09-17T14:02:24.260Z[ recovery-image] Sep 17 14:02:23.007 INFO O| Sep 17 14:02:23.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37892024-09-17T14:02:24.264Z[ recovery-image] Sep 17 14:02:23.011 INFO O| Sep 17 14:02:23.011 INFO STEP 4 (remove_files) COMPLETE
37902024-09-17T14:02:24.267Z[ recovery-image] Sep 17 14:02:23.011 INFO O| Sep 17 14:02:23.011 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-09-17T14:02:24.274Z[ recovery-image] Sep 17 14:02:23.021 INFO O| Sep 17 14:02:23.021 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37922024-09-17T14:02:24.277Z[ recovery-image] Sep 17 14:02:23.021 INFO O| Sep 17 14:02:23.021 INFO STEP 5 (remove_files) COMPLETE
37932024-09-17T14:02:24.277Z[ recovery-image] Sep 17 14:02:23.021 INFO O| Sep 17 14:02:23.021 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-09-17T14:02:24.284Z[ recovery-image] Sep 17 14:02:23.031 INFO O| Sep 17 14:02:23.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37952024-09-17T14:02:24.295Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO STEP 6 (remove_files) COMPLETE
37962024-09-17T14:02:24.298Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-09-17T14:02:24.298Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO skip step because feature "recovery" is enabled
37982024-09-17T14:02:24.298Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-09-17T14:02:24.298Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO skip step because feature "recovery" is enabled
38002024-09-17T14:02:24.298Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-17T14:02:24.298Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO skip step because feature "recovery" is enabled
38022024-09-17T14:02:24.298Z[ recovery-image] Sep 17 14:02:23.042 INFO O| Sep 17 14:02:23.042 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-09-17T14:02:24.305Z[ recovery-image] Sep 17 14:02:23.052 INFO O| Sep 17 14:02:23.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38042024-09-17T14:02:24.309Z[ recovery-image] Sep 17 14:02:23.056 INFO O| Sep 17 14:02:23.056 INFO STEP 10 (remove_files) COMPLETE
38052024-09-17T14:02:24.309Z[ recovery-image] Sep 17 14:02:23.056 INFO O| Sep 17 14:02:23.056 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-17T14:02:24.318Z[ recovery-image] Sep 17 14:02:23.065 INFO O| Sep 17 14:02:23.065 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38072024-09-17T14:02:24.321Z[ recovery-image] Sep 17 14:02:23.066 INFO O| Sep 17 14:02:23.066 INFO STEP 11 (remove_files) COMPLETE
38082024-09-17T14:02:24.321Z[ recovery-image] Sep 17 14:02:23.066 INFO O| Sep 17 14:02:23.066 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-17T14:02:24.329Z[ recovery-image] Sep 17 14:02:23.075 INFO O| Sep 17 14:02:23.075 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38102024-09-17T14:02:24.331Z[ recovery-image] Sep 17 14:02:23.077 INFO O| Sep 17 14:02:23.077 INFO STEP 12 (remove_files) COMPLETE
38112024-09-17T14:02:24.331Z[ recovery-image] Sep 17 14:02:23.077 INFO O| Sep 17 14:02:23.077 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-17T14:02:24.360Z[ recovery-image] Sep 17 14:02:23.107 INFO O| Sep 17 14:02:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38132024-09-17T14:02:24.527Z[ recovery-image] Sep 17 14:02:23.274 INFO O| Sep 17 14:02:23.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38142024-09-17T14:02:24.568Z[ recovery-image] Sep 17 14:02:23.314 INFO O| Sep 17 14:02:23.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38152024-09-17T14:02:24.572Z[ recovery-image] Sep 17 14:02:23.319 INFO O| Sep 17 14:02:23.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38162024-09-17T14:02:24.574Z[ recovery-image] Sep 17 14:02:23.319 INFO O| Sep 17 14:02:23.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38172024-09-17T14:02:24.580Z[ recovery-image] Sep 17 14:02:23.327 INFO O| Sep 17 14:02:23.327 INFO STEP 13 (remove_files) COMPLETE
38182024-09-17T14:02:24.580Z[ recovery-image] Sep 17 14:02:23.327 INFO O| Sep 17 14:02:23.327 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-09-17T14:02:24.591Z[ recovery-image] Sep 17 14:02:23.338 INFO O| Sep 17 14:02:23.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38202024-09-17T14:02:24.594Z[ recovery-image] Sep 17 14:02:23.339 INFO O| Sep 17 14:02:23.339 INFO STEP 14 (remove_files) COMPLETE
38212024-09-17T14:02:24.594Z[ recovery-image] Sep 17 14:02:23.339 INFO O| Sep 17 14:02:23.339 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-09-17T14:02:24.602Z[ recovery-image] Sep 17 14:02:23.349 INFO O| Sep 17 14:02:23.349 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38232024-09-17T14:02:24.608Z[ recovery-image] Sep 17 14:02:23.355 INFO O| Sep 17 14:02:23.355 INFO STEP 15 (remove_files) COMPLETE
38242024-09-17T14:02:24.608Z[ recovery-image] Sep 17 14:02:23.355 INFO O| Sep 17 14:02:23.355 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-09-17T14:02:24.618Z[ recovery-image] Sep 17 14:02:23.365 INFO O| Sep 17 14:02:23.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38262024-09-17T14:02:24.620Z[ recovery-image] Sep 17 14:02:23.365 INFO O| Sep 17 14:02:23.365 INFO STEP 16 (remove_files) COMPLETE
38272024-09-17T14:02:24.620Z[ recovery-image] Sep 17 14:02:23.365 INFO O| Sep 17 14:02:23.365 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-09-17T14:02:24.628Z[ recovery-image] Sep 17 14:02:23.374 INFO O| Sep 17 14:02:23.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38292024-09-17T14:02:24.630Z[ recovery-image] Sep 17 14:02:23.376 INFO O| Sep 17 14:02:23.376 INFO STEP 17 (remove_files) COMPLETE
38302024-09-17T14:02:24.630Z[ recovery-image] Sep 17 14:02:23.376 INFO O| Sep 17 14:02:23.376 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38312024-09-17T14:02:24.639Z[ recovery-image] Sep 17 14:02:23.385 INFO O| Sep 17 14:02:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38322024-09-17T14:02:24.639Z[ recovery-image] Sep 17 14:02:23.385 INFO O| Sep 17 14:02:23.385 INFO STEP 18 (remove_files) COMPLETE
38332024-09-17T14:02:24.641Z[ recovery-image] Sep 17 14:02:23.385 INFO O| Sep 17 14:02:23.385 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-09-17T14:02:24.648Z[ recovery-image] Sep 17 14:02:23.395 INFO O| Sep 17 14:02:23.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38352024-09-17T14:02:24.648Z[ recovery-image] Sep 17 14:02:23.395 INFO O| Sep 17 14:02:23.395 INFO STEP 19 (remove_files) COMPLETE
38362024-09-17T14:02:24.648Z[ recovery-image] Sep 17 14:02:23.395 INFO O| Sep 17 14:02:23.395 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-09-17T14:02:24.658Z[ recovery-image] Sep 17 14:02:23.405 INFO O| Sep 17 14:02:23.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38382024-09-17T14:02:24.660Z[ recovery-image] Sep 17 14:02:23.405 INFO O| Sep 17 14:02:23.405 INFO STEP 20 (remove_files) COMPLETE
38392024-09-17T14:02:24.660Z[ recovery-image] Sep 17 14:02:23.405 INFO O| Sep 17 14:02:23.405 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-09-17T14:02:24.667Z[ recovery-image] Sep 17 14:02:23.414 INFO O| Sep 17 14:02:23.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38412024-09-17T14:02:24.669Z[ recovery-image] Sep 17 14:02:23.414 INFO O| Sep 17 14:02:23.414 INFO STEP 21 (remove_files) COMPLETE
38422024-09-17T14:02:24.669Z[ recovery-image] Sep 17 14:02:23.414 INFO O| Sep 17 14:02:23.414 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-09-17T14:02:24.677Z[ recovery-image] Sep 17 14:02:23.423 INFO O| Sep 17 14:02:23.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38442024-09-17T14:02:24.677Z[ recovery-image] Sep 17 14:02:23.424 INFO O| Sep 17 14:02:23.423 INFO STEP 22 (remove_files) COMPLETE
38452024-09-17T14:02:24.679Z[ recovery-image] Sep 17 14:02:23.424 INFO O| Sep 17 14:02:23.423 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-09-17T14:02:24.687Z[ recovery-image] Sep 17 14:02:23.434 INFO O| Sep 17 14:02:23.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38472024-09-17T14:02:24.687Z[ recovery-image] Sep 17 14:02:23.434 INFO O| Sep 17 14:02:23.434 INFO STEP 23 (remove_files) COMPLETE
38482024-09-17T14:02:24.687Z[ recovery-image] Sep 17 14:02:23.434 INFO O| Sep 17 14:02:23.434 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-09-17T14:02:24.697Z[ recovery-image] Sep 17 14:02:23.444 INFO O| Sep 17 14:02:23.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38502024-09-17T14:02:24.700Z[ recovery-image] Sep 17 14:02:23.444 INFO O| Sep 17 14:02:23.444 INFO STEP 24 (remove_files) COMPLETE
38512024-09-17T14:02:24.700Z[ recovery-image] Sep 17 14:02:23.444 INFO O| Sep 17 14:02:23.444 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-09-17T14:02:24.707Z[ recovery-image] Sep 17 14:02:23.454 INFO O| Sep 17 14:02:23.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38532024-09-17T14:02:24.710Z[ recovery-image] Sep 17 14:02:23.454 INFO O| Sep 17 14:02:23.454 INFO STEP 25 (remove_files) COMPLETE
38542024-09-17T14:02:24.710Z[ recovery-image] Sep 17 14:02:23.454 INFO O| Sep 17 14:02:23.454 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-09-17T14:02:24.717Z[ recovery-image] Sep 17 14:02:23.464 INFO O| Sep 17 14:02:23.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38562024-09-17T14:02:24.719Z[ recovery-image] Sep 17 14:02:23.464 INFO O| Sep 17 14:02:23.464 INFO STEP 26 (remove_files) COMPLETE
38572024-09-17T14:02:24.719Z[ recovery-image] Sep 17 14:02:23.464 INFO O| Sep 17 14:02:23.464 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-09-17T14:02:24.727Z[ recovery-image] Sep 17 14:02:23.474 INFO O| Sep 17 14:02:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38592024-09-17T14:02:24.727Z[ recovery-image] Sep 17 14:02:23.474 INFO O| Sep 17 14:02:23.474 INFO STEP 27 (remove_files) COMPLETE
38602024-09-17T14:02:24.730Z[ recovery-image] Sep 17 14:02:23.474 INFO O| Sep 17 14:02:23.474 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-09-17T14:02:24.737Z[ recovery-image] Sep 17 14:02:23.484 INFO O| Sep 17 14:02:23.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38622024-09-17T14:02:24.739Z[ recovery-image] Sep 17 14:02:23.484 INFO O| Sep 17 14:02:23.484 INFO STEP 28 (remove_files) COMPLETE
38632024-09-17T14:02:24.739Z[ recovery-image] Sep 17 14:02:23.484 INFO O| Sep 17 14:02:23.484 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-09-17T14:02:24.747Z[ recovery-image] Sep 17 14:02:23.494 INFO O| Sep 17 14:02:23.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38652024-09-17T14:02:24.747Z[ recovery-image] Sep 17 14:02:23.494 INFO O| Sep 17 14:02:23.494 INFO STEP 29 (remove_files) COMPLETE
38662024-09-17T14:02:24.750Z[ recovery-image] Sep 17 14:02:23.494 INFO O| Sep 17 14:02:23.494 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-09-17T14:02:24.757Z[ recovery-image] Sep 17 14:02:23.504 INFO O| Sep 17 14:02:23.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38682024-09-17T14:02:24.757Z[ recovery-image] Sep 17 14:02:23.504 INFO O| Sep 17 14:02:23.504 INFO STEP 30 (remove_files) COMPLETE
38692024-09-17T14:02:24.757Z[ recovery-image] Sep 17 14:02:23.504 INFO O| Sep 17 14:02:23.504 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-09-17T14:02:24.767Z[ recovery-image] Sep 17 14:02:23.513 INFO O| Sep 17 14:02:23.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38712024-09-17T14:02:24.767Z[ recovery-image] Sep 17 14:02:23.513 INFO O| Sep 17 14:02:23.513 INFO STEP 31 (remove_files) COMPLETE
38722024-09-17T14:02:24.767Z[ recovery-image] Sep 17 14:02:23.513 INFO O| Sep 17 14:02:23.513 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-09-17T14:02:24.776Z[ recovery-image] Sep 17 14:02:23.523 INFO O| Sep 17 14:02:23.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38742024-09-17T14:02:24.776Z[ recovery-image] Sep 17 14:02:23.523 INFO O| Sep 17 14:02:23.523 INFO STEP 32 (remove_files) COMPLETE
38752024-09-17T14:02:24.778Z[ recovery-image] Sep 17 14:02:23.523 INFO O| Sep 17 14:02:23.523 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-09-17T14:02:24.786Z[ recovery-image] Sep 17 14:02:23.533 INFO O| Sep 17 14:02:23.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38772024-09-17T14:02:24.786Z[ recovery-image] Sep 17 14:02:23.533 INFO O| Sep 17 14:02:23.533 INFO STEP 33 (remove_files) COMPLETE
38782024-09-17T14:02:24.786Z[ recovery-image] Sep 17 14:02:23.533 INFO O| Sep 17 14:02:23.533 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-09-17T14:02:24.795Z[ recovery-image] Sep 17 14:02:23.542 INFO O| Sep 17 14:02:23.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38802024-09-17T14:02:24.796Z[ recovery-image] Sep 17 14:02:23.542 INFO O| Sep 17 14:02:23.542 INFO STEP 34 (remove_files) COMPLETE
38812024-09-17T14:02:24.798Z[ recovery-image] Sep 17 14:02:23.542 INFO O| Sep 17 14:02:23.542 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-09-17T14:02:24.805Z[ recovery-image] Sep 17 14:02:23.552 INFO O| Sep 17 14:02:23.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38832024-09-17T14:02:24.805Z[ recovery-image] Sep 17 14:02:23.552 INFO O| Sep 17 14:02:23.552 INFO STEP 35 (remove_files) COMPLETE
38842024-09-17T14:02:24.807Z[ recovery-image] Sep 17 14:02:23.552 INFO O| Sep 17 14:02:23.552 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-09-17T14:02:24.814Z[ recovery-image] Sep 17 14:02:23.561 INFO O| Sep 17 14:02:23.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38862024-09-17T14:02:24.814Z[ recovery-image] Sep 17 14:02:23.561 INFO O| Sep 17 14:02:23.561 INFO STEP 36 (remove_files) COMPLETE
38872024-09-17T14:02:24.814Z[ recovery-image] Sep 17 14:02:23.561 INFO O| Sep 17 14:02:23.561 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-09-17T14:02:24.823Z[ recovery-image] Sep 17 14:02:23.570 INFO O| Sep 17 14:02:23.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38892024-09-17T14:02:24.823Z[ recovery-image] Sep 17 14:02:23.570 INFO O| Sep 17 14:02:23.570 INFO STEP 37 (remove_files) COMPLETE
38902024-09-17T14:02:24.826Z[ recovery-image] Sep 17 14:02:23.570 INFO O| Sep 17 14:02:23.570 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-09-17T14:02:24.832Z[ recovery-image] Sep 17 14:02:23.579 INFO O| Sep 17 14:02:23.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38922024-09-17T14:02:24.832Z[ recovery-image] Sep 17 14:02:23.579 INFO O| Sep 17 14:02:23.579 INFO STEP 38 (remove_files) COMPLETE
38932024-09-17T14:02:24.835Z[ recovery-image] Sep 17 14:02:23.579 INFO O| Sep 17 14:02:23.579 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-09-17T14:02:24.841Z[ recovery-image] Sep 17 14:02:23.588 INFO O| Sep 17 14:02:23.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38952024-09-17T14:02:24.841Z[ recovery-image] Sep 17 14:02:23.588 INFO O| Sep 17 14:02:23.588 INFO STEP 39 (remove_files) COMPLETE
38962024-09-17T14:02:24.841Z[ recovery-image] Sep 17 14:02:23.588 INFO O| Sep 17 14:02:23.588 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-09-17T14:02:24.850Z[ recovery-image] Sep 17 14:02:23.597 INFO O| Sep 17 14:02:23.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38982024-09-17T14:02:24.853Z[ recovery-image] Sep 17 14:02:23.597 INFO O| Sep 17 14:02:23.597 INFO STEP 40 (remove_files) COMPLETE
38992024-09-17T14:02:24.853Z[ recovery-image] Sep 17 14:02:23.597 INFO O| Sep 17 14:02:23.597 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-09-17T14:02:24.860Z[ recovery-image] Sep 17 14:02:23.606 INFO O| Sep 17 14:02:23.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39012024-09-17T14:02:24.860Z[ recovery-image] Sep 17 14:02:23.606 INFO O| Sep 17 14:02:23.606 INFO STEP 41 (remove_files) COMPLETE
39022024-09-17T14:02:24.862Z[ recovery-image] Sep 17 14:02:23.606 INFO O| Sep 17 14:02:23.606 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-09-17T14:02:24.869Z[ recovery-image] Sep 17 14:02:23.615 INFO O| Sep 17 14:02:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39042024-09-17T14:02:24.869Z[ recovery-image] Sep 17 14:02:23.615 INFO O| Sep 17 14:02:23.615 INFO STEP 42 (remove_files) COMPLETE
39052024-09-17T14:02:24.871Z[ recovery-image] Sep 17 14:02:23.615 INFO O| Sep 17 14:02:23.615 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-09-17T14:02:24.878Z[ recovery-image] Sep 17 14:02:23.625 INFO O| Sep 17 14:02:23.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39072024-09-17T14:02:24.878Z[ recovery-image] Sep 17 14:02:23.625 INFO O| Sep 17 14:02:23.625 INFO STEP 43 (remove_files) COMPLETE
39082024-09-17T14:02:24.881Z[ recovery-image] Sep 17 14:02:23.625 INFO O| Sep 17 14:02:23.625 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-09-17T14:02:24.887Z[ recovery-image] Sep 17 14:02:23.634 INFO O| Sep 17 14:02:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39102024-09-17T14:02:24.887Z[ recovery-image] Sep 17 14:02:23.634 INFO O| Sep 17 14:02:23.634 INFO STEP 44 (remove_files) COMPLETE
39112024-09-17T14:02:24.890Z[ recovery-image] Sep 17 14:02:23.634 INFO O| Sep 17 14:02:23.634 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-09-17T14:02:24.896Z[ recovery-image] Sep 17 14:02:23.643 INFO O| Sep 17 14:02:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39132024-09-17T14:02:24.896Z[ recovery-image] Sep 17 14:02:23.643 INFO O| Sep 17 14:02:23.643 INFO STEP 45 (remove_files) COMPLETE
39142024-09-17T14:02:24.899Z[ recovery-image] Sep 17 14:02:23.643 INFO O| Sep 17 14:02:23.643 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39152024-09-17T14:02:24.905Z[ recovery-image] Sep 17 14:02:23.652 INFO O| Sep 17 14:02:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39162024-09-17T14:02:24.905Z[ recovery-image] Sep 17 14:02:23.652 INFO O| Sep 17 14:02:23.652 INFO STEP 46 (remove_files) COMPLETE
39172024-09-17T14:02:24.907Z[ recovery-image] Sep 17 14:02:23.652 INFO O| Sep 17 14:02:23.652 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-09-17T14:02:24.914Z[ recovery-image] Sep 17 14:02:23.661 INFO O| Sep 17 14:02:23.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39192024-09-17T14:02:24.914Z[ recovery-image] Sep 17 14:02:23.661 INFO O| Sep 17 14:02:23.661 INFO STEP 47 (remove_files) COMPLETE
39202024-09-17T14:02:24.917Z[ recovery-image] Sep 17 14:02:23.661 INFO O| Sep 17 14:02:23.661 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39212024-09-17T14:02:24.924Z[ recovery-image] Sep 17 14:02:23.670 INFO O| Sep 17 14:02:23.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39222024-09-17T14:02:24.926Z[ recovery-image] Sep 17 14:02:23.670 INFO O| Sep 17 14:02:23.670 INFO STEP 48 (remove_files) COMPLETE
39232024-09-17T14:02:24.926Z[ recovery-image] Sep 17 14:02:23.670 INFO O| Sep 17 14:02:23.670 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-09-17T14:02:24.933Z[ recovery-image] Sep 17 14:02:23.679 INFO O| Sep 17 14:02:23.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39252024-09-17T14:02:24.935Z[ recovery-image] Sep 17 14:02:23.679 INFO O| Sep 17 14:02:23.679 INFO STEP 49 (remove_files) COMPLETE
39262024-09-17T14:02:24.935Z[ recovery-image] Sep 17 14:02:23.679 INFO O| Sep 17 14:02:23.679 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-09-17T14:02:24.942Z[ recovery-image] Sep 17 14:02:23.689 INFO O| Sep 17 14:02:23.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39282024-09-17T14:02:24.942Z[ recovery-image] Sep 17 14:02:23.689 INFO O| Sep 17 14:02:23.689 INFO STEP 50 (remove_files) COMPLETE
39292024-09-17T14:02:24.945Z[ recovery-image] Sep 17 14:02:23.689 INFO O| Sep 17 14:02:23.689 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39302024-09-17T14:02:24.952Z[ recovery-image] Sep 17 14:02:23.699 INFO O| Sep 17 14:02:23.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39312024-09-17T14:02:24.955Z[ recovery-image] Sep 17 14:02:23.699 INFO O| Sep 17 14:02:23.699 INFO STEP 51 (remove_files) COMPLETE
39322024-09-17T14:02:24.955Z[ recovery-image] Sep 17 14:02:23.699 INFO O| Sep 17 14:02:23.699 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-09-17T14:02:24.962Z[ recovery-image] Sep 17 14:02:23.708 INFO O| Sep 17 14:02:23.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39342024-09-17T14:02:24.962Z[ recovery-image] Sep 17 14:02:23.708 INFO O| Sep 17 14:02:23.708 INFO STEP 52 (remove_files) COMPLETE
39352024-09-17T14:02:24.962Z[ recovery-image] Sep 17 14:02:23.708 INFO O| Sep 17 14:02:23.708 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-09-17T14:02:24.971Z[ recovery-image] Sep 17 14:02:23.718 INFO O| Sep 17 14:02:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39372024-09-17T14:02:24.973Z[ recovery-image] Sep 17 14:02:23.718 INFO O| Sep 17 14:02:23.718 INFO STEP 53 (remove_files) COMPLETE
39382024-09-17T14:02:24.973Z[ recovery-image] Sep 17 14:02:23.718 INFO O| Sep 17 14:02:23.718 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-09-17T14:02:24.981Z[ recovery-image] Sep 17 14:02:23.727 INFO O| Sep 17 14:02:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39402024-09-17T14:02:24.981Z[ recovery-image] Sep 17 14:02:23.728 INFO O| Sep 17 14:02:23.727 INFO STEP 54 (remove_files) COMPLETE
39412024-09-17T14:02:24.981Z[ recovery-image] Sep 17 14:02:23.728 INFO O| Sep 17 14:02:23.727 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-09-17T14:02:24.990Z[ recovery-image] Sep 17 14:02:23.737 INFO O| Sep 17 14:02:23.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39432024-09-17T14:02:24.990Z[ recovery-image] Sep 17 14:02:23.737 INFO O| Sep 17 14:02:23.737 INFO STEP 55 (remove_files) COMPLETE
39442024-09-17T14:02:24.993Z[ recovery-image] Sep 17 14:02:23.737 INFO O| Sep 17 14:02:23.737 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-09-17T14:02:25.000Z[ recovery-image] Sep 17 14:02:23.746 INFO O| Sep 17 14:02:23.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39462024-09-17T14:02:25.000Z[ recovery-image] Sep 17 14:02:23.746 INFO O| Sep 17 14:02:23.746 INFO STEP 56 (remove_files) COMPLETE
39472024-09-17T14:02:25.003Z[ recovery-image] Sep 17 14:02:23.746 INFO O| Sep 17 14:02:23.746 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-09-17T14:02:25.009Z[ recovery-image] Sep 17 14:02:23.756 INFO O| Sep 17 14:02:23.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39492024-09-17T14:02:25.012Z[ recovery-image] Sep 17 14:02:23.756 INFO O| Sep 17 14:02:23.756 INFO STEP 57 (remove_files) COMPLETE
39502024-09-17T14:02:25.012Z[ recovery-image] Sep 17 14:02:23.756 INFO O| Sep 17 14:02:23.756 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-09-17T14:02:25.019Z[ recovery-image] Sep 17 14:02:23.766 INFO O| Sep 17 14:02:23.766 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39522024-09-17T14:02:25.019Z[ recovery-image] Sep 17 14:02:23.766 INFO O| Sep 17 14:02:23.766 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39532024-09-17T14:02:25.022Z[ recovery-image] Sep 17 14:02:23.766 INFO O| Sep 17 14:02:23.766 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39542024-09-17T14:02:25.022Z[ recovery-image] Sep 17 14:02:23.766 INFO O| Sep 17 14:02:23.766 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39552024-09-17T14:02:25.022Z[ recovery-image] Sep 17 14:02:23.766 INFO O| Sep 17 14:02:23.766 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39562024-09-17T14:02:25.022Z[ recovery-image] Sep 17 14:02:23.767 INFO O| Sep 17 14:02:23.766 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39572024-09-17T14:02:25.022Z[ recovery-image] Sep 17 14:02:23.767 INFO O| Sep 17 14:02:23.767 INFO ok!
39582024-09-17T14:02:25.022Z[ recovery-image] Sep 17 14:02:23.767 INFO O| Sep 17 14:02:23.767 INFO STEP 58 (ensure_file) COMPLETE
39592024-09-17T14:02:25.022Z[ recovery-image] Sep 17 14:02:23.767 INFO O| Sep 17 14:02:23.767 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-09-17T14:02:25.029Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39612024-09-17T14:02:25.029Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39622024-09-17T14:02:25.032Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39632024-09-17T14:02:25.033Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39642024-09-17T14:02:25.033Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39652024-09-17T14:02:25.033Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39662024-09-17T14:02:25.033Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO ok!
39672024-09-17T14:02:25.033Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO STEP 59 (ensure_file) COMPLETE
39682024-09-17T14:02:25.033Z[ recovery-image] Sep 17 14:02:23.776 INFO O| Sep 17 14:02:23.776 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-09-17T14:02:25.039Z[ recovery-image] Sep 17 14:02:23.786 INFO O| Sep 17 14:02:23.786 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39702024-09-17T14:02:25.039Z[ recovery-image] Sep 17 14:02:23.786 INFO O| Sep 17 14:02:23.786 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39712024-09-17T14:02:25.043Z[ recovery-image] Sep 17 14:02:23.786 INFO O| Sep 17 14:02:23.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39722024-09-17T14:02:25.043Z[ recovery-image] Sep 17 14:02:23.786 INFO O| Sep 17 14:02:23.786 INFO ok!
39732024-09-17T14:02:25.043Z[ recovery-image] Sep 17 14:02:23.786 INFO O| Sep 17 14:02:23.786 INFO STEP 60 (ensure_file) COMPLETE
39742024-09-17T14:02:25.043Z[ recovery-image] Sep 17 14:02:23.786 INFO O| Sep 17 14:02:23.786 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39752024-09-17T14:02:25.049Z[ recovery-image] Sep 17 14:02:23.795 INFO O| Sep 17 14:02:23.795 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39762024-09-17T14:02:25.049Z[ recovery-image] Sep 17 14:02:23.795 INFO O| Sep 17 14:02:23.795 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39772024-09-17T14:02:25.051Z[ recovery-image] Sep 17 14:02:23.795 INFO O| Sep 17 14:02:23.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39782024-09-17T14:02:25.051Z[ recovery-image] Sep 17 14:02:23.795 INFO O| Sep 17 14:02:23.795 INFO ok!
39792024-09-17T14:02:25.051Z[ recovery-image] Sep 17 14:02:23.795 INFO O| Sep 17 14:02:23.795 INFO STEP 61 (ensure_file) COMPLETE
39802024-09-17T14:02:25.051Z[ recovery-image] Sep 17 14:02:23.796 INFO O| Sep 17 14:02:23.795 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39812024-09-17T14:02:25.058Z[ recovery-image] Sep 17 14:02:23.805 INFO O| Sep 17 14:02:23.805 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39822024-09-17T14:02:25.058Z[ recovery-image] Sep 17 14:02:23.805 INFO O| Sep 17 14:02:23.805 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39832024-09-17T14:02:25.061Z[ recovery-image] Sep 17 14:02:23.805 INFO O| Sep 17 14:02:23.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39842024-09-17T14:02:25.061Z[ recovery-image] Sep 17 14:02:23.805 INFO O| Sep 17 14:02:23.805 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39852024-09-17T14:02:25.061Z[ recovery-image] Sep 17 14:02:23.805 INFO O| Sep 17 14:02:23.805 INFO ok!
39862024-09-17T14:02:25.061Z[ recovery-image] Sep 17 14:02:23.805 INFO O| Sep 17 14:02:23.805 INFO STEP 62 (ensure_file) COMPLETE
39872024-09-17T14:02:25.061Z[ recovery-image] Sep 17 14:02:23.805 INFO O| Sep 17 14:02:23.805 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-09-17T14:02:25.068Z[ recovery-image] Sep 17 14:02:23.815 INFO O| Sep 17 14:02:23.814 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39892024-09-17T14:02:25.070Z[ recovery-image] Sep 17 14:02:23.815 INFO O| Sep 17 14:02:23.814 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39902024-09-17T14:02:25.070Z[ recovery-image] Sep 17 14:02:23.815 INFO O| Sep 17 14:02:23.815 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39912024-09-17T14:02:25.070Z[ recovery-image] Sep 17 14:02:23.815 INFO O| Sep 17 14:02:23.815 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39922024-09-17T14:02:25.070Z[ recovery-image] Sep 17 14:02:23.815 INFO O| Sep 17 14:02:23.815 INFO ok!
39932024-09-17T14:02:25.071Z[ recovery-image] Sep 17 14:02:23.815 INFO O| Sep 17 14:02:23.815 INFO STEP 63 (ensure_file) COMPLETE
39942024-09-17T14:02:25.071Z[ recovery-image] Sep 17 14:02:23.815 INFO O| Sep 17 14:02:23.815 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-09-17T14:02:25.078Z[ recovery-image] Sep 17 14:02:23.824 INFO O| Sep 17 14:02:23.824 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39962024-09-17T14:02:25.078Z[ recovery-image] Sep 17 14:02:23.824 INFO O| Sep 17 14:02:23.824 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39972024-09-17T14:02:25.080Z[ recovery-image] Sep 17 14:02:23.824 INFO O| Sep 17 14:02:23.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39982024-09-17T14:02:25.080Z[ recovery-image] Sep 17 14:02:23.824 INFO O| Sep 17 14:02:23.824 INFO ok!
39992024-09-17T14:02:25.080Z[ recovery-image] Sep 17 14:02:23.824 INFO O| Sep 17 14:02:23.824 INFO STEP 64 (assemble_files) COMPLETE
40002024-09-17T14:02:25.080Z[ recovery-image] Sep 17 14:02:23.824 INFO O| Sep 17 14:02:23.824 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-09-17T14:02:25.087Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40022024-09-17T14:02:25.087Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40032024-09-17T14:02:25.089Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40042024-09-17T14:02:25.089Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40052024-09-17T14:02:25.089Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO ok!
40062024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO STEP 65 (ensure_file) COMPLETE
40072024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO skip step because feature "omicron1" is not enabled
40092024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO skip step because feature "omicron1" is not enabled
40112024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO skip step because feature "omicron1" is not enabled
40132024-09-17T14:02:25.090Z[ recovery-image] Sep 17 14:02:23.834 INFO O| Sep 17 14:02:23.834 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-09-17T14:02:25.101Z[ recovery-image] Sep 17 14:02:23.848 INFO O| Sep 17 14:02:23.848 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40152024-09-17T14:02:25.101Z[ recovery-image] Sep 17 14:02:23.848 INFO O| Sep 17 14:02:23.848 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40162024-09-17T14:02:26.644Z[ recovery-image] Sep 17 14:02:25.391 INFO O| Sep 17 14:02:25.391 INFO STEP 69 (pack_tar) COMPLETE
40172024-09-17T14:02:26.644Z[ recovery-image] Sep 17 14:02:25.391 INFO O| Sep 17 14:02:25.391 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40182024-09-17T14:02:26.644Z[ recovery-image] Sep 17 14:02:25.391 INFO O| Sep 17 14:02:25.391 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40192024-09-17T14:02:27.173Z[ recovery-image] Sep 17 14:02:25.919 INFO O| Sep 17 14:02:25.919 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40202024-09-17T14:02:27.252Z[ recovery-image] Sep 17 14:02:25.999 INFO O| Sep 17 14:02:25.999 INFO completed processing gimlet/ramdisk-02-trim
40212024-09-17T14:02:27.255Z[ recovery-image] Sep 17 14:02:26.001 INFO image builder template: ramdisk-03-recovery-trim...
40222024-09-17T14:02:27.255Z[ recovery-image] Sep 17 14:02:26.001 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/.tmpUb1DXk/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
40232024-09-17T14:02:27.363Z[ recovery-image] Sep 17 14:02:26.109 INFO O| Sep 17 14:02:26.109 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40242024-09-17T14:02:27.367Z[ recovery-image] Sep 17 14:02:26.113 INFO O| Sep 17 14:02:26.113 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40252024-09-17T14:02:27.435Z[ recovery-image] Sep 17 14:02:26.181 INFO O| Sep 17 14:02:26.181 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40262024-09-17T14:02:27.496Z[ recovery-image] Sep 17 14:02:26.242 INFO O| Sep 17 14:02:26.242 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40272024-09-17T14:02:27.498Z[ recovery-image] Sep 17 14:02:26.242 INFO O| Sep 17 14:02:26.242 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40282024-09-17T14:02:27.504Z[ recovery-image] Sep 17 14:02:26.251 INFO O| Sep 17 14:02:26.251 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40292024-09-17T14:02:27.508Z[ recovery-image] Sep 17 14:02:26.255 INFO O| Sep 17 14:02:26.255 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40302024-09-17T14:02:27.513Z[ recovery-image] Sep 17 14:02:26.260 INFO O| Sep 17 14:02:26.260 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40312024-09-17T14:02:27.791Z[ recovery-image] Sep 17 14:02:26.536 INFO O| Sep 17 14:02:26.536 INFO rolled back to input snapshot; work may begin
40322024-09-17T14:02:27.791Z[ recovery-image] Sep 17 14:02:26.537 INFO O| Sep 17 14:02:26.536 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40332024-09-17T14:02:27.796Z[ recovery-image] Sep 17 14:02:26.543 INFO O| Sep 17 14:02:26.543 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-09-17T14:02:27.807Z[ recovery-image] Sep 17 14:02:26.553 INFO O| Sep 17 14:02:26.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40352024-09-17T14:02:27.810Z[ recovery-image] Sep 17 14:02:26.556 INFO O| Sep 17 14:02:26.556 INFO STEP 0 (remove_files) COMPLETE
40362024-09-17T14:02:27.810Z[ recovery-image] Sep 17 14:02:26.556 INFO O| Sep 17 14:02:26.556 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-09-17T14:02:27.820Z[ recovery-image] Sep 17 14:02:26.566 INFO O| Sep 17 14:02:26.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40382024-09-17T14:02:27.869Z[ recovery-image] Sep 17 14:02:26.615 INFO O| Sep 17 14:02:26.615 INFO STEP 1 (remove_files) COMPLETE
40392024-09-17T14:02:27.869Z[ recovery-image] Sep 17 14:02:26.615 INFO O| Sep 17 14:02:26.615 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-09-17T14:02:27.880Z[ recovery-image] Sep 17 14:02:26.626 INFO O| Sep 17 14:02:26.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40412024-09-17T14:02:27.882Z[ recovery-image] Sep 17 14:02:26.628 INFO O| Sep 17 14:02:26.628 INFO STEP 2 (remove_files) COMPLETE
40422024-09-17T14:02:27.882Z[ recovery-image] Sep 17 14:02:26.628 INFO O| Sep 17 14:02:26.628 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-09-17T14:02:27.892Z[ recovery-image] Sep 17 14:02:26.638 INFO O| Sep 17 14:02:26.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40442024-09-17T14:02:27.932Z[ recovery-image] Sep 17 14:02:26.678 INFO O| Sep 17 14:02:26.678 INFO STEP 3 (remove_files) COMPLETE
40452024-09-17T14:02:27.932Z[ recovery-image] Sep 17 14:02:26.679 INFO O| Sep 17 14:02:26.678 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-09-17T14:02:27.943Z[ recovery-image] Sep 17 14:02:26.689 INFO O| Sep 17 14:02:26.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40472024-09-17T14:02:27.954Z[ recovery-image] Sep 17 14:02:26.701 INFO O| Sep 17 14:02:26.701 INFO STEP 4 (remove_files) COMPLETE
40482024-09-17T14:02:27.954Z[ recovery-image] Sep 17 14:02:26.701 INFO O| Sep 17 14:02:26.701 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-09-17T14:02:27.964Z[ recovery-image] Sep 17 14:02:26.711 INFO O| Sep 17 14:02:26.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40502024-09-17T14:02:27.967Z[ recovery-image] Sep 17 14:02:26.714 INFO O| Sep 17 14:02:26.714 INFO STEP 5 (remove_files) COMPLETE
40512024-09-17T14:02:27.967Z[ recovery-image] Sep 17 14:02:26.714 INFO O| Sep 17 14:02:26.714 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-09-17T14:02:27.977Z[ recovery-image] Sep 17 14:02:26.723 INFO O| Sep 17 14:02:26.723 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40532024-09-17T14:02:27.980Z[ recovery-image] Sep 17 14:02:26.725 INFO O| Sep 17 14:02:26.725 INFO STEP 6 (remove_files) COMPLETE
40542024-09-17T14:02:27.980Z[ recovery-image] Sep 17 14:02:26.725 INFO O| Sep 17 14:02:26.725 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-09-17T14:02:27.988Z[ recovery-image] Sep 17 14:02:26.734 INFO O| Sep 17 14:02:26.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40562024-09-17T14:02:27.990Z[ recovery-image] Sep 17 14:02:26.735 INFO O| Sep 17 14:02:26.735 INFO STEP 7 (remove_files) COMPLETE
40572024-09-17T14:02:27.990Z[ recovery-image] Sep 17 14:02:26.735 INFO O| Sep 17 14:02:26.735 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-09-17T14:02:27.999Z[ recovery-image] Sep 17 14:02:26.745 INFO O| Sep 17 14:02:26.745 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40592024-09-17T14:02:28.002Z[ recovery-image] Sep 17 14:02:26.748 INFO O| Sep 17 14:02:26.748 INFO STEP 8 (remove_files) COMPLETE
40602024-09-17T14:02:28.002Z[ recovery-image] Sep 17 14:02:26.748 INFO O| Sep 17 14:02:26.748 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-17T14:02:28.011Z[ recovery-image] Sep 17 14:02:26.758 INFO O| Sep 17 14:02:26.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40622024-09-17T14:02:28.013Z[ recovery-image] Sep 17 14:02:26.758 INFO O| Sep 17 14:02:26.758 INFO STEP 9 (remove_files) COMPLETE
40632024-09-17T14:02:28.013Z[ recovery-image] Sep 17 14:02:26.758 INFO O| Sep 17 14:02:26.758 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-17T14:02:28.021Z[ recovery-image] Sep 17 14:02:26.767 INFO O| Sep 17 14:02:26.767 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40652024-09-17T14:02:28.024Z[ recovery-image] Sep 17 14:02:26.768 INFO O| Sep 17 14:02:26.768 INFO STEP 10 (remove_files) COMPLETE
40662024-09-17T14:02:28.024Z[ recovery-image] Sep 17 14:02:26.768 INFO O| Sep 17 14:02:26.768 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-17T14:02:28.031Z[ recovery-image] Sep 17 14:02:26.778 INFO O| Sep 17 14:02:26.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40682024-09-17T14:02:28.080Z[ recovery-image] Sep 17 14:02:26.826 INFO O| Sep 17 14:02:26.826 INFO STEP 11 (remove_files) COMPLETE
40692024-09-17T14:02:28.080Z[ recovery-image] Sep 17 14:02:26.826 INFO O| Sep 17 14:02:26.826 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-09-17T14:02:28.090Z[ recovery-image] Sep 17 14:02:26.837 INFO O| Sep 17 14:02:26.837 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40712024-09-17T14:02:28.093Z[ recovery-image] Sep 17 14:02:26.839 INFO O| Sep 17 14:02:26.839 INFO STEP 12 (remove_files) COMPLETE
40722024-09-17T14:02:28.095Z[ recovery-image] Sep 17 14:02:26.839 INFO O| Sep 17 14:02:26.839 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-17T14:02:28.102Z[ recovery-image] Sep 17 14:02:26.849 INFO O| Sep 17 14:02:26.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40742024-09-17T14:02:28.105Z[ recovery-image] Sep 17 14:02:26.851 INFO O| Sep 17 14:02:26.851 INFO STEP 13 (remove_files) COMPLETE
40752024-09-17T14:02:28.105Z[ recovery-image] Sep 17 14:02:26.851 INFO O| Sep 17 14:02:26.851 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-17T14:02:28.114Z[ recovery-image] Sep 17 14:02:26.861 INFO O| Sep 17 14:02:26.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40772024-09-17T14:02:28.118Z[ recovery-image] Sep 17 14:02:26.861 INFO O| Sep 17 14:02:26.861 INFO STEP 14 (remove_files) COMPLETE
40782024-09-17T14:02:28.118Z[ recovery-image] Sep 17 14:02:26.861 INFO O| Sep 17 14:02:26.861 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-09-17T14:02:28.124Z[ recovery-image] Sep 17 14:02:26.871 INFO O| Sep 17 14:02:26.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40802024-09-17T14:02:28.126Z[ recovery-image] Sep 17 14:02:26.871 INFO O| Sep 17 14:02:26.871 INFO STEP 15 (remove_files) COMPLETE
40812024-09-17T14:02:28.126Z[ recovery-image] Sep 17 14:02:26.871 INFO O| Sep 17 14:02:26.871 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-09-17T14:02:28.134Z[ recovery-image] Sep 17 14:02:26.881 INFO O| Sep 17 14:02:26.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40832024-09-17T14:02:28.141Z[ recovery-image] Sep 17 14:02:26.887 INFO O| Sep 17 14:02:26.887 INFO STEP 16 (remove_files) COMPLETE
40842024-09-17T14:02:28.141Z[ recovery-image] Sep 17 14:02:26.887 INFO O| Sep 17 14:02:26.887 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-09-17T14:02:28.151Z[ recovery-image] Sep 17 14:02:26.897 INFO O| Sep 17 14:02:26.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40862024-09-17T14:02:28.156Z[ recovery-image] Sep 17 14:02:26.897 INFO O| Sep 17 14:02:26.897 INFO STEP 17 (remove_files) COMPLETE
40872024-09-17T14:02:28.157Z[ recovery-image] Sep 17 14:02:26.897 INFO O| Sep 17 14:02:26.897 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-09-17T14:02:28.160Z[ recovery-image] Sep 17 14:02:26.906 INFO O| Sep 17 14:02:26.906 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40892024-09-17T14:02:28.163Z[ recovery-image] Sep 17 14:02:26.906 INFO O| Sep 17 14:02:26.906 INFO STEP 18 (remove_files) COMPLETE
40902024-09-17T14:02:28.163Z[ recovery-image] Sep 17 14:02:26.906 INFO O| Sep 17 14:02:26.906 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-09-17T14:02:28.170Z[ recovery-image] Sep 17 14:02:26.916 INFO O| Sep 17 14:02:26.916 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40922024-09-17T14:02:28.214Z[ recovery-image] Sep 17 14:02:26.960 INFO O| Sep 17 14:02:26.960 INFO STEP 19 (remove_files) COMPLETE
40932024-09-17T14:02:28.214Z[ recovery-image] Sep 17 14:02:26.960 INFO O| Sep 17 14:02:26.960 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-09-17T14:02:28.225Z[ recovery-image] Sep 17 14:02:26.972 INFO O| Sep 17 14:02:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40952024-09-17T14:02:28.228Z[ recovery-image] Sep 17 14:02:26.973 INFO O| Sep 17 14:02:26.973 INFO STEP 20 (remove_files) COMPLETE
40962024-09-17T14:02:28.228Z[ recovery-image] Sep 17 14:02:26.973 INFO O| Sep 17 14:02:26.973 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-09-17T14:02:28.236Z[ recovery-image] Sep 17 14:02:26.983 INFO O| Sep 17 14:02:26.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40982024-09-17T14:02:28.239Z[ recovery-image] Sep 17 14:02:26.983 INFO O| Sep 17 14:02:26.983 INFO STEP 21 (remove_files) COMPLETE
40992024-09-17T14:02:28.239Z[ recovery-image] Sep 17 14:02:26.983 INFO O| Sep 17 14:02:26.983 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-09-17T14:02:28.247Z[ recovery-image] Sep 17 14:02:26.993 INFO O| Sep 17 14:02:26.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41012024-09-17T14:02:28.250Z[ recovery-image] Sep 17 14:02:26.994 INFO O| Sep 17 14:02:26.994 INFO STEP 22 (remove_files) COMPLETE
41022024-09-17T14:02:28.250Z[ recovery-image] Sep 17 14:02:26.994 INFO O| Sep 17 14:02:26.994 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-09-17T14:02:28.257Z[ recovery-image] Sep 17 14:02:27.004 INFO O| Sep 17 14:02:27.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41042024-09-17T14:02:28.260Z[ recovery-image] Sep 17 14:02:27.004 INFO O| Sep 17 14:02:27.004 INFO STEP 23 (remove_files) COMPLETE
41052024-09-17T14:02:28.260Z[ recovery-image] Sep 17 14:02:27.004 INFO O| Sep 17 14:02:27.004 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-09-17T14:02:28.268Z[ recovery-image] Sep 17 14:02:27.014 INFO O| Sep 17 14:02:27.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41072024-09-17T14:02:28.268Z[ recovery-image] Sep 17 14:02:27.014 INFO O| Sep 17 14:02:27.014 INFO STEP 24 (remove_files) COMPLETE
41082024-09-17T14:02:28.268Z[ recovery-image] Sep 17 14:02:27.014 INFO O| Sep 17 14:02:27.014 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-09-17T14:02:28.279Z[ recovery-image] Sep 17 14:02:27.025 INFO O| Sep 17 14:02:27.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41102024-09-17T14:02:28.279Z[ recovery-image] Sep 17 14:02:27.025 INFO O| Sep 17 14:02:27.025 INFO STEP 25 (remove_files) COMPLETE
41112024-09-17T14:02:28.281Z[ recovery-image] Sep 17 14:02:27.025 INFO O| Sep 17 14:02:27.025 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-09-17T14:02:28.288Z[ recovery-image] Sep 17 14:02:27.035 INFO O| Sep 17 14:02:27.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41132024-09-17T14:02:28.291Z[ recovery-image] Sep 17 14:02:27.035 INFO O| Sep 17 14:02:27.035 INFO STEP 26 (remove_files) COMPLETE
41142024-09-17T14:02:28.291Z[ recovery-image] Sep 17 14:02:27.035 INFO O| Sep 17 14:02:27.035 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-09-17T14:02:28.298Z[ recovery-image] Sep 17 14:02:27.044 INFO O| Sep 17 14:02:27.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41162024-09-17T14:02:28.298Z[ recovery-image] Sep 17 14:02:27.045 INFO O| Sep 17 14:02:27.044 INFO STEP 27 (remove_files) COMPLETE
41172024-09-17T14:02:28.301Z[ recovery-image] Sep 17 14:02:27.045 INFO O| Sep 17 14:02:27.044 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-09-17T14:02:28.308Z[ recovery-image] Sep 17 14:02:27.054 INFO O| Sep 17 14:02:27.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41192024-09-17T14:02:28.310Z[ recovery-image] Sep 17 14:02:27.055 INFO O| Sep 17 14:02:27.055 INFO STEP 28 (remove_files) COMPLETE
41202024-09-17T14:02:28.310Z[ recovery-image] Sep 17 14:02:27.055 INFO O| Sep 17 14:02:27.055 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-09-17T14:02:28.319Z[ recovery-image] Sep 17 14:02:27.065 INFO O| Sep 17 14:02:27.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41222024-09-17T14:02:28.322Z[ recovery-image] Sep 17 14:02:27.065 INFO O| Sep 17 14:02:27.065 INFO STEP 29 (remove_files) COMPLETE
41232024-09-17T14:02:28.322Z[ recovery-image] Sep 17 14:02:27.065 INFO O| Sep 17 14:02:27.065 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-09-17T14:02:28.329Z[ recovery-image] Sep 17 14:02:27.076 INFO O| Sep 17 14:02:27.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41252024-09-17T14:02:28.329Z[ recovery-image] Sep 17 14:02:27.076 INFO O| Sep 17 14:02:27.076 INFO STEP 30 (remove_files) COMPLETE
41262024-09-17T14:02:28.332Z[ recovery-image] Sep 17 14:02:27.076 INFO O| Sep 17 14:02:27.076 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-09-17T14:02:28.340Z[ recovery-image] Sep 17 14:02:27.086 INFO O| Sep 17 14:02:27.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41282024-09-17T14:02:28.340Z[ recovery-image] Sep 17 14:02:27.086 INFO O| Sep 17 14:02:27.086 INFO STEP 31 (remove_files) COMPLETE
41292024-09-17T14:02:28.342Z[ recovery-image] Sep 17 14:02:27.086 INFO O| Sep 17 14:02:27.086 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-09-17T14:02:28.350Z[ recovery-image] Sep 17 14:02:27.096 INFO O| Sep 17 14:02:27.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41312024-09-17T14:02:28.350Z[ recovery-image] Sep 17 14:02:27.096 INFO O| Sep 17 14:02:27.096 INFO STEP 32 (remove_files) COMPLETE
41322024-09-17T14:02:28.352Z[ recovery-image] Sep 17 14:02:27.096 INFO O| Sep 17 14:02:27.096 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-09-17T14:02:28.360Z[ recovery-image] Sep 17 14:02:27.107 INFO O| Sep 17 14:02:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41342024-09-17T14:02:28.360Z[ recovery-image] Sep 17 14:02:27.107 INFO O| Sep 17 14:02:27.107 INFO STEP 33 (remove_files) COMPLETE
41352024-09-17T14:02:28.362Z[ recovery-image] Sep 17 14:02:27.107 INFO O| Sep 17 14:02:27.107 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-09-17T14:02:28.371Z[ recovery-image] Sep 17 14:02:27.117 INFO O| Sep 17 14:02:27.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41372024-09-17T14:02:28.371Z[ recovery-image] Sep 17 14:02:27.117 INFO O| Sep 17 14:02:27.117 INFO STEP 34 (remove_files) COMPLETE
41382024-09-17T14:02:28.373Z[ recovery-image] Sep 17 14:02:27.117 INFO O| Sep 17 14:02:27.117 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-09-17T14:02:28.380Z[ recovery-image] Sep 17 14:02:27.127 INFO O| Sep 17 14:02:27.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41402024-09-17T14:02:28.383Z[ recovery-image] Sep 17 14:02:27.127 INFO O| Sep 17 14:02:27.127 INFO STEP 35 (remove_files) COMPLETE
41412024-09-17T14:02:28.383Z[ recovery-image] Sep 17 14:02:27.127 INFO O| Sep 17 14:02:27.127 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-09-17T14:02:28.391Z[ recovery-image] Sep 17 14:02:27.137 INFO O| Sep 17 14:02:27.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41432024-09-17T14:02:28.393Z[ recovery-image] Sep 17 14:02:27.137 INFO O| Sep 17 14:02:27.137 INFO STEP 36 (remove_files) COMPLETE
41442024-09-17T14:02:28.393Z[ recovery-image] Sep 17 14:02:27.137 INFO O| Sep 17 14:02:27.137 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-09-17T14:02:28.401Z[ recovery-image] Sep 17 14:02:27.147 INFO O| Sep 17 14:02:27.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41462024-09-17T14:02:28.401Z[ recovery-image] Sep 17 14:02:27.147 INFO O| Sep 17 14:02:27.147 INFO STEP 37 (remove_files) COMPLETE
41472024-09-17T14:02:28.401Z[ recovery-image] Sep 17 14:02:27.147 INFO O| Sep 17 14:02:27.147 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-09-17T14:02:28.410Z[ recovery-image] Sep 17 14:02:27.157 INFO O| Sep 17 14:02:27.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41492024-09-17T14:02:28.413Z[ recovery-image] Sep 17 14:02:27.157 INFO O| Sep 17 14:02:27.157 INFO STEP 38 (remove_files) COMPLETE
41502024-09-17T14:02:28.413Z[ recovery-image] Sep 17 14:02:27.157 INFO O| Sep 17 14:02:27.157 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-09-17T14:02:28.420Z[ recovery-image] Sep 17 14:02:27.167 INFO O| Sep 17 14:02:27.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41522024-09-17T14:02:28.422Z[ recovery-image] Sep 17 14:02:27.167 INFO O| Sep 17 14:02:27.167 INFO STEP 39 (remove_files) COMPLETE
41532024-09-17T14:02:28.422Z[ recovery-image] Sep 17 14:02:27.167 INFO O| Sep 17 14:02:27.167 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-09-17T14:02:28.431Z[ recovery-image] Sep 17 14:02:27.177 INFO O| Sep 17 14:02:27.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41552024-09-17T14:02:28.433Z[ recovery-image] Sep 17 14:02:27.177 INFO O| Sep 17 14:02:27.177 INFO STEP 40 (remove_files) COMPLETE
41562024-09-17T14:02:28.433Z[ recovery-image] Sep 17 14:02:27.177 INFO O| Sep 17 14:02:27.177 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-09-17T14:02:28.441Z[ recovery-image] Sep 17 14:02:27.187 INFO O| Sep 17 14:02:27.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41582024-09-17T14:02:28.443Z[ recovery-image] Sep 17 14:02:27.187 INFO O| Sep 17 14:02:27.187 INFO STEP 41 (remove_files) COMPLETE
41592024-09-17T14:02:28.443Z[ recovery-image] Sep 17 14:02:27.187 INFO O| Sep 17 14:02:27.187 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-09-17T14:02:28.450Z[ recovery-image] Sep 17 14:02:27.197 INFO O| Sep 17 14:02:27.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41612024-09-17T14:02:28.453Z[ recovery-image] Sep 17 14:02:27.197 INFO O| Sep 17 14:02:27.197 INFO STEP 42 (remove_files) COMPLETE
41622024-09-17T14:02:28.453Z[ recovery-image] Sep 17 14:02:27.197 INFO O| Sep 17 14:02:27.197 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-09-17T14:02:28.460Z[ recovery-image] Sep 17 14:02:27.206 INFO O| Sep 17 14:02:27.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41642024-09-17T14:02:28.460Z[ recovery-image] Sep 17 14:02:27.207 INFO O| Sep 17 14:02:27.207 INFO STEP 43 (remove_files) COMPLETE
41652024-09-17T14:02:28.460Z[ recovery-image] Sep 17 14:02:27.207 INFO O| Sep 17 14:02:27.207 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-09-17T14:02:28.470Z[ recovery-image] Sep 17 14:02:27.216 INFO O| Sep 17 14:02:27.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41672024-09-17T14:02:28.473Z[ recovery-image] Sep 17 14:02:27.216 INFO O| Sep 17 14:02:27.216 INFO STEP 44 (remove_files) COMPLETE
41682024-09-17T14:02:28.473Z[ recovery-image] Sep 17 14:02:27.216 INFO O| Sep 17 14:02:27.216 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-09-17T14:02:28.480Z[ recovery-image] Sep 17 14:02:27.226 INFO O| Sep 17 14:02:27.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41702024-09-17T14:02:28.480Z[ recovery-image] Sep 17 14:02:27.226 INFO O| Sep 17 14:02:27.226 INFO STEP 45 (remove_files) COMPLETE
41712024-09-17T14:02:28.482Z[ recovery-image] Sep 17 14:02:27.226 INFO O| Sep 17 14:02:27.226 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-09-17T14:02:28.490Z[ recovery-image] Sep 17 14:02:27.237 INFO O| Sep 17 14:02:27.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41732024-09-17T14:02:28.490Z[ recovery-image] Sep 17 14:02:27.237 INFO O| Sep 17 14:02:27.237 INFO STEP 46 (remove_files) COMPLETE
41742024-09-17T14:02:28.491Z[ recovery-image] Sep 17 14:02:27.237 INFO O| Sep 17 14:02:27.237 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-09-17T14:02:28.500Z[ recovery-image] Sep 17 14:02:27.247 INFO O| Sep 17 14:02:27.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41762024-09-17T14:02:28.500Z[ recovery-image] Sep 17 14:02:27.247 INFO O| Sep 17 14:02:27.247 INFO STEP 47 (remove_files) COMPLETE
41772024-09-17T14:02:28.503Z[ recovery-image] Sep 17 14:02:27.247 INFO O| Sep 17 14:02:27.247 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-17T14:02:28.510Z[ recovery-image] Sep 17 14:02:27.257 INFO O| Sep 17 14:02:27.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41792024-09-17T14:02:28.510Z[ recovery-image] Sep 17 14:02:27.257 INFO O| Sep 17 14:02:27.257 INFO STEP 48 (remove_files) COMPLETE
41802024-09-17T14:02:28.513Z[ recovery-image] Sep 17 14:02:27.257 INFO O| Sep 17 14:02:27.257 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-17T14:02:28.520Z[ recovery-image] Sep 17 14:02:27.267 INFO O| Sep 17 14:02:27.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41822024-09-17T14:02:28.520Z[ recovery-image] Sep 17 14:02:27.267 INFO O| Sep 17 14:02:27.267 INFO STEP 49 (remove_files) COMPLETE
41832024-09-17T14:02:28.520Z[ recovery-image] Sep 17 14:02:27.267 INFO O| Sep 17 14:02:27.267 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-17T14:02:28.530Z[ recovery-image] Sep 17 14:02:27.277 INFO O| Sep 17 14:02:27.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41852024-09-17T14:02:28.530Z[ recovery-image] Sep 17 14:02:27.277 INFO O| Sep 17 14:02:27.277 INFO STEP 50 (remove_files) COMPLETE
41862024-09-17T14:02:28.530Z[ recovery-image] Sep 17 14:02:27.277 INFO O| Sep 17 14:02:27.277 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-17T14:02:28.540Z[ recovery-image] Sep 17 14:02:27.287 INFO O| Sep 17 14:02:27.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41882024-09-17T14:02:28.540Z[ recovery-image] Sep 17 14:02:27.287 INFO O| Sep 17 14:02:27.287 INFO STEP 51 (remove_files) COMPLETE
41892024-09-17T14:02:28.543Z[ recovery-image] Sep 17 14:02:27.287 INFO O| Sep 17 14:02:27.287 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-17T14:02:28.550Z[ recovery-image] Sep 17 14:02:27.297 INFO O| Sep 17 14:02:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41912024-09-17T14:02:28.551Z[ recovery-image] Sep 17 14:02:27.297 INFO O| Sep 17 14:02:27.297 INFO STEP 52 (remove_files) COMPLETE
41922024-09-17T14:02:28.551Z[ recovery-image] Sep 17 14:02:27.297 INFO O| Sep 17 14:02:27.297 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-17T14:02:28.561Z[ recovery-image] Sep 17 14:02:27.307 INFO O| Sep 17 14:02:27.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41942024-09-17T14:02:28.563Z[ recovery-image] Sep 17 14:02:27.308 INFO O| Sep 17 14:02:27.308 INFO STEP 53 (remove_files) COMPLETE
41952024-09-17T14:02:28.563Z[ recovery-image] Sep 17 14:02:27.308 INFO O| Sep 17 14:02:27.308 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-17T14:02:28.571Z[ recovery-image] Sep 17 14:02:27.318 INFO O| Sep 17 14:02:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41972024-09-17T14:02:28.571Z[ recovery-image] Sep 17 14:02:27.318 INFO O| Sep 17 14:02:27.318 INFO STEP 54 (remove_files) COMPLETE
41982024-09-17T14:02:28.574Z[ recovery-image] Sep 17 14:02:27.318 INFO O| Sep 17 14:02:27.318 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-17T14:02:28.582Z[ recovery-image] Sep 17 14:02:27.328 INFO O| Sep 17 14:02:27.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42002024-09-17T14:02:28.584Z[ recovery-image] Sep 17 14:02:27.328 INFO O| Sep 17 14:02:27.328 INFO STEP 55 (remove_files) COMPLETE
42012024-09-17T14:02:28.584Z[ recovery-image] Sep 17 14:02:27.328 INFO O| Sep 17 14:02:27.328 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-17T14:02:28.592Z[ recovery-image] Sep 17 14:02:27.338 INFO O| Sep 17 14:02:27.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42032024-09-17T14:02:28.592Z[ recovery-image] Sep 17 14:02:27.338 INFO O| Sep 17 14:02:27.338 INFO STEP 56 (remove_files) COMPLETE
42042024-09-17T14:02:28.592Z[ recovery-image] Sep 17 14:02:27.338 INFO O| Sep 17 14:02:27.338 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-09-17T14:02:28.603Z[ recovery-image] Sep 17 14:02:27.349 INFO O| Sep 17 14:02:27.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42062024-09-17T14:02:28.603Z[ recovery-image] Sep 17 14:02:27.349 INFO O| Sep 17 14:02:27.349 INFO STEP 57 (remove_files) COMPLETE
42072024-09-17T14:02:28.603Z[ recovery-image] Sep 17 14:02:27.349 INFO O| Sep 17 14:02:27.349 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-09-17T14:02:28.612Z[ recovery-image] Sep 17 14:02:27.359 INFO O| Sep 17 14:02:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42092024-09-17T14:02:28.615Z[ recovery-image] Sep 17 14:02:27.359 INFO O| Sep 17 14:02:27.359 INFO STEP 58 (remove_files) COMPLETE
42102024-09-17T14:02:28.615Z[ recovery-image] Sep 17 14:02:27.359 INFO O| Sep 17 14:02:27.359 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-09-17T14:02:28.623Z[ recovery-image] Sep 17 14:02:27.370 INFO O| Sep 17 14:02:27.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42122024-09-17T14:02:28.626Z[ recovery-image] Sep 17 14:02:27.370 INFO O| Sep 17 14:02:27.370 INFO STEP 59 (remove_files) COMPLETE
42132024-09-17T14:02:28.626Z[ recovery-image] Sep 17 14:02:27.370 INFO O| Sep 17 14:02:27.370 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-17T14:02:28.633Z[ recovery-image] Sep 17 14:02:27.379 INFO O| Sep 17 14:02:27.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42152024-09-17T14:02:28.635Z[ recovery-image] Sep 17 14:02:27.379 INFO O| Sep 17 14:02:27.379 INFO STEP 60 (remove_files) COMPLETE
42162024-09-17T14:02:28.635Z[ recovery-image] Sep 17 14:02:27.379 INFO O| Sep 17 14:02:27.379 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-09-17T14:02:28.643Z[ recovery-image] Sep 17 14:02:27.389 INFO O| Sep 17 14:02:27.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42182024-09-17T14:02:28.643Z[ recovery-image] Sep 17 14:02:27.389 INFO O| Sep 17 14:02:27.389 INFO STEP 61 (remove_files) COMPLETE
42192024-09-17T14:02:28.643Z[ recovery-image] Sep 17 14:02:27.389 INFO O| Sep 17 14:02:27.389 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-09-17T14:02:28.652Z[ recovery-image] Sep 17 14:02:27.399 INFO O| Sep 17 14:02:27.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42212024-09-17T14:02:28.652Z[ recovery-image] Sep 17 14:02:27.399 INFO O| Sep 17 14:02:27.399 INFO STEP 62 (remove_files) COMPLETE
42222024-09-17T14:02:28.655Z[ recovery-image] Sep 17 14:02:27.399 INFO O| Sep 17 14:02:27.399 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-09-17T14:02:28.663Z[ recovery-image] Sep 17 14:02:27.409 INFO O| Sep 17 14:02:27.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42242024-09-17T14:02:28.663Z[ recovery-image] Sep 17 14:02:27.409 INFO O| Sep 17 14:02:27.409 INFO STEP 63 (remove_files) COMPLETE
42252024-09-17T14:02:28.666Z[ recovery-image] Sep 17 14:02:27.409 INFO O| Sep 17 14:02:27.409 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-09-17T14:02:28.673Z[ recovery-image] Sep 17 14:02:27.419 INFO O| Sep 17 14:02:27.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42272024-09-17T14:02:28.673Z[ recovery-image] Sep 17 14:02:27.419 INFO O| Sep 17 14:02:27.419 INFO STEP 64 (remove_files) COMPLETE
42282024-09-17T14:02:28.673Z[ recovery-image] Sep 17 14:02:27.419 INFO O| Sep 17 14:02:27.419 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-09-17T14:02:28.682Z[ recovery-image] Sep 17 14:02:27.428 INFO O| Sep 17 14:02:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42302024-09-17T14:02:28.682Z[ recovery-image] Sep 17 14:02:27.428 INFO O| Sep 17 14:02:27.428 INFO STEP 65 (remove_files) COMPLETE
42312024-09-17T14:02:28.684Z[ recovery-image] Sep 17 14:02:27.428 INFO O| Sep 17 14:02:27.428 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-09-17T14:02:28.692Z[ recovery-image] Sep 17 14:02:27.438 INFO O| Sep 17 14:02:27.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42332024-09-17T14:02:28.692Z[ recovery-image] Sep 17 14:02:27.438 INFO O| Sep 17 14:02:27.438 INFO STEP 66 (remove_files) COMPLETE
42342024-09-17T14:02:28.692Z[ recovery-image] Sep 17 14:02:27.438 INFO O| Sep 17 14:02:27.438 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-09-17T14:02:28.702Z[ recovery-image] Sep 17 14:02:27.449 INFO O| Sep 17 14:02:27.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42362024-09-17T14:02:28.702Z[ recovery-image] Sep 17 14:02:27.449 INFO O| Sep 17 14:02:27.449 INFO STEP 67 (remove_files) COMPLETE
42372024-09-17T14:02:28.705Z[ recovery-image] Sep 17 14:02:27.449 INFO O| Sep 17 14:02:27.449 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-09-17T14:02:28.712Z[ recovery-image] Sep 17 14:02:27.459 INFO O| Sep 17 14:02:27.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42392024-09-17T14:02:28.712Z[ recovery-image] Sep 17 14:02:27.459 INFO O| Sep 17 14:02:27.459 INFO STEP 68 (remove_files) COMPLETE
42402024-09-17T14:02:28.715Z[ recovery-image] Sep 17 14:02:27.459 INFO O| Sep 17 14:02:27.459 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-09-17T14:02:28.722Z[ recovery-image] Sep 17 14:02:27.469 INFO O| Sep 17 14:02:27.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42422024-09-17T14:02:28.725Z[ recovery-image] Sep 17 14:02:27.469 INFO O| Sep 17 14:02:27.469 INFO STEP 69 (remove_files) COMPLETE
42432024-09-17T14:02:28.725Z[ recovery-image] Sep 17 14:02:27.469 INFO O| Sep 17 14:02:27.469 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-09-17T14:02:28.733Z[ recovery-image] Sep 17 14:02:27.479 INFO O| Sep 17 14:02:27.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42452024-09-17T14:02:28.735Z[ recovery-image] Sep 17 14:02:27.479 INFO O| Sep 17 14:02:27.479 INFO STEP 70 (remove_files) COMPLETE
42462024-09-17T14:02:28.735Z[ recovery-image] Sep 17 14:02:27.479 INFO O| Sep 17 14:02:27.479 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-09-17T14:02:28.742Z[ recovery-image] Sep 17 14:02:27.489 INFO O| Sep 17 14:02:27.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42482024-09-17T14:02:28.742Z[ recovery-image] Sep 17 14:02:27.489 INFO O| Sep 17 14:02:27.489 INFO STEP 71 (remove_files) COMPLETE
42492024-09-17T14:02:28.745Z[ recovery-image] Sep 17 14:02:27.489 INFO O| Sep 17 14:02:27.489 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-09-17T14:02:28.752Z[ recovery-image] Sep 17 14:02:27.499 INFO O| Sep 17 14:02:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42512024-09-17T14:02:28.752Z[ recovery-image] Sep 17 14:02:27.499 INFO O| Sep 17 14:02:27.499 INFO STEP 72 (remove_files) COMPLETE
42522024-09-17T14:02:28.755Z[ recovery-image] Sep 17 14:02:27.499 INFO O| Sep 17 14:02:27.499 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-09-17T14:02:28.762Z[ recovery-image] Sep 17 14:02:27.508 INFO O| Sep 17 14:02:27.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42542024-09-17T14:02:28.764Z[ recovery-image] Sep 17 14:02:27.508 INFO O| Sep 17 14:02:27.508 INFO STEP 73 (remove_files) COMPLETE
42552024-09-17T14:02:28.764Z[ recovery-image] Sep 17 14:02:27.508 INFO O| Sep 17 14:02:27.508 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-09-17T14:02:28.772Z[ recovery-image] Sep 17 14:02:27.518 INFO O| Sep 17 14:02:27.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42572024-09-17T14:02:28.772Z[ recovery-image] Sep 17 14:02:27.518 INFO O| Sep 17 14:02:27.518 INFO STEP 74 (remove_files) COMPLETE
42582024-09-17T14:02:28.774Z[ recovery-image] Sep 17 14:02:27.518 INFO O| Sep 17 14:02:27.518 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-09-17T14:02:28.782Z[ recovery-image] Sep 17 14:02:27.528 INFO O| Sep 17 14:02:27.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42602024-09-17T14:02:28.782Z[ recovery-image] Sep 17 14:02:27.528 INFO O| Sep 17 14:02:27.528 INFO STEP 75 (remove_files) COMPLETE
42612024-09-17T14:02:28.784Z[ recovery-image] Sep 17 14:02:27.529 INFO O| Sep 17 14:02:27.528 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-09-17T14:02:28.792Z[ recovery-image] Sep 17 14:02:27.539 INFO O| Sep 17 14:02:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42632024-09-17T14:02:28.795Z[ recovery-image] Sep 17 14:02:27.539 INFO O| Sep 17 14:02:27.539 INFO STEP 76 (remove_files) COMPLETE
42642024-09-17T14:02:28.795Z[ recovery-image] Sep 17 14:02:27.539 INFO O| Sep 17 14:02:27.539 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-09-17T14:02:28.803Z[ recovery-image] Sep 17 14:02:27.549 INFO O| Sep 17 14:02:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42662024-09-17T14:02:28.805Z[ recovery-image] Sep 17 14:02:27.549 INFO O| Sep 17 14:02:27.549 INFO STEP 77 (remove_files) COMPLETE
42672024-09-17T14:02:28.805Z[ recovery-image] Sep 17 14:02:27.549 INFO O| Sep 17 14:02:27.549 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-09-17T14:02:28.812Z[ recovery-image] Sep 17 14:02:27.559 INFO O| Sep 17 14:02:27.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42692024-09-17T14:02:28.812Z[ recovery-image] Sep 17 14:02:27.559 INFO O| Sep 17 14:02:27.559 INFO STEP 78 (remove_files) COMPLETE
42702024-09-17T14:02:28.815Z[ recovery-image] Sep 17 14:02:27.559 INFO O| Sep 17 14:02:27.559 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-09-17T14:02:28.822Z[ recovery-image] Sep 17 14:02:27.569 INFO O| Sep 17 14:02:27.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42722024-09-17T14:02:28.822Z[ recovery-image] Sep 17 14:02:27.569 INFO O| Sep 17 14:02:27.569 INFO STEP 79 (remove_files) COMPLETE
42732024-09-17T14:02:28.825Z[ recovery-image] Sep 17 14:02:27.569 INFO O| Sep 17 14:02:27.569 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-17T14:02:28.832Z[ recovery-image] Sep 17 14:02:27.578 INFO O| Sep 17 14:02:27.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42752024-09-17T14:02:28.832Z[ recovery-image] Sep 17 14:02:27.578 INFO O| Sep 17 14:02:27.578 INFO STEP 80 (remove_files) COMPLETE
42762024-09-17T14:02:28.835Z[ recovery-image] Sep 17 14:02:27.578 INFO O| Sep 17 14:02:27.578 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-17T14:02:28.842Z[ recovery-image] Sep 17 14:02:27.588 INFO O| Sep 17 14:02:27.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42782024-09-17T14:02:28.842Z[ recovery-image] Sep 17 14:02:27.588 INFO O| Sep 17 14:02:27.588 INFO STEP 81 (remove_files) COMPLETE
42792024-09-17T14:02:28.842Z[ recovery-image] Sep 17 14:02:27.588 INFO O| Sep 17 14:02:27.588 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-09-17T14:02:28.852Z[ recovery-image] Sep 17 14:02:27.598 INFO O| Sep 17 14:02:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42812024-09-17T14:02:28.852Z[ recovery-image] Sep 17 14:02:27.598 INFO O| Sep 17 14:02:27.598 INFO STEP 82 (remove_files) COMPLETE
42822024-09-17T14:02:28.852Z[ recovery-image] Sep 17 14:02:27.598 INFO O| Sep 17 14:02:27.598 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-09-17T14:02:28.861Z[ recovery-image] Sep 17 14:02:27.608 INFO O| Sep 17 14:02:27.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42842024-09-17T14:02:28.864Z[ recovery-image] Sep 17 14:02:27.608 INFO O| Sep 17 14:02:27.608 INFO STEP 83 (remove_files) COMPLETE
42852024-09-17T14:02:28.864Z[ recovery-image] Sep 17 14:02:27.608 INFO O| Sep 17 14:02:27.608 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-09-17T14:02:28.871Z[ recovery-image] Sep 17 14:02:27.617 INFO O| Sep 17 14:02:27.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42872024-09-17T14:02:28.873Z[ recovery-image] Sep 17 14:02:27.617 INFO O| Sep 17 14:02:27.617 INFO STEP 84 (remove_files) COMPLETE
42882024-09-17T14:02:28.873Z[ recovery-image] Sep 17 14:02:27.617 INFO O| Sep 17 14:02:27.617 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-09-17T14:02:28.880Z[ recovery-image] Sep 17 14:02:27.627 INFO O| Sep 17 14:02:27.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42902024-09-17T14:02:28.883Z[ recovery-image] Sep 17 14:02:27.627 INFO O| Sep 17 14:02:27.627 INFO STEP 85 (remove_files) COMPLETE
42912024-09-17T14:02:28.883Z[ recovery-image] Sep 17 14:02:27.627 INFO O| Sep 17 14:02:27.627 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-09-17T14:02:28.890Z[ recovery-image] Sep 17 14:02:27.636 INFO O| Sep 17 14:02:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42932024-09-17T14:02:28.890Z[ recovery-image] Sep 17 14:02:27.636 INFO O| Sep 17 14:02:27.636 INFO STEP 86 (remove_files) COMPLETE
42942024-09-17T14:02:28.890Z[ recovery-image] Sep 17 14:02:27.636 INFO O| Sep 17 14:02:27.636 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-09-17T14:02:28.899Z[ recovery-image] Sep 17 14:02:27.646 INFO O| Sep 17 14:02:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42962024-09-17T14:02:28.902Z[ recovery-image] Sep 17 14:02:27.646 INFO O| Sep 17 14:02:27.646 INFO STEP 87 (remove_files) COMPLETE
42972024-09-17T14:02:28.902Z[ recovery-image] Sep 17 14:02:27.646 INFO O| Sep 17 14:02:27.646 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-09-17T14:02:28.910Z[ recovery-image] Sep 17 14:02:27.656 INFO O| Sep 17 14:02:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42992024-09-17T14:02:28.910Z[ recovery-image] Sep 17 14:02:27.656 INFO O| Sep 17 14:02:27.656 INFO STEP 88 (remove_files) COMPLETE
43002024-09-17T14:02:28.910Z[ recovery-image] Sep 17 14:02:27.656 INFO O| Sep 17 14:02:27.656 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-09-17T14:02:28.915Z[ host-image] Sep 17 14:02:27.661 INFO O| Sep 17 14:02:27.661 INFO O| Download: 20226/22728 items 168.2/196.4MB 85% complete (927k/s)
43022024-09-17T14:02:28.920Z[ recovery-image] Sep 17 14:02:27.666 INFO O| Sep 17 14:02:27.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43032024-09-17T14:02:28.923Z[ recovery-image] Sep 17 14:02:27.667 INFO O| Sep 17 14:02:27.667 INFO STEP 89 (remove_files) COMPLETE
43042024-09-17T14:02:28.923Z[ recovery-image] Sep 17 14:02:27.667 INFO O| Sep 17 14:02:27.667 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-09-17T14:02:28.930Z[ recovery-image] Sep 17 14:02:27.676 INFO O| Sep 17 14:02:27.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43062024-09-17T14:02:28.930Z[ recovery-image] Sep 17 14:02:27.676 INFO O| Sep 17 14:02:27.676 INFO STEP 90 (remove_files) COMPLETE
43072024-09-17T14:02:28.930Z[ recovery-image] Sep 17 14:02:27.676 INFO O| Sep 17 14:02:27.676 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-09-17T14:02:28.940Z[ recovery-image] Sep 17 14:02:27.686 INFO O| Sep 17 14:02:27.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43092024-09-17T14:02:28.940Z[ recovery-image] Sep 17 14:02:27.687 INFO O| Sep 17 14:02:27.687 INFO STEP 91 (remove_files) COMPLETE
43102024-09-17T14:02:28.943Z[ recovery-image] Sep 17 14:02:27.687 INFO O| Sep 17 14:02:27.687 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-09-17T14:02:28.950Z[ recovery-image] Sep 17 14:02:27.697 INFO O| Sep 17 14:02:27.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43122024-09-17T14:02:28.953Z[ recovery-image] Sep 17 14:02:27.697 INFO O| Sep 17 14:02:27.697 INFO STEP 92 (remove_files) COMPLETE
43132024-09-17T14:02:28.953Z[ recovery-image] Sep 17 14:02:27.697 INFO O| Sep 17 14:02:27.697 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-09-17T14:02:28.960Z[ recovery-image] Sep 17 14:02:27.706 INFO O| Sep 17 14:02:27.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43152024-09-17T14:02:28.963Z[ recovery-image] Sep 17 14:02:27.707 INFO O| Sep 17 14:02:27.707 INFO STEP 93 (remove_files) COMPLETE
43162024-09-17T14:02:28.964Z[ recovery-image] Sep 17 14:02:27.707 INFO O| Sep 17 14:02:27.707 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-09-17T14:02:28.970Z[ recovery-image] Sep 17 14:02:27.716 INFO O| Sep 17 14:02:27.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43182024-09-17T14:02:28.972Z[ recovery-image] Sep 17 14:02:27.717 INFO O| Sep 17 14:02:27.717 INFO STEP 94 (remove_files) COMPLETE
43192024-09-17T14:02:28.972Z[ recovery-image] Sep 17 14:02:27.717 INFO O| Sep 17 14:02:27.717 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-09-17T14:02:28.980Z[ recovery-image] Sep 17 14:02:27.727 INFO O| Sep 17 14:02:27.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43212024-09-17T14:02:28.980Z[ recovery-image] Sep 17 14:02:27.727 INFO O| Sep 17 14:02:27.727 INFO STEP 95 (remove_files) COMPLETE
43222024-09-17T14:02:28.983Z[ recovery-image] Sep 17 14:02:27.727 INFO O| Sep 17 14:02:27.727 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-09-17T14:02:28.990Z[ recovery-image] Sep 17 14:02:27.737 INFO O| Sep 17 14:02:27.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43242024-09-17T14:02:28.993Z[ recovery-image] Sep 17 14:02:27.737 INFO O| Sep 17 14:02:27.737 INFO STEP 96 (remove_files) COMPLETE
43252024-09-17T14:02:28.993Z[ recovery-image] Sep 17 14:02:27.737 INFO O| Sep 17 14:02:27.737 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-09-17T14:02:29.000Z[ recovery-image] Sep 17 14:02:27.746 INFO O| Sep 17 14:02:27.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43272024-09-17T14:02:29.000Z[ recovery-image] Sep 17 14:02:27.746 INFO O| Sep 17 14:02:27.746 INFO STEP 97 (remove_files) COMPLETE
43282024-09-17T14:02:29.003Z[ recovery-image] Sep 17 14:02:27.746 INFO O| Sep 17 14:02:27.746 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-09-17T14:02:29.010Z[ recovery-image] Sep 17 14:02:27.756 INFO O| Sep 17 14:02:27.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43302024-09-17T14:02:29.012Z[ recovery-image] Sep 17 14:02:27.757 INFO O| Sep 17 14:02:27.757 INFO STEP 98 (remove_files) COMPLETE
43312024-09-17T14:02:29.012Z[ recovery-image] Sep 17 14:02:27.757 INFO O| Sep 17 14:02:27.757 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-09-17T14:02:29.020Z[ recovery-image] Sep 17 14:02:27.766 INFO O| Sep 17 14:02:27.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43332024-09-17T14:02:29.020Z[ recovery-image] Sep 17 14:02:27.766 INFO O| Sep 17 14:02:27.766 INFO STEP 99 (remove_files) COMPLETE
43342024-09-17T14:02:29.022Z[ recovery-image] Sep 17 14:02:27.766 INFO O| Sep 17 14:02:27.766 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-09-17T14:02:29.030Z[ recovery-image] Sep 17 14:02:27.776 INFO O| Sep 17 14:02:27.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43362024-09-17T14:02:29.030Z[ recovery-image] Sep 17 14:02:27.776 INFO O| Sep 17 14:02:27.776 INFO STEP 100 (remove_files) COMPLETE
43372024-09-17T14:02:29.032Z[ recovery-image] Sep 17 14:02:27.776 INFO O| Sep 17 14:02:27.776 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-09-17T14:02:29.040Z[ recovery-image] Sep 17 14:02:27.786 INFO O| Sep 17 14:02:27.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43392024-09-17T14:02:29.043Z[ recovery-image] Sep 17 14:02:27.786 INFO O| Sep 17 14:02:27.786 INFO STEP 101 (remove_files) COMPLETE
43402024-09-17T14:02:29.043Z[ recovery-image] Sep 17 14:02:27.786 INFO O| Sep 17 14:02:27.786 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-09-17T14:02:29.050Z[ recovery-image] Sep 17 14:02:27.796 INFO O| Sep 17 14:02:27.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43422024-09-17T14:02:29.050Z[ recovery-image] Sep 17 14:02:27.796 INFO O| Sep 17 14:02:27.796 INFO STEP 102 (remove_files) COMPLETE
43432024-09-17T14:02:29.052Z[ recovery-image] Sep 17 14:02:27.796 INFO O| Sep 17 14:02:27.796 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-09-17T14:02:29.060Z[ recovery-image] Sep 17 14:02:27.806 INFO O| Sep 17 14:02:27.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43452024-09-17T14:02:29.060Z[ recovery-image] Sep 17 14:02:27.806 INFO O| Sep 17 14:02:27.806 INFO STEP 103 (remove_files) COMPLETE
43462024-09-17T14:02:29.062Z[ recovery-image] Sep 17 14:02:27.806 INFO O| Sep 17 14:02:27.806 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-09-17T14:02:29.069Z[ recovery-image] Sep 17 14:02:27.815 INFO O| Sep 17 14:02:27.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43482024-09-17T14:02:29.069Z[ recovery-image] Sep 17 14:02:27.815 INFO O| Sep 17 14:02:27.815 INFO STEP 104 (remove_files) COMPLETE
43492024-09-17T14:02:29.072Z[ recovery-image] Sep 17 14:02:27.815 INFO O| Sep 17 14:02:27.815 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-09-17T14:02:29.079Z[ recovery-image] Sep 17 14:02:27.825 INFO O| Sep 17 14:02:27.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43512024-09-17T14:02:29.081Z[ recovery-image] Sep 17 14:02:27.826 INFO O| Sep 17 14:02:27.826 INFO STEP 105 (remove_files) COMPLETE
43522024-09-17T14:02:29.081Z[ recovery-image] Sep 17 14:02:27.826 INFO O| Sep 17 14:02:27.826 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-09-17T14:02:29.089Z[ recovery-image] Sep 17 14:02:27.835 INFO O| Sep 17 14:02:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43542024-09-17T14:02:29.091Z[ recovery-image] Sep 17 14:02:27.836 INFO O| Sep 17 14:02:27.835 INFO STEP 106 (remove_files) COMPLETE
43552024-09-17T14:02:29.091Z[ recovery-image] Sep 17 14:02:27.836 INFO O| Sep 17 14:02:27.836 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-09-17T14:02:29.099Z[ recovery-image] Sep 17 14:02:27.845 INFO O| Sep 17 14:02:27.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43572024-09-17T14:02:29.099Z[ recovery-image] Sep 17 14:02:27.845 INFO O| Sep 17 14:02:27.845 INFO STEP 107 (remove_files) COMPLETE
43582024-09-17T14:02:29.101Z[ recovery-image] Sep 17 14:02:27.845 INFO O| Sep 17 14:02:27.845 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-09-17T14:02:29.109Z[ recovery-image] Sep 17 14:02:27.855 INFO O| Sep 17 14:02:27.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43602024-09-17T14:02:29.109Z[ recovery-image] Sep 17 14:02:27.855 INFO O| Sep 17 14:02:27.855 INFO STEP 108 (remove_files) COMPLETE
43612024-09-17T14:02:29.112Z[ recovery-image] Sep 17 14:02:27.855 INFO O| Sep 17 14:02:27.855 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-09-17T14:02:29.119Z[ recovery-image] Sep 17 14:02:27.865 INFO O| Sep 17 14:02:27.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43632024-09-17T14:02:29.119Z[ recovery-image] Sep 17 14:02:27.865 INFO O| Sep 17 14:02:27.865 INFO STEP 109 (remove_files) COMPLETE
43642024-09-17T14:02:29.121Z[ recovery-image] Sep 17 14:02:27.865 INFO O| Sep 17 14:02:27.865 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-09-17T14:02:29.128Z[ recovery-image] Sep 17 14:02:27.875 INFO O| Sep 17 14:02:27.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43662024-09-17T14:02:29.128Z[ recovery-image] Sep 17 14:02:27.875 INFO O| Sep 17 14:02:27.875 INFO STEP 110 (remove_files) COMPLETE
43672024-09-17T14:02:29.131Z[ recovery-image] Sep 17 14:02:27.875 INFO O| Sep 17 14:02:27.875 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-09-17T14:02:29.138Z[ recovery-image] Sep 17 14:02:27.884 INFO O| Sep 17 14:02:27.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43692024-09-17T14:02:29.138Z[ recovery-image] Sep 17 14:02:27.884 INFO O| Sep 17 14:02:27.884 INFO STEP 111 (remove_files) COMPLETE
43702024-09-17T14:02:29.140Z[ recovery-image] Sep 17 14:02:27.884 INFO O| Sep 17 14:02:27.884 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-09-17T14:02:29.148Z[ recovery-image] Sep 17 14:02:27.894 INFO O| Sep 17 14:02:27.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43722024-09-17T14:02:29.148Z[ recovery-image] Sep 17 14:02:27.894 INFO O| Sep 17 14:02:27.894 INFO STEP 112 (remove_files) COMPLETE
43732024-09-17T14:02:29.148Z[ recovery-image] Sep 17 14:02:27.894 INFO O| Sep 17 14:02:27.894 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-09-17T14:02:29.158Z[ recovery-image] Sep 17 14:02:27.904 INFO O| Sep 17 14:02:27.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43752024-09-17T14:02:29.158Z[ recovery-image] Sep 17 14:02:27.904 INFO O| Sep 17 14:02:27.904 INFO STEP 113 (remove_files) COMPLETE
43762024-09-17T14:02:29.158Z[ recovery-image] Sep 17 14:02:27.904 INFO O| Sep 17 14:02:27.904 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-09-17T14:02:29.168Z[ recovery-image] Sep 17 14:02:27.914 INFO O| Sep 17 14:02:27.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43782024-09-17T14:02:29.168Z[ recovery-image] Sep 17 14:02:27.914 INFO O| Sep 17 14:02:27.914 INFO STEP 114 (remove_files) COMPLETE
43792024-09-17T14:02:29.170Z[ recovery-image] Sep 17 14:02:27.914 INFO O| Sep 17 14:02:27.914 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-09-17T14:02:29.177Z[ recovery-image] Sep 17 14:02:27.923 INFO O| Sep 17 14:02:27.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43812024-09-17T14:02:29.180Z[ recovery-image] Sep 17 14:02:27.924 INFO O| Sep 17 14:02:27.924 INFO STEP 115 (remove_files) COMPLETE
43822024-09-17T14:02:29.180Z[ recovery-image] Sep 17 14:02:27.924 INFO O| Sep 17 14:02:27.924 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-09-17T14:02:29.187Z[ recovery-image] Sep 17 14:02:27.933 INFO O| Sep 17 14:02:27.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43842024-09-17T14:02:29.187Z[ recovery-image] Sep 17 14:02:27.933 INFO O| Sep 17 14:02:27.933 INFO STEP 116 (remove_files) COMPLETE
43852024-09-17T14:02:29.187Z[ recovery-image] Sep 17 14:02:27.933 INFO O| Sep 17 14:02:27.933 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-09-17T14:02:29.197Z[ recovery-image] Sep 17 14:02:27.943 INFO O| Sep 17 14:02:27.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43872024-09-17T14:02:29.199Z[ recovery-image] Sep 17 14:02:27.943 INFO O| Sep 17 14:02:27.943 INFO STEP 117 (remove_files) COMPLETE
43882024-09-17T14:02:29.199Z[ recovery-image] Sep 17 14:02:27.943 INFO O| Sep 17 14:02:27.943 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-09-17T14:02:29.206Z[ recovery-image] Sep 17 14:02:27.953 INFO O| Sep 17 14:02:27.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43902024-09-17T14:02:29.206Z[ recovery-image] Sep 17 14:02:27.953 INFO O| Sep 17 14:02:27.953 INFO STEP 118 (remove_files) COMPLETE
43912024-09-17T14:02:29.206Z[ recovery-image] Sep 17 14:02:27.953 INFO O| Sep 17 14:02:27.953 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-09-17T14:02:29.216Z[ recovery-image] Sep 17 14:02:27.962 INFO O| Sep 17 14:02:27.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43932024-09-17T14:02:29.216Z[ recovery-image] Sep 17 14:02:27.962 INFO O| Sep 17 14:02:27.962 INFO STEP 119 (remove_files) COMPLETE
43942024-09-17T14:02:29.218Z[ recovery-image] Sep 17 14:02:27.962 INFO O| Sep 17 14:02:27.962 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-09-17T14:02:29.226Z[ recovery-image] Sep 17 14:02:27.972 INFO O| Sep 17 14:02:27.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43962024-09-17T14:02:29.228Z[ recovery-image] Sep 17 14:02:27.972 INFO O| Sep 17 14:02:27.972 INFO STEP 120 (remove_files) COMPLETE
43972024-09-17T14:02:29.228Z[ recovery-image] Sep 17 14:02:27.972 INFO O| Sep 17 14:02:27.972 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-09-17T14:02:29.235Z[ recovery-image] Sep 17 14:02:27.982 INFO O| Sep 17 14:02:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43992024-09-17T14:02:29.238Z[ recovery-image] Sep 17 14:02:27.982 INFO O| Sep 17 14:02:27.982 INFO STEP 121 (remove_files) COMPLETE
44002024-09-17T14:02:29.238Z[ recovery-image] Sep 17 14:02:27.982 INFO O| Sep 17 14:02:27.982 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-09-17T14:02:29.246Z[ recovery-image] Sep 17 14:02:27.992 INFO O| Sep 17 14:02:27.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44022024-09-17T14:02:29.246Z[ recovery-image] Sep 17 14:02:27.992 INFO O| Sep 17 14:02:27.992 INFO STEP 122 (remove_files) COMPLETE
44032024-09-17T14:02:29.248Z[ recovery-image] Sep 17 14:02:27.992 INFO O| Sep 17 14:02:27.992 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-09-17T14:02:29.255Z[ recovery-image] Sep 17 14:02:28.001 INFO O| Sep 17 14:02:28.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44052024-09-17T14:02:29.255Z[ recovery-image] Sep 17 14:02:28.001 INFO O| Sep 17 14:02:28.001 INFO STEP 123 (remove_files) COMPLETE
44062024-09-17T14:02:29.259Z[ recovery-image] Sep 17 14:02:28.001 INFO O| Sep 17 14:02:28.001 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-09-17T14:02:29.265Z[ recovery-image] Sep 17 14:02:28.012 INFO O| Sep 17 14:02:28.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44082024-09-17T14:02:29.265Z[ recovery-image] Sep 17 14:02:28.012 INFO O| Sep 17 14:02:28.012 INFO STEP 124 (remove_files) COMPLETE
44092024-09-17T14:02:29.265Z[ recovery-image] Sep 17 14:02:28.012 INFO O| Sep 17 14:02:28.012 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-09-17T14:02:29.275Z[ recovery-image] Sep 17 14:02:28.021 INFO O| Sep 17 14:02:28.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44112024-09-17T14:02:29.275Z[ recovery-image] Sep 17 14:02:28.021 INFO O| Sep 17 14:02:28.021 INFO STEP 125 (remove_files) COMPLETE
44122024-09-17T14:02:29.275Z[ recovery-image] Sep 17 14:02:28.021 INFO O| Sep 17 14:02:28.021 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-09-17T14:02:29.285Z[ recovery-image] Sep 17 14:02:28.031 INFO O| Sep 17 14:02:28.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44142024-09-17T14:02:29.285Z[ recovery-image] Sep 17 14:02:28.031 INFO O| Sep 17 14:02:28.031 INFO STEP 126 (remove_files) COMPLETE
44152024-09-17T14:02:29.287Z[ recovery-image] Sep 17 14:02:28.031 INFO O| Sep 17 14:02:28.031 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-09-17T14:02:29.294Z[ recovery-image] Sep 17 14:02:28.040 INFO O| Sep 17 14:02:28.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44172024-09-17T14:02:29.294Z[ recovery-image] Sep 17 14:02:28.040 INFO O| Sep 17 14:02:28.040 INFO STEP 127 (remove_files) COMPLETE
44182024-09-17T14:02:29.297Z[ recovery-image] Sep 17 14:02:28.040 INFO O| Sep 17 14:02:28.040 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-09-17T14:02:29.304Z[ recovery-image] Sep 17 14:02:28.050 INFO O| Sep 17 14:02:28.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44202024-09-17T14:02:29.304Z[ recovery-image] Sep 17 14:02:28.050 INFO O| Sep 17 14:02:28.050 INFO STEP 128 (remove_files) COMPLETE
44212024-09-17T14:02:29.306Z[ recovery-image] Sep 17 14:02:28.050 INFO O| Sep 17 14:02:28.050 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-09-17T14:02:29.314Z[ recovery-image] Sep 17 14:02:28.059 INFO O| Sep 17 14:02:28.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44232024-09-17T14:02:29.314Z[ recovery-image] Sep 17 14:02:28.059 INFO O| Sep 17 14:02:28.059 INFO STEP 129 (remove_files) COMPLETE
44242024-09-17T14:02:29.316Z[ recovery-image] Sep 17 14:02:28.060 INFO O| Sep 17 14:02:28.059 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-09-17T14:02:29.323Z[ recovery-image] Sep 17 14:02:28.069 INFO O| Sep 17 14:02:28.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44262024-09-17T14:02:29.325Z[ recovery-image] Sep 17 14:02:28.069 INFO O| Sep 17 14:02:28.069 INFO STEP 130 (remove_files) COMPLETE
44272024-09-17T14:02:29.325Z[ recovery-image] Sep 17 14:02:28.069 INFO O| Sep 17 14:02:28.069 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-09-17T14:02:29.332Z[ recovery-image] Sep 17 14:02:28.078 INFO O| Sep 17 14:02:28.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44292024-09-17T14:02:29.332Z[ recovery-image] Sep 17 14:02:28.078 INFO O| Sep 17 14:02:28.078 INFO STEP 131 (remove_files) COMPLETE
44302024-09-17T14:02:29.335Z[ recovery-image] Sep 17 14:02:28.079 INFO O| Sep 17 14:02:28.078 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-09-17T14:02:29.342Z[ recovery-image] Sep 17 14:02:28.088 INFO O| Sep 17 14:02:28.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44322024-09-17T14:02:29.342Z[ recovery-image] Sep 17 14:02:28.088 INFO O| Sep 17 14:02:28.088 INFO STEP 132 (remove_files) COMPLETE
44332024-09-17T14:02:29.345Z[ recovery-image] Sep 17 14:02:28.088 INFO O| Sep 17 14:02:28.088 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-17T14:02:29.351Z[ recovery-image] Sep 17 14:02:28.098 INFO O| Sep 17 14:02:28.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44352024-09-17T14:02:29.354Z[ recovery-image] Sep 17 14:02:28.098 INFO O| Sep 17 14:02:28.098 INFO STEP 133 (remove_files) COMPLETE
44362024-09-17T14:02:29.354Z[ recovery-image] Sep 17 14:02:28.098 INFO O| Sep 17 14:02:28.098 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-09-17T14:02:29.361Z[ recovery-image] Sep 17 14:02:28.107 INFO O| Sep 17 14:02:28.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44382024-09-17T14:02:29.361Z[ recovery-image] Sep 17 14:02:28.107 INFO O| Sep 17 14:02:28.107 INFO STEP 134 (remove_files) COMPLETE
44392024-09-17T14:02:29.361Z[ recovery-image] Sep 17 14:02:28.107 INFO O| Sep 17 14:02:28.107 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-09-17T14:02:29.370Z[ recovery-image] Sep 17 14:02:28.117 INFO O| Sep 17 14:02:28.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44412024-09-17T14:02:29.371Z[ recovery-image] Sep 17 14:02:28.117 INFO O| Sep 17 14:02:28.117 INFO STEP 135 (remove_files) COMPLETE
44422024-09-17T14:02:29.373Z[ recovery-image] Sep 17 14:02:28.117 INFO O| Sep 17 14:02:28.117 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-09-17T14:02:29.380Z[ recovery-image] Sep 17 14:02:28.126 INFO O| Sep 17 14:02:28.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44442024-09-17T14:02:29.380Z[ recovery-image] Sep 17 14:02:28.126 INFO O| Sep 17 14:02:28.126 INFO STEP 136 (remove_files) COMPLETE
44452024-09-17T14:02:29.382Z[ recovery-image] Sep 17 14:02:28.126 INFO O| Sep 17 14:02:28.126 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-09-17T14:02:29.390Z[ recovery-image] Sep 17 14:02:28.136 INFO O| Sep 17 14:02:28.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44472024-09-17T14:02:29.392Z[ recovery-image] Sep 17 14:02:28.136 INFO O| Sep 17 14:02:28.136 INFO STEP 137 (remove_files) COMPLETE
44482024-09-17T14:02:29.392Z[ recovery-image] Sep 17 14:02:28.136 INFO O| Sep 17 14:02:28.136 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-17T14:02:29.400Z[ recovery-image] Sep 17 14:02:28.146 INFO O| Sep 17 14:02:28.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44502024-09-17T14:02:29.402Z[ recovery-image] Sep 17 14:02:28.146 INFO O| Sep 17 14:02:28.146 INFO STEP 138 (remove_files) COMPLETE
44512024-09-17T14:02:29.402Z[ recovery-image] Sep 17 14:02:28.146 INFO O| Sep 17 14:02:28.146 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-17T14:02:29.410Z[ recovery-image] Sep 17 14:02:28.157 INFO O| Sep 17 14:02:28.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44532024-09-17T14:02:29.410Z[ recovery-image] Sep 17 14:02:28.157 INFO O| Sep 17 14:02:28.157 INFO STEP 139 (remove_files) COMPLETE
44542024-09-17T14:02:29.411Z[ recovery-image] Sep 17 14:02:28.157 INFO O| Sep 17 14:02:28.157 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-17T14:02:29.420Z[ recovery-image] Sep 17 14:02:28.167 INFO O| Sep 17 14:02:28.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44562024-09-17T14:02:29.423Z[ recovery-image] Sep 17 14:02:28.167 INFO O| Sep 17 14:02:28.167 INFO STEP 140 (remove_files) COMPLETE
44572024-09-17T14:02:29.423Z[ recovery-image] Sep 17 14:02:28.167 INFO O| Sep 17 14:02:28.167 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-17T14:02:29.431Z[ recovery-image] Sep 17 14:02:28.177 INFO O| Sep 17 14:02:28.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44592024-09-17T14:02:29.433Z[ recovery-image] Sep 17 14:02:28.177 INFO O| Sep 17 14:02:28.177 INFO STEP 141 (remove_files) COMPLETE
44602024-09-17T14:02:29.433Z[ recovery-image] Sep 17 14:02:28.177 INFO O| Sep 17 14:02:28.177 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-17T14:02:29.441Z[ recovery-image] Sep 17 14:02:28.187 INFO O| Sep 17 14:02:28.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44622024-09-17T14:02:29.441Z[ recovery-image] Sep 17 14:02:28.187 INFO O| Sep 17 14:02:28.187 INFO STEP 142 (remove_files) COMPLETE
44632024-09-17T14:02:29.443Z[ recovery-image] Sep 17 14:02:28.187 INFO O| Sep 17 14:02:28.187 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-17T14:02:29.451Z[ recovery-image] Sep 17 14:02:28.197 INFO O| Sep 17 14:02:28.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44652024-09-17T14:02:29.454Z[ recovery-image] Sep 17 14:02:28.197 INFO O| Sep 17 14:02:28.197 INFO STEP 143 (remove_files) COMPLETE
44662024-09-17T14:02:29.454Z[ recovery-image] Sep 17 14:02:28.198 INFO O| Sep 17 14:02:28.197 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-17T14:02:29.461Z[ recovery-image] Sep 17 14:02:28.208 INFO O| Sep 17 14:02:28.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44682024-09-17T14:02:29.464Z[ recovery-image] Sep 17 14:02:28.208 INFO O| Sep 17 14:02:28.208 INFO STEP 144 (remove_files) COMPLETE
44692024-09-17T14:02:29.464Z[ recovery-image] Sep 17 14:02:28.208 INFO O| Sep 17 14:02:28.208 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-17T14:02:29.471Z[ recovery-image] Sep 17 14:02:28.217 INFO O| Sep 17 14:02:28.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44712024-09-17T14:02:29.474Z[ recovery-image] Sep 17 14:02:28.217 INFO O| Sep 17 14:02:28.217 INFO STEP 145 (remove_files) COMPLETE
44722024-09-17T14:02:29.474Z[ recovery-image] Sep 17 14:02:28.218 INFO O| Sep 17 14:02:28.217 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-17T14:02:29.481Z[ recovery-image] Sep 17 14:02:28.227 INFO O| Sep 17 14:02:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44742024-09-17T14:02:29.481Z[ recovery-image] Sep 17 14:02:28.227 INFO O| Sep 17 14:02:28.227 INFO STEP 146 (remove_files) COMPLETE
44752024-09-17T14:02:29.484Z[ recovery-image] Sep 17 14:02:28.227 INFO O| Sep 17 14:02:28.227 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-17T14:02:29.491Z[ recovery-image] Sep 17 14:02:28.237 INFO O| Sep 17 14:02:28.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44772024-09-17T14:02:29.491Z[ recovery-image] Sep 17 14:02:28.237 INFO O| Sep 17 14:02:28.237 INFO STEP 147 (remove_files) COMPLETE
44782024-09-17T14:02:29.493Z[ recovery-image] Sep 17 14:02:28.237 INFO O| Sep 17 14:02:28.237 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-09-17T14:02:29.501Z[ recovery-image] Sep 17 14:02:28.247 INFO O| Sep 17 14:02:28.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44802024-09-17T14:02:29.503Z[ recovery-image] Sep 17 14:02:28.247 INFO O| Sep 17 14:02:28.247 INFO STEP 148 (remove_files) COMPLETE
44812024-09-17T14:02:29.503Z[ recovery-image] Sep 17 14:02:28.247 INFO O| Sep 17 14:02:28.247 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-09-17T14:02:29.510Z[ recovery-image] Sep 17 14:02:28.257 INFO O| Sep 17 14:02:28.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44832024-09-17T14:02:29.510Z[ recovery-image] Sep 17 14:02:28.257 INFO O| Sep 17 14:02:28.257 INFO STEP 149 (remove_files) COMPLETE
44842024-09-17T14:02:29.511Z[ recovery-image] Sep 17 14:02:28.257 INFO O| Sep 17 14:02:28.257 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-09-17T14:02:29.520Z[ recovery-image] Sep 17 14:02:28.266 INFO O| Sep 17 14:02:28.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44862024-09-17T14:02:29.520Z[ recovery-image] Sep 17 14:02:28.266 INFO O| Sep 17 14:02:28.266 INFO STEP 150 (remove_files) COMPLETE
44872024-09-17T14:02:29.523Z[ recovery-image] Sep 17 14:02:28.267 INFO O| Sep 17 14:02:28.266 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-09-17T14:02:29.531Z[ recovery-image] Sep 17 14:02:28.277 INFO O| Sep 17 14:02:28.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44892024-09-17T14:02:29.533Z[ recovery-image] Sep 17 14:02:28.278 INFO O| Sep 17 14:02:28.278 INFO STEP 151 (remove_files) COMPLETE
44902024-09-17T14:02:29.533Z[ recovery-image] Sep 17 14:02:28.278 INFO O| Sep 17 14:02:28.278 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-09-17T14:02:29.545Z[ recovery-image] Sep 17 14:02:28.291 INFO O| Sep 17 14:02:28.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44922024-09-17T14:02:29.547Z[ recovery-image] Sep 17 14:02:28.291 INFO O| Sep 17 14:02:28.291 INFO STEP 152 (remove_files) COMPLETE
44932024-09-17T14:02:29.547Z[ recovery-image] Sep 17 14:02:28.291 INFO O| Sep 17 14:02:28.291 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-09-17T14:02:29.557Z[ recovery-image] Sep 17 14:02:28.304 INFO O| Sep 17 14:02:28.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44952024-09-17T14:02:29.558Z[ recovery-image] Sep 17 14:02:28.304 INFO O| Sep 17 14:02:28.304 INFO STEP 153 (remove_files) COMPLETE
44962024-09-17T14:02:29.558Z[ recovery-image] Sep 17 14:02:28.304 INFO O| Sep 17 14:02:28.304 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-09-17T14:02:29.568Z[ recovery-image] Sep 17 14:02:28.314 INFO O| Sep 17 14:02:28.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44982024-09-17T14:02:29.568Z[ recovery-image] Sep 17 14:02:28.314 INFO O| Sep 17 14:02:28.314 INFO STEP 154 (remove_files) COMPLETE
44992024-09-17T14:02:29.570Z[ recovery-image] Sep 17 14:02:28.314 INFO O| Sep 17 14:02:28.314 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-09-17T14:02:29.577Z[ recovery-image] Sep 17 14:02:28.323 INFO O| Sep 17 14:02:28.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45012024-09-17T14:02:29.580Z[ recovery-image] Sep 17 14:02:28.323 INFO O| Sep 17 14:02:28.323 INFO STEP 155 (remove_files) COMPLETE
45022024-09-17T14:02:29.580Z[ recovery-image] Sep 17 14:02:28.323 INFO O| Sep 17 14:02:28.323 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-09-17T14:02:29.587Z[ recovery-image] Sep 17 14:02:28.333 INFO O| Sep 17 14:02:28.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45042024-09-17T14:02:29.587Z[ recovery-image] Sep 17 14:02:28.333 INFO O| Sep 17 14:02:28.333 INFO STEP 156 (remove_files) COMPLETE
45052024-09-17T14:02:29.589Z[ recovery-image] Sep 17 14:02:28.333 INFO O| Sep 17 14:02:28.333 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-09-17T14:02:29.596Z[ recovery-image] Sep 17 14:02:28.342 INFO O| Sep 17 14:02:28.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45072024-09-17T14:02:29.596Z[ recovery-image] Sep 17 14:02:28.342 INFO O| Sep 17 14:02:28.342 INFO STEP 157 (remove_files) COMPLETE
45082024-09-17T14:02:29.598Z[ recovery-image] Sep 17 14:02:28.342 INFO O| Sep 17 14:02:28.342 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-09-17T14:02:29.606Z[ recovery-image] Sep 17 14:02:28.352 INFO O| Sep 17 14:02:28.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45102024-09-17T14:02:29.608Z[ recovery-image] Sep 17 14:02:28.352 INFO O| Sep 17 14:02:28.352 INFO STEP 158 (remove_files) COMPLETE
45112024-09-17T14:02:29.608Z[ recovery-image] Sep 17 14:02:28.352 INFO O| Sep 17 14:02:28.352 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-09-17T14:02:29.616Z[ recovery-image] Sep 17 14:02:28.362 INFO O| Sep 17 14:02:28.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45132024-09-17T14:02:29.616Z[ recovery-image] Sep 17 14:02:28.362 INFO O| Sep 17 14:02:28.362 INFO STEP 159 (remove_files) COMPLETE
45142024-09-17T14:02:29.618Z[ recovery-image] Sep 17 14:02:28.362 INFO O| Sep 17 14:02:28.362 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-09-17T14:02:29.625Z[ recovery-image] Sep 17 14:02:28.371 INFO O| Sep 17 14:02:28.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45162024-09-17T14:02:29.627Z[ recovery-image] Sep 17 14:02:28.371 INFO O| Sep 17 14:02:28.371 INFO STEP 160 (remove_files) COMPLETE
45172024-09-17T14:02:29.627Z[ recovery-image] Sep 17 14:02:28.371 INFO O| Sep 17 14:02:28.371 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-09-17T14:02:29.634Z[ recovery-image] Sep 17 14:02:28.381 INFO O| Sep 17 14:02:28.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45192024-09-17T14:02:29.635Z[ recovery-image] Sep 17 14:02:28.381 INFO O| Sep 17 14:02:28.381 INFO STEP 161 (remove_files) COMPLETE
45202024-09-17T14:02:29.635Z[ recovery-image] Sep 17 14:02:28.381 INFO O| Sep 17 14:02:28.381 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-09-17T14:02:29.645Z[ recovery-image] Sep 17 14:02:28.390 INFO O| Sep 17 14:02:28.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45222024-09-17T14:02:29.647Z[ recovery-image] Sep 17 14:02:28.391 INFO O| Sep 17 14:02:28.391 INFO STEP 162 (remove_files) COMPLETE
45232024-09-17T14:02:29.647Z[ recovery-image] Sep 17 14:02:28.391 INFO O| Sep 17 14:02:28.391 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-09-17T14:02:29.654Z[ recovery-image] Sep 17 14:02:28.400 INFO O| Sep 17 14:02:28.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45252024-09-17T14:02:29.654Z[ recovery-image] Sep 17 14:02:28.400 INFO O| Sep 17 14:02:28.400 INFO STEP 163 (remove_files) COMPLETE
45262024-09-17T14:02:29.656Z[ recovery-image] Sep 17 14:02:28.400 INFO O| Sep 17 14:02:28.400 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-09-17T14:02:29.663Z[ recovery-image] Sep 17 14:02:28.409 INFO O| Sep 17 14:02:28.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45282024-09-17T14:02:29.666Z[ recovery-image] Sep 17 14:02:28.410 INFO O| Sep 17 14:02:28.409 INFO STEP 164 (remove_files) COMPLETE
45292024-09-17T14:02:29.666Z[ recovery-image] Sep 17 14:02:28.410 INFO O| Sep 17 14:02:28.410 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-09-17T14:02:29.673Z[ recovery-image] Sep 17 14:02:28.419 INFO O| Sep 17 14:02:28.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45312024-09-17T14:02:29.675Z[ recovery-image] Sep 17 14:02:28.419 INFO O| Sep 17 14:02:28.419 INFO STEP 165 (remove_files) COMPLETE
45322024-09-17T14:02:29.675Z[ recovery-image] Sep 17 14:02:28.419 INFO O| Sep 17 14:02:28.419 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-09-17T14:02:29.682Z[ recovery-image] Sep 17 14:02:28.429 INFO O| Sep 17 14:02:28.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45342024-09-17T14:02:29.685Z[ recovery-image] Sep 17 14:02:28.429 INFO O| Sep 17 14:02:28.429 INFO STEP 166 (remove_files) COMPLETE
45352024-09-17T14:02:29.685Z[ recovery-image] Sep 17 14:02:28.429 INFO O| Sep 17 14:02:28.429 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-09-17T14:02:29.693Z[ recovery-image] Sep 17 14:02:28.438 INFO O| Sep 17 14:02:28.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45372024-09-17T14:02:29.693Z[ recovery-image] Sep 17 14:02:28.439 INFO O| Sep 17 14:02:28.438 INFO STEP 167 (remove_files) COMPLETE
45382024-09-17T14:02:29.695Z[ recovery-image] Sep 17 14:02:28.439 INFO O| Sep 17 14:02:28.438 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-09-17T14:02:29.703Z[ recovery-image] Sep 17 14:02:28.448 INFO O| Sep 17 14:02:28.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45402024-09-17T14:02:29.705Z[ recovery-image] Sep 17 14:02:28.448 INFO O| Sep 17 14:02:28.448 INFO STEP 168 (remove_files) COMPLETE
45412024-09-17T14:02:29.705Z[ recovery-image] Sep 17 14:02:28.448 INFO O| Sep 17 14:02:28.448 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-09-17T14:02:29.711Z[ recovery-image] Sep 17 14:02:28.457 INFO O| Sep 17 14:02:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45432024-09-17T14:02:29.713Z[ recovery-image] Sep 17 14:02:28.457 INFO O| Sep 17 14:02:28.457 INFO STEP 169 (remove_files) COMPLETE
45442024-09-17T14:02:29.714Z[ recovery-image] Sep 17 14:02:28.457 INFO O| Sep 17 14:02:28.457 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-09-17T14:02:29.721Z[ recovery-image] Sep 17 14:02:28.467 INFO O| Sep 17 14:02:28.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45462024-09-17T14:02:29.721Z[ recovery-image] Sep 17 14:02:28.467 INFO O| Sep 17 14:02:28.467 INFO STEP 170 (remove_files) COMPLETE
45472024-09-17T14:02:29.723Z[ recovery-image] Sep 17 14:02:28.467 INFO O| Sep 17 14:02:28.467 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-09-17T14:02:29.730Z[ recovery-image] Sep 17 14:02:28.476 INFO O| Sep 17 14:02:28.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45492024-09-17T14:02:29.732Z[ recovery-image] Sep 17 14:02:28.476 INFO O| Sep 17 14:02:28.476 INFO STEP 171 (remove_files) COMPLETE
45502024-09-17T14:02:29.732Z[ recovery-image] Sep 17 14:02:28.476 INFO O| Sep 17 14:02:28.476 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-09-17T14:02:29.740Z[ recovery-image] Sep 17 14:02:28.486 INFO O| Sep 17 14:02:28.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45522024-09-17T14:02:29.742Z[ recovery-image] Sep 17 14:02:28.486 INFO O| Sep 17 14:02:28.486 INFO STEP 172 (remove_files) COMPLETE
45532024-09-17T14:02:29.742Z[ recovery-image] Sep 17 14:02:28.486 INFO O| Sep 17 14:02:28.486 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-09-17T14:02:29.749Z[ recovery-image] Sep 17 14:02:28.495 INFO O| Sep 17 14:02:28.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45552024-09-17T14:02:29.749Z[ recovery-image] Sep 17 14:02:28.495 INFO O| Sep 17 14:02:28.495 INFO STEP 173 (remove_files) COMPLETE
45562024-09-17T14:02:29.751Z[ recovery-image] Sep 17 14:02:28.495 INFO O| Sep 17 14:02:28.495 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-09-17T14:02:29.758Z[ recovery-image] Sep 17 14:02:28.504 INFO O| Sep 17 14:02:28.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45582024-09-17T14:02:29.758Z[ recovery-image] Sep 17 14:02:28.504 INFO O| Sep 17 14:02:28.504 INFO STEP 174 (remove_files) COMPLETE
45592024-09-17T14:02:29.758Z[ recovery-image] Sep 17 14:02:28.504 INFO O| Sep 17 14:02:28.504 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-09-17T14:02:29.769Z[ recovery-image] Sep 17 14:02:28.515 INFO O| Sep 17 14:02:28.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45612024-09-17T14:02:29.771Z[ recovery-image] Sep 17 14:02:28.515 INFO O| Sep 17 14:02:28.515 INFO STEP 175 (remove_files) COMPLETE
45622024-09-17T14:02:29.771Z[ recovery-image] Sep 17 14:02:28.515 INFO O| Sep 17 14:02:28.515 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-09-17T14:02:29.779Z[ recovery-image] Sep 17 14:02:28.525 INFO O| Sep 17 14:02:28.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45642024-09-17T14:02:29.779Z[ recovery-image] Sep 17 14:02:28.525 INFO O| Sep 17 14:02:28.525 INFO STEP 176 (remove_files) COMPLETE
45652024-09-17T14:02:29.779Z[ recovery-image] Sep 17 14:02:28.525 INFO O| Sep 17 14:02:28.525 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-09-17T14:02:29.789Z[ recovery-image] Sep 17 14:02:28.535 INFO O| Sep 17 14:02:28.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45672024-09-17T14:02:29.791Z[ recovery-image] Sep 17 14:02:28.535 INFO O| Sep 17 14:02:28.535 INFO STEP 177 (remove_files) COMPLETE
45682024-09-17T14:02:29.791Z[ recovery-image] Sep 17 14:02:28.535 INFO O| Sep 17 14:02:28.535 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-09-17T14:02:29.799Z[ recovery-image] Sep 17 14:02:28.545 INFO O| Sep 17 14:02:28.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45702024-09-17T14:02:29.801Z[ recovery-image] Sep 17 14:02:28.545 INFO O| Sep 17 14:02:28.545 INFO STEP 178 (remove_files) COMPLETE
45712024-09-17T14:02:29.801Z[ recovery-image] Sep 17 14:02:28.545 INFO O| Sep 17 14:02:28.545 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-09-17T14:02:29.809Z[ recovery-image] Sep 17 14:02:28.555 INFO O| Sep 17 14:02:28.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45732024-09-17T14:02:29.809Z[ recovery-image] Sep 17 14:02:28.555 INFO O| Sep 17 14:02:28.555 INFO STEP 179 (remove_files) COMPLETE
45742024-09-17T14:02:29.811Z[ recovery-image] Sep 17 14:02:28.555 INFO O| Sep 17 14:02:28.555 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-09-17T14:02:29.818Z[ recovery-image] Sep 17 14:02:28.564 INFO O| Sep 17 14:02:28.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45762024-09-17T14:02:29.818Z[ recovery-image] Sep 17 14:02:28.564 INFO O| Sep 17 14:02:28.564 INFO STEP 180 (remove_files) COMPLETE
45772024-09-17T14:02:29.821Z[ recovery-image] Sep 17 14:02:28.564 INFO O| Sep 17 14:02:28.564 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-09-17T14:02:29.828Z[ recovery-image] Sep 17 14:02:28.574 INFO O| Sep 17 14:02:28.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45792024-09-17T14:02:29.828Z[ recovery-image] Sep 17 14:02:28.574 INFO O| Sep 17 14:02:28.574 INFO STEP 181 (remove_files) COMPLETE
45802024-09-17T14:02:29.830Z[ recovery-image] Sep 17 14:02:28.574 INFO O| Sep 17 14:02:28.574 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-09-17T14:02:29.837Z[ recovery-image] Sep 17 14:02:28.583 INFO O| Sep 17 14:02:28.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45822024-09-17T14:02:29.837Z[ recovery-image] Sep 17 14:02:28.583 INFO O| Sep 17 14:02:28.583 INFO STEP 182 (remove_files) COMPLETE
45832024-09-17T14:02:29.840Z[ recovery-image] Sep 17 14:02:28.583 INFO O| Sep 17 14:02:28.583 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-09-17T14:02:29.847Z[ recovery-image] Sep 17 14:02:28.593 INFO O| Sep 17 14:02:28.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45852024-09-17T14:02:29.849Z[ recovery-image] Sep 17 14:02:28.594 INFO O| Sep 17 14:02:28.594 INFO STEP 183 (remove_files) COMPLETE
45862024-09-17T14:02:29.849Z[ recovery-image] Sep 17 14:02:28.594 INFO O| Sep 17 14:02:28.594 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-09-17T14:02:29.857Z[ recovery-image] Sep 17 14:02:28.603 INFO O| Sep 17 14:02:28.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45882024-09-17T14:02:29.857Z[ recovery-image] Sep 17 14:02:28.603 INFO O| Sep 17 14:02:28.603 INFO STEP 184 (remove_files) COMPLETE
45892024-09-17T14:02:29.860Z[ recovery-image] Sep 17 14:02:28.603 INFO O| Sep 17 14:02:28.603 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-09-17T14:02:29.867Z[ recovery-image] Sep 17 14:02:28.613 INFO O| Sep 17 14:02:28.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45912024-09-17T14:02:29.867Z[ recovery-image] Sep 17 14:02:28.613 INFO O| Sep 17 14:02:28.613 INFO STEP 185 (remove_files) COMPLETE
45922024-09-17T14:02:29.869Z[ recovery-image] Sep 17 14:02:28.613 INFO O| Sep 17 14:02:28.613 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-09-17T14:02:29.876Z[ recovery-image] Sep 17 14:02:28.622 INFO O| Sep 17 14:02:28.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45942024-09-17T14:02:29.876Z[ recovery-image] Sep 17 14:02:28.622 INFO O| Sep 17 14:02:28.622 INFO STEP 186 (remove_files) COMPLETE
45952024-09-17T14:02:29.879Z[ recovery-image] Sep 17 14:02:28.623 INFO O| Sep 17 14:02:28.622 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-09-17T14:02:29.886Z[ recovery-image] Sep 17 14:02:28.632 INFO O| Sep 17 14:02:28.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45972024-09-17T14:02:29.886Z[ recovery-image] Sep 17 14:02:28.632 INFO O| Sep 17 14:02:28.632 INFO STEP 187 (remove_files) COMPLETE
45982024-09-17T14:02:29.889Z[ recovery-image] Sep 17 14:02:28.632 INFO O| Sep 17 14:02:28.632 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-09-17T14:02:29.896Z[ recovery-image] Sep 17 14:02:28.642 INFO O| Sep 17 14:02:28.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46002024-09-17T14:02:29.896Z[ recovery-image] Sep 17 14:02:28.642 INFO O| Sep 17 14:02:28.642 INFO STEP 188 (remove_files) COMPLETE
46012024-09-17T14:02:29.896Z[ recovery-image] Sep 17 14:02:28.642 INFO O| Sep 17 14:02:28.642 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-09-17T14:02:29.906Z[ recovery-image] Sep 17 14:02:28.652 INFO O| Sep 17 14:02:28.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46032024-09-17T14:02:29.906Z[ recovery-image] Sep 17 14:02:28.652 INFO O| Sep 17 14:02:28.652 INFO STEP 189 (remove_files) COMPLETE
46042024-09-17T14:02:29.909Z[ recovery-image] Sep 17 14:02:28.652 INFO O| Sep 17 14:02:28.652 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-09-17T14:02:29.916Z[ recovery-image] Sep 17 14:02:28.662 INFO O| Sep 17 14:02:28.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46062024-09-17T14:02:29.916Z[ recovery-image] Sep 17 14:02:28.662 INFO O| Sep 17 14:02:28.662 INFO STEP 190 (remove_files) COMPLETE
46072024-09-17T14:02:29.916Z[ recovery-image] Sep 17 14:02:28.662 INFO O| Sep 17 14:02:28.662 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-17T14:02:29.926Z[ recovery-image] Sep 17 14:02:28.672 INFO O| Sep 17 14:02:28.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46092024-09-17T14:02:29.926Z[ recovery-image] Sep 17 14:02:28.672 INFO O| Sep 17 14:02:28.672 INFO STEP 191 (remove_files) COMPLETE
46102024-09-17T14:02:29.928Z[ recovery-image] Sep 17 14:02:28.672 INFO O| Sep 17 14:02:28.672 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-17T14:02:29.935Z[ recovery-image] Sep 17 14:02:28.681 INFO O| Sep 17 14:02:28.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46122024-09-17T14:02:29.935Z[ recovery-image] Sep 17 14:02:28.681 INFO O| Sep 17 14:02:28.681 INFO STEP 192 (remove_files) COMPLETE
46132024-09-17T14:02:29.935Z[ recovery-image] Sep 17 14:02:28.681 INFO O| Sep 17 14:02:28.681 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-09-17T14:02:29.945Z[ recovery-image] Sep 17 14:02:28.691 INFO O| Sep 17 14:02:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46152024-09-17T14:02:29.945Z[ recovery-image] Sep 17 14:02:28.691 INFO O| Sep 17 14:02:28.691 INFO STEP 193 (remove_files) COMPLETE
46162024-09-17T14:02:29.947Z[ recovery-image] Sep 17 14:02:28.691 INFO O| Sep 17 14:02:28.691 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-17T14:02:29.955Z[ recovery-image] Sep 17 14:02:28.701 INFO O| Sep 17 14:02:28.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46182024-09-17T14:02:29.955Z[ recovery-image] Sep 17 14:02:28.701 INFO O| Sep 17 14:02:28.701 INFO STEP 194 (remove_files) COMPLETE
46192024-09-17T14:02:29.961Z[ recovery-image] Sep 17 14:02:28.701 INFO O| Sep 17 14:02:28.701 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-17T14:02:29.965Z[ recovery-image] Sep 17 14:02:28.711 INFO O| Sep 17 14:02:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46212024-09-17T14:02:29.967Z[ recovery-image] Sep 17 14:02:28.711 INFO O| Sep 17 14:02:28.711 INFO STEP 195 (remove_files) COMPLETE
46222024-09-17T14:02:29.967Z[ recovery-image] Sep 17 14:02:28.711 INFO O| Sep 17 14:02:28.711 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-17T14:02:29.974Z[ recovery-image] Sep 17 14:02:28.721 INFO O| Sep 17 14:02:28.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46242024-09-17T14:02:29.977Z[ recovery-image] Sep 17 14:02:28.721 INFO O| Sep 17 14:02:28.721 INFO STEP 196 (remove_files) COMPLETE
46252024-09-17T14:02:29.977Z[ recovery-image] Sep 17 14:02:28.721 INFO O| Sep 17 14:02:28.721 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-17T14:02:29.984Z[ recovery-image] Sep 17 14:02:28.730 INFO O| Sep 17 14:02:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46272024-09-17T14:02:29.984Z[ recovery-image] Sep 17 14:02:28.730 INFO O| Sep 17 14:02:28.730 INFO STEP 197 (remove_files) COMPLETE
46282024-09-17T14:02:29.984Z[ recovery-image] Sep 17 14:02:28.730 INFO O| Sep 17 14:02:28.730 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-17T14:02:29.994Z[ recovery-image] Sep 17 14:02:28.740 INFO O| Sep 17 14:02:28.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46302024-09-17T14:02:29.996Z[ recovery-image] Sep 17 14:02:28.740 INFO O| Sep 17 14:02:28.740 INFO STEP 198 (remove_files) COMPLETE
46312024-09-17T14:02:29.996Z[ recovery-image] Sep 17 14:02:28.740 INFO O| Sep 17 14:02:28.740 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-09-17T14:02:30.003Z[ recovery-image] Sep 17 14:02:28.749 INFO O| Sep 17 14:02:28.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46332024-09-17T14:02:30.003Z[ recovery-image] Sep 17 14:02:28.749 INFO O| Sep 17 14:02:28.749 INFO STEP 199 (remove_files) COMPLETE
46342024-09-17T14:02:30.006Z[ recovery-image] Sep 17 14:02:28.749 INFO O| Sep 17 14:02:28.749 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-09-17T14:02:30.013Z[ recovery-image] Sep 17 14:02:28.759 INFO O| Sep 17 14:02:28.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46362024-09-17T14:02:30.013Z[ recovery-image] Sep 17 14:02:28.759 INFO O| Sep 17 14:02:28.759 INFO STEP 200 (remove_files) COMPLETE
46372024-09-17T14:02:30.013Z[ recovery-image] Sep 17 14:02:28.759 INFO O| Sep 17 14:02:28.759 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-09-17T14:02:30.022Z[ recovery-image] Sep 17 14:02:28.768 INFO O| Sep 17 14:02:28.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46392024-09-17T14:02:30.022Z[ recovery-image] Sep 17 14:02:28.768 INFO O| Sep 17 14:02:28.768 INFO STEP 201 (remove_files) COMPLETE
46402024-09-17T14:02:30.025Z[ recovery-image] Sep 17 14:02:28.768 INFO O| Sep 17 14:02:28.768 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-09-17T14:02:30.032Z[ recovery-image] Sep 17 14:02:28.778 INFO O| Sep 17 14:02:28.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46422024-09-17T14:02:30.035Z[ recovery-image] Sep 17 14:02:28.778 INFO O| Sep 17 14:02:28.778 INFO STEP 202 (remove_files) COMPLETE
46432024-09-17T14:02:30.035Z[ recovery-image] Sep 17 14:02:28.778 INFO O| Sep 17 14:02:28.778 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-09-17T14:02:30.042Z[ recovery-image] Sep 17 14:02:28.788 INFO O| Sep 17 14:02:28.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46452024-09-17T14:02:30.042Z[ recovery-image] Sep 17 14:02:28.788 INFO O| Sep 17 14:02:28.788 INFO STEP 203 (remove_files) COMPLETE
46462024-09-17T14:02:30.042Z[ recovery-image] Sep 17 14:02:28.788 INFO O| Sep 17 14:02:28.788 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-17T14:02:30.051Z[ recovery-image] Sep 17 14:02:28.797 INFO O| Sep 17 14:02:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46482024-09-17T14:02:30.051Z[ recovery-image] Sep 17 14:02:28.797 INFO O| Sep 17 14:02:28.797 INFO STEP 204 (remove_files) COMPLETE
46492024-09-17T14:02:30.051Z[ recovery-image] Sep 17 14:02:28.797 INFO O| Sep 17 14:02:28.797 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-17T14:02:30.061Z[ recovery-image] Sep 17 14:02:28.807 INFO O| Sep 17 14:02:28.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46512024-09-17T14:02:30.061Z[ recovery-image] Sep 17 14:02:28.807 INFO O| Sep 17 14:02:28.807 INFO STEP 205 (remove_files) COMPLETE
46522024-09-17T14:02:30.064Z[ recovery-image] Sep 17 14:02:28.807 INFO O| Sep 17 14:02:28.807 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-17T14:02:30.071Z[ recovery-image] Sep 17 14:02:28.817 INFO O| Sep 17 14:02:28.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46542024-09-17T14:02:30.071Z[ recovery-image] Sep 17 14:02:28.817 INFO O| Sep 17 14:02:28.817 INFO STEP 206 (remove_files) COMPLETE
46552024-09-17T14:02:30.071Z[ recovery-image] Sep 17 14:02:28.817 INFO O| Sep 17 14:02:28.817 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-17T14:02:30.080Z[ recovery-image] Sep 17 14:02:28.826 INFO O| Sep 17 14:02:28.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46572024-09-17T14:02:30.080Z[ recovery-image] Sep 17 14:02:28.827 INFO O| Sep 17 14:02:28.826 INFO STEP 207 (remove_files) COMPLETE
46582024-09-17T14:02:30.080Z[ recovery-image] Sep 17 14:02:28.827 INFO O| Sep 17 14:02:28.827 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-17T14:02:30.090Z[ recovery-image] Sep 17 14:02:28.836 INFO O| Sep 17 14:02:28.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46602024-09-17T14:02:30.090Z[ recovery-image] Sep 17 14:02:28.836 INFO O| Sep 17 14:02:28.836 INFO STEP 208 (remove_files) COMPLETE
46612024-09-17T14:02:30.093Z[ recovery-image] Sep 17 14:02:28.836 INFO O| Sep 17 14:02:28.836 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-17T14:02:30.100Z[ recovery-image] Sep 17 14:02:28.846 INFO O| Sep 17 14:02:28.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46632024-09-17T14:02:30.102Z[ recovery-image] Sep 17 14:02:28.846 INFO O| Sep 17 14:02:28.846 INFO STEP 209 (remove_files) COMPLETE
46642024-09-17T14:02:30.102Z[ recovery-image] Sep 17 14:02:28.846 INFO O| Sep 17 14:02:28.846 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-17T14:02:30.109Z[ recovery-image] Sep 17 14:02:28.855 INFO O| Sep 17 14:02:28.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46662024-09-17T14:02:30.109Z[ recovery-image] Sep 17 14:02:28.855 INFO O| Sep 17 14:02:28.855 INFO STEP 210 (remove_files) COMPLETE
46672024-09-17T14:02:30.112Z[ recovery-image] Sep 17 14:02:28.855 INFO O| Sep 17 14:02:28.855 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-17T14:02:30.119Z[ recovery-image] Sep 17 14:02:28.865 INFO O| Sep 17 14:02:28.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46692024-09-17T14:02:30.119Z[ recovery-image] Sep 17 14:02:28.865 INFO O| Sep 17 14:02:28.865 INFO STEP 211 (remove_files) COMPLETE
46702024-09-17T14:02:30.121Z[ recovery-image] Sep 17 14:02:28.865 INFO O| Sep 17 14:02:28.865 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-17T14:02:30.129Z[ recovery-image] Sep 17 14:02:28.875 INFO O| Sep 17 14:02:28.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46722024-09-17T14:02:30.129Z[ recovery-image] Sep 17 14:02:28.875 INFO O| Sep 17 14:02:28.875 INFO STEP 212 (remove_files) COMPLETE
46732024-09-17T14:02:30.132Z[ recovery-image] Sep 17 14:02:28.875 INFO O| Sep 17 14:02:28.875 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-09-17T14:02:30.139Z[ recovery-image] Sep 17 14:02:28.885 INFO O| Sep 17 14:02:28.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46752024-09-17T14:02:30.139Z[ recovery-image] Sep 17 14:02:28.885 INFO O| Sep 17 14:02:28.885 INFO STEP 213 (remove_files) COMPLETE
46762024-09-17T14:02:30.141Z[ recovery-image] Sep 17 14:02:28.885 INFO O| Sep 17 14:02:28.885 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-09-17T14:02:30.148Z[ recovery-image] Sep 17 14:02:28.895 INFO O| Sep 17 14:02:28.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46782024-09-17T14:02:30.149Z[ recovery-image] Sep 17 14:02:28.895 INFO O| Sep 17 14:02:28.895 INFO STEP 214 (remove_files) COMPLETE
46792024-09-17T14:02:30.151Z[ recovery-image] Sep 17 14:02:28.895 INFO O| Sep 17 14:02:28.895 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-09-17T14:02:30.158Z[ recovery-image] Sep 17 14:02:28.904 INFO O| Sep 17 14:02:28.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46812024-09-17T14:02:30.158Z[ recovery-image] Sep 17 14:02:28.904 INFO O| Sep 17 14:02:28.904 INFO STEP 215 (remove_files) COMPLETE
46822024-09-17T14:02:30.160Z[ recovery-image] Sep 17 14:02:28.904 INFO O| Sep 17 14:02:28.904 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-09-17T14:02:30.168Z[ recovery-image] Sep 17 14:02:28.913 INFO O| Sep 17 14:02:28.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46842024-09-17T14:02:30.168Z[ recovery-image] Sep 17 14:02:28.914 INFO O| Sep 17 14:02:28.914 INFO STEP 216 (remove_files) COMPLETE
46852024-09-17T14:02:30.171Z[ recovery-image] Sep 17 14:02:28.914 INFO O| Sep 17 14:02:28.914 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-09-17T14:02:30.177Z[ recovery-image] Sep 17 14:02:28.923 INFO O| Sep 17 14:02:28.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46872024-09-17T14:02:30.179Z[ recovery-image] Sep 17 14:02:28.923 INFO O| Sep 17 14:02:28.923 INFO STEP 217 (remove_files) COMPLETE
46882024-09-17T14:02:30.179Z[ recovery-image] Sep 17 14:02:28.923 INFO O| Sep 17 14:02:28.923 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-09-17T14:02:30.186Z[ recovery-image] Sep 17 14:02:28.933 INFO O| Sep 17 14:02:28.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46902024-09-17T14:02:30.189Z[ recovery-image] Sep 17 14:02:28.933 INFO O| Sep 17 14:02:28.933 INFO STEP 218 (remove_files) COMPLETE
46912024-09-17T14:02:30.189Z[ recovery-image] Sep 17 14:02:28.933 INFO O| Sep 17 14:02:28.933 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-09-17T14:02:30.196Z[ recovery-image] Sep 17 14:02:28.942 INFO O| Sep 17 14:02:28.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46932024-09-17T14:02:30.198Z[ recovery-image] Sep 17 14:02:28.942 INFO O| Sep 17 14:02:28.942 INFO STEP 219 (remove_files) COMPLETE
46942024-09-17T14:02:30.198Z[ recovery-image] Sep 17 14:02:28.942 INFO O| Sep 17 14:02:28.942 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-09-17T14:02:30.205Z[ recovery-image] Sep 17 14:02:28.952 INFO O| Sep 17 14:02:28.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46962024-09-17T14:02:30.206Z[ recovery-image] Sep 17 14:02:28.952 INFO O| Sep 17 14:02:28.952 INFO STEP 220 (remove_files) COMPLETE
46972024-09-17T14:02:30.208Z[ recovery-image] Sep 17 14:02:28.952 INFO O| Sep 17 14:02:28.952 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-09-17T14:02:30.215Z[ recovery-image] Sep 17 14:02:28.961 INFO O| Sep 17 14:02:28.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46992024-09-17T14:02:30.215Z[ recovery-image] Sep 17 14:02:28.961 INFO O| Sep 17 14:02:28.961 INFO STEP 221 (remove_files) COMPLETE
47002024-09-17T14:02:30.217Z[ recovery-image] Sep 17 14:02:28.961 INFO O| Sep 17 14:02:28.961 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-09-17T14:02:30.224Z[ recovery-image] Sep 17 14:02:28.971 INFO O| Sep 17 14:02:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47022024-09-17T14:02:30.224Z[ recovery-image] Sep 17 14:02:28.971 INFO O| Sep 17 14:02:28.971 INFO STEP 222 (remove_files) COMPLETE
47032024-09-17T14:02:30.224Z[ recovery-image] Sep 17 14:02:28.971 INFO O| Sep 17 14:02:28.971 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-09-17T14:02:30.235Z[ recovery-image] Sep 17 14:02:28.981 INFO O| Sep 17 14:02:28.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47052024-09-17T14:02:30.237Z[ recovery-image] Sep 17 14:02:28.981 INFO O| Sep 17 14:02:28.981 INFO STEP 223 (remove_files) COMPLETE
47062024-09-17T14:02:30.237Z[ recovery-image] Sep 17 14:02:28.981 INFO O| Sep 17 14:02:28.981 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-09-17T14:02:30.244Z[ recovery-image] Sep 17 14:02:28.990 INFO O| Sep 17 14:02:28.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47082024-09-17T14:02:30.246Z[ recovery-image] Sep 17 14:02:28.990 INFO O| Sep 17 14:02:28.990 INFO STEP 224 (remove_files) COMPLETE
47092024-09-17T14:02:30.246Z[ recovery-image] Sep 17 14:02:28.990 INFO O| Sep 17 14:02:28.990 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-09-17T14:02:30.254Z[ recovery-image] Sep 17 14:02:29.000 INFO O| Sep 17 14:02:29.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47112024-09-17T14:02:30.256Z[ recovery-image] Sep 17 14:02:29.000 INFO O| Sep 17 14:02:29.000 INFO STEP 225 (remove_files) COMPLETE
47122024-09-17T14:02:30.256Z[ recovery-image] Sep 17 14:02:29.001 INFO O| Sep 17 14:02:29.000 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-09-17T14:02:30.266Z[ recovery-image] Sep 17 14:02:29.012 INFO O| Sep 17 14:02:29.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47142024-09-17T14:02:30.268Z[ recovery-image] Sep 17 14:02:29.012 INFO O| Sep 17 14:02:29.012 INFO STEP 226 (remove_files) COMPLETE
47152024-09-17T14:02:30.268Z[ recovery-image] Sep 17 14:02:29.012 INFO O| Sep 17 14:02:29.012 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-09-17T14:02:30.275Z[ recovery-image] Sep 17 14:02:29.021 INFO O| Sep 17 14:02:29.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47172024-09-17T14:02:30.278Z[ recovery-image] Sep 17 14:02:29.021 INFO O| Sep 17 14:02:29.021 INFO STEP 227 (remove_files) COMPLETE
47182024-09-17T14:02:30.278Z[ recovery-image] Sep 17 14:02:29.021 INFO O| Sep 17 14:02:29.021 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-09-17T14:02:30.285Z[ recovery-image] Sep 17 14:02:29.031 INFO O| Sep 17 14:02:29.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47202024-09-17T14:02:30.285Z[ recovery-image] Sep 17 14:02:29.031 INFO O| Sep 17 14:02:29.031 INFO STEP 228 (remove_files) COMPLETE
47212024-09-17T14:02:30.287Z[ recovery-image] Sep 17 14:02:29.031 INFO O| Sep 17 14:02:29.031 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-09-17T14:02:30.294Z[ recovery-image] Sep 17 14:02:29.040 INFO O| Sep 17 14:02:29.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47232024-09-17T14:02:30.294Z[ recovery-image] Sep 17 14:02:29.040 INFO O| Sep 17 14:02:29.040 INFO STEP 229 (remove_files) COMPLETE
47242024-09-17T14:02:30.294Z[ recovery-image] Sep 17 14:02:29.040 INFO O| Sep 17 14:02:29.040 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-09-17T14:02:30.304Z[ recovery-image] Sep 17 14:02:29.050 INFO O| Sep 17 14:02:29.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47262024-09-17T14:02:30.306Z[ recovery-image] Sep 17 14:02:29.050 INFO O| Sep 17 14:02:29.050 INFO STEP 230 (remove_files) COMPLETE
47272024-09-17T14:02:30.306Z[ recovery-image] Sep 17 14:02:29.050 INFO O| Sep 17 14:02:29.050 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-09-17T14:02:30.313Z[ recovery-image] Sep 17 14:02:29.059 INFO O| Sep 17 14:02:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47292024-09-17T14:02:30.316Z[ recovery-image] Sep 17 14:02:29.059 INFO O| Sep 17 14:02:29.059 INFO STEP 231 (remove_files) COMPLETE
47302024-09-17T14:02:30.316Z[ recovery-image] Sep 17 14:02:29.059 INFO O| Sep 17 14:02:29.059 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-09-17T14:02:30.323Z[ recovery-image] Sep 17 14:02:29.069 INFO O| Sep 17 14:02:29.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47322024-09-17T14:02:30.325Z[ recovery-image] Sep 17 14:02:29.069 INFO O| Sep 17 14:02:29.069 INFO STEP 232 (remove_files) COMPLETE
47332024-09-17T14:02:30.325Z[ recovery-image] Sep 17 14:02:29.069 INFO O| Sep 17 14:02:29.069 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-09-17T14:02:30.332Z[ recovery-image] Sep 17 14:02:29.078 INFO O| Sep 17 14:02:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47352024-09-17T14:02:30.332Z[ recovery-image] Sep 17 14:02:29.079 INFO O| Sep 17 14:02:29.079 INFO STEP 233 (remove_files) COMPLETE
47362024-09-17T14:02:30.335Z[ recovery-image] Sep 17 14:02:29.079 INFO O| Sep 17 14:02:29.079 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-09-17T14:02:30.342Z[ recovery-image] Sep 17 14:02:29.088 INFO O| Sep 17 14:02:29.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47382024-09-17T14:02:30.342Z[ recovery-image] Sep 17 14:02:29.088 INFO O| Sep 17 14:02:29.088 INFO STEP 234 (remove_files) COMPLETE
47392024-09-17T14:02:30.344Z[ recovery-image] Sep 17 14:02:29.088 INFO O| Sep 17 14:02:29.088 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-09-17T14:02:30.352Z[ recovery-image] Sep 17 14:02:29.098 INFO O| Sep 17 14:02:29.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47412024-09-17T14:02:30.354Z[ recovery-image] Sep 17 14:02:29.098 INFO O| Sep 17 14:02:29.098 INFO STEP 235 (remove_files) COMPLETE
47422024-09-17T14:02:30.354Z[ recovery-image] Sep 17 14:02:29.098 INFO O| Sep 17 14:02:29.098 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-09-17T14:02:30.361Z[ recovery-image] Sep 17 14:02:29.107 INFO O| Sep 17 14:02:29.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47442024-09-17T14:02:30.361Z[ recovery-image] Sep 17 14:02:29.107 INFO O| Sep 17 14:02:29.107 INFO STEP 236 (remove_files) COMPLETE
47452024-09-17T14:02:30.363Z[ recovery-image] Sep 17 14:02:29.107 INFO O| Sep 17 14:02:29.107 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-09-17T14:02:30.370Z[ recovery-image] Sep 17 14:02:29.117 INFO O| Sep 17 14:02:29.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47472024-09-17T14:02:30.371Z[ recovery-image] Sep 17 14:02:29.117 INFO O| Sep 17 14:02:29.117 INFO STEP 237 (remove_files) COMPLETE
47482024-09-17T14:02:30.371Z[ recovery-image] Sep 17 14:02:29.117 INFO O| Sep 17 14:02:29.117 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-09-17T14:02:30.380Z[ recovery-image] Sep 17 14:02:29.126 INFO O| Sep 17 14:02:29.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47502024-09-17T14:02:30.380Z[ recovery-image] Sep 17 14:02:29.126 INFO O| Sep 17 14:02:29.126 INFO STEP 238 (remove_files) COMPLETE
47512024-09-17T14:02:30.383Z[ recovery-image] Sep 17 14:02:29.126 INFO O| Sep 17 14:02:29.126 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-09-17T14:02:30.390Z[ recovery-image] Sep 17 14:02:29.136 INFO O| Sep 17 14:02:29.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47532024-09-17T14:02:30.390Z[ recovery-image] Sep 17 14:02:29.136 INFO O| Sep 17 14:02:29.136 INFO STEP 239 (remove_files) COMPLETE
47542024-09-17T14:02:30.392Z[ recovery-image] Sep 17 14:02:29.136 INFO O| Sep 17 14:02:29.136 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-09-17T14:02:30.399Z[ recovery-image] Sep 17 14:02:29.145 INFO O| Sep 17 14:02:29.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47562024-09-17T14:02:30.401Z[ recovery-image] Sep 17 14:02:29.145 INFO O| Sep 17 14:02:29.145 INFO STEP 240 (remove_files) COMPLETE
47572024-09-17T14:02:30.401Z[ recovery-image] Sep 17 14:02:29.145 INFO O| Sep 17 14:02:29.145 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-09-17T14:02:30.408Z[ recovery-image] Sep 17 14:02:29.155 INFO O| Sep 17 14:02:29.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47592024-09-17T14:02:30.408Z[ recovery-image] Sep 17 14:02:29.155 INFO O| Sep 17 14:02:29.155 INFO STEP 241 (remove_files) COMPLETE
47602024-09-17T14:02:30.411Z[ recovery-image] Sep 17 14:02:29.155 INFO O| Sep 17 14:02:29.155 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-09-17T14:02:30.418Z[ recovery-image] Sep 17 14:02:29.164 INFO O| Sep 17 14:02:29.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47622024-09-17T14:02:30.418Z[ recovery-image] Sep 17 14:02:29.164 INFO O| Sep 17 14:02:29.164 INFO STEP 242 (remove_files) COMPLETE
47632024-09-17T14:02:30.421Z[ recovery-image] Sep 17 14:02:29.164 INFO O| Sep 17 14:02:29.164 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-09-17T14:02:30.427Z[ recovery-image] Sep 17 14:02:29.174 INFO O| Sep 17 14:02:29.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47652024-09-17T14:02:30.427Z[ recovery-image] Sep 17 14:02:29.174 INFO O| Sep 17 14:02:29.174 INFO STEP 243 (remove_files) COMPLETE
47662024-09-17T14:02:30.428Z[ recovery-image] Sep 17 14:02:29.174 INFO O| Sep 17 14:02:29.174 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-09-17T14:02:30.437Z[ recovery-image] Sep 17 14:02:29.183 INFO O| Sep 17 14:02:29.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47682024-09-17T14:02:30.437Z[ recovery-image] Sep 17 14:02:29.183 INFO O| Sep 17 14:02:29.183 INFO STEP 244 (remove_files) COMPLETE
47692024-09-17T14:02:30.440Z[ recovery-image] Sep 17 14:02:29.183 INFO O| Sep 17 14:02:29.183 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-09-17T14:02:30.447Z[ recovery-image] Sep 17 14:02:29.193 INFO O| Sep 17 14:02:29.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47712024-09-17T14:02:30.449Z[ recovery-image] Sep 17 14:02:29.193 INFO O| Sep 17 14:02:29.193 INFO STEP 245 (remove_files) COMPLETE
47722024-09-17T14:02:30.449Z[ recovery-image] Sep 17 14:02:29.193 INFO O| Sep 17 14:02:29.193 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-09-17T14:02:30.456Z[ recovery-image] Sep 17 14:02:29.202 INFO O| Sep 17 14:02:29.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47742024-09-17T14:02:30.456Z[ recovery-image] Sep 17 14:02:29.202 INFO O| Sep 17 14:02:29.202 INFO STEP 246 (remove_files) COMPLETE
47752024-09-17T14:02:30.458Z[ recovery-image] Sep 17 14:02:29.202 INFO O| Sep 17 14:02:29.202 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-09-17T14:02:30.466Z[ recovery-image] Sep 17 14:02:29.212 INFO O| Sep 17 14:02:29.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47772024-09-17T14:02:30.466Z[ recovery-image] Sep 17 14:02:29.212 INFO O| Sep 17 14:02:29.212 INFO STEP 247 (remove_files) COMPLETE
47782024-09-17T14:02:30.466Z[ recovery-image] Sep 17 14:02:29.212 INFO O| Sep 17 14:02:29.212 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-09-17T14:02:30.475Z[ recovery-image] Sep 17 14:02:29.221 INFO O| Sep 17 14:02:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47802024-09-17T14:02:30.475Z[ recovery-image] Sep 17 14:02:29.221 INFO O| Sep 17 14:02:29.221 INFO STEP 248 (remove_files) COMPLETE
47812024-09-17T14:02:30.477Z[ recovery-image] Sep 17 14:02:29.221 INFO O| Sep 17 14:02:29.221 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-09-17T14:02:30.485Z[ recovery-image] Sep 17 14:02:29.231 INFO O| Sep 17 14:02:29.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47832024-09-17T14:02:30.488Z[ recovery-image] Sep 17 14:02:29.231 INFO O| Sep 17 14:02:29.231 INFO STEP 249 (remove_files) COMPLETE
47842024-09-17T14:02:30.488Z[ recovery-image] Sep 17 14:02:29.231 INFO O| Sep 17 14:02:29.231 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-09-17T14:02:30.494Z[ recovery-image] Sep 17 14:02:29.240 INFO O| Sep 17 14:02:29.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47862024-09-17T14:02:30.496Z[ recovery-image] Sep 17 14:02:29.240 INFO O| Sep 17 14:02:29.240 INFO STEP 250 (remove_files) COMPLETE
47872024-09-17T14:02:30.496Z[ recovery-image] Sep 17 14:02:29.240 INFO O| Sep 17 14:02:29.240 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-09-17T14:02:30.504Z[ recovery-image] Sep 17 14:02:29.250 INFO O| Sep 17 14:02:29.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47892024-09-17T14:02:30.504Z[ recovery-image] Sep 17 14:02:29.250 INFO O| Sep 17 14:02:29.250 INFO STEP 251 (remove_files) COMPLETE
47902024-09-17T14:02:30.504Z[ recovery-image] Sep 17 14:02:29.250 INFO O| Sep 17 14:02:29.250 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-09-17T14:02:30.513Z[ recovery-image] Sep 17 14:02:29.259 INFO O| Sep 17 14:02:29.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47922024-09-17T14:02:30.513Z[ recovery-image] Sep 17 14:02:29.259 INFO O| Sep 17 14:02:29.259 INFO STEP 252 (remove_files) COMPLETE
47932024-09-17T14:02:30.515Z[ recovery-image] Sep 17 14:02:29.259 INFO O| Sep 17 14:02:29.259 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-09-17T14:02:30.522Z[ recovery-image] Sep 17 14:02:29.268 INFO O| Sep 17 14:02:29.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47952024-09-17T14:02:30.525Z[ recovery-image] Sep 17 14:02:29.269 INFO O| Sep 17 14:02:29.268 INFO STEP 253 (remove_files) COMPLETE
47962024-09-17T14:02:30.525Z[ recovery-image] Sep 17 14:02:29.269 INFO O| Sep 17 14:02:29.268 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-09-17T14:02:30.532Z[ recovery-image] Sep 17 14:02:29.278 INFO O| Sep 17 14:02:29.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47982024-09-17T14:02:30.532Z[ recovery-image] Sep 17 14:02:29.278 INFO O| Sep 17 14:02:29.278 INFO STEP 254 (remove_files) COMPLETE
47992024-09-17T14:02:30.534Z[ recovery-image] Sep 17 14:02:29.278 INFO O| Sep 17 14:02:29.278 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-09-17T14:02:30.542Z[ recovery-image] Sep 17 14:02:29.288 INFO O| Sep 17 14:02:29.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48012024-09-17T14:02:30.542Z[ recovery-image] Sep 17 14:02:29.288 INFO O| Sep 17 14:02:29.288 INFO STEP 255 (remove_files) COMPLETE
48022024-09-17T14:02:30.544Z[ recovery-image] Sep 17 14:02:29.288 INFO O| Sep 17 14:02:29.288 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-09-17T14:02:30.552Z[ recovery-image] Sep 17 14:02:29.298 INFO O| Sep 17 14:02:29.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48042024-09-17T14:02:30.552Z[ recovery-image] Sep 17 14:02:29.298 INFO O| Sep 17 14:02:29.298 INFO STEP 256 (remove_files) COMPLETE
48052024-09-17T14:02:30.552Z[ recovery-image] Sep 17 14:02:29.298 INFO O| Sep 17 14:02:29.298 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-09-17T14:02:30.563Z[ recovery-image] Sep 17 14:02:29.309 INFO O| Sep 17 14:02:29.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48072024-09-17T14:02:30.563Z[ recovery-image] Sep 17 14:02:29.309 INFO O| Sep 17 14:02:29.309 INFO STEP 257 (remove_files) COMPLETE
48082024-09-17T14:02:30.563Z[ recovery-image] Sep 17 14:02:29.309 INFO O| Sep 17 14:02:29.309 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-09-17T14:02:30.573Z[ recovery-image] Sep 17 14:02:29.319 INFO O| Sep 17 14:02:29.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48102024-09-17T14:02:30.576Z[ recovery-image] Sep 17 14:02:29.319 INFO O| Sep 17 14:02:29.319 INFO STEP 258 (remove_files) COMPLETE
48112024-09-17T14:02:30.576Z[ recovery-image] Sep 17 14:02:29.319 INFO O| Sep 17 14:02:29.319 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-09-17T14:02:30.584Z[ recovery-image] Sep 17 14:02:29.330 INFO O| Sep 17 14:02:29.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48132024-09-17T14:02:30.584Z[ recovery-image] Sep 17 14:02:29.330 INFO O| Sep 17 14:02:29.330 INFO STEP 259 (remove_files) COMPLETE
48142024-09-17T14:02:30.584Z[ recovery-image] Sep 17 14:02:29.330 INFO O| Sep 17 14:02:29.330 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-09-17T14:02:30.595Z[ recovery-image] Sep 17 14:02:29.341 INFO O| Sep 17 14:02:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48162024-09-17T14:02:30.595Z[ recovery-image] Sep 17 14:02:29.341 INFO O| Sep 17 14:02:29.341 INFO STEP 260 (remove_files) COMPLETE
48172024-09-17T14:02:30.597Z[ recovery-image] Sep 17 14:02:29.341 INFO O| Sep 17 14:02:29.341 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-09-17T14:02:30.605Z[ recovery-image] Sep 17 14:02:29.351 INFO O| Sep 17 14:02:29.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48192024-09-17T14:02:30.605Z[ recovery-image] Sep 17 14:02:29.351 INFO O| Sep 17 14:02:29.351 INFO STEP 261 (remove_files) COMPLETE
48202024-09-17T14:02:30.607Z[ recovery-image] Sep 17 14:02:29.351 INFO O| Sep 17 14:02:29.351 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-09-17T14:02:30.616Z[ recovery-image] Sep 17 14:02:29.362 INFO O| Sep 17 14:02:29.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48222024-09-17T14:02:30.619Z[ recovery-image] Sep 17 14:02:29.362 INFO O| Sep 17 14:02:29.362 INFO STEP 262 (remove_files) COMPLETE
48232024-09-17T14:02:30.619Z[ recovery-image] Sep 17 14:02:29.362 INFO O| Sep 17 14:02:29.362 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-09-17T14:02:30.626Z[ recovery-image] Sep 17 14:02:29.373 INFO O| Sep 17 14:02:29.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48252024-09-17T14:02:30.627Z[ recovery-image] Sep 17 14:02:29.373 INFO O| Sep 17 14:02:29.373 INFO STEP 263 (remove_files) COMPLETE
48262024-09-17T14:02:30.629Z[ recovery-image] Sep 17 14:02:29.373 INFO O| Sep 17 14:02:29.373 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-09-17T14:02:30.637Z[ recovery-image] Sep 17 14:02:29.383 INFO O| Sep 17 14:02:29.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48282024-09-17T14:02:30.637Z[ recovery-image] Sep 17 14:02:29.383 INFO O| Sep 17 14:02:29.383 INFO STEP 264 (remove_files) COMPLETE
48292024-09-17T14:02:30.637Z[ recovery-image] Sep 17 14:02:29.383 INFO O| Sep 17 14:02:29.383 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-09-17T14:02:30.647Z[ recovery-image] Sep 17 14:02:29.392 INFO O| Sep 17 14:02:29.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48312024-09-17T14:02:30.647Z[ recovery-image] Sep 17 14:02:29.392 INFO O| Sep 17 14:02:29.392 INFO STEP 265 (remove_files) COMPLETE
48322024-09-17T14:02:30.650Z[ recovery-image] Sep 17 14:02:29.392 INFO O| Sep 17 14:02:29.392 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-09-17T14:02:30.656Z[ recovery-image] Sep 17 14:02:29.402 INFO O| Sep 17 14:02:29.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48342024-09-17T14:02:30.659Z[ recovery-image] Sep 17 14:02:29.403 INFO O| Sep 17 14:02:29.403 INFO STEP 266 (remove_files) COMPLETE
48352024-09-17T14:02:30.659Z[ recovery-image] Sep 17 14:02:29.403 INFO O| Sep 17 14:02:29.403 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-09-17T14:02:30.667Z[ recovery-image] Sep 17 14:02:29.413 INFO O| Sep 17 14:02:29.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48372024-09-17T14:02:30.669Z[ recovery-image] Sep 17 14:02:29.413 INFO O| Sep 17 14:02:29.413 INFO STEP 267 (remove_files) COMPLETE
48382024-09-17T14:02:30.669Z[ recovery-image] Sep 17 14:02:29.413 INFO O| Sep 17 14:02:29.413 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-09-17T14:02:30.676Z[ recovery-image] Sep 17 14:02:29.422 INFO O| Sep 17 14:02:29.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48402024-09-17T14:02:30.676Z[ recovery-image] Sep 17 14:02:29.422 INFO O| Sep 17 14:02:29.422 INFO STEP 268 (remove_files) COMPLETE
48412024-09-17T14:02:30.679Z[ recovery-image] Sep 17 14:02:29.422 INFO O| Sep 17 14:02:29.422 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-09-17T14:02:30.687Z[ recovery-image] Sep 17 14:02:29.433 INFO O| Sep 17 14:02:29.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48432024-09-17T14:02:30.687Z[ recovery-image] Sep 17 14:02:29.433 INFO O| Sep 17 14:02:29.433 INFO STEP 269 (remove_files) COMPLETE
48442024-09-17T14:02:30.689Z[ recovery-image] Sep 17 14:02:29.433 INFO O| Sep 17 14:02:29.433 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-09-17T14:02:30.696Z[ recovery-image] Sep 17 14:02:29.442 INFO O| Sep 17 14:02:29.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48462024-09-17T14:02:30.699Z[ recovery-image] Sep 17 14:02:29.443 INFO O| Sep 17 14:02:29.443 INFO STEP 270 (remove_files) COMPLETE
48472024-09-17T14:02:30.699Z[ recovery-image] Sep 17 14:02:29.443 INFO O| Sep 17 14:02:29.443 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-09-17T14:02:30.707Z[ recovery-image] Sep 17 14:02:29.453 INFO O| Sep 17 14:02:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48492024-09-17T14:02:30.709Z[ recovery-image] Sep 17 14:02:29.453 INFO O| Sep 17 14:02:29.453 INFO STEP 271 (remove_files) COMPLETE
48502024-09-17T14:02:30.709Z[ recovery-image] Sep 17 14:02:29.453 INFO O| Sep 17 14:02:29.453 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-09-17T14:02:30.717Z[ recovery-image] Sep 17 14:02:29.463 INFO O| Sep 17 14:02:29.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48522024-09-17T14:02:30.717Z[ recovery-image] Sep 17 14:02:29.463 INFO O| Sep 17 14:02:29.463 INFO STEP 272 (remove_files) COMPLETE
48532024-09-17T14:02:30.720Z[ recovery-image] Sep 17 14:02:29.463 INFO O| Sep 17 14:02:29.463 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-09-17T14:02:30.727Z[ recovery-image] Sep 17 14:02:29.473 INFO O| Sep 17 14:02:29.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48552024-09-17T14:02:30.727Z[ recovery-image] Sep 17 14:02:29.473 INFO O| Sep 17 14:02:29.473 INFO STEP 273 (remove_files) COMPLETE
48562024-09-17T14:02:30.727Z[ recovery-image] Sep 17 14:02:29.473 INFO O| Sep 17 14:02:29.473 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-09-17T14:02:30.737Z[ recovery-image] Sep 17 14:02:29.483 INFO O| Sep 17 14:02:29.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48582024-09-17T14:02:30.737Z[ recovery-image] Sep 17 14:02:29.483 INFO O| Sep 17 14:02:29.483 INFO STEP 274 (remove_files) COMPLETE
48592024-09-17T14:02:30.737Z[ recovery-image] Sep 17 14:02:29.483 INFO O| Sep 17 14:02:29.483 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-09-17T14:02:30.747Z[ recovery-image] Sep 17 14:02:29.493 INFO O| Sep 17 14:02:29.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48612024-09-17T14:02:30.747Z[ recovery-image] Sep 17 14:02:29.493 INFO O| Sep 17 14:02:29.493 INFO STEP 275 (remove_files) COMPLETE
48622024-09-17T14:02:30.750Z[ recovery-image] Sep 17 14:02:29.493 INFO O| Sep 17 14:02:29.493 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-09-17T14:02:30.757Z[ recovery-image] Sep 17 14:02:29.503 INFO O| Sep 17 14:02:29.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48642024-09-17T14:02:30.759Z[ recovery-image] Sep 17 14:02:29.503 INFO O| Sep 17 14:02:29.503 INFO STEP 276 (remove_files) COMPLETE
48652024-09-17T14:02:30.759Z[ recovery-image] Sep 17 14:02:29.503 INFO O| Sep 17 14:02:29.503 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-09-17T14:02:30.766Z[ recovery-image] Sep 17 14:02:29.512 INFO O| Sep 17 14:02:29.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48672024-09-17T14:02:30.766Z[ recovery-image] Sep 17 14:02:29.512 INFO O| Sep 17 14:02:29.512 INFO STEP 277 (remove_files) COMPLETE
48682024-09-17T14:02:30.769Z[ recovery-image] Sep 17 14:02:29.512 INFO O| Sep 17 14:02:29.512 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-09-17T14:02:30.776Z[ recovery-image] Sep 17 14:02:29.522 INFO O| Sep 17 14:02:29.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48702024-09-17T14:02:30.776Z[ recovery-image] Sep 17 14:02:29.522 INFO O| Sep 17 14:02:29.522 INFO STEP 278 (remove_files) COMPLETE
48712024-09-17T14:02:30.778Z[ recovery-image] Sep 17 14:02:29.522 INFO O| Sep 17 14:02:29.522 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-09-17T14:02:30.785Z[ recovery-image] Sep 17 14:02:29.531 INFO O| Sep 17 14:02:29.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48732024-09-17T14:02:30.788Z[ recovery-image] Sep 17 14:02:29.531 INFO O| Sep 17 14:02:29.531 INFO STEP 279 (remove_files) COMPLETE
48742024-09-17T14:02:30.788Z[ recovery-image] Sep 17 14:02:29.531 INFO O| Sep 17 14:02:29.531 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-09-17T14:02:30.795Z[ recovery-image] Sep 17 14:02:29.541 INFO O| Sep 17 14:02:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48762024-09-17T14:02:30.795Z[ recovery-image] Sep 17 14:02:29.541 INFO O| Sep 17 14:02:29.541 INFO STEP 280 (remove_files) COMPLETE
48772024-09-17T14:02:30.795Z[ recovery-image] Sep 17 14:02:29.541 INFO O| Sep 17 14:02:29.541 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-09-17T14:02:30.805Z[ recovery-image] Sep 17 14:02:29.551 INFO O| Sep 17 14:02:29.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48792024-09-17T14:02:30.808Z[ recovery-image] Sep 17 14:02:29.551 INFO O| Sep 17 14:02:29.551 INFO STEP 281 (remove_files) COMPLETE
48802024-09-17T14:02:30.808Z[ recovery-image] Sep 17 14:02:29.551 INFO O| Sep 17 14:02:29.551 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-09-17T14:02:30.814Z[ recovery-image] Sep 17 14:02:29.560 INFO O| Sep 17 14:02:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48822024-09-17T14:02:30.819Z[ recovery-image] Sep 17 14:02:29.560 INFO O| Sep 17 14:02:29.560 INFO STEP 282 (remove_files) COMPLETE
48832024-09-17T14:02:30.819Z[ recovery-image] Sep 17 14:02:29.560 INFO O| Sep 17 14:02:29.560 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-09-17T14:02:30.824Z[ recovery-image] Sep 17 14:02:29.570 INFO O| Sep 17 14:02:29.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48852024-09-17T14:02:30.826Z[ recovery-image] Sep 17 14:02:29.570 INFO O| Sep 17 14:02:29.570 INFO STEP 283 (remove_files) COMPLETE
48862024-09-17T14:02:30.826Z[ recovery-image] Sep 17 14:02:29.570 INFO O| Sep 17 14:02:29.570 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-09-17T14:02:30.833Z[ recovery-image] Sep 17 14:02:29.579 INFO O| Sep 17 14:02:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48882024-09-17T14:02:30.833Z[ recovery-image] Sep 17 14:02:29.579 INFO O| Sep 17 14:02:29.579 INFO STEP 284 (remove_files) COMPLETE
48892024-09-17T14:02:30.833Z[ recovery-image] Sep 17 14:02:29.579 INFO O| Sep 17 14:02:29.579 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-09-17T14:02:30.843Z[ recovery-image] Sep 17 14:02:29.589 INFO O| Sep 17 14:02:29.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48912024-09-17T14:02:30.845Z[ recovery-image] Sep 17 14:02:29.589 INFO O| Sep 17 14:02:29.589 INFO STEP 285 (remove_files) COMPLETE
48922024-09-17T14:02:30.845Z[ recovery-image] Sep 17 14:02:29.589 INFO O| Sep 17 14:02:29.589 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-17T14:02:30.852Z[ recovery-image] Sep 17 14:02:29.598 INFO O| Sep 17 14:02:29.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48942024-09-17T14:02:30.852Z[ recovery-image] Sep 17 14:02:29.598 INFO O| Sep 17 14:02:29.598 INFO STEP 286 (remove_files) COMPLETE
48952024-09-17T14:02:30.852Z[ recovery-image] Sep 17 14:02:29.598 INFO O| Sep 17 14:02:29.598 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-09-17T14:02:30.862Z[ recovery-image] Sep 17 14:02:29.608 INFO O| Sep 17 14:02:29.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48972024-09-17T14:02:30.862Z[ recovery-image] Sep 17 14:02:29.608 INFO O| Sep 17 14:02:29.608 INFO STEP 287 (remove_files) COMPLETE
48982024-09-17T14:02:30.862Z[ recovery-image] Sep 17 14:02:29.608 INFO O| Sep 17 14:02:29.608 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-09-17T14:02:30.871Z[ recovery-image] Sep 17 14:02:29.617 INFO O| Sep 17 14:02:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49002024-09-17T14:02:30.874Z[ recovery-image] Sep 17 14:02:29.617 INFO O| Sep 17 14:02:29.617 INFO STEP 288 (remove_files) COMPLETE
49012024-09-17T14:02:30.874Z[ recovery-image] Sep 17 14:02:29.617 INFO O| Sep 17 14:02:29.617 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-09-17T14:02:30.881Z[ recovery-image] Sep 17 14:02:29.627 INFO O| Sep 17 14:02:29.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49032024-09-17T14:02:30.881Z[ recovery-image] Sep 17 14:02:29.627 INFO O| Sep 17 14:02:29.627 INFO STEP 289 (remove_files) COMPLETE
49042024-09-17T14:02:30.881Z[ recovery-image] Sep 17 14:02:29.627 INFO O| Sep 17 14:02:29.627 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-09-17T14:02:30.890Z[ recovery-image] Sep 17 14:02:29.636 INFO O| Sep 17 14:02:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49062024-09-17T14:02:30.890Z[ recovery-image] Sep 17 14:02:29.636 INFO O| Sep 17 14:02:29.636 INFO STEP 290 (remove_files) COMPLETE
49072024-09-17T14:02:30.893Z[ recovery-image] Sep 17 14:02:29.636 INFO O| Sep 17 14:02:29.636 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-09-17T14:02:30.899Z[ recovery-image] Sep 17 14:02:29.645 INFO O| Sep 17 14:02:29.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49092024-09-17T14:02:30.902Z[ recovery-image] Sep 17 14:02:29.645 INFO O| Sep 17 14:02:29.645 INFO STEP 291 (remove_files) COMPLETE
49102024-09-17T14:02:30.902Z[ recovery-image] Sep 17 14:02:29.645 INFO O| Sep 17 14:02:29.645 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-09-17T14:02:30.909Z[ recovery-image] Sep 17 14:02:29.655 INFO O| Sep 17 14:02:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49122024-09-17T14:02:30.909Z[ recovery-image] Sep 17 14:02:29.655 INFO O| Sep 17 14:02:29.655 INFO STEP 292 (remove_files) COMPLETE
49132024-09-17T14:02:30.912Z[ recovery-image] Sep 17 14:02:29.655 INFO O| Sep 17 14:02:29.655 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-09-17T14:02:30.919Z[ recovery-image] Sep 17 14:02:29.665 INFO O| Sep 17 14:02:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49152024-09-17T14:02:30.919Z[ recovery-image] Sep 17 14:02:29.665 INFO O| Sep 17 14:02:29.665 INFO STEP 293 (remove_files) COMPLETE
49162024-09-17T14:02:30.922Z[ recovery-image] Sep 17 14:02:29.665 INFO O| Sep 17 14:02:29.665 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-09-17T14:02:30.928Z[ recovery-image] Sep 17 14:02:29.674 INFO O| Sep 17 14:02:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49182024-09-17T14:02:30.928Z[ recovery-image] Sep 17 14:02:29.675 INFO O| Sep 17 14:02:29.674 INFO STEP 294 (remove_files) COMPLETE
49192024-09-17T14:02:30.931Z[ recovery-image] Sep 17 14:02:29.675 INFO O| Sep 17 14:02:29.675 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-09-17T14:02:30.938Z[ recovery-image] Sep 17 14:02:29.684 INFO O| Sep 17 14:02:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49212024-09-17T14:02:30.940Z[ recovery-image] Sep 17 14:02:29.684 INFO O| Sep 17 14:02:29.684 INFO STEP 295 (remove_files) COMPLETE
49222024-09-17T14:02:30.940Z[ recovery-image] Sep 17 14:02:29.684 INFO O| Sep 17 14:02:29.684 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-09-17T14:02:30.948Z[ recovery-image] Sep 17 14:02:29.694 INFO O| Sep 17 14:02:29.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49242024-09-17T14:02:30.948Z[ recovery-image] Sep 17 14:02:29.694 INFO O| Sep 17 14:02:29.694 INFO STEP 296 (remove_files) COMPLETE
49252024-09-17T14:02:30.950Z[ recovery-image] Sep 17 14:02:29.694 INFO O| Sep 17 14:02:29.694 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-09-17T14:02:30.957Z[ recovery-image] Sep 17 14:02:29.703 INFO O| Sep 17 14:02:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49272024-09-17T14:02:30.960Z[ recovery-image] Sep 17 14:02:29.703 INFO O| Sep 17 14:02:29.703 INFO STEP 297 (remove_files) COMPLETE
49282024-09-17T14:02:30.960Z[ recovery-image] Sep 17 14:02:29.703 INFO O| Sep 17 14:02:29.703 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-09-17T14:02:30.967Z[ recovery-image] Sep 17 14:02:29.713 INFO O| Sep 17 14:02:29.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49302024-09-17T14:02:30.967Z[ recovery-image] Sep 17 14:02:29.713 INFO O| Sep 17 14:02:29.713 INFO STEP 298 (remove_files) COMPLETE
49312024-09-17T14:02:30.967Z[ recovery-image] Sep 17 14:02:29.713 INFO O| Sep 17 14:02:29.713 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-09-17T14:02:30.976Z[ recovery-image] Sep 17 14:02:29.722 INFO O| Sep 17 14:02:29.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49332024-09-17T14:02:30.979Z[ recovery-image] Sep 17 14:02:29.722 INFO O| Sep 17 14:02:29.722 INFO STEP 299 (remove_files) COMPLETE
49342024-09-17T14:02:30.979Z[ recovery-image] Sep 17 14:02:29.722 INFO O| Sep 17 14:02:29.722 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-09-17T14:02:30.985Z[ recovery-image] Sep 17 14:02:29.731 INFO O| Sep 17 14:02:29.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49362024-09-17T14:02:30.985Z[ recovery-image] Sep 17 14:02:29.731 INFO O| Sep 17 14:02:29.731 INFO STEP 300 (remove_files) COMPLETE
49372024-09-17T14:02:30.985Z[ recovery-image] Sep 17 14:02:29.731 INFO O| Sep 17 14:02:29.731 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-09-17T14:02:30.995Z[ recovery-image] Sep 17 14:02:29.741 INFO O| Sep 17 14:02:29.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49392024-09-17T14:02:30.995Z[ recovery-image] Sep 17 14:02:29.741 INFO O| Sep 17 14:02:29.741 INFO STEP 301 (remove_files) COMPLETE
49402024-09-17T14:02:30.995Z[ recovery-image] Sep 17 14:02:29.741 INFO O| Sep 17 14:02:29.741 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-09-17T14:02:31.004Z[ recovery-image] Sep 17 14:02:29.750 INFO O| Sep 17 14:02:29.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49422024-09-17T14:02:31.007Z[ recovery-image] Sep 17 14:02:29.750 INFO O| Sep 17 14:02:29.750 INFO STEP 302 (remove_files) COMPLETE
49432024-09-17T14:02:31.007Z[ recovery-image] Sep 17 14:02:29.750 INFO O| Sep 17 14:02:29.750 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-09-17T14:02:31.014Z[ recovery-image] Sep 17 14:02:29.760 INFO O| Sep 17 14:02:29.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49452024-09-17T14:02:31.016Z[ recovery-image] Sep 17 14:02:29.760 INFO O| Sep 17 14:02:29.760 INFO STEP 303 (remove_files) COMPLETE
49462024-09-17T14:02:31.016Z[ recovery-image] Sep 17 14:02:29.760 INFO O| Sep 17 14:02:29.760 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-09-17T14:02:31.023Z[ recovery-image] Sep 17 14:02:29.769 INFO O| Sep 17 14:02:29.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49482024-09-17T14:02:31.023Z[ recovery-image] Sep 17 14:02:29.770 INFO O| Sep 17 14:02:29.769 INFO STEP 304 (remove_files) COMPLETE
49492024-09-17T14:02:31.026Z[ recovery-image] Sep 17 14:02:29.770 INFO O| Sep 17 14:02:29.769 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-09-17T14:02:31.033Z[ recovery-image] Sep 17 14:02:29.779 INFO O| Sep 17 14:02:29.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49512024-09-17T14:02:31.036Z[ recovery-image] Sep 17 14:02:29.779 INFO O| Sep 17 14:02:29.779 INFO STEP 305 (remove_files) COMPLETE
49522024-09-17T14:02:31.036Z[ recovery-image] Sep 17 14:02:29.779 INFO O| Sep 17 14:02:29.779 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-09-17T14:02:31.042Z[ recovery-image] Sep 17 14:02:29.788 INFO O| Sep 17 14:02:29.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49542024-09-17T14:02:31.045Z[ recovery-image] Sep 17 14:02:29.788 INFO O| Sep 17 14:02:29.788 INFO STEP 306 (remove_files) COMPLETE
49552024-09-17T14:02:31.045Z[ recovery-image] Sep 17 14:02:29.788 INFO O| Sep 17 14:02:29.788 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-09-17T14:02:31.052Z[ recovery-image] Sep 17 14:02:29.798 INFO O| Sep 17 14:02:29.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49572024-09-17T14:02:31.052Z[ recovery-image] Sep 17 14:02:29.798 INFO O| Sep 17 14:02:29.798 INFO STEP 307 (remove_files) COMPLETE
49582024-09-17T14:02:31.052Z[ recovery-image] Sep 17 14:02:29.798 INFO O| Sep 17 14:02:29.798 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-09-17T14:02:31.061Z[ recovery-image] Sep 17 14:02:29.807 INFO O| Sep 17 14:02:29.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49602024-09-17T14:02:31.064Z[ recovery-image] Sep 17 14:02:29.807 INFO O| Sep 17 14:02:29.807 INFO STEP 308 (remove_files) COMPLETE
49612024-09-17T14:02:31.064Z[ recovery-image] Sep 17 14:02:29.808 INFO O| Sep 17 14:02:29.807 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-09-17T14:02:31.071Z[ recovery-image] Sep 17 14:02:29.817 INFO O| Sep 17 14:02:29.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49632024-09-17T14:02:31.073Z[ recovery-image] Sep 17 14:02:29.818 INFO O| Sep 17 14:02:29.818 INFO STEP 309 (remove_files) COMPLETE
49642024-09-17T14:02:31.074Z[ recovery-image] Sep 17 14:02:29.818 INFO O| Sep 17 14:02:29.818 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-09-17T14:02:31.081Z[ recovery-image] Sep 17 14:02:29.827 INFO O| Sep 17 14:02:29.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49662024-09-17T14:02:31.081Z[ recovery-image] Sep 17 14:02:29.827 INFO O| Sep 17 14:02:29.827 INFO STEP 310 (remove_files) COMPLETE
49672024-09-17T14:02:31.081Z[ recovery-image] Sep 17 14:02:29.827 INFO O| Sep 17 14:02:29.827 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-09-17T14:02:31.090Z[ recovery-image] Sep 17 14:02:29.836 INFO O| Sep 17 14:02:29.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49692024-09-17T14:02:31.090Z[ recovery-image] Sep 17 14:02:29.837 INFO O| Sep 17 14:02:29.837 INFO STEP 311 (remove_files) COMPLETE
49702024-09-17T14:02:31.091Z[ recovery-image] Sep 17 14:02:29.837 INFO O| Sep 17 14:02:29.837 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-09-17T14:02:31.100Z[ recovery-image] Sep 17 14:02:29.846 INFO O| Sep 17 14:02:29.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49722024-09-17T14:02:31.100Z[ recovery-image] Sep 17 14:02:29.846 INFO O| Sep 17 14:02:29.846 INFO STEP 312 (remove_files) COMPLETE
49732024-09-17T14:02:31.100Z[ recovery-image] Sep 17 14:02:29.846 INFO O| Sep 17 14:02:29.846 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-09-17T14:02:31.110Z[ recovery-image] Sep 17 14:02:29.856 INFO O| Sep 17 14:02:29.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49752024-09-17T14:02:31.112Z[ recovery-image] Sep 17 14:02:29.856 INFO O| Sep 17 14:02:29.856 INFO STEP 313 (remove_files) COMPLETE
49762024-09-17T14:02:31.112Z[ recovery-image] Sep 17 14:02:29.856 INFO O| Sep 17 14:02:29.856 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-09-17T14:02:31.119Z[ recovery-image] Sep 17 14:02:29.865 INFO O| Sep 17 14:02:29.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49782024-09-17T14:02:31.119Z[ recovery-image] Sep 17 14:02:29.865 INFO O| Sep 17 14:02:29.865 INFO STEP 314 (remove_files) COMPLETE
49792024-09-17T14:02:31.119Z[ recovery-image] Sep 17 14:02:29.865 INFO O| Sep 17 14:02:29.865 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-09-17T14:02:31.128Z[ recovery-image] Sep 17 14:02:29.874 INFO O| Sep 17 14:02:29.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49812024-09-17T14:02:31.128Z[ recovery-image] Sep 17 14:02:29.874 INFO O| Sep 17 14:02:29.874 INFO STEP 315 (remove_files) COMPLETE
49822024-09-17T14:02:31.128Z[ recovery-image] Sep 17 14:02:29.874 INFO O| Sep 17 14:02:29.874 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-09-17T14:02:31.138Z[ recovery-image] Sep 17 14:02:29.884 INFO O| Sep 17 14:02:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49842024-09-17T14:02:31.138Z[ recovery-image] Sep 17 14:02:29.884 INFO O| Sep 17 14:02:29.884 INFO STEP 316 (remove_files) COMPLETE
49852024-09-17T14:02:31.141Z[ recovery-image] Sep 17 14:02:29.884 INFO O| Sep 17 14:02:29.884 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-09-17T14:02:31.149Z[ recovery-image] Sep 17 14:02:29.893 INFO O| Sep 17 14:02:29.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49872024-09-17T14:02:31.149Z[ recovery-image] Sep 17 14:02:29.893 INFO O| Sep 17 14:02:29.893 INFO STEP 317 (remove_files) COMPLETE
49882024-09-17T14:02:31.152Z[ recovery-image] Sep 17 14:02:29.893 INFO O| Sep 17 14:02:29.893 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-09-17T14:02:31.157Z[ recovery-image] Sep 17 14:02:29.903 INFO O| Sep 17 14:02:29.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49902024-09-17T14:02:31.157Z[ recovery-image] Sep 17 14:02:29.903 INFO O| Sep 17 14:02:29.903 INFO STEP 318 (remove_files) COMPLETE
49912024-09-17T14:02:31.157Z[ recovery-image] Sep 17 14:02:29.903 INFO O| Sep 17 14:02:29.903 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-09-17T14:02:31.166Z[ recovery-image] Sep 17 14:02:29.912 INFO O| Sep 17 14:02:29.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49932024-09-17T14:02:31.166Z[ recovery-image] Sep 17 14:02:29.912 INFO O| Sep 17 14:02:29.912 INFO STEP 319 (remove_files) COMPLETE
49942024-09-17T14:02:31.166Z[ recovery-image] Sep 17 14:02:29.912 INFO O| Sep 17 14:02:29.912 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-09-17T14:02:31.176Z[ recovery-image] Sep 17 14:02:29.921 INFO O| Sep 17 14:02:29.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49962024-09-17T14:02:31.176Z[ recovery-image] Sep 17 14:02:29.922 INFO O| Sep 17 14:02:29.921 INFO STEP 320 (remove_files) COMPLETE
49972024-09-17T14:02:31.176Z[ recovery-image] Sep 17 14:02:29.922 INFO O| Sep 17 14:02:29.922 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-09-17T14:02:31.185Z[ recovery-image] Sep 17 14:02:29.931 INFO O| Sep 17 14:02:29.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49992024-09-17T14:02:31.185Z[ recovery-image] Sep 17 14:02:29.931 INFO O| Sep 17 14:02:29.931 INFO STEP 321 (remove_files) COMPLETE
50002024-09-17T14:02:31.188Z[ recovery-image] Sep 17 14:02:29.931 INFO O| Sep 17 14:02:29.931 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-09-17T14:02:31.194Z[ recovery-image] Sep 17 14:02:29.940 INFO O| Sep 17 14:02:29.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50022024-09-17T14:02:31.194Z[ recovery-image] Sep 17 14:02:29.940 INFO O| Sep 17 14:02:29.940 INFO STEP 322 (remove_files) COMPLETE
50032024-09-17T14:02:31.197Z[ recovery-image] Sep 17 14:02:29.940 INFO O| Sep 17 14:02:29.940 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-09-17T14:02:31.204Z[ recovery-image] Sep 17 14:02:29.950 INFO O| Sep 17 14:02:29.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50052024-09-17T14:02:31.206Z[ recovery-image] Sep 17 14:02:29.950 INFO O| Sep 17 14:02:29.950 INFO STEP 323 (remove_files) COMPLETE
50062024-09-17T14:02:31.206Z[ recovery-image] Sep 17 14:02:29.950 INFO O| Sep 17 14:02:29.950 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-09-17T14:02:31.213Z[ recovery-image] Sep 17 14:02:29.959 INFO O| Sep 17 14:02:29.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50082024-09-17T14:02:31.213Z[ recovery-image] Sep 17 14:02:29.959 INFO O| Sep 17 14:02:29.959 INFO STEP 324 (remove_files) COMPLETE
50092024-09-17T14:02:31.213Z[ recovery-image] Sep 17 14:02:29.959 INFO O| Sep 17 14:02:29.959 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-09-17T14:02:31.222Z[ recovery-image] Sep 17 14:02:29.968 INFO O| Sep 17 14:02:29.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50112024-09-17T14:02:31.225Z[ recovery-image] Sep 17 14:02:29.968 INFO O| Sep 17 14:02:29.968 INFO STEP 325 (remove_files) COMPLETE
50122024-09-17T14:02:31.225Z[ recovery-image] Sep 17 14:02:29.968 INFO O| Sep 17 14:02:29.968 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-09-17T14:02:31.232Z[ recovery-image] Sep 17 14:02:29.978 INFO O| Sep 17 14:02:29.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50142024-09-17T14:02:31.235Z[ recovery-image] Sep 17 14:02:29.978 INFO O| Sep 17 14:02:29.978 INFO STEP 326 (remove_files) COMPLETE
50152024-09-17T14:02:31.235Z[ recovery-image] Sep 17 14:02:29.978 INFO O| Sep 17 14:02:29.978 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-09-17T14:02:31.241Z[ recovery-image] Sep 17 14:02:29.987 INFO O| Sep 17 14:02:29.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50172024-09-17T14:02:31.241Z[ recovery-image] Sep 17 14:02:29.987 INFO O| Sep 17 14:02:29.987 INFO STEP 327 (remove_files) COMPLETE
50182024-09-17T14:02:31.241Z[ recovery-image] Sep 17 14:02:29.987 INFO O| Sep 17 14:02:29.987 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-09-17T14:02:31.251Z[ recovery-image] Sep 17 14:02:29.997 INFO O| Sep 17 14:02:29.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50202024-09-17T14:02:31.251Z[ recovery-image] Sep 17 14:02:29.997 INFO O| Sep 17 14:02:29.997 INFO STEP 328 (remove_files) COMPLETE
50212024-09-17T14:02:31.253Z[ recovery-image] Sep 17 14:02:29.997 INFO O| Sep 17 14:02:29.997 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-09-17T14:02:31.260Z[ recovery-image] Sep 17 14:02:30.006 INFO O| Sep 17 14:02:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50232024-09-17T14:02:31.262Z[ recovery-image] Sep 17 14:02:30.007 INFO O| Sep 17 14:02:30.006 INFO STEP 329 (remove_files) COMPLETE
50242024-09-17T14:02:31.262Z[ recovery-image] Sep 17 14:02:30.007 INFO O| Sep 17 14:02:30.007 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-09-17T14:02:31.270Z[ recovery-image] Sep 17 14:02:30.016 INFO O| Sep 17 14:02:30.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50262024-09-17T14:02:31.270Z[ recovery-image] Sep 17 14:02:30.016 INFO O| Sep 17 14:02:30.016 INFO STEP 330 (remove_files) COMPLETE
50272024-09-17T14:02:31.273Z[ recovery-image] Sep 17 14:02:30.016 INFO O| Sep 17 14:02:30.016 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-09-17T14:02:31.279Z[ recovery-image] Sep 17 14:02:30.025 INFO O| Sep 17 14:02:30.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50292024-09-17T14:02:31.279Z[ recovery-image] Sep 17 14:02:30.025 INFO O| Sep 17 14:02:30.025 INFO STEP 331 (remove_files) COMPLETE
50302024-09-17T14:02:31.283Z[ recovery-image] Sep 17 14:02:30.025 INFO O| Sep 17 14:02:30.025 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-09-17T14:02:31.289Z[ recovery-image] Sep 17 14:02:30.035 INFO O| Sep 17 14:02:30.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50322024-09-17T14:02:31.289Z[ recovery-image] Sep 17 14:02:30.035 INFO O| Sep 17 14:02:30.035 INFO STEP 332 (remove_files) COMPLETE
50332024-09-17T14:02:31.292Z[ recovery-image] Sep 17 14:02:30.035 INFO O| Sep 17 14:02:30.035 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-09-17T14:02:31.298Z[ recovery-image] Sep 17 14:02:30.044 INFO O| Sep 17 14:02:30.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50352024-09-17T14:02:31.301Z[ recovery-image] Sep 17 14:02:30.044 INFO O| Sep 17 14:02:30.044 INFO STEP 333 (remove_files) COMPLETE
50362024-09-17T14:02:31.301Z[ recovery-image] Sep 17 14:02:30.044 INFO O| Sep 17 14:02:30.044 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-09-17T14:02:31.308Z[ recovery-image] Sep 17 14:02:30.054 INFO O| Sep 17 14:02:30.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50382024-09-17T14:02:31.308Z[ recovery-image] Sep 17 14:02:30.054 INFO O| Sep 17 14:02:30.054 INFO STEP 334 (remove_files) COMPLETE
50392024-09-17T14:02:31.310Z[ recovery-image] Sep 17 14:02:30.054 INFO O| Sep 17 14:02:30.054 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-09-17T14:02:31.317Z[ recovery-image] Sep 17 14:02:30.063 INFO O| Sep 17 14:02:30.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50412024-09-17T14:02:31.320Z[ recovery-image] Sep 17 14:02:30.063 INFO O| Sep 17 14:02:30.063 INFO STEP 335 (remove_files) COMPLETE
50422024-09-17T14:02:31.320Z[ recovery-image] Sep 17 14:02:30.063 INFO O| Sep 17 14:02:30.063 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-09-17T14:02:31.327Z[ recovery-image] Sep 17 14:02:30.073 INFO O| Sep 17 14:02:30.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50442024-09-17T14:02:31.329Z[ recovery-image] Sep 17 14:02:30.073 INFO O| Sep 17 14:02:30.073 INFO STEP 336 (remove_files) COMPLETE
50452024-09-17T14:02:31.329Z[ recovery-image] Sep 17 14:02:30.073 INFO O| Sep 17 14:02:30.073 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-09-17T14:02:31.337Z[ recovery-image] Sep 17 14:02:30.083 INFO O| Sep 17 14:02:30.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50472024-09-17T14:02:31.337Z[ recovery-image] Sep 17 14:02:30.083 INFO O| Sep 17 14:02:30.083 INFO STEP 337 (remove_files) COMPLETE
50482024-09-17T14:02:31.337Z[ recovery-image] Sep 17 14:02:30.083 INFO O| Sep 17 14:02:30.083 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-09-17T14:02:31.346Z[ recovery-image] Sep 17 14:02:30.092 INFO O| Sep 17 14:02:30.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50502024-09-17T14:02:31.346Z[ recovery-image] Sep 17 14:02:30.092 INFO O| Sep 17 14:02:30.092 INFO STEP 338 (remove_files) COMPLETE
50512024-09-17T14:02:31.349Z[ recovery-image] Sep 17 14:02:30.092 INFO O| Sep 17 14:02:30.092 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-09-17T14:02:31.356Z[ recovery-image] Sep 17 14:02:30.102 INFO O| Sep 17 14:02:30.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50532024-09-17T14:02:31.359Z[ recovery-image] Sep 17 14:02:30.102 INFO O| Sep 17 14:02:30.102 INFO STEP 339 (remove_files) COMPLETE
50542024-09-17T14:02:31.359Z[ recovery-image] Sep 17 14:02:30.102 INFO O| Sep 17 14:02:30.102 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-09-17T14:02:31.365Z[ recovery-image] Sep 17 14:02:30.111 INFO O| Sep 17 14:02:30.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50562024-09-17T14:02:31.365Z[ recovery-image] Sep 17 14:02:30.111 INFO O| Sep 17 14:02:30.111 INFO STEP 340 (remove_files) COMPLETE
50572024-09-17T14:02:31.368Z[ recovery-image] Sep 17 14:02:30.111 INFO O| Sep 17 14:02:30.111 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-09-17T14:02:31.375Z[ recovery-image] Sep 17 14:02:30.121 INFO O| Sep 17 14:02:30.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50592024-09-17T14:02:31.375Z[ recovery-image] Sep 17 14:02:30.121 INFO O| Sep 17 14:02:30.121 INFO STEP 341 (remove_files) COMPLETE
50602024-09-17T14:02:31.378Z[ recovery-image] Sep 17 14:02:30.121 INFO O| Sep 17 14:02:30.121 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-09-17T14:02:31.384Z[ recovery-image] Sep 17 14:02:30.130 INFO O| Sep 17 14:02:30.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50622024-09-17T14:02:31.387Z[ recovery-image] Sep 17 14:02:30.130 INFO O| Sep 17 14:02:30.130 INFO STEP 342 (remove_files) COMPLETE
50632024-09-17T14:02:31.387Z[ recovery-image] Sep 17 14:02:30.130 INFO O| Sep 17 14:02:30.130 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-09-17T14:02:31.394Z[ recovery-image] Sep 17 14:02:30.140 INFO O| Sep 17 14:02:30.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50652024-09-17T14:02:31.394Z[ recovery-image] Sep 17 14:02:30.140 INFO O| Sep 17 14:02:30.140 INFO STEP 343 (remove_files) COMPLETE
50662024-09-17T14:02:31.396Z[ recovery-image] Sep 17 14:02:30.140 INFO O| Sep 17 14:02:30.140 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-09-17T14:02:31.403Z[ recovery-image] Sep 17 14:02:30.149 INFO O| Sep 17 14:02:30.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50682024-09-17T14:02:31.406Z[ recovery-image] Sep 17 14:02:30.149 INFO O| Sep 17 14:02:30.149 INFO STEP 344 (remove_files) COMPLETE
50692024-09-17T14:02:31.406Z[ recovery-image] Sep 17 14:02:30.149 INFO O| Sep 17 14:02:30.149 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-09-17T14:02:31.413Z[ recovery-image] Sep 17 14:02:30.159 INFO O| Sep 17 14:02:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50712024-09-17T14:02:31.413Z[ recovery-image] Sep 17 14:02:30.159 INFO O| Sep 17 14:02:30.159 INFO STEP 345 (remove_files) COMPLETE
50722024-09-17T14:02:31.413Z[ recovery-image] Sep 17 14:02:30.159 INFO O| Sep 17 14:02:30.159 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-09-17T14:02:31.422Z[ recovery-image] Sep 17 14:02:30.168 INFO O| Sep 17 14:02:30.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50742024-09-17T14:02:31.425Z[ recovery-image] Sep 17 14:02:30.169 INFO O| Sep 17 14:02:30.169 INFO STEP 346 (remove_files) COMPLETE
50752024-09-17T14:02:31.425Z[ recovery-image] Sep 17 14:02:30.169 INFO O| Sep 17 14:02:30.169 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-09-17T14:02:31.433Z[ recovery-image] Sep 17 14:02:30.179 INFO O| Sep 17 14:02:30.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50772024-09-17T14:02:31.435Z[ recovery-image] Sep 17 14:02:30.179 INFO O| Sep 17 14:02:30.179 INFO STEP 347 (remove_files) COMPLETE
50782024-09-17T14:02:31.435Z[ recovery-image] Sep 17 14:02:30.179 INFO O| Sep 17 14:02:30.179 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-09-17T14:02:31.442Z[ recovery-image] Sep 17 14:02:30.188 INFO O| Sep 17 14:02:30.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50802024-09-17T14:02:31.442Z[ recovery-image] Sep 17 14:02:30.188 INFO O| Sep 17 14:02:30.188 INFO STEP 348 (remove_files) COMPLETE
50812024-09-17T14:02:31.445Z[ recovery-image] Sep 17 14:02:30.188 INFO O| Sep 17 14:02:30.188 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-09-17T14:02:31.452Z[ recovery-image] Sep 17 14:02:30.198 INFO O| Sep 17 14:02:30.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50832024-09-17T14:02:31.452Z[ recovery-image] Sep 17 14:02:30.198 INFO O| Sep 17 14:02:30.198 INFO STEP 349 (remove_files) COMPLETE
50842024-09-17T14:02:31.454Z[ recovery-image] Sep 17 14:02:30.198 INFO O| Sep 17 14:02:30.198 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-09-17T14:02:31.461Z[ recovery-image] Sep 17 14:02:30.207 INFO O| Sep 17 14:02:30.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50862024-09-17T14:02:31.461Z[ recovery-image] Sep 17 14:02:30.207 INFO O| Sep 17 14:02:30.207 INFO STEP 350 (remove_files) COMPLETE
50872024-09-17T14:02:31.461Z[ recovery-image] Sep 17 14:02:30.207 INFO O| Sep 17 14:02:30.207 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-09-17T14:02:31.471Z[ recovery-image] Sep 17 14:02:30.217 INFO O| Sep 17 14:02:30.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50892024-09-17T14:02:31.471Z[ recovery-image] Sep 17 14:02:30.217 INFO O| Sep 17 14:02:30.217 INFO STEP 351 (remove_files) COMPLETE
50902024-09-17T14:02:31.474Z[ recovery-image] Sep 17 14:02:30.217 INFO O| Sep 17 14:02:30.217 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-09-17T14:02:31.480Z[ recovery-image] Sep 17 14:02:30.226 INFO O| Sep 17 14:02:30.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50922024-09-17T14:02:31.480Z[ recovery-image] Sep 17 14:02:30.226 INFO O| Sep 17 14:02:30.226 INFO STEP 352 (remove_files) COMPLETE
50932024-09-17T14:02:31.480Z[ recovery-image] Sep 17 14:02:30.226 INFO O| Sep 17 14:02:30.226 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-09-17T14:02:31.490Z[ recovery-image] Sep 17 14:02:30.236 INFO O| Sep 17 14:02:30.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50952024-09-17T14:02:31.492Z[ recovery-image] Sep 17 14:02:30.236 INFO O| Sep 17 14:02:30.236 INFO STEP 353 (remove_files) COMPLETE
50962024-09-17T14:02:31.492Z[ recovery-image] Sep 17 14:02:30.236 INFO O| Sep 17 14:02:30.236 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-09-17T14:02:31.499Z[ recovery-image] Sep 17 14:02:30.245 INFO O| Sep 17 14:02:30.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50982024-09-17T14:02:31.499Z[ recovery-image] Sep 17 14:02:30.245 INFO O| Sep 17 14:02:30.245 INFO STEP 354 (remove_files) COMPLETE
50992024-09-17T14:02:31.499Z[ recovery-image] Sep 17 14:02:30.245 INFO O| Sep 17 14:02:30.245 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-09-17T14:02:31.508Z[ recovery-image] Sep 17 14:02:30.254 INFO O| Sep 17 14:02:30.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51012024-09-17T14:02:31.509Z[ recovery-image] Sep 17 14:02:30.254 INFO O| Sep 17 14:02:30.254 INFO STEP 355 (remove_files) COMPLETE
51022024-09-17T14:02:31.511Z[ recovery-image] Sep 17 14:02:30.254 INFO O| Sep 17 14:02:30.254 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-09-17T14:02:31.518Z[ recovery-image] Sep 17 14:02:30.264 INFO O| Sep 17 14:02:30.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51042024-09-17T14:02:31.518Z[ recovery-image] Sep 17 14:02:30.264 INFO O| Sep 17 14:02:30.264 INFO STEP 356 (remove_files) COMPLETE
51052024-09-17T14:02:31.518Z[ recovery-image] Sep 17 14:02:30.264 INFO O| Sep 17 14:02:30.264 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-09-17T14:02:31.527Z[ recovery-image] Sep 17 14:02:30.273 INFO O| Sep 17 14:02:30.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51072024-09-17T14:02:31.527Z[ recovery-image] Sep 17 14:02:30.273 INFO O| Sep 17 14:02:30.273 INFO STEP 357 (remove_files) COMPLETE
51082024-09-17T14:02:31.530Z[ recovery-image] Sep 17 14:02:30.273 INFO O| Sep 17 14:02:30.273 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-09-17T14:02:31.537Z[ recovery-image] Sep 17 14:02:30.283 INFO O| Sep 17 14:02:30.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51102024-09-17T14:02:31.537Z[ recovery-image] Sep 17 14:02:30.283 INFO O| Sep 17 14:02:30.283 INFO STEP 358 (remove_files) COMPLETE
51112024-09-17T14:02:31.539Z[ recovery-image] Sep 17 14:02:30.283 INFO O| Sep 17 14:02:30.283 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-09-17T14:02:31.546Z[ recovery-image] Sep 17 14:02:30.292 INFO O| Sep 17 14:02:30.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51132024-09-17T14:02:31.548Z[ recovery-image] Sep 17 14:02:30.292 INFO O| Sep 17 14:02:30.292 INFO STEP 359 (remove_files) COMPLETE
51142024-09-17T14:02:31.548Z[ recovery-image] Sep 17 14:02:30.292 INFO O| Sep 17 14:02:30.292 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-09-17T14:02:31.556Z[ recovery-image] Sep 17 14:02:30.302 INFO O| Sep 17 14:02:30.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51162024-09-17T14:02:31.556Z[ recovery-image] Sep 17 14:02:30.302 INFO O| Sep 17 14:02:30.302 INFO STEP 360 (remove_files) COMPLETE
51172024-09-17T14:02:31.556Z[ recovery-image] Sep 17 14:02:30.302 INFO O| Sep 17 14:02:30.302 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-09-17T14:02:31.565Z[ recovery-image] Sep 17 14:02:30.311 INFO O| Sep 17 14:02:30.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51192024-09-17T14:02:31.565Z[ recovery-image] Sep 17 14:02:30.311 INFO O| Sep 17 14:02:30.311 INFO STEP 361 (remove_files) COMPLETE
51202024-09-17T14:02:31.565Z[ recovery-image] Sep 17 14:02:30.311 INFO O| Sep 17 14:02:30.311 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-09-17T14:02:31.574Z[ recovery-image] Sep 17 14:02:30.320 INFO O| Sep 17 14:02:30.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51222024-09-17T14:02:31.577Z[ recovery-image] Sep 17 14:02:30.321 INFO O| Sep 17 14:02:30.321 INFO STEP 362 (remove_files) COMPLETE
51232024-09-17T14:02:31.577Z[ recovery-image] Sep 17 14:02:30.321 INFO O| Sep 17 14:02:30.321 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-09-17T14:02:31.585Z[ recovery-image] Sep 17 14:02:30.330 INFO O| Sep 17 14:02:30.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51252024-09-17T14:02:31.585Z[ recovery-image] Sep 17 14:02:30.331 INFO O| Sep 17 14:02:30.330 INFO STEP 363 (remove_files) COMPLETE
51262024-09-17T14:02:31.587Z[ recovery-image] Sep 17 14:02:30.331 INFO O| Sep 17 14:02:30.330 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-09-17T14:02:31.594Z[ recovery-image] Sep 17 14:02:30.340 INFO O| Sep 17 14:02:30.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51282024-09-17T14:02:31.597Z[ recovery-image] Sep 17 14:02:30.341 INFO O| Sep 17 14:02:30.340 INFO STEP 364 (remove_files) COMPLETE
51292024-09-17T14:02:31.597Z[ recovery-image] Sep 17 14:02:30.341 INFO O| Sep 17 14:02:30.341 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-09-17T14:02:31.604Z[ recovery-image] Sep 17 14:02:30.350 INFO O| Sep 17 14:02:30.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51312024-09-17T14:02:31.604Z[ recovery-image] Sep 17 14:02:30.350 INFO O| Sep 17 14:02:30.350 INFO STEP 365 (remove_files) COMPLETE
51322024-09-17T14:02:31.607Z[ recovery-image] Sep 17 14:02:30.350 INFO O| Sep 17 14:02:30.350 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-09-17T14:02:31.613Z[ recovery-image] Sep 17 14:02:30.359 INFO O| Sep 17 14:02:30.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51342024-09-17T14:02:31.613Z[ recovery-image] Sep 17 14:02:30.359 INFO O| Sep 17 14:02:30.359 INFO STEP 366 (remove_files) COMPLETE
51352024-09-17T14:02:31.616Z[ recovery-image] Sep 17 14:02:30.359 INFO O| Sep 17 14:02:30.359 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-09-17T14:02:31.623Z[ recovery-image] Sep 17 14:02:30.369 INFO O| Sep 17 14:02:30.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51372024-09-17T14:02:31.625Z[ recovery-image] Sep 17 14:02:30.369 INFO O| Sep 17 14:02:30.369 INFO STEP 367 (remove_files) COMPLETE
51382024-09-17T14:02:31.625Z[ recovery-image] Sep 17 14:02:30.369 INFO O| Sep 17 14:02:30.369 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-09-17T14:02:31.632Z[ recovery-image] Sep 17 14:02:30.378 INFO O| Sep 17 14:02:30.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51402024-09-17T14:02:31.635Z[ recovery-image] Sep 17 14:02:30.378 INFO O| Sep 17 14:02:30.378 INFO STEP 368 (remove_files) COMPLETE
51412024-09-17T14:02:31.635Z[ recovery-image] Sep 17 14:02:30.378 INFO O| Sep 17 14:02:30.378 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-09-17T14:02:31.642Z[ recovery-image] Sep 17 14:02:30.388 INFO O| Sep 17 14:02:30.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51432024-09-17T14:02:31.642Z[ recovery-image] Sep 17 14:02:30.388 INFO O| Sep 17 14:02:30.388 INFO STEP 369 (remove_files) COMPLETE
51442024-09-17T14:02:31.645Z[ recovery-image] Sep 17 14:02:30.388 INFO O| Sep 17 14:02:30.388 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-09-17T14:02:31.651Z[ recovery-image] Sep 17 14:02:30.397 INFO O| Sep 17 14:02:30.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51462024-09-17T14:02:31.651Z[ recovery-image] Sep 17 14:02:30.397 INFO O| Sep 17 14:02:30.397 INFO STEP 370 (remove_files) COMPLETE
51472024-09-17T14:02:31.654Z[ recovery-image] Sep 17 14:02:30.397 INFO O| Sep 17 14:02:30.397 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-09-17T14:02:31.661Z[ recovery-image] Sep 17 14:02:30.406 INFO O| Sep 17 14:02:30.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51492024-09-17T14:02:31.663Z[ recovery-image] Sep 17 14:02:30.407 INFO O| Sep 17 14:02:30.407 INFO STEP 371 (remove_files) COMPLETE
51502024-09-17T14:02:31.663Z[ recovery-image] Sep 17 14:02:30.407 INFO O| Sep 17 14:02:30.407 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-09-17T14:02:31.670Z[ recovery-image] Sep 17 14:02:30.416 INFO O| Sep 17 14:02:30.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51522024-09-17T14:02:31.673Z[ recovery-image] Sep 17 14:02:30.416 INFO O| Sep 17 14:02:30.416 INFO STEP 372 (remove_files) COMPLETE
51532024-09-17T14:02:31.673Z[ recovery-image] Sep 17 14:02:30.416 INFO O| Sep 17 14:02:30.416 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-09-17T14:02:31.680Z[ recovery-image] Sep 17 14:02:30.425 INFO O| Sep 17 14:02:30.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51552024-09-17T14:02:31.680Z[ recovery-image] Sep 17 14:02:30.425 INFO O| Sep 17 14:02:30.425 INFO STEP 373 (remove_files) COMPLETE
51562024-09-17T14:02:31.680Z[ recovery-image] Sep 17 14:02:30.425 INFO O| Sep 17 14:02:30.425 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-09-17T14:02:31.689Z[ recovery-image] Sep 17 14:02:30.435 INFO O| Sep 17 14:02:30.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51582024-09-17T14:02:31.691Z[ recovery-image] Sep 17 14:02:30.435 INFO O| Sep 17 14:02:30.435 INFO STEP 374 (remove_files) COMPLETE
51592024-09-17T14:02:31.692Z[ recovery-image] Sep 17 14:02:30.435 INFO O| Sep 17 14:02:30.435 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-09-17T14:02:31.699Z[ recovery-image] Sep 17 14:02:30.444 INFO O| Sep 17 14:02:30.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51612024-09-17T14:02:31.699Z[ recovery-image] Sep 17 14:02:30.444 INFO O| Sep 17 14:02:30.444 INFO STEP 375 (remove_files) COMPLETE
51622024-09-17T14:02:31.699Z[ recovery-image] Sep 17 14:02:30.444 INFO O| Sep 17 14:02:30.444 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-09-17T14:02:31.708Z[ recovery-image] Sep 17 14:02:30.454 INFO O| Sep 17 14:02:30.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51642024-09-17T14:02:31.708Z[ recovery-image] Sep 17 14:02:30.454 INFO O| Sep 17 14:02:30.454 INFO STEP 376 (remove_files) COMPLETE
51652024-09-17T14:02:31.708Z[ recovery-image] Sep 17 14:02:30.454 INFO O| Sep 17 14:02:30.454 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-09-17T14:02:31.717Z[ recovery-image] Sep 17 14:02:30.463 INFO O| Sep 17 14:02:30.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51672024-09-17T14:02:31.717Z[ recovery-image] Sep 17 14:02:30.463 INFO O| Sep 17 14:02:30.463 INFO STEP 377 (remove_files) COMPLETE
51682024-09-17T14:02:31.717Z[ recovery-image] Sep 17 14:02:30.463 INFO O| Sep 17 14:02:30.463 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-09-17T14:02:31.727Z[ recovery-image] Sep 17 14:02:30.473 INFO O| Sep 17 14:02:30.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51702024-09-17T14:02:31.727Z[ recovery-image] Sep 17 14:02:30.473 INFO O| Sep 17 14:02:30.473 INFO STEP 378 (remove_files) COMPLETE
51712024-09-17T14:02:31.730Z[ recovery-image] Sep 17 14:02:30.473 INFO O| Sep 17 14:02:30.473 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-09-17T14:02:31.736Z[ recovery-image] Sep 17 14:02:30.482 INFO O| Sep 17 14:02:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51732024-09-17T14:02:31.736Z[ recovery-image] Sep 17 14:02:30.482 INFO O| Sep 17 14:02:30.482 INFO STEP 379 (remove_files) COMPLETE
51742024-09-17T14:02:31.736Z[ recovery-image] Sep 17 14:02:30.482 INFO O| Sep 17 14:02:30.482 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-09-17T14:02:31.746Z[ recovery-image] Sep 17 14:02:30.491 INFO O| Sep 17 14:02:30.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51762024-09-17T14:02:31.746Z[ recovery-image] Sep 17 14:02:30.492 INFO O| Sep 17 14:02:30.491 INFO STEP 380 (remove_files) COMPLETE
51772024-09-17T14:02:31.746Z[ recovery-image] Sep 17 14:02:30.492 INFO O| Sep 17 14:02:30.491 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-09-17T14:02:31.755Z[ recovery-image] Sep 17 14:02:30.501 INFO O| Sep 17 14:02:30.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51792024-09-17T14:02:31.755Z[ recovery-image] Sep 17 14:02:30.501 INFO O| Sep 17 14:02:30.501 INFO STEP 381 (remove_files) COMPLETE
51802024-09-17T14:02:31.758Z[ recovery-image] Sep 17 14:02:30.501 INFO O| Sep 17 14:02:30.501 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-09-17T14:02:31.764Z[ recovery-image] Sep 17 14:02:30.510 INFO O| Sep 17 14:02:30.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51822024-09-17T14:02:31.764Z[ recovery-image] Sep 17 14:02:30.510 INFO O| Sep 17 14:02:30.510 INFO STEP 382 (remove_files) COMPLETE
51832024-09-17T14:02:31.765Z[ recovery-image] Sep 17 14:02:30.510 INFO O| Sep 17 14:02:30.510 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-09-17T14:02:31.774Z[ recovery-image] Sep 17 14:02:30.520 INFO O| Sep 17 14:02:30.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51852024-09-17T14:02:31.774Z[ recovery-image] Sep 17 14:02:30.520 INFO O| Sep 17 14:02:30.520 INFO STEP 383 (remove_files) COMPLETE
51862024-09-17T14:02:31.777Z[ recovery-image] Sep 17 14:02:30.520 INFO O| Sep 17 14:02:30.520 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-09-17T14:02:31.783Z[ recovery-image] Sep 17 14:02:30.529 INFO O| Sep 17 14:02:30.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51882024-09-17T14:02:31.783Z[ recovery-image] Sep 17 14:02:30.529 INFO O| Sep 17 14:02:30.529 INFO STEP 384 (remove_files) COMPLETE
51892024-09-17T14:02:31.783Z[ recovery-image] Sep 17 14:02:30.529 INFO O| Sep 17 14:02:30.529 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-09-17T14:02:31.793Z[ recovery-image] Sep 17 14:02:30.538 INFO O| Sep 17 14:02:30.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51912024-09-17T14:02:31.793Z[ recovery-image] Sep 17 14:02:30.538 INFO O| Sep 17 14:02:30.538 INFO STEP 385 (remove_files) COMPLETE
51922024-09-17T14:02:31.793Z[ recovery-image] Sep 17 14:02:30.538 INFO O| Sep 17 14:02:30.538 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-09-17T14:02:31.803Z[ recovery-image] Sep 17 14:02:30.548 INFO O| Sep 17 14:02:30.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51942024-09-17T14:02:31.803Z[ recovery-image] Sep 17 14:02:30.548 INFO O| Sep 17 14:02:30.548 INFO STEP 386 (remove_files) COMPLETE
51952024-09-17T14:02:31.803Z[ recovery-image] Sep 17 14:02:30.548 INFO O| Sep 17 14:02:30.548 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-09-17T14:02:31.812Z[ recovery-image] Sep 17 14:02:30.557 INFO O| Sep 17 14:02:30.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51972024-09-17T14:02:31.812Z[ recovery-image] Sep 17 14:02:30.557 INFO O| Sep 17 14:02:30.557 INFO STEP 387 (remove_files) COMPLETE
51982024-09-17T14:02:31.815Z[ recovery-image] Sep 17 14:02:30.557 INFO O| Sep 17 14:02:30.557 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-09-17T14:02:31.821Z[ recovery-image] Sep 17 14:02:30.567 INFO O| Sep 17 14:02:30.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52002024-09-17T14:02:31.821Z[ recovery-image] Sep 17 14:02:30.567 INFO O| Sep 17 14:02:30.567 INFO STEP 388 (remove_files) COMPLETE
52012024-09-17T14:02:31.824Z[ recovery-image] Sep 17 14:02:30.567 INFO O| Sep 17 14:02:30.567 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-09-17T14:02:31.830Z[ recovery-image] Sep 17 14:02:30.576 INFO O| Sep 17 14:02:30.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52032024-09-17T14:02:31.830Z[ recovery-image] Sep 17 14:02:30.576 INFO O| Sep 17 14:02:30.576 INFO STEP 389 (remove_files) COMPLETE
52042024-09-17T14:02:31.836Z[ recovery-image] Sep 17 14:02:30.576 INFO O| Sep 17 14:02:30.576 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-09-17T14:02:31.840Z[ recovery-image] Sep 17 14:02:30.586 INFO O| Sep 17 14:02:30.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52062024-09-17T14:02:31.842Z[ recovery-image] Sep 17 14:02:30.586 INFO O| Sep 17 14:02:30.586 INFO STEP 390 (remove_files) COMPLETE
52072024-09-17T14:02:31.842Z[ recovery-image] Sep 17 14:02:30.586 INFO O| Sep 17 14:02:30.586 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-09-17T14:02:31.849Z[ recovery-image] Sep 17 14:02:30.595 INFO O| Sep 17 14:02:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52092024-09-17T14:02:31.849Z[ recovery-image] Sep 17 14:02:30.595 INFO O| Sep 17 14:02:30.595 INFO STEP 391 (remove_files) COMPLETE
52102024-09-17T14:02:31.852Z[ recovery-image] Sep 17 14:02:30.595 INFO O| Sep 17 14:02:30.595 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-09-17T14:02:31.859Z[ recovery-image] Sep 17 14:02:30.605 INFO O| Sep 17 14:02:30.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52122024-09-17T14:02:31.859Z[ recovery-image] Sep 17 14:02:30.605 INFO O| Sep 17 14:02:30.605 INFO STEP 392 (remove_files) COMPLETE
52132024-09-17T14:02:31.862Z[ recovery-image] Sep 17 14:02:30.605 INFO O| Sep 17 14:02:30.605 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-09-17T14:02:31.869Z[ recovery-image] Sep 17 14:02:30.615 INFO O| Sep 17 14:02:30.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52152024-09-17T14:02:31.869Z[ recovery-image] Sep 17 14:02:30.615 INFO O| Sep 17 14:02:30.615 INFO STEP 393 (remove_files) COMPLETE
52162024-09-17T14:02:31.872Z[ recovery-image] Sep 17 14:02:30.615 INFO O| Sep 17 14:02:30.615 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-09-17T14:02:31.879Z[ recovery-image] Sep 17 14:02:30.625 INFO O| Sep 17 14:02:30.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52182024-09-17T14:02:31.882Z[ recovery-image] Sep 17 14:02:30.625 INFO O| Sep 17 14:02:30.625 INFO STEP 394 (remove_files) COMPLETE
52192024-09-17T14:02:31.882Z[ recovery-image] Sep 17 14:02:30.625 INFO O| Sep 17 14:02:30.625 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-09-17T14:02:31.889Z[ recovery-image] Sep 17 14:02:30.634 INFO O| Sep 17 14:02:30.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52212024-09-17T14:02:31.892Z[ recovery-image] Sep 17 14:02:30.635 INFO O| Sep 17 14:02:30.635 INFO STEP 395 (remove_files) COMPLETE
52222024-09-17T14:02:31.892Z[ recovery-image] Sep 17 14:02:30.635 INFO O| Sep 17 14:02:30.635 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-09-17T14:02:31.903Z[ recovery-image] Sep 17 14:02:30.646 INFO O| Sep 17 14:02:30.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52242024-09-17T14:02:31.903Z[ recovery-image] Sep 17 14:02:30.646 INFO O| Sep 17 14:02:30.646 INFO STEP 396 (remove_files) COMPLETE
52252024-09-17T14:02:31.907Z[ recovery-image] Sep 17 14:02:30.646 INFO O| Sep 17 14:02:30.646 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-09-17T14:02:31.911Z[ recovery-image] Sep 17 14:02:30.657 INFO O| Sep 17 14:02:30.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52272024-09-17T14:02:31.911Z[ recovery-image] Sep 17 14:02:30.657 INFO O| Sep 17 14:02:30.657 INFO STEP 397 (remove_files) COMPLETE
52282024-09-17T14:02:31.911Z[ recovery-image] Sep 17 14:02:30.657 INFO O| Sep 17 14:02:30.657 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-09-17T14:02:31.921Z[ recovery-image] Sep 17 14:02:30.666 INFO O| Sep 17 14:02:30.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52302024-09-17T14:02:31.921Z[ recovery-image] Sep 17 14:02:30.666 INFO O| Sep 17 14:02:30.666 INFO STEP 398 (remove_files) COMPLETE
52312024-09-17T14:02:31.924Z[ recovery-image] Sep 17 14:02:30.666 INFO O| Sep 17 14:02:30.666 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-09-17T14:02:31.930Z[ recovery-image] Sep 17 14:02:30.676 INFO O| Sep 17 14:02:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52332024-09-17T14:02:31.933Z[ recovery-image] Sep 17 14:02:30.676 INFO O| Sep 17 14:02:30.676 INFO STEP 399 (remove_files) COMPLETE
52342024-09-17T14:02:31.933Z[ recovery-image] Sep 17 14:02:30.676 INFO O| Sep 17 14:02:30.676 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-09-17T14:02:31.939Z[ recovery-image] Sep 17 14:02:30.685 INFO O| Sep 17 14:02:30.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52362024-09-17T14:02:31.939Z[ recovery-image] Sep 17 14:02:30.685 INFO O| Sep 17 14:02:30.685 INFO STEP 400 (remove_files) COMPLETE
52372024-09-17T14:02:31.942Z[ recovery-image] Sep 17 14:02:30.685 INFO O| Sep 17 14:02:30.685 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-09-17T14:02:31.949Z[ recovery-image] Sep 17 14:02:30.695 INFO O| Sep 17 14:02:30.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52392024-09-17T14:02:31.949Z[ recovery-image] Sep 17 14:02:30.695 INFO O| Sep 17 14:02:30.695 INFO STEP 401 (remove_files) COMPLETE
52402024-09-17T14:02:31.949Z[ recovery-image] Sep 17 14:02:30.695 INFO O| Sep 17 14:02:30.695 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-09-17T14:02:31.958Z[ recovery-image] Sep 17 14:02:30.704 INFO O| Sep 17 14:02:30.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52422024-09-17T14:02:31.958Z[ recovery-image] Sep 17 14:02:30.704 INFO O| Sep 17 14:02:30.704 INFO STEP 402 (remove_files) COMPLETE
52432024-09-17T14:02:31.961Z[ recovery-image] Sep 17 14:02:30.704 INFO O| Sep 17 14:02:30.704 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-09-17T14:02:31.968Z[ recovery-image] Sep 17 14:02:30.713 INFO O| Sep 17 14:02:30.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52452024-09-17T14:02:31.968Z[ recovery-image] Sep 17 14:02:30.714 INFO O| Sep 17 14:02:30.714 INFO STEP 403 (remove_files) COMPLETE
52462024-09-17T14:02:31.970Z[ recovery-image] Sep 17 14:02:30.714 INFO O| Sep 17 14:02:30.714 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-09-17T14:02:31.977Z[ recovery-image] Sep 17 14:02:30.723 INFO O| Sep 17 14:02:30.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52482024-09-17T14:02:31.980Z[ recovery-image] Sep 17 14:02:30.723 INFO O| Sep 17 14:02:30.723 INFO STEP 404 (remove_files) COMPLETE
52492024-09-17T14:02:31.980Z[ recovery-image] Sep 17 14:02:30.723 INFO O| Sep 17 14:02:30.723 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-17T14:02:31.986Z[ recovery-image] Sep 17 14:02:30.732 INFO O| Sep 17 14:02:30.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52512024-09-17T14:02:31.986Z[ recovery-image] Sep 17 14:02:30.732 INFO O| Sep 17 14:02:30.732 INFO STEP 405 (remove_files) COMPLETE
52522024-09-17T14:02:31.989Z[ recovery-image] Sep 17 14:02:30.732 INFO O| Sep 17 14:02:30.732 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-17T14:02:31.996Z[ recovery-image] Sep 17 14:02:30.741 INFO O| Sep 17 14:02:30.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52542024-09-17T14:02:31.998Z[ recovery-image] Sep 17 14:02:30.742 INFO O| Sep 17 14:02:30.742 INFO STEP 406 (remove_files) COMPLETE
52552024-09-17T14:02:31.998Z[ recovery-image] Sep 17 14:02:30.742 INFO O| Sep 17 14:02:30.742 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-17T14:02:32.005Z[ recovery-image] Sep 17 14:02:30.751 INFO O| Sep 17 14:02:30.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52572024-09-17T14:02:32.008Z[ recovery-image] Sep 17 14:02:30.751 INFO O| Sep 17 14:02:30.751 INFO STEP 407 (remove_files) COMPLETE
52582024-09-17T14:02:32.008Z[ recovery-image] Sep 17 14:02:30.751 INFO O| Sep 17 14:02:30.751 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-17T14:02:32.014Z[ recovery-image] Sep 17 14:02:30.760 INFO O| Sep 17 14:02:30.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52602024-09-17T14:02:32.014Z[ recovery-image] Sep 17 14:02:30.760 INFO O| Sep 17 14:02:30.760 INFO STEP 408 (remove_files) COMPLETE
52612024-09-17T14:02:32.017Z[ recovery-image] Sep 17 14:02:30.760 INFO O| Sep 17 14:02:30.760 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-17T14:02:32.024Z[ recovery-image] Sep 17 14:02:30.770 INFO O| Sep 17 14:02:30.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52632024-09-17T14:02:32.024Z[ recovery-image] Sep 17 14:02:30.770 INFO O| Sep 17 14:02:30.770 INFO STEP 409 (remove_files) COMPLETE
52642024-09-17T14:02:32.026Z[ recovery-image] Sep 17 14:02:30.770 INFO O| Sep 17 14:02:30.770 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-17T14:02:32.033Z[ recovery-image] Sep 17 14:02:30.779 INFO O| Sep 17 14:02:30.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52662024-09-17T14:02:32.033Z[ recovery-image] Sep 17 14:02:30.779 INFO O| Sep 17 14:02:30.779 INFO STEP 410 (remove_files) COMPLETE
52672024-09-17T14:02:32.033Z[ recovery-image] Sep 17 14:02:30.779 INFO O| Sep 17 14:02:30.779 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-17T14:02:32.043Z[ recovery-image] Sep 17 14:02:30.788 INFO O| Sep 17 14:02:30.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52692024-09-17T14:02:32.045Z[ recovery-image] Sep 17 14:02:30.789 INFO O| Sep 17 14:02:30.789 INFO STEP 411 (remove_files) COMPLETE
52702024-09-17T14:02:32.045Z[ recovery-image] Sep 17 14:02:30.789 INFO O| Sep 17 14:02:30.789 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-17T14:02:32.052Z[ recovery-image] Sep 17 14:02:30.798 INFO O| Sep 17 14:02:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52722024-09-17T14:02:32.052Z[ recovery-image] Sep 17 14:02:30.798 INFO O| Sep 17 14:02:30.798 INFO STEP 412 (remove_files) COMPLETE
52732024-09-17T14:02:32.052Z[ recovery-image] Sep 17 14:02:30.798 INFO O| Sep 17 14:02:30.798 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-17T14:02:32.061Z[ recovery-image] Sep 17 14:02:30.807 INFO O| Sep 17 14:02:30.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52752024-09-17T14:02:32.062Z[ recovery-image] Sep 17 14:02:30.807 INFO O| Sep 17 14:02:30.807 INFO STEP 413 (remove_files) COMPLETE
52762024-09-17T14:02:32.065Z[ recovery-image] Sep 17 14:02:30.807 INFO O| Sep 17 14:02:30.807 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-09-17T14:02:32.071Z[ recovery-image] Sep 17 14:02:30.817 INFO O| Sep 17 14:02:30.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52782024-09-17T14:02:32.071Z[ recovery-image] Sep 17 14:02:30.817 INFO O| Sep 17 14:02:30.817 INFO STEP 414 (remove_files) COMPLETE
52792024-09-17T14:02:32.073Z[ recovery-image] Sep 17 14:02:30.817 INFO O| Sep 17 14:02:30.817 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-09-17T14:02:32.080Z[ recovery-image] Sep 17 14:02:30.826 INFO O| Sep 17 14:02:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52812024-09-17T14:02:32.080Z[ recovery-image] Sep 17 14:02:30.826 INFO O| Sep 17 14:02:30.826 INFO STEP 415 (remove_files) COMPLETE
52822024-09-17T14:02:32.080Z[ recovery-image] Sep 17 14:02:30.826 INFO O| Sep 17 14:02:30.826 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-17T14:02:32.090Z[ recovery-image] Sep 17 14:02:30.836 INFO O| Sep 17 14:02:30.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52842024-09-17T14:02:32.092Z[ recovery-image] Sep 17 14:02:30.836 INFO O| Sep 17 14:02:30.836 INFO STEP 416 (remove_files) COMPLETE
52852024-09-17T14:02:32.092Z[ recovery-image] Sep 17 14:02:30.836 INFO O| Sep 17 14:02:30.836 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-09-17T14:02:32.099Z[ recovery-image] Sep 17 14:02:30.845 INFO O| Sep 17 14:02:30.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52872024-09-17T14:02:32.101Z[ recovery-image] Sep 17 14:02:30.845 INFO O| Sep 17 14:02:30.845 INFO STEP 417 (remove_files) COMPLETE
52882024-09-17T14:02:32.101Z[ recovery-image] Sep 17 14:02:30.845 INFO O| Sep 17 14:02:30.845 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-09-17T14:02:32.109Z[ recovery-image] Sep 17 14:02:30.855 INFO O| Sep 17 14:02:30.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52902024-09-17T14:02:32.111Z[ recovery-image] Sep 17 14:02:30.855 INFO O| Sep 17 14:02:30.855 INFO STEP 418 (remove_files) COMPLETE
52912024-09-17T14:02:32.111Z[ recovery-image] Sep 17 14:02:30.855 INFO O| Sep 17 14:02:30.855 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-09-17T14:02:32.118Z[ recovery-image] Sep 17 14:02:30.864 INFO O| Sep 17 14:02:30.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52932024-09-17T14:02:32.121Z[ recovery-image] Sep 17 14:02:30.864 INFO O| Sep 17 14:02:30.864 INFO STEP 419 (remove_files) COMPLETE
52942024-09-17T14:02:32.121Z[ recovery-image] Sep 17 14:02:30.864 INFO O| Sep 17 14:02:30.864 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-09-17T14:02:32.128Z[ recovery-image] Sep 17 14:02:30.873 INFO O| Sep 17 14:02:30.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52962024-09-17T14:02:32.128Z[ recovery-image] Sep 17 14:02:30.874 INFO O| Sep 17 14:02:30.874 INFO STEP 420 (remove_files) COMPLETE
52972024-09-17T14:02:32.130Z[ recovery-image] Sep 17 14:02:30.874 INFO O| Sep 17 14:02:30.874 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-09-17T14:02:32.137Z[ recovery-image] Sep 17 14:02:30.883 INFO O| Sep 17 14:02:30.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52992024-09-17T14:02:32.139Z[ recovery-image] Sep 17 14:02:30.883 INFO O| Sep 17 14:02:30.883 INFO STEP 421 (remove_files) COMPLETE
53002024-09-17T14:02:32.139Z[ recovery-image] Sep 17 14:02:30.883 INFO O| Sep 17 14:02:30.883 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-09-17T14:02:32.146Z[ recovery-image] Sep 17 14:02:30.892 INFO O| Sep 17 14:02:30.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53022024-09-17T14:02:32.146Z[ recovery-image] Sep 17 14:02:30.892 INFO O| Sep 17 14:02:30.892 INFO STEP 422 (remove_files) COMPLETE
53032024-09-17T14:02:32.147Z[ recovery-image] Sep 17 14:02:30.892 INFO O| Sep 17 14:02:30.892 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-17T14:02:32.156Z[ recovery-image] Sep 17 14:02:30.902 INFO O| Sep 17 14:02:30.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53052024-09-17T14:02:32.156Z[ recovery-image] Sep 17 14:02:30.902 INFO O| Sep 17 14:02:30.902 INFO STEP 423 (remove_files) COMPLETE
53062024-09-17T14:02:32.158Z[ recovery-image] Sep 17 14:02:30.902 INFO O| Sep 17 14:02:30.902 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-17T14:02:32.165Z[ recovery-image] Sep 17 14:02:30.911 INFO O| Sep 17 14:02:30.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53082024-09-17T14:02:32.165Z[ recovery-image] Sep 17 14:02:30.911 INFO O| Sep 17 14:02:30.911 INFO STEP 424 (remove_files) COMPLETE
53092024-09-17T14:02:32.165Z[ recovery-image] Sep 17 14:02:30.911 INFO O| Sep 17 14:02:30.911 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-17T14:02:32.176Z[ recovery-image] Sep 17 14:02:30.921 INFO O| Sep 17 14:02:30.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53112024-09-17T14:02:32.176Z[ recovery-image] Sep 17 14:02:30.921 INFO O| Sep 17 14:02:30.921 INFO STEP 425 (remove_files) COMPLETE
53122024-09-17T14:02:32.178Z[ recovery-image] Sep 17 14:02:30.921 INFO O| Sep 17 14:02:30.921 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-17T14:02:32.184Z[ recovery-image] Sep 17 14:02:30.930 INFO O| Sep 17 14:02:30.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53142024-09-17T14:02:32.184Z[ recovery-image] Sep 17 14:02:30.930 INFO O| Sep 17 14:02:30.930 INFO STEP 426 (remove_files) COMPLETE
53152024-09-17T14:02:32.186Z[ recovery-image] Sep 17 14:02:30.930 INFO O| Sep 17 14:02:30.930 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-09-17T14:02:32.193Z[ recovery-image] Sep 17 14:02:30.939 INFO O| Sep 17 14:02:30.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53172024-09-17T14:02:32.196Z[ recovery-image] Sep 17 14:02:30.939 INFO O| Sep 17 14:02:30.939 INFO STEP 427 (remove_files) COMPLETE
53182024-09-17T14:02:32.196Z[ recovery-image] Sep 17 14:02:30.939 INFO O| Sep 17 14:02:30.939 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-09-17T14:02:32.203Z[ recovery-image] Sep 17 14:02:30.949 INFO O| Sep 17 14:02:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53202024-09-17T14:02:32.203Z[ recovery-image] Sep 17 14:02:30.949 INFO O| Sep 17 14:02:30.949 INFO STEP 428 (remove_files) COMPLETE
53212024-09-17T14:02:32.205Z[ recovery-image] Sep 17 14:02:30.949 INFO O| Sep 17 14:02:30.949 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-09-17T14:02:32.212Z[ recovery-image] Sep 17 14:02:30.958 INFO O| Sep 17 14:02:30.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53232024-09-17T14:02:32.215Z[ recovery-image] Sep 17 14:02:30.958 INFO O| Sep 17 14:02:30.958 INFO STEP 429 (remove_files) COMPLETE
53242024-09-17T14:02:32.215Z[ recovery-image] Sep 17 14:02:30.958 INFO O| Sep 17 14:02:30.958 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-09-17T14:02:32.222Z[ recovery-image] Sep 17 14:02:30.968 INFO O| Sep 17 14:02:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53262024-09-17T14:02:32.222Z[ recovery-image] Sep 17 14:02:30.968 INFO O| Sep 17 14:02:30.968 INFO STEP 430 (remove_files) COMPLETE
53272024-09-17T14:02:32.222Z[ recovery-image] Sep 17 14:02:30.968 INFO O| Sep 17 14:02:30.968 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-09-17T14:02:32.233Z[ recovery-image] Sep 17 14:02:30.978 INFO O| Sep 17 14:02:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53292024-09-17T14:02:32.235Z[ recovery-image] Sep 17 14:02:30.978 INFO O| Sep 17 14:02:30.978 INFO STEP 431 (remove_files) COMPLETE
53302024-09-17T14:02:32.235Z[ recovery-image] Sep 17 14:02:30.978 INFO O| Sep 17 14:02:30.978 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-09-17T14:02:32.242Z[ recovery-image] Sep 17 14:02:30.988 INFO O| Sep 17 14:02:30.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53322024-09-17T14:02:32.242Z[ recovery-image] Sep 17 14:02:30.988 INFO O| Sep 17 14:02:30.988 INFO STEP 432 (remove_files) COMPLETE
53332024-09-17T14:02:32.244Z[ recovery-image] Sep 17 14:02:30.988 INFO O| Sep 17 14:02:30.988 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-09-17T14:02:32.252Z[ recovery-image] Sep 17 14:02:30.997 INFO O| Sep 17 14:02:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53352024-09-17T14:02:32.252Z[ recovery-image] Sep 17 14:02:30.997 INFO O| Sep 17 14:02:30.997 INFO STEP 433 (remove_files) COMPLETE
53362024-09-17T14:02:32.252Z[ recovery-image] Sep 17 14:02:30.997 INFO O| Sep 17 14:02:30.997 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-09-17T14:02:32.261Z[ recovery-image] Sep 17 14:02:31.007 INFO O| Sep 17 14:02:31.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53382024-09-17T14:02:32.261Z[ recovery-image] Sep 17 14:02:31.007 INFO O| Sep 17 14:02:31.007 INFO STEP 434 (remove_files) COMPLETE
53392024-09-17T14:02:32.261Z[ recovery-image] Sep 17 14:02:31.007 INFO O| Sep 17 14:02:31.007 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-09-17T14:02:32.272Z[ recovery-image] Sep 17 14:02:31.017 INFO O| Sep 17 14:02:31.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53412024-09-17T14:02:32.272Z[ recovery-image] Sep 17 14:02:31.017 INFO O| Sep 17 14:02:31.017 INFO STEP 435 (remove_files) COMPLETE
53422024-09-17T14:02:32.275Z[ recovery-image] Sep 17 14:02:31.017 INFO O| Sep 17 14:02:31.017 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-09-17T14:02:32.281Z[ recovery-image] Sep 17 14:02:31.026 INFO O| Sep 17 14:02:31.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53442024-09-17T14:02:32.281Z[ recovery-image] Sep 17 14:02:31.026 INFO O| Sep 17 14:02:31.026 INFO STEP 436 (remove_files) COMPLETE
53452024-09-17T14:02:32.281Z[ recovery-image] Sep 17 14:02:31.026 INFO O| Sep 17 14:02:31.026 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-09-17T14:02:32.290Z[ recovery-image] Sep 17 14:02:31.036 INFO O| Sep 17 14:02:31.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53472024-09-17T14:02:32.292Z[ recovery-image] Sep 17 14:02:31.036 INFO O| Sep 17 14:02:31.036 INFO STEP 437 (remove_files) COMPLETE
53482024-09-17T14:02:32.292Z[ recovery-image] Sep 17 14:02:31.036 INFO O| Sep 17 14:02:31.036 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-09-17T14:02:32.300Z[ recovery-image] Sep 17 14:02:31.046 INFO O| Sep 17 14:02:31.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53502024-09-17T14:02:32.300Z[ recovery-image] Sep 17 14:02:31.046 INFO O| Sep 17 14:02:31.046 INFO STEP 438 (remove_files) COMPLETE
53512024-09-17T14:02:32.302Z[ recovery-image] Sep 17 14:02:31.046 INFO O| Sep 17 14:02:31.046 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-09-17T14:02:32.310Z[ recovery-image] Sep 17 14:02:31.056 INFO O| Sep 17 14:02:31.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53532024-09-17T14:02:32.310Z[ recovery-image] Sep 17 14:02:31.056 INFO O| Sep 17 14:02:31.056 INFO STEP 439 (remove_files) COMPLETE
53542024-09-17T14:02:32.312Z[ recovery-image] Sep 17 14:02:31.056 INFO O| Sep 17 14:02:31.056 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-09-17T14:02:32.320Z[ recovery-image] Sep 17 14:02:31.066 INFO O| Sep 17 14:02:31.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53562024-09-17T14:02:32.322Z[ recovery-image] Sep 17 14:02:31.066 INFO O| Sep 17 14:02:31.066 INFO STEP 440 (remove_files) COMPLETE
53572024-09-17T14:02:32.322Z[ recovery-image] Sep 17 14:02:31.066 INFO O| Sep 17 14:02:31.066 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-09-17T14:02:32.330Z[ recovery-image] Sep 17 14:02:31.076 INFO O| Sep 17 14:02:31.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53592024-09-17T14:02:32.330Z[ recovery-image] Sep 17 14:02:31.076 INFO O| Sep 17 14:02:31.076 INFO STEP 441 (remove_files) COMPLETE
53602024-09-17T14:02:32.330Z[ recovery-image] Sep 17 14:02:31.076 INFO O| Sep 17 14:02:31.076 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-09-17T14:02:32.340Z[ recovery-image] Sep 17 14:02:31.086 INFO O| Sep 17 14:02:31.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53622024-09-17T14:02:32.340Z[ recovery-image] Sep 17 14:02:31.086 INFO O| Sep 17 14:02:31.086 INFO STEP 442 (remove_files) COMPLETE
53632024-09-17T14:02:32.343Z[ recovery-image] Sep 17 14:02:31.086 INFO O| Sep 17 14:02:31.086 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-17T14:02:32.350Z[ recovery-image] Sep 17 14:02:31.096 INFO O| Sep 17 14:02:31.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53652024-09-17T14:02:32.353Z[ recovery-image] Sep 17 14:02:31.096 INFO O| Sep 17 14:02:31.096 INFO STEP 443 (remove_files) COMPLETE
53662024-09-17T14:02:32.353Z[ recovery-image] Sep 17 14:02:31.096 INFO O| Sep 17 14:02:31.096 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-17T14:02:32.360Z[ recovery-image] Sep 17 14:02:31.106 INFO O| Sep 17 14:02:31.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53682024-09-17T14:02:32.363Z[ recovery-image] Sep 17 14:02:31.106 INFO O| Sep 17 14:02:31.106 INFO STEP 444 (remove_files) COMPLETE
53692024-09-17T14:02:32.363Z[ recovery-image] Sep 17 14:02:31.106 INFO O| Sep 17 14:02:31.106 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-17T14:02:32.369Z[ recovery-image] Sep 17 14:02:31.115 INFO O| Sep 17 14:02:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53712024-09-17T14:02:32.369Z[ recovery-image] Sep 17 14:02:31.115 INFO O| Sep 17 14:02:31.115 INFO STEP 445 (remove_files) COMPLETE
53722024-09-17T14:02:32.370Z[ recovery-image] Sep 17 14:02:31.115 INFO O| Sep 17 14:02:31.115 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-17T14:02:32.379Z[ recovery-image] Sep 17 14:02:31.125 INFO O| Sep 17 14:02:31.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53742024-09-17T14:02:32.379Z[ recovery-image] Sep 17 14:02:31.125 INFO O| Sep 17 14:02:31.125 INFO STEP 446 (remove_files) COMPLETE
53752024-09-17T14:02:32.379Z[ recovery-image] Sep 17 14:02:31.125 INFO O| Sep 17 14:02:31.125 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-17T14:02:32.389Z[ recovery-image] Sep 17 14:02:31.134 INFO O| Sep 17 14:02:31.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53772024-09-17T14:02:32.389Z[ recovery-image] Sep 17 14:02:31.134 INFO O| Sep 17 14:02:31.134 INFO STEP 447 (remove_files) COMPLETE
53782024-09-17T14:02:32.389Z[ recovery-image] Sep 17 14:02:31.134 INFO O| Sep 17 14:02:31.134 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-17T14:02:32.398Z[ recovery-image] Sep 17 14:02:31.144 INFO O| Sep 17 14:02:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53802024-09-17T14:02:32.401Z[ recovery-image] Sep 17 14:02:31.144 INFO O| Sep 17 14:02:31.144 INFO STEP 448 (remove_files) COMPLETE
53812024-09-17T14:02:32.401Z[ recovery-image] Sep 17 14:02:31.144 INFO O| Sep 17 14:02:31.144 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-17T14:02:32.407Z[ recovery-image] Sep 17 14:02:31.153 INFO O| Sep 17 14:02:31.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53832024-09-17T14:02:32.407Z[ recovery-image] Sep 17 14:02:31.153 INFO O| Sep 17 14:02:31.153 INFO STEP 449 (remove_files) COMPLETE
53842024-09-17T14:02:32.410Z[ recovery-image] Sep 17 14:02:31.153 INFO O| Sep 17 14:02:31.153 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-17T14:02:32.417Z[ recovery-image] Sep 17 14:02:31.163 INFO O| Sep 17 14:02:31.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53862024-09-17T14:02:32.417Z[ recovery-image] Sep 17 14:02:31.163 INFO O| Sep 17 14:02:31.163 INFO STEP 450 (remove_files) COMPLETE
53872024-09-17T14:02:32.420Z[ recovery-image] Sep 17 14:02:31.163 INFO O| Sep 17 14:02:31.163 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-17T14:02:32.427Z[ recovery-image] Sep 17 14:02:31.173 INFO O| Sep 17 14:02:31.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53892024-09-17T14:02:32.427Z[ recovery-image] Sep 17 14:02:31.173 INFO O| Sep 17 14:02:31.173 INFO STEP 451 (remove_files) COMPLETE
53902024-09-17T14:02:32.427Z[ recovery-image] Sep 17 14:02:31.173 INFO O| Sep 17 14:02:31.173 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-17T14:02:32.437Z[ recovery-image] Sep 17 14:02:31.182 INFO O| Sep 17 14:02:31.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53922024-09-17T14:02:32.437Z[ recovery-image] Sep 17 14:02:31.182 INFO O| Sep 17 14:02:31.182 INFO STEP 452 (remove_files) COMPLETE
53932024-09-17T14:02:32.440Z[ recovery-image] Sep 17 14:02:31.182 INFO O| Sep 17 14:02:31.182 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-17T14:02:32.446Z[ recovery-image] Sep 17 14:02:31.192 INFO O| Sep 17 14:02:31.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53952024-09-17T14:02:32.449Z[ recovery-image] Sep 17 14:02:31.192 INFO O| Sep 17 14:02:31.192 INFO STEP 453 (remove_files) COMPLETE
53962024-09-17T14:02:32.449Z[ recovery-image] Sep 17 14:02:31.192 INFO O| Sep 17 14:02:31.192 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-17T14:02:32.456Z[ recovery-image] Sep 17 14:02:31.201 INFO O| Sep 17 14:02:31.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53982024-09-17T14:02:32.456Z[ recovery-image] Sep 17 14:02:31.201 INFO O| Sep 17 14:02:31.201 INFO STEP 454 (remove_files) COMPLETE
53992024-09-17T14:02:32.458Z[ recovery-image] Sep 17 14:02:31.202 INFO O| Sep 17 14:02:31.201 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-17T14:02:32.465Z[ recovery-image] Sep 17 14:02:31.211 INFO O| Sep 17 14:02:31.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54012024-09-17T14:02:32.465Z[ recovery-image] Sep 17 14:02:31.211 INFO O| Sep 17 14:02:31.211 INFO STEP 455 (remove_files) COMPLETE
54022024-09-17T14:02:32.468Z[ recovery-image] Sep 17 14:02:31.211 INFO O| Sep 17 14:02:31.211 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-17T14:02:32.474Z[ recovery-image] Sep 17 14:02:31.220 INFO O| Sep 17 14:02:31.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54042024-09-17T14:02:32.474Z[ recovery-image] Sep 17 14:02:31.220 INFO O| Sep 17 14:02:31.220 INFO STEP 456 (remove_files) COMPLETE
54052024-09-17T14:02:32.477Z[ recovery-image] Sep 17 14:02:31.220 INFO O| Sep 17 14:02:31.220 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-17T14:02:32.484Z[ recovery-image] Sep 17 14:02:31.230 INFO O| Sep 17 14:02:31.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54072024-09-17T14:02:32.484Z[ recovery-image] Sep 17 14:02:31.230 INFO O| Sep 17 14:02:31.230 INFO STEP 457 (remove_files) COMPLETE
54082024-09-17T14:02:32.486Z[ recovery-image] Sep 17 14:02:31.230 INFO O| Sep 17 14:02:31.230 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-09-17T14:02:32.493Z[ recovery-image] Sep 17 14:02:31.239 INFO O| Sep 17 14:02:31.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54102024-09-17T14:02:32.493Z[ recovery-image] Sep 17 14:02:31.239 INFO O| Sep 17 14:02:31.239 INFO STEP 458 (remove_files) COMPLETE
54112024-09-17T14:02:32.496Z[ recovery-image] Sep 17 14:02:31.239 INFO O| Sep 17 14:02:31.239 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-09-17T14:02:32.503Z[ recovery-image] Sep 17 14:02:31.249 INFO O| Sep 17 14:02:31.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54132024-09-17T14:02:32.506Z[ recovery-image] Sep 17 14:02:31.249 INFO O| Sep 17 14:02:31.249 INFO STEP 459 (remove_files) COMPLETE
54142024-09-17T14:02:32.506Z[ recovery-image] Sep 17 14:02:31.249 INFO O| Sep 17 14:02:31.249 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-09-17T14:02:32.512Z[ recovery-image] Sep 17 14:02:31.258 INFO O| Sep 17 14:02:31.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54162024-09-17T14:02:32.512Z[ recovery-image] Sep 17 14:02:31.258 INFO O| Sep 17 14:02:31.258 INFO STEP 460 (remove_files) COMPLETE
54172024-09-17T14:02:32.515Z[ recovery-image] Sep 17 14:02:31.258 INFO O| Sep 17 14:02:31.258 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-09-17T14:02:32.522Z[ recovery-image] Sep 17 14:02:31.268 INFO O| Sep 17 14:02:31.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54192024-09-17T14:02:32.522Z[ recovery-image] Sep 17 14:02:31.268 INFO O| Sep 17 14:02:31.268 INFO STEP 461 (remove_files) COMPLETE
54202024-09-17T14:02:32.522Z[ recovery-image] Sep 17 14:02:31.268 INFO O| Sep 17 14:02:31.268 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-09-17T14:02:32.531Z[ recovery-image] Sep 17 14:02:31.277 INFO O| Sep 17 14:02:31.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54222024-09-17T14:02:32.531Z[ recovery-image] Sep 17 14:02:31.277 INFO O| Sep 17 14:02:31.277 INFO STEP 462 (remove_files) COMPLETE
54232024-09-17T14:02:32.534Z[ recovery-image] Sep 17 14:02:31.277 INFO O| Sep 17 14:02:31.277 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-09-17T14:02:32.541Z[ recovery-image] Sep 17 14:02:31.287 INFO O| Sep 17 14:02:31.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54252024-09-17T14:02:32.541Z[ recovery-image] Sep 17 14:02:31.287 INFO O| Sep 17 14:02:31.287 INFO STEP 463 (remove_files) COMPLETE
54262024-09-17T14:02:32.541Z[ recovery-image] Sep 17 14:02:31.287 INFO O| Sep 17 14:02:31.287 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-09-17T14:02:32.550Z[ recovery-image] Sep 17 14:02:31.296 INFO O| Sep 17 14:02:31.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54282024-09-17T14:02:32.550Z[ recovery-image] Sep 17 14:02:31.296 INFO O| Sep 17 14:02:31.296 INFO STEP 464 (remove_files) COMPLETE
54292024-09-17T14:02:32.550Z[ recovery-image] Sep 17 14:02:31.296 INFO O| Sep 17 14:02:31.296 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-17T14:02:32.560Z[ recovery-image] Sep 17 14:02:31.306 INFO O| Sep 17 14:02:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54312024-09-17T14:02:32.562Z[ recovery-image] Sep 17 14:02:31.306 INFO O| Sep 17 14:02:31.306 INFO STEP 465 (remove_files) COMPLETE
54322024-09-17T14:02:32.562Z[ recovery-image] Sep 17 14:02:31.306 INFO O| Sep 17 14:02:31.306 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-17T14:02:32.569Z[ recovery-image] Sep 17 14:02:31.315 INFO O| Sep 17 14:02:31.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54342024-09-17T14:02:32.572Z[ recovery-image] Sep 17 14:02:31.315 INFO O| Sep 17 14:02:31.315 INFO STEP 466 (remove_files) COMPLETE
54352024-09-17T14:02:32.572Z[ recovery-image] Sep 17 14:02:31.315 INFO O| Sep 17 14:02:31.315 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-17T14:02:32.579Z[ recovery-image] Sep 17 14:02:31.325 INFO O| Sep 17 14:02:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54372024-09-17T14:02:32.579Z[ recovery-image] Sep 17 14:02:31.325 INFO O| Sep 17 14:02:31.325 INFO STEP 467 (remove_files) COMPLETE
54382024-09-17T14:02:32.579Z[ recovery-image] Sep 17 14:02:31.325 INFO O| Sep 17 14:02:31.325 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-17T14:02:32.588Z[ recovery-image] Sep 17 14:02:31.334 INFO O| Sep 17 14:02:31.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54402024-09-17T14:02:32.591Z[ recovery-image] Sep 17 14:02:31.334 INFO O| Sep 17 14:02:31.334 INFO STEP 468 (remove_files) COMPLETE
54412024-09-17T14:02:32.591Z[ recovery-image] Sep 17 14:02:31.334 INFO O| Sep 17 14:02:31.334 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-09-17T14:02:32.598Z[ recovery-image] Sep 17 14:02:31.344 INFO O| Sep 17 14:02:31.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54432024-09-17T14:02:32.598Z[ recovery-image] Sep 17 14:02:31.344 INFO O| Sep 17 14:02:31.344 INFO STEP 469 (remove_files) COMPLETE
54442024-09-17T14:02:32.600Z[ recovery-image] Sep 17 14:02:31.344 INFO O| Sep 17 14:02:31.344 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-09-17T14:02:32.607Z[ recovery-image] Sep 17 14:02:31.353 INFO O| Sep 17 14:02:31.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54462024-09-17T14:02:32.607Z[ recovery-image] Sep 17 14:02:31.353 INFO O| Sep 17 14:02:31.353 INFO STEP 470 (remove_files) COMPLETE
54472024-09-17T14:02:32.610Z[ recovery-image] Sep 17 14:02:31.353 INFO O| Sep 17 14:02:31.353 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-09-17T14:02:32.617Z[ recovery-image] Sep 17 14:02:31.363 INFO O| Sep 17 14:02:31.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54492024-09-17T14:02:32.620Z[ recovery-image] Sep 17 14:02:31.363 INFO O| Sep 17 14:02:31.363 INFO STEP 471 (remove_files) COMPLETE
54502024-09-17T14:02:32.620Z[ recovery-image] Sep 17 14:02:31.363 INFO O| Sep 17 14:02:31.363 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-09-17T14:02:32.626Z[ recovery-image] Sep 17 14:02:31.372 INFO O| Sep 17 14:02:31.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54522024-09-17T14:02:32.626Z[ recovery-image] Sep 17 14:02:31.372 INFO O| Sep 17 14:02:31.372 INFO STEP 472 (remove_files) COMPLETE
54532024-09-17T14:02:32.627Z[ recovery-image] Sep 17 14:02:31.372 INFO O| Sep 17 14:02:31.372 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-09-17T14:02:32.636Z[ recovery-image] Sep 17 14:02:31.382 INFO O| Sep 17 14:02:31.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54552024-09-17T14:02:32.636Z[ recovery-image] Sep 17 14:02:31.382 INFO O| Sep 17 14:02:31.382 INFO STEP 473 (remove_files) COMPLETE
54562024-09-17T14:02:32.636Z[ recovery-image] Sep 17 14:02:31.382 INFO O| Sep 17 14:02:31.382 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-09-17T14:02:32.645Z[ recovery-image] Sep 17 14:02:31.391 INFO O| Sep 17 14:02:31.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54582024-09-17T14:02:32.645Z[ recovery-image] Sep 17 14:02:31.391 INFO O| Sep 17 14:02:31.391 INFO STEP 474 (remove_files) COMPLETE
54592024-09-17T14:02:32.648Z[ recovery-image] Sep 17 14:02:31.391 INFO O| Sep 17 14:02:31.391 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-09-17T14:02:32.655Z[ recovery-image] Sep 17 14:02:31.401 INFO O| Sep 17 14:02:31.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54612024-09-17T14:02:32.655Z[ recovery-image] Sep 17 14:02:31.401 INFO O| Sep 17 14:02:31.401 INFO STEP 475 (remove_files) COMPLETE
54622024-09-17T14:02:32.658Z[ recovery-image] Sep 17 14:02:31.401 INFO O| Sep 17 14:02:31.401 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-09-17T14:02:32.664Z[ recovery-image] Sep 17 14:02:31.410 INFO O| Sep 17 14:02:31.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54642024-09-17T14:02:32.667Z[ recovery-image] Sep 17 14:02:31.410 INFO O| Sep 17 14:02:31.410 INFO STEP 476 (remove_files) COMPLETE
54652024-09-17T14:02:32.667Z[ recovery-image] Sep 17 14:02:31.410 INFO O| Sep 17 14:02:31.410 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-09-17T14:02:32.674Z[ recovery-image] Sep 17 14:02:31.420 INFO O| Sep 17 14:02:31.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54672024-09-17T14:02:32.677Z[ recovery-image] Sep 17 14:02:31.420 INFO O| Sep 17 14:02:31.420 INFO STEP 477 (remove_files) COMPLETE
54682024-09-17T14:02:32.677Z[ recovery-image] Sep 17 14:02:31.420 INFO O| Sep 17 14:02:31.420 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-09-17T14:02:32.683Z[ recovery-image] Sep 17 14:02:31.429 INFO O| Sep 17 14:02:31.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54702024-09-17T14:02:32.683Z[ recovery-image] Sep 17 14:02:31.429 INFO O| Sep 17 14:02:31.429 INFO STEP 478 (remove_files) COMPLETE
54712024-09-17T14:02:32.683Z[ recovery-image] Sep 17 14:02:31.429 INFO O| Sep 17 14:02:31.429 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-09-17T14:02:32.704Z[ recovery-image] Sep 17 14:02:31.441 INFO O| Sep 17 14:02:31.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54732024-09-17T14:02:32.707Z[ recovery-image] Sep 17 14:02:31.441 INFO O| Sep 17 14:02:31.441 INFO STEP 479 (remove_files) COMPLETE
54742024-09-17T14:02:32.707Z[ recovery-image] Sep 17 14:02:31.442 INFO O| Sep 17 14:02:31.441 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-17T14:02:32.715Z[ recovery-image] Sep 17 14:02:31.460 INFO O| Sep 17 14:02:31.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54762024-09-17T14:02:32.715Z[ recovery-image] Sep 17 14:02:31.461 INFO O| Sep 17 14:02:31.461 INFO STEP 480 (remove_files) COMPLETE
54772024-09-17T14:02:32.718Z[ recovery-image] Sep 17 14:02:31.461 INFO O| Sep 17 14:02:31.461 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-09-17T14:02:32.729Z[ recovery-image] Sep 17 14:02:31.473 INFO O| Sep 17 14:02:31.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54792024-09-17T14:02:32.729Z[ recovery-image] Sep 17 14:02:31.473 INFO O| Sep 17 14:02:31.473 INFO STEP 481 (remove_files) COMPLETE
54802024-09-17T14:02:32.732Z[ recovery-image] Sep 17 14:02:31.473 INFO O| Sep 17 14:02:31.473 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-09-17T14:02:32.739Z[ recovery-image] Sep 17 14:02:31.484 INFO O| Sep 17 14:02:31.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54822024-09-17T14:02:32.742Z[ recovery-image] Sep 17 14:02:31.484 INFO O| Sep 17 14:02:31.484 INFO STEP 482 (remove_files) COMPLETE
54832024-09-17T14:02:32.742Z[ recovery-image] Sep 17 14:02:31.484 INFO O| Sep 17 14:02:31.484 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-09-17T14:02:32.749Z[ recovery-image] Sep 17 14:02:31.495 INFO O| Sep 17 14:02:31.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54852024-09-17T14:02:32.751Z[ recovery-image] Sep 17 14:02:31.495 INFO O| Sep 17 14:02:31.495 INFO STEP 483 (remove_files) COMPLETE
54862024-09-17T14:02:32.751Z[ recovery-image] Sep 17 14:02:31.495 INFO O| Sep 17 14:02:31.495 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-09-17T14:02:32.759Z[ recovery-image] Sep 17 14:02:31.504 INFO O| Sep 17 14:02:31.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54882024-09-17T14:02:32.762Z[ recovery-image] Sep 17 14:02:31.505 INFO O| Sep 17 14:02:31.504 INFO STEP 484 (remove_files) COMPLETE
54892024-09-17T14:02:32.762Z[ recovery-image] Sep 17 14:02:31.505 INFO O| Sep 17 14:02:31.505 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-09-17T14:02:32.768Z[ recovery-image] Sep 17 14:02:31.514 INFO O| Sep 17 14:02:31.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54912024-09-17T14:02:32.769Z[ recovery-image] Sep 17 14:02:31.514 INFO O| Sep 17 14:02:31.514 INFO STEP 485 (remove_files) COMPLETE
54922024-09-17T14:02:32.772Z[ recovery-image] Sep 17 14:02:31.514 INFO O| Sep 17 14:02:31.514 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-09-17T14:02:32.778Z[ recovery-image] Sep 17 14:02:31.524 INFO O| Sep 17 14:02:31.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54942024-09-17T14:02:32.778Z[ recovery-image] Sep 17 14:02:31.524 INFO O| Sep 17 14:02:31.524 INFO STEP 486 (remove_files) COMPLETE
54952024-09-17T14:02:32.781Z[ recovery-image] Sep 17 14:02:31.524 INFO O| Sep 17 14:02:31.524 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-09-17T14:02:32.788Z[ recovery-image] Sep 17 14:02:31.533 INFO O| Sep 17 14:02:31.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54972024-09-17T14:02:32.788Z[ recovery-image] Sep 17 14:02:31.533 INFO O| Sep 17 14:02:31.533 INFO STEP 487 (remove_files) COMPLETE
54982024-09-17T14:02:32.791Z[ recovery-image] Sep 17 14:02:31.534 INFO O| Sep 17 14:02:31.533 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-17T14:02:32.797Z[ recovery-image] Sep 17 14:02:31.543 INFO O| Sep 17 14:02:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55002024-09-17T14:02:32.797Z[ recovery-image] Sep 17 14:02:31.543 INFO O| Sep 17 14:02:31.543 INFO STEP 488 (remove_files) COMPLETE
55012024-09-17T14:02:32.801Z[ recovery-image] Sep 17 14:02:31.543 INFO O| Sep 17 14:02:31.543 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-17T14:02:32.807Z[ recovery-image] Sep 17 14:02:31.553 INFO O| Sep 17 14:02:31.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55032024-09-17T14:02:32.810Z[ recovery-image] Sep 17 14:02:31.553 INFO O| Sep 17 14:02:31.553 INFO STEP 489 (remove_files) COMPLETE
55042024-09-17T14:02:32.810Z[ recovery-image] Sep 17 14:02:31.553 INFO O| Sep 17 14:02:31.553 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-17T14:02:32.817Z[ recovery-image] Sep 17 14:02:31.562 INFO O| Sep 17 14:02:31.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55062024-09-17T14:02:32.817Z[ recovery-image] Sep 17 14:02:31.562 INFO O| Sep 17 14:02:31.562 INFO STEP 490 (remove_files) COMPLETE
55072024-09-17T14:02:32.817Z[ recovery-image] Sep 17 14:02:31.562 INFO O| Sep 17 14:02:31.562 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-17T14:02:32.826Z[ recovery-image] Sep 17 14:02:31.572 INFO O| Sep 17 14:02:31.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55092024-09-17T14:02:32.826Z[ recovery-image] Sep 17 14:02:31.572 INFO O| Sep 17 14:02:31.572 INFO STEP 491 (remove_files) COMPLETE
55102024-09-17T14:02:32.829Z[ recovery-image] Sep 17 14:02:31.572 INFO O| Sep 17 14:02:31.572 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-17T14:02:32.837Z[ recovery-image] Sep 17 14:02:31.582 INFO O| Sep 17 14:02:31.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55122024-09-17T14:02:32.840Z[ recovery-image] Sep 17 14:02:31.582 INFO O| Sep 17 14:02:31.582 INFO STEP 492 (remove_files) COMPLETE
55132024-09-17T14:02:32.840Z[ recovery-image] Sep 17 14:02:31.582 INFO O| Sep 17 14:02:31.582 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-17T14:02:32.846Z[ recovery-image] Sep 17 14:02:31.591 INFO O| Sep 17 14:02:31.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55152024-09-17T14:02:32.846Z[ recovery-image] Sep 17 14:02:31.591 INFO O| Sep 17 14:02:31.591 INFO STEP 493 (remove_files) COMPLETE
55162024-09-17T14:02:32.848Z[ recovery-image] Sep 17 14:02:31.591 INFO O| Sep 17 14:02:31.591 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-17T14:02:32.855Z[ recovery-image] Sep 17 14:02:31.601 INFO O| Sep 17 14:02:31.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55182024-09-17T14:02:32.858Z[ recovery-image] Sep 17 14:02:31.601 INFO O| Sep 17 14:02:31.601 INFO STEP 494 (remove_files) COMPLETE
55192024-09-17T14:02:32.858Z[ recovery-image] Sep 17 14:02:31.601 INFO O| Sep 17 14:02:31.601 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-17T14:02:32.865Z[ recovery-image] Sep 17 14:02:31.610 INFO O| Sep 17 14:02:31.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55212024-09-17T14:02:32.867Z[ recovery-image] Sep 17 14:02:31.610 INFO O| Sep 17 14:02:31.610 INFO STEP 495 (remove_files) COMPLETE
55222024-09-17T14:02:32.867Z[ recovery-image] Sep 17 14:02:31.610 INFO O| Sep 17 14:02:31.610 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-17T14:02:32.874Z[ recovery-image] Sep 17 14:02:31.620 INFO O| Sep 17 14:02:31.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55242024-09-17T14:02:32.874Z[ recovery-image] Sep 17 14:02:31.620 INFO O| Sep 17 14:02:31.620 INFO STEP 496 (remove_files) COMPLETE
55252024-09-17T14:02:32.874Z[ recovery-image] Sep 17 14:02:31.620 INFO O| Sep 17 14:02:31.620 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-17T14:02:32.884Z[ recovery-image] Sep 17 14:02:31.629 INFO O| Sep 17 14:02:31.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55272024-09-17T14:02:32.884Z[ recovery-image] Sep 17 14:02:31.629 INFO O| Sep 17 14:02:31.629 INFO STEP 497 (remove_files) COMPLETE
55282024-09-17T14:02:32.887Z[ recovery-image] Sep 17 14:02:31.629 INFO O| Sep 17 14:02:31.629 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-17T14:02:32.893Z[ recovery-image] Sep 17 14:02:31.639 INFO O| Sep 17 14:02:31.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55302024-09-17T14:02:32.896Z[ recovery-image] Sep 17 14:02:31.639 INFO O| Sep 17 14:02:31.639 INFO STEP 498 (remove_files) COMPLETE
55312024-09-17T14:02:32.896Z[ recovery-image] Sep 17 14:02:31.639 INFO O| Sep 17 14:02:31.639 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-17T14:02:32.903Z[ recovery-image] Sep 17 14:02:31.648 INFO O| Sep 17 14:02:31.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55332024-09-17T14:02:32.903Z[ recovery-image] Sep 17 14:02:31.649 INFO O| Sep 17 14:02:31.648 INFO STEP 499 (remove_files) COMPLETE
55342024-09-17T14:02:32.903Z[ recovery-image] Sep 17 14:02:31.649 INFO O| Sep 17 14:02:31.649 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-17T14:02:32.912Z[ recovery-image] Sep 17 14:02:31.658 INFO O| Sep 17 14:02:31.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55362024-09-17T14:02:32.912Z[ recovery-image] Sep 17 14:02:31.658 INFO O| Sep 17 14:02:31.658 INFO STEP 500 (remove_files) COMPLETE
55372024-09-17T14:02:32.912Z[ recovery-image] Sep 17 14:02:31.658 INFO O| Sep 17 14:02:31.658 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-09-17T14:02:32.922Z[ recovery-image] Sep 17 14:02:31.667 INFO O| Sep 17 14:02:31.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55392024-09-17T14:02:32.925Z[ recovery-image] Sep 17 14:02:31.667 INFO O| Sep 17 14:02:31.667 INFO STEP 501 (remove_files) COMPLETE
55402024-09-17T14:02:32.925Z[ recovery-image] Sep 17 14:02:31.668 INFO O| Sep 17 14:02:31.667 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-09-17T14:02:32.931Z[ recovery-image] Sep 17 14:02:31.677 INFO O| Sep 17 14:02:31.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55422024-09-17T14:02:32.931Z[ recovery-image] Sep 17 14:02:31.677 INFO O| Sep 17 14:02:31.677 INFO STEP 502 (remove_files) COMPLETE
55432024-09-17T14:02:32.934Z[ recovery-image] Sep 17 14:02:31.677 INFO O| Sep 17 14:02:31.677 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-09-17T14:02:32.941Z[ recovery-image] Sep 17 14:02:31.686 INFO O| Sep 17 14:02:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55452024-09-17T14:02:32.941Z[ recovery-image] Sep 17 14:02:31.686 INFO O| Sep 17 14:02:31.686 INFO STEP 503 (remove_files) COMPLETE
55462024-09-17T14:02:32.944Z[ recovery-image] Sep 17 14:02:31.686 INFO O| Sep 17 14:02:31.686 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-09-17T14:02:32.950Z[ recovery-image] Sep 17 14:02:31.696 INFO O| Sep 17 14:02:31.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55482024-09-17T14:02:32.950Z[ recovery-image] Sep 17 14:02:31.696 INFO O| Sep 17 14:02:31.696 INFO STEP 504 (remove_files) COMPLETE
55492024-09-17T14:02:32.953Z[ recovery-image] Sep 17 14:02:31.696 INFO O| Sep 17 14:02:31.696 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-09-17T14:02:32.960Z[ recovery-image] Sep 17 14:02:31.705 INFO O| Sep 17 14:02:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55512024-09-17T14:02:32.960Z[ recovery-image] Sep 17 14:02:31.705 INFO O| Sep 17 14:02:31.705 INFO STEP 505 (remove_files) COMPLETE
55522024-09-17T14:02:32.963Z[ recovery-image] Sep 17 14:02:31.705 INFO O| Sep 17 14:02:31.705 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-09-17T14:02:32.969Z[ recovery-image] Sep 17 14:02:31.715 INFO O| Sep 17 14:02:31.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55542024-09-17T14:02:32.972Z[ recovery-image] Sep 17 14:02:31.715 INFO O| Sep 17 14:02:31.715 INFO STEP 506 (remove_files) COMPLETE
55552024-09-17T14:02:32.972Z[ recovery-image] Sep 17 14:02:31.715 INFO O| Sep 17 14:02:31.715 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-09-17T14:02:32.979Z[ recovery-image] Sep 17 14:02:31.725 INFO O| Sep 17 14:02:31.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55572024-09-17T14:02:32.982Z[ recovery-image] Sep 17 14:02:31.725 INFO O| Sep 17 14:02:31.725 INFO STEP 507 (remove_files) COMPLETE
55582024-09-17T14:02:32.982Z[ recovery-image] Sep 17 14:02:31.725 INFO O| Sep 17 14:02:31.725 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-09-17T14:02:32.988Z[ recovery-image] Sep 17 14:02:31.734 INFO O| Sep 17 14:02:31.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55602024-09-17T14:02:32.991Z[ recovery-image] Sep 17 14:02:31.734 INFO O| Sep 17 14:02:31.734 INFO STEP 508 (remove_files) COMPLETE
55612024-09-17T14:02:32.991Z[ recovery-image] Sep 17 14:02:31.734 INFO O| Sep 17 14:02:31.734 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-17T14:02:32.998Z[ recovery-image] Sep 17 14:02:31.744 INFO O| Sep 17 14:02:31.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55632024-09-17T14:02:32.998Z[ recovery-image] Sep 17 14:02:31.744 INFO O| Sep 17 14:02:31.744 INFO STEP 509 (remove_files) COMPLETE
55642024-09-17T14:02:33.001Z[ recovery-image] Sep 17 14:02:31.744 INFO O| Sep 17 14:02:31.744 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-17T14:02:33.008Z[ recovery-image] Sep 17 14:02:31.753 INFO O| Sep 17 14:02:31.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55662024-09-17T14:02:33.008Z[ recovery-image] Sep 17 14:02:31.753 INFO O| Sep 17 14:02:31.753 INFO STEP 510 (remove_files) COMPLETE
55672024-09-17T14:02:33.010Z[ recovery-image] Sep 17 14:02:31.753 INFO O| Sep 17 14:02:31.753 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-09-17T14:02:33.017Z[ recovery-image] Sep 17 14:02:31.763 INFO O| Sep 17 14:02:31.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55692024-09-17T14:02:33.017Z[ recovery-image] Sep 17 14:02:31.763 INFO O| Sep 17 14:02:31.763 INFO STEP 511 (remove_files) COMPLETE
55702024-09-17T14:02:33.017Z[ recovery-image] Sep 17 14:02:31.763 INFO O| Sep 17 14:02:31.763 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-17T14:02:33.027Z[ recovery-image] Sep 17 14:02:31.772 INFO O| Sep 17 14:02:31.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55722024-09-17T14:02:33.027Z[ recovery-image] Sep 17 14:02:31.772 INFO O| Sep 17 14:02:31.772 INFO STEP 512 (remove_files) COMPLETE
55732024-09-17T14:02:33.027Z[ recovery-image] Sep 17 14:02:31.772 INFO O| Sep 17 14:02:31.772 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-17T14:02:33.036Z[ recovery-image] Sep 17 14:02:31.782 INFO O| Sep 17 14:02:31.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55752024-09-17T14:02:33.039Z[ recovery-image] Sep 17 14:02:31.782 INFO O| Sep 17 14:02:31.782 INFO STEP 513 (remove_files) COMPLETE
55762024-09-17T14:02:33.039Z[ recovery-image] Sep 17 14:02:31.782 INFO O| Sep 17 14:02:31.782 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-17T14:02:33.046Z[ recovery-image] Sep 17 14:02:31.791 INFO O| Sep 17 14:02:31.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55782024-09-17T14:02:33.046Z[ recovery-image] Sep 17 14:02:31.791 INFO O| Sep 17 14:02:31.791 INFO STEP 514 (remove_files) COMPLETE
55792024-09-17T14:02:33.048Z[ recovery-image] Sep 17 14:02:31.791 INFO O| Sep 17 14:02:31.791 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-17T14:02:33.055Z[ recovery-image] Sep 17 14:02:31.801 INFO O| Sep 17 14:02:31.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55812024-09-17T14:02:33.058Z[ recovery-image] Sep 17 14:02:31.801 INFO O| Sep 17 14:02:31.801 INFO STEP 515 (remove_files) COMPLETE
55822024-09-17T14:02:33.058Z[ recovery-image] Sep 17 14:02:31.801 INFO O| Sep 17 14:02:31.801 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-17T14:02:33.065Z[ recovery-image] Sep 17 14:02:31.810 INFO O| Sep 17 14:02:31.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55842024-09-17T14:02:33.065Z[ recovery-image] Sep 17 14:02:31.810 INFO O| Sep 17 14:02:31.810 INFO STEP 516 (remove_files) COMPLETE
55852024-09-17T14:02:33.065Z[ recovery-image] Sep 17 14:02:31.810 INFO O| Sep 17 14:02:31.810 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-09-17T14:02:33.074Z[ recovery-image] Sep 17 14:02:31.820 INFO O| Sep 17 14:02:31.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55872024-09-17T14:02:33.074Z[ recovery-image] Sep 17 14:02:31.820 INFO O| Sep 17 14:02:31.820 INFO STEP 517 (remove_files) COMPLETE
55882024-09-17T14:02:33.077Z[ recovery-image] Sep 17 14:02:31.820 INFO O| Sep 17 14:02:31.820 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-17T14:02:33.084Z[ recovery-image] Sep 17 14:02:31.829 INFO O| Sep 17 14:02:31.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55902024-09-17T14:02:33.084Z[ recovery-image] Sep 17 14:02:31.829 INFO O| Sep 17 14:02:31.829 INFO STEP 518 (remove_files) COMPLETE
55912024-09-17T14:02:33.084Z[ recovery-image] Sep 17 14:02:31.829 INFO O| Sep 17 14:02:31.829 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-09-17T14:02:33.093Z[ recovery-image] Sep 17 14:02:31.839 INFO O| Sep 17 14:02:31.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55932024-09-17T14:02:33.096Z[ recovery-image] Sep 17 14:02:31.839 INFO O| Sep 17 14:02:31.839 INFO STEP 519 (remove_files) COMPLETE
55942024-09-17T14:02:33.096Z[ recovery-image] Sep 17 14:02:31.839 INFO O| Sep 17 14:02:31.839 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-09-17T14:02:33.103Z[ recovery-image] Sep 17 14:02:31.849 INFO O| Sep 17 14:02:31.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55962024-09-17T14:02:33.106Z[ recovery-image] Sep 17 14:02:31.849 INFO O| Sep 17 14:02:31.849 INFO STEP 520 (remove_files) COMPLETE
55972024-09-17T14:02:33.106Z[ recovery-image] Sep 17 14:02:31.849 INFO O| Sep 17 14:02:31.849 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-09-17T14:02:33.115Z[ recovery-image] Sep 17 14:02:31.861 INFO O| Sep 17 14:02:31.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55992024-09-17T14:02:33.118Z[ recovery-image] Sep 17 14:02:31.861 INFO O| Sep 17 14:02:31.861 INFO STEP 521 (remove_files) COMPLETE
56002024-09-17T14:02:33.118Z[ recovery-image] Sep 17 14:02:31.861 INFO O| Sep 17 14:02:31.861 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-09-17T14:02:33.125Z[ recovery-image] Sep 17 14:02:31.871 INFO O| Sep 17 14:02:31.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56022024-09-17T14:02:33.125Z[ recovery-image] Sep 17 14:02:31.871 INFO O| Sep 17 14:02:31.871 INFO STEP 522 (remove_files) COMPLETE
56032024-09-17T14:02:33.128Z[ recovery-image] Sep 17 14:02:31.871 INFO O| Sep 17 14:02:31.871 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-17T14:02:33.135Z[ recovery-image] Sep 17 14:02:31.880 INFO O| Sep 17 14:02:31.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56052024-09-17T14:02:33.135Z[ recovery-image] Sep 17 14:02:31.881 INFO O| Sep 17 14:02:31.881 INFO STEP 523 (remove_files) COMPLETE
56062024-09-17T14:02:33.138Z[ recovery-image] Sep 17 14:02:31.881 INFO O| Sep 17 14:02:31.881 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-17T14:02:33.145Z[ recovery-image] Sep 17 14:02:31.890 INFO O| Sep 17 14:02:31.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56082024-09-17T14:02:33.148Z[ recovery-image] Sep 17 14:02:31.890 INFO O| Sep 17 14:02:31.890 INFO STEP 524 (remove_files) COMPLETE
56092024-09-17T14:02:33.148Z[ recovery-image] Sep 17 14:02:31.890 INFO O| Sep 17 14:02:31.890 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-17T14:02:33.154Z[ recovery-image] Sep 17 14:02:31.900 INFO O| Sep 17 14:02:31.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56112024-09-17T14:02:33.154Z[ recovery-image] Sep 17 14:02:31.900 INFO O| Sep 17 14:02:31.900 INFO STEP 525 (remove_files) COMPLETE
56122024-09-17T14:02:33.158Z[ recovery-image] Sep 17 14:02:31.900 INFO O| Sep 17 14:02:31.900 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-17T14:02:33.164Z[ recovery-image] Sep 17 14:02:31.909 INFO O| Sep 17 14:02:31.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56142024-09-17T14:02:33.168Z[ recovery-image] Sep 17 14:02:31.910 INFO O| Sep 17 14:02:31.910 INFO STEP 526 (remove_files) COMPLETE
56152024-09-17T14:02:33.168Z[ recovery-image] Sep 17 14:02:31.910 INFO O| Sep 17 14:02:31.910 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-17T14:02:33.174Z[ recovery-image] Sep 17 14:02:31.919 INFO O| Sep 17 14:02:31.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56172024-09-17T14:02:33.174Z[ recovery-image] Sep 17 14:02:31.919 INFO O| Sep 17 14:02:31.919 INFO STEP 527 (remove_files) COMPLETE
56182024-09-17T14:02:33.174Z[ recovery-image] Sep 17 14:02:31.919 INFO O| Sep 17 14:02:31.919 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-09-17T14:02:33.184Z[ recovery-image] Sep 17 14:02:31.929 INFO O| Sep 17 14:02:31.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56202024-09-17T14:02:33.187Z[ recovery-image] Sep 17 14:02:31.929 INFO O| Sep 17 14:02:31.929 INFO STEP 528 (remove_files) COMPLETE
56212024-09-17T14:02:33.187Z[ recovery-image] Sep 17 14:02:31.929 INFO O| Sep 17 14:02:31.929 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-09-17T14:02:33.193Z[ recovery-image] Sep 17 14:02:31.938 INFO O| Sep 17 14:02:31.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56232024-09-17T14:02:33.196Z[ recovery-image] Sep 17 14:02:31.939 INFO O| Sep 17 14:02:31.938 INFO STEP 529 (remove_files) COMPLETE
56242024-09-17T14:02:33.196Z[ recovery-image] Sep 17 14:02:31.939 INFO O| Sep 17 14:02:31.939 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-09-17T14:02:33.203Z[ recovery-image] Sep 17 14:02:31.948 INFO O| Sep 17 14:02:31.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56262024-09-17T14:02:33.207Z[ recovery-image] Sep 17 14:02:31.948 INFO O| Sep 17 14:02:31.948 INFO STEP 530 (remove_files) COMPLETE
56272024-09-17T14:02:33.207Z[ recovery-image] Sep 17 14:02:31.948 INFO O| Sep 17 14:02:31.948 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-09-17T14:02:33.212Z[ recovery-image] Sep 17 14:02:31.957 INFO O| Sep 17 14:02:31.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56292024-09-17T14:02:33.214Z[ recovery-image] Sep 17 14:02:31.957 INFO O| Sep 17 14:02:31.957 INFO STEP 531 (remove_files) COMPLETE
56302024-09-17T14:02:33.214Z[ recovery-image] Sep 17 14:02:31.957 INFO O| Sep 17 14:02:31.957 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-09-17T14:02:33.221Z[ recovery-image] Sep 17 14:02:31.967 INFO O| Sep 17 14:02:31.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56322024-09-17T14:02:33.225Z[ recovery-image] Sep 17 14:02:31.967 INFO O| Sep 17 14:02:31.967 INFO STEP 532 (remove_files) COMPLETE
56332024-09-17T14:02:33.225Z[ recovery-image] Sep 17 14:02:31.967 INFO O| Sep 17 14:02:31.967 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-09-17T14:02:33.231Z[ recovery-image] Sep 17 14:02:31.976 INFO O| Sep 17 14:02:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56352024-09-17T14:02:33.234Z[ recovery-image] Sep 17 14:02:31.976 INFO O| Sep 17 14:02:31.976 INFO STEP 533 (remove_files) COMPLETE
56362024-09-17T14:02:33.234Z[ recovery-image] Sep 17 14:02:31.977 INFO O| Sep 17 14:02:31.976 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-09-17T14:02:33.240Z[ recovery-image] Sep 17 14:02:31.986 INFO O| Sep 17 14:02:31.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56382024-09-17T14:02:33.243Z[ recovery-image] Sep 17 14:02:31.986 INFO O| Sep 17 14:02:31.986 INFO STEP 534 (remove_files) COMPLETE
56392024-09-17T14:02:33.243Z[ recovery-image] Sep 17 14:02:31.986 INFO O| Sep 17 14:02:31.986 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-17T14:02:33.250Z[ recovery-image] Sep 17 14:02:31.995 INFO O| Sep 17 14:02:31.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56412024-09-17T14:02:33.250Z[ recovery-image] Sep 17 14:02:31.995 INFO O| Sep 17 14:02:31.995 INFO STEP 535 (remove_files) COMPLETE
56422024-09-17T14:02:33.250Z[ recovery-image] Sep 17 14:02:31.995 INFO O| Sep 17 14:02:31.995 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-17T14:02:33.261Z[ recovery-image] Sep 17 14:02:32.007 INFO O| Sep 17 14:02:32.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56442024-09-17T14:02:33.262Z[ recovery-image] Sep 17 14:02:32.007 INFO O| Sep 17 14:02:32.007 INFO STEP 536 (remove_files) COMPLETE
56452024-09-17T14:02:33.264Z[ recovery-image] Sep 17 14:02:32.007 INFO O| Sep 17 14:02:32.007 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-17T14:02:33.272Z[ recovery-image] Sep 17 14:02:32.017 INFO O| Sep 17 14:02:32.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56472024-09-17T14:02:33.272Z[ recovery-image] Sep 17 14:02:32.017 INFO O| Sep 17 14:02:32.017 INFO STEP 537 (remove_files) COMPLETE
56482024-09-17T14:02:33.272Z[ recovery-image] Sep 17 14:02:32.017 INFO O| Sep 17 14:02:32.017 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-09-17T14:02:33.282Z[ recovery-image] Sep 17 14:02:32.027 INFO O| Sep 17 14:02:32.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56502024-09-17T14:02:33.284Z[ recovery-image] Sep 17 14:02:32.028 INFO O| Sep 17 14:02:32.028 INFO STEP 538 (remove_files) COMPLETE
56512024-09-17T14:02:33.285Z[ recovery-image] Sep 17 14:02:32.028 INFO O| Sep 17 14:02:32.028 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-17T14:02:33.292Z[ recovery-image] Sep 17 14:02:32.038 INFO O| Sep 17 14:02:32.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56532024-09-17T14:02:33.295Z[ recovery-image] Sep 17 14:02:32.038 INFO O| Sep 17 14:02:32.038 INFO STEP 539 (remove_files) COMPLETE
56542024-09-17T14:02:33.295Z[ recovery-image] Sep 17 14:02:32.038 INFO O| Sep 17 14:02:32.038 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-17T14:02:33.302Z[ recovery-image] Sep 17 14:02:32.048 INFO O| Sep 17 14:02:32.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56562024-09-17T14:02:33.302Z[ recovery-image] Sep 17 14:02:32.048 INFO O| Sep 17 14:02:32.048 INFO STEP 540 (remove_files) COMPLETE
56572024-09-17T14:02:33.305Z[ recovery-image] Sep 17 14:02:32.048 INFO O| Sep 17 14:02:32.048 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-17T14:02:33.312Z[ recovery-image] Sep 17 14:02:32.057 INFO O| Sep 17 14:02:32.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56592024-09-17T14:02:33.314Z[ recovery-image] Sep 17 14:02:32.058 INFO O| Sep 17 14:02:32.057 INFO STEP 541 (remove_files) COMPLETE
56602024-09-17T14:02:33.314Z[ recovery-image] Sep 17 14:02:32.058 INFO O| Sep 17 14:02:32.057 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-17T14:02:33.322Z[ recovery-image] Sep 17 14:02:32.067 INFO O| Sep 17 14:02:32.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56622024-09-17T14:02:33.327Z[ recovery-image] Sep 17 14:02:32.067 INFO O| Sep 17 14:02:32.067 INFO STEP 542 (remove_files) COMPLETE
56632024-09-17T14:02:33.327Z[ recovery-image] Sep 17 14:02:32.067 INFO O| Sep 17 14:02:32.067 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-17T14:02:33.332Z[ recovery-image] Sep 17 14:02:32.077 INFO O| Sep 17 14:02:32.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56652024-09-17T14:02:33.332Z[ recovery-image] Sep 17 14:02:32.077 INFO O| Sep 17 14:02:32.077 INFO STEP 543 (remove_files) COMPLETE
56662024-09-17T14:02:33.334Z[ recovery-image] Sep 17 14:02:32.077 INFO O| Sep 17 14:02:32.077 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-17T14:02:33.341Z[ recovery-image] Sep 17 14:02:32.087 INFO O| Sep 17 14:02:32.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56682024-09-17T14:02:33.341Z[ recovery-image] Sep 17 14:02:32.087 INFO O| Sep 17 14:02:32.087 INFO STEP 544 (remove_files) COMPLETE
56692024-09-17T14:02:33.341Z[ recovery-image] Sep 17 14:02:32.087 INFO O| Sep 17 14:02:32.087 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-17T14:02:33.351Z[ recovery-image] Sep 17 14:02:32.096 INFO O| Sep 17 14:02:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56712024-09-17T14:02:33.351Z[ recovery-image] Sep 17 14:02:32.096 INFO O| Sep 17 14:02:32.096 INFO STEP 545 (remove_files) COMPLETE
56722024-09-17T14:02:33.353Z[ recovery-image] Sep 17 14:02:32.096 INFO O| Sep 17 14:02:32.096 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-17T14:02:33.360Z[ recovery-image] Sep 17 14:02:32.106 INFO O| Sep 17 14:02:32.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56742024-09-17T14:02:33.360Z[ recovery-image] Sep 17 14:02:32.106 INFO O| Sep 17 14:02:32.106 INFO STEP 546 (remove_files) COMPLETE
56752024-09-17T14:02:33.363Z[ recovery-image] Sep 17 14:02:32.106 INFO O| Sep 17 14:02:32.106 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-17T14:02:33.370Z[ recovery-image] Sep 17 14:02:32.115 INFO O| Sep 17 14:02:32.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56772024-09-17T14:02:33.370Z[ recovery-image] Sep 17 14:02:32.116 INFO O| Sep 17 14:02:32.115 INFO STEP 547 (remove_files) COMPLETE
56782024-09-17T14:02:33.370Z[ recovery-image] Sep 17 14:02:32.116 INFO O| Sep 17 14:02:32.116 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-17T14:02:33.379Z[ recovery-image] Sep 17 14:02:32.125 INFO O| Sep 17 14:02:32.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56802024-09-17T14:02:33.379Z[ recovery-image] Sep 17 14:02:32.125 INFO O| Sep 17 14:02:32.125 INFO STEP 548 (remove_files) COMPLETE
56812024-09-17T14:02:33.379Z[ recovery-image] Sep 17 14:02:32.125 INFO O| Sep 17 14:02:32.125 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-17T14:02:33.389Z[ recovery-image] Sep 17 14:02:32.135 INFO O| Sep 17 14:02:32.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56832024-09-17T14:02:33.391Z[ recovery-image] Sep 17 14:02:32.135 INFO O| Sep 17 14:02:32.135 INFO STEP 549 (remove_files) COMPLETE
56842024-09-17T14:02:33.392Z[ recovery-image] Sep 17 14:02:32.135 INFO O| Sep 17 14:02:32.135 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-17T14:02:33.399Z[ recovery-image] Sep 17 14:02:32.144 INFO O| Sep 17 14:02:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56862024-09-17T14:02:33.399Z[ recovery-image] Sep 17 14:02:32.144 INFO O| Sep 17 14:02:32.144 INFO STEP 550 (remove_files) COMPLETE
56872024-09-17T14:02:33.399Z[ recovery-image] Sep 17 14:02:32.144 INFO O| Sep 17 14:02:32.144 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-17T14:02:33.408Z[ recovery-image] Sep 17 14:02:32.154 INFO O| Sep 17 14:02:32.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56892024-09-17T14:02:33.411Z[ recovery-image] Sep 17 14:02:32.154 INFO O| Sep 17 14:02:32.154 INFO STEP 551 (remove_files) COMPLETE
56902024-09-17T14:02:33.411Z[ recovery-image] Sep 17 14:02:32.154 INFO O| Sep 17 14:02:32.154 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-17T14:02:33.418Z[ recovery-image] Sep 17 14:02:32.163 INFO O| Sep 17 14:02:32.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56922024-09-17T14:02:33.418Z[ recovery-image] Sep 17 14:02:32.163 INFO O| Sep 17 14:02:32.163 INFO STEP 552 (remove_files) COMPLETE
56932024-09-17T14:02:33.420Z[ recovery-image] Sep 17 14:02:32.163 INFO O| Sep 17 14:02:32.163 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-17T14:02:33.427Z[ recovery-image] Sep 17 14:02:32.173 INFO O| Sep 17 14:02:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56952024-09-17T14:02:33.427Z[ recovery-image] Sep 17 14:02:32.173 INFO O| Sep 17 14:02:32.173 INFO STEP 553 (remove_files) COMPLETE
56962024-09-17T14:02:33.430Z[ recovery-image] Sep 17 14:02:32.173 INFO O| Sep 17 14:02:32.173 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-17T14:02:33.437Z[ recovery-image] Sep 17 14:02:32.182 INFO O| Sep 17 14:02:32.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56982024-09-17T14:02:33.439Z[ recovery-image] Sep 17 14:02:32.183 INFO O| Sep 17 14:02:32.182 INFO STEP 554 (remove_files) COMPLETE
56992024-09-17T14:02:33.439Z[ recovery-image] Sep 17 14:02:32.183 INFO O| Sep 17 14:02:32.183 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-17T14:02:33.446Z[ recovery-image] Sep 17 14:02:32.192 INFO O| Sep 17 14:02:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57012024-09-17T14:02:33.449Z[ recovery-image] Sep 17 14:02:32.192 INFO O| Sep 17 14:02:32.192 INFO STEP 555 (remove_files) COMPLETE
57022024-09-17T14:02:33.449Z[ recovery-image] Sep 17 14:02:32.192 INFO O| Sep 17 14:02:32.192 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-17T14:02:33.456Z[ recovery-image] Sep 17 14:02:32.202 INFO O| Sep 17 14:02:32.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57042024-09-17T14:02:33.459Z[ recovery-image] Sep 17 14:02:32.202 INFO O| Sep 17 14:02:32.202 INFO STEP 556 (remove_files) COMPLETE
57052024-09-17T14:02:33.459Z[ recovery-image] Sep 17 14:02:32.202 INFO O| Sep 17 14:02:32.202 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-17T14:02:33.466Z[ recovery-image] Sep 17 14:02:32.211 INFO O| Sep 17 14:02:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57072024-09-17T14:02:33.466Z[ recovery-image] Sep 17 14:02:32.211 INFO O| Sep 17 14:02:32.211 INFO STEP 557 (remove_files) COMPLETE
57082024-09-17T14:02:33.466Z[ recovery-image] Sep 17 14:02:32.211 INFO O| Sep 17 14:02:32.211 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-17T14:02:33.475Z[ recovery-image] Sep 17 14:02:32.221 INFO O| Sep 17 14:02:32.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57102024-09-17T14:02:33.475Z[ recovery-image] Sep 17 14:02:32.221 INFO O| Sep 17 14:02:32.221 INFO STEP 558 (remove_files) COMPLETE
57112024-09-17T14:02:33.478Z[ recovery-image] Sep 17 14:02:32.221 INFO O| Sep 17 14:02:32.221 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-17T14:02:33.485Z[ recovery-image] Sep 17 14:02:32.230 INFO O| Sep 17 14:02:32.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57132024-09-17T14:02:33.485Z[ recovery-image] Sep 17 14:02:32.231 INFO O| Sep 17 14:02:32.230 INFO STEP 559 (remove_files) COMPLETE
57142024-09-17T14:02:33.485Z[ recovery-image] Sep 17 14:02:32.231 INFO O| Sep 17 14:02:32.230 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-09-17T14:02:33.494Z[ recovery-image] Sep 17 14:02:32.240 INFO O| Sep 17 14:02:32.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57162024-09-17T14:02:33.497Z[ recovery-image] Sep 17 14:02:32.240 INFO O| Sep 17 14:02:32.240 INFO STEP 560 (remove_files) COMPLETE
57172024-09-17T14:02:33.497Z[ recovery-image] Sep 17 14:02:32.240 INFO O| Sep 17 14:02:32.240 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-09-17T14:02:33.504Z[ recovery-image] Sep 17 14:02:32.250 INFO O| Sep 17 14:02:32.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57192024-09-17T14:02:33.504Z[ recovery-image] Sep 17 14:02:32.250 INFO O| Sep 17 14:02:32.250 INFO STEP 561 (remove_files) COMPLETE
57202024-09-17T14:02:33.506Z[ recovery-image] Sep 17 14:02:32.250 INFO O| Sep 17 14:02:32.250 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-09-17T14:02:33.514Z[ recovery-image] Sep 17 14:02:32.259 INFO O| Sep 17 14:02:32.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57222024-09-17T14:02:33.514Z[ recovery-image] Sep 17 14:02:32.259 INFO O| Sep 17 14:02:32.259 INFO STEP 562 (remove_files) COMPLETE
57232024-09-17T14:02:33.517Z[ recovery-image] Sep 17 14:02:32.259 INFO O| Sep 17 14:02:32.259 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-09-17T14:02:33.523Z[ recovery-image] Sep 17 14:02:32.269 INFO O| Sep 17 14:02:32.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57252024-09-17T14:02:33.523Z[ recovery-image] Sep 17 14:02:32.269 INFO O| Sep 17 14:02:32.269 INFO STEP 563 (remove_files) COMPLETE
57262024-09-17T14:02:33.526Z[ recovery-image] Sep 17 14:02:32.269 INFO O| Sep 17 14:02:32.269 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-09-17T14:02:33.533Z[ recovery-image] Sep 17 14:02:32.278 INFO O| Sep 17 14:02:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57282024-09-17T14:02:33.533Z[ recovery-image] Sep 17 14:02:32.278 INFO O| Sep 17 14:02:32.278 INFO STEP 564 (remove_files) COMPLETE
57292024-09-17T14:02:33.533Z[ recovery-image] Sep 17 14:02:32.278 INFO O| Sep 17 14:02:32.278 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-17T14:02:33.542Z[ recovery-image] Sep 17 14:02:32.288 INFO O| Sep 17 14:02:32.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57312024-09-17T14:02:33.542Z[ recovery-image] Sep 17 14:02:32.288 INFO O| Sep 17 14:02:32.288 INFO STEP 565 (remove_files) COMPLETE
57322024-09-17T14:02:33.542Z[ recovery-image] Sep 17 14:02:32.288 INFO O| Sep 17 14:02:32.288 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-17T14:02:33.552Z[ recovery-image] Sep 17 14:02:32.297 INFO O| Sep 17 14:02:32.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57342024-09-17T14:02:33.552Z[ recovery-image] Sep 17 14:02:32.297 INFO O| Sep 17 14:02:32.297 INFO STEP 566 (remove_files) COMPLETE
57352024-09-17T14:02:33.552Z[ recovery-image] Sep 17 14:02:32.298 INFO O| Sep 17 14:02:32.297 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-17T14:02:33.561Z[ recovery-image] Sep 17 14:02:32.307 INFO O| Sep 17 14:02:32.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57372024-09-17T14:02:33.564Z[ recovery-image] Sep 17 14:02:32.307 INFO O| Sep 17 14:02:32.307 INFO STEP 567 (remove_files) COMPLETE
57382024-09-17T14:02:33.564Z[ recovery-image] Sep 17 14:02:32.307 INFO O| Sep 17 14:02:32.307 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-17T14:02:33.571Z[ recovery-image] Sep 17 14:02:32.317 INFO O| Sep 17 14:02:32.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57402024-09-17T14:02:33.571Z[ recovery-image] Sep 17 14:02:32.317 INFO O| Sep 17 14:02:32.317 INFO STEP 568 (remove_files) COMPLETE
57412024-09-17T14:02:33.571Z[ recovery-image] Sep 17 14:02:32.317 INFO O| Sep 17 14:02:32.317 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-17T14:02:33.581Z[ recovery-image] Sep 17 14:02:32.326 INFO O| Sep 17 14:02:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57432024-09-17T14:02:33.581Z[ recovery-image] Sep 17 14:02:32.326 INFO O| Sep 17 14:02:32.326 INFO STEP 569 (remove_files) COMPLETE
57442024-09-17T14:02:33.584Z[ recovery-image] Sep 17 14:02:32.326 INFO O| Sep 17 14:02:32.326 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-17T14:02:33.590Z[ recovery-image] Sep 17 14:02:32.336 INFO O| Sep 17 14:02:32.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57462024-09-17T14:02:33.593Z[ recovery-image] Sep 17 14:02:32.336 INFO O| Sep 17 14:02:32.336 INFO STEP 570 (remove_files) COMPLETE
57472024-09-17T14:02:33.593Z[ recovery-image] Sep 17 14:02:32.336 INFO O| Sep 17 14:02:32.336 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-17T14:02:33.600Z[ recovery-image] Sep 17 14:02:32.345 INFO O| Sep 17 14:02:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57492024-09-17T14:02:33.600Z[ recovery-image] Sep 17 14:02:32.345 INFO O| Sep 17 14:02:32.345 INFO STEP 571 (remove_files) COMPLETE
57502024-09-17T14:02:33.600Z[ recovery-image] Sep 17 14:02:32.345 INFO O| Sep 17 14:02:32.345 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-17T14:02:33.611Z[ recovery-image] Sep 17 14:02:32.355 INFO O| Sep 17 14:02:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57522024-09-17T14:02:33.611Z[ recovery-image] Sep 17 14:02:32.355 INFO O| Sep 17 14:02:32.355 INFO STEP 572 (remove_files) COMPLETE
57532024-09-17T14:02:33.611Z[ recovery-image] Sep 17 14:02:32.355 INFO O| Sep 17 14:02:32.355 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-09-17T14:02:33.619Z[ recovery-image] Sep 17 14:02:32.364 INFO O| Sep 17 14:02:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57552024-09-17T14:02:33.621Z[ recovery-image] Sep 17 14:02:32.364 INFO O| Sep 17 14:02:32.364 INFO STEP 573 (remove_files) COMPLETE
57562024-09-17T14:02:33.621Z[ recovery-image] Sep 17 14:02:32.364 INFO O| Sep 17 14:02:32.364 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-09-17T14:02:33.628Z[ recovery-image] Sep 17 14:02:32.374 INFO O| Sep 17 14:02:32.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57582024-09-17T14:02:33.632Z[ recovery-image] Sep 17 14:02:32.374 INFO O| Sep 17 14:02:32.374 INFO STEP 574 (remove_files) COMPLETE
57592024-09-17T14:02:33.632Z[ recovery-image] Sep 17 14:02:32.374 INFO O| Sep 17 14:02:32.374 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-09-17T14:02:33.638Z[ recovery-image] Sep 17 14:02:32.383 INFO O| Sep 17 14:02:32.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57612024-09-17T14:02:33.641Z[ recovery-image] Sep 17 14:02:32.384 INFO O| Sep 17 14:02:32.384 INFO STEP 575 (remove_files) COMPLETE
57622024-09-17T14:02:33.641Z[ recovery-image] Sep 17 14:02:32.384 INFO O| Sep 17 14:02:32.384 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-17T14:02:33.648Z[ recovery-image] Sep 17 14:02:32.393 INFO O| Sep 17 14:02:32.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57642024-09-17T14:02:33.648Z[ recovery-image] Sep 17 14:02:32.393 INFO O| Sep 17 14:02:32.393 INFO STEP 576 (remove_files) COMPLETE
57652024-09-17T14:02:33.651Z[ recovery-image] Sep 17 14:02:32.393 INFO O| Sep 17 14:02:32.393 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-17T14:02:33.658Z[ recovery-image] Sep 17 14:02:32.403 INFO O| Sep 17 14:02:32.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57672024-09-17T14:02:33.658Z[ recovery-image] Sep 17 14:02:32.403 INFO O| Sep 17 14:02:32.403 INFO STEP 577 (remove_files) COMPLETE
57682024-09-17T14:02:33.661Z[ recovery-image] Sep 17 14:02:32.403 INFO O| Sep 17 14:02:32.403 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-09-17T14:02:33.667Z[ recovery-image] Sep 17 14:02:32.412 INFO O| Sep 17 14:02:32.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57702024-09-17T14:02:33.667Z[ recovery-image] Sep 17 14:02:32.413 INFO O| Sep 17 14:02:32.413 INFO STEP 578 (remove_files) COMPLETE
57712024-09-17T14:02:33.667Z[ recovery-image] Sep 17 14:02:32.413 INFO O| Sep 17 14:02:32.413 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-17T14:02:33.677Z[ recovery-image] Sep 17 14:02:32.422 INFO O| Sep 17 14:02:32.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57732024-09-17T14:02:33.680Z[ recovery-image] Sep 17 14:02:32.422 INFO O| Sep 17 14:02:32.422 INFO STEP 579 (remove_files) COMPLETE
57742024-09-17T14:02:33.680Z[ recovery-image] Sep 17 14:02:32.422 INFO O| Sep 17 14:02:32.422 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-17T14:02:33.686Z[ recovery-image] Sep 17 14:02:32.432 INFO O| Sep 17 14:02:32.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57762024-09-17T14:02:33.686Z[ recovery-image] Sep 17 14:02:32.432 INFO O| Sep 17 14:02:32.432 INFO STEP 580 (remove_files) COMPLETE
57772024-09-17T14:02:33.688Z[ recovery-image] Sep 17 14:02:32.432 INFO O| Sep 17 14:02:32.432 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-17T14:02:33.696Z[ recovery-image] Sep 17 14:02:32.441 INFO O| Sep 17 14:02:32.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57792024-09-17T14:02:33.704Z[ recovery-image] Sep 17 14:02:32.441 INFO O| Sep 17 14:02:32.441 INFO STEP 581 (remove_files) COMPLETE
57802024-09-17T14:02:33.704Z[ recovery-image] Sep 17 14:02:32.441 INFO O| Sep 17 14:02:32.441 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-17T14:02:33.707Z[ recovery-image] Sep 17 14:02:32.451 INFO O| Sep 17 14:02:32.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57822024-09-17T14:02:33.707Z[ recovery-image] Sep 17 14:02:32.451 INFO O| Sep 17 14:02:32.451 INFO STEP 582 (remove_files) COMPLETE
57832024-09-17T14:02:33.707Z[ recovery-image] Sep 17 14:02:32.451 INFO O| Sep 17 14:02:32.451 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-09-17T14:02:33.715Z[ recovery-image] Sep 17 14:02:32.460 INFO O| Sep 17 14:02:32.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57852024-09-17T14:02:33.715Z[ recovery-image] Sep 17 14:02:32.460 INFO O| Sep 17 14:02:32.460 INFO STEP 583 (remove_files) COMPLETE
57862024-09-17T14:02:33.718Z[ recovery-image] Sep 17 14:02:32.460 INFO O| Sep 17 14:02:32.460 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-09-17T14:02:33.724Z[ recovery-image] Sep 17 14:02:32.470 INFO O| Sep 17 14:02:32.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57882024-09-17T14:02:33.724Z[ recovery-image] Sep 17 14:02:32.470 INFO O| Sep 17 14:02:32.470 INFO STEP 584 (remove_files) COMPLETE
57892024-09-17T14:02:33.727Z[ recovery-image] Sep 17 14:02:32.470 INFO O| Sep 17 14:02:32.470 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-09-17T14:02:33.734Z[ recovery-image] Sep 17 14:02:32.479 INFO O| Sep 17 14:02:32.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57912024-09-17T14:02:33.736Z[ recovery-image] Sep 17 14:02:32.479 INFO O| Sep 17 14:02:32.479 INFO STEP 585 (remove_files) COMPLETE
57922024-09-17T14:02:33.736Z[ recovery-image] Sep 17 14:02:32.479 INFO O| Sep 17 14:02:32.479 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-09-17T14:02:33.743Z[ recovery-image] Sep 17 14:02:32.489 INFO O| Sep 17 14:02:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57942024-09-17T14:02:33.743Z[ recovery-image] Sep 17 14:02:32.489 INFO O| Sep 17 14:02:32.489 INFO STEP 586 (remove_files) COMPLETE
57952024-09-17T14:02:33.746Z[ recovery-image] Sep 17 14:02:32.489 INFO O| Sep 17 14:02:32.489 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-09-17T14:02:33.753Z[ recovery-image] Sep 17 14:02:32.498 INFO O| Sep 17 14:02:32.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57972024-09-17T14:02:33.755Z[ recovery-image] Sep 17 14:02:32.499 INFO O| Sep 17 14:02:32.499 INFO STEP 587 (remove_files) COMPLETE
57982024-09-17T14:02:33.756Z[ recovery-image] Sep 17 14:02:32.499 INFO O| Sep 17 14:02:32.499 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-09-17T14:02:33.763Z[ recovery-image] Sep 17 14:02:32.508 INFO O| Sep 17 14:02:32.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58002024-09-17T14:02:33.766Z[ recovery-image] Sep 17 14:02:32.509 INFO O| Sep 17 14:02:32.508 INFO STEP 588 (remove_files) COMPLETE
58012024-09-17T14:02:33.766Z[ recovery-image] Sep 17 14:02:32.509 INFO O| Sep 17 14:02:32.508 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-09-17T14:02:33.772Z[ recovery-image] Sep 17 14:02:32.518 INFO O| Sep 17 14:02:32.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58032024-09-17T14:02:33.775Z[ recovery-image] Sep 17 14:02:32.518 INFO O| Sep 17 14:02:32.518 INFO STEP 589 (remove_files) COMPLETE
58042024-09-17T14:02:33.775Z[ recovery-image] Sep 17 14:02:32.518 INFO O| Sep 17 14:02:32.518 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-09-17T14:02:33.782Z[ recovery-image] Sep 17 14:02:32.528 INFO O| Sep 17 14:02:32.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58062024-09-17T14:02:33.785Z[ recovery-image] Sep 17 14:02:32.528 INFO O| Sep 17 14:02:32.528 INFO STEP 590 (remove_files) COMPLETE
58072024-09-17T14:02:33.785Z[ recovery-image] Sep 17 14:02:32.528 INFO O| Sep 17 14:02:32.528 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-09-17T14:02:33.792Z[ recovery-image] Sep 17 14:02:32.537 INFO O| Sep 17 14:02:32.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58092024-09-17T14:02:33.794Z[ recovery-image] Sep 17 14:02:32.537 INFO O| Sep 17 14:02:32.537 INFO STEP 591 (remove_files) COMPLETE
58102024-09-17T14:02:33.794Z[ recovery-image] Sep 17 14:02:32.537 INFO O| Sep 17 14:02:32.537 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-09-17T14:02:33.801Z[ recovery-image] Sep 17 14:02:32.547 INFO O| Sep 17 14:02:32.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58122024-09-17T14:02:33.801Z[ recovery-image] Sep 17 14:02:32.547 INFO O| Sep 17 14:02:32.547 INFO STEP 592 (remove_files) COMPLETE
58132024-09-17T14:02:33.801Z[ recovery-image] Sep 17 14:02:32.547 INFO O| Sep 17 14:02:32.547 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-09-17T14:02:33.811Z[ recovery-image] Sep 17 14:02:32.557 INFO O| Sep 17 14:02:32.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58152024-09-17T14:02:33.814Z[ recovery-image] Sep 17 14:02:32.557 INFO O| Sep 17 14:02:32.557 INFO STEP 593 (remove_files) COMPLETE
58162024-09-17T14:02:33.814Z[ recovery-image] Sep 17 14:02:32.557 INFO O| Sep 17 14:02:32.557 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-09-17T14:02:33.821Z[ recovery-image] Sep 17 14:02:32.566 INFO O| Sep 17 14:02:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58182024-09-17T14:02:33.823Z[ recovery-image] Sep 17 14:02:32.566 INFO O| Sep 17 14:02:32.566 INFO STEP 594 (remove_files) COMPLETE
58192024-09-17T14:02:33.823Z[ recovery-image] Sep 17 14:02:32.566 INFO O| Sep 17 14:02:32.566 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-09-17T14:02:33.830Z[ recovery-image] Sep 17 14:02:32.576 INFO O| Sep 17 14:02:32.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58212024-09-17T14:02:33.830Z[ recovery-image] Sep 17 14:02:32.576 INFO O| Sep 17 14:02:32.576 INFO STEP 595 (remove_files) COMPLETE
58222024-09-17T14:02:33.833Z[ recovery-image] Sep 17 14:02:32.576 INFO O| Sep 17 14:02:32.576 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-09-17T14:02:33.840Z[ recovery-image] Sep 17 14:02:32.585 INFO O| Sep 17 14:02:32.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58242024-09-17T14:02:33.840Z[ recovery-image] Sep 17 14:02:32.585 INFO O| Sep 17 14:02:32.585 INFO STEP 596 (remove_files) COMPLETE
58252024-09-17T14:02:33.843Z[ recovery-image] Sep 17 14:02:32.585 INFO O| Sep 17 14:02:32.585 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-09-17T14:02:33.849Z[ recovery-image] Sep 17 14:02:32.595 INFO O| Sep 17 14:02:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58272024-09-17T14:02:33.849Z[ recovery-image] Sep 17 14:02:32.595 INFO O| Sep 17 14:02:32.595 INFO STEP 597 (remove_files) COMPLETE
58282024-09-17T14:02:33.849Z[ recovery-image] Sep 17 14:02:32.595 INFO O| Sep 17 14:02:32.595 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-09-17T14:02:33.859Z[ recovery-image] Sep 17 14:02:32.604 INFO O| Sep 17 14:02:32.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58302024-09-17T14:02:33.862Z[ recovery-image] Sep 17 14:02:32.605 INFO O| Sep 17 14:02:32.605 INFO STEP 598 (remove_files) COMPLETE
58312024-09-17T14:02:33.862Z[ recovery-image] Sep 17 14:02:32.605 INFO O| Sep 17 14:02:32.605 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-09-17T14:02:33.869Z[ recovery-image] Sep 17 14:02:32.614 INFO O| Sep 17 14:02:32.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58332024-09-17T14:02:33.872Z[ recovery-image] Sep 17 14:02:32.615 INFO O| Sep 17 14:02:32.614 INFO STEP 599 (remove_files) COMPLETE
58342024-09-17T14:02:33.872Z[ recovery-image] Sep 17 14:02:32.615 INFO O| Sep 17 14:02:32.614 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-09-17T14:02:33.879Z[ recovery-image] Sep 17 14:02:32.624 INFO O| Sep 17 14:02:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58362024-09-17T14:02:33.879Z[ recovery-image] Sep 17 14:02:32.624 INFO O| Sep 17 14:02:32.624 INFO STEP 600 (remove_files) COMPLETE
58372024-09-17T14:02:33.881Z[ recovery-image] Sep 17 14:02:32.624 INFO O| Sep 17 14:02:32.624 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-09-17T14:02:33.888Z[ recovery-image] Sep 17 14:02:32.634 INFO O| Sep 17 14:02:32.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58392024-09-17T14:02:33.890Z[ recovery-image] Sep 17 14:02:32.634 INFO O| Sep 17 14:02:32.634 INFO STEP 601 (remove_files) COMPLETE
58402024-09-17T14:02:33.890Z[ recovery-image] Sep 17 14:02:32.634 INFO O| Sep 17 14:02:32.634 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-09-17T14:02:33.898Z[ recovery-image] Sep 17 14:02:32.643 INFO O| Sep 17 14:02:32.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58422024-09-17T14:02:33.898Z[ recovery-image] Sep 17 14:02:32.643 INFO O| Sep 17 14:02:32.643 INFO STEP 602 (remove_files) COMPLETE
58432024-09-17T14:02:33.900Z[ recovery-image] Sep 17 14:02:32.643 INFO O| Sep 17 14:02:32.643 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-09-17T14:02:33.907Z[ recovery-image] Sep 17 14:02:32.653 INFO O| Sep 17 14:02:32.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58452024-09-17T14:02:33.910Z[ recovery-image] Sep 17 14:02:32.653 INFO O| Sep 17 14:02:32.653 INFO STEP 603 (remove_files) COMPLETE
58462024-09-17T14:02:33.910Z[ recovery-image] Sep 17 14:02:32.653 INFO O| Sep 17 14:02:32.653 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-09-17T14:02:33.917Z[ recovery-image] Sep 17 14:02:32.662 INFO O| Sep 17 14:02:32.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58482024-09-17T14:02:33.917Z[ recovery-image] Sep 17 14:02:32.662 INFO O| Sep 17 14:02:32.662 INFO STEP 604 (remove_files) COMPLETE
58492024-09-17T14:02:33.917Z[ recovery-image] Sep 17 14:02:32.663 INFO O| Sep 17 14:02:32.662 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-09-17T14:02:33.927Z[ recovery-image] Sep 17 14:02:32.672 INFO O| Sep 17 14:02:32.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58512024-09-17T14:02:33.927Z[ recovery-image] Sep 17 14:02:32.672 INFO O| Sep 17 14:02:32.672 INFO STEP 605 (remove_files) COMPLETE
58522024-09-17T14:02:33.929Z[ recovery-image] Sep 17 14:02:32.672 INFO O| Sep 17 14:02:32.672 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-09-17T14:02:33.936Z[ recovery-image] Sep 17 14:02:32.682 INFO O| Sep 17 14:02:32.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58542024-09-17T14:02:33.936Z[ recovery-image] Sep 17 14:02:32.682 INFO O| Sep 17 14:02:32.682 INFO STEP 606 (remove_files) COMPLETE
58552024-09-17T14:02:33.936Z[ recovery-image] Sep 17 14:02:32.682 INFO O| Sep 17 14:02:32.682 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-09-17T14:02:33.946Z[ recovery-image] Sep 17 14:02:32.691 INFO O| Sep 17 14:02:32.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58572024-09-17T14:02:33.948Z[ recovery-image] Sep 17 14:02:32.691 INFO O| Sep 17 14:02:32.691 INFO STEP 607 (remove_files) COMPLETE
58582024-09-17T14:02:33.948Z[ recovery-image] Sep 17 14:02:32.691 INFO O| Sep 17 14:02:32.691 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-09-17T14:02:33.955Z[ recovery-image] Sep 17 14:02:32.701 INFO O| Sep 17 14:02:32.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58602024-09-17T14:02:33.955Z[ recovery-image] Sep 17 14:02:32.701 INFO O| Sep 17 14:02:32.701 INFO STEP 608 (remove_files) COMPLETE
58612024-09-17T14:02:33.955Z[ recovery-image] Sep 17 14:02:32.701 INFO O| Sep 17 14:02:32.701 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-09-17T14:02:33.965Z[ recovery-image] Sep 17 14:02:32.710 INFO O| Sep 17 14:02:32.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58632024-09-17T14:02:33.965Z[ recovery-image] Sep 17 14:02:32.710 INFO O| Sep 17 14:02:32.710 INFO STEP 609 (remove_files) COMPLETE
58642024-09-17T14:02:33.965Z[ recovery-image] Sep 17 14:02:32.710 INFO O| Sep 17 14:02:32.710 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-09-17T14:02:33.974Z[ recovery-image] Sep 17 14:02:32.720 INFO O| Sep 17 14:02:32.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58662024-09-17T14:02:33.974Z[ recovery-image] Sep 17 14:02:32.720 INFO O| Sep 17 14:02:32.720 INFO STEP 610 (remove_files) COMPLETE
58672024-09-17T14:02:33.974Z[ recovery-image] Sep 17 14:02:32.720 INFO O| Sep 17 14:02:32.720 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-09-17T14:02:33.984Z[ recovery-image] Sep 17 14:02:32.729 INFO O| Sep 17 14:02:32.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58692024-09-17T14:02:33.984Z[ recovery-image] Sep 17 14:02:32.729 INFO O| Sep 17 14:02:32.729 INFO STEP 611 (remove_files) COMPLETE
58702024-09-17T14:02:33.984Z[ recovery-image] Sep 17 14:02:32.729 INFO O| Sep 17 14:02:32.729 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-09-17T14:02:33.993Z[ recovery-image] Sep 17 14:02:32.739 INFO O| Sep 17 14:02:32.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58722024-09-17T14:02:33.993Z[ recovery-image] Sep 17 14:02:32.739 INFO O| Sep 17 14:02:32.739 INFO STEP 612 (remove_files) COMPLETE
58732024-09-17T14:02:33.996Z[ recovery-image] Sep 17 14:02:32.739 INFO O| Sep 17 14:02:32.739 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-09-17T14:02:34.003Z[ recovery-image] Sep 17 14:02:32.748 INFO O| Sep 17 14:02:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58752024-09-17T14:02:34.003Z[ recovery-image] Sep 17 14:02:32.748 INFO O| Sep 17 14:02:32.748 INFO STEP 613 (remove_files) COMPLETE
58762024-09-17T14:02:34.006Z[ recovery-image] Sep 17 14:02:32.748 INFO O| Sep 17 14:02:32.748 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-09-17T14:02:34.012Z[ recovery-image] Sep 17 14:02:32.758 INFO O| Sep 17 14:02:32.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58782024-09-17T14:02:34.012Z[ recovery-image] Sep 17 14:02:32.758 INFO O| Sep 17 14:02:32.758 INFO STEP 614 (remove_files) COMPLETE
58792024-09-17T14:02:34.015Z[ recovery-image] Sep 17 14:02:32.758 INFO O| Sep 17 14:02:32.758 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-09-17T14:02:34.023Z[ recovery-image] Sep 17 14:02:32.767 INFO O| Sep 17 14:02:32.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58812024-09-17T14:02:34.025Z[ recovery-image] Sep 17 14:02:32.768 INFO O| Sep 17 14:02:32.767 INFO STEP 615 (remove_files) COMPLETE
58822024-09-17T14:02:34.025Z[ recovery-image] Sep 17 14:02:32.768 INFO O| Sep 17 14:02:32.767 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-09-17T14:02:34.032Z[ recovery-image] Sep 17 14:02:32.777 INFO O| Sep 17 14:02:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58842024-09-17T14:02:34.034Z[ recovery-image] Sep 17 14:02:32.777 INFO O| Sep 17 14:02:32.777 INFO STEP 616 (remove_files) COMPLETE
58852024-09-17T14:02:34.034Z[ recovery-image] Sep 17 14:02:32.777 INFO O| Sep 17 14:02:32.777 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-09-17T14:02:34.041Z[ recovery-image] Sep 17 14:02:32.787 INFO O| Sep 17 14:02:32.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58872024-09-17T14:02:34.041Z[ recovery-image] Sep 17 14:02:32.787 INFO O| Sep 17 14:02:32.787 INFO STEP 617 (remove_files) COMPLETE
58882024-09-17T14:02:34.041Z[ recovery-image] Sep 17 14:02:32.787 INFO O| Sep 17 14:02:32.787 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-09-17T14:02:34.051Z[ recovery-image] Sep 17 14:02:32.796 INFO O| Sep 17 14:02:32.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58902024-09-17T14:02:34.051Z[ recovery-image] Sep 17 14:02:32.796 INFO O| Sep 17 14:02:32.796 INFO STEP 618 (remove_files) COMPLETE
58912024-09-17T14:02:34.051Z[ recovery-image] Sep 17 14:02:32.796 INFO O| Sep 17 14:02:32.796 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-09-17T14:02:34.064Z[ recovery-image] Sep 17 14:02:32.808 INFO O| Sep 17 14:02:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58932024-09-17T14:02:34.067Z[ recovery-image] Sep 17 14:02:32.809 INFO O| Sep 17 14:02:32.809 INFO STEP 619 (remove_files) COMPLETE
58942024-09-17T14:02:34.067Z[ recovery-image] Sep 17 14:02:32.809 INFO O| Sep 17 14:02:32.809 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-09-17T14:02:34.082Z[ recovery-image] Sep 17 14:02:32.827 INFO O| Sep 17 14:02:32.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58962024-09-17T14:02:34.085Z[ recovery-image] Sep 17 14:02:32.827 INFO O| Sep 17 14:02:32.827 INFO STEP 620 (remove_files) COMPLETE
58972024-09-17T14:02:34.085Z[ recovery-image] Sep 17 14:02:32.827 INFO O| Sep 17 14:02:32.827 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-09-17T14:02:34.100Z[ recovery-image] Sep 17 14:02:32.845 INFO O| Sep 17 14:02:32.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58992024-09-17T14:02:34.102Z[ recovery-image] Sep 17 14:02:32.845 INFO O| Sep 17 14:02:32.845 INFO STEP 621 (remove_files) COMPLETE
59002024-09-17T14:02:34.102Z[ recovery-image] Sep 17 14:02:32.845 INFO O| Sep 17 14:02:32.845 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-09-17T14:02:34.119Z[ recovery-image] Sep 17 14:02:32.864 INFO O| Sep 17 14:02:32.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59022024-09-17T14:02:34.121Z[ recovery-image] Sep 17 14:02:32.864 INFO O| Sep 17 14:02:32.864 INFO STEP 622 (remove_files) COMPLETE
59032024-09-17T14:02:34.122Z[ recovery-image] Sep 17 14:02:32.864 INFO O| Sep 17 14:02:32.864 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-09-17T14:02:34.137Z[ recovery-image] Sep 17 14:02:32.883 INFO O| Sep 17 14:02:32.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59052024-09-17T14:02:34.137Z[ recovery-image] Sep 17 14:02:32.883 INFO O| Sep 17 14:02:32.883 INFO STEP 623 (remove_files) COMPLETE
59062024-09-17T14:02:34.140Z[ recovery-image] Sep 17 14:02:32.883 INFO O| Sep 17 14:02:32.883 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-09-17T14:02:34.156Z[ recovery-image] Sep 17 14:02:32.902 INFO O| Sep 17 14:02:32.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59082024-09-17T14:02:34.157Z[ recovery-image] Sep 17 14:02:32.902 INFO O| Sep 17 14:02:32.902 INFO STEP 624 (remove_files) COMPLETE
59092024-09-17T14:02:34.157Z[ recovery-image] Sep 17 14:02:32.902 INFO O| Sep 17 14:02:32.902 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-09-17T14:02:34.176Z[ recovery-image] Sep 17 14:02:32.921 INFO O| Sep 17 14:02:32.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59112024-09-17T14:02:34.179Z[ recovery-image] Sep 17 14:02:32.921 INFO O| Sep 17 14:02:32.921 INFO STEP 625 (remove_files) COMPLETE
59122024-09-17T14:02:34.179Z[ recovery-image] Sep 17 14:02:32.921 INFO O| Sep 17 14:02:32.921 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-09-17T14:02:34.189Z[ recovery-image] Sep 17 14:02:32.935 INFO O| Sep 17 14:02:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59142024-09-17T14:02:34.189Z[ recovery-image] Sep 17 14:02:32.935 INFO O| Sep 17 14:02:32.935 INFO STEP 626 (remove_files) COMPLETE
59152024-09-17T14:02:34.189Z[ recovery-image] Sep 17 14:02:32.935 INFO O| Sep 17 14:02:32.935 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-09-17T14:02:34.199Z[ recovery-image] Sep 17 14:02:32.944 INFO O| Sep 17 14:02:32.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59172024-09-17T14:02:34.201Z[ recovery-image] Sep 17 14:02:32.944 INFO O| Sep 17 14:02:32.944 INFO STEP 627 (remove_files) COMPLETE
59182024-09-17T14:02:34.201Z[ recovery-image] Sep 17 14:02:32.944 INFO O| Sep 17 14:02:32.944 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-09-17T14:02:34.208Z[ recovery-image] Sep 17 14:02:32.954 INFO O| Sep 17 14:02:32.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59202024-09-17T14:02:34.208Z[ recovery-image] Sep 17 14:02:32.954 INFO O| Sep 17 14:02:32.954 INFO STEP 628 (remove_files) COMPLETE
59212024-09-17T14:02:34.208Z[ recovery-image] Sep 17 14:02:32.954 INFO O| Sep 17 14:02:32.954 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-09-17T14:02:34.218Z[ recovery-image] Sep 17 14:02:32.963 INFO O| Sep 17 14:02:32.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59232024-09-17T14:02:34.218Z[ recovery-image] Sep 17 14:02:32.963 INFO O| Sep 17 14:02:32.963 INFO STEP 629 (remove_files) COMPLETE
59242024-09-17T14:02:34.220Z[ recovery-image] Sep 17 14:02:32.963 INFO O| Sep 17 14:02:32.963 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-09-17T14:02:34.227Z[ recovery-image] Sep 17 14:02:32.973 INFO O| Sep 17 14:02:32.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59262024-09-17T14:02:34.229Z[ recovery-image] Sep 17 14:02:32.973 INFO O| Sep 17 14:02:32.973 INFO STEP 630 (remove_files) COMPLETE
59272024-09-17T14:02:34.230Z[ recovery-image] Sep 17 14:02:32.973 INFO O| Sep 17 14:02:32.973 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-09-17T14:02:34.237Z[ recovery-image] Sep 17 14:02:32.983 INFO O| Sep 17 14:02:32.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59292024-09-17T14:02:34.237Z[ recovery-image] Sep 17 14:02:32.983 INFO O| Sep 17 14:02:32.983 INFO STEP 631 (remove_files) COMPLETE
59302024-09-17T14:02:34.237Z[ recovery-image] Sep 17 14:02:32.983 INFO O| Sep 17 14:02:32.983 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-09-17T14:02:34.247Z[ recovery-image] Sep 17 14:02:32.992 INFO O| Sep 17 14:02:32.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59322024-09-17T14:02:34.247Z[ recovery-image] Sep 17 14:02:32.992 INFO O| Sep 17 14:02:32.992 INFO STEP 632 (remove_files) COMPLETE
59332024-09-17T14:02:34.250Z[ recovery-image] Sep 17 14:02:32.992 INFO O| Sep 17 14:02:32.992 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-09-17T14:02:34.344Z[ recovery-image] Sep 17 14:02:33.002 INFO O| Sep 17 14:02:33.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59352024-09-17T14:02:34.344Z[ recovery-image] Sep 17 14:02:33.002 INFO O| Sep 17 14:02:33.002 INFO STEP 633 (remove_files) COMPLETE
59362024-09-17T14:02:34.344Z[ recovery-image] Sep 17 14:02:33.002 INFO O| Sep 17 14:02:33.002 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-09-17T14:02:34.344Z[ recovery-image] Sep 17 14:02:33.011 INFO O| Sep 17 14:02:33.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59382024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.012 INFO O| Sep 17 14:02:33.011 INFO STEP 634 (remove_files) COMPLETE
59392024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.012 INFO O| Sep 17 14:02:33.011 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.021 INFO O| Sep 17 14:02:33.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59412024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.021 INFO O| Sep 17 14:02:33.021 INFO STEP 635 (remove_files) COMPLETE
59422024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.021 INFO O| Sep 17 14:02:33.021 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.031 INFO O| Sep 17 14:02:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59442024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.031 INFO O| Sep 17 14:02:33.031 INFO STEP 636 (remove_files) COMPLETE
59452024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.031 INFO O| Sep 17 14:02:33.031 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.040 INFO O| Sep 17 14:02:33.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59472024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.040 INFO O| Sep 17 14:02:33.040 INFO STEP 637 (remove_files) COMPLETE
59482024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.040 INFO O| Sep 17 14:02:33.040 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.050 INFO O| Sep 17 14:02:33.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59502024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.050 INFO O| Sep 17 14:02:33.050 INFO STEP 638 (remove_files) COMPLETE
59512024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.050 INFO O| Sep 17 14:02:33.050 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.059 INFO O| Sep 17 14:02:33.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59532024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.059 INFO O| Sep 17 14:02:33.059 INFO STEP 639 (remove_files) COMPLETE
59542024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.059 INFO O| Sep 17 14:02:33.059 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.069 INFO O| Sep 17 14:02:33.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59562024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.069 INFO O| Sep 17 14:02:33.069 INFO STEP 640 (remove_files) COMPLETE
59572024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.069 INFO O| Sep 17 14:02:33.069 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.078 INFO O| Sep 17 14:02:33.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59592024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.078 INFO O| Sep 17 14:02:33.078 INFO STEP 641 (remove_files) COMPLETE
59602024-09-17T14:02:34.345Z[ recovery-image] Sep 17 14:02:33.078 INFO O| Sep 17 14:02:33.078 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-09-17T14:02:34.348Z[ recovery-image] Sep 17 14:02:33.088 INFO O| Sep 17 14:02:33.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59622024-09-17T14:02:34.348Z[ recovery-image] Sep 17 14:02:33.088 INFO O| Sep 17 14:02:33.088 INFO STEP 642 (remove_files) COMPLETE
59632024-09-17T14:02:34.348Z[ recovery-image] Sep 17 14:02:33.088 INFO O| Sep 17 14:02:33.088 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-09-17T14:02:34.352Z[ recovery-image] Sep 17 14:02:33.098 INFO O| Sep 17 14:02:33.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59652024-09-17T14:02:34.352Z[ recovery-image] Sep 17 14:02:33.098 INFO O| Sep 17 14:02:33.098 INFO STEP 643 (remove_files) COMPLETE
59662024-09-17T14:02:34.355Z[ recovery-image] Sep 17 14:02:33.098 INFO O| Sep 17 14:02:33.098 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-09-17T14:02:34.362Z[ recovery-image] Sep 17 14:02:33.107 INFO O| Sep 17 14:02:33.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59682024-09-17T14:02:34.365Z[ recovery-image] Sep 17 14:02:33.107 INFO O| Sep 17 14:02:33.107 INFO STEP 644 (remove_files) COMPLETE
59692024-09-17T14:02:34.365Z[ recovery-image] Sep 17 14:02:33.107 INFO O| Sep 17 14:02:33.107 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-09-17T14:02:34.371Z[ recovery-image] Sep 17 14:02:33.117 INFO O| Sep 17 14:02:33.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59712024-09-17T14:02:34.371Z[ recovery-image] Sep 17 14:02:33.117 INFO O| Sep 17 14:02:33.117 INFO STEP 645 (remove_files) COMPLETE
59722024-09-17T14:02:34.374Z[ recovery-image] Sep 17 14:02:33.117 INFO O| Sep 17 14:02:33.117 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-09-17T14:02:34.374Z[ host-image] Sep 17 14:02:33.117 INFO O| Sep 17 14:02:33.117 INFO O| Download: 20893/22728 items 175.6/196.4MB 89% complete (1.2M/s)
59742024-09-17T14:02:34.381Z[ recovery-image] Sep 17 14:02:33.127 INFO O| Sep 17 14:02:33.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59752024-09-17T14:02:34.381Z[ recovery-image] Sep 17 14:02:33.127 INFO O| Sep 17 14:02:33.127 INFO STEP 646 (remove_files) COMPLETE
59762024-09-17T14:02:34.384Z[ recovery-image] Sep 17 14:02:33.127 INFO O| Sep 17 14:02:33.127 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-17T14:02:34.391Z[ recovery-image] Sep 17 14:02:33.136 INFO O| Sep 17 14:02:33.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59782024-09-17T14:02:34.391Z[ recovery-image] Sep 17 14:02:33.136 INFO O| Sep 17 14:02:33.136 INFO STEP 647 (remove_files) COMPLETE
59792024-09-17T14:02:34.393Z[ recovery-image] Sep 17 14:02:33.137 INFO O| Sep 17 14:02:33.136 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-17T14:02:34.401Z[ recovery-image] Sep 17 14:02:33.146 INFO O| Sep 17 14:02:33.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59812024-09-17T14:02:34.401Z[ recovery-image] Sep 17 14:02:33.146 INFO O| Sep 17 14:02:33.146 INFO STEP 648 (remove_files) COMPLETE
59822024-09-17T14:02:34.403Z[ recovery-image] Sep 17 14:02:33.146 INFO O| Sep 17 14:02:33.146 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-17T14:02:34.410Z[ recovery-image] Sep 17 14:02:33.156 INFO O| Sep 17 14:02:33.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59842024-09-17T14:02:34.413Z[ recovery-image] Sep 17 14:02:33.156 INFO O| Sep 17 14:02:33.156 INFO STEP 649 (remove_files) COMPLETE
59852024-09-17T14:02:34.413Z[ recovery-image] Sep 17 14:02:33.156 INFO O| Sep 17 14:02:33.156 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-17T14:02:34.420Z[ recovery-image] Sep 17 14:02:33.166 INFO O| Sep 17 14:02:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59872024-09-17T14:02:34.420Z[ recovery-image] Sep 17 14:02:33.166 INFO O| Sep 17 14:02:33.166 INFO STEP 650 (remove_files) COMPLETE
59882024-09-17T14:02:34.423Z[ recovery-image] Sep 17 14:02:33.166 INFO O| Sep 17 14:02:33.166 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-09-17T14:02:34.430Z[ recovery-image] Sep 17 14:02:33.175 INFO O| Sep 17 14:02:33.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59902024-09-17T14:02:34.430Z[ recovery-image] Sep 17 14:02:33.175 INFO O| Sep 17 14:02:33.175 INFO STEP 651 (remove_files) COMPLETE
59912024-09-17T14:02:34.430Z[ recovery-image] Sep 17 14:02:33.175 INFO O| Sep 17 14:02:33.175 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-09-17T14:02:34.439Z[ recovery-image] Sep 17 14:02:33.185 INFO O| Sep 17 14:02:33.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59932024-09-17T14:02:34.439Z[ recovery-image] Sep 17 14:02:33.185 INFO O| Sep 17 14:02:33.185 INFO STEP 652 (remove_files) COMPLETE
59942024-09-17T14:02:34.442Z[ recovery-image] Sep 17 14:02:33.185 INFO O| Sep 17 14:02:33.185 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-09-17T14:02:34.449Z[ recovery-image] Sep 17 14:02:33.194 INFO O| Sep 17 14:02:33.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59962024-09-17T14:02:34.452Z[ recovery-image] Sep 17 14:02:33.195 INFO O| Sep 17 14:02:33.195 INFO STEP 653 (remove_files) COMPLETE
59972024-09-17T14:02:34.452Z[ recovery-image] Sep 17 14:02:33.195 INFO O| Sep 17 14:02:33.195 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-09-17T14:02:34.459Z[ recovery-image] Sep 17 14:02:33.204 INFO O| Sep 17 14:02:33.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59992024-09-17T14:02:34.459Z[ recovery-image] Sep 17 14:02:33.204 INFO O| Sep 17 14:02:33.204 INFO STEP 654 (remove_files) COMPLETE
60002024-09-17T14:02:34.461Z[ recovery-image] Sep 17 14:02:33.204 INFO O| Sep 17 14:02:33.204 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-09-17T14:02:34.468Z[ recovery-image] Sep 17 14:02:33.214 INFO O| Sep 17 14:02:33.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60022024-09-17T14:02:34.471Z[ recovery-image] Sep 17 14:02:33.214 INFO O| Sep 17 14:02:33.214 INFO STEP 655 (remove_files) COMPLETE
60032024-09-17T14:02:34.471Z[ recovery-image] Sep 17 14:02:33.214 INFO O| Sep 17 14:02:33.214 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-09-17T14:02:34.478Z[ recovery-image] Sep 17 14:02:33.223 INFO O| Sep 17 14:02:33.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60052024-09-17T14:02:34.478Z[ recovery-image] Sep 17 14:02:33.223 INFO O| Sep 17 14:02:33.223 INFO STEP 656 (remove_files) COMPLETE
60062024-09-17T14:02:34.480Z[ recovery-image] Sep 17 14:02:33.224 INFO O| Sep 17 14:02:33.223 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-09-17T14:02:34.487Z[ recovery-image] Sep 17 14:02:33.233 INFO O| Sep 17 14:02:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60082024-09-17T14:02:34.487Z[ recovery-image] Sep 17 14:02:33.233 INFO O| Sep 17 14:02:33.233 INFO STEP 657 (remove_files) COMPLETE
60092024-09-17T14:02:34.490Z[ recovery-image] Sep 17 14:02:33.233 INFO O| Sep 17 14:02:33.233 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-09-17T14:02:34.497Z[ recovery-image] Sep 17 14:02:33.243 INFO O| Sep 17 14:02:33.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60112024-09-17T14:02:34.500Z[ recovery-image] Sep 17 14:02:33.243 INFO O| Sep 17 14:02:33.243 INFO STEP 658 (remove_files) COMPLETE
60122024-09-17T14:02:34.500Z[ recovery-image] Sep 17 14:02:33.243 INFO O| Sep 17 14:02:33.243 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-09-17T14:02:34.507Z[ recovery-image] Sep 17 14:02:33.253 INFO O| Sep 17 14:02:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60142024-09-17T14:02:34.507Z[ recovery-image] Sep 17 14:02:33.253 INFO O| Sep 17 14:02:33.253 INFO STEP 659 (remove_files) COMPLETE
60152024-09-17T14:02:34.510Z[ recovery-image] Sep 17 14:02:33.253 INFO O| Sep 17 14:02:33.253 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-09-17T14:02:34.517Z[ recovery-image] Sep 17 14:02:33.262 INFO O| Sep 17 14:02:33.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60172024-09-17T14:02:34.517Z[ recovery-image] Sep 17 14:02:33.262 INFO O| Sep 17 14:02:33.262 INFO STEP 660 (remove_files) COMPLETE
60182024-09-17T14:02:34.517Z[ recovery-image] Sep 17 14:02:33.262 INFO O| Sep 17 14:02:33.262 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-09-17T14:02:34.526Z[ recovery-image] Sep 17 14:02:33.272 INFO O| Sep 17 14:02:33.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60202024-09-17T14:02:34.526Z[ recovery-image] Sep 17 14:02:33.272 INFO O| Sep 17 14:02:33.272 INFO STEP 661 (remove_files) COMPLETE
60212024-09-17T14:02:34.529Z[ recovery-image] Sep 17 14:02:33.272 INFO O| Sep 17 14:02:33.272 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-09-17T14:02:34.536Z[ recovery-image] Sep 17 14:02:33.281 INFO O| Sep 17 14:02:33.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60232024-09-17T14:02:34.536Z[ recovery-image] Sep 17 14:02:33.281 INFO O| Sep 17 14:02:33.281 INFO STEP 662 (remove_files) COMPLETE
60242024-09-17T14:02:34.536Z[ recovery-image] Sep 17 14:02:33.281 INFO O| Sep 17 14:02:33.281 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-09-17T14:02:34.545Z[ recovery-image] Sep 17 14:02:33.291 INFO O| Sep 17 14:02:33.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60262024-09-17T14:02:34.548Z[ recovery-image] Sep 17 14:02:33.291 INFO O| Sep 17 14:02:33.291 INFO STEP 663 (remove_files) COMPLETE
60272024-09-17T14:02:34.548Z[ recovery-image] Sep 17 14:02:33.291 INFO O| Sep 17 14:02:33.291 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-09-17T14:02:34.555Z[ recovery-image] Sep 17 14:02:33.300 INFO O| Sep 17 14:02:33.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60292024-09-17T14:02:34.555Z[ recovery-image] Sep 17 14:02:33.301 INFO O| Sep 17 14:02:33.301 INFO STEP 664 (remove_files) COMPLETE
60302024-09-17T14:02:34.557Z[ recovery-image] Sep 17 14:02:33.301 INFO O| Sep 17 14:02:33.301 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-17T14:02:34.565Z[ recovery-image] Sep 17 14:02:33.310 INFO O| Sep 17 14:02:33.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60322024-09-17T14:02:34.567Z[ recovery-image] Sep 17 14:02:33.310 INFO O| Sep 17 14:02:33.310 INFO STEP 665 (remove_files) COMPLETE
60332024-09-17T14:02:34.567Z[ recovery-image] Sep 17 14:02:33.310 INFO O| Sep 17 14:02:33.310 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-17T14:02:34.574Z[ recovery-image] Sep 17 14:02:33.320 INFO O| Sep 17 14:02:33.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60352024-09-17T14:02:34.577Z[ recovery-image] Sep 17 14:02:33.320 INFO O| Sep 17 14:02:33.320 INFO STEP 666 (remove_files) COMPLETE
60362024-09-17T14:02:34.577Z[ recovery-image] Sep 17 14:02:33.320 INFO O| Sep 17 14:02:33.320 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-17T14:02:34.584Z[ recovery-image] Sep 17 14:02:33.329 INFO O| Sep 17 14:02:33.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60382024-09-17T14:02:34.584Z[ recovery-image] Sep 17 14:02:33.329 INFO O| Sep 17 14:02:33.329 INFO STEP 667 (remove_files) COMPLETE
60392024-09-17T14:02:34.584Z[ recovery-image] Sep 17 14:02:33.329 INFO O| Sep 17 14:02:33.329 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-17T14:02:34.593Z[ recovery-image] Sep 17 14:02:33.339 INFO O| Sep 17 14:02:33.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60412024-09-17T14:02:34.596Z[ recovery-image] Sep 17 14:02:33.339 INFO O| Sep 17 14:02:33.339 INFO STEP 668 (remove_files) COMPLETE
60422024-09-17T14:02:34.596Z[ recovery-image] Sep 17 14:02:33.339 INFO O| Sep 17 14:02:33.339 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-17T14:02:34.603Z[ recovery-image] Sep 17 14:02:33.349 INFO O| Sep 17 14:02:33.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60442024-09-17T14:02:34.603Z[ recovery-image] Sep 17 14:02:33.349 INFO O| Sep 17 14:02:33.349 INFO STEP 669 (remove_files) COMPLETE
60452024-09-17T14:02:34.606Z[ recovery-image] Sep 17 14:02:33.349 INFO O| Sep 17 14:02:33.349 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-17T14:02:34.613Z[ recovery-image] Sep 17 14:02:33.358 INFO O| Sep 17 14:02:33.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60472024-09-17T14:02:34.613Z[ recovery-image] Sep 17 14:02:33.359 INFO O| Sep 17 14:02:33.358 INFO STEP 670 (remove_files) COMPLETE
60482024-09-17T14:02:34.615Z[ recovery-image] Sep 17 14:02:33.359 INFO O| Sep 17 14:02:33.358 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-17T14:02:34.623Z[ recovery-image] Sep 17 14:02:33.368 INFO O| Sep 17 14:02:33.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60502024-09-17T14:02:34.625Z[ recovery-image] Sep 17 14:02:33.368 INFO O| Sep 17 14:02:33.368 INFO STEP 671 (remove_files) COMPLETE
60512024-09-17T14:02:34.625Z[ recovery-image] Sep 17 14:02:33.368 INFO O| Sep 17 14:02:33.368 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-17T14:02:34.632Z[ recovery-image] Sep 17 14:02:33.378 INFO O| Sep 17 14:02:33.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60532024-09-17T14:02:34.635Z[ recovery-image] Sep 17 14:02:33.378 INFO O| Sep 17 14:02:33.378 INFO STEP 672 (remove_files) COMPLETE
60542024-09-17T14:02:34.635Z[ recovery-image] Sep 17 14:02:33.378 INFO O| Sep 17 14:02:33.378 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-17T14:02:34.642Z[ recovery-image] Sep 17 14:02:33.387 INFO O| Sep 17 14:02:33.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60562024-09-17T14:02:34.644Z[ recovery-image] Sep 17 14:02:33.387 INFO O| Sep 17 14:02:33.387 INFO STEP 673 (remove_files) COMPLETE
60572024-09-17T14:02:34.644Z[ recovery-image] Sep 17 14:02:33.387 INFO O| Sep 17 14:02:33.387 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-17T14:02:34.651Z[ recovery-image] Sep 17 14:02:33.397 INFO O| Sep 17 14:02:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60592024-09-17T14:02:34.654Z[ recovery-image] Sep 17 14:02:33.397 INFO O| Sep 17 14:02:33.397 INFO STEP 674 (remove_files) COMPLETE
60602024-09-17T14:02:34.654Z[ recovery-image] Sep 17 14:02:33.397 INFO O| Sep 17 14:02:33.397 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-17T14:02:34.661Z[ recovery-image] Sep 17 14:02:33.406 INFO O| Sep 17 14:02:33.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60622024-09-17T14:02:34.664Z[ recovery-image] Sep 17 14:02:33.407 INFO O| Sep 17 14:02:33.406 INFO STEP 675 (remove_files) COMPLETE
60632024-09-17T14:02:34.664Z[ recovery-image] Sep 17 14:02:33.407 INFO O| Sep 17 14:02:33.406 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-17T14:02:34.671Z[ recovery-image] Sep 17 14:02:33.416 INFO O| Sep 17 14:02:33.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60652024-09-17T14:02:34.671Z[ recovery-image] Sep 17 14:02:33.416 INFO O| Sep 17 14:02:33.416 INFO STEP 676 (remove_files) COMPLETE
60662024-09-17T14:02:34.671Z[ recovery-image] Sep 17 14:02:33.416 INFO O| Sep 17 14:02:33.416 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-17T14:02:34.680Z[ recovery-image] Sep 17 14:02:33.425 INFO O| Sep 17 14:02:33.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60682024-09-17T14:02:34.680Z[ recovery-image] Sep 17 14:02:33.425 INFO O| Sep 17 14:02:33.425 INFO STEP 677 (remove_files) COMPLETE
60692024-09-17T14:02:34.680Z[ recovery-image] Sep 17 14:02:33.426 INFO O| Sep 17 14:02:33.425 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-17T14:02:34.689Z[ recovery-image] Sep 17 14:02:33.435 INFO O| Sep 17 14:02:33.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60712024-09-17T14:02:34.690Z[ recovery-image] Sep 17 14:02:33.435 INFO O| Sep 17 14:02:33.435 INFO STEP 678 (remove_files) COMPLETE
60722024-09-17T14:02:34.690Z[ recovery-image] Sep 17 14:02:33.435 INFO O| Sep 17 14:02:33.435 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-17T14:02:34.699Z[ recovery-image] Sep 17 14:02:33.444 INFO O| Sep 17 14:02:33.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60742024-09-17T14:02:34.699Z[ recovery-image] Sep 17 14:02:33.444 INFO O| Sep 17 14:02:33.444 INFO STEP 679 (remove_files) COMPLETE
60752024-09-17T14:02:34.701Z[ recovery-image] Sep 17 14:02:33.444 INFO O| Sep 17 14:02:33.444 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-17T14:02:34.709Z[ recovery-image] Sep 17 14:02:33.454 INFO O| Sep 17 14:02:33.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60772024-09-17T14:02:34.709Z[ recovery-image] Sep 17 14:02:33.454 INFO O| Sep 17 14:02:33.454 INFO STEP 680 (remove_files) COMPLETE
60782024-09-17T14:02:34.711Z[ recovery-image] Sep 17 14:02:33.454 INFO O| Sep 17 14:02:33.454 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-17T14:02:34.718Z[ recovery-image] Sep 17 14:02:33.463 INFO O| Sep 17 14:02:33.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60802024-09-17T14:02:34.721Z[ recovery-image] Sep 17 14:02:33.463 INFO O| Sep 17 14:02:33.463 INFO STEP 681 (remove_files) COMPLETE
60812024-09-17T14:02:34.721Z[ recovery-image] Sep 17 14:02:33.464 INFO O| Sep 17 14:02:33.463 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-17T14:02:34.728Z[ recovery-image] Sep 17 14:02:33.473 INFO O| Sep 17 14:02:33.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60832024-09-17T14:02:34.728Z[ recovery-image] Sep 17 14:02:33.473 INFO O| Sep 17 14:02:33.473 INFO STEP 682 (remove_files) COMPLETE
60842024-09-17T14:02:34.730Z[ recovery-image] Sep 17 14:02:33.473 INFO O| Sep 17 14:02:33.473 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-17T14:02:34.737Z[ recovery-image] Sep 17 14:02:33.482 INFO O| Sep 17 14:02:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60862024-09-17T14:02:34.740Z[ recovery-image] Sep 17 14:02:33.483 INFO O| Sep 17 14:02:33.483 INFO STEP 683 (remove_files) COMPLETE
60872024-09-17T14:02:34.740Z[ recovery-image] Sep 17 14:02:33.483 INFO O| Sep 17 14:02:33.483 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-17T14:02:34.747Z[ recovery-image] Sep 17 14:02:33.492 INFO O| Sep 17 14:02:33.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60892024-09-17T14:02:34.747Z[ recovery-image] Sep 17 14:02:33.492 INFO O| Sep 17 14:02:33.492 INFO STEP 684 (remove_files) COMPLETE
60902024-09-17T14:02:34.750Z[ recovery-image] Sep 17 14:02:33.492 INFO O| Sep 17 14:02:33.492 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-17T14:02:34.756Z[ recovery-image] Sep 17 14:02:33.502 INFO O| Sep 17 14:02:33.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60922024-09-17T14:02:34.756Z[ recovery-image] Sep 17 14:02:33.502 INFO O| Sep 17 14:02:33.502 INFO STEP 685 (remove_files) COMPLETE
60932024-09-17T14:02:34.760Z[ recovery-image] Sep 17 14:02:33.502 INFO O| Sep 17 14:02:33.502 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-17T14:02:34.766Z[ recovery-image] Sep 17 14:02:33.511 INFO O| Sep 17 14:02:33.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60952024-09-17T14:02:34.766Z[ recovery-image] Sep 17 14:02:33.511 INFO O| Sep 17 14:02:33.511 INFO STEP 686 (remove_files) COMPLETE
60962024-09-17T14:02:34.766Z[ recovery-image] Sep 17 14:02:33.511 INFO O| Sep 17 14:02:33.511 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-17T14:02:34.775Z[ recovery-image] Sep 17 14:02:33.521 INFO O| Sep 17 14:02:33.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60982024-09-17T14:02:34.775Z[ recovery-image] Sep 17 14:02:33.521 INFO O| Sep 17 14:02:33.521 INFO STEP 687 (remove_files) COMPLETE
60992024-09-17T14:02:34.778Z[ recovery-image] Sep 17 14:02:33.521 INFO O| Sep 17 14:02:33.521 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-17T14:02:34.785Z[ recovery-image] Sep 17 14:02:33.530 INFO O| Sep 17 14:02:33.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61012024-09-17T14:02:34.787Z[ recovery-image] Sep 17 14:02:33.531 INFO O| Sep 17 14:02:33.531 INFO STEP 688 (remove_files) COMPLETE
61022024-09-17T14:02:34.787Z[ recovery-image] Sep 17 14:02:33.531 INFO O| Sep 17 14:02:33.531 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-17T14:02:34.795Z[ recovery-image] Sep 17 14:02:33.540 INFO O| Sep 17 14:02:33.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61042024-09-17T14:02:34.797Z[ recovery-image] Sep 17 14:02:33.540 INFO O| Sep 17 14:02:33.540 INFO STEP 689 (remove_files) COMPLETE
61052024-09-17T14:02:34.798Z[ recovery-image] Sep 17 14:02:33.540 INFO O| Sep 17 14:02:33.540 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-17T14:02:34.804Z[ recovery-image] Sep 17 14:02:33.550 INFO O| Sep 17 14:02:33.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61072024-09-17T14:02:34.804Z[ recovery-image] Sep 17 14:02:33.550 INFO O| Sep 17 14:02:33.550 INFO STEP 690 (remove_files) COMPLETE
61082024-09-17T14:02:34.807Z[ recovery-image] Sep 17 14:02:33.550 INFO O| Sep 17 14:02:33.550 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-17T14:02:34.814Z[ recovery-image] Sep 17 14:02:33.559 INFO O| Sep 17 14:02:33.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61102024-09-17T14:02:34.814Z[ recovery-image] Sep 17 14:02:33.559 INFO O| Sep 17 14:02:33.559 INFO STEP 691 (remove_files) COMPLETE
61112024-09-17T14:02:34.814Z[ recovery-image] Sep 17 14:02:33.559 INFO O| Sep 17 14:02:33.559 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-17T14:02:34.824Z[ recovery-image] Sep 17 14:02:33.569 INFO O| Sep 17 14:02:33.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61132024-09-17T14:02:34.824Z[ recovery-image] Sep 17 14:02:33.569 INFO O| Sep 17 14:02:33.569 INFO STEP 692 (remove_files) COMPLETE
61142024-09-17T14:02:34.826Z[ recovery-image] Sep 17 14:02:33.569 INFO O| Sep 17 14:02:33.569 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-17T14:02:34.833Z[ recovery-image] Sep 17 14:02:33.579 INFO O| Sep 17 14:02:33.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61162024-09-17T14:02:34.833Z[ recovery-image] Sep 17 14:02:33.579 INFO O| Sep 17 14:02:33.579 INFO STEP 693 (remove_files) COMPLETE
61172024-09-17T14:02:34.844Z[ recovery-image] Sep 17 14:02:33.579 INFO O| Sep 17 14:02:33.579 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-17T14:02:34.844Z[ recovery-image] Sep 17 14:02:33.588 INFO O| Sep 17 14:02:33.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61192024-09-17T14:02:34.844Z[ recovery-image] Sep 17 14:02:33.588 INFO O| Sep 17 14:02:33.588 INFO STEP 694 (remove_files) COMPLETE
61202024-09-17T14:02:34.844Z[ recovery-image] Sep 17 14:02:33.588 INFO O| Sep 17 14:02:33.588 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-17T14:02:34.852Z[ recovery-image] Sep 17 14:02:33.598 INFO O| Sep 17 14:02:33.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61222024-09-17T14:02:34.852Z[ recovery-image] Sep 17 14:02:33.598 INFO O| Sep 17 14:02:33.598 INFO STEP 695 (remove_files) COMPLETE
61232024-09-17T14:02:34.854Z[ recovery-image] Sep 17 14:02:33.598 INFO O| Sep 17 14:02:33.598 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-17T14:02:34.862Z[ recovery-image] Sep 17 14:02:33.607 INFO O| Sep 17 14:02:33.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61252024-09-17T14:02:34.865Z[ recovery-image] Sep 17 14:02:33.607 INFO O| Sep 17 14:02:33.607 INFO STEP 696 (remove_files) COMPLETE
61262024-09-17T14:02:34.865Z[ recovery-image] Sep 17 14:02:33.607 INFO O| Sep 17 14:02:33.607 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-17T14:02:34.871Z[ recovery-image] Sep 17 14:02:33.617 INFO O| Sep 17 14:02:33.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61282024-09-17T14:02:34.871Z[ recovery-image] Sep 17 14:02:33.617 INFO O| Sep 17 14:02:33.617 INFO STEP 697 (remove_files) COMPLETE
61292024-09-17T14:02:34.874Z[ recovery-image] Sep 17 14:02:33.617 INFO O| Sep 17 14:02:33.617 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-17T14:02:34.881Z[ recovery-image] Sep 17 14:02:33.626 INFO O| Sep 17 14:02:33.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61312024-09-17T14:02:34.884Z[ recovery-image] Sep 17 14:02:33.626 INFO O| Sep 17 14:02:33.626 INFO STEP 698 (remove_files) COMPLETE
61322024-09-17T14:02:34.884Z[ recovery-image] Sep 17 14:02:33.626 INFO O| Sep 17 14:02:33.626 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-17T14:02:34.890Z[ recovery-image] Sep 17 14:02:33.636 INFO O| Sep 17 14:02:33.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61342024-09-17T14:02:34.890Z[ recovery-image] Sep 17 14:02:33.636 INFO O| Sep 17 14:02:33.636 INFO STEP 699 (remove_files) COMPLETE
61352024-09-17T14:02:34.893Z[ recovery-image] Sep 17 14:02:33.636 INFO O| Sep 17 14:02:33.636 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-17T14:02:34.900Z[ recovery-image] Sep 17 14:02:33.645 INFO O| Sep 17 14:02:33.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61372024-09-17T14:02:34.903Z[ recovery-image] Sep 17 14:02:33.645 INFO O| Sep 17 14:02:33.645 INFO STEP 700 (remove_files) COMPLETE
61382024-09-17T14:02:34.903Z[ recovery-image] Sep 17 14:02:33.645 INFO O| Sep 17 14:02:33.645 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-17T14:02:34.909Z[ recovery-image] Sep 17 14:02:33.655 INFO O| Sep 17 14:02:33.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61402024-09-17T14:02:34.909Z[ recovery-image] Sep 17 14:02:33.655 INFO O| Sep 17 14:02:33.655 INFO STEP 701 (remove_files) COMPLETE
61412024-09-17T14:02:34.913Z[ recovery-image] Sep 17 14:02:33.655 INFO O| Sep 17 14:02:33.655 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-17T14:02:34.919Z[ recovery-image] Sep 17 14:02:33.665 INFO O| Sep 17 14:02:33.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61432024-09-17T14:02:34.919Z[ recovery-image] Sep 17 14:02:33.665 INFO O| Sep 17 14:02:33.665 INFO STEP 702 (remove_files) COMPLETE
61442024-09-17T14:02:34.923Z[ recovery-image] Sep 17 14:02:33.665 INFO O| Sep 17 14:02:33.665 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-17T14:02:34.929Z[ recovery-image] Sep 17 14:02:33.674 INFO O| Sep 17 14:02:33.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61462024-09-17T14:02:34.929Z[ recovery-image] Sep 17 14:02:33.675 INFO O| Sep 17 14:02:33.674 INFO STEP 703 (remove_files) COMPLETE
61472024-09-17T14:02:34.932Z[ recovery-image] Sep 17 14:02:33.675 INFO O| Sep 17 14:02:33.675 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-17T14:02:34.939Z[ recovery-image] Sep 17 14:02:33.684 INFO O| Sep 17 14:02:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61492024-09-17T14:02:34.941Z[ recovery-image] Sep 17 14:02:33.684 INFO O| Sep 17 14:02:33.684 INFO STEP 704 (remove_files) COMPLETE
61502024-09-17T14:02:34.941Z[ recovery-image] Sep 17 14:02:33.684 INFO O| Sep 17 14:02:33.684 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-17T14:02:34.948Z[ recovery-image] Sep 17 14:02:33.694 INFO O| Sep 17 14:02:33.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61522024-09-17T14:02:34.951Z[ recovery-image] Sep 17 14:02:33.694 INFO O| Sep 17 14:02:33.694 INFO STEP 705 (remove_files) COMPLETE
61532024-09-17T14:02:34.951Z[ recovery-image] Sep 17 14:02:33.694 INFO O| Sep 17 14:02:33.694 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-17T14:02:34.958Z[ recovery-image] Sep 17 14:02:33.703 INFO O| Sep 17 14:02:33.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61552024-09-17T14:02:34.960Z[ recovery-image] Sep 17 14:02:33.703 INFO O| Sep 17 14:02:33.703 INFO STEP 706 (remove_files) COMPLETE
61562024-09-17T14:02:34.960Z[ recovery-image] Sep 17 14:02:33.703 INFO O| Sep 17 14:02:33.703 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-17T14:02:34.967Z[ recovery-image] Sep 17 14:02:33.713 INFO O| Sep 17 14:02:33.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61582024-09-17T14:02:34.967Z[ recovery-image] Sep 17 14:02:33.713 INFO O| Sep 17 14:02:33.713 INFO STEP 707 (remove_files) COMPLETE
61592024-09-17T14:02:34.970Z[ recovery-image] Sep 17 14:02:33.713 INFO O| Sep 17 14:02:33.713 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-17T14:02:34.977Z[ recovery-image] Sep 17 14:02:33.722 INFO O| Sep 17 14:02:33.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61612024-09-17T14:02:34.980Z[ recovery-image] Sep 17 14:02:33.722 INFO O| Sep 17 14:02:33.722 INFO STEP 708 (remove_files) COMPLETE
61622024-09-17T14:02:34.980Z[ recovery-image] Sep 17 14:02:33.722 INFO O| Sep 17 14:02:33.722 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-17T14:02:34.986Z[ recovery-image] Sep 17 14:02:33.732 INFO O| Sep 17 14:02:33.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61642024-09-17T14:02:34.986Z[ recovery-image] Sep 17 14:02:33.732 INFO O| Sep 17 14:02:33.732 INFO STEP 709 (remove_files) COMPLETE
61652024-09-17T14:02:34.986Z[ recovery-image] Sep 17 14:02:33.732 INFO O| Sep 17 14:02:33.732 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-17T14:02:34.996Z[ recovery-image] Sep 17 14:02:33.741 INFO O| Sep 17 14:02:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61672024-09-17T14:02:34.996Z[ recovery-image] Sep 17 14:02:33.741 INFO O| Sep 17 14:02:33.741 INFO STEP 710 (remove_files) COMPLETE
61682024-09-17T14:02:34.999Z[ recovery-image] Sep 17 14:02:33.741 INFO O| Sep 17 14:02:33.741 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-17T14:02:35.005Z[ recovery-image] Sep 17 14:02:33.751 INFO O| Sep 17 14:02:33.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61702024-09-17T14:02:35.005Z[ recovery-image] Sep 17 14:02:33.751 INFO O| Sep 17 14:02:33.751 INFO STEP 711 (remove_files) COMPLETE
61712024-09-17T14:02:35.008Z[ recovery-image] Sep 17 14:02:33.751 INFO O| Sep 17 14:02:33.751 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-17T14:02:35.015Z[ recovery-image] Sep 17 14:02:33.760 INFO O| Sep 17 14:02:33.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61732024-09-17T14:02:35.015Z[ recovery-image] Sep 17 14:02:33.760 INFO O| Sep 17 14:02:33.760 INFO STEP 712 (remove_files) COMPLETE
61742024-09-17T14:02:35.017Z[ recovery-image] Sep 17 14:02:33.760 INFO O| Sep 17 14:02:33.760 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-17T14:02:35.025Z[ recovery-image] Sep 17 14:02:33.770 INFO O| Sep 17 14:02:33.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61762024-09-17T14:02:35.025Z[ recovery-image] Sep 17 14:02:33.770 INFO O| Sep 17 14:02:33.770 INFO STEP 713 (remove_files) COMPLETE
61772024-09-17T14:02:35.027Z[ recovery-image] Sep 17 14:02:33.770 INFO O| Sep 17 14:02:33.770 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-17T14:02:35.034Z[ recovery-image] Sep 17 14:02:33.779 INFO O| Sep 17 14:02:33.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61792024-09-17T14:02:35.034Z[ recovery-image] Sep 17 14:02:33.779 INFO O| Sep 17 14:02:33.779 INFO STEP 714 (remove_files) COMPLETE
61802024-09-17T14:02:35.034Z[ recovery-image] Sep 17 14:02:33.779 INFO O| Sep 17 14:02:33.779 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-17T14:02:35.044Z[ recovery-image] Sep 17 14:02:33.789 INFO O| Sep 17 14:02:33.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61822024-09-17T14:02:35.044Z[ recovery-image] Sep 17 14:02:33.789 INFO O| Sep 17 14:02:33.789 INFO STEP 715 (remove_files) COMPLETE
61832024-09-17T14:02:35.047Z[ recovery-image] Sep 17 14:02:33.789 INFO O| Sep 17 14:02:33.789 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-09-17T14:02:35.053Z[ recovery-image] Sep 17 14:02:33.799 INFO O| Sep 17 14:02:33.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61852024-09-17T14:02:35.053Z[ recovery-image] Sep 17 14:02:33.799 INFO O| Sep 17 14:02:33.799 INFO STEP 716 (remove_files) COMPLETE
61862024-09-17T14:02:35.057Z[ recovery-image] Sep 17 14:02:33.799 INFO O| Sep 17 14:02:33.799 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-09-17T14:02:35.063Z[ recovery-image] Sep 17 14:02:33.808 INFO O| Sep 17 14:02:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61882024-09-17T14:02:35.063Z[ recovery-image] Sep 17 14:02:33.808 INFO O| Sep 17 14:02:33.808 INFO STEP 717 (remove_files) COMPLETE
61892024-09-17T14:02:35.066Z[ recovery-image] Sep 17 14:02:33.808 INFO O| Sep 17 14:02:33.808 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-09-17T14:02:35.072Z[ recovery-image] Sep 17 14:02:33.818 INFO O| Sep 17 14:02:33.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61912024-09-17T14:02:35.075Z[ recovery-image] Sep 17 14:02:33.818 INFO O| Sep 17 14:02:33.818 INFO STEP 718 (remove_files) COMPLETE
61922024-09-17T14:02:35.075Z[ recovery-image] Sep 17 14:02:33.818 INFO O| Sep 17 14:02:33.818 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-17T14:02:35.082Z[ recovery-image] Sep 17 14:02:33.827 INFO O| Sep 17 14:02:33.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61942024-09-17T14:02:35.084Z[ recovery-image] Sep 17 14:02:33.827 INFO O| Sep 17 14:02:33.827 INFO STEP 719 (remove_files) COMPLETE
61952024-09-17T14:02:35.084Z[ recovery-image] Sep 17 14:02:33.827 INFO O| Sep 17 14:02:33.827 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-17T14:02:35.091Z[ recovery-image] Sep 17 14:02:33.837 INFO O| Sep 17 14:02:33.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61972024-09-17T14:02:35.091Z[ recovery-image] Sep 17 14:02:33.837 INFO O| Sep 17 14:02:33.837 INFO STEP 720 (remove_files) COMPLETE
61982024-09-17T14:02:35.094Z[ recovery-image] Sep 17 14:02:33.837 INFO O| Sep 17 14:02:33.837 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-09-17T14:02:35.101Z[ recovery-image] Sep 17 14:02:33.846 INFO O| Sep 17 14:02:33.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62002024-09-17T14:02:35.101Z[ recovery-image] Sep 17 14:02:33.846 INFO O| Sep 17 14:02:33.846 INFO STEP 721 (remove_files) COMPLETE
62012024-09-17T14:02:35.103Z[ recovery-image] Sep 17 14:02:33.846 INFO O| Sep 17 14:02:33.846 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-09-17T14:02:35.110Z[ recovery-image] Sep 17 14:02:33.856 INFO O| Sep 17 14:02:33.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62032024-09-17T14:02:35.110Z[ recovery-image] Sep 17 14:02:33.856 INFO O| Sep 17 14:02:33.856 INFO STEP 722 (remove_files) COMPLETE
62042024-09-17T14:02:35.113Z[ recovery-image] Sep 17 14:02:33.856 INFO O| Sep 17 14:02:33.856 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-09-17T14:02:35.120Z[ recovery-image] Sep 17 14:02:33.865 INFO O| Sep 17 14:02:33.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62062024-09-17T14:02:35.122Z[ recovery-image] Sep 17 14:02:33.865 INFO O| Sep 17 14:02:33.865 INFO STEP 723 (remove_files) COMPLETE
62072024-09-17T14:02:35.122Z[ recovery-image] Sep 17 14:02:33.865 INFO O| Sep 17 14:02:33.865 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-09-17T14:02:35.129Z[ recovery-image] Sep 17 14:02:33.875 INFO O| Sep 17 14:02:33.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62092024-09-17T14:02:35.129Z[ recovery-image] Sep 17 14:02:33.875 INFO O| Sep 17 14:02:33.875 INFO STEP 724 (remove_files) COMPLETE
62102024-09-17T14:02:35.132Z[ recovery-image] Sep 17 14:02:33.875 INFO O| Sep 17 14:02:33.875 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-09-17T14:02:35.139Z[ recovery-image] Sep 17 14:02:33.884 INFO O| Sep 17 14:02:33.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62122024-09-17T14:02:35.139Z[ recovery-image] Sep 17 14:02:33.884 INFO O| Sep 17 14:02:33.884 INFO STEP 725 (remove_files) COMPLETE
62132024-09-17T14:02:35.142Z[ recovery-image] Sep 17 14:02:33.884 INFO O| Sep 17 14:02:33.884 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-09-17T14:02:35.148Z[ recovery-image] Sep 17 14:02:33.894 INFO O| Sep 17 14:02:33.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62152024-09-17T14:02:35.148Z[ recovery-image] Sep 17 14:02:33.894 INFO O| Sep 17 14:02:33.894 INFO STEP 726 (remove_files) COMPLETE
62162024-09-17T14:02:35.151Z[ recovery-image] Sep 17 14:02:33.894 INFO O| Sep 17 14:02:33.894 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-09-17T14:02:35.158Z[ recovery-image] Sep 17 14:02:33.903 INFO O| Sep 17 14:02:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62182024-09-17T14:02:35.160Z[ recovery-image] Sep 17 14:02:33.903 INFO O| Sep 17 14:02:33.903 INFO STEP 727 (remove_files) COMPLETE
62192024-09-17T14:02:35.160Z[ recovery-image] Sep 17 14:02:33.903 INFO O| Sep 17 14:02:33.903 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-09-17T14:02:35.167Z[ recovery-image] Sep 17 14:02:33.913 INFO O| Sep 17 14:02:33.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62212024-09-17T14:02:35.170Z[ recovery-image] Sep 17 14:02:33.913 INFO O| Sep 17 14:02:33.913 INFO STEP 728 (remove_files) COMPLETE
62222024-09-17T14:02:35.170Z[ recovery-image] Sep 17 14:02:33.913 INFO O| Sep 17 14:02:33.913 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-09-17T14:02:35.177Z[ recovery-image] Sep 17 14:02:33.922 INFO O| Sep 17 14:02:33.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62242024-09-17T14:02:35.177Z[ recovery-image] Sep 17 14:02:33.922 INFO O| Sep 17 14:02:33.922 INFO STEP 729 (remove_files) COMPLETE
62252024-09-17T14:02:35.180Z[ recovery-image] Sep 17 14:02:33.922 INFO O| Sep 17 14:02:33.922 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-09-17T14:02:35.187Z[ recovery-image] Sep 17 14:02:33.932 INFO O| Sep 17 14:02:33.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62272024-09-17T14:02:35.193Z[ recovery-image] Sep 17 14:02:33.932 INFO O| Sep 17 14:02:33.932 INFO STEP 730 (remove_files) COMPLETE
62282024-09-17T14:02:35.193Z[ recovery-image] Sep 17 14:02:33.932 INFO O| Sep 17 14:02:33.932 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-09-17T14:02:35.196Z[ recovery-image] Sep 17 14:02:33.941 INFO O| Sep 17 14:02:33.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62302024-09-17T14:02:35.198Z[ recovery-image] Sep 17 14:02:33.942 INFO O| Sep 17 14:02:33.942 INFO STEP 731 (remove_files) COMPLETE
62312024-09-17T14:02:35.198Z[ recovery-image] Sep 17 14:02:33.942 INFO O| Sep 17 14:02:33.942 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-09-17T14:02:35.207Z[ recovery-image] Sep 17 14:02:33.952 INFO O| Sep 17 14:02:33.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62332024-09-17T14:02:35.209Z[ recovery-image] Sep 17 14:02:33.952 INFO O| Sep 17 14:02:33.952 INFO STEP 732 (remove_files) COMPLETE
62342024-09-17T14:02:35.209Z[ recovery-image] Sep 17 14:02:33.952 INFO O| Sep 17 14:02:33.952 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-09-17T14:02:35.217Z[ recovery-image] Sep 17 14:02:33.962 INFO O| Sep 17 14:02:33.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62362024-09-17T14:02:35.217Z[ recovery-image] Sep 17 14:02:33.962 INFO O| Sep 17 14:02:33.962 INFO STEP 733 (remove_files) COMPLETE
62372024-09-17T14:02:35.220Z[ recovery-image] Sep 17 14:02:33.962 INFO O| Sep 17 14:02:33.962 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-09-17T14:02:35.227Z[ recovery-image] Sep 17 14:02:33.972 INFO O| Sep 17 14:02:33.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62392024-09-17T14:02:35.227Z[ recovery-image] Sep 17 14:02:33.972 INFO O| Sep 17 14:02:33.972 INFO STEP 734 (remove_files) COMPLETE
62402024-09-17T14:02:35.227Z[ recovery-image] Sep 17 14:02:33.972 INFO O| Sep 17 14:02:33.972 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-09-17T14:02:35.236Z[ recovery-image] Sep 17 14:02:33.982 INFO O| Sep 17 14:02:33.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62422024-09-17T14:02:35.239Z[ recovery-image] Sep 17 14:02:33.982 INFO O| Sep 17 14:02:33.982 INFO STEP 735 (remove_files) COMPLETE
62432024-09-17T14:02:35.240Z[ recovery-image] Sep 17 14:02:33.982 INFO O| Sep 17 14:02:33.982 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-09-17T14:02:35.246Z[ recovery-image] Sep 17 14:02:33.991 INFO O| Sep 17 14:02:33.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62452024-09-17T14:02:35.249Z[ recovery-image] Sep 17 14:02:33.991 INFO O| Sep 17 14:02:33.991 INFO STEP 736 (remove_files) COMPLETE
62462024-09-17T14:02:35.249Z[ recovery-image] Sep 17 14:02:33.991 INFO O| Sep 17 14:02:33.991 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-09-17T14:02:35.256Z[ recovery-image] Sep 17 14:02:34.001 INFO O| Sep 17 14:02:34.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62482024-09-17T14:02:35.259Z[ recovery-image] Sep 17 14:02:34.001 INFO O| Sep 17 14:02:34.001 INFO STEP 737 (remove_files) COMPLETE
62492024-09-17T14:02:35.259Z[ recovery-image] Sep 17 14:02:34.001 INFO O| Sep 17 14:02:34.001 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-09-17T14:02:35.266Z[ recovery-image] Sep 17 14:02:34.011 INFO O| Sep 17 14:02:34.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62512024-09-17T14:02:35.266Z[ recovery-image] Sep 17 14:02:34.011 INFO O| Sep 17 14:02:34.011 INFO STEP 738 (remove_files) COMPLETE
62522024-09-17T14:02:35.269Z[ recovery-image] Sep 17 14:02:34.011 INFO O| Sep 17 14:02:34.011 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-09-17T14:02:35.275Z[ recovery-image] Sep 17 14:02:34.021 INFO O| Sep 17 14:02:34.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62542024-09-17T14:02:35.275Z[ recovery-image] Sep 17 14:02:34.021 INFO O| Sep 17 14:02:34.021 INFO STEP 739 (remove_files) COMPLETE
62552024-09-17T14:02:35.278Z[ recovery-image] Sep 17 14:02:34.021 INFO O| Sep 17 14:02:34.021 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-09-17T14:02:35.285Z[ recovery-image] Sep 17 14:02:34.030 INFO O| Sep 17 14:02:34.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62572024-09-17T14:02:35.288Z[ recovery-image] Sep 17 14:02:34.031 INFO O| Sep 17 14:02:34.030 INFO STEP 740 (remove_files) COMPLETE
62582024-09-17T14:02:35.288Z[ recovery-image] Sep 17 14:02:34.031 INFO O| Sep 17 14:02:34.030 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-09-17T14:02:35.295Z[ recovery-image] Sep 17 14:02:34.040 INFO O| Sep 17 14:02:34.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62602024-09-17T14:02:35.297Z[ recovery-image] Sep 17 14:02:34.041 INFO O| Sep 17 14:02:34.041 INFO STEP 741 (remove_files) COMPLETE
62612024-09-17T14:02:35.297Z[ recovery-image] Sep 17 14:02:34.041 INFO O| Sep 17 14:02:34.041 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-09-17T14:02:35.305Z[ recovery-image] Sep 17 14:02:34.050 INFO O| Sep 17 14:02:34.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62632024-09-17T14:02:35.305Z[ recovery-image] Sep 17 14:02:34.050 INFO O| Sep 17 14:02:34.050 INFO STEP 742 (remove_files) COMPLETE
62642024-09-17T14:02:35.308Z[ recovery-image] Sep 17 14:02:34.050 INFO O| Sep 17 14:02:34.050 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-09-17T14:02:35.315Z[ recovery-image] Sep 17 14:02:34.060 INFO O| Sep 17 14:02:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62662024-09-17T14:02:35.317Z[ recovery-image] Sep 17 14:02:34.060 INFO O| Sep 17 14:02:34.060 INFO STEP 743 (remove_files) COMPLETE
62672024-09-17T14:02:35.318Z[ recovery-image] Sep 17 14:02:34.060 INFO O| Sep 17 14:02:34.060 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-09-17T14:02:35.324Z[ recovery-image] Sep 17 14:02:34.069 INFO O| Sep 17 14:02:34.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62692024-09-17T14:02:35.327Z[ recovery-image] Sep 17 14:02:34.070 INFO O| Sep 17 14:02:34.070 INFO STEP 744 (remove_files) COMPLETE
62702024-09-17T14:02:35.327Z[ recovery-image] Sep 17 14:02:34.070 INFO O| Sep 17 14:02:34.070 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-09-17T14:02:35.334Z[ recovery-image] Sep 17 14:02:34.079 INFO O| Sep 17 14:02:34.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62722024-09-17T14:02:35.334Z[ recovery-image] Sep 17 14:02:34.079 INFO O| Sep 17 14:02:34.079 INFO STEP 745 (remove_files) COMPLETE
62732024-09-17T14:02:35.336Z[ recovery-image] Sep 17 14:02:34.079 INFO O| Sep 17 14:02:34.079 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-09-17T14:02:35.343Z[ recovery-image] Sep 17 14:02:34.088 INFO O| Sep 17 14:02:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62752024-09-17T14:02:35.343Z[ recovery-image] Sep 17 14:02:34.088 INFO O| Sep 17 14:02:34.088 INFO STEP 746 (remove_files) COMPLETE
62762024-09-17T14:02:35.346Z[ recovery-image] Sep 17 14:02:34.089 INFO O| Sep 17 14:02:34.088 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-09-17T14:02:35.354Z[ recovery-image] Sep 17 14:02:34.098 INFO O| Sep 17 14:02:34.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62782024-09-17T14:02:35.358Z[ recovery-image] Sep 17 14:02:34.098 INFO O| Sep 17 14:02:34.098 INFO STEP 747 (remove_files) COMPLETE
62792024-09-17T14:02:35.358Z[ recovery-image] Sep 17 14:02:34.098 INFO O| Sep 17 14:02:34.098 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-09-17T14:02:35.362Z[ recovery-image] Sep 17 14:02:34.107 INFO O| Sep 17 14:02:34.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62812024-09-17T14:02:35.362Z[ recovery-image] Sep 17 14:02:34.107 INFO O| Sep 17 14:02:34.107 INFO STEP 748 (remove_files) COMPLETE
62822024-09-17T14:02:35.365Z[ recovery-image] Sep 17 14:02:34.107 INFO O| Sep 17 14:02:34.107 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-09-17T14:02:35.372Z[ recovery-image] Sep 17 14:02:34.117 INFO O| Sep 17 14:02:34.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62842024-09-17T14:02:35.374Z[ recovery-image] Sep 17 14:02:34.117 INFO O| Sep 17 14:02:34.117 INFO STEP 749 (remove_files) COMPLETE
62852024-09-17T14:02:35.374Z[ recovery-image] Sep 17 14:02:34.117 INFO O| Sep 17 14:02:34.117 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-09-17T14:02:35.381Z[ recovery-image] Sep 17 14:02:34.126 INFO O| Sep 17 14:02:34.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62872024-09-17T14:02:35.381Z[ recovery-image] Sep 17 14:02:34.126 INFO O| Sep 17 14:02:34.126 INFO STEP 750 (remove_files) COMPLETE
62882024-09-17T14:02:35.384Z[ recovery-image] Sep 17 14:02:34.126 INFO O| Sep 17 14:02:34.126 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-09-17T14:02:35.391Z[ recovery-image] Sep 17 14:02:34.136 INFO O| Sep 17 14:02:34.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62902024-09-17T14:02:35.391Z[ recovery-image] Sep 17 14:02:34.136 INFO O| Sep 17 14:02:34.136 INFO STEP 751 (remove_files) COMPLETE
62912024-09-17T14:02:35.391Z[ recovery-image] Sep 17 14:02:34.136 INFO O| Sep 17 14:02:34.136 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-09-17T14:02:35.400Z[ recovery-image] Sep 17 14:02:34.145 INFO O| Sep 17 14:02:34.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62932024-09-17T14:02:35.400Z[ recovery-image] Sep 17 14:02:34.145 INFO O| Sep 17 14:02:34.145 INFO STEP 752 (remove_files) COMPLETE
62942024-09-17T14:02:35.400Z[ recovery-image] Sep 17 14:02:34.145 INFO O| Sep 17 14:02:34.145 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-09-17T14:02:35.410Z[ recovery-image] Sep 17 14:02:34.155 INFO O| Sep 17 14:02:34.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62962024-09-17T14:02:35.413Z[ recovery-image] Sep 17 14:02:34.156 INFO O| Sep 17 14:02:34.155 INFO STEP 753 (remove_files) COMPLETE
62972024-09-17T14:02:35.413Z[ recovery-image] Sep 17 14:02:34.156 INFO O| Sep 17 14:02:34.156 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-09-17T14:02:35.420Z[ recovery-image] Sep 17 14:02:34.165 INFO O| Sep 17 14:02:34.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62992024-09-17T14:02:35.420Z[ recovery-image] Sep 17 14:02:34.165 INFO O| Sep 17 14:02:34.165 INFO STEP 754 (remove_files) COMPLETE
63002024-09-17T14:02:35.422Z[ recovery-image] Sep 17 14:02:34.165 INFO O| Sep 17 14:02:34.165 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-09-17T14:02:35.429Z[ recovery-image] Sep 17 14:02:34.174 INFO O| Sep 17 14:02:34.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63022024-09-17T14:02:35.431Z[ recovery-image] Sep 17 14:02:34.175 INFO O| Sep 17 14:02:34.175 INFO STEP 755 (remove_files) COMPLETE
63032024-09-17T14:02:35.432Z[ recovery-image] Sep 17 14:02:34.175 INFO O| Sep 17 14:02:34.175 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-09-17T14:02:35.439Z[ recovery-image] Sep 17 14:02:34.184 INFO O| Sep 17 14:02:34.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63052024-09-17T14:02:35.439Z[ recovery-image] Sep 17 14:02:34.184 INFO O| Sep 17 14:02:34.184 INFO STEP 756 (remove_files) COMPLETE
63062024-09-17T14:02:35.442Z[ recovery-image] Sep 17 14:02:34.184 INFO O| Sep 17 14:02:34.184 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-09-17T14:02:35.448Z[ recovery-image] Sep 17 14:02:34.194 INFO O| Sep 17 14:02:34.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63082024-09-17T14:02:35.448Z[ recovery-image] Sep 17 14:02:34.194 INFO O| Sep 17 14:02:34.194 INFO STEP 757 (remove_files) COMPLETE
63092024-09-17T14:02:35.448Z[ recovery-image] Sep 17 14:02:34.194 INFO O| Sep 17 14:02:34.194 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-09-17T14:02:35.458Z[ recovery-image] Sep 17 14:02:34.203 INFO O| Sep 17 14:02:34.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63112024-09-17T14:02:35.461Z[ recovery-image] Sep 17 14:02:34.203 INFO O| Sep 17 14:02:34.203 INFO STEP 758 (remove_files) COMPLETE
63122024-09-17T14:02:35.461Z[ recovery-image] Sep 17 14:02:34.203 INFO O| Sep 17 14:02:34.203 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-09-17T14:02:35.467Z[ recovery-image] Sep 17 14:02:34.213 INFO O| Sep 17 14:02:34.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63142024-09-17T14:02:35.470Z[ recovery-image] Sep 17 14:02:34.213 INFO O| Sep 17 14:02:34.213 INFO STEP 759 (remove_files) COMPLETE
63152024-09-17T14:02:35.470Z[ recovery-image] Sep 17 14:02:34.213 INFO O| Sep 17 14:02:34.213 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-09-17T14:02:35.477Z[ recovery-image] Sep 17 14:02:34.222 INFO O| Sep 17 14:02:34.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63172024-09-17T14:02:35.479Z[ recovery-image] Sep 17 14:02:34.222 INFO O| Sep 17 14:02:34.222 INFO STEP 760 (remove_files) COMPLETE
63182024-09-17T14:02:35.479Z[ recovery-image] Sep 17 14:02:34.222 INFO O| Sep 17 14:02:34.222 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-09-17T14:02:35.486Z[ recovery-image] Sep 17 14:02:34.231 INFO O| Sep 17 14:02:34.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63202024-09-17T14:02:35.486Z[ recovery-image] Sep 17 14:02:34.232 INFO O| Sep 17 14:02:34.232 INFO STEP 761 (remove_files) COMPLETE
63212024-09-17T14:02:35.486Z[ recovery-image] Sep 17 14:02:34.232 INFO O| Sep 17 14:02:34.232 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-09-17T14:02:35.496Z[ recovery-image] Sep 17 14:02:34.241 INFO O| Sep 17 14:02:34.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63232024-09-17T14:02:35.496Z[ recovery-image] Sep 17 14:02:34.241 INFO O| Sep 17 14:02:34.241 INFO STEP 762 (remove_files) COMPLETE
63242024-09-17T14:02:35.499Z[ recovery-image] Sep 17 14:02:34.241 INFO O| Sep 17 14:02:34.241 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-09-17T14:02:35.505Z[ recovery-image] Sep 17 14:02:34.250 INFO O| Sep 17 14:02:34.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63262024-09-17T14:02:35.505Z[ recovery-image] Sep 17 14:02:34.250 INFO O| Sep 17 14:02:34.250 INFO STEP 763 (remove_files) COMPLETE
63272024-09-17T14:02:35.505Z[ recovery-image] Sep 17 14:02:34.250 INFO O| Sep 17 14:02:34.250 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-09-17T14:02:35.515Z[ recovery-image] Sep 17 14:02:34.260 INFO O| Sep 17 14:02:34.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63292024-09-17T14:02:35.517Z[ recovery-image] Sep 17 14:02:34.260 INFO O| Sep 17 14:02:34.260 INFO STEP 764 (remove_files) COMPLETE
63302024-09-17T14:02:35.517Z[ recovery-image] Sep 17 14:02:34.260 INFO O| Sep 17 14:02:34.260 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-09-17T14:02:35.525Z[ recovery-image] Sep 17 14:02:34.270 INFO O| Sep 17 14:02:34.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63322024-09-17T14:02:35.525Z[ recovery-image] Sep 17 14:02:34.270 INFO O| Sep 17 14:02:34.270 INFO STEP 765 (remove_files) COMPLETE
63332024-09-17T14:02:35.527Z[ recovery-image] Sep 17 14:02:34.270 INFO O| Sep 17 14:02:34.270 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-09-17T14:02:35.534Z[ recovery-image] Sep 17 14:02:34.279 INFO O| Sep 17 14:02:34.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63352024-09-17T14:02:35.534Z[ recovery-image] Sep 17 14:02:34.279 INFO O| Sep 17 14:02:34.279 INFO STEP 766 (remove_files) COMPLETE
63362024-09-17T14:02:35.534Z[ recovery-image] Sep 17 14:02:34.279 INFO O| Sep 17 14:02:34.279 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-09-17T14:02:35.543Z[ recovery-image] Sep 17 14:02:34.289 INFO O| Sep 17 14:02:34.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63382024-09-17T14:02:35.543Z[ recovery-image] Sep 17 14:02:34.289 INFO O| Sep 17 14:02:34.289 INFO STEP 767 (remove_files) COMPLETE
63392024-09-17T14:02:35.543Z[ recovery-image] Sep 17 14:02:34.289 INFO O| Sep 17 14:02:34.289 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-09-17T14:02:35.553Z[ recovery-image] Sep 17 14:02:34.298 INFO O| Sep 17 14:02:34.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63412024-09-17T14:02:35.553Z[ recovery-image] Sep 17 14:02:34.298 INFO O| Sep 17 14:02:34.298 INFO STEP 768 (remove_files) COMPLETE
63422024-09-17T14:02:35.553Z[ recovery-image] Sep 17 14:02:34.298 INFO O| Sep 17 14:02:34.298 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-09-17T14:02:35.562Z[ recovery-image] Sep 17 14:02:34.308 INFO O| Sep 17 14:02:34.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63442024-09-17T14:02:35.562Z[ recovery-image] Sep 17 14:02:34.308 INFO O| Sep 17 14:02:34.308 INFO STEP 769 (remove_files) COMPLETE
63452024-09-17T14:02:35.565Z[ recovery-image] Sep 17 14:02:34.308 INFO O| Sep 17 14:02:34.308 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-09-17T14:02:35.572Z[ recovery-image] Sep 17 14:02:34.317 INFO O| Sep 17 14:02:34.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63472024-09-17T14:02:35.572Z[ recovery-image] Sep 17 14:02:34.317 INFO O| Sep 17 14:02:34.317 INFO STEP 770 (remove_files) COMPLETE
63482024-09-17T14:02:35.575Z[ recovery-image] Sep 17 14:02:34.317 INFO O| Sep 17 14:02:34.317 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-17T14:02:35.581Z[ recovery-image] Sep 17 14:02:34.327 INFO O| Sep 17 14:02:34.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63502024-09-17T14:02:35.581Z[ recovery-image] Sep 17 14:02:34.327 INFO O| Sep 17 14:02:34.327 INFO STEP 771 (remove_files) COMPLETE
63512024-09-17T14:02:35.584Z[ recovery-image] Sep 17 14:02:34.327 INFO O| Sep 17 14:02:34.327 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-17T14:02:35.591Z[ recovery-image] Sep 17 14:02:34.336 INFO O| Sep 17 14:02:34.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63532024-09-17T14:02:35.591Z[ recovery-image] Sep 17 14:02:34.336 INFO O| Sep 17 14:02:34.336 INFO STEP 772 (remove_files) COMPLETE
63542024-09-17T14:02:35.591Z[ recovery-image] Sep 17 14:02:34.336 INFO O| Sep 17 14:02:34.336 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-17T14:02:35.600Z[ recovery-image] Sep 17 14:02:34.345 INFO O| Sep 17 14:02:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63562024-09-17T14:02:35.600Z[ recovery-image] Sep 17 14:02:34.345 INFO O| Sep 17 14:02:34.345 INFO STEP 773 (remove_files) COMPLETE
63572024-09-17T14:02:35.603Z[ recovery-image] Sep 17 14:02:34.345 INFO O| Sep 17 14:02:34.345 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-17T14:02:35.610Z[ recovery-image] Sep 17 14:02:34.355 INFO O| Sep 17 14:02:34.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63592024-09-17T14:02:35.610Z[ recovery-image] Sep 17 14:02:34.355 INFO O| Sep 17 14:02:34.355 INFO STEP 774 (remove_files) COMPLETE
63602024-09-17T14:02:35.612Z[ recovery-image] Sep 17 14:02:34.355 INFO O| Sep 17 14:02:34.355 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-09-17T14:02:35.619Z[ recovery-image] Sep 17 14:02:34.364 INFO O| Sep 17 14:02:34.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63622024-09-17T14:02:35.619Z[ recovery-image] Sep 17 14:02:34.364 INFO O| Sep 17 14:02:34.364 INFO STEP 775 (remove_files) COMPLETE
63632024-09-17T14:02:35.628Z[ recovery-image] Sep 17 14:02:34.364 INFO O| Sep 17 14:02:34.364 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-09-17T14:02:35.633Z[ recovery-image] Sep 17 14:02:34.374 INFO O| Sep 17 14:02:34.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63652024-09-17T14:02:35.633Z[ recovery-image] Sep 17 14:02:34.374 INFO O| Sep 17 14:02:34.374 INFO STEP 776 (remove_files) COMPLETE
63662024-09-17T14:02:35.633Z[ recovery-image] Sep 17 14:02:34.374 INFO O| Sep 17 14:02:34.374 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-09-17T14:02:35.638Z[ recovery-image] Sep 17 14:02:34.383 INFO O| Sep 17 14:02:34.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63682024-09-17T14:02:35.640Z[ recovery-image] Sep 17 14:02:34.383 INFO O| Sep 17 14:02:34.383 INFO STEP 777 (remove_files) COMPLETE
63692024-09-17T14:02:35.640Z[ recovery-image] Sep 17 14:02:34.383 INFO O| Sep 17 14:02:34.383 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-09-17T14:02:35.648Z[ recovery-image] Sep 17 14:02:34.392 INFO O| Sep 17 14:02:34.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63712024-09-17T14:02:35.651Z[ recovery-image] Sep 17 14:02:34.393 INFO O| Sep 17 14:02:34.392 INFO STEP 778 (remove_files) COMPLETE
63722024-09-17T14:02:35.651Z[ recovery-image] Sep 17 14:02:34.393 INFO O| Sep 17 14:02:34.393 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-09-17T14:02:35.657Z[ recovery-image] Sep 17 14:02:34.402 INFO O| Sep 17 14:02:34.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63742024-09-17T14:02:35.657Z[ recovery-image] Sep 17 14:02:34.402 INFO O| Sep 17 14:02:34.402 INFO STEP 779 (remove_files) COMPLETE
63752024-09-17T14:02:35.657Z[ recovery-image] Sep 17 14:02:34.402 INFO O| Sep 17 14:02:34.402 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-17T14:02:35.666Z[ recovery-image] Sep 17 14:02:34.411 INFO O| Sep 17 14:02:34.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63772024-09-17T14:02:35.669Z[ recovery-image] Sep 17 14:02:34.411 INFO O| Sep 17 14:02:34.411 INFO STEP 780 (remove_files) COMPLETE
63782024-09-17T14:02:35.669Z[ recovery-image] Sep 17 14:02:34.411 INFO O| Sep 17 14:02:34.411 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-17T14:02:35.676Z[ recovery-image] Sep 17 14:02:34.421 INFO O| Sep 17 14:02:34.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63802024-09-17T14:02:35.678Z[ recovery-image] Sep 17 14:02:34.421 INFO O| Sep 17 14:02:34.421 INFO STEP 781 (remove_files) COMPLETE
63812024-09-17T14:02:35.678Z[ recovery-image] Sep 17 14:02:34.421 INFO O| Sep 17 14:02:34.421 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-17T14:02:35.685Z[ recovery-image] Sep 17 14:02:34.430 INFO O| Sep 17 14:02:34.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63832024-09-17T14:02:35.685Z[ recovery-image] Sep 17 14:02:34.430 INFO O| Sep 17 14:02:34.430 INFO STEP 782 (remove_files) COMPLETE
63842024-09-17T14:02:35.688Z[ recovery-image] Sep 17 14:02:34.430 INFO O| Sep 17 14:02:34.430 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-09-17T14:02:35.694Z[ recovery-image] Sep 17 14:02:34.440 INFO O| Sep 17 14:02:34.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63862024-09-17T14:02:35.697Z[ recovery-image] Sep 17 14:02:34.440 INFO O| Sep 17 14:02:34.440 INFO STEP 783 (remove_files) COMPLETE
63872024-09-17T14:02:35.697Z[ recovery-image] Sep 17 14:02:34.440 INFO O| Sep 17 14:02:34.440 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-17T14:02:35.704Z[ recovery-image] Sep 17 14:02:34.449 INFO O| Sep 17 14:02:34.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63892024-09-17T14:02:35.704Z[ recovery-image] Sep 17 14:02:34.449 INFO O| Sep 17 14:02:34.449 INFO STEP 784 (remove_files) COMPLETE
63902024-09-17T14:02:35.707Z[ recovery-image] Sep 17 14:02:34.449 INFO O| Sep 17 14:02:34.449 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-17T14:02:35.713Z[ recovery-image] Sep 17 14:02:34.459 INFO O| Sep 17 14:02:34.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63922024-09-17T14:02:35.716Z[ recovery-image] Sep 17 14:02:34.459 INFO O| Sep 17 14:02:34.459 INFO STEP 785 (remove_files) COMPLETE
63932024-09-17T14:02:35.717Z[ recovery-image] Sep 17 14:02:34.459 INFO O| Sep 17 14:02:34.459 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-17T14:02:35.723Z[ recovery-image] Sep 17 14:02:34.468 INFO O| Sep 17 14:02:34.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63952024-09-17T14:02:35.726Z[ recovery-image] Sep 17 14:02:34.468 INFO O| Sep 17 14:02:34.468 INFO STEP 786 (remove_files) COMPLETE
63962024-09-17T14:02:35.726Z[ recovery-image] Sep 17 14:02:34.468 INFO O| Sep 17 14:02:34.468 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-09-17T14:02:35.733Z[ recovery-image] Sep 17 14:02:34.478 INFO O| Sep 17 14:02:34.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63982024-09-17T14:02:35.733Z[ recovery-image] Sep 17 14:02:34.478 INFO O| Sep 17 14:02:34.478 INFO STEP 787 (remove_files) COMPLETE
63992024-09-17T14:02:35.733Z[ recovery-image] Sep 17 14:02:34.478 INFO O| Sep 17 14:02:34.478 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-09-17T14:02:35.742Z[ recovery-image] Sep 17 14:02:34.487 INFO O| Sep 17 14:02:34.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64012024-09-17T14:02:35.745Z[ recovery-image] Sep 17 14:02:34.487 INFO O| Sep 17 14:02:34.487 INFO STEP 788 (remove_files) COMPLETE
64022024-09-17T14:02:35.745Z[ recovery-image] Sep 17 14:02:34.487 INFO O| Sep 17 14:02:34.487 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-09-17T14:02:35.751Z[ recovery-image] Sep 17 14:02:34.497 INFO O| Sep 17 14:02:34.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64042024-09-17T14:02:35.751Z[ recovery-image] Sep 17 14:02:34.497 INFO O| Sep 17 14:02:34.497 INFO STEP 789 (remove_files) COMPLETE
64052024-09-17T14:02:35.751Z[ recovery-image] Sep 17 14:02:34.497 INFO O| Sep 17 14:02:34.497 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-09-17T14:02:35.761Z[ recovery-image] Sep 17 14:02:34.506 INFO O| Sep 17 14:02:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64072024-09-17T14:02:35.761Z[ recovery-image] Sep 17 14:02:34.506 INFO O| Sep 17 14:02:34.506 INFO STEP 790 (remove_files) COMPLETE
64082024-09-17T14:02:35.761Z[ recovery-image] Sep 17 14:02:34.506 INFO O| Sep 17 14:02:34.506 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-09-17T14:02:35.770Z[ recovery-image] Sep 17 14:02:34.515 INFO O| Sep 17 14:02:34.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64102024-09-17T14:02:35.773Z[ recovery-image] Sep 17 14:02:34.516 INFO O| Sep 17 14:02:34.516 INFO STEP 791 (remove_files) COMPLETE
64112024-09-17T14:02:35.773Z[ recovery-image] Sep 17 14:02:34.516 INFO O| Sep 17 14:02:34.516 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-09-17T14:02:35.780Z[ recovery-image] Sep 17 14:02:34.525 INFO O| Sep 17 14:02:34.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64132024-09-17T14:02:35.780Z[ recovery-image] Sep 17 14:02:34.525 INFO O| Sep 17 14:02:34.525 INFO STEP 792 (remove_files) COMPLETE
64142024-09-17T14:02:35.783Z[ recovery-image] Sep 17 14:02:34.525 INFO O| Sep 17 14:02:34.525 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-09-17T14:02:35.789Z[ recovery-image] Sep 17 14:02:34.534 INFO O| Sep 17 14:02:34.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64162024-09-17T14:02:35.789Z[ recovery-image] Sep 17 14:02:34.534 INFO O| Sep 17 14:02:34.534 INFO STEP 793 (remove_files) COMPLETE
64172024-09-17T14:02:35.789Z[ recovery-image] Sep 17 14:02:34.534 INFO O| Sep 17 14:02:34.534 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-09-17T14:02:35.799Z[ recovery-image] Sep 17 14:02:34.544 INFO O| Sep 17 14:02:34.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64192024-09-17T14:02:35.801Z[ recovery-image] Sep 17 14:02:34.544 INFO O| Sep 17 14:02:34.544 INFO STEP 794 (remove_files) COMPLETE
64202024-09-17T14:02:35.801Z[ recovery-image] Sep 17 14:02:34.544 INFO O| Sep 17 14:02:34.544 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-09-17T14:02:35.809Z[ recovery-image] Sep 17 14:02:34.553 INFO O| Sep 17 14:02:34.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64222024-09-17T14:02:35.811Z[ recovery-image] Sep 17 14:02:34.553 INFO O| Sep 17 14:02:34.553 INFO STEP 795 (remove_files) COMPLETE
64232024-09-17T14:02:35.811Z[ recovery-image] Sep 17 14:02:34.553 INFO O| Sep 17 14:02:34.553 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-09-17T14:02:35.817Z[ recovery-image] Sep 17 14:02:34.563 INFO O| Sep 17 14:02:34.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64252024-09-17T14:02:35.820Z[ recovery-image] Sep 17 14:02:34.563 INFO O| Sep 17 14:02:34.563 INFO STEP 796 (remove_files) COMPLETE
64262024-09-17T14:02:35.820Z[ recovery-image] Sep 17 14:02:34.563 INFO O| Sep 17 14:02:34.563 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-09-17T14:02:35.827Z[ recovery-image] Sep 17 14:02:34.572 INFO O| Sep 17 14:02:34.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64282024-09-17T14:02:35.827Z[ recovery-image] Sep 17 14:02:34.572 INFO O| Sep 17 14:02:34.572 INFO STEP 797 (remove_files) COMPLETE
64292024-09-17T14:02:35.829Z[ recovery-image] Sep 17 14:02:34.572 INFO O| Sep 17 14:02:34.572 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-09-17T14:02:35.836Z[ recovery-image] Sep 17 14:02:34.582 INFO O| Sep 17 14:02:34.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64312024-09-17T14:02:35.839Z[ recovery-image] Sep 17 14:02:34.582 INFO O| Sep 17 14:02:34.582 INFO STEP 798 (remove_files) COMPLETE
64322024-09-17T14:02:35.839Z[ recovery-image] Sep 17 14:02:34.582 INFO O| Sep 17 14:02:34.582 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-09-17T14:02:35.847Z[ recovery-image] Sep 17 14:02:34.592 INFO O| Sep 17 14:02:34.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64342024-09-17T14:02:35.849Z[ recovery-image] Sep 17 14:02:34.592 INFO O| Sep 17 14:02:34.592 INFO STEP 799 (remove_files) COMPLETE
64352024-09-17T14:02:35.850Z[ recovery-image] Sep 17 14:02:34.592 INFO O| Sep 17 14:02:34.592 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-09-17T14:02:35.857Z[ recovery-image] Sep 17 14:02:34.602 INFO O| Sep 17 14:02:34.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64372024-09-17T14:02:35.859Z[ recovery-image] Sep 17 14:02:34.602 INFO O| Sep 17 14:02:34.602 INFO STEP 800 (remove_files) COMPLETE
64382024-09-17T14:02:35.859Z[ recovery-image] Sep 17 14:02:34.602 INFO O| Sep 17 14:02:34.602 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-09-17T14:02:35.866Z[ recovery-image] Sep 17 14:02:34.611 INFO O| Sep 17 14:02:34.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64402024-09-17T14:02:35.869Z[ recovery-image] Sep 17 14:02:34.612 INFO O| Sep 17 14:02:34.612 INFO STEP 801 (remove_files) COMPLETE
64412024-09-17T14:02:35.869Z[ recovery-image] Sep 17 14:02:34.612 INFO O| Sep 17 14:02:34.612 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-09-17T14:02:35.876Z[ recovery-image] Sep 17 14:02:34.621 INFO O| Sep 17 14:02:34.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64432024-09-17T14:02:35.876Z[ recovery-image] Sep 17 14:02:34.621 INFO O| Sep 17 14:02:34.621 INFO STEP 802 (remove_files) COMPLETE
64442024-09-17T14:02:35.876Z[ recovery-image] Sep 17 14:02:34.621 INFO O| Sep 17 14:02:34.621 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-09-17T14:02:35.886Z[ recovery-image] Sep 17 14:02:34.631 INFO O| Sep 17 14:02:34.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64462024-09-17T14:02:35.886Z[ recovery-image] Sep 17 14:02:34.631 INFO O| Sep 17 14:02:34.631 INFO STEP 803 (remove_files) COMPLETE
64472024-09-17T14:02:35.886Z[ recovery-image] Sep 17 14:02:34.631 INFO O| Sep 17 14:02:34.631 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-09-17T14:02:35.895Z[ recovery-image] Sep 17 14:02:34.640 INFO O| Sep 17 14:02:34.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64492024-09-17T14:02:35.898Z[ recovery-image] Sep 17 14:02:34.640 INFO O| Sep 17 14:02:34.640 INFO STEP 804 (remove_files) COMPLETE
64502024-09-17T14:02:35.898Z[ recovery-image] Sep 17 14:02:34.640 INFO O| Sep 17 14:02:34.640 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-09-17T14:02:35.905Z[ recovery-image] Sep 17 14:02:34.650 INFO O| Sep 17 14:02:34.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64522024-09-17T14:02:35.908Z[ recovery-image] Sep 17 14:02:34.650 INFO O| Sep 17 14:02:34.650 INFO STEP 805 (remove_files) COMPLETE
64532024-09-17T14:02:35.908Z[ recovery-image] Sep 17 14:02:34.650 INFO O| Sep 17 14:02:34.650 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-09-17T14:02:35.914Z[ recovery-image] Sep 17 14:02:34.660 INFO O| Sep 17 14:02:34.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64552024-09-17T14:02:35.914Z[ recovery-image] Sep 17 14:02:34.660 INFO O| Sep 17 14:02:34.660 INFO STEP 806 (remove_files) COMPLETE
64562024-09-17T14:02:35.914Z[ recovery-image] Sep 17 14:02:34.660 INFO O| Sep 17 14:02:34.660 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-09-17T14:02:35.924Z[ recovery-image] Sep 17 14:02:34.669 INFO O| Sep 17 14:02:34.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64582024-09-17T14:02:35.927Z[ recovery-image] Sep 17 14:02:34.669 INFO O| Sep 17 14:02:34.669 INFO STEP 807 (remove_files) COMPLETE
64592024-09-17T14:02:35.927Z[ recovery-image] Sep 17 14:02:34.669 INFO O| Sep 17 14:02:34.669 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-09-17T14:02:35.933Z[ recovery-image] Sep 17 14:02:34.679 INFO O| Sep 17 14:02:34.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64612024-09-17T14:02:35.936Z[ recovery-image] Sep 17 14:02:34.679 INFO O| Sep 17 14:02:34.679 INFO STEP 808 (remove_files) COMPLETE
64622024-09-17T14:02:35.936Z[ recovery-image] Sep 17 14:02:34.679 INFO O| Sep 17 14:02:34.679 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-09-17T14:02:35.943Z[ recovery-image] Sep 17 14:02:34.688 INFO O| Sep 17 14:02:34.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64642024-09-17T14:02:35.943Z[ recovery-image] Sep 17 14:02:34.688 INFO O| Sep 17 14:02:34.688 INFO STEP 809 (remove_files) COMPLETE
64652024-09-17T14:02:35.946Z[ recovery-image] Sep 17 14:02:34.688 INFO O| Sep 17 14:02:34.688 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-09-17T14:02:35.952Z[ recovery-image] Sep 17 14:02:34.698 INFO O| Sep 17 14:02:34.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64672024-09-17T14:02:35.955Z[ recovery-image] Sep 17 14:02:34.698 INFO O| Sep 17 14:02:34.698 INFO STEP 810 (remove_files) COMPLETE
64682024-09-17T14:02:35.955Z[ recovery-image] Sep 17 14:02:34.698 INFO O| Sep 17 14:02:34.698 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-09-17T14:02:35.962Z[ recovery-image] Sep 17 14:02:34.707 INFO O| Sep 17 14:02:34.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64702024-09-17T14:02:35.962Z[ recovery-image] Sep 17 14:02:34.707 INFO O| Sep 17 14:02:34.707 INFO STEP 811 (remove_files) COMPLETE
64712024-09-17T14:02:35.965Z[ recovery-image] Sep 17 14:02:34.707 INFO O| Sep 17 14:02:34.707 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-09-17T14:02:35.971Z[ recovery-image] Sep 17 14:02:34.717 INFO O| Sep 17 14:02:34.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64732024-09-17T14:02:35.974Z[ recovery-image] Sep 17 14:02:34.717 INFO O| Sep 17 14:02:34.717 INFO STEP 812 (remove_files) COMPLETE
64742024-09-17T14:02:35.974Z[ recovery-image] Sep 17 14:02:34.717 INFO O| Sep 17 14:02:34.717 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-09-17T14:02:35.981Z[ recovery-image] Sep 17 14:02:34.726 INFO O| Sep 17 14:02:34.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64762024-09-17T14:02:35.983Z[ recovery-image] Sep 17 14:02:34.726 INFO O| Sep 17 14:02:34.726 INFO STEP 813 (remove_files) COMPLETE
64772024-09-17T14:02:35.983Z[ recovery-image] Sep 17 14:02:34.726 INFO O| Sep 17 14:02:34.726 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-09-17T14:02:35.991Z[ recovery-image] Sep 17 14:02:34.736 INFO O| Sep 17 14:02:34.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64792024-09-17T14:02:35.993Z[ recovery-image] Sep 17 14:02:34.736 INFO O| Sep 17 14:02:34.736 INFO STEP 814 (remove_files) COMPLETE
64802024-09-17T14:02:35.993Z[ recovery-image] Sep 17 14:02:34.736 INFO O| Sep 17 14:02:34.736 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-09-17T14:02:36.000Z[ recovery-image] Sep 17 14:02:34.745 INFO O| Sep 17 14:02:34.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64822024-09-17T14:02:36.003Z[ recovery-image] Sep 17 14:02:34.745 INFO O| Sep 17 14:02:34.745 INFO STEP 815 (remove_files) COMPLETE
64832024-09-17T14:02:36.003Z[ recovery-image] Sep 17 14:02:34.745 INFO O| Sep 17 14:02:34.745 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-09-17T14:02:36.010Z[ recovery-image] Sep 17 14:02:34.755 INFO O| Sep 17 14:02:34.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64852024-09-17T14:02:36.010Z[ recovery-image] Sep 17 14:02:34.755 INFO O| Sep 17 14:02:34.755 INFO STEP 816 (remove_files) COMPLETE
64862024-09-17T14:02:36.012Z[ recovery-image] Sep 17 14:02:34.755 INFO O| Sep 17 14:02:34.755 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-09-17T14:02:36.019Z[ recovery-image] Sep 17 14:02:34.764 INFO O| Sep 17 14:02:34.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64882024-09-17T14:02:36.019Z[ recovery-image] Sep 17 14:02:34.764 INFO O| Sep 17 14:02:34.764 INFO STEP 817 (remove_files) COMPLETE
64892024-09-17T14:02:36.021Z[ recovery-image] Sep 17 14:02:34.765 INFO O| Sep 17 14:02:34.764 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-09-17T14:02:36.029Z[ recovery-image] Sep 17 14:02:34.774 INFO O| Sep 17 14:02:34.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64912024-09-17T14:02:36.029Z[ recovery-image] Sep 17 14:02:34.774 INFO O| Sep 17 14:02:34.774 INFO STEP 818 (remove_files) COMPLETE
64922024-09-17T14:02:36.032Z[ recovery-image] Sep 17 14:02:34.774 INFO O| Sep 17 14:02:34.774 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-09-17T14:02:36.039Z[ recovery-image] Sep 17 14:02:34.784 INFO O| Sep 17 14:02:34.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64942024-09-17T14:02:36.039Z[ recovery-image] Sep 17 14:02:34.784 INFO O| Sep 17 14:02:34.784 INFO STEP 819 (remove_files) COMPLETE
64952024-09-17T14:02:36.039Z[ recovery-image] Sep 17 14:02:34.784 INFO O| Sep 17 14:02:34.784 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-09-17T14:02:36.048Z[ recovery-image] Sep 17 14:02:34.793 INFO O| Sep 17 14:02:34.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64972024-09-17T14:02:36.048Z[ recovery-image] Sep 17 14:02:34.793 INFO O| Sep 17 14:02:34.793 INFO STEP 820 (remove_files) COMPLETE
64982024-09-17T14:02:36.051Z[ recovery-image] Sep 17 14:02:34.793 INFO O| Sep 17 14:02:34.793 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-09-17T14:02:36.058Z[ recovery-image] Sep 17 14:02:34.802 INFO O| Sep 17 14:02:34.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65002024-09-17T14:02:36.058Z[ recovery-image] Sep 17 14:02:34.803 INFO O| Sep 17 14:02:34.803 INFO STEP 821 (remove_files) COMPLETE
65012024-09-17T14:02:36.058Z[ recovery-image] Sep 17 14:02:34.803 INFO O| Sep 17 14:02:34.803 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-09-17T14:02:36.067Z[ recovery-image] Sep 17 14:02:34.812 INFO O| Sep 17 14:02:34.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65032024-09-17T14:02:36.067Z[ recovery-image] Sep 17 14:02:34.812 INFO O| Sep 17 14:02:34.812 INFO STEP 822 (remove_files) COMPLETE
65042024-09-17T14:02:36.071Z[ recovery-image] Sep 17 14:02:34.812 INFO O| Sep 17 14:02:34.812 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-17T14:02:36.077Z[ recovery-image] Sep 17 14:02:34.822 INFO O| Sep 17 14:02:34.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65062024-09-17T14:02:36.077Z[ recovery-image] Sep 17 14:02:34.822 INFO O| Sep 17 14:02:34.822 INFO STEP 823 (remove_files) COMPLETE
65072024-09-17T14:02:36.079Z[ recovery-image] Sep 17 14:02:34.822 INFO O| Sep 17 14:02:34.822 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-09-17T14:02:36.087Z[ recovery-image] Sep 17 14:02:34.831 INFO O| Sep 17 14:02:34.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65092024-09-17T14:02:36.087Z[ recovery-image] Sep 17 14:02:34.831 INFO O| Sep 17 14:02:34.831 INFO STEP 824 (remove_files) COMPLETE
65102024-09-17T14:02:36.090Z[ recovery-image] Sep 17 14:02:34.831 INFO O| Sep 17 14:02:34.831 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-17T14:02:36.095Z[ recovery-image] Sep 17 14:02:34.841 INFO O| Sep 17 14:02:34.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65122024-09-17T14:02:36.095Z[ recovery-image] Sep 17 14:02:34.841 INFO O| Sep 17 14:02:34.841 INFO STEP 825 (remove_files) COMPLETE
65132024-09-17T14:02:36.095Z[ recovery-image] Sep 17 14:02:34.841 INFO O| Sep 17 14:02:34.841 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-17T14:02:36.105Z[ recovery-image] Sep 17 14:02:34.850 INFO O| Sep 17 14:02:34.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65152024-09-17T14:02:36.105Z[ recovery-image] Sep 17 14:02:34.850 INFO O| Sep 17 14:02:34.850 INFO STEP 826 (remove_files) COMPLETE
65162024-09-17T14:02:36.105Z[ recovery-image] Sep 17 14:02:34.850 INFO O| Sep 17 14:02:34.850 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-17T14:02:36.115Z[ recovery-image] Sep 17 14:02:34.860 INFO O| Sep 17 14:02:34.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65182024-09-17T14:02:36.115Z[ recovery-image] Sep 17 14:02:34.860 INFO O| Sep 17 14:02:34.860 INFO STEP 827 (remove_files) COMPLETE
65192024-09-17T14:02:36.115Z[ recovery-image] Sep 17 14:02:34.860 INFO O| Sep 17 14:02:34.860 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-17T14:02:36.124Z[ recovery-image] Sep 17 14:02:34.869 INFO O| Sep 17 14:02:34.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65212024-09-17T14:02:36.124Z[ recovery-image] Sep 17 14:02:34.869 INFO O| Sep 17 14:02:34.869 INFO STEP 828 (remove_files) COMPLETE
65222024-09-17T14:02:36.127Z[ recovery-image] Sep 17 14:02:34.869 INFO O| Sep 17 14:02:34.869 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-17T14:02:36.134Z[ recovery-image] Sep 17 14:02:34.879 INFO O| Sep 17 14:02:34.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65242024-09-17T14:02:36.134Z[ recovery-image] Sep 17 14:02:34.879 INFO O| Sep 17 14:02:34.879 INFO STEP 829 (remove_files) COMPLETE
65252024-09-17T14:02:36.136Z[ recovery-image] Sep 17 14:02:34.879 INFO O| Sep 17 14:02:34.879 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-17T14:02:36.143Z[ recovery-image] Sep 17 14:02:34.888 INFO O| Sep 17 14:02:34.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65272024-09-17T14:02:36.146Z[ recovery-image] Sep 17 14:02:34.889 INFO O| Sep 17 14:02:34.889 INFO STEP 830 (remove_files) COMPLETE
65282024-09-17T14:02:36.146Z[ recovery-image] Sep 17 14:02:34.889 INFO O| Sep 17 14:02:34.889 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-17T14:02:36.153Z[ recovery-image] Sep 17 14:02:34.898 INFO O| Sep 17 14:02:34.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65302024-09-17T14:02:36.153Z[ recovery-image] Sep 17 14:02:34.898 INFO O| Sep 17 14:02:34.898 INFO STEP 831 (remove_files) COMPLETE
65312024-09-17T14:02:36.153Z[ recovery-image] Sep 17 14:02:34.898 INFO O| Sep 17 14:02:34.898 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-17T14:02:36.163Z[ recovery-image] Sep 17 14:02:34.908 INFO O| Sep 17 14:02:34.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65332024-09-17T14:02:36.163Z[ recovery-image] Sep 17 14:02:34.908 INFO O| Sep 17 14:02:34.908 INFO STEP 832 (remove_files) COMPLETE
65342024-09-17T14:02:36.165Z[ recovery-image] Sep 17 14:02:34.908 INFO O| Sep 17 14:02:34.908 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-09-17T14:02:36.172Z[ recovery-image] Sep 17 14:02:34.917 INFO O| Sep 17 14:02:34.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65362024-09-17T14:02:36.172Z[ recovery-image] Sep 17 14:02:34.917 INFO O| Sep 17 14:02:34.917 INFO STEP 833 (remove_files) COMPLETE
65372024-09-17T14:02:36.175Z[ recovery-image] Sep 17 14:02:34.917 INFO O| Sep 17 14:02:34.917 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-09-17T14:02:36.181Z[ recovery-image] Sep 17 14:02:34.927 INFO O| Sep 17 14:02:34.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65392024-09-17T14:02:36.184Z[ recovery-image] Sep 17 14:02:34.927 INFO O| Sep 17 14:02:34.927 INFO STEP 834 (remove_files) COMPLETE
65402024-09-17T14:02:36.184Z[ recovery-image] Sep 17 14:02:34.927 INFO O| Sep 17 14:02:34.927 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-09-17T14:02:36.191Z[ recovery-image] Sep 17 14:02:34.936 INFO O| Sep 17 14:02:34.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65422024-09-17T14:02:36.191Z[ recovery-image] Sep 17 14:02:34.936 INFO O| Sep 17 14:02:34.936 INFO STEP 835 (remove_files) COMPLETE
65432024-09-17T14:02:36.193Z[ recovery-image] Sep 17 14:02:34.936 INFO O| Sep 17 14:02:34.936 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-09-17T14:02:36.200Z[ recovery-image] Sep 17 14:02:34.946 INFO O| Sep 17 14:02:34.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65452024-09-17T14:02:36.201Z[ recovery-image] Sep 17 14:02:34.946 INFO O| Sep 17 14:02:34.946 INFO STEP 836 (remove_files) COMPLETE
65462024-09-17T14:02:36.203Z[ recovery-image] Sep 17 14:02:34.946 INFO O| Sep 17 14:02:34.946 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-17T14:02:36.210Z[ recovery-image] Sep 17 14:02:34.955 INFO O| Sep 17 14:02:34.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65482024-09-17T14:02:36.210Z[ recovery-image] Sep 17 14:02:34.955 INFO O| Sep 17 14:02:34.955 INFO STEP 837 (remove_files) COMPLETE
65492024-09-17T14:02:36.210Z[ recovery-image] Sep 17 14:02:34.955 INFO O| Sep 17 14:02:34.955 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-17T14:02:36.220Z[ recovery-image] Sep 17 14:02:34.965 INFO O| Sep 17 14:02:34.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65512024-09-17T14:02:36.220Z[ recovery-image] Sep 17 14:02:34.965 INFO O| Sep 17 14:02:34.965 INFO STEP 838 (remove_files) COMPLETE
65522024-09-17T14:02:36.223Z[ recovery-image] Sep 17 14:02:34.965 INFO O| Sep 17 14:02:34.965 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-17T14:02:36.230Z[ recovery-image] Sep 17 14:02:34.974 INFO O| Sep 17 14:02:34.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65542024-09-17T14:02:36.230Z[ recovery-image] Sep 17 14:02:34.974 INFO O| Sep 17 14:02:34.974 INFO STEP 839 (remove_files) COMPLETE
65552024-09-17T14:02:36.233Z[ recovery-image] Sep 17 14:02:34.975 INFO O| Sep 17 14:02:34.974 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-17T14:02:36.239Z[ recovery-image] Sep 17 14:02:34.984 INFO O| Sep 17 14:02:34.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65572024-09-17T14:02:36.242Z[ recovery-image] Sep 17 14:02:34.984 INFO O| Sep 17 14:02:34.984 INFO STEP 840 (remove_files) COMPLETE
65582024-09-17T14:02:36.242Z[ recovery-image] Sep 17 14:02:34.984 INFO O| Sep 17 14:02:34.984 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-17T14:02:36.248Z[ recovery-image] Sep 17 14:02:34.994 INFO O| Sep 17 14:02:34.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65602024-09-17T14:02:36.252Z[ recovery-image] Sep 17 14:02:34.994 INFO O| Sep 17 14:02:34.994 INFO STEP 841 (remove_files) COMPLETE
65612024-09-17T14:02:36.252Z[ recovery-image] Sep 17 14:02:34.994 INFO O| Sep 17 14:02:34.994 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-17T14:02:36.259Z[ recovery-image] Sep 17 14:02:35.004 INFO O| Sep 17 14:02:35.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65632024-09-17T14:02:36.259Z[ recovery-image] Sep 17 14:02:35.004 INFO O| Sep 17 14:02:35.004 INFO STEP 842 (remove_files) COMPLETE
65642024-09-17T14:02:36.259Z[ recovery-image] Sep 17 14:02:35.004 INFO O| Sep 17 14:02:35.004 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-17T14:02:36.268Z[ recovery-image] Sep 17 14:02:35.014 INFO O| Sep 17 14:02:35.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65662024-09-17T14:02:36.272Z[ recovery-image] Sep 17 14:02:35.014 INFO O| Sep 17 14:02:35.014 INFO STEP 843 (remove_files) COMPLETE
65672024-09-17T14:02:36.272Z[ recovery-image] Sep 17 14:02:35.014 INFO O| Sep 17 14:02:35.014 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-17T14:02:36.278Z[ recovery-image] Sep 17 14:02:35.023 INFO O| Sep 17 14:02:35.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65692024-09-17T14:02:36.278Z[ recovery-image] Sep 17 14:02:35.023 INFO O| Sep 17 14:02:35.023 INFO STEP 844 (remove_files) COMPLETE
65702024-09-17T14:02:36.281Z[ recovery-image] Sep 17 14:02:35.023 INFO O| Sep 17 14:02:35.023 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-17T14:02:36.288Z[ recovery-image] Sep 17 14:02:35.033 INFO O| Sep 17 14:02:35.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65722024-09-17T14:02:36.288Z[ recovery-image] Sep 17 14:02:35.033 INFO O| Sep 17 14:02:35.033 INFO STEP 845 (remove_files) COMPLETE
65732024-09-17T14:02:36.290Z[ recovery-image] Sep 17 14:02:35.033 INFO O| Sep 17 14:02:35.033 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-17T14:02:36.298Z[ recovery-image] Sep 17 14:02:35.043 INFO O| Sep 17 14:02:35.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65752024-09-17T14:02:36.298Z[ recovery-image] Sep 17 14:02:35.043 INFO O| Sep 17 14:02:35.043 INFO STEP 846 (remove_files) COMPLETE
65762024-09-17T14:02:36.300Z[ recovery-image] Sep 17 14:02:35.043 INFO O| Sep 17 14:02:35.043 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-17T14:02:36.307Z[ recovery-image] Sep 17 14:02:35.052 INFO O| Sep 17 14:02:35.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65782024-09-17T14:02:36.307Z[ recovery-image] Sep 17 14:02:35.052 INFO O| Sep 17 14:02:35.052 INFO STEP 847 (remove_files) COMPLETE
65792024-09-17T14:02:36.310Z[ recovery-image] Sep 17 14:02:35.052 INFO O| Sep 17 14:02:35.052 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-17T14:02:36.317Z[ recovery-image] Sep 17 14:02:35.062 INFO O| Sep 17 14:02:35.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65812024-09-17T14:02:36.319Z[ recovery-image] Sep 17 14:02:35.062 INFO O| Sep 17 14:02:35.062 INFO STEP 848 (remove_files) COMPLETE
65822024-09-17T14:02:36.319Z[ recovery-image] Sep 17 14:02:35.062 INFO O| Sep 17 14:02:35.062 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-17T14:02:36.326Z[ recovery-image] Sep 17 14:02:35.071 INFO O| Sep 17 14:02:35.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65842024-09-17T14:02:36.329Z[ recovery-image] Sep 17 14:02:35.071 INFO O| Sep 17 14:02:35.071 INFO STEP 849 (remove_files) COMPLETE
65852024-09-17T14:02:36.329Z[ recovery-image] Sep 17 14:02:35.072 INFO O| Sep 17 14:02:35.071 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-17T14:02:36.336Z[ recovery-image] Sep 17 14:02:35.081 INFO O| Sep 17 14:02:35.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65872024-09-17T14:02:36.338Z[ recovery-image] Sep 17 14:02:35.081 INFO O| Sep 17 14:02:35.081 INFO STEP 850 (remove_files) COMPLETE
65882024-09-17T14:02:36.338Z[ recovery-image] Sep 17 14:02:35.081 INFO O| Sep 17 14:02:35.081 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-17T14:02:36.345Z[ recovery-image] Sep 17 14:02:35.090 INFO O| Sep 17 14:02:35.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65902024-09-17T14:02:36.345Z[ recovery-image] Sep 17 14:02:35.090 INFO O| Sep 17 14:02:35.090 INFO STEP 851 (remove_files) COMPLETE
65912024-09-17T14:02:36.348Z[ recovery-image] Sep 17 14:02:35.090 INFO O| Sep 17 14:02:35.090 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-17T14:02:36.355Z[ recovery-image] Sep 17 14:02:35.100 INFO O| Sep 17 14:02:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65932024-09-17T14:02:36.355Z[ recovery-image] Sep 17 14:02:35.100 INFO O| Sep 17 14:02:35.100 INFO STEP 852 (remove_files) COMPLETE
65942024-09-17T14:02:36.361Z[ recovery-image] Sep 17 14:02:35.100 INFO O| Sep 17 14:02:35.100 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-17T14:02:36.364Z[ recovery-image] Sep 17 14:02:35.110 INFO O| Sep 17 14:02:35.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65962024-09-17T14:02:36.364Z[ recovery-image] Sep 17 14:02:35.110 INFO O| Sep 17 14:02:35.110 INFO STEP 853 (remove_files) COMPLETE
65972024-09-17T14:02:36.367Z[ recovery-image] Sep 17 14:02:35.110 INFO O| Sep 17 14:02:35.110 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-17T14:02:36.374Z[ recovery-image] Sep 17 14:02:35.119 INFO O| Sep 17 14:02:35.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65992024-09-17T14:02:36.374Z[ recovery-image] Sep 17 14:02:35.119 INFO O| Sep 17 14:02:35.119 INFO STEP 854 (remove_files) COMPLETE
66002024-09-17T14:02:36.377Z[ recovery-image] Sep 17 14:02:35.119 INFO O| Sep 17 14:02:35.119 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-17T14:02:36.384Z[ recovery-image] Sep 17 14:02:35.129 INFO O| Sep 17 14:02:35.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66022024-09-17T14:02:36.384Z[ recovery-image] Sep 17 14:02:35.129 INFO O| Sep 17 14:02:35.129 INFO STEP 855 (remove_files) COMPLETE
66032024-09-17T14:02:36.387Z[ recovery-image] Sep 17 14:02:35.129 INFO O| Sep 17 14:02:35.129 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-17T14:02:36.393Z[ recovery-image] Sep 17 14:02:35.138 INFO O| Sep 17 14:02:35.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66052024-09-17T14:02:36.396Z[ recovery-image] Sep 17 14:02:35.138 INFO O| Sep 17 14:02:35.138 INFO STEP 856 (remove_files) COMPLETE
66062024-09-17T14:02:36.396Z[ recovery-image] Sep 17 14:02:35.138 INFO O| Sep 17 14:02:35.138 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-17T14:02:36.403Z[ recovery-image] Sep 17 14:02:35.148 INFO O| Sep 17 14:02:35.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66082024-09-17T14:02:36.405Z[ recovery-image] Sep 17 14:02:35.148 INFO O| Sep 17 14:02:35.148 INFO STEP 857 (remove_files) COMPLETE
66092024-09-17T14:02:36.405Z[ recovery-image] Sep 17 14:02:35.148 INFO O| Sep 17 14:02:35.148 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-17T14:02:36.412Z[ recovery-image] Sep 17 14:02:35.157 INFO O| Sep 17 14:02:35.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66112024-09-17T14:02:36.415Z[ recovery-image] Sep 17 14:02:35.158 INFO O| Sep 17 14:02:35.158 INFO STEP 858 (remove_files) COMPLETE
66122024-09-17T14:02:36.415Z[ recovery-image] Sep 17 14:02:35.158 INFO O| Sep 17 14:02:35.158 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-17T14:02:36.423Z[ recovery-image] Sep 17 14:02:35.168 INFO O| Sep 17 14:02:35.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66142024-09-17T14:02:36.423Z[ recovery-image] Sep 17 14:02:35.168 INFO O| Sep 17 14:02:35.168 INFO STEP 859 (remove_files) COMPLETE
66152024-09-17T14:02:36.425Z[ recovery-image] Sep 17 14:02:35.168 INFO O| Sep 17 14:02:35.168 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-17T14:02:36.432Z[ recovery-image] Sep 17 14:02:35.178 INFO O| Sep 17 14:02:35.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66172024-09-17T14:02:36.435Z[ recovery-image] Sep 17 14:02:35.178 INFO O| Sep 17 14:02:35.178 INFO STEP 860 (remove_files) COMPLETE
66182024-09-17T14:02:36.435Z[ recovery-image] Sep 17 14:02:35.178 INFO O| Sep 17 14:02:35.178 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-17T14:02:36.442Z[ recovery-image] Sep 17 14:02:35.187 INFO O| Sep 17 14:02:35.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66202024-09-17T14:02:36.445Z[ recovery-image] Sep 17 14:02:35.187 INFO O| Sep 17 14:02:35.187 INFO STEP 861 (remove_files) COMPLETE
66212024-09-17T14:02:36.445Z[ recovery-image] Sep 17 14:02:35.187 INFO O| Sep 17 14:02:35.187 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-17T14:02:36.452Z[ recovery-image] Sep 17 14:02:35.197 INFO O| Sep 17 14:02:35.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66232024-09-17T14:02:36.452Z[ recovery-image] Sep 17 14:02:35.197 INFO O| Sep 17 14:02:35.197 INFO STEP 862 (remove_files) COMPLETE
66242024-09-17T14:02:36.454Z[ recovery-image] Sep 17 14:02:35.197 INFO O| Sep 17 14:02:35.197 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-17T14:02:36.461Z[ recovery-image] Sep 17 14:02:35.206 INFO O| Sep 17 14:02:35.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66262024-09-17T14:02:36.464Z[ recovery-image] Sep 17 14:02:35.206 INFO O| Sep 17 14:02:35.206 INFO STEP 863 (remove_files) COMPLETE
66272024-09-17T14:02:36.464Z[ recovery-image] Sep 17 14:02:35.206 INFO O| Sep 17 14:02:35.206 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-17T14:02:36.471Z[ recovery-image] Sep 17 14:02:35.216 INFO O| Sep 17 14:02:35.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66292024-09-17T14:02:36.471Z[ recovery-image] Sep 17 14:02:35.216 INFO O| Sep 17 14:02:35.216 INFO STEP 864 (remove_files) COMPLETE
66302024-09-17T14:02:36.471Z[ recovery-image] Sep 17 14:02:35.216 INFO O| Sep 17 14:02:35.216 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-17T14:02:36.480Z[ recovery-image] Sep 17 14:02:35.225 INFO O| Sep 17 14:02:35.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66322024-09-17T14:02:36.480Z[ recovery-image] Sep 17 14:02:35.225 INFO O| Sep 17 14:02:35.225 INFO STEP 865 (remove_files) COMPLETE
66332024-09-17T14:02:36.483Z[ recovery-image] Sep 17 14:02:35.225 INFO O| Sep 17 14:02:35.225 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-17T14:02:36.490Z[ recovery-image] Sep 17 14:02:35.235 INFO O| Sep 17 14:02:35.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66352024-09-17T14:02:36.493Z[ recovery-image] Sep 17 14:02:35.235 INFO O| Sep 17 14:02:35.235 INFO STEP 866 (remove_files) COMPLETE
66362024-09-17T14:02:36.493Z[ recovery-image] Sep 17 14:02:35.235 INFO O| Sep 17 14:02:35.235 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-17T14:02:36.499Z[ recovery-image] Sep 17 14:02:35.244 INFO O| Sep 17 14:02:35.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66382024-09-17T14:02:36.502Z[ recovery-image] Sep 17 14:02:35.244 INFO O| Sep 17 14:02:35.244 INFO STEP 867 (remove_files) COMPLETE
66392024-09-17T14:02:36.502Z[ recovery-image] Sep 17 14:02:35.244 INFO O| Sep 17 14:02:35.244 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-17T14:02:36.509Z[ recovery-image] Sep 17 14:02:35.254 INFO O| Sep 17 14:02:35.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66412024-09-17T14:02:36.512Z[ recovery-image] Sep 17 14:02:35.254 INFO O| Sep 17 14:02:35.254 INFO STEP 868 (remove_files) COMPLETE
66422024-09-17T14:02:36.513Z[ recovery-image] Sep 17 14:02:35.254 INFO O| Sep 17 14:02:35.254 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-17T14:02:36.518Z[ recovery-image] Sep 17 14:02:35.263 INFO O| Sep 17 14:02:35.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66442024-09-17T14:02:36.521Z[ recovery-image] Sep 17 14:02:35.263 INFO O| Sep 17 14:02:35.263 INFO STEP 869 (remove_files) COMPLETE
66452024-09-17T14:02:36.522Z[ recovery-image] Sep 17 14:02:35.263 INFO O| Sep 17 14:02:35.263 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-17T14:02:36.528Z[ recovery-image] Sep 17 14:02:35.273 INFO O| Sep 17 14:02:35.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66472024-09-17T14:02:36.530Z[ recovery-image] Sep 17 14:02:35.273 INFO O| Sep 17 14:02:35.273 INFO STEP 870 (remove_files) COMPLETE
66482024-09-17T14:02:36.530Z[ recovery-image] Sep 17 14:02:35.273 INFO O| Sep 17 14:02:35.273 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-17T14:02:36.537Z[ recovery-image] Sep 17 14:02:35.283 INFO O| Sep 17 14:02:35.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66502024-09-17T14:02:36.537Z[ recovery-image] Sep 17 14:02:35.283 INFO O| Sep 17 14:02:35.283 INFO STEP 871 (remove_files) COMPLETE
66512024-09-17T14:02:36.541Z[ recovery-image] Sep 17 14:02:35.283 INFO O| Sep 17 14:02:35.283 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-17T14:02:36.547Z[ recovery-image] Sep 17 14:02:35.292 INFO O| Sep 17 14:02:35.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66532024-09-17T14:02:36.550Z[ recovery-image] Sep 17 14:02:35.292 INFO O| Sep 17 14:02:35.292 INFO STEP 872 (remove_files) COMPLETE
66542024-09-17T14:02:36.550Z[ recovery-image] Sep 17 14:02:35.292 INFO O| Sep 17 14:02:35.292 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-17T14:02:36.557Z[ recovery-image] Sep 17 14:02:35.302 INFO O| Sep 17 14:02:35.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66562024-09-17T14:02:36.559Z[ recovery-image] Sep 17 14:02:35.302 INFO O| Sep 17 14:02:35.302 INFO STEP 873 (remove_files) COMPLETE
66572024-09-17T14:02:36.559Z[ recovery-image] Sep 17 14:02:35.302 INFO O| Sep 17 14:02:35.302 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-17T14:02:36.566Z[ recovery-image] Sep 17 14:02:35.311 INFO O| Sep 17 14:02:35.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66592024-09-17T14:02:36.569Z[ recovery-image] Sep 17 14:02:35.311 INFO O| Sep 17 14:02:35.311 INFO STEP 874 (remove_files) COMPLETE
66602024-09-17T14:02:36.569Z[ recovery-image] Sep 17 14:02:35.311 INFO O| Sep 17 14:02:35.311 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-17T14:02:36.576Z[ recovery-image] Sep 17 14:02:35.321 INFO O| Sep 17 14:02:35.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66622024-09-17T14:02:36.578Z[ recovery-image] Sep 17 14:02:35.321 INFO O| Sep 17 14:02:35.321 INFO STEP 875 (remove_files) COMPLETE
66632024-09-17T14:02:36.578Z[ recovery-image] Sep 17 14:02:35.321 INFO O| Sep 17 14:02:35.321 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-17T14:02:36.585Z[ recovery-image] Sep 17 14:02:35.330 INFO O| Sep 17 14:02:35.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66652024-09-17T14:02:36.585Z[ recovery-image] Sep 17 14:02:35.330 INFO O| Sep 17 14:02:35.330 INFO STEP 876 (remove_files) COMPLETE
66662024-09-17T14:02:36.585Z[ recovery-image] Sep 17 14:02:35.330 INFO O| Sep 17 14:02:35.330 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-17T14:02:36.595Z[ recovery-image] Sep 17 14:02:35.340 INFO O| Sep 17 14:02:35.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66682024-09-17T14:02:36.595Z[ recovery-image] Sep 17 14:02:35.340 INFO O| Sep 17 14:02:35.340 INFO STEP 877 (remove_files) COMPLETE
66692024-09-17T14:02:36.595Z[ recovery-image] Sep 17 14:02:35.340 INFO O| Sep 17 14:02:35.340 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-17T14:02:36.604Z[ recovery-image] Sep 17 14:02:35.349 INFO O| Sep 17 14:02:35.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66712024-09-17T14:02:36.604Z[ recovery-image] Sep 17 14:02:35.349 INFO O| Sep 17 14:02:35.349 INFO STEP 878 (remove_files) COMPLETE
66722024-09-17T14:02:36.607Z[ recovery-image] Sep 17 14:02:35.349 INFO O| Sep 17 14:02:35.349 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-17T14:02:36.614Z[ recovery-image] Sep 17 14:02:35.359 INFO O| Sep 17 14:02:35.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66742024-09-17T14:02:36.614Z[ recovery-image] Sep 17 14:02:35.359 INFO O| Sep 17 14:02:35.359 INFO STEP 879 (remove_files) COMPLETE
66752024-09-17T14:02:36.617Z[ recovery-image] Sep 17 14:02:35.359 INFO O| Sep 17 14:02:35.359 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-17T14:02:36.623Z[ recovery-image] Sep 17 14:02:35.368 INFO O| Sep 17 14:02:35.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66772024-09-17T14:02:36.626Z[ recovery-image] Sep 17 14:02:35.369 INFO O| Sep 17 14:02:35.369 INFO STEP 880 (remove_files) COMPLETE
66782024-09-17T14:02:36.626Z[ recovery-image] Sep 17 14:02:35.369 INFO O| Sep 17 14:02:35.369 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-17T14:02:36.633Z[ recovery-image] Sep 17 14:02:35.378 INFO O| Sep 17 14:02:35.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66802024-09-17T14:02:36.633Z[ recovery-image] Sep 17 14:02:35.379 INFO O| Sep 17 14:02:35.378 INFO STEP 881 (remove_files) COMPLETE
66812024-09-17T14:02:36.636Z[ recovery-image] Sep 17 14:02:35.379 INFO O| Sep 17 14:02:35.378 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-17T14:02:36.643Z[ recovery-image] Sep 17 14:02:35.388 INFO O| Sep 17 14:02:35.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66832024-09-17T14:02:36.643Z[ recovery-image] Sep 17 14:02:35.388 INFO O| Sep 17 14:02:35.388 INFO STEP 882 (remove_files) COMPLETE
66842024-09-17T14:02:36.646Z[ recovery-image] Sep 17 14:02:35.388 INFO O| Sep 17 14:02:35.388 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-17T14:02:36.652Z[ recovery-image] Sep 17 14:02:35.397 INFO O| Sep 17 14:02:35.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66862024-09-17T14:02:36.655Z[ recovery-image] Sep 17 14:02:35.398 INFO O| Sep 17 14:02:35.398 INFO STEP 883 (remove_files) COMPLETE
66872024-09-17T14:02:36.655Z[ recovery-image] Sep 17 14:02:35.398 INFO O| Sep 17 14:02:35.398 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-17T14:02:36.662Z[ recovery-image] Sep 17 14:02:35.407 INFO O| Sep 17 14:02:35.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66892024-09-17T14:02:36.665Z[ recovery-image] Sep 17 14:02:35.407 INFO O| Sep 17 14:02:35.407 INFO STEP 884 (remove_files) COMPLETE
66902024-09-17T14:02:36.665Z[ recovery-image] Sep 17 14:02:35.407 INFO O| Sep 17 14:02:35.407 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-17T14:02:36.673Z[ recovery-image] Sep 17 14:02:35.417 INFO O| Sep 17 14:02:35.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66922024-09-17T14:02:36.676Z[ recovery-image] Sep 17 14:02:35.417 INFO O| Sep 17 14:02:35.417 INFO STEP 885 (remove_files) COMPLETE
66932024-09-17T14:02:36.676Z[ recovery-image] Sep 17 14:02:35.417 INFO O| Sep 17 14:02:35.417 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-17T14:02:36.681Z[ recovery-image] Sep 17 14:02:35.426 INFO O| Sep 17 14:02:35.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66952024-09-17T14:02:36.681Z[ recovery-image] Sep 17 14:02:35.426 INFO O| Sep 17 14:02:35.426 INFO STEP 886 (remove_files) COMPLETE
66962024-09-17T14:02:36.681Z[ recovery-image] Sep 17 14:02:35.426 INFO O| Sep 17 14:02:35.426 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-17T14:02:36.691Z[ recovery-image] Sep 17 14:02:35.436 INFO O| Sep 17 14:02:35.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66982024-09-17T14:02:36.693Z[ recovery-image] Sep 17 14:02:35.436 INFO O| Sep 17 14:02:35.436 INFO STEP 887 (remove_files) COMPLETE
66992024-09-17T14:02:36.693Z[ recovery-image] Sep 17 14:02:35.436 INFO O| Sep 17 14:02:35.436 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-17T14:02:36.700Z[ recovery-image] Sep 17 14:02:35.445 INFO O| Sep 17 14:02:35.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67012024-09-17T14:02:36.703Z[ recovery-image] Sep 17 14:02:35.445 INFO O| Sep 17 14:02:35.445 INFO STEP 888 (remove_files) COMPLETE
67022024-09-17T14:02:36.703Z[ recovery-image] Sep 17 14:02:35.445 INFO O| Sep 17 14:02:35.445 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-17T14:02:36.710Z[ recovery-image] Sep 17 14:02:35.455 INFO O| Sep 17 14:02:35.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67042024-09-17T14:02:36.713Z[ recovery-image] Sep 17 14:02:35.455 INFO O| Sep 17 14:02:35.455 INFO STEP 889 (remove_files) COMPLETE
67052024-09-17T14:02:36.713Z[ recovery-image] Sep 17 14:02:35.455 INFO O| Sep 17 14:02:35.455 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-17T14:02:36.719Z[ recovery-image] Sep 17 14:02:35.464 INFO O| Sep 17 14:02:35.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67072024-09-17T14:02:36.719Z[ recovery-image] Sep 17 14:02:35.464 INFO O| Sep 17 14:02:35.464 INFO STEP 890 (remove_files) COMPLETE
67082024-09-17T14:02:36.722Z[ recovery-image] Sep 17 14:02:35.464 INFO O| Sep 17 14:02:35.464 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-17T14:02:36.729Z[ recovery-image] Sep 17 14:02:35.474 INFO O| Sep 17 14:02:35.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67102024-09-17T14:02:36.729Z[ recovery-image] Sep 17 14:02:35.474 INFO O| Sep 17 14:02:35.474 INFO STEP 891 (remove_files) COMPLETE
67112024-09-17T14:02:36.731Z[ recovery-image] Sep 17 14:02:35.474 INFO O| Sep 17 14:02:35.474 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-17T14:02:36.738Z[ recovery-image] Sep 17 14:02:35.483 INFO O| Sep 17 14:02:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67132024-09-17T14:02:36.738Z[ recovery-image] Sep 17 14:02:35.483 INFO O| Sep 17 14:02:35.483 INFO STEP 892 (remove_files) COMPLETE
67142024-09-17T14:02:36.741Z[ recovery-image] Sep 17 14:02:35.483 INFO O| Sep 17 14:02:35.483 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-17T14:02:36.748Z[ recovery-image] Sep 17 14:02:35.493 INFO O| Sep 17 14:02:35.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67162024-09-17T14:02:36.748Z[ recovery-image] Sep 17 14:02:35.493 INFO O| Sep 17 14:02:35.493 INFO STEP 893 (remove_files) COMPLETE
67172024-09-17T14:02:36.752Z[ recovery-image] Sep 17 14:02:35.493 INFO O| Sep 17 14:02:35.493 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-17T14:02:36.757Z[ recovery-image] Sep 17 14:02:35.502 INFO O| Sep 17 14:02:35.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67192024-09-17T14:02:36.760Z[ recovery-image] Sep 17 14:02:35.502 INFO O| Sep 17 14:02:35.502 INFO STEP 894 (remove_files) COMPLETE
67202024-09-17T14:02:36.760Z[ recovery-image] Sep 17 14:02:35.503 INFO O| Sep 17 14:02:35.502 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-17T14:02:36.767Z[ recovery-image] Sep 17 14:02:35.512 INFO O| Sep 17 14:02:35.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67222024-09-17T14:02:36.767Z[ recovery-image] Sep 17 14:02:35.512 INFO O| Sep 17 14:02:35.512 INFO STEP 895 (remove_files) COMPLETE
67232024-09-17T14:02:36.767Z[ recovery-image] Sep 17 14:02:35.512 INFO O| Sep 17 14:02:35.512 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-17T14:02:36.777Z[ recovery-image] Sep 17 14:02:35.521 INFO O| Sep 17 14:02:35.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67252024-09-17T14:02:36.777Z[ recovery-image] Sep 17 14:02:35.522 INFO O| Sep 17 14:02:35.522 INFO STEP 896 (remove_files) COMPLETE
67262024-09-17T14:02:36.779Z[ recovery-image] Sep 17 14:02:35.522 INFO O| Sep 17 14:02:35.522 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-17T14:02:36.786Z[ recovery-image] Sep 17 14:02:35.531 INFO O| Sep 17 14:02:35.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67282024-09-17T14:02:36.786Z[ recovery-image] Sep 17 14:02:35.531 INFO O| Sep 17 14:02:35.531 INFO STEP 897 (remove_files) COMPLETE
67292024-09-17T14:02:36.789Z[ recovery-image] Sep 17 14:02:35.531 INFO O| Sep 17 14:02:35.531 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-17T14:02:36.795Z[ recovery-image] Sep 17 14:02:35.541 INFO O| Sep 17 14:02:35.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67312024-09-17T14:02:36.795Z[ recovery-image] Sep 17 14:02:35.541 INFO O| Sep 17 14:02:35.541 INFO STEP 898 (remove_files) COMPLETE
67322024-09-17T14:02:36.798Z[ recovery-image] Sep 17 14:02:35.541 INFO O| Sep 17 14:02:35.541 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-17T14:02:36.805Z[ recovery-image] Sep 17 14:02:35.550 INFO O| Sep 17 14:02:35.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67342024-09-17T14:02:36.807Z[ recovery-image] Sep 17 14:02:35.550 INFO O| Sep 17 14:02:35.550 INFO STEP 899 (remove_files) COMPLETE
67352024-09-17T14:02:36.807Z[ recovery-image] Sep 17 14:02:35.550 INFO O| Sep 17 14:02:35.550 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-17T14:02:36.815Z[ recovery-image] Sep 17 14:02:35.560 INFO O| Sep 17 14:02:35.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67372024-09-17T14:02:36.815Z[ recovery-image] Sep 17 14:02:35.560 INFO O| Sep 17 14:02:35.560 INFO STEP 900 (remove_files) COMPLETE
67382024-09-17T14:02:36.817Z[ recovery-image] Sep 17 14:02:35.560 INFO O| Sep 17 14:02:35.560 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-17T14:02:36.824Z[ recovery-image] Sep 17 14:02:35.569 INFO O| Sep 17 14:02:35.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67402024-09-17T14:02:36.824Z[ recovery-image] Sep 17 14:02:35.570 INFO O| Sep 17 14:02:35.569 INFO STEP 901 (remove_files) COMPLETE
67412024-09-17T14:02:36.827Z[ recovery-image] Sep 17 14:02:35.570 INFO O| Sep 17 14:02:35.570 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-17T14:02:36.834Z[ recovery-image] Sep 17 14:02:35.579 INFO O| Sep 17 14:02:35.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67432024-09-17T14:02:36.834Z[ recovery-image] Sep 17 14:02:35.579 INFO O| Sep 17 14:02:35.579 INFO STEP 902 (remove_files) COMPLETE
67442024-09-17T14:02:36.837Z[ recovery-image] Sep 17 14:02:35.579 INFO O| Sep 17 14:02:35.579 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-17T14:02:36.844Z[ recovery-image] Sep 17 14:02:35.589 INFO O| Sep 17 14:02:35.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67462024-09-17T14:02:36.846Z[ recovery-image] Sep 17 14:02:35.589 INFO O| Sep 17 14:02:35.589 INFO STEP 903 (remove_files) COMPLETE
67472024-09-17T14:02:36.846Z[ recovery-image] Sep 17 14:02:35.589 INFO O| Sep 17 14:02:35.589 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-17T14:02:36.853Z[ recovery-image] Sep 17 14:02:35.598 INFO O| Sep 17 14:02:35.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67492024-09-17T14:02:36.853Z[ recovery-image] Sep 17 14:02:35.598 INFO O| Sep 17 14:02:35.598 INFO STEP 904 (remove_files) COMPLETE
67502024-09-17T14:02:36.855Z[ recovery-image] Sep 17 14:02:35.598 INFO O| Sep 17 14:02:35.598 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-17T14:02:36.863Z[ recovery-image] Sep 17 14:02:35.608 INFO O| Sep 17 14:02:35.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67522024-09-17T14:02:36.865Z[ recovery-image] Sep 17 14:02:35.608 INFO O| Sep 17 14:02:35.608 INFO STEP 905 (remove_files) COMPLETE
67532024-09-17T14:02:36.865Z[ recovery-image] Sep 17 14:02:35.608 INFO O| Sep 17 14:02:35.608 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-17T14:02:36.872Z[ recovery-image] Sep 17 14:02:35.617 INFO O| Sep 17 14:02:35.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67552024-09-17T14:02:36.872Z[ recovery-image] Sep 17 14:02:35.617 INFO O| Sep 17 14:02:35.617 INFO STEP 906 (remove_files) COMPLETE
67562024-09-17T14:02:36.875Z[ recovery-image] Sep 17 14:02:35.617 INFO O| Sep 17 14:02:35.617 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-17T14:02:36.882Z[ recovery-image] Sep 17 14:02:35.627 INFO O| Sep 17 14:02:35.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67582024-09-17T14:02:36.882Z[ recovery-image] Sep 17 14:02:35.627 INFO O| Sep 17 14:02:35.627 INFO STEP 907 (remove_files) COMPLETE
67592024-09-17T14:02:36.885Z[ recovery-image] Sep 17 14:02:35.627 INFO O| Sep 17 14:02:35.627 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-17T14:02:36.891Z[ recovery-image] Sep 17 14:02:35.636 INFO O| Sep 17 14:02:35.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67612024-09-17T14:02:36.891Z[ recovery-image] Sep 17 14:02:35.636 INFO O| Sep 17 14:02:35.636 INFO STEP 908 (remove_files) COMPLETE
67622024-09-17T14:02:36.894Z[ recovery-image] Sep 17 14:02:35.636 INFO O| Sep 17 14:02:35.636 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-17T14:02:36.901Z[ recovery-image] Sep 17 14:02:35.646 INFO O| Sep 17 14:02:35.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67642024-09-17T14:02:36.901Z[ recovery-image] Sep 17 14:02:35.646 INFO O| Sep 17 14:02:35.646 INFO STEP 909 (remove_files) COMPLETE
67652024-09-17T14:02:36.901Z[ recovery-image] Sep 17 14:02:35.646 INFO O| Sep 17 14:02:35.646 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-17T14:02:36.910Z[ recovery-image] Sep 17 14:02:35.655 INFO O| Sep 17 14:02:35.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67672024-09-17T14:02:36.913Z[ recovery-image] Sep 17 14:02:35.655 INFO O| Sep 17 14:02:35.655 INFO STEP 910 (remove_files) COMPLETE
67682024-09-17T14:02:36.913Z[ recovery-image] Sep 17 14:02:35.655 INFO O| Sep 17 14:02:35.655 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-17T14:02:36.920Z[ recovery-image] Sep 17 14:02:35.665 INFO O| Sep 17 14:02:35.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67702024-09-17T14:02:36.920Z[ recovery-image] Sep 17 14:02:35.665 INFO O| Sep 17 14:02:35.665 INFO STEP 911 (remove_files) COMPLETE
67712024-09-17T14:02:36.922Z[ recovery-image] Sep 17 14:02:35.665 INFO O| Sep 17 14:02:35.665 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-17T14:02:36.929Z[ recovery-image] Sep 17 14:02:35.674 INFO O| Sep 17 14:02:35.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67732024-09-17T14:02:36.929Z[ recovery-image] Sep 17 14:02:35.674 INFO O| Sep 17 14:02:35.674 INFO STEP 912 (remove_files) COMPLETE
67742024-09-17T14:02:36.929Z[ recovery-image] Sep 17 14:02:35.674 INFO O| Sep 17 14:02:35.674 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-17T14:02:36.939Z[ recovery-image] Sep 17 14:02:35.684 INFO O| Sep 17 14:02:35.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67762024-09-17T14:02:36.939Z[ recovery-image] Sep 17 14:02:35.684 INFO O| Sep 17 14:02:35.684 INFO STEP 913 (remove_files) COMPLETE
67772024-09-17T14:02:36.939Z[ recovery-image] Sep 17 14:02:35.684 INFO O| Sep 17 14:02:35.684 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-17T14:02:36.948Z[ recovery-image] Sep 17 14:02:35.693 INFO O| Sep 17 14:02:35.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67792024-09-17T14:02:36.950Z[ recovery-image] Sep 17 14:02:35.693 INFO O| Sep 17 14:02:35.693 INFO STEP 914 (remove_files) COMPLETE
67802024-09-17T14:02:36.950Z[ recovery-image] Sep 17 14:02:35.693 INFO O| Sep 17 14:02:35.693 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-17T14:02:36.958Z[ recovery-image] Sep 17 14:02:35.703 INFO O| Sep 17 14:02:35.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67822024-09-17T14:02:36.960Z[ recovery-image] Sep 17 14:02:35.703 INFO O| Sep 17 14:02:35.703 INFO STEP 915 (remove_files) COMPLETE
67832024-09-17T14:02:36.960Z[ recovery-image] Sep 17 14:02:35.703 INFO O| Sep 17 14:02:35.703 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-17T14:02:36.967Z[ recovery-image] Sep 17 14:02:35.712 INFO O| Sep 17 14:02:35.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67852024-09-17T14:02:36.967Z[ recovery-image] Sep 17 14:02:35.712 INFO O| Sep 17 14:02:35.712 INFO STEP 916 (remove_files) COMPLETE
67862024-09-17T14:02:36.967Z[ recovery-image] Sep 17 14:02:35.712 INFO O| Sep 17 14:02:35.712 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-17T14:02:36.977Z[ recovery-image] Sep 17 14:02:35.722 INFO O| Sep 17 14:02:35.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67882024-09-17T14:02:36.977Z[ recovery-image] Sep 17 14:02:35.722 INFO O| Sep 17 14:02:35.722 INFO STEP 917 (remove_files) COMPLETE
67892024-09-17T14:02:36.979Z[ recovery-image] Sep 17 14:02:35.722 INFO O| Sep 17 14:02:35.722 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-17T14:02:36.986Z[ recovery-image] Sep 17 14:02:35.731 INFO O| Sep 17 14:02:35.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67912024-09-17T14:02:36.986Z[ recovery-image] Sep 17 14:02:35.731 INFO O| Sep 17 14:02:35.731 INFO STEP 918 (remove_files) COMPLETE
67922024-09-17T14:02:36.986Z[ recovery-image] Sep 17 14:02:35.731 INFO O| Sep 17 14:02:35.731 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-17T14:02:36.996Z[ recovery-image] Sep 17 14:02:35.741 INFO O| Sep 17 14:02:35.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67942024-09-17T14:02:36.996Z[ recovery-image] Sep 17 14:02:35.741 INFO O| Sep 17 14:02:35.741 INFO STEP 919 (remove_files) COMPLETE
67952024-09-17T14:02:36.996Z[ recovery-image] Sep 17 14:02:35.741 INFO O| Sep 17 14:02:35.741 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-17T14:02:37.005Z[ recovery-image] Sep 17 14:02:35.750 INFO O| Sep 17 14:02:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67972024-09-17T14:02:37.005Z[ recovery-image] Sep 17 14:02:35.750 INFO O| Sep 17 14:02:35.750 INFO STEP 920 (remove_files) COMPLETE
67982024-09-17T14:02:37.008Z[ recovery-image] Sep 17 14:02:35.750 INFO O| Sep 17 14:02:35.750 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-17T14:02:37.015Z[ recovery-image] Sep 17 14:02:35.760 INFO O| Sep 17 14:02:35.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68002024-09-17T14:02:37.018Z[ recovery-image] Sep 17 14:02:35.760 INFO O| Sep 17 14:02:35.760 INFO STEP 921 (remove_files) COMPLETE
68012024-09-17T14:02:37.018Z[ recovery-image] Sep 17 14:02:35.760 INFO O| Sep 17 14:02:35.760 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-17T14:02:37.024Z[ recovery-image] Sep 17 14:02:35.769 INFO O| Sep 17 14:02:35.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68032024-09-17T14:02:37.024Z[ recovery-image] Sep 17 14:02:35.769 INFO O| Sep 17 14:02:35.769 INFO STEP 922 (remove_files) COMPLETE
68042024-09-17T14:02:37.027Z[ recovery-image] Sep 17 14:02:35.769 INFO O| Sep 17 14:02:35.769 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-17T14:02:37.034Z[ recovery-image] Sep 17 14:02:35.779 INFO O| Sep 17 14:02:35.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68062024-09-17T14:02:37.034Z[ recovery-image] Sep 17 14:02:35.779 INFO O| Sep 17 14:02:35.779 INFO STEP 923 (remove_files) COMPLETE
68072024-09-17T14:02:37.036Z[ recovery-image] Sep 17 14:02:35.779 INFO O| Sep 17 14:02:35.779 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-09-17T14:02:37.043Z[ recovery-image] Sep 17 14:02:35.788 INFO O| Sep 17 14:02:35.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68092024-09-17T14:02:37.043Z[ recovery-image] Sep 17 14:02:35.788 INFO O| Sep 17 14:02:35.788 INFO STEP 924 (remove_files) COMPLETE
68102024-09-17T14:02:37.043Z[ recovery-image] Sep 17 14:02:35.789 INFO O| Sep 17 14:02:35.788 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-09-17T14:02:37.053Z[ recovery-image] Sep 17 14:02:35.798 INFO O| Sep 17 14:02:35.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68122024-09-17T14:02:37.055Z[ recovery-image] Sep 17 14:02:35.798 INFO O| Sep 17 14:02:35.798 INFO STEP 925 (remove_files) COMPLETE
68132024-09-17T14:02:37.055Z[ recovery-image] Sep 17 14:02:35.798 INFO O| Sep 17 14:02:35.798 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-09-17T14:02:37.062Z[ recovery-image] Sep 17 14:02:35.807 INFO O| Sep 17 14:02:35.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68152024-09-17T14:02:37.062Z[ recovery-image] Sep 17 14:02:35.807 INFO O| Sep 17 14:02:35.807 INFO STEP 926 (remove_files) COMPLETE
68162024-09-17T14:02:37.065Z[ recovery-image] Sep 17 14:02:35.807 INFO O| Sep 17 14:02:35.807 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-09-17T14:02:37.072Z[ recovery-image] Sep 17 14:02:35.817 INFO O| Sep 17 14:02:35.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68182024-09-17T14:02:37.074Z[ recovery-image] Sep 17 14:02:35.817 INFO O| Sep 17 14:02:35.817 INFO STEP 927 (remove_files) COMPLETE
68192024-09-17T14:02:37.074Z[ recovery-image] Sep 17 14:02:35.817 INFO O| Sep 17 14:02:35.817 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-09-17T14:02:37.081Z[ recovery-image] Sep 17 14:02:35.826 INFO O| Sep 17 14:02:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68212024-09-17T14:02:37.081Z[ recovery-image] Sep 17 14:02:35.826 INFO O| Sep 17 14:02:35.826 INFO STEP 928 (remove_files) COMPLETE
68222024-09-17T14:02:37.084Z[ recovery-image] Sep 17 14:02:35.826 INFO O| Sep 17 14:02:35.826 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-09-17T14:02:37.091Z[ recovery-image] Sep 17 14:02:35.836 INFO O| Sep 17 14:02:35.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68242024-09-17T14:02:37.093Z[ recovery-image] Sep 17 14:02:35.836 INFO O| Sep 17 14:02:35.836 INFO STEP 929 (remove_files) COMPLETE
68252024-09-17T14:02:37.093Z[ recovery-image] Sep 17 14:02:35.836 INFO O| Sep 17 14:02:35.836 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-09-17T14:02:37.100Z[ recovery-image] Sep 17 14:02:35.845 INFO O| Sep 17 14:02:35.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68272024-09-17T14:02:37.100Z[ recovery-image] Sep 17 14:02:35.845 INFO O| Sep 17 14:02:35.845 INFO STEP 930 (remove_files) COMPLETE
68282024-09-17T14:02:37.103Z[ recovery-image] Sep 17 14:02:35.845 INFO O| Sep 17 14:02:35.845 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-17T14:02:37.110Z[ recovery-image] Sep 17 14:02:35.855 INFO O| Sep 17 14:02:35.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68302024-09-17T14:02:37.110Z[ recovery-image] Sep 17 14:02:35.855 INFO O| Sep 17 14:02:35.855 INFO STEP 931 (remove_files) COMPLETE
68312024-09-17T14:02:37.110Z[ recovery-image] Sep 17 14:02:35.855 INFO O| Sep 17 14:02:35.855 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-17T14:02:37.119Z[ recovery-image] Sep 17 14:02:35.864 INFO O| Sep 17 14:02:35.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68332024-09-17T14:02:37.119Z[ recovery-image] Sep 17 14:02:35.865 INFO O| Sep 17 14:02:35.865 INFO STEP 932 (remove_files) COMPLETE
68342024-09-17T14:02:37.119Z[ recovery-image] Sep 17 14:02:35.865 INFO O| Sep 17 14:02:35.865 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-17T14:02:37.129Z[ recovery-image] Sep 17 14:02:35.874 INFO O| Sep 17 14:02:35.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68362024-09-17T14:02:37.129Z[ recovery-image] Sep 17 14:02:35.874 INFO O| Sep 17 14:02:35.874 INFO STEP 933 (remove_files) COMPLETE
68372024-09-17T14:02:37.131Z[ recovery-image] Sep 17 14:02:35.874 INFO O| Sep 17 14:02:35.874 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-17T14:02:37.138Z[ recovery-image] Sep 17 14:02:35.883 INFO O| Sep 17 14:02:35.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68392024-09-17T14:02:37.138Z[ recovery-image] Sep 17 14:02:35.883 INFO O| Sep 17 14:02:35.883 INFO STEP 934 (remove_files) COMPLETE
68402024-09-17T14:02:37.141Z[ recovery-image] Sep 17 14:02:35.883 INFO O| Sep 17 14:02:35.883 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-09-17T14:02:37.148Z[ recovery-image] Sep 17 14:02:35.893 INFO O| Sep 17 14:02:35.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68422024-09-17T14:02:37.150Z[ recovery-image] Sep 17 14:02:35.893 INFO O| Sep 17 14:02:35.893 INFO STEP 935 (remove_files) COMPLETE
68432024-09-17T14:02:37.150Z[ recovery-image] Sep 17 14:02:35.893 INFO O| Sep 17 14:02:35.893 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-09-17T14:02:37.157Z[ recovery-image] Sep 17 14:02:35.902 INFO O| Sep 17 14:02:35.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68452024-09-17T14:02:37.160Z[ recovery-image] Sep 17 14:02:35.902 INFO O| Sep 17 14:02:35.902 INFO STEP 936 (remove_files) COMPLETE
68462024-09-17T14:02:37.160Z[ recovery-image] Sep 17 14:02:35.902 INFO O| Sep 17 14:02:35.902 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-09-17T14:02:37.167Z[ recovery-image] Sep 17 14:02:35.912 INFO O| Sep 17 14:02:35.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68482024-09-17T14:02:37.167Z[ recovery-image] Sep 17 14:02:35.912 INFO O| Sep 17 14:02:35.912 INFO STEP 937 (remove_files) COMPLETE
68492024-09-17T14:02:37.169Z[ recovery-image] Sep 17 14:02:35.912 INFO O| Sep 17 14:02:35.912 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-09-17T14:02:37.176Z[ recovery-image] Sep 17 14:02:35.921 INFO O| Sep 17 14:02:35.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68512024-09-17T14:02:37.178Z[ recovery-image] Sep 17 14:02:35.921 INFO O| Sep 17 14:02:35.921 INFO STEP 938 (remove_files) COMPLETE
68522024-09-17T14:02:37.179Z[ recovery-image] Sep 17 14:02:35.921 INFO O| Sep 17 14:02:35.921 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-09-17T14:02:37.186Z[ recovery-image] Sep 17 14:02:35.931 INFO O| Sep 17 14:02:35.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68542024-09-17T14:02:37.186Z[ recovery-image] Sep 17 14:02:35.931 INFO O| Sep 17 14:02:35.931 INFO STEP 939 (remove_files) COMPLETE
68552024-09-17T14:02:37.189Z[ recovery-image] Sep 17 14:02:35.931 INFO O| Sep 17 14:02:35.931 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-09-17T14:02:37.195Z[ recovery-image] Sep 17 14:02:35.940 INFO O| Sep 17 14:02:35.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68572024-09-17T14:02:37.198Z[ recovery-image] Sep 17 14:02:35.941 INFO O| Sep 17 14:02:35.941 INFO STEP 940 (remove_files) COMPLETE
68582024-09-17T14:02:37.198Z[ recovery-image] Sep 17 14:02:35.941 INFO O| Sep 17 14:02:35.941 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-09-17T14:02:37.205Z[ recovery-image] Sep 17 14:02:35.950 INFO O| Sep 17 14:02:35.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68602024-09-17T14:02:37.205Z[ recovery-image] Sep 17 14:02:35.950 INFO O| Sep 17 14:02:35.950 INFO STEP 941 (remove_files) COMPLETE
68612024-09-17T14:02:37.208Z[ recovery-image] Sep 17 14:02:35.950 INFO O| Sep 17 14:02:35.950 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-09-17T14:02:37.214Z[ recovery-image] Sep 17 14:02:35.960 INFO O| Sep 17 14:02:35.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68632024-09-17T14:02:37.215Z[ recovery-image] Sep 17 14:02:35.960 INFO O| Sep 17 14:02:35.960 INFO STEP 942 (remove_files) COMPLETE
68642024-09-17T14:02:37.217Z[ recovery-image] Sep 17 14:02:35.960 INFO O| Sep 17 14:02:35.960 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-09-17T14:02:37.224Z[ recovery-image] Sep 17 14:02:35.969 INFO O| Sep 17 14:02:35.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68662024-09-17T14:02:37.224Z[ recovery-image] Sep 17 14:02:35.969 INFO O| Sep 17 14:02:35.969 INFO STEP 943 (remove_files) COMPLETE
68672024-09-17T14:02:37.227Z[ recovery-image] Sep 17 14:02:35.969 INFO O| Sep 17 14:02:35.969 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-09-17T14:02:37.234Z[ recovery-image] Sep 17 14:02:35.979 INFO O| Sep 17 14:02:35.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68692024-09-17T14:02:37.234Z[ recovery-image] Sep 17 14:02:35.979 INFO O| Sep 17 14:02:35.979 INFO STEP 944 (remove_files) COMPLETE
68702024-09-17T14:02:37.236Z[ recovery-image] Sep 17 14:02:35.979 INFO O| Sep 17 14:02:35.979 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-09-17T14:02:37.244Z[ recovery-image] Sep 17 14:02:35.989 INFO O| Sep 17 14:02:35.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68722024-09-17T14:02:37.244Z[ recovery-image] Sep 17 14:02:35.989 INFO O| Sep 17 14:02:35.989 INFO STEP 945 (remove_files) COMPLETE
68732024-09-17T14:02:37.244Z[ recovery-image] Sep 17 14:02:35.989 INFO O| Sep 17 14:02:35.989 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-09-17T14:02:37.254Z[ recovery-image] Sep 17 14:02:35.999 INFO O| Sep 17 14:02:35.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68752024-09-17T14:02:37.254Z[ recovery-image] Sep 17 14:02:35.999 INFO O| Sep 17 14:02:35.999 INFO STEP 946 (remove_files) COMPLETE
68762024-09-17T14:02:37.257Z[ recovery-image] Sep 17 14:02:35.999 INFO O| Sep 17 14:02:35.999 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-09-17T14:02:37.265Z[ recovery-image] Sep 17 14:02:36.010 INFO O| Sep 17 14:02:36.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68782024-09-17T14:02:37.268Z[ recovery-image] Sep 17 14:02:36.010 INFO O| Sep 17 14:02:36.010 INFO STEP 947 (remove_files) COMPLETE
68792024-09-17T14:02:37.268Z[ recovery-image] Sep 17 14:02:36.010 INFO O| Sep 17 14:02:36.010 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-09-17T14:02:37.276Z[ recovery-image] Sep 17 14:02:36.021 INFO O| Sep 17 14:02:36.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68812024-09-17T14:02:37.276Z[ recovery-image] Sep 17 14:02:36.021 INFO O| Sep 17 14:02:36.021 INFO STEP 948 (remove_files) COMPLETE
68822024-09-17T14:02:37.278Z[ recovery-image] Sep 17 14:02:36.021 INFO O| Sep 17 14:02:36.021 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-09-17T14:02:37.286Z[ recovery-image] Sep 17 14:02:36.031 INFO O| Sep 17 14:02:36.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68842024-09-17T14:02:37.286Z[ recovery-image] Sep 17 14:02:36.031 INFO O| Sep 17 14:02:36.031 INFO STEP 949 (remove_files) COMPLETE
68852024-09-17T14:02:37.288Z[ recovery-image] Sep 17 14:02:36.031 INFO O| Sep 17 14:02:36.031 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-09-17T14:02:37.296Z[ recovery-image] Sep 17 14:02:36.041 INFO O| Sep 17 14:02:36.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68872024-09-17T14:02:37.296Z[ recovery-image] Sep 17 14:02:36.041 INFO O| Sep 17 14:02:36.041 INFO STEP 950 (remove_files) COMPLETE
68882024-09-17T14:02:37.296Z[ recovery-image] Sep 17 14:02:36.041 INFO O| Sep 17 14:02:36.041 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-09-17T14:02:37.306Z[ recovery-image] Sep 17 14:02:36.051 INFO O| Sep 17 14:02:36.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68902024-09-17T14:02:37.306Z[ recovery-image] Sep 17 14:02:36.051 INFO O| Sep 17 14:02:36.051 INFO STEP 951 (remove_files) COMPLETE
68912024-09-17T14:02:37.308Z[ recovery-image] Sep 17 14:02:36.051 INFO O| Sep 17 14:02:36.051 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-09-17T14:02:37.316Z[ recovery-image] Sep 17 14:02:36.061 INFO O| Sep 17 14:02:36.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68932024-09-17T14:02:37.318Z[ recovery-image] Sep 17 14:02:36.061 INFO O| Sep 17 14:02:36.061 INFO STEP 952 (remove_files) COMPLETE
68942024-09-17T14:02:37.318Z[ recovery-image] Sep 17 14:02:36.061 INFO O| Sep 17 14:02:36.061 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-17T14:02:37.326Z[ recovery-image] Sep 17 14:02:36.071 INFO O| Sep 17 14:02:36.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68962024-09-17T14:02:37.328Z[ recovery-image] Sep 17 14:02:36.071 INFO O| Sep 17 14:02:36.071 INFO STEP 953 (remove_files) COMPLETE
68972024-09-17T14:02:37.328Z[ recovery-image] Sep 17 14:02:36.071 INFO O| Sep 17 14:02:36.071 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-17T14:02:37.335Z[ recovery-image] Sep 17 14:02:36.081 INFO O| Sep 17 14:02:36.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68992024-09-17T14:02:37.338Z[ recovery-image] Sep 17 14:02:36.081 INFO O| Sep 17 14:02:36.081 INFO STEP 954 (remove_files) COMPLETE
69002024-09-17T14:02:37.338Z[ recovery-image] Sep 17 14:02:36.081 INFO O| Sep 17 14:02:36.081 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-17T14:02:37.345Z[ recovery-image] Sep 17 14:02:36.091 INFO O| Sep 17 14:02:36.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69022024-09-17T14:02:37.348Z[ recovery-image] Sep 17 14:02:36.091 INFO O| Sep 17 14:02:36.091 INFO STEP 955 (remove_files) COMPLETE
69032024-09-17T14:02:37.348Z[ recovery-image] Sep 17 14:02:36.091 INFO O| Sep 17 14:02:36.091 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-17T14:02:37.356Z[ recovery-image] Sep 17 14:02:36.101 INFO O| Sep 17 14:02:36.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69052024-09-17T14:02:37.356Z[ recovery-image] Sep 17 14:02:36.101 INFO O| Sep 17 14:02:36.101 INFO STEP 956 (remove_files) COMPLETE
69062024-09-17T14:02:37.359Z[ recovery-image] Sep 17 14:02:36.101 INFO O| Sep 17 14:02:36.101 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-17T14:02:37.366Z[ recovery-image] Sep 17 14:02:36.111 INFO O| Sep 17 14:02:36.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69082024-09-17T14:02:37.366Z[ recovery-image] Sep 17 14:02:36.111 INFO O| Sep 17 14:02:36.111 INFO STEP 957 (remove_files) COMPLETE
69092024-09-17T14:02:37.366Z[ recovery-image] Sep 17 14:02:36.111 INFO O| Sep 17 14:02:36.111 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-17T14:02:37.376Z[ recovery-image] Sep 17 14:02:36.121 INFO O| Sep 17 14:02:36.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69112024-09-17T14:02:37.377Z[ recovery-image] Sep 17 14:02:36.122 INFO O| Sep 17 14:02:36.121 INFO STEP 958 (remove_files) COMPLETE
69122024-09-17T14:02:37.377Z[ recovery-image] Sep 17 14:02:36.122 INFO O| Sep 17 14:02:36.122 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-17T14:02:37.386Z[ recovery-image] Sep 17 14:02:36.131 INFO O| Sep 17 14:02:36.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69142024-09-17T14:02:37.386Z[ recovery-image] Sep 17 14:02:36.132 INFO O| Sep 17 14:02:36.132 INFO STEP 959 (remove_files) COMPLETE
69152024-09-17T14:02:37.387Z[ recovery-image] Sep 17 14:02:36.132 INFO O| Sep 17 14:02:36.132 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-17T14:02:37.396Z[ recovery-image] Sep 17 14:02:36.141 INFO O| Sep 17 14:02:36.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69172024-09-17T14:02:37.396Z[ recovery-image] Sep 17 14:02:36.141 INFO O| Sep 17 14:02:36.141 INFO STEP 960 (remove_files) COMPLETE
69182024-09-17T14:02:37.396Z[ recovery-image] Sep 17 14:02:36.141 INFO O| Sep 17 14:02:36.141 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-17T14:02:37.406Z[ recovery-image] Sep 17 14:02:36.151 INFO O| Sep 17 14:02:36.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69202024-09-17T14:02:37.406Z[ recovery-image] Sep 17 14:02:36.151 INFO O| Sep 17 14:02:36.151 INFO STEP 961 (remove_files) COMPLETE
69212024-09-17T14:02:37.415Z[ recovery-image] Sep 17 14:02:36.151 INFO O| Sep 17 14:02:36.151 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-17T14:02:37.418Z[ recovery-image] Sep 17 14:02:36.160 INFO O| Sep 17 14:02:36.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69232024-09-17T14:02:37.418Z[ recovery-image] Sep 17 14:02:36.160 INFO O| Sep 17 14:02:36.160 INFO STEP 962 (remove_files) COMPLETE
69242024-09-17T14:02:37.418Z[ recovery-image] Sep 17 14:02:36.160 INFO O| Sep 17 14:02:36.160 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-17T14:02:37.425Z[ recovery-image] Sep 17 14:02:36.170 INFO O| Sep 17 14:02:36.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69262024-09-17T14:02:37.425Z[ recovery-image] Sep 17 14:02:36.170 INFO O| Sep 17 14:02:36.170 INFO STEP 963 (remove_files) COMPLETE
69272024-09-17T14:02:37.427Z[ recovery-image] Sep 17 14:02:36.170 INFO O| Sep 17 14:02:36.170 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-17T14:02:37.434Z[ recovery-image] Sep 17 14:02:36.179 INFO O| Sep 17 14:02:36.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69292024-09-17T14:02:37.437Z[ recovery-image] Sep 17 14:02:36.179 INFO O| Sep 17 14:02:36.179 INFO STEP 964 (remove_files) COMPLETE
69302024-09-17T14:02:37.437Z[ recovery-image] Sep 17 14:02:36.179 INFO O| Sep 17 14:02:36.179 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-17T14:02:37.443Z[ recovery-image] Sep 17 14:02:36.188 INFO O| Sep 17 14:02:36.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69322024-09-17T14:02:37.446Z[ recovery-image] Sep 17 14:02:36.189 INFO O| Sep 17 14:02:36.189 INFO STEP 965 (remove_files) COMPLETE
69332024-09-17T14:02:37.446Z[ recovery-image] Sep 17 14:02:36.189 INFO O| Sep 17 14:02:36.189 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-17T14:02:37.453Z[ recovery-image] Sep 17 14:02:36.198 INFO O| Sep 17 14:02:36.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69352024-09-17T14:02:37.453Z[ recovery-image] Sep 17 14:02:36.198 INFO O| Sep 17 14:02:36.198 INFO STEP 966 (remove_files) COMPLETE
69362024-09-17T14:02:37.456Z[ recovery-image] Sep 17 14:02:36.198 INFO O| Sep 17 14:02:36.198 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-17T14:02:37.462Z[ recovery-image] Sep 17 14:02:36.207 INFO O| Sep 17 14:02:36.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69382024-09-17T14:02:37.463Z[ recovery-image] Sep 17 14:02:36.208 INFO O| Sep 17 14:02:36.208 INFO STEP 967 (remove_files) COMPLETE
69392024-09-17T14:02:37.463Z[ recovery-image] Sep 17 14:02:36.208 INFO O| Sep 17 14:02:36.208 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-17T14:02:37.472Z[ recovery-image] Sep 17 14:02:36.217 INFO O| Sep 17 14:02:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69412024-09-17T14:02:37.474Z[ recovery-image] Sep 17 14:02:36.217 INFO O| Sep 17 14:02:36.217 INFO STEP 968 (remove_files) COMPLETE
69422024-09-17T14:02:37.474Z[ recovery-image] Sep 17 14:02:36.217 INFO O| Sep 17 14:02:36.217 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-17T14:02:37.481Z[ recovery-image] Sep 17 14:02:36.226 INFO O| Sep 17 14:02:36.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69442024-09-17T14:02:37.481Z[ recovery-image] Sep 17 14:02:36.226 INFO O| Sep 17 14:02:36.226 INFO STEP 969 (remove_files) COMPLETE
69452024-09-17T14:02:37.484Z[ recovery-image] Sep 17 14:02:36.226 INFO O| Sep 17 14:02:36.226 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-17T14:02:37.491Z[ recovery-image] Sep 17 14:02:36.236 INFO O| Sep 17 14:02:36.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69472024-09-17T14:02:37.491Z[ recovery-image] Sep 17 14:02:36.236 INFO O| Sep 17 14:02:36.236 INFO STEP 970 (remove_files) COMPLETE
69482024-09-17T14:02:37.493Z[ recovery-image] Sep 17 14:02:36.236 INFO O| Sep 17 14:02:36.236 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-17T14:02:37.500Z[ recovery-image] Sep 17 14:02:36.245 INFO O| Sep 17 14:02:36.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69502024-09-17T14:02:37.503Z[ recovery-image] Sep 17 14:02:36.245 INFO O| Sep 17 14:02:36.245 INFO STEP 971 (remove_files) COMPLETE
69512024-09-17T14:02:37.503Z[ recovery-image] Sep 17 14:02:36.245 INFO O| Sep 17 14:02:36.245 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-17T14:02:37.510Z[ recovery-image] Sep 17 14:02:36.255 INFO O| Sep 17 14:02:36.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69532024-09-17T14:02:37.512Z[ recovery-image] Sep 17 14:02:36.255 INFO O| Sep 17 14:02:36.255 INFO STEP 972 (remove_files) COMPLETE
69542024-09-17T14:02:37.512Z[ recovery-image] Sep 17 14:02:36.255 INFO O| Sep 17 14:02:36.255 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-17T14:02:37.519Z[ recovery-image] Sep 17 14:02:36.264 INFO O| Sep 17 14:02:36.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69562024-09-17T14:02:37.522Z[ recovery-image] Sep 17 14:02:36.264 INFO O| Sep 17 14:02:36.264 INFO STEP 973 (remove_files) COMPLETE
69572024-09-17T14:02:37.522Z[ recovery-image] Sep 17 14:02:36.264 INFO O| Sep 17 14:02:36.264 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-17T14:02:37.529Z[ recovery-image] Sep 17 14:02:36.274 INFO O| Sep 17 14:02:36.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69592024-09-17T14:02:37.531Z[ recovery-image] Sep 17 14:02:36.274 INFO O| Sep 17 14:02:36.274 INFO STEP 974 (remove_files) COMPLETE
69602024-09-17T14:02:37.531Z[ recovery-image] Sep 17 14:02:36.274 INFO O| Sep 17 14:02:36.274 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-17T14:02:37.538Z[ recovery-image] Sep 17 14:02:36.283 INFO O| Sep 17 14:02:36.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69622024-09-17T14:02:37.538Z[ recovery-image] Sep 17 14:02:36.283 INFO O| Sep 17 14:02:36.283 INFO STEP 975 (remove_files) COMPLETE
69632024-09-17T14:02:37.540Z[ recovery-image] Sep 17 14:02:36.283 INFO O| Sep 17 14:02:36.283 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-17T14:02:37.548Z[ recovery-image] Sep 17 14:02:36.293 INFO O| Sep 17 14:02:36.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69652024-09-17T14:02:37.551Z[ recovery-image] Sep 17 14:02:36.293 INFO O| Sep 17 14:02:36.293 INFO STEP 976 (remove_files) COMPLETE
69662024-09-17T14:02:37.551Z[ recovery-image] Sep 17 14:02:36.293 INFO O| Sep 17 14:02:36.293 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-17T14:02:37.558Z[ recovery-image] Sep 17 14:02:36.303 INFO O| Sep 17 14:02:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69682024-09-17T14:02:37.561Z[ recovery-image] Sep 17 14:02:36.303 INFO O| Sep 17 14:02:36.303 INFO STEP 977 (remove_files) COMPLETE
69692024-09-17T14:02:37.561Z[ recovery-image] Sep 17 14:02:36.303 INFO O| Sep 17 14:02:36.303 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-17T14:02:37.568Z[ recovery-image] Sep 17 14:02:36.313 INFO O| Sep 17 14:02:36.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69712024-09-17T14:02:37.570Z[ recovery-image] Sep 17 14:02:36.313 INFO O| Sep 17 14:02:36.313 INFO STEP 978 (remove_files) COMPLETE
69722024-09-17T14:02:37.570Z[ recovery-image] Sep 17 14:02:36.313 INFO O| Sep 17 14:02:36.313 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-17T14:02:37.577Z[ recovery-image] Sep 17 14:02:36.322 INFO O| Sep 17 14:02:36.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69742024-09-17T14:02:37.577Z[ recovery-image] Sep 17 14:02:36.322 INFO O| Sep 17 14:02:36.322 INFO STEP 979 (remove_files) COMPLETE
69752024-09-17T14:02:37.580Z[ recovery-image] Sep 17 14:02:36.322 INFO O| Sep 17 14:02:36.322 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-17T14:02:37.587Z[ recovery-image] Sep 17 14:02:36.332 INFO O| Sep 17 14:02:36.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69772024-09-17T14:02:37.590Z[ recovery-image] Sep 17 14:02:36.332 INFO O| Sep 17 14:02:36.332 INFO STEP 980 (remove_files) COMPLETE
69782024-09-17T14:02:37.590Z[ recovery-image] Sep 17 14:02:36.332 INFO O| Sep 17 14:02:36.332 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-17T14:02:37.596Z[ recovery-image] Sep 17 14:02:36.341 INFO O| Sep 17 14:02:36.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69802024-09-17T14:02:37.599Z[ recovery-image] Sep 17 14:02:36.342 INFO O| Sep 17 14:02:36.341 INFO STEP 981 (remove_files) COMPLETE
69812024-09-17T14:02:37.599Z[ recovery-image] Sep 17 14:02:36.342 INFO O| Sep 17 14:02:36.341 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-17T14:02:37.606Z[ recovery-image] Sep 17 14:02:36.351 INFO O| Sep 17 14:02:36.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69832024-09-17T14:02:37.606Z[ recovery-image] Sep 17 14:02:36.351 INFO O| Sep 17 14:02:36.351 INFO STEP 982 (remove_files) COMPLETE
69842024-09-17T14:02:37.606Z[ recovery-image] Sep 17 14:02:36.351 INFO O| Sep 17 14:02:36.351 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-09-17T14:02:37.615Z[ recovery-image] Sep 17 14:02:36.360 INFO O| Sep 17 14:02:36.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69862024-09-17T14:02:37.618Z[ recovery-image] Sep 17 14:02:36.360 INFO O| Sep 17 14:02:36.360 INFO STEP 983 (remove_files) COMPLETE
69872024-09-17T14:02:37.618Z[ recovery-image] Sep 17 14:02:36.361 INFO O| Sep 17 14:02:36.360 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-09-17T14:02:37.625Z[ recovery-image] Sep 17 14:02:36.370 INFO O| Sep 17 14:02:36.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69892024-09-17T14:02:37.625Z[ recovery-image] Sep 17 14:02:36.370 INFO O| Sep 17 14:02:36.370 INFO STEP 984 (remove_files) COMPLETE
69902024-09-17T14:02:37.625Z[ recovery-image] Sep 17 14:02:36.370 INFO O| Sep 17 14:02:36.370 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-17T14:02:37.635Z[ recovery-image] Sep 17 14:02:36.380 INFO O| Sep 17 14:02:36.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69922024-09-17T14:02:37.637Z[ recovery-image] Sep 17 14:02:36.380 INFO O| Sep 17 14:02:36.380 INFO STEP 985 (remove_files) COMPLETE
69932024-09-17T14:02:37.637Z[ recovery-image] Sep 17 14:02:36.380 INFO O| Sep 17 14:02:36.380 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-17T14:02:37.644Z[ recovery-image] Sep 17 14:02:36.389 INFO O| Sep 17 14:02:36.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69952024-09-17T14:02:37.644Z[ recovery-image] Sep 17 14:02:36.389 INFO O| Sep 17 14:02:36.389 INFO STEP 986 (remove_files) COMPLETE
69962024-09-17T14:02:37.647Z[ recovery-image] Sep 17 14:02:36.389 INFO O| Sep 17 14:02:36.389 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-17T14:02:37.654Z[ recovery-image] Sep 17 14:02:36.399 INFO O| Sep 17 14:02:36.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69982024-09-17T14:02:37.654Z[ recovery-image] Sep 17 14:02:36.399 INFO O| Sep 17 14:02:36.399 INFO STEP 987 (remove_files) COMPLETE
69992024-09-17T14:02:37.656Z[ recovery-image] Sep 17 14:02:36.399 INFO O| Sep 17 14:02:36.399 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-17T14:02:37.663Z[ recovery-image] Sep 17 14:02:36.408 INFO O| Sep 17 14:02:36.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70012024-09-17T14:02:37.663Z[ recovery-image] Sep 17 14:02:36.408 INFO O| Sep 17 14:02:36.408 INFO STEP 988 (remove_files) COMPLETE
70022024-09-17T14:02:37.663Z[ recovery-image] Sep 17 14:02:36.408 INFO O| Sep 17 14:02:36.408 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-17T14:02:37.673Z[ recovery-image] Sep 17 14:02:36.418 INFO O| Sep 17 14:02:36.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70042024-09-17T14:02:37.673Z[ recovery-image] Sep 17 14:02:36.418 INFO O| Sep 17 14:02:36.418 INFO STEP 989 (remove_files) COMPLETE
70052024-09-17T14:02:37.675Z[ recovery-image] Sep 17 14:02:36.418 INFO O| Sep 17 14:02:36.418 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-17T14:02:37.682Z[ recovery-image] Sep 17 14:02:36.427 INFO O| Sep 17 14:02:36.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70072024-09-17T14:02:37.685Z[ recovery-image] Sep 17 14:02:36.427 INFO O| Sep 17 14:02:36.427 INFO STEP 990 (remove_files) COMPLETE
70082024-09-17T14:02:37.685Z[ recovery-image] Sep 17 14:02:36.427 INFO O| Sep 17 14:02:36.427 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-17T14:02:37.692Z[ recovery-image] Sep 17 14:02:36.437 INFO O| Sep 17 14:02:36.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70102024-09-17T14:02:37.695Z[ recovery-image] Sep 17 14:02:36.438 INFO O| Sep 17 14:02:36.438 INFO STEP 991 (remove_files) COMPLETE
70112024-09-17T14:02:37.695Z[ recovery-image] Sep 17 14:02:36.438 INFO O| Sep 17 14:02:36.438 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-17T14:02:37.704Z[ recovery-image] Sep 17 14:02:36.449 INFO O| Sep 17 14:02:36.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70132024-09-17T14:02:37.704Z[ recovery-image] Sep 17 14:02:36.449 INFO O| Sep 17 14:02:36.449 INFO STEP 992 (remove_files) COMPLETE
70142024-09-17T14:02:37.704Z[ recovery-image] Sep 17 14:02:36.449 INFO O| Sep 17 14:02:36.449 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-17T14:02:37.714Z[ recovery-image] Sep 17 14:02:36.459 INFO O| Sep 17 14:02:36.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70162024-09-17T14:02:37.714Z[ recovery-image] Sep 17 14:02:36.459 INFO O| Sep 17 14:02:36.459 INFO STEP 993 (remove_files) COMPLETE
70172024-09-17T14:02:37.717Z[ recovery-image] Sep 17 14:02:36.459 INFO O| Sep 17 14:02:36.459 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-17T14:02:37.725Z[ recovery-image] Sep 17 14:02:36.470 INFO O| Sep 17 14:02:36.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70192024-09-17T14:02:37.725Z[ recovery-image] Sep 17 14:02:36.470 INFO O| Sep 17 14:02:36.470 INFO STEP 994 (remove_files) COMPLETE
70202024-09-17T14:02:37.728Z[ recovery-image] Sep 17 14:02:36.470 INFO O| Sep 17 14:02:36.470 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-17T14:02:37.735Z[ recovery-image] Sep 17 14:02:36.480 INFO O| Sep 17 14:02:36.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70222024-09-17T14:02:37.735Z[ recovery-image] Sep 17 14:02:36.480 INFO O| Sep 17 14:02:36.480 INFO STEP 995 (remove_files) COMPLETE
70232024-09-17T14:02:37.735Z[ recovery-image] Sep 17 14:02:36.480 INFO O| Sep 17 14:02:36.480 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-17T14:02:37.745Z[ recovery-image] Sep 17 14:02:36.490 INFO O| Sep 17 14:02:36.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70252024-09-17T14:02:37.745Z[ recovery-image] Sep 17 14:02:36.490 INFO O| Sep 17 14:02:36.490 INFO STEP 996 (remove_files) COMPLETE
70262024-09-17T14:02:37.745Z[ recovery-image] Sep 17 14:02:36.490 INFO O| Sep 17 14:02:36.490 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-17T14:02:37.756Z[ recovery-image] Sep 17 14:02:36.501 INFO O| Sep 17 14:02:36.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70282024-09-17T14:02:37.756Z[ recovery-image] Sep 17 14:02:36.501 INFO O| Sep 17 14:02:36.501 INFO STEP 997 (remove_files) COMPLETE
70292024-09-17T14:02:37.758Z[ recovery-image] Sep 17 14:02:36.501 INFO O| Sep 17 14:02:36.501 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-17T14:02:37.767Z[ recovery-image] Sep 17 14:02:36.512 INFO O| Sep 17 14:02:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70312024-09-17T14:02:37.769Z[ recovery-image] Sep 17 14:02:36.512 INFO O| Sep 17 14:02:36.512 INFO STEP 998 (remove_files) COMPLETE
70322024-09-17T14:02:37.770Z[ recovery-image] Sep 17 14:02:36.512 INFO O| Sep 17 14:02:36.512 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-17T14:02:37.777Z[ recovery-image] Sep 17 14:02:36.522 INFO O| Sep 17 14:02:36.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70342024-09-17T14:02:37.781Z[ recovery-image] Sep 17 14:02:36.522 INFO O| Sep 17 14:02:36.522 INFO STEP 999 (remove_files) COMPLETE
70352024-09-17T14:02:37.781Z[ recovery-image] Sep 17 14:02:36.522 INFO O| Sep 17 14:02:36.522 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-17T14:02:37.789Z[ recovery-image] Sep 17 14:02:36.534 INFO O| Sep 17 14:02:36.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70372024-09-17T14:02:37.791Z[ recovery-image] Sep 17 14:02:36.534 INFO O| Sep 17 14:02:36.534 INFO STEP 1000 (remove_files) COMPLETE
70382024-09-17T14:02:37.792Z[ recovery-image] Sep 17 14:02:36.534 INFO O| Sep 17 14:02:36.534 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-17T14:02:37.799Z[ recovery-image] Sep 17 14:02:36.544 INFO O| Sep 17 14:02:36.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70402024-09-17T14:02:37.799Z[ recovery-image] Sep 17 14:02:36.544 INFO O| Sep 17 14:02:36.544 INFO STEP 1001 (remove_files) COMPLETE
70412024-09-17T14:02:37.799Z[ recovery-image] Sep 17 14:02:36.544 INFO O| Sep 17 14:02:36.544 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-17T14:02:37.811Z[ recovery-image] Sep 17 14:02:36.556 INFO O| Sep 17 14:02:36.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70432024-09-17T14:02:37.813Z[ recovery-image] Sep 17 14:02:36.556 INFO O| Sep 17 14:02:36.556 INFO STEP 1002 (remove_files) COMPLETE
70442024-09-17T14:02:37.813Z[ recovery-image] Sep 17 14:02:36.556 INFO O| Sep 17 14:02:36.556 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-17T14:02:37.821Z[ recovery-image] Sep 17 14:02:36.565 INFO O| Sep 17 14:02:36.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70462024-09-17T14:02:37.823Z[ recovery-image] Sep 17 14:02:36.566 INFO O| Sep 17 14:02:36.566 INFO STEP 1003 (remove_files) COMPLETE
70472024-09-17T14:02:37.823Z[ recovery-image] Sep 17 14:02:36.566 INFO O| Sep 17 14:02:36.566 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-17T14:02:37.831Z[ recovery-image] Sep 17 14:02:36.576 INFO O| Sep 17 14:02:36.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70492024-09-17T14:02:37.833Z[ recovery-image] Sep 17 14:02:36.576 INFO O| Sep 17 14:02:36.576 INFO STEP 1004 (remove_files) COMPLETE
70502024-09-17T14:02:37.833Z[ recovery-image] Sep 17 14:02:36.576 INFO O| Sep 17 14:02:36.576 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-17T14:02:37.840Z[ recovery-image] Sep 17 14:02:36.585 INFO O| Sep 17 14:02:36.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70522024-09-17T14:02:37.840Z[ recovery-image] Sep 17 14:02:36.585 INFO O| Sep 17 14:02:36.585 INFO STEP 1005 (remove_files) COMPLETE
70532024-09-17T14:02:37.843Z[ recovery-image] Sep 17 14:02:36.585 INFO O| Sep 17 14:02:36.585 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-17T14:02:37.850Z[ recovery-image] Sep 17 14:02:36.595 INFO O| Sep 17 14:02:36.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70552024-09-17T14:02:37.853Z[ recovery-image] Sep 17 14:02:36.595 INFO O| Sep 17 14:02:36.595 INFO STEP 1006 (remove_files) COMPLETE
70562024-09-17T14:02:37.853Z[ recovery-image] Sep 17 14:02:36.595 INFO O| Sep 17 14:02:36.595 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-17T14:02:37.859Z[ recovery-image] Sep 17 14:02:36.604 INFO O| Sep 17 14:02:36.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70582024-09-17T14:02:37.863Z[ recovery-image] Sep 17 14:02:36.604 INFO O| Sep 17 14:02:36.604 INFO STEP 1007 (remove_files) COMPLETE
70592024-09-17T14:02:37.863Z[ recovery-image] Sep 17 14:02:36.604 INFO O| Sep 17 14:02:36.604 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-17T14:02:37.869Z[ recovery-image] Sep 17 14:02:36.614 INFO O| Sep 17 14:02:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70612024-09-17T14:02:37.872Z[ recovery-image] Sep 17 14:02:36.614 INFO O| Sep 17 14:02:36.614 INFO STEP 1008 (remove_files) COMPLETE
70622024-09-17T14:02:37.872Z[ recovery-image] Sep 17 14:02:36.614 INFO O| Sep 17 14:02:36.614 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-17T14:02:37.879Z[ recovery-image] Sep 17 14:02:36.624 INFO O| Sep 17 14:02:36.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70642024-09-17T14:02:37.879Z[ recovery-image] Sep 17 14:02:36.624 INFO O| Sep 17 14:02:36.624 INFO STEP 1009 (remove_files) COMPLETE
70652024-09-17T14:02:37.879Z[ recovery-image] Sep 17 14:02:36.624 INFO O| Sep 17 14:02:36.624 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-17T14:02:37.889Z[ recovery-image] Sep 17 14:02:36.634 INFO O| Sep 17 14:02:36.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70672024-09-17T14:02:37.891Z[ recovery-image] Sep 17 14:02:36.634 INFO O| Sep 17 14:02:36.634 INFO STEP 1010 (remove_files) COMPLETE
70682024-09-17T14:02:37.891Z[ recovery-image] Sep 17 14:02:36.634 INFO O| Sep 17 14:02:36.634 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-17T14:02:37.899Z[ recovery-image] Sep 17 14:02:36.644 INFO O| Sep 17 14:02:36.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70702024-09-17T14:02:37.899Z[ recovery-image] Sep 17 14:02:36.644 INFO O| Sep 17 14:02:36.644 INFO STEP 1011 (remove_files) COMPLETE
70712024-09-17T14:02:37.902Z[ recovery-image] Sep 17 14:02:36.644 INFO O| Sep 17 14:02:36.644 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-17T14:02:37.908Z[ recovery-image] Sep 17 14:02:36.653 INFO O| Sep 17 14:02:36.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70732024-09-17T14:02:37.912Z[ recovery-image] Sep 17 14:02:36.653 INFO O| Sep 17 14:02:36.653 INFO STEP 1012 (remove_files) COMPLETE
70742024-09-17T14:02:37.912Z[ recovery-image] Sep 17 14:02:36.653 INFO O| Sep 17 14:02:36.653 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-17T14:02:37.918Z[ recovery-image] Sep 17 14:02:36.663 INFO O| Sep 17 14:02:36.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70762024-09-17T14:02:37.921Z[ recovery-image] Sep 17 14:02:36.663 INFO O| Sep 17 14:02:36.663 INFO STEP 1013 (remove_files) COMPLETE
70772024-09-17T14:02:37.921Z[ recovery-image] Sep 17 14:02:36.663 INFO O| Sep 17 14:02:36.663 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-17T14:02:37.928Z[ recovery-image] Sep 17 14:02:36.673 INFO O| Sep 17 14:02:36.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70792024-09-17T14:02:37.928Z[ recovery-image] Sep 17 14:02:36.673 INFO O| Sep 17 14:02:36.673 INFO STEP 1014 (remove_files) COMPLETE
70802024-09-17T14:02:37.928Z[ recovery-image] Sep 17 14:02:36.673 INFO O| Sep 17 14:02:36.673 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-17T14:02:37.937Z[ recovery-image] Sep 17 14:02:36.682 INFO O| Sep 17 14:02:36.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70822024-09-17T14:02:37.940Z[ recovery-image] Sep 17 14:02:36.682 INFO O| Sep 17 14:02:36.682 INFO STEP 1015 (remove_files) COMPLETE
70832024-09-17T14:02:37.940Z[ recovery-image] Sep 17 14:02:36.683 INFO O| Sep 17 14:02:36.682 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-17T14:02:37.947Z[ recovery-image] Sep 17 14:02:36.692 INFO O| Sep 17 14:02:36.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70852024-09-17T14:02:37.947Z[ recovery-image] Sep 17 14:02:36.692 INFO O| Sep 17 14:02:36.692 INFO STEP 1016 (remove_files) COMPLETE
70862024-09-17T14:02:37.947Z[ recovery-image] Sep 17 14:02:36.692 INFO O| Sep 17 14:02:36.692 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-17T14:02:37.957Z[ recovery-image] Sep 17 14:02:36.702 INFO O| Sep 17 14:02:36.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70882024-09-17T14:02:37.959Z[ recovery-image] Sep 17 14:02:36.702 INFO O| Sep 17 14:02:36.702 INFO STEP 1017 (remove_files) COMPLETE
70892024-09-17T14:02:37.959Z[ recovery-image] Sep 17 14:02:36.702 INFO O| Sep 17 14:02:36.702 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-17T14:02:37.967Z[ recovery-image] Sep 17 14:02:36.712 INFO O| Sep 17 14:02:36.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70912024-09-17T14:02:37.967Z[ recovery-image] Sep 17 14:02:36.712 INFO O| Sep 17 14:02:36.712 INFO STEP 1018 (remove_files) COMPLETE
70922024-09-17T14:02:37.969Z[ recovery-image] Sep 17 14:02:36.712 INFO O| Sep 17 14:02:36.712 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-17T14:02:37.976Z[ recovery-image] Sep 17 14:02:36.721 INFO O| Sep 17 14:02:36.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70942024-09-17T14:02:37.979Z[ recovery-image] Sep 17 14:02:36.721 INFO O| Sep 17 14:02:36.721 INFO STEP 1019 (remove_files) COMPLETE
70952024-09-17T14:02:37.979Z[ recovery-image] Sep 17 14:02:36.721 INFO O| Sep 17 14:02:36.721 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-17T14:02:37.987Z[ recovery-image] Sep 17 14:02:36.732 INFO O| Sep 17 14:02:36.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70972024-09-17T14:02:37.989Z[ recovery-image] Sep 17 14:02:36.732 INFO O| Sep 17 14:02:36.732 INFO STEP 1020 (remove_files) COMPLETE
70982024-09-17T14:02:37.989Z[ recovery-image] Sep 17 14:02:36.732 INFO O| Sep 17 14:02:36.732 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-17T14:02:37.997Z[ recovery-image] Sep 17 14:02:36.742 INFO O| Sep 17 14:02:36.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71002024-09-17T14:02:37.997Z[ recovery-image] Sep 17 14:02:36.742 INFO O| Sep 17 14:02:36.742 INFO STEP 1021 (remove_files) COMPLETE
71012024-09-17T14:02:38.000Z[ recovery-image] Sep 17 14:02:36.742 INFO O| Sep 17 14:02:36.742 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-17T14:02:38.007Z[ recovery-image] Sep 17 14:02:36.752 INFO O| Sep 17 14:02:36.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71032024-09-17T14:02:38.007Z[ recovery-image] Sep 17 14:02:36.752 INFO O| Sep 17 14:02:36.752 INFO STEP 1022 (remove_files) COMPLETE
71042024-09-17T14:02:38.010Z[ recovery-image] Sep 17 14:02:36.752 INFO O| Sep 17 14:02:36.752 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-17T14:02:38.017Z[ recovery-image] Sep 17 14:02:36.762 INFO O| Sep 17 14:02:36.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71062024-09-17T14:02:38.017Z[ recovery-image] Sep 17 14:02:36.762 INFO O| Sep 17 14:02:36.762 INFO STEP 1023 (remove_files) COMPLETE
71072024-09-17T14:02:38.017Z[ recovery-image] Sep 17 14:02:36.762 INFO O| Sep 17 14:02:36.762 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-17T14:02:38.027Z[ recovery-image] Sep 17 14:02:36.772 INFO O| Sep 17 14:02:36.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71092024-09-17T14:02:38.027Z[ recovery-image] Sep 17 14:02:36.772 INFO O| Sep 17 14:02:36.772 INFO STEP 1024 (remove_files) COMPLETE
71102024-09-17T14:02:38.030Z[ recovery-image] Sep 17 14:02:36.772 INFO O| Sep 17 14:02:36.772 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-17T14:02:38.037Z[ recovery-image] Sep 17 14:02:36.782 INFO O| Sep 17 14:02:36.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71122024-09-17T14:02:38.037Z[ recovery-image] Sep 17 14:02:36.782 INFO O| Sep 17 14:02:36.782 INFO STEP 1025 (remove_files) COMPLETE
71132024-09-17T14:02:38.040Z[ recovery-image] Sep 17 14:02:36.782 INFO O| Sep 17 14:02:36.782 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-17T14:02:38.047Z[ recovery-image] Sep 17 14:02:36.792 INFO O| Sep 17 14:02:36.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71152024-09-17T14:02:38.050Z[ recovery-image] Sep 17 14:02:36.792 INFO O| Sep 17 14:02:36.792 INFO STEP 1026 (remove_files) COMPLETE
71162024-09-17T14:02:38.050Z[ recovery-image] Sep 17 14:02:36.792 INFO O| Sep 17 14:02:36.792 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-17T14:02:38.057Z[ recovery-image] Sep 17 14:02:36.802 INFO O| Sep 17 14:02:36.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71182024-09-17T14:02:38.060Z[ recovery-image] Sep 17 14:02:36.802 INFO O| Sep 17 14:02:36.802 INFO STEP 1027 (remove_files) COMPLETE
71192024-09-17T14:02:38.060Z[ recovery-image] Sep 17 14:02:36.802 INFO O| Sep 17 14:02:36.802 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-17T14:02:38.067Z[ recovery-image] Sep 17 14:02:36.812 INFO O| Sep 17 14:02:36.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71212024-09-17T14:02:38.070Z[ recovery-image] Sep 17 14:02:36.812 INFO O| Sep 17 14:02:36.812 INFO STEP 1028 (remove_files) COMPLETE
71222024-09-17T14:02:38.070Z[ recovery-image] Sep 17 14:02:36.812 INFO O| Sep 17 14:02:36.812 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-17T14:02:38.077Z[ recovery-image] Sep 17 14:02:36.822 INFO O| Sep 17 14:02:36.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71242024-09-17T14:02:38.077Z[ recovery-image] Sep 17 14:02:36.822 INFO O| Sep 17 14:02:36.822 INFO STEP 1029 (remove_files) COMPLETE
71252024-09-17T14:02:38.080Z[ recovery-image] Sep 17 14:02:36.822 INFO O| Sep 17 14:02:36.822 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-17T14:02:38.087Z[ recovery-image] Sep 17 14:02:36.831 INFO O| Sep 17 14:02:36.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71272024-09-17T14:02:38.087Z[ recovery-image] Sep 17 14:02:36.832 INFO O| Sep 17 14:02:36.832 INFO STEP 1030 (remove_files) COMPLETE
71282024-09-17T14:02:38.089Z[ recovery-image] Sep 17 14:02:36.832 INFO O| Sep 17 14:02:36.832 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-17T14:02:38.096Z[ recovery-image] Sep 17 14:02:36.841 INFO O| Sep 17 14:02:36.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71302024-09-17T14:02:38.096Z[ recovery-image] Sep 17 14:02:36.841 INFO O| Sep 17 14:02:36.841 INFO STEP 1031 (remove_files) COMPLETE
71312024-09-17T14:02:38.099Z[ recovery-image] Sep 17 14:02:36.841 INFO O| Sep 17 14:02:36.841 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-17T14:02:38.106Z[ recovery-image] Sep 17 14:02:36.851 INFO O| Sep 17 14:02:36.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71332024-09-17T14:02:38.106Z[ recovery-image] Sep 17 14:02:36.851 INFO O| Sep 17 14:02:36.851 INFO STEP 1032 (remove_files) COMPLETE
71342024-09-17T14:02:38.109Z[ recovery-image] Sep 17 14:02:36.851 INFO O| Sep 17 14:02:36.851 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-17T14:02:38.116Z[ recovery-image] Sep 17 14:02:36.861 INFO O| Sep 17 14:02:36.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71362024-09-17T14:02:38.116Z[ recovery-image] Sep 17 14:02:36.861 INFO O| Sep 17 14:02:36.861 INFO STEP 1033 (remove_files) COMPLETE
71372024-09-17T14:02:38.116Z[ recovery-image] Sep 17 14:02:36.861 INFO O| Sep 17 14:02:36.861 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-17T14:02:38.126Z[ recovery-image] Sep 17 14:02:36.870 INFO O| Sep 17 14:02:36.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71392024-09-17T14:02:38.126Z[ recovery-image] Sep 17 14:02:36.870 INFO O| Sep 17 14:02:36.870 INFO STEP 1034 (remove_files) COMPLETE
71402024-09-17T14:02:38.135Z[ recovery-image] Sep 17 14:02:36.870 INFO O| Sep 17 14:02:36.870 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-17T14:02:38.135Z[ recovery-image] Sep 17 14:02:36.880 INFO O| Sep 17 14:02:36.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71422024-09-17T14:02:38.135Z[ recovery-image] Sep 17 14:02:36.880 INFO O| Sep 17 14:02:36.880 INFO STEP 1035 (remove_files) COMPLETE
71432024-09-17T14:02:38.135Z[ recovery-image] Sep 17 14:02:36.880 INFO O| Sep 17 14:02:36.880 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-17T14:02:38.145Z[ recovery-image] Sep 17 14:02:36.889 INFO O| Sep 17 14:02:36.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71452024-09-17T14:02:38.145Z[ recovery-image] Sep 17 14:02:36.889 INFO O| Sep 17 14:02:36.889 INFO STEP 1036 (remove_files) COMPLETE
71462024-09-17T14:02:38.145Z[ recovery-image] Sep 17 14:02:36.890 INFO O| Sep 17 14:02:36.889 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-17T14:02:38.154Z[ recovery-image] Sep 17 14:02:36.899 INFO O| Sep 17 14:02:36.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71482024-09-17T14:02:38.157Z[ recovery-image] Sep 17 14:02:36.899 INFO O| Sep 17 14:02:36.899 INFO STEP 1037 (remove_files) COMPLETE
71492024-09-17T14:02:38.157Z[ recovery-image] Sep 17 14:02:36.899 INFO O| Sep 17 14:02:36.899 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-17T14:02:38.164Z[ recovery-image] Sep 17 14:02:36.909 INFO O| Sep 17 14:02:36.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71512024-09-17T14:02:38.164Z[ recovery-image] Sep 17 14:02:36.909 INFO O| Sep 17 14:02:36.909 INFO STEP 1038 (remove_files) COMPLETE
71522024-09-17T14:02:38.167Z[ recovery-image] Sep 17 14:02:36.909 INFO O| Sep 17 14:02:36.909 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-17T14:02:38.174Z[ recovery-image] Sep 17 14:02:36.919 INFO O| Sep 17 14:02:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71542024-09-17T14:02:38.174Z[ recovery-image] Sep 17 14:02:36.919 INFO O| Sep 17 14:02:36.919 INFO STEP 1039 (remove_files) COMPLETE
71552024-09-17T14:02:38.176Z[ recovery-image] Sep 17 14:02:36.919 INFO O| Sep 17 14:02:36.919 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-17T14:02:38.183Z[ recovery-image] Sep 17 14:02:36.928 INFO O| Sep 17 14:02:36.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71572024-09-17T14:02:38.186Z[ recovery-image] Sep 17 14:02:36.928 INFO O| Sep 17 14:02:36.928 INFO STEP 1040 (remove_files) COMPLETE
71582024-09-17T14:02:38.186Z[ recovery-image] Sep 17 14:02:36.928 INFO O| Sep 17 14:02:36.928 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-17T14:02:38.194Z[ recovery-image] Sep 17 14:02:36.939 INFO O| Sep 17 14:02:36.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71602024-09-17T14:02:38.197Z[ recovery-image] Sep 17 14:02:36.939 INFO O| Sep 17 14:02:36.939 INFO STEP 1041 (remove_files) COMPLETE
71612024-09-17T14:02:38.197Z[ recovery-image] Sep 17 14:02:36.939 INFO O| Sep 17 14:02:36.939 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-17T14:02:38.206Z[ recovery-image] Sep 17 14:02:36.949 INFO O| Sep 17 14:02:36.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71632024-09-17T14:02:38.209Z[ recovery-image] Sep 17 14:02:36.949 INFO O| Sep 17 14:02:36.949 INFO STEP 1042 (remove_files) COMPLETE
71642024-09-17T14:02:38.209Z[ recovery-image] Sep 17 14:02:36.949 INFO O| Sep 17 14:02:36.949 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-17T14:02:38.215Z[ recovery-image] Sep 17 14:02:36.960 INFO O| Sep 17 14:02:36.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71662024-09-17T14:02:38.215Z[ recovery-image] Sep 17 14:02:36.960 INFO O| Sep 17 14:02:36.960 INFO STEP 1043 (remove_files) COMPLETE
71672024-09-17T14:02:38.218Z[ recovery-image] Sep 17 14:02:36.960 INFO O| Sep 17 14:02:36.960 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-17T14:02:38.224Z[ recovery-image] Sep 17 14:02:36.969 INFO O| Sep 17 14:02:36.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71692024-09-17T14:02:38.224Z[ recovery-image] Sep 17 14:02:36.969 INFO O| Sep 17 14:02:36.969 INFO STEP 1044 (remove_files) COMPLETE
71702024-09-17T14:02:38.227Z[ recovery-image] Sep 17 14:02:36.969 INFO O| Sep 17 14:02:36.969 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-17T14:02:38.234Z[ recovery-image] Sep 17 14:02:36.979 INFO O| Sep 17 14:02:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71722024-09-17T14:02:38.236Z[ recovery-image] Sep 17 14:02:36.979 INFO O| Sep 17 14:02:36.979 INFO STEP 1045 (remove_files) COMPLETE
71732024-09-17T14:02:38.236Z[ recovery-image] Sep 17 14:02:36.979 INFO O| Sep 17 14:02:36.979 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-09-17T14:02:38.243Z[ recovery-image] Sep 17 14:02:36.988 INFO O| Sep 17 14:02:36.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71752024-09-17T14:02:38.243Z[ recovery-image] Sep 17 14:02:36.988 INFO O| Sep 17 14:02:36.988 INFO STEP 1046 (remove_files) COMPLETE
71762024-09-17T14:02:38.243Z[ recovery-image] Sep 17 14:02:36.988 INFO O| Sep 17 14:02:36.988 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-09-17T14:02:38.252Z[ recovery-image] Sep 17 14:02:36.997 INFO O| Sep 17 14:02:36.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71782024-09-17T14:02:38.252Z[ recovery-image] Sep 17 14:02:36.997 INFO O| Sep 17 14:02:36.997 INFO STEP 1047 (remove_files) COMPLETE
71792024-09-17T14:02:38.255Z[ recovery-image] Sep 17 14:02:36.997 INFO O| Sep 17 14:02:36.997 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-09-17T14:02:38.263Z[ recovery-image] Sep 17 14:02:37.008 INFO O| Sep 17 14:02:37.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71812024-09-17T14:02:38.263Z[ recovery-image] Sep 17 14:02:37.008 INFO O| Sep 17 14:02:37.008 INFO STEP 1048 (remove_files) COMPLETE
71822024-09-17T14:02:38.266Z[ recovery-image] Sep 17 14:02:37.008 INFO O| Sep 17 14:02:37.008 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-09-17T14:02:38.272Z[ recovery-image] Sep 17 14:02:37.017 INFO O| Sep 17 14:02:37.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71842024-09-17T14:02:38.272Z[ recovery-image] Sep 17 14:02:37.017 INFO O| Sep 17 14:02:37.017 INFO STEP 1049 (remove_files) COMPLETE
71852024-09-17T14:02:38.272Z[ recovery-image] Sep 17 14:02:37.017 INFO O| Sep 17 14:02:37.017 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-09-17T14:02:38.282Z[ recovery-image] Sep 17 14:02:37.027 INFO O| Sep 17 14:02:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71872024-09-17T14:02:38.282Z[ recovery-image] Sep 17 14:02:37.027 INFO O| Sep 17 14:02:37.027 INFO STEP 1050 (remove_files) COMPLETE
71882024-09-17T14:02:38.282Z[ recovery-image] Sep 17 14:02:37.027 INFO O| Sep 17 14:02:37.027 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-09-17T14:02:38.291Z[ recovery-image] Sep 17 14:02:37.036 INFO O| Sep 17 14:02:37.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71902024-09-17T14:02:38.291Z[ recovery-image] Sep 17 14:02:37.036 INFO O| Sep 17 14:02:37.036 INFO STEP 1051 (remove_files) COMPLETE
71912024-09-17T14:02:38.291Z[ recovery-image] Sep 17 14:02:37.036 INFO O| Sep 17 14:02:37.036 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-09-17T14:02:38.301Z[ recovery-image] Sep 17 14:02:37.046 INFO O| Sep 17 14:02:37.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71932024-09-17T14:02:38.301Z[ recovery-image] Sep 17 14:02:37.046 INFO O| Sep 17 14:02:37.046 INFO STEP 1052 (remove_files) COMPLETE
71942024-09-17T14:02:38.301Z[ recovery-image] Sep 17 14:02:37.046 INFO O| Sep 17 14:02:37.046 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-09-17T14:02:38.310Z[ recovery-image] Sep 17 14:02:37.055 INFO O| Sep 17 14:02:37.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71962024-09-17T14:02:38.312Z[ recovery-image] Sep 17 14:02:37.055 INFO O| Sep 17 14:02:37.055 INFO STEP 1053 (remove_files) COMPLETE
71972024-09-17T14:02:38.312Z[ recovery-image] Sep 17 14:02:37.055 INFO O| Sep 17 14:02:37.055 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-09-17T14:02:38.320Z[ recovery-image] Sep 17 14:02:37.065 INFO O| Sep 17 14:02:37.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71992024-09-17T14:02:38.320Z[ recovery-image] Sep 17 14:02:37.065 INFO O| Sep 17 14:02:37.065 INFO STEP 1054 (remove_files) COMPLETE
72002024-09-17T14:02:38.320Z[ recovery-image] Sep 17 14:02:37.065 INFO O| Sep 17 14:02:37.065 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-09-17T14:02:38.329Z[ recovery-image] Sep 17 14:02:37.074 INFO O| Sep 17 14:02:37.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72022024-09-17T14:02:38.332Z[ recovery-image] Sep 17 14:02:37.074 INFO O| Sep 17 14:02:37.074 INFO STEP 1055 (remove_files) COMPLETE
72032024-09-17T14:02:38.332Z[ recovery-image] Sep 17 14:02:37.074 INFO O| Sep 17 14:02:37.074 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-09-17T14:02:38.339Z[ recovery-image] Sep 17 14:02:37.084 INFO O| Sep 17 14:02:37.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72052024-09-17T14:02:38.342Z[ recovery-image] Sep 17 14:02:37.084 INFO O| Sep 17 14:02:37.084 INFO STEP 1056 (remove_files) COMPLETE
72062024-09-17T14:02:38.342Z[ recovery-image] Sep 17 14:02:37.084 INFO O| Sep 17 14:02:37.084 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-09-17T14:02:38.349Z[ recovery-image] Sep 17 14:02:37.094 INFO O| Sep 17 14:02:37.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72082024-09-17T14:02:38.349Z[ recovery-image] Sep 17 14:02:37.094 INFO O| Sep 17 14:02:37.094 INFO STEP 1057 (remove_files) COMPLETE
72092024-09-17T14:02:38.352Z[ recovery-image] Sep 17 14:02:37.094 INFO O| Sep 17 14:02:37.094 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-09-17T14:02:38.359Z[ recovery-image] Sep 17 14:02:37.104 INFO O| Sep 17 14:02:37.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72112024-09-17T14:02:38.359Z[ recovery-image] Sep 17 14:02:37.104 INFO O| Sep 17 14:02:37.104 INFO STEP 1058 (remove_files) COMPLETE
72122024-09-17T14:02:38.362Z[ recovery-image] Sep 17 14:02:37.104 INFO O| Sep 17 14:02:37.104 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-09-17T14:02:38.369Z[ recovery-image] Sep 17 14:02:37.114 INFO O| Sep 17 14:02:37.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72142024-09-17T14:02:38.369Z[ recovery-image] Sep 17 14:02:37.114 INFO O| Sep 17 14:02:37.114 INFO STEP 1059 (remove_files) COMPLETE
72152024-09-17T14:02:38.372Z[ recovery-image] Sep 17 14:02:37.114 INFO O| Sep 17 14:02:37.114 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-09-17T14:02:38.379Z[ recovery-image] Sep 17 14:02:37.124 INFO O| Sep 17 14:02:37.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72172024-09-17T14:02:38.379Z[ recovery-image] Sep 17 14:02:37.124 INFO O| Sep 17 14:02:37.124 INFO STEP 1060 (remove_files) COMPLETE
72182024-09-17T14:02:38.379Z[ recovery-image] Sep 17 14:02:37.124 INFO O| Sep 17 14:02:37.124 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-09-17T14:02:38.389Z[ recovery-image] Sep 17 14:02:37.134 INFO O| Sep 17 14:02:37.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72202024-09-17T14:02:38.392Z[ recovery-image] Sep 17 14:02:37.134 INFO O| Sep 17 14:02:37.134 INFO STEP 1061 (remove_files) COMPLETE
72212024-09-17T14:02:38.392Z[ recovery-image] Sep 17 14:02:37.134 INFO O| Sep 17 14:02:37.134 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-09-17T14:02:38.399Z[ recovery-image] Sep 17 14:02:37.144 INFO O| Sep 17 14:02:37.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72232024-09-17T14:02:38.399Z[ recovery-image] Sep 17 14:02:37.144 INFO O| Sep 17 14:02:37.144 INFO STEP 1062 (remove_files) COMPLETE
72242024-09-17T14:02:38.399Z[ recovery-image] Sep 17 14:02:37.144 INFO O| Sep 17 14:02:37.144 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-09-17T14:02:38.408Z[ recovery-image] Sep 17 14:02:37.153 INFO O| Sep 17 14:02:37.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72262024-09-17T14:02:38.410Z[ recovery-image] Sep 17 14:02:37.153 INFO O| Sep 17 14:02:37.153 INFO STEP 1063 (remove_files) COMPLETE
72272024-09-17T14:02:38.410Z[ recovery-image] Sep 17 14:02:37.153 INFO O| Sep 17 14:02:37.153 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-09-17T14:02:38.418Z[ recovery-image] Sep 17 14:02:37.163 INFO O| Sep 17 14:02:37.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72292024-09-17T14:02:38.418Z[ recovery-image] Sep 17 14:02:37.163 INFO O| Sep 17 14:02:37.163 INFO STEP 1064 (remove_files) COMPLETE
72302024-09-17T14:02:38.418Z[ recovery-image] Sep 17 14:02:37.163 INFO O| Sep 17 14:02:37.163 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-09-17T14:02:38.427Z[ recovery-image] Sep 17 14:02:37.172 INFO O| Sep 17 14:02:37.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72322024-09-17T14:02:38.430Z[ recovery-image] Sep 17 14:02:37.172 INFO O| Sep 17 14:02:37.172 INFO STEP 1065 (remove_files) COMPLETE
72332024-09-17T14:02:38.430Z[ recovery-image] Sep 17 14:02:37.172 INFO O| Sep 17 14:02:37.172 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-09-17T14:02:38.437Z[ recovery-image] Sep 17 14:02:37.182 INFO O| Sep 17 14:02:37.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72352024-09-17T14:02:38.437Z[ recovery-image] Sep 17 14:02:37.182 INFO O| Sep 17 14:02:37.182 INFO STEP 1066 (remove_files) COMPLETE
72362024-09-17T14:02:38.437Z[ recovery-image] Sep 17 14:02:37.182 INFO O| Sep 17 14:02:37.182 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-09-17T14:02:38.446Z[ recovery-image] Sep 17 14:02:37.191 INFO O| Sep 17 14:02:37.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72382024-09-17T14:02:38.446Z[ recovery-image] Sep 17 14:02:37.191 INFO O| Sep 17 14:02:37.191 INFO STEP 1067 (remove_files) COMPLETE
72392024-09-17T14:02:38.449Z[ recovery-image] Sep 17 14:02:37.191 INFO O| Sep 17 14:02:37.191 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-09-17T14:02:38.456Z[ recovery-image] Sep 17 14:02:37.201 INFO O| Sep 17 14:02:37.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72412024-09-17T14:02:38.458Z[ recovery-image] Sep 17 14:02:37.201 INFO O| Sep 17 14:02:37.201 INFO STEP 1068 (remove_files) COMPLETE
72422024-09-17T14:02:38.458Z[ recovery-image] Sep 17 14:02:37.201 INFO O| Sep 17 14:02:37.201 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-09-17T14:02:38.465Z[ recovery-image] Sep 17 14:02:37.210 INFO O| Sep 17 14:02:37.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72442024-09-17T14:02:38.465Z[ recovery-image] Sep 17 14:02:37.210 INFO O| Sep 17 14:02:37.210 INFO STEP 1069 (remove_files) COMPLETE
72452024-09-17T14:02:38.468Z[ recovery-image] Sep 17 14:02:37.210 INFO O| Sep 17 14:02:37.210 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-09-17T14:02:38.475Z[ recovery-image] Sep 17 14:02:37.220 INFO O| Sep 17 14:02:37.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72472024-09-17T14:02:38.475Z[ recovery-image] Sep 17 14:02:37.220 INFO O| Sep 17 14:02:37.220 INFO STEP 1070 (remove_files) COMPLETE
72482024-09-17T14:02:38.477Z[ recovery-image] Sep 17 14:02:37.220 INFO O| Sep 17 14:02:37.220 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-09-17T14:02:38.484Z[ recovery-image] Sep 17 14:02:37.229 INFO O| Sep 17 14:02:37.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72502024-09-17T14:02:38.486Z[ recovery-image] Sep 17 14:02:37.229 INFO O| Sep 17 14:02:37.229 INFO STEP 1071 (remove_files) COMPLETE
72512024-09-17T14:02:38.486Z[ recovery-image] Sep 17 14:02:37.229 INFO O| Sep 17 14:02:37.229 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-09-17T14:02:38.494Z[ recovery-image] Sep 17 14:02:37.239 INFO O| Sep 17 14:02:37.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72532024-09-17T14:02:38.494Z[ recovery-image] Sep 17 14:02:37.239 INFO O| Sep 17 14:02:37.239 INFO STEP 1072 (remove_files) COMPLETE
72542024-09-17T14:02:38.496Z[ recovery-image] Sep 17 14:02:37.239 INFO O| Sep 17 14:02:37.239 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-09-17T14:02:38.503Z[ recovery-image] Sep 17 14:02:37.248 INFO O| Sep 17 14:02:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72562024-09-17T14:02:38.506Z[ recovery-image] Sep 17 14:02:37.248 INFO O| Sep 17 14:02:37.248 INFO STEP 1073 (remove_files) COMPLETE
72572024-09-17T14:02:38.506Z[ recovery-image] Sep 17 14:02:37.248 INFO O| Sep 17 14:02:37.248 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-09-17T14:02:38.513Z[ recovery-image] Sep 17 14:02:37.258 INFO O| Sep 17 14:02:37.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72592024-09-17T14:02:38.513Z[ recovery-image] Sep 17 14:02:37.258 INFO O| Sep 17 14:02:37.258 INFO STEP 1074 (remove_files) COMPLETE
72602024-09-17T14:02:38.513Z[ recovery-image] Sep 17 14:02:37.258 INFO O| Sep 17 14:02:37.258 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-09-17T14:02:38.522Z[ recovery-image] Sep 17 14:02:37.267 INFO O| Sep 17 14:02:37.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72622024-09-17T14:02:38.522Z[ recovery-image] Sep 17 14:02:37.268 INFO O| Sep 17 14:02:37.267 INFO STEP 1075 (remove_files) COMPLETE
72632024-09-17T14:02:38.525Z[ recovery-image] Sep 17 14:02:37.268 INFO O| Sep 17 14:02:37.268 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-09-17T14:02:38.532Z[ recovery-image] Sep 17 14:02:37.277 INFO O| Sep 17 14:02:37.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72652024-09-17T14:02:38.532Z[ recovery-image] Sep 17 14:02:37.277 INFO O| Sep 17 14:02:37.277 INFO STEP 1076 (remove_files) COMPLETE
72662024-09-17T14:02:38.534Z[ recovery-image] Sep 17 14:02:37.277 INFO O| Sep 17 14:02:37.277 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-09-17T14:02:38.542Z[ recovery-image] Sep 17 14:02:37.287 INFO O| Sep 17 14:02:37.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72682024-09-17T14:02:38.542Z[ recovery-image] Sep 17 14:02:37.287 INFO O| Sep 17 14:02:37.287 INFO STEP 1077 (remove_files) COMPLETE
72692024-09-17T14:02:38.544Z[ recovery-image] Sep 17 14:02:37.287 INFO O| Sep 17 14:02:37.287 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-09-17T14:02:38.551Z[ recovery-image] Sep 17 14:02:37.296 INFO O| Sep 17 14:02:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72712024-09-17T14:02:38.551Z[ recovery-image] Sep 17 14:02:37.296 INFO O| Sep 17 14:02:37.296 INFO STEP 1078 (remove_files) COMPLETE
72722024-09-17T14:02:38.554Z[ recovery-image] Sep 17 14:02:37.296 INFO O| Sep 17 14:02:37.296 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-09-17T14:02:38.561Z[ recovery-image] Sep 17 14:02:37.306 INFO O| Sep 17 14:02:37.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72742024-09-17T14:02:38.561Z[ recovery-image] Sep 17 14:02:37.306 INFO O| Sep 17 14:02:37.306 INFO STEP 1079 (remove_files) COMPLETE
72752024-09-17T14:02:38.564Z[ recovery-image] Sep 17 14:02:37.306 INFO O| Sep 17 14:02:37.306 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-09-17T14:02:38.570Z[ recovery-image] Sep 17 14:02:37.315 INFO O| Sep 17 14:02:37.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72772024-09-17T14:02:38.570Z[ recovery-image] Sep 17 14:02:37.315 INFO O| Sep 17 14:02:37.315 INFO STEP 1080 (remove_files) COMPLETE
72782024-09-17T14:02:38.570Z[ recovery-image] Sep 17 14:02:37.315 INFO O| Sep 17 14:02:37.315 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-09-17T14:02:38.580Z[ recovery-image] Sep 17 14:02:37.324 INFO O| Sep 17 14:02:37.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72802024-09-17T14:02:38.580Z[ recovery-image] Sep 17 14:02:37.325 INFO O| Sep 17 14:02:37.325 INFO STEP 1081 (remove_files) COMPLETE
72812024-09-17T14:02:38.582Z[ recovery-image] Sep 17 14:02:37.325 INFO O| Sep 17 14:02:37.325 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-09-17T14:02:38.589Z[ recovery-image] Sep 17 14:02:37.334 INFO O| Sep 17 14:02:37.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72832024-09-17T14:02:38.589Z[ recovery-image] Sep 17 14:02:37.334 INFO O| Sep 17 14:02:37.334 INFO STEP 1082 (remove_files) COMPLETE
72842024-09-17T14:02:38.591Z[ recovery-image] Sep 17 14:02:37.334 INFO O| Sep 17 14:02:37.334 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-09-17T14:02:38.599Z[ recovery-image] Sep 17 14:02:37.343 INFO O| Sep 17 14:02:37.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72862024-09-17T14:02:38.599Z[ recovery-image] Sep 17 14:02:37.343 INFO O| Sep 17 14:02:37.343 INFO STEP 1083 (remove_files) COMPLETE
72872024-09-17T14:02:38.602Z[ recovery-image] Sep 17 14:02:37.343 INFO O| Sep 17 14:02:37.343 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-09-17T14:02:38.608Z[ recovery-image] Sep 17 14:02:37.353 INFO O| Sep 17 14:02:37.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72892024-09-17T14:02:38.608Z[ recovery-image] Sep 17 14:02:37.353 INFO O| Sep 17 14:02:37.353 INFO STEP 1084 (remove_files) COMPLETE
72902024-09-17T14:02:38.610Z[ recovery-image] Sep 17 14:02:37.353 INFO O| Sep 17 14:02:37.353 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-09-17T14:02:38.618Z[ recovery-image] Sep 17 14:02:37.362 INFO O| Sep 17 14:02:37.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72922024-09-17T14:02:38.620Z[ recovery-image] Sep 17 14:02:37.363 INFO O| Sep 17 14:02:37.363 INFO STEP 1085 (remove_files) COMPLETE
72932024-09-17T14:02:38.620Z[ recovery-image] Sep 17 14:02:37.363 INFO O| Sep 17 14:02:37.363 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-09-17T14:02:38.628Z[ recovery-image] Sep 17 14:02:37.373 INFO O| Sep 17 14:02:37.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72952024-09-17T14:02:38.628Z[ recovery-image] Sep 17 14:02:37.373 INFO O| Sep 17 14:02:37.373 INFO STEP 1086 (remove_files) COMPLETE
72962024-09-17T14:02:38.630Z[ recovery-image] Sep 17 14:02:37.373 INFO O| Sep 17 14:02:37.373 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-09-17T14:02:38.637Z[ recovery-image] Sep 17 14:02:37.382 INFO O| Sep 17 14:02:37.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72982024-09-17T14:02:38.637Z[ recovery-image] Sep 17 14:02:37.382 INFO O| Sep 17 14:02:37.382 INFO STEP 1087 (remove_files) COMPLETE
72992024-09-17T14:02:38.637Z[ recovery-image] Sep 17 14:02:37.382 INFO O| Sep 17 14:02:37.382 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-09-17T14:02:38.647Z[ recovery-image] Sep 17 14:02:37.392 INFO O| Sep 17 14:02:37.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73012024-09-17T14:02:38.650Z[ recovery-image] Sep 17 14:02:37.392 INFO O| Sep 17 14:02:37.392 INFO STEP 1088 (remove_files) COMPLETE
73022024-09-17T14:02:38.650Z[ recovery-image] Sep 17 14:02:37.392 INFO O| Sep 17 14:02:37.392 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-09-17T14:02:38.657Z[ recovery-image] Sep 17 14:02:37.402 INFO O| Sep 17 14:02:37.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73042024-09-17T14:02:38.659Z[ recovery-image] Sep 17 14:02:37.402 INFO O| Sep 17 14:02:37.402 INFO STEP 1089 (remove_files) COMPLETE
73052024-09-17T14:02:38.659Z[ recovery-image] Sep 17 14:02:37.402 INFO O| Sep 17 14:02:37.402 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-09-17T14:02:38.667Z[ recovery-image] Sep 17 14:02:37.412 INFO O| Sep 17 14:02:37.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73072024-09-17T14:02:38.667Z[ recovery-image] Sep 17 14:02:37.412 INFO O| Sep 17 14:02:37.412 INFO STEP 1090 (remove_files) COMPLETE
73082024-09-17T14:02:38.669Z[ recovery-image] Sep 17 14:02:37.412 INFO O| Sep 17 14:02:37.412 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-09-17T14:02:38.676Z[ recovery-image] Sep 17 14:02:37.421 INFO O| Sep 17 14:02:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73102024-09-17T14:02:38.679Z[ recovery-image] Sep 17 14:02:37.421 INFO O| Sep 17 14:02:37.421 INFO STEP 1091 (remove_files) COMPLETE
73112024-09-17T14:02:38.679Z[ recovery-image] Sep 17 14:02:37.421 INFO O| Sep 17 14:02:37.421 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-09-17T14:02:38.686Z[ recovery-image] Sep 17 14:02:37.431 INFO O| Sep 17 14:02:37.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73132024-09-17T14:02:38.686Z[ recovery-image] Sep 17 14:02:37.431 INFO O| Sep 17 14:02:37.431 INFO STEP 1092 (remove_files) COMPLETE
73142024-09-17T14:02:38.688Z[ recovery-image] Sep 17 14:02:37.431 INFO O| Sep 17 14:02:37.431 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-09-17T14:02:38.696Z[ recovery-image] Sep 17 14:02:37.440 INFO O| Sep 17 14:02:37.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73162024-09-17T14:02:38.696Z[ recovery-image] Sep 17 14:02:37.440 INFO O| Sep 17 14:02:37.440 INFO STEP 1093 (remove_files) COMPLETE
73172024-09-17T14:02:38.698Z[ recovery-image] Sep 17 14:02:37.440 INFO O| Sep 17 14:02:37.440 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-09-17T14:02:38.705Z[ recovery-image] Sep 17 14:02:37.450 INFO O| Sep 17 14:02:37.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73192024-09-17T14:02:38.705Z[ recovery-image] Sep 17 14:02:37.450 INFO O| Sep 17 14:02:37.450 INFO STEP 1094 (remove_files) COMPLETE
73202024-09-17T14:02:38.708Z[ recovery-image] Sep 17 14:02:37.450 INFO O| Sep 17 14:02:37.450 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-09-17T14:02:38.715Z[ recovery-image] Sep 17 14:02:37.460 INFO O| Sep 17 14:02:37.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73222024-09-17T14:02:38.718Z[ recovery-image] Sep 17 14:02:37.460 INFO O| Sep 17 14:02:37.460 INFO STEP 1095 (remove_files) COMPLETE
73232024-09-17T14:02:38.718Z[ recovery-image] Sep 17 14:02:37.460 INFO O| Sep 17 14:02:37.460 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-09-17T14:02:38.724Z[ recovery-image] Sep 17 14:02:37.469 INFO O| Sep 17 14:02:37.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73252024-09-17T14:02:38.724Z[ recovery-image] Sep 17 14:02:37.469 INFO O| Sep 17 14:02:37.469 INFO STEP 1096 (remove_files) COMPLETE
73262024-09-17T14:02:38.727Z[ recovery-image] Sep 17 14:02:37.469 INFO O| Sep 17 14:02:37.469 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-09-17T14:02:38.734Z[ recovery-image] Sep 17 14:02:37.479 INFO O| Sep 17 14:02:37.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73282024-09-17T14:02:38.734Z[ recovery-image] Sep 17 14:02:37.479 INFO O| Sep 17 14:02:37.479 INFO STEP 1097 (remove_files) COMPLETE
73292024-09-17T14:02:38.737Z[ recovery-image] Sep 17 14:02:37.479 INFO O| Sep 17 14:02:37.479 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-09-17T14:02:38.743Z[ recovery-image] Sep 17 14:02:37.488 INFO O| Sep 17 14:02:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73312024-09-17T14:02:38.743Z[ recovery-image] Sep 17 14:02:37.488 INFO O| Sep 17 14:02:37.488 INFO STEP 1098 (remove_files) COMPLETE
73322024-09-17T14:02:38.746Z[ recovery-image] Sep 17 14:02:37.488 INFO O| Sep 17 14:02:37.488 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-09-17T14:02:38.756Z[ recovery-image] Sep 17 14:02:37.499 INFO O| Sep 17 14:02:37.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73342024-09-17T14:02:38.756Z[ recovery-image] Sep 17 14:02:37.499 INFO O| Sep 17 14:02:37.499 INFO STEP 1099 (remove_files) COMPLETE
73352024-09-17T14:02:38.757Z[ recovery-image] Sep 17 14:02:37.499 INFO O| Sep 17 14:02:37.499 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-09-17T14:02:38.765Z[ recovery-image] Sep 17 14:02:37.510 INFO O| Sep 17 14:02:37.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73372024-09-17T14:02:38.766Z[ recovery-image] Sep 17 14:02:37.510 INFO O| Sep 17 14:02:37.510 INFO STEP 1100 (remove_files) COMPLETE
73382024-09-17T14:02:38.768Z[ recovery-image] Sep 17 14:02:37.510 INFO O| Sep 17 14:02:37.510 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-09-17T14:02:38.777Z[ recovery-image] Sep 17 14:02:37.522 INFO O| Sep 17 14:02:37.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73402024-09-17T14:02:38.781Z[ recovery-image] Sep 17 14:02:37.522 INFO O| Sep 17 14:02:37.522 INFO STEP 1101 (remove_files) COMPLETE
73412024-09-17T14:02:38.781Z[ recovery-image] Sep 17 14:02:37.522 INFO O| Sep 17 14:02:37.522 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-09-17T14:02:38.787Z[ recovery-image] Sep 17 14:02:37.532 INFO O| Sep 17 14:02:37.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73432024-09-17T14:02:38.787Z[ recovery-image] Sep 17 14:02:37.532 INFO O| Sep 17 14:02:37.532 INFO STEP 1102 (remove_files) COMPLETE
73442024-09-17T14:02:38.790Z[ recovery-image] Sep 17 14:02:37.532 INFO O| Sep 17 14:02:37.532 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-09-17T14:02:38.801Z[ recovery-image] Sep 17 14:02:37.542 INFO O| Sep 17 14:02:37.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73462024-09-17T14:02:38.801Z[ recovery-image] Sep 17 14:02:37.542 INFO O| Sep 17 14:02:37.542 INFO STEP 1103 (remove_files) COMPLETE
73472024-09-17T14:02:38.805Z[ recovery-image] Sep 17 14:02:37.542 INFO O| Sep 17 14:02:37.542 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-09-17T14:02:38.807Z[ recovery-image] Sep 17 14:02:37.552 INFO O| Sep 17 14:02:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73492024-09-17T14:02:38.807Z[ recovery-image] Sep 17 14:02:37.552 INFO O| Sep 17 14:02:37.552 INFO STEP 1104 (remove_files) COMPLETE
73502024-09-17T14:02:38.807Z[ recovery-image] Sep 17 14:02:37.552 INFO O| Sep 17 14:02:37.552 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-09-17T14:02:38.817Z[ recovery-image] Sep 17 14:02:37.562 INFO O| Sep 17 14:02:37.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73522024-09-17T14:02:38.819Z[ recovery-image] Sep 17 14:02:37.562 INFO O| Sep 17 14:02:37.562 INFO STEP 1105 (remove_files) COMPLETE
73532024-09-17T14:02:38.819Z[ recovery-image] Sep 17 14:02:37.562 INFO O| Sep 17 14:02:37.562 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-09-17T14:02:38.826Z[ recovery-image] Sep 17 14:02:37.571 INFO O| Sep 17 14:02:37.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73552024-09-17T14:02:38.826Z[ recovery-image] Sep 17 14:02:37.571 INFO O| Sep 17 14:02:37.571 INFO STEP 1106 (remove_files) COMPLETE
73562024-09-17T14:02:38.826Z[ recovery-image] Sep 17 14:02:37.571 INFO O| Sep 17 14:02:37.571 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-09-17T14:02:38.836Z[ recovery-image] Sep 17 14:02:37.581 INFO O| Sep 17 14:02:37.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73582024-09-17T14:02:38.836Z[ recovery-image] Sep 17 14:02:37.581 INFO O| Sep 17 14:02:37.581 INFO STEP 1107 (remove_files) COMPLETE
73592024-09-17T14:02:38.836Z[ recovery-image] Sep 17 14:02:37.581 INFO O| Sep 17 14:02:37.581 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-09-17T14:02:38.846Z[ recovery-image] Sep 17 14:02:37.591 INFO O| Sep 17 14:02:37.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73612024-09-17T14:02:38.846Z[ recovery-image] Sep 17 14:02:37.591 INFO O| Sep 17 14:02:37.591 INFO STEP 1108 (remove_files) COMPLETE
73622024-09-17T14:02:38.846Z[ recovery-image] Sep 17 14:02:37.591 INFO O| Sep 17 14:02:37.591 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-09-17T14:02:38.856Z[ recovery-image] Sep 17 14:02:37.601 INFO O| Sep 17 14:02:37.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73642024-09-17T14:02:38.859Z[ recovery-image] Sep 17 14:02:37.601 INFO O| Sep 17 14:02:37.601 INFO STEP 1109 (remove_files) COMPLETE
73652024-09-17T14:02:38.859Z[ recovery-image] Sep 17 14:02:37.601 INFO O| Sep 17 14:02:37.601 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-09-17T14:02:38.866Z[ recovery-image] Sep 17 14:02:37.611 INFO O| Sep 17 14:02:37.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73672024-09-17T14:02:38.868Z[ recovery-image] Sep 17 14:02:37.611 INFO O| Sep 17 14:02:37.611 INFO STEP 1110 (remove_files) COMPLETE
73682024-09-17T14:02:38.868Z[ recovery-image] Sep 17 14:02:37.611 INFO O| Sep 17 14:02:37.611 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-09-17T14:02:38.875Z[ recovery-image] Sep 17 14:02:37.620 INFO O| Sep 17 14:02:37.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73702024-09-17T14:02:38.878Z[ recovery-image] Sep 17 14:02:37.620 INFO O| Sep 17 14:02:37.620 INFO STEP 1111 (remove_files) COMPLETE
73712024-09-17T14:02:38.878Z[ recovery-image] Sep 17 14:02:37.620 INFO O| Sep 17 14:02:37.620 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-09-17T14:02:38.885Z[ recovery-image] Sep 17 14:02:37.630 INFO O| Sep 17 14:02:37.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73732024-09-17T14:02:38.887Z[ recovery-image] Sep 17 14:02:37.630 INFO O| Sep 17 14:02:37.630 INFO STEP 1112 (remove_files) COMPLETE
73742024-09-17T14:02:38.887Z[ recovery-image] Sep 17 14:02:37.630 INFO O| Sep 17 14:02:37.630 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-09-17T14:02:38.895Z[ recovery-image] Sep 17 14:02:37.640 INFO O| Sep 17 14:02:37.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73762024-09-17T14:02:38.895Z[ recovery-image] Sep 17 14:02:37.640 INFO O| Sep 17 14:02:37.640 INFO STEP 1113 (remove_files) COMPLETE
73772024-09-17T14:02:38.897Z[ recovery-image] Sep 17 14:02:37.640 INFO O| Sep 17 14:02:37.640 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-09-17T14:02:38.904Z[ recovery-image] Sep 17 14:02:37.649 INFO O| Sep 17 14:02:37.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73792024-09-17T14:02:38.907Z[ recovery-image] Sep 17 14:02:37.649 INFO O| Sep 17 14:02:37.649 INFO STEP 1114 (remove_files) COMPLETE
73802024-09-17T14:02:38.907Z[ recovery-image] Sep 17 14:02:37.649 INFO O| Sep 17 14:02:37.649 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-09-17T14:02:38.914Z[ recovery-image] Sep 17 14:02:37.659 INFO O| Sep 17 14:02:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73822024-09-17T14:02:38.914Z[ recovery-image] Sep 17 14:02:37.659 INFO O| Sep 17 14:02:37.659 INFO STEP 1115 (remove_files) COMPLETE
73832024-09-17T14:02:38.914Z[ recovery-image] Sep 17 14:02:37.659 INFO O| Sep 17 14:02:37.659 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-09-17T14:02:38.923Z[ recovery-image] Sep 17 14:02:37.668 INFO O| Sep 17 14:02:37.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73852024-09-17T14:02:38.923Z[ recovery-image] Sep 17 14:02:37.668 INFO O| Sep 17 14:02:37.668 INFO STEP 1116 (remove_files) COMPLETE
73862024-09-17T14:02:38.926Z[ recovery-image] Sep 17 14:02:37.668 INFO O| Sep 17 14:02:37.668 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-09-17T14:02:38.933Z[ recovery-image] Sep 17 14:02:37.678 INFO O| Sep 17 14:02:37.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73882024-09-17T14:02:38.936Z[ recovery-image] Sep 17 14:02:37.678 INFO O| Sep 17 14:02:37.678 INFO STEP 1117 (remove_files) COMPLETE
73892024-09-17T14:02:38.936Z[ recovery-image] Sep 17 14:02:37.678 INFO O| Sep 17 14:02:37.678 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-09-17T14:02:38.943Z[ recovery-image] Sep 17 14:02:37.688 INFO O| Sep 17 14:02:37.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73912024-09-17T14:02:38.943Z[ recovery-image] Sep 17 14:02:37.688 INFO O| Sep 17 14:02:37.688 INFO STEP 1118 (remove_files) COMPLETE
73922024-09-17T14:02:38.943Z[ recovery-image] Sep 17 14:02:37.688 INFO O| Sep 17 14:02:37.688 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-09-17T14:02:38.952Z[ recovery-image] Sep 17 14:02:37.697 INFO O| Sep 17 14:02:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73942024-09-17T14:02:38.952Z[ recovery-image] Sep 17 14:02:37.697 INFO O| Sep 17 14:02:37.697 INFO STEP 1119 (remove_files) COMPLETE
73952024-09-17T14:02:38.955Z[ recovery-image] Sep 17 14:02:37.697 INFO O| Sep 17 14:02:37.697 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-09-17T14:02:38.962Z[ recovery-image] Sep 17 14:02:37.707 INFO O| Sep 17 14:02:37.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73972024-09-17T14:02:38.964Z[ recovery-image] Sep 17 14:02:37.707 INFO O| Sep 17 14:02:37.707 INFO STEP 1120 (remove_files) COMPLETE
73982024-09-17T14:02:38.964Z[ recovery-image] Sep 17 14:02:37.707 INFO O| Sep 17 14:02:37.707 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-09-17T14:02:38.972Z[ recovery-image] Sep 17 14:02:37.717 INFO O| Sep 17 14:02:37.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74002024-09-17T14:02:38.972Z[ recovery-image] Sep 17 14:02:37.717 INFO O| Sep 17 14:02:37.717 INFO STEP 1121 (remove_files) COMPLETE
74012024-09-17T14:02:38.975Z[ recovery-image] Sep 17 14:02:37.717 INFO O| Sep 17 14:02:37.717 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-09-17T14:02:38.981Z[ recovery-image] Sep 17 14:02:37.726 INFO O| Sep 17 14:02:37.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74032024-09-17T14:02:38.984Z[ recovery-image] Sep 17 14:02:37.726 INFO O| Sep 17 14:02:37.726 INFO STEP 1122 (remove_files) COMPLETE
74042024-09-17T14:02:38.984Z[ recovery-image] Sep 17 14:02:37.726 INFO O| Sep 17 14:02:37.726 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-09-17T14:02:38.991Z[ recovery-image] Sep 17 14:02:37.736 INFO O| Sep 17 14:02:37.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74062024-09-17T14:02:38.991Z[ recovery-image] Sep 17 14:02:37.736 INFO O| Sep 17 14:02:37.736 INFO STEP 1123 (remove_files) COMPLETE
74072024-09-17T14:02:38.993Z[ recovery-image] Sep 17 14:02:37.736 INFO O| Sep 17 14:02:37.736 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-09-17T14:02:39.000Z[ recovery-image] Sep 17 14:02:37.745 INFO O| Sep 17 14:02:37.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74092024-09-17T14:02:39.001Z[ recovery-image] Sep 17 14:02:37.745 INFO O| Sep 17 14:02:37.745 INFO STEP 1124 (remove_files) COMPLETE
74102024-09-17T14:02:39.001Z[ recovery-image] Sep 17 14:02:37.745 INFO O| Sep 17 14:02:37.745 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-09-17T14:02:39.010Z[ recovery-image] Sep 17 14:02:37.755 INFO O| Sep 17 14:02:37.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74122024-09-17T14:02:39.010Z[ recovery-image] Sep 17 14:02:37.755 INFO O| Sep 17 14:02:37.755 INFO STEP 1125 (remove_files) COMPLETE
74132024-09-17T14:02:39.013Z[ recovery-image] Sep 17 14:02:37.755 INFO O| Sep 17 14:02:37.755 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-09-17T14:02:39.020Z[ recovery-image] Sep 17 14:02:37.765 INFO O| Sep 17 14:02:37.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74152024-09-17T14:02:39.020Z[ recovery-image] Sep 17 14:02:37.765 INFO O| Sep 17 14:02:37.765 INFO STEP 1126 (remove_files) COMPLETE
74162024-09-17T14:02:39.023Z[ recovery-image] Sep 17 14:02:37.765 INFO O| Sep 17 14:02:37.765 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-09-17T14:02:39.029Z[ recovery-image] Sep 17 14:02:37.774 INFO O| Sep 17 14:02:37.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74182024-09-17T14:02:39.029Z[ recovery-image] Sep 17 14:02:37.774 INFO O| Sep 17 14:02:37.774 INFO STEP 1127 (remove_files) COMPLETE
74192024-09-17T14:02:39.029Z[ recovery-image] Sep 17 14:02:37.774 INFO O| Sep 17 14:02:37.774 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-09-17T14:02:39.039Z[ recovery-image] Sep 17 14:02:37.784 INFO O| Sep 17 14:02:37.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74212024-09-17T14:02:39.039Z[ recovery-image] Sep 17 14:02:37.784 INFO O| Sep 17 14:02:37.784 INFO STEP 1128 (remove_files) COMPLETE
74222024-09-17T14:02:39.041Z[ recovery-image] Sep 17 14:02:37.784 INFO O| Sep 17 14:02:37.784 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-09-17T14:02:39.049Z[ recovery-image] Sep 17 14:02:37.794 INFO O| Sep 17 14:02:37.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74242024-09-17T14:02:39.049Z[ recovery-image] Sep 17 14:02:37.794 INFO O| Sep 17 14:02:37.794 INFO STEP 1129 (remove_files) COMPLETE
74252024-09-17T14:02:39.049Z[ recovery-image] Sep 17 14:02:37.794 INFO O| Sep 17 14:02:37.794 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-09-17T14:02:39.058Z[ recovery-image] Sep 17 14:02:37.803 INFO O| Sep 17 14:02:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74272024-09-17T14:02:39.061Z[ recovery-image] Sep 17 14:02:37.803 INFO O| Sep 17 14:02:37.803 INFO STEP 1130 (remove_files) COMPLETE
74282024-09-17T14:02:39.061Z[ recovery-image] Sep 17 14:02:37.803 INFO O| Sep 17 14:02:37.803 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-09-17T14:02:39.068Z[ recovery-image] Sep 17 14:02:37.813 INFO O| Sep 17 14:02:37.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74302024-09-17T14:02:39.068Z[ recovery-image] Sep 17 14:02:37.813 INFO O| Sep 17 14:02:37.813 INFO STEP 1131 (remove_files) COMPLETE
74312024-09-17T14:02:39.071Z[ recovery-image] Sep 17 14:02:37.813 INFO O| Sep 17 14:02:37.813 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-09-17T14:02:39.077Z[ recovery-image] Sep 17 14:02:37.822 INFO O| Sep 17 14:02:37.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74332024-09-17T14:02:39.080Z[ recovery-image] Sep 17 14:02:37.822 INFO O| Sep 17 14:02:37.822 INFO STEP 1132 (remove_files) COMPLETE
74342024-09-17T14:02:39.080Z[ recovery-image] Sep 17 14:02:37.822 INFO O| Sep 17 14:02:37.822 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-09-17T14:02:39.087Z[ recovery-image] Sep 17 14:02:37.832 INFO O| Sep 17 14:02:37.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74362024-09-17T14:02:39.089Z[ recovery-image] Sep 17 14:02:37.832 INFO O| Sep 17 14:02:37.832 INFO STEP 1133 (remove_files) COMPLETE
74372024-09-17T14:02:39.089Z[ recovery-image] Sep 17 14:02:37.832 INFO O| Sep 17 14:02:37.832 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-09-17T14:02:39.097Z[ recovery-image] Sep 17 14:02:37.842 INFO O| Sep 17 14:02:37.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74392024-09-17T14:02:39.097Z[ recovery-image] Sep 17 14:02:37.842 INFO O| Sep 17 14:02:37.842 INFO STEP 1134 (remove_files) COMPLETE
74402024-09-17T14:02:39.099Z[ recovery-image] Sep 17 14:02:37.842 INFO O| Sep 17 14:02:37.842 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-09-17T14:02:39.107Z[ recovery-image] Sep 17 14:02:37.852 INFO O| Sep 17 14:02:37.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74422024-09-17T14:02:39.107Z[ recovery-image] Sep 17 14:02:37.852 INFO O| Sep 17 14:02:37.852 INFO STEP 1135 (remove_files) COMPLETE
74432024-09-17T14:02:39.107Z[ recovery-image] Sep 17 14:02:37.852 INFO O| Sep 17 14:02:37.852 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-09-17T14:02:39.116Z[ recovery-image] Sep 17 14:02:37.861 INFO O| Sep 17 14:02:37.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74452024-09-17T14:02:39.116Z[ recovery-image] Sep 17 14:02:37.861 INFO O| Sep 17 14:02:37.861 INFO STEP 1136 (remove_files) COMPLETE
74462024-09-17T14:02:39.116Z[ recovery-image] Sep 17 14:02:37.861 INFO O| Sep 17 14:02:37.861 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-09-17T14:02:39.126Z[ recovery-image] Sep 17 14:02:37.871 INFO O| Sep 17 14:02:37.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74482024-09-17T14:02:39.128Z[ recovery-image] Sep 17 14:02:37.871 INFO O| Sep 17 14:02:37.871 INFO STEP 1137 (remove_files) COMPLETE
74492024-09-17T14:02:39.128Z[ recovery-image] Sep 17 14:02:37.871 INFO O| Sep 17 14:02:37.871 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-09-17T14:02:39.135Z[ recovery-image] Sep 17 14:02:37.880 INFO O| Sep 17 14:02:37.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74512024-09-17T14:02:39.135Z[ recovery-image] Sep 17 14:02:37.880 INFO O| Sep 17 14:02:37.880 INFO STEP 1138 (remove_files) COMPLETE
74522024-09-17T14:02:39.138Z[ recovery-image] Sep 17 14:02:37.880 INFO O| Sep 17 14:02:37.880 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-09-17T14:02:39.145Z[ recovery-image] Sep 17 14:02:37.890 INFO O| Sep 17 14:02:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74542024-09-17T14:02:39.145Z[ recovery-image] Sep 17 14:02:37.890 INFO O| Sep 17 14:02:37.890 INFO STEP 1139 (remove_files) COMPLETE
74552024-09-17T14:02:39.145Z[ recovery-image] Sep 17 14:02:37.890 INFO O| Sep 17 14:02:37.890 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-09-17T14:02:39.154Z[ recovery-image] Sep 17 14:02:37.899 INFO O| Sep 17 14:02:37.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74572024-09-17T14:02:39.154Z[ recovery-image] Sep 17 14:02:37.899 INFO O| Sep 17 14:02:37.899 INFO STEP 1140 (remove_files) COMPLETE
74582024-09-17T14:02:39.154Z[ recovery-image] Sep 17 14:02:37.899 INFO O| Sep 17 14:02:37.899 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-09-17T14:02:39.164Z[ recovery-image] Sep 17 14:02:37.909 INFO O| Sep 17 14:02:37.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74602024-09-17T14:02:39.164Z[ recovery-image] Sep 17 14:02:37.909 INFO O| Sep 17 14:02:37.909 INFO STEP 1141 (remove_files) COMPLETE
74612024-09-17T14:02:39.167Z[ recovery-image] Sep 17 14:02:37.909 INFO O| Sep 17 14:02:37.909 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-09-17T14:02:39.173Z[ recovery-image] Sep 17 14:02:37.918 INFO O| Sep 17 14:02:37.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74632024-09-17T14:02:39.173Z[ recovery-image] Sep 17 14:02:37.918 INFO O| Sep 17 14:02:37.918 INFO STEP 1142 (remove_files) COMPLETE
74642024-09-17T14:02:39.176Z[ recovery-image] Sep 17 14:02:37.918 INFO O| Sep 17 14:02:37.918 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-09-17T14:02:39.182Z[ recovery-image] Sep 17 14:02:37.927 INFO O| Sep 17 14:02:37.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74662024-09-17T14:02:39.185Z[ recovery-image] Sep 17 14:02:37.927 INFO O| Sep 17 14:02:37.927 INFO STEP 1143 (remove_files) COMPLETE
74672024-09-17T14:02:39.185Z[ recovery-image] Sep 17 14:02:37.927 INFO O| Sep 17 14:02:37.927 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-09-17T14:02:39.192Z[ recovery-image] Sep 17 14:02:37.937 INFO O| Sep 17 14:02:37.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74692024-09-17T14:02:39.192Z[ recovery-image] Sep 17 14:02:37.937 INFO O| Sep 17 14:02:37.937 INFO STEP 1144 (remove_files) COMPLETE
74702024-09-17T14:02:39.194Z[ recovery-image] Sep 17 14:02:37.937 INFO O| Sep 17 14:02:37.937 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-09-17T14:02:39.201Z[ recovery-image] Sep 17 14:02:37.946 INFO O| Sep 17 14:02:37.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74722024-09-17T14:02:39.201Z[ recovery-image] Sep 17 14:02:37.946 INFO O| Sep 17 14:02:37.946 INFO STEP 1145 (remove_files) COMPLETE
74732024-09-17T14:02:39.203Z[ recovery-image] Sep 17 14:02:37.946 INFO O| Sep 17 14:02:37.946 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-09-17T14:02:39.211Z[ recovery-image] Sep 17 14:02:37.955 INFO O| Sep 17 14:02:37.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74752024-09-17T14:02:39.215Z[ recovery-image] Sep 17 14:02:37.955 INFO O| Sep 17 14:02:37.955 INFO STEP 1146 (remove_files) COMPLETE
74762024-09-17T14:02:39.215Z[ recovery-image] Sep 17 14:02:37.956 INFO O| Sep 17 14:02:37.955 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-09-17T14:02:39.220Z[ recovery-image] Sep 17 14:02:37.965 INFO O| Sep 17 14:02:37.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74782024-09-17T14:02:39.220Z[ recovery-image] Sep 17 14:02:37.965 INFO O| Sep 17 14:02:37.965 INFO STEP 1147 (remove_files) COMPLETE
74792024-09-17T14:02:39.220Z[ recovery-image] Sep 17 14:02:37.965 INFO O| Sep 17 14:02:37.965 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-09-17T14:02:39.229Z[ recovery-image] Sep 17 14:02:37.974 INFO O| Sep 17 14:02:37.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74812024-09-17T14:02:39.229Z[ recovery-image] Sep 17 14:02:37.974 INFO O| Sep 17 14:02:37.974 INFO STEP 1148 (remove_files) COMPLETE
74822024-09-17T14:02:39.232Z[ recovery-image] Sep 17 14:02:37.974 INFO O| Sep 17 14:02:37.974 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-09-17T14:02:39.239Z[ recovery-image] Sep 17 14:02:37.984 INFO O| Sep 17 14:02:37.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74842024-09-17T14:02:39.239Z[ recovery-image] Sep 17 14:02:37.984 INFO O| Sep 17 14:02:37.984 INFO STEP 1149 (remove_files) COMPLETE
74852024-09-17T14:02:39.239Z[ recovery-image] Sep 17 14:02:37.984 INFO O| Sep 17 14:02:37.984 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-09-17T14:02:39.248Z[ recovery-image] Sep 17 14:02:37.993 INFO O| Sep 17 14:02:37.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74872024-09-17T14:02:39.251Z[ recovery-image] Sep 17 14:02:37.993 INFO O| Sep 17 14:02:37.993 INFO STEP 1150 (remove_files) COMPLETE
74882024-09-17T14:02:39.251Z[ recovery-image] Sep 17 14:02:37.993 INFO O| Sep 17 14:02:37.993 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-09-17T14:02:39.259Z[ recovery-image] Sep 17 14:02:38.003 INFO O| Sep 17 14:02:38.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74902024-09-17T14:02:39.259Z[ recovery-image] Sep 17 14:02:38.003 INFO O| Sep 17 14:02:38.003 INFO STEP 1151 (remove_files) COMPLETE
74912024-09-17T14:02:39.259Z[ recovery-image] Sep 17 14:02:38.003 INFO O| Sep 17 14:02:38.003 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-09-17T14:02:39.268Z[ recovery-image] Sep 17 14:02:38.013 INFO O| Sep 17 14:02:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74932024-09-17T14:02:39.268Z[ recovery-image] Sep 17 14:02:38.013 INFO O| Sep 17 14:02:38.013 INFO STEP 1152 (remove_files) COMPLETE
74942024-09-17T14:02:39.271Z[ recovery-image] Sep 17 14:02:38.013 INFO O| Sep 17 14:02:38.013 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-09-17T14:02:39.278Z[ recovery-image] Sep 17 14:02:38.023 INFO O| Sep 17 14:02:38.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74962024-09-17T14:02:39.281Z[ recovery-image] Sep 17 14:02:38.023 INFO O| Sep 17 14:02:38.023 INFO STEP 1153 (remove_files) COMPLETE
74972024-09-17T14:02:39.281Z[ recovery-image] Sep 17 14:02:38.023 INFO O| Sep 17 14:02:38.023 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-09-17T14:02:39.288Z[ recovery-image] Sep 17 14:02:38.032 INFO O| Sep 17 14:02:38.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74992024-09-17T14:02:39.291Z[ recovery-image] Sep 17 14:02:38.033 INFO O| Sep 17 14:02:38.033 INFO STEP 1154 (remove_files) COMPLETE
75002024-09-17T14:02:39.291Z[ recovery-image] Sep 17 14:02:38.033 INFO O| Sep 17 14:02:38.033 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-09-17T14:02:39.297Z[ recovery-image] Sep 17 14:02:38.042 INFO O| Sep 17 14:02:38.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75022024-09-17T14:02:39.297Z[ recovery-image] Sep 17 14:02:38.042 INFO O| Sep 17 14:02:38.042 INFO STEP 1155 (remove_files) COMPLETE
75032024-09-17T14:02:39.300Z[ recovery-image] Sep 17 14:02:38.042 INFO O| Sep 17 14:02:38.042 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-09-17T14:02:39.307Z[ recovery-image] Sep 17 14:02:38.052 INFO O| Sep 17 14:02:38.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75052024-09-17T14:02:39.307Z[ recovery-image] Sep 17 14:02:38.052 INFO O| Sep 17 14:02:38.052 INFO STEP 1156 (remove_files) COMPLETE
75062024-09-17T14:02:39.307Z[ recovery-image] Sep 17 14:02:38.052 INFO O| Sep 17 14:02:38.052 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-09-17T14:02:39.316Z[ recovery-image] Sep 17 14:02:38.061 INFO O| Sep 17 14:02:38.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75082024-09-17T14:02:39.319Z[ recovery-image] Sep 17 14:02:38.061 INFO O| Sep 17 14:02:38.061 INFO STEP 1157 (remove_files) COMPLETE
75092024-09-17T14:02:39.319Z[ recovery-image] Sep 17 14:02:38.061 INFO O| Sep 17 14:02:38.061 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-09-17T14:02:39.326Z[ recovery-image] Sep 17 14:02:38.071 INFO O| Sep 17 14:02:38.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75112024-09-17T14:02:39.326Z[ recovery-image] Sep 17 14:02:38.071 INFO O| Sep 17 14:02:38.071 INFO STEP 1158 (remove_files) COMPLETE
75122024-09-17T14:02:39.328Z[ recovery-image] Sep 17 14:02:38.071 INFO O| Sep 17 14:02:38.071 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-09-17T14:02:39.335Z[ recovery-image] Sep 17 14:02:38.080 INFO O| Sep 17 14:02:38.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75142024-09-17T14:02:39.338Z[ recovery-image] Sep 17 14:02:38.080 INFO O| Sep 17 14:02:38.080 INFO STEP 1159 (remove_files) COMPLETE
75152024-09-17T14:02:39.338Z[ recovery-image] Sep 17 14:02:38.080 INFO O| Sep 17 14:02:38.080 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-09-17T14:02:39.345Z[ recovery-image] Sep 17 14:02:38.090 INFO O| Sep 17 14:02:38.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75172024-09-17T14:02:39.345Z[ recovery-image] Sep 17 14:02:38.090 INFO O| Sep 17 14:02:38.090 INFO STEP 1160 (remove_files) COMPLETE
75182024-09-17T14:02:39.345Z[ recovery-image] Sep 17 14:02:38.090 INFO O| Sep 17 14:02:38.090 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-09-17T14:02:39.355Z[ recovery-image] Sep 17 14:02:38.099 INFO O| Sep 17 14:02:38.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75202024-09-17T14:02:39.355Z[ recovery-image] Sep 17 14:02:38.100 INFO O| Sep 17 14:02:38.100 INFO STEP 1161 (remove_files) COMPLETE
75212024-09-17T14:02:39.357Z[ recovery-image] Sep 17 14:02:38.100 INFO O| Sep 17 14:02:38.100 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-09-17T14:02:39.364Z[ recovery-image] Sep 17 14:02:38.109 INFO O| Sep 17 14:02:38.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75232024-09-17T14:02:39.364Z[ recovery-image] Sep 17 14:02:38.109 INFO O| Sep 17 14:02:38.109 INFO STEP 1162 (remove_files) COMPLETE
75242024-09-17T14:02:39.364Z[ recovery-image] Sep 17 14:02:38.109 INFO O| Sep 17 14:02:38.109 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-09-17T14:02:39.374Z[ recovery-image] Sep 17 14:02:38.119 INFO O| Sep 17 14:02:38.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75262024-09-17T14:02:39.376Z[ recovery-image] Sep 17 14:02:38.119 INFO O| Sep 17 14:02:38.119 INFO STEP 1163 (remove_files) COMPLETE
75272024-09-17T14:02:39.376Z[ recovery-image] Sep 17 14:02:38.119 INFO O| Sep 17 14:02:38.119 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-09-17T14:02:39.383Z[ recovery-image] Sep 17 14:02:38.128 INFO O| Sep 17 14:02:38.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75292024-09-17T14:02:39.383Z[ recovery-image] Sep 17 14:02:38.128 INFO O| Sep 17 14:02:38.128 INFO STEP 1164 (remove_files) COMPLETE
75302024-09-17T14:02:39.386Z[ recovery-image] Sep 17 14:02:38.128 INFO O| Sep 17 14:02:38.128 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-09-17T14:02:39.393Z[ recovery-image] Sep 17 14:02:38.138 INFO O| Sep 17 14:02:38.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75322024-09-17T14:02:39.395Z[ recovery-image] Sep 17 14:02:38.138 INFO O| Sep 17 14:02:38.138 INFO STEP 1165 (remove_files) COMPLETE
75332024-09-17T14:02:39.395Z[ recovery-image] Sep 17 14:02:38.138 INFO O| Sep 17 14:02:38.138 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-09-17T14:02:39.402Z[ recovery-image] Sep 17 14:02:38.147 INFO O| Sep 17 14:02:38.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75352024-09-17T14:02:39.402Z[ recovery-image] Sep 17 14:02:38.147 INFO O| Sep 17 14:02:38.147 INFO STEP 1166 (remove_files) COMPLETE
75362024-09-17T14:02:39.405Z[ recovery-image] Sep 17 14:02:38.147 INFO O| Sep 17 14:02:38.147 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-09-17T14:02:39.412Z[ recovery-image] Sep 17 14:02:38.157 INFO O| Sep 17 14:02:38.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75382024-09-17T14:02:39.412Z[ recovery-image] Sep 17 14:02:38.157 INFO O| Sep 17 14:02:38.157 INFO STEP 1167 (remove_files) COMPLETE
75392024-09-17T14:02:39.415Z[ recovery-image] Sep 17 14:02:38.157 INFO O| Sep 17 14:02:38.157 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-09-17T14:02:39.421Z[ recovery-image] Sep 17 14:02:38.166 INFO O| Sep 17 14:02:38.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75412024-09-17T14:02:39.424Z[ recovery-image] Sep 17 14:02:38.166 INFO O| Sep 17 14:02:38.166 INFO STEP 1168 (remove_files) COMPLETE
75422024-09-17T14:02:39.424Z[ recovery-image] Sep 17 14:02:38.166 INFO O| Sep 17 14:02:38.166 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-09-17T14:02:39.431Z[ recovery-image] Sep 17 14:02:38.176 INFO O| Sep 17 14:02:38.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75442024-09-17T14:02:39.433Z[ recovery-image] Sep 17 14:02:38.176 INFO O| Sep 17 14:02:38.176 INFO STEP 1169 (remove_files) COMPLETE
75452024-09-17T14:02:39.433Z[ recovery-image] Sep 17 14:02:38.176 INFO O| Sep 17 14:02:38.176 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-09-17T14:02:39.441Z[ recovery-image] Sep 17 14:02:38.186 INFO O| Sep 17 14:02:38.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75472024-09-17T14:02:39.441Z[ recovery-image] Sep 17 14:02:38.186 INFO O| Sep 17 14:02:38.186 INFO STEP 1170 (remove_files) COMPLETE
75482024-09-17T14:02:39.443Z[ recovery-image] Sep 17 14:02:38.186 INFO O| Sep 17 14:02:38.186 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-09-17T14:02:39.450Z[ recovery-image] Sep 17 14:02:38.195 INFO O| Sep 17 14:02:38.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75502024-09-17T14:02:39.450Z[ recovery-image] Sep 17 14:02:38.195 INFO O| Sep 17 14:02:38.195 INFO STEP 1171 (remove_files) COMPLETE
75512024-09-17T14:02:39.450Z[ recovery-image] Sep 17 14:02:38.195 INFO O| Sep 17 14:02:38.195 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-09-17T14:02:39.460Z[ recovery-image] Sep 17 14:02:38.205 INFO O| Sep 17 14:02:38.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75532024-09-17T14:02:39.463Z[ recovery-image] Sep 17 14:02:38.205 INFO O| Sep 17 14:02:38.205 INFO STEP 1172 (remove_files) COMPLETE
75542024-09-17T14:02:39.463Z[ recovery-image] Sep 17 14:02:38.205 INFO O| Sep 17 14:02:38.205 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-09-17T14:02:39.470Z[ recovery-image] Sep 17 14:02:38.215 INFO O| Sep 17 14:02:38.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75562024-09-17T14:02:39.470Z[ recovery-image] Sep 17 14:02:38.215 INFO O| Sep 17 14:02:38.215 INFO STEP 1173 (remove_files) COMPLETE
75572024-09-17T14:02:39.470Z[ recovery-image] Sep 17 14:02:38.215 INFO O| Sep 17 14:02:38.215 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-09-17T14:02:39.479Z[ recovery-image] Sep 17 14:02:38.224 INFO O| Sep 17 14:02:38.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75592024-09-17T14:02:39.479Z[ recovery-image] Sep 17 14:02:38.224 INFO O| Sep 17 14:02:38.224 INFO STEP 1174 (remove_files) COMPLETE
75602024-09-17T14:02:39.479Z[ recovery-image] Sep 17 14:02:38.224 INFO O| Sep 17 14:02:38.224 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-09-17T14:02:39.489Z[ recovery-image] Sep 17 14:02:38.234 INFO O| Sep 17 14:02:38.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75622024-09-17T14:02:39.489Z[ recovery-image] Sep 17 14:02:38.234 INFO O| Sep 17 14:02:38.234 INFO STEP 1175 (remove_files) COMPLETE
75632024-09-17T14:02:39.489Z[ recovery-image] Sep 17 14:02:38.234 INFO O| Sep 17 14:02:38.234 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-09-17T14:02:39.498Z[ recovery-image] Sep 17 14:02:38.243 INFO O| Sep 17 14:02:38.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75652024-09-17T14:02:39.501Z[ recovery-image] Sep 17 14:02:38.243 INFO O| Sep 17 14:02:38.243 INFO STEP 1176 (remove_files) COMPLETE
75662024-09-17T14:02:39.501Z[ recovery-image] Sep 17 14:02:38.243 INFO O| Sep 17 14:02:38.243 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-09-17T14:02:39.508Z[ recovery-image] Sep 17 14:02:38.253 INFO O| Sep 17 14:02:38.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75682024-09-17T14:02:39.508Z[ recovery-image] Sep 17 14:02:38.253 INFO O| Sep 17 14:02:38.253 INFO STEP 1177 (remove_files) COMPLETE
75692024-09-17T14:02:39.510Z[ recovery-image] Sep 17 14:02:38.253 INFO O| Sep 17 14:02:38.253 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-09-17T14:02:39.517Z[ recovery-image] Sep 17 14:02:38.262 INFO O| Sep 17 14:02:38.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75712024-09-17T14:02:39.517Z[ recovery-image] Sep 17 14:02:38.262 INFO O| Sep 17 14:02:38.262 INFO STEP 1178 (remove_files) COMPLETE
75722024-09-17T14:02:39.520Z[ recovery-image] Sep 17 14:02:38.262 INFO O| Sep 17 14:02:38.262 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-09-17T14:02:39.523Z[ host-image] Sep 17 14:02:38.268 INFO O| Sep 17 14:02:38.268 INFO O| Download: 21545/22728 items 180.5/196.4MB 91% complete (1.2M/s)
75742024-09-17T14:02:39.527Z[ recovery-image] Sep 17 14:02:38.272 INFO O| Sep 17 14:02:38.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75752024-09-17T14:02:39.530Z[ recovery-image] Sep 17 14:02:38.272 INFO O| Sep 17 14:02:38.272 INFO STEP 1179 (remove_files) COMPLETE
75762024-09-17T14:02:39.530Z[ recovery-image] Sep 17 14:02:38.272 INFO O| Sep 17 14:02:38.272 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-09-17T14:02:39.537Z[ recovery-image] Sep 17 14:02:38.281 INFO O| Sep 17 14:02:38.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75782024-09-17T14:02:39.537Z[ recovery-image] Sep 17 14:02:38.282 INFO O| Sep 17 14:02:38.282 INFO STEP 1180 (remove_files) COMPLETE
75792024-09-17T14:02:39.537Z[ recovery-image] Sep 17 14:02:38.282 INFO O| Sep 17 14:02:38.282 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-09-17T14:02:39.546Z[ recovery-image] Sep 17 14:02:38.291 INFO O| Sep 17 14:02:38.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75812024-09-17T14:02:39.547Z[ recovery-image] Sep 17 14:02:38.291 INFO O| Sep 17 14:02:38.291 INFO STEP 1181 (remove_files) COMPLETE
75822024-09-17T14:02:39.549Z[ recovery-image] Sep 17 14:02:38.291 INFO O| Sep 17 14:02:38.291 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-09-17T14:02:39.556Z[ recovery-image] Sep 17 14:02:38.301 INFO O| Sep 17 14:02:38.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75842024-09-17T14:02:39.558Z[ recovery-image] Sep 17 14:02:38.301 INFO O| Sep 17 14:02:38.301 INFO STEP 1182 (remove_files) COMPLETE
75852024-09-17T14:02:39.558Z[ recovery-image] Sep 17 14:02:38.301 INFO O| Sep 17 14:02:38.301 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-09-17T14:02:39.565Z[ recovery-image] Sep 17 14:02:38.310 INFO O| Sep 17 14:02:38.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75872024-09-17T14:02:39.565Z[ recovery-image] Sep 17 14:02:38.310 INFO O| Sep 17 14:02:38.310 INFO STEP 1183 (remove_files) COMPLETE
75882024-09-17T14:02:39.568Z[ recovery-image] Sep 17 14:02:38.310 INFO O| Sep 17 14:02:38.310 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-09-17T14:02:39.575Z[ recovery-image] Sep 17 14:02:38.320 INFO O| Sep 17 14:02:38.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75902024-09-17T14:02:39.575Z[ recovery-image] Sep 17 14:02:38.320 INFO O| Sep 17 14:02:38.320 INFO STEP 1184 (remove_files) COMPLETE
75912024-09-17T14:02:39.575Z[ recovery-image] Sep 17 14:02:38.320 INFO O| Sep 17 14:02:38.320 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-09-17T14:02:39.584Z[ recovery-image] Sep 17 14:02:38.329 INFO O| Sep 17 14:02:38.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75932024-09-17T14:02:39.584Z[ recovery-image] Sep 17 14:02:38.329 INFO O| Sep 17 14:02:38.329 INFO STEP 1185 (remove_files) COMPLETE
75942024-09-17T14:02:39.587Z[ recovery-image] Sep 17 14:02:38.329 INFO O| Sep 17 14:02:38.329 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-09-17T14:02:39.594Z[ recovery-image] Sep 17 14:02:38.339 INFO O| Sep 17 14:02:38.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75962024-09-17T14:02:39.597Z[ recovery-image] Sep 17 14:02:38.339 INFO O| Sep 17 14:02:38.339 INFO STEP 1186 (remove_files) COMPLETE
75972024-09-17T14:02:39.597Z[ recovery-image] Sep 17 14:02:38.339 INFO O| Sep 17 14:02:38.339 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-09-17T14:02:39.604Z[ recovery-image] Sep 17 14:02:38.348 INFO O| Sep 17 14:02:38.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75992024-09-17T14:02:39.606Z[ recovery-image] Sep 17 14:02:38.349 INFO O| Sep 17 14:02:38.348 INFO STEP 1187 (remove_files) COMPLETE
76002024-09-17T14:02:39.606Z[ recovery-image] Sep 17 14:02:38.349 INFO O| Sep 17 14:02:38.348 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-09-17T14:02:39.613Z[ recovery-image] Sep 17 14:02:38.358 INFO O| Sep 17 14:02:38.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76022024-09-17T14:02:39.613Z[ recovery-image] Sep 17 14:02:38.358 INFO O| Sep 17 14:02:38.358 INFO STEP 1188 (remove_files) COMPLETE
76032024-09-17T14:02:39.615Z[ recovery-image] Sep 17 14:02:38.358 INFO O| Sep 17 14:02:38.358 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-09-17T14:02:39.623Z[ recovery-image] Sep 17 14:02:38.368 INFO O| Sep 17 14:02:38.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76052024-09-17T14:02:39.625Z[ recovery-image] Sep 17 14:02:38.368 INFO O| Sep 17 14:02:38.368 INFO STEP 1189 (remove_files) COMPLETE
76062024-09-17T14:02:39.625Z[ recovery-image] Sep 17 14:02:38.368 INFO O| Sep 17 14:02:38.368 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-09-17T14:02:39.632Z[ recovery-image] Sep 17 14:02:38.377 INFO O| Sep 17 14:02:38.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76082024-09-17T14:02:39.632Z[ recovery-image] Sep 17 14:02:38.377 INFO O| Sep 17 14:02:38.377 INFO STEP 1190 (remove_files) COMPLETE
76092024-09-17T14:02:39.632Z[ recovery-image] Sep 17 14:02:38.377 INFO O| Sep 17 14:02:38.377 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-09-17T14:02:39.642Z[ recovery-image] Sep 17 14:02:38.387 INFO O| Sep 17 14:02:38.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76112024-09-17T14:02:39.642Z[ recovery-image] Sep 17 14:02:38.387 INFO O| Sep 17 14:02:38.387 INFO STEP 1191 (remove_files) COMPLETE
76122024-09-17T14:02:39.642Z[ recovery-image] Sep 17 14:02:38.387 INFO O| Sep 17 14:02:38.387 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-09-17T14:02:39.652Z[ recovery-image] Sep 17 14:02:38.396 INFO O| Sep 17 14:02:38.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76142024-09-17T14:02:39.652Z[ recovery-image] Sep 17 14:02:38.397 INFO O| Sep 17 14:02:38.396 INFO STEP 1192 (remove_files) COMPLETE
76152024-09-17T14:02:39.654Z[ recovery-image] Sep 17 14:02:38.397 INFO O| Sep 17 14:02:38.396 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-09-17T14:02:39.661Z[ recovery-image] Sep 17 14:02:38.406 INFO O| Sep 17 14:02:38.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76172024-09-17T14:02:39.663Z[ recovery-image] Sep 17 14:02:38.406 INFO O| Sep 17 14:02:38.406 INFO STEP 1193 (remove_files) COMPLETE
76182024-09-17T14:02:39.664Z[ recovery-image] Sep 17 14:02:38.406 INFO O| Sep 17 14:02:38.406 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-09-17T14:02:39.671Z[ recovery-image] Sep 17 14:02:38.416 INFO O| Sep 17 14:02:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76202024-09-17T14:02:39.671Z[ recovery-image] Sep 17 14:02:38.416 INFO O| Sep 17 14:02:38.416 INFO STEP 1194 (remove_files) COMPLETE
76212024-09-17T14:02:39.673Z[ recovery-image] Sep 17 14:02:38.416 INFO O| Sep 17 14:02:38.416 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-09-17T14:02:39.680Z[ recovery-image] Sep 17 14:02:38.425 INFO O| Sep 17 14:02:38.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76232024-09-17T14:02:39.683Z[ recovery-image] Sep 17 14:02:38.425 INFO O| Sep 17 14:02:38.425 INFO STEP 1195 (remove_files) COMPLETE
76242024-09-17T14:02:39.683Z[ recovery-image] Sep 17 14:02:38.425 INFO O| Sep 17 14:02:38.425 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-09-17T14:02:39.690Z[ recovery-image] Sep 17 14:02:38.435 INFO O| Sep 17 14:02:38.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76262024-09-17T14:02:39.690Z[ recovery-image] Sep 17 14:02:38.435 INFO O| Sep 17 14:02:38.435 INFO STEP 1196 (remove_files) COMPLETE
76272024-09-17T14:02:39.692Z[ recovery-image] Sep 17 14:02:38.435 INFO O| Sep 17 14:02:38.435 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-09-17T14:02:39.700Z[ recovery-image] Sep 17 14:02:38.444 INFO O| Sep 17 14:02:38.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76292024-09-17T14:02:39.700Z[ recovery-image] Sep 17 14:02:38.444 INFO O| Sep 17 14:02:38.444 INFO STEP 1197 (remove_files) COMPLETE
76302024-09-17T14:02:39.702Z[ recovery-image] Sep 17 14:02:38.444 INFO O| Sep 17 14:02:38.444 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-09-17T14:02:39.709Z[ recovery-image] Sep 17 14:02:38.454 INFO O| Sep 17 14:02:38.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76322024-09-17T14:02:39.709Z[ recovery-image] Sep 17 14:02:38.454 INFO O| Sep 17 14:02:38.454 INFO STEP 1198 (remove_files) COMPLETE
76332024-09-17T14:02:39.712Z[ recovery-image] Sep 17 14:02:38.454 INFO O| Sep 17 14:02:38.454 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-09-17T14:02:39.719Z[ recovery-image] Sep 17 14:02:38.464 INFO O| Sep 17 14:02:38.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76352024-09-17T14:02:39.719Z[ recovery-image] Sep 17 14:02:38.464 INFO O| Sep 17 14:02:38.464 INFO STEP 1199 (remove_files) COMPLETE
76362024-09-17T14:02:39.722Z[ recovery-image] Sep 17 14:02:38.464 INFO O| Sep 17 14:02:38.464 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-09-17T14:02:39.729Z[ recovery-image] Sep 17 14:02:38.474 INFO O| Sep 17 14:02:38.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76382024-09-17T14:02:39.729Z[ recovery-image] Sep 17 14:02:38.474 INFO O| Sep 17 14:02:38.474 INFO STEP 1200 (remove_files) COMPLETE
76392024-09-17T14:02:39.729Z[ recovery-image] Sep 17 14:02:38.474 INFO O| Sep 17 14:02:38.474 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-09-17T14:02:39.740Z[ recovery-image] Sep 17 14:02:38.484 INFO O| Sep 17 14:02:38.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76412024-09-17T14:02:39.743Z[ recovery-image] Sep 17 14:02:38.484 INFO O| Sep 17 14:02:38.484 INFO STEP 1201 (remove_files) COMPLETE
76422024-09-17T14:02:39.743Z[ recovery-image] Sep 17 14:02:38.484 INFO O| Sep 17 14:02:38.484 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-09-17T14:02:39.749Z[ recovery-image] Sep 17 14:02:38.494 INFO O| Sep 17 14:02:38.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76442024-09-17T14:02:39.749Z[ recovery-image] Sep 17 14:02:38.494 INFO O| Sep 17 14:02:38.494 INFO STEP 1202 (remove_files) COMPLETE
76452024-09-17T14:02:39.749Z[ recovery-image] Sep 17 14:02:38.494 INFO O| Sep 17 14:02:38.494 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-09-17T14:02:39.758Z[ recovery-image] Sep 17 14:02:38.503 INFO O| Sep 17 14:02:38.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76472024-09-17T14:02:39.758Z[ recovery-image] Sep 17 14:02:38.503 INFO O| Sep 17 14:02:38.503 INFO STEP 1203 (remove_files) COMPLETE
76482024-09-17T14:02:39.758Z[ recovery-image] Sep 17 14:02:38.503 INFO O| Sep 17 14:02:38.503 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-09-17T14:02:39.768Z[ recovery-image] Sep 17 14:02:38.513 INFO O| Sep 17 14:02:38.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76502024-09-17T14:02:39.770Z[ recovery-image] Sep 17 14:02:38.513 INFO O| Sep 17 14:02:38.513 INFO STEP 1204 (remove_files) COMPLETE
76512024-09-17T14:02:39.770Z[ recovery-image] Sep 17 14:02:38.513 INFO O| Sep 17 14:02:38.513 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-09-17T14:02:39.777Z[ recovery-image] Sep 17 14:02:38.522 INFO O| Sep 17 14:02:38.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76532024-09-17T14:02:39.777Z[ recovery-image] Sep 17 14:02:38.522 INFO O| Sep 17 14:02:38.522 INFO STEP 1205 (remove_files) COMPLETE
76542024-09-17T14:02:39.782Z[ recovery-image] Sep 17 14:02:38.522 INFO O| Sep 17 14:02:38.522 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76552024-09-17T14:02:39.793Z[ recovery-image] Sep 17 14:02:38.537 INFO O| Sep 17 14:02:38.537 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76562024-09-17T14:02:39.793Z[ recovery-image] Sep 17 14:02:38.537 INFO O| Sep 17 14:02:38.537 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76572024-09-17T14:02:40.484Z[ recovery-image] Sep 17 14:02:39.228 INFO O| Sep 17 14:02:39.228 INFO STEP 1206 (pack_tar) COMPLETE
76582024-09-17T14:02:40.484Z[ recovery-image] Sep 17 14:02:39.228 INFO O| Sep 17 14:02:39.228 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76592024-09-17T14:02:40.484Z[ recovery-image] Sep 17 14:02:39.228 INFO O| Sep 17 14:02:39.228 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76602024-09-17T14:02:40.824Z[ recovery-image] Sep 17 14:02:39.568 INFO O| Sep 17 14:02:39.568 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76612024-09-17T14:02:40.904Z[ recovery-image] Sep 17 14:02:39.648 INFO O| Sep 17 14:02:39.648 INFO completed processing gimlet/ramdisk-03-recovery-trim
76622024-09-17T14:02:40.911Z[ recovery-image] Sep 17 14:02:39.655 INFO image builder template: zfs-recovery...
76632024-09-17T14:02:40.913Z[ recovery-image] Sep 17 14:02:39.655 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/.tmpUb1DXk/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
76642024-09-17T14:02:40.943Z[ recovery-image] Sep 17 14:02:39.688 INFO O| Sep 17 14:02:39.687 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76652024-09-17T14:02:40.947Z[ recovery-image] Sep 17 14:02:39.691 INFO O| Sep 17 14:02:39.691 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76662024-09-17T14:02:41.020Z[ recovery-image] Sep 17 14:02:39.764 INFO O| Sep 17 14:02:39.764 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76672024-09-17T14:02:41.082Z[ recovery-image] Sep 17 14:02:39.826 INFO O| Sep 17 14:02:39.826 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76682024-09-17T14:02:41.082Z[ recovery-image] Sep 17 14:02:39.827 INFO O| Sep 17 14:02:39.827 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76692024-09-17T14:02:41.086Z[ recovery-image] Sep 17 14:02:39.831 INFO O| Sep 17 14:02:39.831 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76702024-09-17T14:02:41.172Z[ recovery-image] Sep 17 14:02:39.917 INFO O| Sep 17 14:02:39.917 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76712024-09-17T14:02:41.276Z[ recovery-image] Sep 17 14:02:40.021 INFO O| Sep 17 14:02:40.020 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76722024-09-17T14:02:41.286Z[ recovery-image] Sep 17 14:02:40.030 INFO O| Sep 17 14:02:40.030 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76732024-09-17T14:02:41.291Z[ recovery-image] Sep 17 14:02:40.035 INFO O| Sep 17 14:02:40.035 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76742024-09-17T14:02:41.293Z[ recovery-image] Sep 17 14:02:40.037 INFO O| Sep 17 14:02:40.037 INFO no lofi found
76752024-09-17T14:02:41.293Z[ recovery-image] Sep 17 14:02:40.037 INFO O| Sep 17 14:02:40.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76762024-09-17T14:02:41.293Z[ recovery-image] Sep 17 14:02:40.037 INFO O| Sep 17 14:02:40.037 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76772024-09-17T14:02:43.265Z[ recovery-image] Sep 17 14:02:42.009 INFO O| Sep 17 14:02:42.009 INFO lofi device = /dev/dsk/c2t1d0p0
76782024-09-17T14:02:43.265Z[ recovery-image] Sep 17 14:02:42.009 INFO O| Sep 17 14:02:42.009 INFO pool device = /dev/dsk/c2t1d0p0
76792024-09-17T14:02:43.268Z[ recovery-image] Sep 17 14:02:42.010 INFO O| Sep 17 14:02:42.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
76802024-09-17T14:02:43.340Z[ recovery-image] Sep 17 14:02:42.084 INFO O| Sep 17 14:02:42.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76812024-09-17T14:02:43.340Z[ recovery-image] Sep 17 14:02:42.084 INFO O| Sep 17 14:02:42.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76822024-09-17T14:02:43.359Z[ recovery-image] Sep 17 14:02:42.104 INFO O| Sep 17 14:02:42.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76832024-09-17T14:02:43.418Z[ recovery-image] Sep 17 14:02:42.162 INFO O| Sep 17 14:02:42.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76842024-09-17T14:02:43.455Z[ recovery-image] Sep 17 14:02:42.199 INFO O| Sep 17 14:02:42.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76852024-09-17T14:02:43.467Z[ recovery-image] Sep 17 14:02:42.211 INFO O| Sep 17 14:02:42.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76862024-09-17T14:02:43.477Z[ recovery-image] Sep 17 14:02:42.221 INFO O| Sep 17 14:02:42.221 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76872024-09-17T14:02:43.520Z[ recovery-image] Sep 17 14:02:42.264 INFO O| Sep 17 14:02:42.264 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76882024-09-17T14:02:43.523Z[ recovery-image] Sep 17 14:02:42.265 INFO O| Sep 17 14:02:42.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76892024-09-17T14:02:43.523Z[ recovery-image] Sep 17 14:02:42.265 INFO O| Sep 17 14:02:42.265 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76902024-09-17T14:02:43.531Z[ recovery-image] Sep 17 14:02:42.275 INFO O| Sep 17 14:02:42.275 INFO boot environment UUID: 23a08110-1791-4444-bc18-f21a32963bc5
76912024-09-17T14:02:43.531Z[ recovery-image] Sep 17 14:02:42.275 INFO O| Sep 17 14:02:42.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 23a08110-1791-4444-bc18-f21a32963bc5
76922024-09-17T14:02:43.540Z[ recovery-image] Sep 17 14:02:42.285 INFO O| Sep 17 14:02:42.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76932024-09-17T14:02:43.549Z[ recovery-image] Sep 17 14:02:42.294 INFO O| Sep 17 14:02:42.294 INFO STEP 0 (create_be) COMPLETE
76942024-09-17T14:02:43.550Z[ recovery-image] Sep 17 14:02:42.294 INFO O| Sep 17 14:02:42.294 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76952024-09-17T14:02:43.565Z[ recovery-image] Sep 17 14:02:42.309 INFO O| Sep 17 14:02:42.309 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"]
76962024-09-17T14:02:44.766Z[ recovery-image] Sep 17 14:02:43.510 INFO O| Sep 17 14:02:43.510 INFO STEP 1 (unpack_tar) COMPLETE
76972024-09-17T14:02:44.766Z[ recovery-image] Sep 17 14:02:43.510 INFO O| Sep 17 14:02:43.510 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76982024-09-17T14:02:44.778Z[ recovery-image] Sep 17 14:02:43.522 INFO O| Sep 17 14:02:43.522 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76992024-09-17T14:02:44.958Z[ recovery-image] Sep 17 14:02:43.701 INFO O| Sep 17 14:02:43.701 INFO STEP 2 (devfsadm) COMPLETE
77002024-09-17T14:02:44.958Z[ recovery-image] Sep 17 14:02:43.701 INFO O| Sep 17 14:02:43.701 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77012024-09-17T14:02:44.969Z[ recovery-image] Sep 17 14:02:43.713 INFO O| Sep 17 14:02:43.713 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77022024-09-17T14:02:44.969Z[ recovery-image] Sep 17 14:02:43.713 INFO O| Sep 17 14:02:43.713 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77032024-09-17T14:02:44.969Z[ recovery-image] Sep 17 14:02:43.713 INFO O| Sep 17 14:02:43.713 INFO STEP 3 (ensure_dir) COMPLETE
77042024-09-17T14:02:44.971Z[ recovery-image] Sep 17 14:02:43.713 INFO O| Sep 17 14:02:43.713 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77052024-09-17T14:02:44.978Z[ recovery-image] Sep 17 14:02:43.723 INFO O| Sep 17 14:02:43.722 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77062024-09-17T14:02:44.978Z[ recovery-image] Sep 17 14:02:43.723 INFO O| Sep 17 14:02:43.723 INFO STEP 4 (ensure_dir) COMPLETE
77072024-09-17T14:02:44.981Z[ recovery-image] Sep 17 14:02:43.723 INFO O| Sep 17 14:02:43.723 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77082024-09-17T14:02:44.988Z[ recovery-image] Sep 17 14:02:43.732 INFO O| Sep 17 14:02:43.732 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77092024-09-17T14:02:44.991Z[ recovery-image] Sep 17 14:02:43.732 INFO O| Sep 17 14:02:43.732 INFO STEP 5 (ensure_dir) COMPLETE
77102024-09-17T14:02:44.991Z[ recovery-image] Sep 17 14:02:43.732 INFO O| Sep 17 14:02:43.732 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77112024-09-17T14:02:44.998Z[ recovery-image] Sep 17 14:02:43.742 INFO O| Sep 17 14:02:43.742 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77122024-09-17T14:02:45.000Z[ recovery-image] Sep 17 14:02:43.742 INFO O| Sep 17 14:02:43.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77132024-09-17T14:02:45.000Z[ recovery-image] Sep 17 14:02:43.742 INFO O| Sep 17 14:02:43.742 INFO STEP 6 (ensure_dir) COMPLETE
77142024-09-17T14:02:45.000Z[ recovery-image] Sep 17 14:02:43.742 INFO O| Sep 17 14:02:43.742 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77152024-09-17T14:02:45.008Z[ recovery-image] Sep 17 14:02:43.752 INFO O| Sep 17 14:02:43.752 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77162024-09-17T14:02:45.010Z[ recovery-image] Sep 17 14:02:43.752 INFO O| Sep 17 14:02:43.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77172024-09-17T14:02:45.010Z[ recovery-image] Sep 17 14:02:43.752 INFO O| Sep 17 14:02:43.752 INFO STEP 7 (ensure_dir) COMPLETE
77182024-09-17T14:02:45.010Z[ recovery-image] Sep 17 14:02:43.752 INFO O| Sep 17 14:02:43.752 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77192024-09-17T14:02:45.017Z[ recovery-image] Sep 17 14:02:43.761 INFO O| Sep 17 14:02:43.761 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77202024-09-17T14:02:45.020Z[ recovery-image] Sep 17 14:02:43.762 INFO O| Sep 17 14:02:43.762 INFO STEP 8 (remove_files) COMPLETE
77212024-09-17T14:02:45.020Z[ recovery-image] Sep 17 14:02:43.762 INFO O| Sep 17 14:02:43.762 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77222024-09-17T14:02:45.027Z[ recovery-image] Sep 17 14:02:43.771 INFO O| Sep 17 14:02:43.771 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77232024-09-17T14:02:45.030Z[ recovery-image] Sep 17 14:02:43.772 INFO O| Sep 17 14:02:43.772 INFO STEP 9 (remove_files) COMPLETE
77242024-09-17T14:02:45.030Z[ recovery-image] Sep 17 14:02:43.772 INFO O| Sep 17 14:02:43.772 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77252024-09-17T14:02:45.037Z[ recovery-image] Sep 17 14:02:43.781 INFO O| Sep 17 14:02:43.781 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77262024-09-17T14:02:45.040Z[ recovery-image] Sep 17 14:02:43.782 INFO O| Sep 17 14:02:43.782 INFO STEP 10 (remove_files) COMPLETE
77272024-09-17T14:02:45.040Z[ recovery-image] Sep 17 14:02:43.782 INFO O| Sep 17 14:02:43.782 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77282024-09-17T14:02:45.047Z[ recovery-image] Sep 17 14:02:43.792 INFO O| Sep 17 14:02:43.792 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77292024-09-17T14:02:45.050Z[ recovery-image] Sep 17 14:02:43.792 INFO O| Sep 17 14:02:43.792 INFO STEP 11 (remove_files) COMPLETE
77302024-09-17T14:02:45.050Z[ recovery-image] Sep 17 14:02:43.792 INFO O| Sep 17 14:02:43.792 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77312024-09-17T14:02:45.058Z[ recovery-image] Sep 17 14:02:43.802 INFO O| Sep 17 14:02:43.802 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77322024-09-17T14:02:45.060Z[ recovery-image] Sep 17 14:02:43.802 INFO O| Sep 17 14:02:43.802 INFO STEP 12 (remove_files) COMPLETE
77332024-09-17T14:02:45.060Z[ recovery-image] Sep 17 14:02:43.802 INFO O| Sep 17 14:02:43.802 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-09-17T14:02:45.068Z[ recovery-image] Sep 17 14:02:43.812 INFO O| Sep 17 14:02:43.812 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77352024-09-17T14:02:45.070Z[ recovery-image] Sep 17 14:02:43.812 INFO O| Sep 17 14:02:43.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77362024-09-17T14:02:45.070Z[ recovery-image] Sep 17 14:02:43.812 INFO O| Sep 17 14:02:43.812 INFO STEP 13 (ensure_dir) COMPLETE
77372024-09-17T14:02:45.070Z[ recovery-image] Sep 17 14:02:43.812 INFO O| Sep 17 14:02:43.812 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77382024-09-17T14:02:45.078Z[ recovery-image] Sep 17 14:02:43.822 INFO O| Sep 17 14:02:43.822 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77392024-09-17T14:02:45.078Z[ recovery-image] Sep 17 14:02:43.822 INFO O| Sep 17 14:02:43.822 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77402024-09-17T14:02:45.081Z[ recovery-image] Sep 17 14:02:43.822 INFO O| Sep 17 14:02:43.822 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77412024-09-17T14:02:45.081Z[ recovery-image] Sep 17 14:02:43.822 INFO O| Sep 17 14:02:43.822 INFO STEP 14 (ensure_dir) COMPLETE
77422024-09-17T14:02:45.081Z[ recovery-image] Sep 17 14:02:43.822 INFO O| Sep 17 14:02:43.822 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77432024-09-17T14:02:45.088Z[ recovery-image] Sep 17 14:02:43.832 INFO O| Sep 17 14:02:43.832 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77442024-09-17T14:02:45.091Z[ recovery-image] Sep 17 14:02:43.832 INFO O| Sep 17 14:02:43.832 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77452024-09-17T14:02:45.091Z[ recovery-image] Sep 17 14:02:43.832 INFO O| Sep 17 14:02:43.832 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77462024-09-17T14:02:45.091Z[ recovery-image] Sep 17 14:02:43.832 INFO O| Sep 17 14:02:43.832 INFO STEP 15 (ensure_dir) COMPLETE
77472024-09-17T14:02:45.091Z[ recovery-image] Sep 17 14:02:43.832 INFO O| Sep 17 14:02:43.832 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-17T14:02:45.097Z[ recovery-image] Sep 17 14:02:43.841 INFO O| Sep 17 14:02:43.841 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77492024-09-17T14:02:45.097Z[ recovery-image] Sep 17 14:02:43.841 INFO O| Sep 17 14:02:43.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77502024-09-17T14:02:45.100Z[ recovery-image] Sep 17 14:02:43.841 INFO O| Sep 17 14:02:43.841 INFO STEP 16 (ensure_dir) COMPLETE
77512024-09-17T14:02:45.100Z[ recovery-image] Sep 17 14:02:43.841 INFO O| Sep 17 14:02:43.841 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77522024-09-17T14:02:45.108Z[ recovery-image] Sep 17 14:02:43.852 INFO O| Sep 17 14:02:43.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77532024-09-17T14:02:45.110Z[ recovery-image] Sep 17 14:02:43.852 INFO O| Sep 17 14:02:43.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77542024-09-17T14:02:45.110Z[ recovery-image] Sep 17 14:02:43.852 INFO O| Sep 17 14:02:43.852 INFO STEP 17 (ensure_dir) COMPLETE
77552024-09-17T14:02:45.110Z[ recovery-image] Sep 17 14:02:43.852 INFO O| Sep 17 14:02:43.852 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77562024-09-17T14:02:45.118Z[ recovery-image] Sep 17 14:02:43.862 INFO O| Sep 17 14:02:43.862 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77572024-09-17T14:02:45.120Z[ recovery-image] Sep 17 14:02:43.862 INFO O| Sep 17 14:02:43.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77582024-09-17T14:02:45.120Z[ recovery-image] Sep 17 14:02:43.862 INFO O| Sep 17 14:02:43.862 INFO ok!
77592024-09-17T14:02:45.120Z[ recovery-image] Sep 17 14:02:43.862 INFO O| Sep 17 14:02:43.862 INFO STEP 18 (ensure_symlink) COMPLETE
77602024-09-17T14:02:45.120Z[ recovery-image] Sep 17 14:02:43.862 INFO O| Sep 17 14:02:43.862 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77612024-09-17T14:02:45.128Z[ recovery-image] Sep 17 14:02:43.872 INFO O| Sep 17 14:02:43.872 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77622024-09-17T14:02:45.130Z[ recovery-image] Sep 17 14:02:43.872 INFO O| Sep 17 14:02:43.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77632024-09-17T14:02:45.130Z[ recovery-image] Sep 17 14:02:43.872 INFO O| Sep 17 14:02:43.872 INFO ok!
77642024-09-17T14:02:45.130Z[ recovery-image] Sep 17 14:02:43.872 INFO O| Sep 17 14:02:43.872 INFO STEP 19 (ensure_file) COMPLETE
77652024-09-17T14:02:45.130Z[ recovery-image] Sep 17 14:02:43.872 INFO O| Sep 17 14:02:43.872 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77662024-09-17T14:02:45.130Z[ host-image] Sep 17 14:02:43.873 INFO O| Sep 17 14:02:43.873 INFO O| Download: 21868/22728 items 188.3/196.4MB 95% complete (1.4M/s)
77672024-09-17T14:02:45.138Z[ recovery-image] Sep 17 14:02:43.882 INFO O| Sep 17 14:02:43.881 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77682024-09-17T14:02:45.138Z[ recovery-image] Sep 17 14:02:43.882 INFO O| Sep 17 14:02:43.882 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77692024-09-17T14:02:45.140Z[ recovery-image] Sep 17 14:02:43.882 INFO O| Sep 17 14:02:43.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77702024-09-17T14:02:45.140Z[ recovery-image] Sep 17 14:02:43.882 INFO O| Sep 17 14:02:43.882 INFO ok!
77712024-09-17T14:02:45.140Z[ recovery-image] Sep 17 14:02:43.882 INFO O| Sep 17 14:02:43.882 INFO STEP 20 (ensure_symlink) COMPLETE
77722024-09-17T14:02:45.140Z[ recovery-image] Sep 17 14:02:43.882 INFO O| Sep 17 14:02:43.882 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77732024-09-17T14:02:45.148Z[ recovery-image] Sep 17 14:02:43.892 INFO O| Sep 17 14:02:43.892 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77742024-09-17T14:02:45.148Z[ recovery-image] Sep 17 14:02:43.892 INFO O| Sep 17 14:02:43.892 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77752024-09-17T14:02:45.150Z[ recovery-image] Sep 17 14:02:43.892 INFO O| Sep 17 14:02:43.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77762024-09-17T14:02:45.150Z[ recovery-image] Sep 17 14:02:43.892 INFO O| Sep 17 14:02:43.892 INFO ok!
77772024-09-17T14:02:45.150Z[ recovery-image] Sep 17 14:02:43.892 INFO O| Sep 17 14:02:43.892 INFO STEP 21 (ensure_symlink) COMPLETE
77782024-09-17T14:02:45.150Z[ recovery-image] Sep 17 14:02:43.892 INFO O| Sep 17 14:02:43.892 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77792024-09-17T14:02:45.158Z[ recovery-image] Sep 17 14:02:43.902 INFO O| Sep 17 14:02:43.902 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77802024-09-17T14:02:45.158Z[ recovery-image] Sep 17 14:02:43.902 INFO O| Sep 17 14:02:43.902 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77812024-09-17T14:02:45.162Z[ recovery-image] Sep 17 14:02:43.902 INFO O| Sep 17 14:02:43.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77822024-09-17T14:02:45.162Z[ recovery-image] Sep 17 14:02:43.902 INFO O| Sep 17 14:02:43.902 INFO ok!
77832024-09-17T14:02:45.162Z[ recovery-image] Sep 17 14:02:43.902 INFO O| Sep 17 14:02:43.902 INFO STEP 22 (ensure_symlink) COMPLETE
77842024-09-17T14:02:45.162Z[ recovery-image] Sep 17 14:02:43.902 INFO O| Sep 17 14:02:43.902 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77852024-09-17T14:02:45.168Z[ recovery-image] Sep 17 14:02:43.912 INFO O| Sep 17 14:02:43.912 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77862024-09-17T14:02:45.171Z[ recovery-image] Sep 17 14:02:43.912 INFO O| Sep 17 14:02:43.912 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77872024-09-17T14:02:45.171Z[ recovery-image] Sep 17 14:02:43.912 INFO O| Sep 17 14:02:43.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77882024-09-17T14:02:45.171Z[ recovery-image] Sep 17 14:02:43.913 INFO O| Sep 17 14:02:43.912 INFO ok!
77892024-09-17T14:02:45.171Z[ recovery-image] Sep 17 14:02:43.913 INFO O| Sep 17 14:02:43.912 INFO STEP 23 (ensure_symlink) COMPLETE
77902024-09-17T14:02:45.171Z[ recovery-image] Sep 17 14:02:43.913 INFO O| Sep 17 14:02:43.913 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77912024-09-17T14:02:45.178Z[ recovery-image] Sep 17 14:02:43.922 INFO O| Sep 17 14:02:43.922 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77922024-09-17T14:02:45.178Z[ recovery-image] Sep 17 14:02:43.923 INFO O| Sep 17 14:02:43.922 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 ...
77932024-09-17T14:02:45.181Z[ recovery-image] Sep 17 14:02:43.923 INFO O| Sep 17 14:02:43.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77942024-09-17T14:02:45.181Z[ recovery-image] Sep 17 14:02:43.923 INFO O| Sep 17 14:02:43.923 INFO ok!
77952024-09-17T14:02:45.181Z[ recovery-image] Sep 17 14:02:43.923 INFO O| Sep 17 14:02:43.923 INFO STEP 24 (ensure_file) COMPLETE
77962024-09-17T14:02:45.181Z[ recovery-image] Sep 17 14:02:43.923 INFO O| Sep 17 14:02:43.923 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77972024-09-17T14:02:45.189Z[ recovery-image] Sep 17 14:02:43.933 INFO O| Sep 17 14:02:43.933 INFO updating shadow file
77982024-09-17T14:02:45.191Z[ recovery-image] Sep 17 14:02:43.933 INFO O| Sep 17 14:02:43.933 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77992024-09-17T14:02:45.191Z[ recovery-image] Sep 17 14:02:43.933 INFO O| Sep 17 14:02:43.933 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78002024-09-17T14:02:45.191Z[ recovery-image] Sep 17 14:02:43.933 INFO O| Sep 17 14:02:43.933 INFO STEP 25 (shadow) COMPLETE
78012024-09-17T14:02:45.191Z[ recovery-image] Sep 17 14:02:43.933 INFO O| Sep 17 14:02:43.933 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78022024-09-17T14:02:45.199Z[ recovery-image] Sep 17 14:02:43.943 INFO O| Sep 17 14:02:43.943 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78032024-09-17T14:02:45.199Z[ recovery-image] Sep 17 14:02:43.943 INFO O| Sep 17 14:02:43.943 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78042024-09-17T14:02:45.201Z[ recovery-image] Sep 17 14:02:43.943 INFO O| Sep 17 14:02:43.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78052024-09-17T14:02:45.201Z[ recovery-image] Sep 17 14:02:43.943 INFO O| Sep 17 14:02:43.943 INFO ok!
78062024-09-17T14:02:45.201Z[ recovery-image] Sep 17 14:02:43.943 INFO O| Sep 17 14:02:43.943 INFO STEP 26 (ensure_file) COMPLETE
78072024-09-17T14:02:45.201Z[ recovery-image] Sep 17 14:02:43.943 INFO O| Sep 17 14:02:43.943 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78082024-09-17T14:02:45.209Z[ recovery-image] Sep 17 14:02:43.953 INFO O| Sep 17 14:02:43.953 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78092024-09-17T14:02:45.209Z[ recovery-image] Sep 17 14:02:43.953 INFO O| Sep 17 14:02:43.953 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78102024-09-17T14:02:45.211Z[ recovery-image] Sep 17 14:02:43.953 INFO O| Sep 17 14:02:43.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78112024-09-17T14:02:45.211Z[ recovery-image] Sep 17 14:02:43.953 INFO O| Sep 17 14:02:43.953 INFO ok!
78122024-09-17T14:02:45.211Z[ recovery-image] Sep 17 14:02:43.953 INFO O| Sep 17 14:02:43.953 INFO STEP 27 (ensure_file) COMPLETE
78132024-09-17T14:02:45.212Z[ recovery-image] Sep 17 14:02:43.953 INFO O| Sep 17 14:02:43.953 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78142024-09-17T14:02:45.219Z[ recovery-image] Sep 17 14:02:43.963 INFO O| Sep 17 14:02:43.963 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78152024-09-17T14:02:45.222Z[ recovery-image] Sep 17 14:02:43.963 INFO O| Sep 17 14:02:43.963 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78162024-09-17T14:02:45.222Z[ recovery-image] Sep 17 14:02:43.963 INFO O| Sep 17 14:02:43.963 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78172024-09-17T14:02:45.222Z[ recovery-image] Sep 17 14:02:43.963 INFO O| Sep 17 14:02:43.963 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78182024-09-17T14:02:45.222Z[ recovery-image] Sep 17 14:02:43.963 INFO O| Sep 17 14:02:43.963 INFO ok!
78192024-09-17T14:02:45.222Z[ recovery-image] Sep 17 14:02:43.963 INFO O| Sep 17 14:02:43.963 INFO STEP 28 (ensure_file) COMPLETE
78202024-09-17T14:02:45.222Z[ recovery-image] Sep 17 14:02:43.963 INFO O| Sep 17 14:02:43.963 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78212024-09-17T14:02:45.229Z[ recovery-image] Sep 17 14:02:43.973 INFO O| Sep 17 14:02:43.973 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78222024-09-17T14:02:45.229Z[ recovery-image] Sep 17 14:02:43.973 INFO O| Sep 17 14:02:43.973 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78232024-09-17T14:02:45.229Z[ recovery-image] Sep 17 14:02:43.973 INFO O| Sep 17 14:02:43.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78242024-09-17T14:02:45.229Z[ recovery-image] Sep 17 14:02:43.973 INFO O| Sep 17 14:02:43.973 INFO ok!
78252024-09-17T14:02:45.231Z[ recovery-image] Sep 17 14:02:43.973 INFO O| Sep 17 14:02:43.973 INFO STEP 29 (ensure_file) COMPLETE
78262024-09-17T14:02:45.231Z[ recovery-image] Sep 17 14:02:43.973 INFO O| Sep 17 14:02:43.973 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78272024-09-17T14:02:45.240Z[ recovery-image] Sep 17 14:02:43.983 INFO O| Sep 17 14:02:43.983 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78282024-09-17T14:02:45.240Z[ recovery-image] Sep 17 14:02:43.983 INFO O| Sep 17 14:02:43.983 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78292024-09-17T14:02:45.243Z[ recovery-image] Sep 17 14:02:43.983 INFO O| Sep 17 14:02:43.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78302024-09-17T14:02:45.243Z[ recovery-image] Sep 17 14:02:43.983 INFO O| Sep 17 14:02:43.983 INFO ok!
78312024-09-17T14:02:45.243Z[ recovery-image] Sep 17 14:02:43.983 INFO O| Sep 17 14:02:43.983 INFO STEP 30 (ensure_file) COMPLETE
78322024-09-17T14:02:45.243Z[ recovery-image] Sep 17 14:02:43.983 INFO O| Sep 17 14:02:43.983 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78332024-09-17T14:02:45.250Z[ recovery-image] Sep 17 14:02:43.993 INFO O| Sep 17 14:02:43.993 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78342024-09-17T14:02:45.250Z[ recovery-image] Sep 17 14:02:43.993 INFO O| Sep 17 14:02:43.993 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78352024-09-17T14:02:45.253Z[ recovery-image] Sep 17 14:02:43.993 INFO O| Sep 17 14:02:43.993 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78362024-09-17T14:02:45.253Z[ recovery-image] Sep 17 14:02:43.993 INFO O| Sep 17 14:02:43.993 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78372024-09-17T14:02:45.253Z[ recovery-image] Sep 17 14:02:43.993 INFO O| Sep 17 14:02:43.993 INFO ok!
78382024-09-17T14:02:45.253Z[ recovery-image] Sep 17 14:02:43.993 INFO O| Sep 17 14:02:43.993 INFO STEP 31 (ensure_file) COMPLETE
78392024-09-17T14:02:45.253Z[ recovery-image] Sep 17 14:02:43.993 INFO O| Sep 17 14:02:43.993 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78402024-09-17T14:02:45.259Z[ recovery-image] Sep 17 14:02:44.003 INFO O| Sep 17 14:02:44.003 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78412024-09-17T14:02:45.259Z[ recovery-image] Sep 17 14:02:44.003 INFO O| Sep 17 14:02:44.003 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78422024-09-17T14:02:45.262Z[ recovery-image] Sep 17 14:02:44.004 INFO O| Sep 17 14:02:44.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78432024-09-17T14:02:45.262Z[ recovery-image] Sep 17 14:02:44.004 INFO O| Sep 17 14:02:44.004 INFO ok!
78442024-09-17T14:02:45.262Z[ recovery-image] Sep 17 14:02:44.004 INFO O| Sep 17 14:02:44.004 INFO STEP 32 (ensure_file) COMPLETE
78452024-09-17T14:02:45.262Z[ recovery-image] Sep 17 14:02:44.004 INFO O| Sep 17 14:02:44.004 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78462024-09-17T14:02:45.271Z[ recovery-image] Sep 17 14:02:44.015 INFO O| Sep 17 14:02:44.015 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78472024-09-17T14:02:45.273Z[ recovery-image] Sep 17 14:02:44.015 INFO O| Sep 17 14:02:44.015 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78482024-09-17T14:02:45.273Z[ recovery-image] Sep 17 14:02:44.015 INFO O| Sep 17 14:02:44.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78492024-09-17T14:02:45.273Z[ recovery-image] Sep 17 14:02:44.015 INFO O| Sep 17 14:02:44.015 INFO ok!
78502024-09-17T14:02:45.274Z[ recovery-image] Sep 17 14:02:44.015 INFO O| Sep 17 14:02:44.015 INFO STEP 33 (ensure_file) COMPLETE
78512024-09-17T14:02:45.274Z[ recovery-image] Sep 17 14:02:44.015 INFO O| Sep 17 14:02:44.015 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78522024-09-17T14:02:45.281Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78532024-09-17T14:02:45.281Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78542024-09-17T14:02:45.284Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78552024-09-17T14:02:45.284Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78562024-09-17T14:02:45.284Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78572024-09-17T14:02:45.284Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78582024-09-17T14:02:45.284Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO ok!
78592024-09-17T14:02:45.284Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO STEP 34 (ensure_file) COMPLETE
78602024-09-17T14:02:45.284Z[ recovery-image] Sep 17 14:02:44.025 INFO O| Sep 17 14:02:44.025 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78612024-09-17T14:02:45.291Z[ recovery-image] Sep 17 14:02:44.035 INFO O| Sep 17 14:02:44.035 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78622024-09-17T14:02:45.294Z[ recovery-image] Sep 17 14:02:44.035 INFO O| Sep 17 14:02:44.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78632024-09-17T14:02:45.294Z[ recovery-image] Sep 17 14:02:44.035 INFO O| Sep 17 14:02:44.035 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78642024-09-17T14:02:45.294Z[ recovery-image] Sep 17 14:02:44.036 INFO O| Sep 17 14:02:44.035 INFO STEP 35 (ensure_dir) COMPLETE
78652024-09-17T14:02:45.294Z[ recovery-image] Sep 17 14:02:44.036 INFO O| Sep 17 14:02:44.035 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78662024-09-17T14:02:45.302Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 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
78672024-09-17T14:02:45.302Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 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 ...
78682024-09-17T14:02:45.305Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 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
78692024-09-17T14:02:45.305Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 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
78702024-09-17T14:02:45.305Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 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
78712024-09-17T14:02:45.305Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 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
78722024-09-17T14:02:45.305Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 INFO ok!
78732024-09-17T14:02:45.305Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 INFO STEP 36 (ensure_file) COMPLETE
78742024-09-17T14:02:45.305Z[ recovery-image] Sep 17 14:02:44.046 INFO O| Sep 17 14:02:44.046 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78752024-09-17T14:02:45.312Z[ recovery-image] Sep 17 14:02:44.056 INFO O| Sep 17 14:02:44.056 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78762024-09-17T14:02:45.312Z[ recovery-image] Sep 17 14:02:44.056 INFO O| Sep 17 14:02:44.056 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 ...
78772024-09-17T14:02:45.314Z[ recovery-image] Sep 17 14:02:44.056 INFO O| Sep 17 14:02:44.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78782024-09-17T14:02:45.314Z[ recovery-image] Sep 17 14:02:44.056 INFO O| Sep 17 14:02:44.056 INFO ok!
78792024-09-17T14:02:45.314Z[ recovery-image] Sep 17 14:02:44.056 INFO O| Sep 17 14:02:44.056 INFO STEP 37 (ensure_symlink) COMPLETE
78802024-09-17T14:02:45.314Z[ recovery-image] Sep 17 14:02:44.056 INFO O| Sep 17 14:02:44.056 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78812024-09-17T14:02:45.322Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78822024-09-17T14:02:45.322Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78832024-09-17T14:02:45.324Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78842024-09-17T14:02:45.324Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78852024-09-17T14:02:45.324Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78862024-09-17T14:02:45.324Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78872024-09-17T14:02:45.324Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO ok!
78882024-09-17T14:02:45.324Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO STEP 38 (ensure_file) COMPLETE
78892024-09-17T14:02:45.324Z[ recovery-image] Sep 17 14:02:44.066 INFO O| Sep 17 14:02:44.066 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78902024-09-17T14:02:45.332Z[ recovery-image] Sep 17 14:02:44.076 INFO O| Sep 17 14:02:44.076 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78912024-09-17T14:02:45.332Z[ recovery-image] Sep 17 14:02:44.076 INFO O| Sep 17 14:02:44.076 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 ...
78922024-09-17T14:02:45.335Z[ recovery-image] Sep 17 14:02:44.076 INFO O| Sep 17 14:02:44.076 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
78932024-09-17T14:02:45.335Z[ recovery-image] Sep 17 14:02:44.076 INFO O| Sep 17 14:02:44.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78942024-09-17T14:02:45.335Z[ recovery-image] Sep 17 14:02:44.076 INFO O| Sep 17 14:02:44.076 INFO ok!
78952024-09-17T14:02:45.335Z[ recovery-image] Sep 17 14:02:44.076 INFO O| Sep 17 14:02:44.076 INFO STEP 39 (ensure_file) COMPLETE
78962024-09-17T14:02:45.335Z[ recovery-image] Sep 17 14:02:44.076 INFO O| Sep 17 14:02:44.076 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78972024-09-17T14:02:45.342Z[ recovery-image] Sep 17 14:02:44.086 INFO O| Sep 17 14:02:44.086 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78982024-09-17T14:02:45.344Z[ recovery-image] Sep 17 14:02:44.086 INFO O| Sep 17 14:02:44.086 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78992024-09-17T14:02:45.344Z[ recovery-image] Sep 17 14:02:44.086 INFO O| Sep 17 14:02:44.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79002024-09-17T14:02:45.345Z[ recovery-image] Sep 17 14:02:44.086 INFO O| Sep 17 14:02:44.086 INFO ok!
79012024-09-17T14:02:45.345Z[ recovery-image] Sep 17 14:02:44.086 INFO O| Sep 17 14:02:44.086 INFO STEP 40 (ensure_file) COMPLETE
79022024-09-17T14:02:45.345Z[ recovery-image] Sep 17 14:02:44.086 INFO O| Sep 17 14:02:44.086 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79032024-09-17T14:02:45.352Z[ recovery-image] Sep 17 14:02:44.096 INFO O| Sep 17 14:02:44.096 INFO updating shadow file
79042024-09-17T14:02:45.354Z[ recovery-image] Sep 17 14:02:44.096 INFO O| Sep 17 14:02:44.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79052024-09-17T14:02:45.354Z[ recovery-image] Sep 17 14:02:44.096 INFO O| Sep 17 14:02:44.096 INFO STEP 41 (shadow) COMPLETE
79062024-09-17T14:02:45.354Z[ recovery-image] Sep 17 14:02:44.096 INFO O| Sep 17 14:02:44.096 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79072024-09-17T14:02:45.362Z[ recovery-image] Sep 17 14:02:44.106 INFO O| Sep 17 14:02:44.106 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79082024-09-17T14:02:45.362Z[ recovery-image] Sep 17 14:02:44.106 INFO O| Sep 17 14:02:44.106 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79092024-09-17T14:02:45.365Z[ recovery-image] Sep 17 14:02:44.106 INFO O| Sep 17 14:02:44.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79102024-09-17T14:02:45.365Z[ recovery-image] Sep 17 14:02:44.106 INFO O| Sep 17 14:02:44.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79112024-09-17T14:02:45.365Z[ recovery-image] Sep 17 14:02:44.106 INFO O| Sep 17 14:02:44.106 INFO ok!
79122024-09-17T14:02:45.365Z[ recovery-image] Sep 17 14:02:44.106 INFO O| Sep 17 14:02:44.106 INFO STEP 42 (ensure_file) COMPLETE
79132024-09-17T14:02:45.365Z[ recovery-image] Sep 17 14:02:44.106 INFO O| Sep 17 14:02:44.106 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79142024-09-17T14:02:45.372Z[ recovery-image] Sep 17 14:02:44.116 INFO O| Sep 17 14:02:44.116 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79152024-09-17T14:02:45.372Z[ recovery-image] Sep 17 14:02:44.116 INFO O| Sep 17 14:02:44.116 INFO STEP 43 (ensure_dir) COMPLETE
79162024-09-17T14:02:45.374Z[ recovery-image] Sep 17 14:02:44.116 INFO O| Sep 17 14:02:44.116 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79172024-09-17T14:02:45.381Z[ recovery-image] Sep 17 14:02:44.125 INFO O| Sep 17 14:02:44.125 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79182024-09-17T14:02:45.381Z[ recovery-image] Sep 17 14:02:44.125 INFO O| Sep 17 14:02:44.125 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79192024-09-17T14:02:45.384Z[ recovery-image] Sep 17 14:02:44.125 INFO O| Sep 17 14:02:44.125 INFO STEP 44 (ensure_dir) COMPLETE
79202024-09-17T14:02:45.384Z[ recovery-image] Sep 17 14:02:44.125 INFO O| Sep 17 14:02:44.125 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79212024-09-17T14:02:45.391Z[ recovery-image] Sep 17 14:02:44.135 INFO O| Sep 17 14:02:44.135 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79222024-09-17T14:02:45.394Z[ recovery-image] Sep 17 14:02:44.135 INFO O| Sep 17 14:02:44.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79232024-09-17T14:02:45.394Z[ recovery-image] Sep 17 14:02:44.136 INFO O| Sep 17 14:02:44.135 INFO STEP 45 (ensure_dir) COMPLETE
79242024-09-17T14:02:45.394Z[ recovery-image] Sep 17 14:02:44.136 INFO O| Sep 17 14:02:44.135 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79252024-09-17T14:02:45.401Z[ recovery-image] Sep 17 14:02:44.145 INFO O| Sep 17 14:02:44.145 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79262024-09-17T14:02:45.401Z[ recovery-image] Sep 17 14:02:44.145 INFO O| Sep 17 14:02:44.145 INFO copying /tmp/.tmpUb1DXk/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79272024-09-17T14:02:45.429Z[ recovery-image] Sep 17 14:02:44.173 INFO O| Sep 17 14:02:44.173 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79282024-09-17T14:02:45.429Z[ recovery-image] Sep 17 14:02:44.173 INFO O| Sep 17 14:02:44.173 INFO ok!
79292024-09-17T14:02:45.432Z[ recovery-image] Sep 17 14:02:44.173 INFO O| Sep 17 14:02:44.173 INFO STEP 46 (ensure_file) COMPLETE
79302024-09-17T14:02:45.432Z[ recovery-image] Sep 17 14:02:44.173 INFO O| Sep 17 14:02:44.173 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79312024-09-17T14:02:45.440Z[ recovery-image] Sep 17 14:02:44.184 INFO O| Sep 17 14:02:44.184 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79322024-09-17T14:02:45.442Z[ recovery-image] Sep 17 14:02:44.184 INFO O| Sep 17 14:02:44.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79332024-09-17T14:02:45.442Z[ recovery-image] Sep 17 14:02:44.184 INFO O| Sep 17 14:02:44.184 INFO STEP 47 (ensure_dir) COMPLETE
79342024-09-17T14:02:45.442Z[ recovery-image] Sep 17 14:02:44.184 INFO O| Sep 17 14:02:44.184 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79352024-09-17T14:02:45.449Z[ recovery-image] Sep 17 14:02:44.193 INFO O| Sep 17 14:02:44.193 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79362024-09-17T14:02:45.450Z[ recovery-image] Sep 17 14:02:44.194 INFO O| Sep 17 14:02:44.193 INFO copying /tmp/.tmpUb1DXk/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79372024-09-17T14:02:45.452Z[ recovery-image] Sep 17 14:02:44.194 INFO O| Sep 17 14:02:44.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79382024-09-17T14:02:45.452Z[ recovery-image] Sep 17 14:02:44.194 INFO O| Sep 17 14:02:44.194 INFO ok!
79392024-09-17T14:02:45.452Z[ recovery-image] Sep 17 14:02:44.194 INFO O| Sep 17 14:02:44.194 INFO STEP 48 (ensure_file) COMPLETE
79402024-09-17T14:02:45.452Z[ recovery-image] Sep 17 14:02:44.194 INFO O| Sep 17 14:02:44.194 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79412024-09-17T14:02:45.460Z[ recovery-image] Sep 17 14:02:44.204 INFO O| Sep 17 14:02:44.204 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79422024-09-17T14:02:45.460Z[ recovery-image] Sep 17 14:02:44.204 INFO O| Sep 17 14:02:44.204 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79432024-09-17T14:02:45.460Z[ recovery-image] Sep 17 14:02:44.204 INFO O| Sep 17 14:02:44.204 INFO STEP 49 (ensure_dir) COMPLETE
79442024-09-17T14:02:45.460Z[ recovery-image] Sep 17 14:02:44.204 INFO O| Sep 17 14:02:44.204 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79452024-09-17T14:02:45.470Z[ recovery-image] Sep 17 14:02:44.214 INFO O| Sep 17 14:02:44.213 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79462024-09-17T14:02:45.472Z[ recovery-image] Sep 17 14:02:44.214 INFO O| Sep 17 14:02:44.213 INFO copying /tmp/.tmpUb1DXk/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79472024-09-17T14:02:45.484Z[ recovery-image] Sep 17 14:02:44.228 INFO O| Sep 17 14:02:44.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79482024-09-17T14:02:45.484Z[ recovery-image] Sep 17 14:02:44.228 INFO O| Sep 17 14:02:44.228 INFO ok!
79492024-09-17T14:02:45.486Z[ recovery-image] Sep 17 14:02:44.228 INFO O| Sep 17 14:02:44.228 INFO STEP 50 (ensure_file) COMPLETE
79502024-09-17T14:02:45.486Z[ recovery-image] Sep 17 14:02:44.228 INFO O| Sep 17 14:02:44.228 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79512024-09-17T14:02:45.494Z[ recovery-image] Sep 17 14:02:44.238 INFO O| Sep 17 14:02:44.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79522024-09-17T14:02:45.494Z[ recovery-image] Sep 17 14:02:44.238 INFO O| Sep 17 14:02:44.238 INFO copying /tmp/.tmpUb1DXk/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79532024-09-17T14:02:45.691Z[ recovery-image] Sep 17 14:02:44.434 INFO O| Sep 17 14:02:44.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79542024-09-17T14:02:45.691Z[ recovery-image] Sep 17 14:02:44.434 INFO O| Sep 17 14:02:44.434 INFO ok!
79552024-09-17T14:02:45.694Z[ recovery-image] Sep 17 14:02:44.434 INFO O| Sep 17 14:02:44.434 INFO STEP 51 (ensure_file) COMPLETE
79562024-09-17T14:02:45.694Z[ recovery-image] Sep 17 14:02:44.434 INFO O| Sep 17 14:02:44.434 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79572024-09-17T14:02:45.703Z[ recovery-image] Sep 17 14:02:44.447 INFO O| Sep 17 14:02:44.447 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79582024-09-17T14:02:45.706Z[ recovery-image] Sep 17 14:02:44.447 INFO O| Sep 17 14:02:44.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79592024-09-17T14:02:45.706Z[ recovery-image] Sep 17 14:02:44.447 INFO O| Sep 17 14:02:44.447 INFO STEP 52 (ensure_dir) COMPLETE
79602024-09-17T14:02:45.706Z[ recovery-image] Sep 17 14:02:44.447 INFO O| Sep 17 14:02:44.447 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79612024-09-17T14:02:45.715Z[ recovery-image] Sep 17 14:02:44.458 INFO O| Sep 17 14:02:44.458 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79622024-09-17T14:02:45.715Z[ recovery-image] Sep 17 14:02:44.458 INFO O| Sep 17 14:02:44.458 INFO copying /tmp/.tmpUb1DXk/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 ...
79632024-09-17T14:02:45.718Z[ recovery-image] Sep 17 14:02:44.458 INFO O| Sep 17 14:02:44.458 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
79642024-09-17T14:02:45.718Z[ recovery-image] Sep 17 14:02:44.458 INFO O| Sep 17 14:02:44.458 INFO ok!
79652024-09-17T14:02:45.718Z[ recovery-image] Sep 17 14:02:44.458 INFO O| Sep 17 14:02:44.458 INFO STEP 53 (ensure_file) COMPLETE
79662024-09-17T14:02:45.718Z[ recovery-image] Sep 17 14:02:44.458 INFO O| Sep 17 14:02:44.458 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79672024-09-17T14:02:45.728Z[ recovery-image] Sep 17 14:02:44.470 INFO O| Sep 17 14:02:44.469 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79682024-09-17T14:02:45.728Z[ recovery-image] Sep 17 14:02:44.470 INFO O| Sep 17 14:02:44.470 INFO copying /tmp/.tmpUb1DXk/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 ...
79692024-09-17T14:02:45.731Z[ recovery-image] Sep 17 14:02:44.470 INFO O| Sep 17 14:02:44.470 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
79702024-09-17T14:02:45.731Z[ recovery-image] Sep 17 14:02:44.470 INFO O| Sep 17 14:02:44.470 INFO ok!
79712024-09-17T14:02:45.731Z[ recovery-image] Sep 17 14:02:44.470 INFO O| Sep 17 14:02:44.470 INFO STEP 54 (ensure_file) COMPLETE
79722024-09-17T14:02:45.731Z[ recovery-image] Sep 17 14:02:44.470 INFO O| Sep 17 14:02:44.470 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79732024-09-17T14:02:45.736Z[ recovery-image] Sep 17 14:02:44.480 INFO O| Sep 17 14:02:44.480 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79742024-09-17T14:02:45.739Z[ recovery-image] Sep 17 14:02:44.480 INFO O| Sep 17 14:02:44.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79752024-09-17T14:02:45.739Z[ recovery-image] Sep 17 14:02:44.481 INFO O| Sep 17 14:02:44.480 INFO STEP 55 (ensure_dir) COMPLETE
79762024-09-17T14:02:45.739Z[ recovery-image] Sep 17 14:02:44.481 INFO O| Sep 17 14:02:44.480 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79772024-09-17T14:02:45.747Z[ recovery-image] Sep 17 14:02:44.491 INFO O| Sep 17 14:02:44.490 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79782024-09-17T14:02:45.747Z[ recovery-image] Sep 17 14:02:44.491 INFO O| Sep 17 14:02:44.491 INFO copying /tmp/.tmpUb1DXk/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 ...
79792024-09-17T14:02:45.749Z[ recovery-image] Sep 17 14:02:44.491 INFO O| Sep 17 14:02:44.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79802024-09-17T14:02:45.749Z[ recovery-image] Sep 17 14:02:44.491 INFO O| Sep 17 14:02:44.491 INFO ok!
79812024-09-17T14:02:45.749Z[ recovery-image] Sep 17 14:02:44.491 INFO O| Sep 17 14:02:44.491 INFO STEP 56 (ensure_file) COMPLETE
79822024-09-17T14:02:45.749Z[ recovery-image] Sep 17 14:02:44.491 INFO O| Sep 17 14:02:44.491 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79832024-09-17T14:02:45.757Z[ recovery-image] Sep 17 14:02:44.500 INFO O| Sep 17 14:02:44.500 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79842024-09-17T14:02:45.757Z[ recovery-image] Sep 17 14:02:44.501 INFO O| Sep 17 14:02:44.500 INFO copying /tmp/.tmpUb1DXk/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 ...
79852024-09-17T14:02:45.759Z[ recovery-image] Sep 17 14:02:44.501 INFO O| Sep 17 14:02:44.501 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
79862024-09-17T14:02:45.759Z[ recovery-image] Sep 17 14:02:44.501 INFO O| Sep 17 14:02:44.501 INFO ok!
79872024-09-17T14:02:45.759Z[ recovery-image] Sep 17 14:02:44.501 INFO O| Sep 17 14:02:44.501 INFO STEP 57 (ensure_file) COMPLETE
79882024-09-17T14:02:45.759Z[ recovery-image] Sep 17 14:02:44.501 INFO O| Sep 17 14:02:44.501 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79892024-09-17T14:02:45.767Z[ recovery-image] Sep 17 14:02:44.511 INFO O| Sep 17 14:02:44.511 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79902024-09-17T14:02:45.770Z[ recovery-image] Sep 17 14:02:44.511 INFO O| Sep 17 14:02:44.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79912024-09-17T14:02:45.770Z[ recovery-image] Sep 17 14:02:44.511 INFO O| Sep 17 14:02:44.511 INFO STEP 58 (ensure_dir) COMPLETE
79922024-09-17T14:02:45.770Z[ recovery-image] Sep 17 14:02:44.511 INFO O| Sep 17 14:02:44.511 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79932024-09-17T14:02:45.777Z[ recovery-image] Sep 17 14:02:44.521 INFO O| Sep 17 14:02:44.521 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79942024-09-17T14:02:45.777Z[ recovery-image] Sep 17 14:02:44.521 INFO O| Sep 17 14:02:44.521 INFO copying /tmp/.tmpUb1DXk/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 ...
79952024-09-17T14:02:45.779Z[ recovery-image] Sep 17 14:02:44.521 INFO O| Sep 17 14:02:44.521 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79962024-09-17T14:02:45.779Z[ recovery-image] Sep 17 14:02:44.521 INFO O| Sep 17 14:02:44.521 INFO ok!
79972024-09-17T14:02:45.779Z[ recovery-image] Sep 17 14:02:44.521 INFO O| Sep 17 14:02:44.521 INFO STEP 59 (ensure_file) COMPLETE
79982024-09-17T14:02:45.779Z[ recovery-image] Sep 17 14:02:44.521 INFO O| Sep 17 14:02:44.521 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79992024-09-17T14:02:45.787Z[ recovery-image] Sep 17 14:02:44.531 INFO O| Sep 17 14:02:44.531 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80002024-09-17T14:02:45.787Z[ recovery-image] Sep 17 14:02:44.531 INFO O| Sep 17 14:02:44.531 INFO copying /tmp/.tmpUb1DXk/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80012024-09-17T14:02:45.790Z[ recovery-image] Sep 17 14:02:44.531 INFO O| Sep 17 14:02:44.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80022024-09-17T14:02:45.790Z[ recovery-image] Sep 17 14:02:44.531 INFO O| Sep 17 14:02:44.531 INFO ok!
80032024-09-17T14:02:45.790Z[ recovery-image] Sep 17 14:02:44.531 INFO O| Sep 17 14:02:44.531 INFO STEP 60 (ensure_file) COMPLETE
80042024-09-17T14:02:45.790Z[ recovery-image] Sep 17 14:02:44.531 INFO O| Sep 17 14:02:44.531 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80052024-09-17T14:02:45.796Z[ recovery-image] Sep 17 14:02:44.540 INFO O| Sep 17 14:02:44.540 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80062024-09-17T14:02:45.796Z[ recovery-image] Sep 17 14:02:44.540 INFO O| Sep 17 14:02:44.540 INFO STEP 61 (ensure_dir) COMPLETE
80072024-09-17T14:02:45.799Z[ recovery-image] Sep 17 14:02:44.540 INFO O| Sep 17 14:02:44.540 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-09-17T14:02:45.806Z[ recovery-image] Sep 17 14:02:44.550 INFO O| Sep 17 14:02:44.550 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80092024-09-17T14:02:45.806Z[ recovery-image] Sep 17 14:02:44.550 INFO O| Sep 17 14:02:44.550 INFO STEP 62 (ensure_dir) COMPLETE
80102024-09-17T14:02:45.806Z[ recovery-image] Sep 17 14:02:44.550 INFO O| Sep 17 14:02:44.550 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80112024-09-17T14:02:45.816Z[ recovery-image] Sep 17 14:02:44.560 INFO O| Sep 17 14:02:44.560 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80122024-09-17T14:02:45.816Z[ recovery-image] Sep 17 14:02:44.560 INFO O| Sep 17 14:02:44.560 INFO STEP 63 (ensure_dir) COMPLETE
80132024-09-17T14:02:45.818Z[ recovery-image] Sep 17 14:02:44.560 INFO O| Sep 17 14:02:44.560 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-17T14:02:45.825Z[ recovery-image] Sep 17 14:02:44.569 INFO O| Sep 17 14:02:44.569 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80152024-09-17T14:02:45.825Z[ recovery-image] Sep 17 14:02:44.569 INFO O| Sep 17 14:02:44.569 INFO STEP 64 (ensure_dir) COMPLETE
80162024-09-17T14:02:45.828Z[ recovery-image] Sep 17 14:02:44.569 INFO O| Sep 17 14:02:44.569 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80172024-09-17T14:02:45.835Z[ recovery-image] Sep 17 14:02:44.579 INFO O| Sep 17 14:02:44.579 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80182024-09-17T14:02:45.836Z[ recovery-image] Sep 17 14:02:44.579 INFO O| Sep 17 14:02:44.579 INFO copying /tmp/.tmpUb1DXk/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80192024-09-17T14:02:45.838Z[ recovery-image] Sep 17 14:02:44.580 INFO O| Sep 17 14:02:44.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80202024-09-17T14:02:45.838Z[ recovery-image] Sep 17 14:02:44.580 INFO O| Sep 17 14:02:44.580 INFO ok!
80212024-09-17T14:02:45.838Z[ recovery-image] Sep 17 14:02:44.580 INFO O| Sep 17 14:02:44.580 INFO STEP 65 (ensure_file) COMPLETE
80222024-09-17T14:02:45.838Z[ recovery-image] Sep 17 14:02:44.580 INFO O| Sep 17 14:02:44.580 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80232024-09-17T14:02:45.845Z[ recovery-image] Sep 17 14:02:44.589 INFO O| Sep 17 14:02:44.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80242024-09-17T14:02:45.848Z[ recovery-image] Sep 17 14:02:44.590 INFO O| Sep 17 14:02:44.590 INFO STEP 66 (remove_files) COMPLETE
80252024-09-17T14:02:45.848Z[ recovery-image] Sep 17 14:02:44.590 INFO O| Sep 17 14:02:44.590 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80262024-09-17T14:02:45.856Z[ recovery-image] Sep 17 14:02:44.600 INFO O| Sep 17 14:02:44.600 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80272024-09-17T14:02:45.858Z[ recovery-image] Sep 17 14:02:44.600 INFO O| Sep 17 14:02:44.600 INFO STEP 67 (remove_files) COMPLETE
80282024-09-17T14:02:45.858Z[ recovery-image] Sep 17 14:02:44.600 INFO O| Sep 17 14:02:44.600 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80292024-09-17T14:02:45.866Z[ recovery-image] Sep 17 14:02:44.609 INFO O| Sep 17 14:02:44.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80302024-09-17T14:02:45.869Z[ recovery-image] Sep 17 14:02:44.610 INFO O| Sep 17 14:02:44.610 INFO STEP 68 (remove_files) COMPLETE
80312024-09-17T14:02:45.869Z[ recovery-image] Sep 17 14:02:44.610 INFO O| Sep 17 14:02:44.610 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80322024-09-17T14:02:45.875Z[ recovery-image] Sep 17 14:02:44.619 INFO O| Sep 17 14:02:44.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80332024-09-17T14:02:45.878Z[ recovery-image] Sep 17 14:02:44.620 INFO O| Sep 17 14:02:44.619 INFO STEP 69 (remove_files) COMPLETE
80342024-09-17T14:02:45.878Z[ recovery-image] Sep 17 14:02:44.620 INFO O| Sep 17 14:02:44.619 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80352024-09-17T14:02:45.885Z[ recovery-image] Sep 17 14:02:44.629 INFO O| Sep 17 14:02:44.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80362024-09-17T14:02:45.888Z[ recovery-image] Sep 17 14:02:44.630 INFO O| Sep 17 14:02:44.630 INFO STEP 70 (remove_files) COMPLETE
80372024-09-17T14:02:45.888Z[ recovery-image] Sep 17 14:02:44.630 INFO O| Sep 17 14:02:44.630 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80382024-09-17T14:02:45.896Z[ recovery-image] Sep 17 14:02:44.639 INFO O| Sep 17 14:02:44.639 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80392024-09-17T14:02:45.899Z[ recovery-image] Sep 17 14:02:44.640 INFO O| Sep 17 14:02:44.639 INFO STEP 71 (remove_files) COMPLETE
80402024-09-17T14:02:45.899Z[ recovery-image] Sep 17 14:02:44.640 INFO O| Sep 17 14:02:44.640 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80412024-09-17T14:02:45.906Z[ recovery-image] Sep 17 14:02:44.650 INFO O| Sep 17 14:02:44.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80422024-09-17T14:02:45.906Z[ recovery-image] Sep 17 14:02:44.650 INFO O| Sep 17 14:02:44.650 INFO STEP 72 (remove_files) COMPLETE
80432024-09-17T14:02:45.906Z[ recovery-image] Sep 17 14:02:44.650 INFO O| Sep 17 14:02:44.650 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80442024-09-17T14:02:45.916Z[ recovery-image] Sep 17 14:02:44.660 INFO O| Sep 17 14:02:44.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80452024-09-17T14:02:45.918Z[ recovery-image] Sep 17 14:02:44.660 INFO O| Sep 17 14:02:44.660 INFO STEP 73 (remove_files) COMPLETE
80462024-09-17T14:02:45.918Z[ recovery-image] Sep 17 14:02:44.660 INFO O| Sep 17 14:02:44.660 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80472024-09-17T14:02:45.926Z[ recovery-image] Sep 17 14:02:44.670 INFO O| Sep 17 14:02:44.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80482024-09-17T14:02:45.926Z[ recovery-image] Sep 17 14:02:44.670 INFO O| Sep 17 14:02:44.670 INFO STEP 74 (remove_files) COMPLETE
80492024-09-17T14:02:45.928Z[ recovery-image] Sep 17 14:02:44.670 INFO O| Sep 17 14:02:44.670 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80502024-09-17T14:02:45.936Z[ recovery-image] Sep 17 14:02:44.680 INFO O| Sep 17 14:02:44.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80512024-09-17T14:02:45.936Z[ recovery-image] Sep 17 14:02:44.680 INFO O| Sep 17 14:02:44.680 INFO STEP 75 (remove_files) COMPLETE
80522024-09-17T14:02:45.939Z[ recovery-image] Sep 17 14:02:44.680 INFO O| Sep 17 14:02:44.680 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80532024-09-17T14:02:45.946Z[ recovery-image] Sep 17 14:02:44.690 INFO O| Sep 17 14:02:44.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80542024-09-17T14:02:45.949Z[ recovery-image] Sep 17 14:02:44.690 INFO O| Sep 17 14:02:44.690 INFO STEP 76 (remove_files) COMPLETE
80552024-09-17T14:02:45.949Z[ recovery-image] Sep 17 14:02:44.690 INFO O| Sep 17 14:02:44.690 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80562024-09-17T14:02:45.958Z[ recovery-image] Sep 17 14:02:44.700 INFO O| Sep 17 14:02:44.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80572024-09-17T14:02:45.958Z[ recovery-image] Sep 17 14:02:44.700 INFO O| Sep 17 14:02:44.700 INFO STEP 77 (remove_files) COMPLETE
80582024-09-17T14:02:45.958Z[ recovery-image] Sep 17 14:02:44.700 INFO O| Sep 17 14:02:44.700 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80592024-09-17T14:02:45.966Z[ recovery-image] Sep 17 14:02:44.710 INFO O| Sep 17 14:02:44.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80602024-09-17T14:02:45.969Z[ recovery-image] Sep 17 14:02:44.710 INFO O| Sep 17 14:02:44.710 INFO STEP 78 (remove_files) COMPLETE
80612024-09-17T14:02:45.969Z[ recovery-image] Sep 17 14:02:44.710 INFO O| Sep 17 14:02:44.710 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80622024-09-17T14:02:45.976Z[ recovery-image] Sep 17 14:02:44.720 INFO O| Sep 17 14:02:44.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80632024-09-17T14:02:45.976Z[ recovery-image] Sep 17 14:02:44.720 INFO O| Sep 17 14:02:44.720 INFO STEP 79 (remove_files) COMPLETE
80642024-09-17T14:02:45.978Z[ recovery-image] Sep 17 14:02:44.720 INFO O| Sep 17 14:02:44.720 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80652024-09-17T14:02:45.986Z[ recovery-image] Sep 17 14:02:44.729 INFO O| Sep 17 14:02:44.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80662024-09-17T14:02:45.988Z[ recovery-image] Sep 17 14:02:44.730 INFO O| Sep 17 14:02:44.730 INFO STEP 80 (remove_files) COMPLETE
80672024-09-17T14:02:45.988Z[ recovery-image] Sep 17 14:02:44.730 INFO O| Sep 17 14:02:44.730 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80682024-09-17T14:02:45.995Z[ recovery-image] Sep 17 14:02:44.739 INFO O| Sep 17 14:02:44.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80692024-09-17T14:02:45.998Z[ recovery-image] Sep 17 14:02:44.739 INFO O| Sep 17 14:02:44.739 INFO STEP 81 (remove_files) COMPLETE
80702024-09-17T14:02:45.998Z[ recovery-image] Sep 17 14:02:44.739 INFO O| Sep 17 14:02:44.739 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80712024-09-17T14:02:46.005Z[ recovery-image] Sep 17 14:02:44.749 INFO O| Sep 17 14:02:44.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80722024-09-17T14:02:46.005Z[ recovery-image] Sep 17 14:02:44.749 INFO O| Sep 17 14:02:44.749 INFO STEP 82 (remove_files) COMPLETE
80732024-09-17T14:02:46.008Z[ recovery-image] Sep 17 14:02:44.749 INFO O| Sep 17 14:02:44.749 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80742024-09-17T14:02:46.015Z[ recovery-image] Sep 17 14:02:44.759 INFO O| Sep 17 14:02:44.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80752024-09-17T14:02:46.015Z[ recovery-image] Sep 17 14:02:44.759 INFO O| Sep 17 14:02:44.759 INFO STEP 83 (remove_files) COMPLETE
80762024-09-17T14:02:46.017Z[ recovery-image] Sep 17 14:02:44.759 INFO O| Sep 17 14:02:44.759 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-17T14:02:46.024Z[ recovery-image] Sep 17 14:02:44.768 INFO O| Sep 17 14:02:44.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80782024-09-17T14:02:46.027Z[ recovery-image] Sep 17 14:02:44.768 INFO O| Sep 17 14:02:44.768 INFO STEP 84 (remove_files) COMPLETE
80792024-09-17T14:02:46.027Z[ recovery-image] Sep 17 14:02:44.769 INFO O| Sep 17 14:02:44.768 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-17T14:02:46.035Z[ recovery-image] Sep 17 14:02:44.779 INFO O| Sep 17 14:02:44.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80812024-09-17T14:02:46.035Z[ recovery-image] Sep 17 14:02:44.779 INFO O| Sep 17 14:02:44.779 INFO STEP 85 (remove_files) COMPLETE
80822024-09-17T14:02:46.038Z[ recovery-image] Sep 17 14:02:44.779 INFO O| Sep 17 14:02:44.779 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-17T14:02:46.045Z[ recovery-image] Sep 17 14:02:44.789 INFO O| Sep 17 14:02:44.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80842024-09-17T14:02:46.045Z[ recovery-image] Sep 17 14:02:44.789 INFO O| Sep 17 14:02:44.789 INFO STEP 86 (remove_files) COMPLETE
80852024-09-17T14:02:46.045Z[ recovery-image] Sep 17 14:02:44.789 INFO O| Sep 17 14:02:44.789 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80862024-09-17T14:02:46.055Z[ recovery-image] Sep 17 14:02:44.799 INFO O| Sep 17 14:02:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80872024-09-17T14:02:46.055Z[ recovery-image] Sep 17 14:02:44.799 INFO O| Sep 17 14:02:44.799 INFO STEP 87 (remove_files) COMPLETE
80882024-09-17T14:02:46.058Z[ recovery-image] Sep 17 14:02:44.799 INFO O| Sep 17 14:02:44.799 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80892024-09-17T14:02:46.065Z[ recovery-image] Sep 17 14:02:44.808 INFO O| Sep 17 14:02:44.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80902024-09-17T14:02:46.065Z[ recovery-image] Sep 17 14:02:44.809 INFO O| Sep 17 14:02:44.808 INFO STEP 88 (remove_files) COMPLETE
80912024-09-17T14:02:46.067Z[ recovery-image] Sep 17 14:02:44.809 INFO O| Sep 17 14:02:44.809 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80922024-09-17T14:02:46.074Z[ recovery-image] Sep 17 14:02:44.818 INFO O| Sep 17 14:02:44.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80932024-09-17T14:02:46.074Z[ recovery-image] Sep 17 14:02:44.818 INFO O| Sep 17 14:02:44.818 INFO STEP 89 (remove_files) COMPLETE
80942024-09-17T14:02:46.077Z[ recovery-image] Sep 17 14:02:44.818 INFO O| Sep 17 14:02:44.818 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80952024-09-17T14:02:46.084Z[ recovery-image] Sep 17 14:02:44.828 INFO O| Sep 17 14:02:44.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80962024-09-17T14:02:46.084Z[ recovery-image] Sep 17 14:02:44.828 INFO O| Sep 17 14:02:44.828 INFO STEP 90 (remove_files) COMPLETE
80972024-09-17T14:02:46.084Z[ recovery-image] Sep 17 14:02:44.828 INFO O| Sep 17 14:02:44.828 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80982024-09-17T14:02:46.094Z[ recovery-image] Sep 17 14:02:44.838 INFO O| Sep 17 14:02:44.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80992024-09-17T14:02:46.096Z[ recovery-image] Sep 17 14:02:44.838 INFO O| Sep 17 14:02:44.838 INFO STEP 91 (remove_files) COMPLETE
81002024-09-17T14:02:46.096Z[ recovery-image] Sep 17 14:02:44.838 INFO O| Sep 17 14:02:44.838 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81012024-09-17T14:02:46.104Z[ recovery-image] Sep 17 14:02:44.848 INFO O| Sep 17 14:02:44.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81022024-09-17T14:02:46.106Z[ recovery-image] Sep 17 14:02:44.848 INFO O| Sep 17 14:02:44.848 INFO STEP 92 (remove_files) COMPLETE
81032024-09-17T14:02:46.107Z[ recovery-image] Sep 17 14:02:44.848 INFO O| Sep 17 14:02:44.848 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81042024-09-17T14:02:46.114Z[ recovery-image] Sep 17 14:02:44.858 INFO O| Sep 17 14:02:44.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81052024-09-17T14:02:46.114Z[ recovery-image] Sep 17 14:02:44.858 INFO O| Sep 17 14:02:44.858 INFO STEP 93 (remove_files) COMPLETE
81062024-09-17T14:02:46.116Z[ recovery-image] Sep 17 14:02:44.858 INFO O| Sep 17 14:02:44.858 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81072024-09-17T14:02:46.124Z[ recovery-image] Sep 17 14:02:44.868 INFO O| Sep 17 14:02:44.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81082024-09-17T14:02:46.126Z[ recovery-image] Sep 17 14:02:44.868 INFO O| Sep 17 14:02:44.868 INFO STEP 94 (remove_files) COMPLETE
81092024-09-17T14:02:46.126Z[ recovery-image] Sep 17 14:02:44.868 INFO O| Sep 17 14:02:44.868 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81102024-09-17T14:02:46.139Z[ recovery-image] Sep 17 14:02:44.883 INFO O| Sep 17 14:02:44.883 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81112024-09-17T14:02:46.141Z[ recovery-image] Sep 17 14:02:44.883 INFO O| Sep 17 14:02:44.883 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
81122024-09-17T14:02:51.083Z[ host-image] Sep 17 14:02:49.827 INFO O| Sep 17 14:02:49.826 INFO O| Download: 22015/22728 items 189.7/196.4MB 96% complete (1.2M/s)
81132024-09-17T14:02:54.773Z[ recovery-image] Sep 17 14:02:53.515 INFO O| Sep 17 14:02:53.515 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
81142024-09-17T14:02:54.773Z[ recovery-image] Sep 17 14:02:53.515 INFO O| Sep 17 14:02:53.515 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81152024-09-17T14:02:54.787Z[ recovery-image] Sep 17 14:02:53.529 INFO O| Sep 17 14:02:53.529 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
81162024-09-17T14:02:54.868Z[ recovery-image] Sep 17 14:02:53.610 INFO O| Sep 17 14:02:53.610 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81172024-09-17T14:02:54.868Z[ recovery-image] Sep 17 14:02:53.610 INFO O| Sep 17 14:02:53.610 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 ...
81182024-09-17T14:02:54.870Z[ recovery-image] Sep 17 14:02:53.612 INFO O| Sep 17 14:02:53.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81192024-09-17T14:02:54.870Z[ recovery-image] Sep 17 14:02:53.612 INFO O| Sep 17 14:02:53.612 INFO ok!
81202024-09-17T14:02:54.870Z[ recovery-image] Sep 17 14:02:53.612 INFO O| Sep 17 14:02:53.612 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81212024-09-17T14:02:54.870Z[ recovery-image] Sep 17 14:02:53.613 INFO O| Sep 17 14:02:53.612 INFO STEP 95 (seed_smf) COMPLETE
81222024-09-17T14:02:54.870Z[ recovery-image] Sep 17 14:02:53.613 INFO O| Sep 17 14:02:53.613 INFO steps complete; finalising image!
81232024-09-17T14:02:54.870Z[ recovery-image] Sep 17 14:02:53.613 INFO O| Sep 17 14:02:53.613 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81242024-09-17T14:02:54.905Z[ recovery-image] Sep 17 14:02:53.647 INFO O| Sep 17 14:02:53.647 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Tue Sep 17 14:02:53 2024)
81252024-09-17T14:02:55.113Z[ recovery-image] Sep 17 14:02:53.854 INFO O| Sep 17 14:02:53.854 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Tue Sep 17 14:02:53 2024)
81262024-09-17T14:02:55.337Z[ recovery-image] Sep 17 14:02:54.077 INFO O| Sep 17 14:02:54.077 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
81272024-09-17T14:02:55.337Z[ recovery-image] Sep 17 14:02:54.077 INFO O| Sep 17 14:02:54.077 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81282024-09-17T14:02:55.538Z[ recovery-image] Sep 17 14:02:54.281 INFO O| Sep 17 14:02:54.281 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
81292024-09-17T14:02:55.538Z[ recovery-image] Sep 17 14:02:54.281 INFO O| Sep 17 14:02:54.281 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81302024-09-17T14:02:56.150Z[ host-image] Sep 17 14:02:54.892 INFO O| Sep 17 14:02:54.892 INFO O| Download: 22197/22728 items 194.6/196.4MB 99% complete (632k/s)
81312024-09-17T14:02:58.475Z[ recovery-image] Sep 17 14:02:57.217 INFO O| Sep 17 14:02:57.216 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81322024-09-17T14:02:58.475Z[ recovery-image] Sep 17 14:02:57.217 INFO O| Sep 17 14:02:57.217 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81332024-09-17T14:02:58.475Z[ recovery-image] Sep 17 14:02:57.217 INFO O| Sep 17 14:02:57.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81342024-09-17T14:02:58.477Z[ recovery-image] Sep 17 14:02:57.217 INFO O| Sep 17 14:02:57.217 INFO completed processing gimlet/zfs-recovery
81352024-09-17T14:02:58.477Z[ recovery-image] Sep 17 14:02:57.217 INFO O| Sep 17 14:02:57.217 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81362024-09-17T14:02:58.992Z[ recovery-image] Sep 17 14:02:57.734 INFO O| Sep 17 14:02:57.734 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81372024-09-17T14:02:59.078Z[ recovery-image] Sep 17 14:02:57.820 INFO BUILD STRING "heads/stlouis-0-g84ef9e5979\n"
81382024-09-17T14:02:59.080Z[ recovery-image] Sep 17 14:02:57.820 INFO expanded image name: "recovery a4ce8b1/${os_short_commit} 2024-09-17 13:35" -> "recovery a4ce8b1/84ef9e5 2024-09-17 13:35"
81392024-09-17T14:02:59.080Z[ recovery-image] Sep 17 14:02:57.820 INFO output artefacts stored in: "/work/os-recovery"
81402024-09-17T14:02:59.080Z[ recovery-image] Sep 17 14:02:57.820 INFO collecting git info from project "amd-host-image-builder"...
81412024-09-17T14:02:59.317Z[ recovery-image] Sep 17 14:02:58.059 INFO collecting git info from project "chelsio-t6-roms"...
81422024-09-17T14:02:59.338Z[ recovery-image] Sep 17 14:02:58.080 INFO collecting git info from project "image-builder"...
81432024-09-17T14:02:59.344Z[ recovery-image] Sep 17 14:02:58.086 INFO collecting git info from project "pilot"...
81442024-09-17T14:02:59.354Z[ recovery-image] Sep 17 14:02:58.097 INFO collecting git info from project "amd-firmware"...
81452024-09-17T14:02:59.574Z[ recovery-image] Sep 17 14:02:58.316 INFO collecting git info from project "pinprick"...
81462024-09-17T14:02:59.580Z[ recovery-image] Sep 17 14:02:58.322 INFO collecting git info from project "phbl"...
81472024-09-17T14:02:59.586Z[ recovery-image] Sep 17 14:02:58.328 INFO collecting git info from project "bootserver"...
81482024-09-17T14:02:59.592Z[ recovery-image] Sep 17 14:02:58.333 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81492024-09-17T14:02:59.614Z[ host-image] Sep 17 14:02:58.355 INFO O| Sep 17 14:02:58.355 INFO O| Download: Completed 196.43 MB in 291.51 seconds (688k/s)
81502024-09-17T14:02:59.959Z[ recovery-image] Sep 17 14:02:58.701 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81512024-09-17T14:03:00.310Z[ recovery-image] Sep 17 14:02:59.051 INFO creating Oxide boot image...
81522024-09-17T14:03:00.314Z[ recovery-image] Sep 17 14:02:59.052 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery a4ce8b1/84ef9e5 2024-09-17 13:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81532024-09-17T14:03:00.327Z[ host-image] Sep 17 14:02:59.069 INFO O| Sep 17 14:02:59.069 INFO O| Actions: 1/49262 actions (Installing new actions)
81542024-09-17T14:03:05.329Z[ host-image] Sep 17 14:03:04.070 INFO O| Sep 17 14:03:04.070 INFO O| Actions: 14920/49262 actions (Installing new actions)
81552024-09-17T14:03:10.330Z[ host-image] Sep 17 14:03:09.071 INFO O| Sep 17 14:03:09.070 INFO O| Actions: 26438/49262 actions (Installing new actions)
81562024-09-17T14:03:13.577Z[ host-image] Sep 17 14:03:12.317 INFO O| Sep 17 14:03:12.317 INFO O| Actions: Completed 49262 actions in 13.24 seconds.
81572024-09-17T14:03:13.856Z[ host-image] Sep 17 14:03:12.596 INFO O| Sep 17 14:03:12.596 INFO O| Done
81582024-09-17T14:03:13.856Z[ host-image] Sep 17 14:03:12.596 INFO O| Sep 17 14:03:12.596 INFO O| Done
81592024-09-17T14:03:14.339Z[ host-image] Sep 17 14:03:13.079 INFO O| Sep 17 14:03:13.079 INFO O| Done
81602024-09-17T14:03:15.415Z[ host-image] Sep 17 14:03:14.154 INFO O| Sep 17 14:03:14.154 INFO O| Done
81612024-09-17T14:03:15.435Z[ host-image] Sep 17 14:03:14.175 INFO O| Sep 17 14:03:14.175 INFO O| Done
81622024-09-17T14:03:18.598Z[ host-image] Sep 17 14:03:17.337 INFO O| Sep 17 14:03:17.337 INFO O| Done
81632024-09-17T14:03:19.055Z[ host-image] Sep 17 14:03:17.794 INFO O| Sep 17 14:03:17.794 INFO O| Done
81642024-09-17T14:03:19.251Z[ host-image] Sep 17 14:03:17.990 INFO O| Sep 17 14:03:17.989 INFO STEP 11 (pkg_install) COMPLETE
81652024-09-17T14:03:19.251Z[ host-image] Sep 17 14:03:17.990 INFO O| Sep 17 14:03:17.989 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81662024-09-17T14:03:19.261Z[ host-image] Sep 17 14:03:18.000 INFO O| Sep 17 14:03:18.000 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
81672024-09-17T14:03:19.801Z[ host-image] Sep 17 14:03:18.540 INFO O| Sep 17 14:03:18.540 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
81682024-09-17T14:03:21.476Z[ host-image] Sep 17 14:03:20.215 INFO O| Sep 17 14:03:20.214 INFO O| Planning: Solver setup ... Done
81692024-09-17T14:03:21.482Z[ host-image] Sep 17 14:03:20.221 INFO O| Sep 17 14:03:20.221 INFO O| Planning: Running solver ... Done
81702024-09-17T14:03:21.528Z[ host-image] Sep 17 14:03:20.267 INFO O| Sep 17 14:03:20.267 INFO O| Planning: Finding local manifests ... Done
81712024-09-17T14:03:21.531Z[ host-image] Sep 17 14:03:20.268 INFO O| Sep 17 14:03:20.268 INFO O| Planning: Fetching manifests: 0/4 0% complete
81722024-09-17T14:03:21.622Z[ host-image] Sep 17 14:03:20.360 INFO O| Sep 17 14:03:20.360 INFO O| Planning: Fetching manifests: 4/4 100% complete
81732024-09-17T14:03:21.643Z[ host-image] Sep 17 14:03:20.382 INFO O| Sep 17 14:03:20.382 INFO O| Planning: Package planning ... Done
81742024-09-17T14:03:21.646Z[ host-image] Sep 17 14:03:20.385 INFO O| Sep 17 14:03:20.385 INFO O| Planning: Merging actions ... Done
81752024-09-17T14:03:21.722Z[ host-image] Sep 17 14:03:20.461 INFO O| Sep 17 14:03:20.461 INFO O| Planning: Checking for conflicting actions ... Done
81762024-09-17T14:03:21.725Z[ host-image] Sep 17 14:03:20.462 INFO O| Sep 17 14:03:20.462 INFO O| Planning: Consolidating action changes ... Done
81772024-09-17T14:03:21.895Z[ host-image] Sep 17 14:03:20.634 INFO O| Sep 17 14:03:20.634 INFO O| Planning: Evaluating mediators ... Done
81782024-09-17T14:03:21.898Z[ host-image] Sep 17 14:03:20.636 INFO O| Sep 17 14:03:20.635 INFO O| Planning: Planning completed in 2.10 seconds
81792024-09-17T14:03:21.898Z[ host-image] Sep 17 14:03:20.637 INFO O| Sep 17 14:03:20.637 INFO O| Packages to install: 4
81802024-09-17T14:03:21.898Z[ host-image] Sep 17 14:03:20.637 INFO O| Sep 17 14:03:20.637 INFO O| Services to change: 2
81812024-09-17T14:03:21.909Z[ host-image] Sep 17 14:03:20.648 INFO O| Sep 17 14:03:20.648 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
81822024-09-17T14:03:22.487Z[ host-image] Sep 17 14:03:21.225 INFO O| Sep 17 14:03:21.225 INFO O| Download: Completed 1.39 MB in 0.58 seconds (2.4M/s)
81832024-09-17T14:03:22.514Z[ host-image] Sep 17 14:03:21.253 INFO O| Sep 17 14:03:21.253 INFO O| Actions: 1/238 actions (Installing new actions)
81842024-09-17T14:03:22.617Z[ host-image] Sep 17 14:03:21.356 INFO O| Sep 17 14:03:21.356 INFO O| Actions: Completed 238 actions in 0.10 seconds.
81852024-09-17T14:03:22.852Z[ host-image] Sep 17 14:03:21.590 INFO O| Sep 17 14:03:21.590 INFO O| Done
81862024-09-17T14:03:22.852Z[ host-image] Sep 17 14:03:21.590 INFO O| Sep 17 14:03:21.590 INFO O| Done
81872024-09-17T14:03:23.221Z[ host-image] Sep 17 14:03:21.960 INFO O| Sep 17 14:03:21.960 INFO O| Done
81882024-09-17T14:03:24.308Z[ host-image] Sep 17 14:03:23.046 INFO O| Sep 17 14:03:23.046 INFO O| Done
81892024-09-17T14:03:24.331Z[ host-image] Sep 17 14:03:23.069 INFO O| Sep 17 14:03:23.069 INFO O| Done
81902024-09-17T14:03:24.334Z[ host-image] Sep 17 14:03:23.069 INFO O| Sep 17 14:03:23.069 INFO O| Done
81912024-09-17T14:03:24.344Z[ host-image] Sep 17 14:03:23.083 INFO O| Sep 17 14:03:23.083 INFO O| Done
81922024-09-17T14:03:24.438Z[ host-image] Sep 17 14:03:23.177 INFO O| Sep 17 14:03:23.177 INFO STEP 12 (pkg_install) COMPLETE
81932024-09-17T14:03:24.438Z[ host-image] Sep 17 14:03:23.177 INFO O| Sep 17 14:03:23.177 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81942024-09-17T14:03:24.449Z[ host-image] Sep 17 14:03:23.188 INFO O| Sep 17 14:03:23.188 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
81952024-09-17T14:03:24.882Z[ host-image] Sep 17 14:03:23.621 INFO O| Sep 17 14:03:23.620 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
81962024-09-17T14:03:26.328Z[ host-image] Sep 17 14:03:25.066 INFO O| Sep 17 14:03:25.066 INFO O| Planning: Solver setup ... Done
81972024-09-17T14:03:26.331Z[ host-image] Sep 17 14:03:25.070 INFO O| Sep 17 14:03:25.070 INFO O| Planning: Running solver ... Done
81982024-09-17T14:03:26.369Z[ host-image] Sep 17 14:03:25.108 INFO O| Sep 17 14:03:25.108 INFO O| Planning: Finding local manifests ... Done
81992024-09-17T14:03:26.372Z[ host-image] Sep 17 14:03:25.109 INFO O| Sep 17 14:03:25.109 INFO O| Planning: Fetching manifests: 0/6 0% complete
82002024-09-17T14:03:26.522Z[ host-image] Sep 17 14:03:25.260 INFO O| Sep 17 14:03:25.260 INFO O| Planning: Fetching manifests: 6/6 100% complete
82012024-09-17T14:03:26.554Z[ host-image] Sep 17 14:03:25.293 INFO O| Sep 17 14:03:25.293 INFO O| Planning: Package planning ... Done
82022024-09-17T14:03:26.572Z[ host-image] Sep 17 14:03:25.311 INFO O| Sep 17 14:03:25.311 INFO O| Planning: Merging actions ... Done
82032024-09-17T14:03:26.645Z[ host-image] Sep 17 14:03:25.383 INFO O| Sep 17 14:03:25.383 INFO O| Planning: Checking for conflicting actions ... Done
82042024-09-17T14:03:26.648Z[ host-image] Sep 17 14:03:25.386 INFO O| Sep 17 14:03:25.386 INFO O| Planning: Consolidating action changes ... Done
82052024-09-17T14:03:26.818Z[ host-image] Sep 17 14:03:25.556 INFO O| Sep 17 14:03:25.556 INFO O| Planning: Evaluating mediators ... Done
82062024-09-17T14:03:26.820Z[ host-image] Sep 17 14:03:25.559 INFO O| Sep 17 14:03:25.559 INFO O| Planning: Planning completed in 1.94 seconds
82072024-09-17T14:03:26.823Z[ host-image] Sep 17 14:03:25.560 INFO O| Sep 17 14:03:25.560 INFO O| Packages to install: 6
82082024-09-17T14:03:26.823Z[ host-image] Sep 17 14:03:25.560 INFO O| Sep 17 14:03:25.560 INFO O| Mediators to change: 1
82092024-09-17T14:03:26.823Z[ host-image] Sep 17 14:03:25.560 INFO O| Sep 17 14:03:25.560 INFO O| Services to change: 1
82102024-09-17T14:03:26.835Z[ host-image] Sep 17 14:03:25.573 INFO O| Sep 17 14:03:25.573 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
82112024-09-17T14:03:30.825Z[ host-image] Sep 17 14:03:29.563 INFO O| Sep 17 14:03:29.563 INFO O| Download: Completed 8.42 MB in 3.99 seconds (2.1M/s)
82122024-09-17T14:03:30.877Z[ host-image] Sep 17 14:03:29.615 INFO O| Sep 17 14:03:29.615 INFO O| Actions: 1/1361 actions (Installing new actions)
82132024-09-17T14:03:31.266Z[ host-image] Sep 17 14:03:30.003 INFO O| Sep 17 14:03:30.003 INFO O| Actions: Completed 1361 actions in 0.39 seconds.
82142024-09-17T14:03:31.511Z[ host-image] Sep 17 14:03:30.248 INFO O| Sep 17 14:03:30.248 INFO O| Done
82152024-09-17T14:03:31.511Z[ host-image] Sep 17 14:03:30.248 INFO O| Sep 17 14:03:30.248 INFO O| Done
82162024-09-17T14:03:31.883Z[ host-image] Sep 17 14:03:30.621 INFO O| Sep 17 14:03:30.620 INFO O| Done
82172024-09-17T14:03:33.005Z[ host-image] Sep 17 14:03:31.743 INFO O| Sep 17 14:03:31.742 INFO O| Done
82182024-09-17T14:03:33.031Z[ host-image] Sep 17 14:03:31.768 INFO O| Sep 17 14:03:31.768 INFO O| Done
82192024-09-17T14:03:33.033Z[ host-image] Sep 17 14:03:31.768 INFO O| Sep 17 14:03:31.768 INFO O| Done
82202024-09-17T14:03:33.070Z[ host-image] Sep 17 14:03:31.807 INFO O| Sep 17 14:03:31.807 INFO O| Done
82212024-09-17T14:03:33.165Z[ host-image] Sep 17 14:03:31.903 INFO O| Sep 17 14:03:31.903 INFO STEP 13 (pkg_install) COMPLETE
82222024-09-17T14:03:33.165Z[ host-image] Sep 17 14:03:31.903 INFO O| Sep 17 14:03:31.903 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82232024-09-17T14:03:33.176Z[ host-image] Sep 17 14:03:31.914 INFO O| Sep 17 14:03:31.914 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
82242024-09-17T14:03:33.613Z[ host-image] Sep 17 14:03:32.351 INFO O| Sep 17 14:03:32.350 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82252024-09-17T14:03:35.059Z[ host-image] Sep 17 14:03:33.796 INFO O| Sep 17 14:03:33.796 INFO O| Planning: Solver setup ... Done
82262024-09-17T14:03:35.062Z[ host-image] Sep 17 14:03:33.800 INFO O| Sep 17 14:03:33.800 INFO O| Planning: Running solver ... Done
82272024-09-17T14:03:35.101Z[ host-image] Sep 17 14:03:33.838 INFO O| Sep 17 14:03:33.838 INFO O| Planning: Finding local manifests ... Done
82282024-09-17T14:03:35.103Z[ host-image] Sep 17 14:03:33.839 INFO O| Sep 17 14:03:33.839 INFO O| Planning: Fetching manifests: 0/1 0% complete
82292024-09-17T14:03:35.165Z[ host-image] Sep 17 14:03:33.903 INFO O| Sep 17 14:03:33.903 INFO O| Planning: Fetching manifests: 1/1 100% complete
82302024-09-17T14:03:35.184Z[ host-image] Sep 17 14:03:33.921 INFO O| Sep 17 14:03:33.921 INFO O| Planning: Package planning ... Done
82312024-09-17T14:03:35.186Z[ host-image] Sep 17 14:03:33.922 INFO O| Sep 17 14:03:33.922 INFO O| Planning: Merging actions ... Done
82322024-09-17T14:03:35.244Z[ host-image] Sep 17 14:03:33.981 INFO O| Sep 17 14:03:33.981 INFO O| Planning: Checking for conflicting actions ... Done
82332024-09-17T14:03:35.246Z[ host-image] Sep 17 14:03:33.981 INFO O| Sep 17 14:03:33.981 INFO O| Planning: Consolidating action changes ... Done
82342024-09-17T14:03:35.413Z[ host-image] Sep 17 14:03:34.150 INFO O| Sep 17 14:03:34.150 INFO O| Planning: Evaluating mediators ... Done
82352024-09-17T14:03:35.416Z[ host-image] Sep 17 14:03:34.150 INFO O| Sep 17 14:03:34.150 INFO O| Planning: Planning completed in 1.80 seconds
82362024-09-17T14:03:35.416Z[ host-image] Sep 17 14:03:34.152 INFO O| Sep 17 14:03:34.152 INFO O| Packages to install: 1
82372024-09-17T14:03:35.425Z[ host-image] Sep 17 14:03:34.162 INFO O| Sep 17 14:03:34.162 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
82382024-09-17T14:03:36.126Z[ host-image] Sep 17 14:03:34.863 INFO O| Sep 17 14:03:34.863 INFO O| Download: Completed 20.80 MB in 0.70 seconds (29.7M/s)
82392024-09-17T14:03:36.152Z[ host-image] Sep 17 14:03:34.889 INFO O| Sep 17 14:03:34.889 INFO O| Actions: 1/22 actions (Installing new actions)
82402024-09-17T14:03:36.753Z[ host-image] Sep 17 14:03:35.490 INFO O| Sep 17 14:03:35.489 INFO O| Actions: Completed 22 actions in 0.60 seconds.
82412024-09-17T14:03:36.990Z[ host-image] Sep 17 14:03:35.727 INFO O| Sep 17 14:03:35.727 INFO O| Done
82422024-09-17T14:03:36.990Z[ host-image] Sep 17 14:03:35.727 INFO O| Sep 17 14:03:35.727 INFO O| Done
82432024-09-17T14:03:37.371Z[ host-image] Sep 17 14:03:36.107 INFO O| Sep 17 14:03:36.107 INFO O| Done
82442024-09-17T14:03:38.487Z[ host-image] Sep 17 14:03:37.223 INFO O| Sep 17 14:03:37.223 INFO O| Done
82452024-09-17T14:03:38.510Z[ host-image] Sep 17 14:03:37.246 INFO O| Sep 17 14:03:37.246 INFO O| Done
82462024-09-17T14:03:38.510Z[ host-image] Sep 17 14:03:37.247 INFO O| Sep 17 14:03:37.246 INFO O| Done
82472024-09-17T14:03:38.519Z[ host-image] Sep 17 14:03:37.256 INFO O| Sep 17 14:03:37.256 INFO O| Done
82482024-09-17T14:03:38.611Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO STEP 14 (pkg_install) COMPLETE
82492024-09-17T14:03:38.611Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82502024-09-17T14:03:38.611Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO skip step because feature "mfg" is not enabled
82512024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82522024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO skip step because feature "compliance" is not enabled
82532024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82542024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO skip step because feature "stress" is not enabled
82552024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82562024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO skip step because feature "nfs" is not enabled
82572024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82582024-09-17T14:03:38.614Z[ host-image] Sep 17 14:03:37.348 INFO O| Sep 17 14:03:37.348 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82592024-09-17T14:03:38.734Z[ host-image] Sep 17 14:03:37.470 INFO O| Sep 17 14:03:37.470 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82602024-09-17T14:03:38.819Z[ host-image] Sep 17 14:03:37.556 INFO O| Sep 17 14:03:37.556 INFO completed processing gimlet/ramdisk-01-os
82612024-09-17T14:03:38.822Z[ host-image] Sep 17 14:03:37.558 INFO omicron1 baseline generation...
82622024-09-17T14:03:38.822Z[ host-image] Sep 17 14:03:37.558 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82632024-09-17T14:03:39.202Z[ host-image] Sep 17 14:03:37.938 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22881:20240913T172103Z
82642024-09-17T14:03:54.476Z[ recovery-image] Sep 17 14:03:53.210 INFO O| ok, image written!
82652024-09-17T14:03:54.476Z[ recovery-image] Sep 17 14:03:53.210 INFO O| ok, boot_image_csum file written!
82662024-09-17T14:03:54.480Z[ recovery-image] Sep 17 14:03:53.215 INFO creating boot archive (CPIO)...
82672024-09-17T14:03:54.483Z[ recovery-image] Sep 17 14:03:53.215 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
82682024-09-17T14:03:54.490Z[ recovery-image] Sep 17 14:03:53.224 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82692024-09-17T14:03:54.490Z[ recovery-image] Sep 17 14:03:53.224 INFO E| + outfile=/work/os-recovery/cpio
82702024-09-17T14:03:54.490Z[ recovery-image] Sep 17 14:03:53.224 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82712024-09-17T14:03:54.492Z[ recovery-image] Sep 17 14:03:53.226 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82722024-09-17T14:03:54.492Z[ recovery-image] Sep 17 14:03:53.227 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82732024-09-17T14:03:54.524Z[ recovery-image] Sep 17 14:03:53.259 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82742024-09-17T14:03:54.524Z[ recovery-image] Sep 17 14:03:53.259 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82752024-09-17T14:03:54.531Z[ recovery-image] Sep 17 14:03:53.266 INFO creating compressed cpio/unix for nanobl-rs...
82762024-09-17T14:03:54.534Z[ recovery-image] Sep 17 14:03:53.267 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
82772024-09-17T14:03:54.810Z[ recovery-image] Sep 17 14:03:53.544 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82782024-09-17T14:03:59.189Z[ recovery-image] Sep 17 14:03:57.922 INFO creating reset image...
82792024-09-17T14:03:59.192Z[ recovery-image] Sep 17 14:03:57.923 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82802024-09-17T14:03:59.453Z[ recovery-image] Sep 17 14:03:58.187 INFO E| Updating crates.io index
82812024-09-17T14:03:59.556Z[ recovery-image] Sep 17 14:03:58.289 INFO E| Downloading crates ...
82822024-09-17T14:03:59.643Z[ recovery-image] Sep 17 14:03:58.377 INFO E| Downloaded clap v4.5.17
82832024-09-17T14:03:59.654Z[ recovery-image] Sep 17 14:03:58.388 INFO E| Downloaded clap_lex v0.7.2
82842024-09-17T14:03:59.659Z[ recovery-image] Sep 17 14:03:58.393 INFO E| Downloaded os_pipe v1.2.1
82852024-09-17T14:03:59.661Z[ recovery-image] Sep 17 14:03:58.394 INFO E| Downloaded anstyle-query v1.1.1
82862024-09-17T14:03:59.664Z[ recovery-image] Sep 17 14:03:58.396 INFO E| Downloaded utf8parse v0.2.2
82872024-09-17T14:03:59.664Z[ recovery-image] Sep 17 14:03:58.397 INFO E| Downloaded shared_child v1.0.1
82882024-09-17T14:03:59.666Z[ recovery-image] Sep 17 14:03:58.398 INFO E| Downloaded colorchoice v1.0.2
82892024-09-17T14:03:59.666Z[ recovery-image] Sep 17 14:03:58.399 INFO E| Downloaded anstream v0.6.15
82902024-09-17T14:03:59.669Z[ recovery-image] Sep 17 14:03:58.401 INFO E| Downloaded anstyle-parse v0.2.5
82912024-09-17T14:03:59.671Z[ recovery-image] Sep 17 14:03:58.404 INFO E| Downloaded quote v1.0.37
82922024-09-17T14:03:59.674Z[ recovery-image] Sep 17 14:03:58.406 INFO E| Downloaded duct v0.13.7
82932024-09-17T14:03:59.676Z[ recovery-image] Sep 17 14:03:58.408 INFO E| Downloaded is_terminal_polyfill v1.70.1
82942024-09-17T14:03:59.682Z[ recovery-image] Sep 17 14:03:58.416 INFO E| Downloaded clap_builder v4.5.17
82952024-09-17T14:03:59.692Z[ recovery-image] Sep 17 14:03:58.426 INFO E| Downloaded syn v2.0.77
82962024-09-17T14:03:59.752Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling proc-macro2 v1.0.86
82972024-09-17T14:03:59.752Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling libc v0.2.158
82982024-09-17T14:03:59.755Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling unicode-ident v1.0.12
82992024-09-17T14:03:59.755Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling utf8parse v0.2.2
83002024-09-17T14:03:59.755Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling colorchoice v1.0.2
83012024-09-17T14:03:59.755Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling anstyle v1.0.8
83022024-09-17T14:03:59.755Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling anstyle-query v1.1.1
83032024-09-17T14:03:59.755Z[ recovery-image] Sep 17 14:03:58.486 INFO E| Compiling is_terminal_polyfill v1.70.1
83042024-09-17T14:03:59.953Z[ recovery-image] Sep 17 14:03:58.687 INFO E| Compiling anstyle-parse v0.2.5
83052024-09-17T14:03:59.953Z[ recovery-image] Sep 17 14:03:58.687 INFO E| Compiling clap_lex v0.7.2
83062024-09-17T14:03:59.977Z[ recovery-image] Sep 17 14:03:58.711 INFO E| Compiling strsim v0.11.1
83072024-09-17T14:03:59.982Z[ recovery-image] Sep 17 14:03:58.716 INFO E| Compiling heck v0.5.0
83082024-09-17T14:03:59.987Z[ recovery-image] Sep 17 14:03:58.721 INFO E| Compiling once_cell v1.19.0
83092024-09-17T14:04:00.261Z[ recovery-image] Sep 17 14:03:58.994 INFO E| Compiling anstream v0.6.15
83102024-09-17T14:04:00.645Z[ recovery-image] Sep 17 14:03:59.379 INFO E| Compiling clap_builder v4.5.17
83112024-09-17T14:04:01.111Z[ recovery-image] Sep 17 14:03:59.844 INFO E| Compiling shared_child v1.0.1
83122024-09-17T14:04:01.111Z[ recovery-image] Sep 17 14:03:59.844 INFO E| Compiling os_pipe v1.2.1
83132024-09-17T14:04:01.238Z[ recovery-image] Sep 17 14:03:59.972 INFO E| Compiling quote v1.0.37
83142024-09-17T14:04:01.245Z[ recovery-image] Sep 17 14:03:59.978 INFO E| Compiling duct v0.13.7
83152024-09-17T14:04:01.554Z[ recovery-image] Sep 17 14:04:00.288 INFO E| Compiling syn v2.0.77
83162024-09-17T14:04:05.485Z[ recovery-image] Sep 17 14:04:04.218 INFO E| Compiling clap_derive v4.5.13
83172024-09-17T14:04:07.334Z[ recovery-image] Sep 17 14:04:06.066 INFO E| Compiling clap v4.5.17
83182024-09-17T14:04:07.390Z[ recovery-image] Sep 17 14:04:06.123 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83192024-09-17T14:04:08.388Z[ recovery-image] Sep 17 14:04:07.121 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
83202024-09-17T14:04:08.399Z[ recovery-image] Sep 17 14:04:07.132 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83212024-09-17T14:04:08.531Z[ recovery-image] Sep 17 14:04:07.263 INFO E| Updating crates.io index
83222024-09-17T14:04:08.680Z[ recovery-image] Sep 17 14:04:07.413 INFO E| Downloading crates ...
83232024-09-17T14:04:08.725Z[ recovery-image] Sep 17 14:04:07.458 INFO E| Downloaded cpio_reader v0.1.1
83242024-09-17T14:04:08.740Z[ recovery-image] Sep 17 14:04:07.473 INFO E| Downloaded bit_field v0.10.2
83252024-09-17T14:04:08.742Z[ recovery-image] Sep 17 14:04:07.474 INFO E| Downloaded seq-macro v0.3.5
83262024-09-17T14:04:08.745Z[ recovery-image] Sep 17 14:04:07.476 INFO E| Downloaded raw-cpuid v10.7.0
83272024-09-17T14:04:08.747Z[ recovery-image] Sep 17 14:04:07.479 INFO E| Downloaded miniz_oxide v0.7.4
83282024-09-17T14:04:08.856Z[ recovery-image] Sep 17 14:04:07.588 INFO E| Downloaded x86 v0.52.0
83292024-09-17T14:04:08.929Z[ recovery-image] Sep 17 14:04:07.661 INFO E| Updating crates.io index
83302024-09-17T14:04:09.020Z[ recovery-image] Sep 17 14:04:07.752 INFO E| Downloading crates ...
83312024-09-17T14:04:09.085Z[ recovery-image] Sep 17 14:04:07.818 INFO E| Downloaded compiler_builtins v0.1.123
83322024-09-17T14:04:09.157Z[ recovery-image] Sep 17 14:04:07.890 INFO E| Compiling compiler_builtins v0.1.123
83332024-09-17T14:04:09.157Z[ recovery-image] Sep 17 14:04:07.890 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)
83342024-09-17T14:04:09.160Z[ recovery-image] Sep 17 14:04:07.890 INFO E| Compiling proc-macro2 v1.0.86
83352024-09-17T14:04:09.160Z[ recovery-image] Sep 17 14:04:07.890 INFO E| Compiling unicode-ident v1.0.12
83362024-09-17T14:04:09.160Z[ recovery-image] Sep 17 14:04:07.890 INFO E| Compiling syn v1.0.109
83372024-09-17T14:04:09.160Z[ recovery-image] Sep 17 14:04:07.890 INFO E| Compiling x86 v0.52.0
83382024-09-17T14:04:09.160Z[ recovery-image] Sep 17 14:04:07.890 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
83392024-09-17T14:04:09.160Z[ recovery-image] Sep 17 14:04:07.890 INFO E| Compiling seq-macro v0.3.5
83402024-09-17T14:04:10.312Z[ recovery-image] Sep 17 14:04:09.044 INFO E| Compiling quote v1.0.37
83412024-09-17T14:04:10.575Z[ recovery-image] Sep 17 14:04:09.308 INFO E| Compiling syn v2.0.77
83422024-09-17T14:04:13.061Z[ recovery-image] Sep 17 14:04:11.792 INFO E| Compiling scroll_derive v0.12.0
83432024-09-17T14:04:15.201Z[ recovery-image] Sep 17 14:04:13.933 INFO E| Compiling bitstruct_derive v0.1.0
83442024-09-17T14:04:27.350Z[ recovery-image] Sep 17 14:04:26.080 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)
83452024-09-17T14:04:29.039Z[ recovery-image] Sep 17 14:04:27.768 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)
83462024-09-17T14:04:29.831Z[ host-image] Sep 17 14:04:28.561 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22881:20240913T172138Z
83472024-09-17T14:04:29.831Z[ host-image] Sep 17 14:04:28.561 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22881:20240913T172138Z
83482024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.561 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83492024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.561 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83502024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.562 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83512024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.562 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83522024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.563 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83532024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.563 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83542024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.563 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83552024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.563 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83562024-09-17T14:04:29.834Z[ host-image] Sep 17 14:04:28.563 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22881:20240913T172139Z
83572024-09-17T14:04:29.837Z[ host-image] Sep 17 14:04:28.565 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22881:20240913T172140Z
83582024-09-17T14:04:29.837Z[ host-image] Sep 17 14:04:28.566 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22881:20240913T172140Z
83592024-09-17T14:04:29.837Z[ host-image] Sep 17 14:04:28.566 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22881:20240913T172140Z
83602024-09-17T14:04:29.837Z[ host-image] Sep 17 14:04:28.566 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83612024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.567 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22881:20240913T172140Z
83622024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.568 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22881:20240913T172140Z
83632024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.568 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22881:20240913T172140Z
83642024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.568 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22881:20240913T172140Z
83652024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.568 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22881:20240913T172141Z
83662024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.568 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22881:20240913T172141Z
83672024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.569 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22881:20240913T172142Z
83682024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.569 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22881:20240913T172142Z
83692024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.569 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22881:20240913T172143Z
83702024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.569 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22881:20240913T172144Z
83712024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.569 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22881:20240913T172144Z
83722024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.569 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22881:20240913T172146Z
83732024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.569 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22881:20240913T172146Z
83742024-09-17T14:04:29.840Z[ host-image] Sep 17 14:04:28.570 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83752024-09-17T14:04:29.843Z[ host-image] Sep 17 14:04:28.570 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22881:20240913T172148Z
83762024-09-17T14:04:29.843Z[ host-image] Sep 17 14:04:28.570 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22881:20240913T172150Z
83772024-09-17T14:04:29.843Z[ host-image] Sep 17 14:04:28.570 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22881:20240913T172151Z
83782024-09-17T14:04:29.843Z[ host-image] Sep 17 14:04:28.570 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22881:20240913T172152Z
83792024-09-17T14:04:29.843Z[ host-image] Sep 17 14:04:28.571 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22881:20240913T172153Z
83802024-09-17T14:04:29.843Z[ host-image] Sep 17 14:04:28.571 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22881:20240913T172153Z
83812024-09-17T14:04:29.851Z[ host-image] Sep 17 14:04:28.581 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83822024-09-17T14:04:29.854Z[ host-image] Sep 17 14:04:28.581 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22881:20240913T172153Z
83832024-09-17T14:04:29.854Z[ host-image] Sep 17 14:04:28.581 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
83842024-09-17T14:04:29.854Z[ host-image] Sep 17 14:04:28.581 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83852024-09-17T14:04:29.854Z[ host-image] Sep 17 14:04:28.582 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83862024-09-17T14:04:29.854Z[ host-image] Sep 17 14:04:28.583 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22881:20240913T172153Z
83872024-09-17T14:04:29.854Z[ host-image] Sep 17 14:04:28.583 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83882024-09-17T14:04:29.857Z[ host-image] Sep 17 14:04:28.583 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83892024-09-17T14:04:29.857Z[ host-image] Sep 17 14:04:28.585 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83902024-09-17T14:04:29.857Z[ host-image] Sep 17 14:04:28.585 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83912024-09-17T14:04:29.870Z[ host-image] Sep 17 14:04:28.600 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83922024-09-17T14:04:29.870Z[ host-image] Sep 17 14:04:28.600 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83932024-09-17T14:04:29.870Z[ host-image] Sep 17 14:04:28.600 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83942024-09-17T14:04:29.873Z[ host-image] Sep 17 14:04:28.601 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83952024-09-17T14:04:29.873Z[ host-image] Sep 17 14:04:28.602 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83962024-09-17T14:04:29.873Z[ host-image] Sep 17 14:04:28.602 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83972024-09-17T14:04:29.908Z[ host-image] Sep 17 14:04:28.638 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83982024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.639 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83992024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.639 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84002024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22881:20240913T172155Z
84012024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22881:20240913T172201Z
84022024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
84032024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22881:20240913T172202Z
84042024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
84052024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
84062024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
84072024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.640 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22881:20240913T172202Z
84082024-09-17T14:04:29.911Z[ host-image] Sep 17 14:04:28.641 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
84092024-09-17T14:04:29.915Z[ host-image] Sep 17 14:04:28.645 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
84102024-09-17T14:04:29.918Z[ host-image] Sep 17 14:04:28.646 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
84112024-09-17T14:04:29.918Z[ host-image] Sep 17 14:04:28.646 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
84122024-09-17T14:04:29.918Z[ host-image] Sep 17 14:04:28.646 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22881:20240913T172202Z
84132024-09-17T14:04:29.918Z[ host-image] Sep 17 14:04:28.646 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84142024-09-17T14:04:29.931Z[ host-image] Sep 17 14:04:28.661 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84152024-09-17T14:04:29.935Z[ host-image] Sep 17 14:04:28.661 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22881:20240913T172203Z
84162024-09-17T14:04:29.935Z[ host-image] Sep 17 14:04:28.664 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22881:20240913T172203Z
84172024-09-17T14:04:29.937Z[ host-image] Sep 17 14:04:28.664 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22881:20240913T172203Z
84182024-09-17T14:04:29.937Z[ host-image] Sep 17 14:04:28.664 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84192024-09-17T14:04:29.937Z[ host-image] Sep 17 14:04:28.665 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22881:20240913T172205Z
84202024-09-17T14:04:29.937Z[ host-image] Sep 17 14:04:28.665 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22881:20240913T172205Z
84212024-09-17T14:04:29.937Z[ host-image] Sep 17 14:04:28.665 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22881:20240913T172205Z
84222024-09-17T14:04:29.937Z[ host-image] Sep 17 14:04:28.666 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22881:20240913T172205Z
84232024-09-17T14:04:29.940Z[ host-image] Sep 17 14:04:28.670 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84242024-09-17T14:04:29.940Z[ host-image] Sep 17 14:04:28.670 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22881:20240913T172206Z
84252024-09-17T14:04:29.943Z[ host-image] Sep 17 14:04:28.671 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22881:20240913T172207Z
84262024-09-17T14:04:29.943Z[ host-image] Sep 17 14:04:28.671 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84272024-09-17T14:04:29.943Z[ host-image] Sep 17 14:04:28.671 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22881:20240913T172207Z
84282024-09-17T14:04:29.943Z[ host-image] Sep 17 14:04:28.671 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22881:20240913T172207Z
84292024-09-17T14:04:29.943Z[ host-image] Sep 17 14:04:28.671 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22881:20240913T172207Z
84302024-09-17T14:04:29.943Z[ host-image] Sep 17 14:04:28.672 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22881:20240913T172208Z
84312024-09-17T14:04:29.950Z[ host-image] Sep 17 14:04:28.680 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22881:20240913T172208Z
84322024-09-17T14:04:29.950Z[ host-image] Sep 17 14:04:28.680 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84332024-09-17T14:04:29.953Z[ host-image] Sep 17 14:04:28.683 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22881:20240913T172208Z
84342024-09-17T14:04:29.956Z[ host-image] Sep 17 14:04:28.685 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22881:20240913T172208Z
84352024-09-17T14:04:29.956Z[ host-image] Sep 17 14:04:28.685 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22881:20240913T172208Z
84362024-09-17T14:04:29.956Z[ host-image] Sep 17 14:04:28.685 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22881:20240913T172208Z
84372024-09-17T14:04:29.958Z[ host-image] Sep 17 14:04:28.686 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22881:20240913T172208Z
84382024-09-17T14:04:29.958Z[ host-image] Sep 17 14:04:28.686 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22881:20240913T172209Z
84392024-09-17T14:04:29.966Z[ host-image] Sep 17 14:04:28.696 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22881:20240913T172210Z
84402024-09-17T14:04:29.968Z[ host-image] Sep 17 14:04:28.696 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22881:20240913T172209Z
84412024-09-17T14:04:29.968Z[ host-image] Sep 17 14:04:28.697 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22881:20240913T172210Z
84422024-09-17T14:04:29.969Z[ host-image] Sep 17 14:04:28.698 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22881:20240913T172210Z
84432024-09-17T14:04:29.969Z[ host-image] Sep 17 14:04:28.698 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22881:20240913T172210Z
84442024-09-17T14:04:29.990Z[ host-image] Sep 17 14:04:28.720 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22881:20240913T172213Z
84452024-09-17T14:04:29.990Z[ host-image] Sep 17 14:04:28.720 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22881:20240913T172210Z
84462024-09-17T14:04:29.992Z[ host-image] Sep 17 14:04:28.720 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22881:20240913T172211Z
84472024-09-17T14:04:29.992Z[ host-image] Sep 17 14:04:28.720 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84482024-09-17T14:04:29.992Z[ host-image] Sep 17 14:04:28.720 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84492024-09-17T14:04:30.021Z[ host-image] Sep 17 14:04:28.750 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22881:20240913T172211Z
84502024-09-17T14:04:30.025Z[ host-image] Sep 17 14:04:28.750 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84512024-09-17T14:04:30.025Z[ host-image] Sep 17 14:04:28.750 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22881:20240913T172211Z
84522024-09-17T14:04:30.025Z[ host-image] Sep 17 14:04:28.751 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22881:20240913T172211Z
84532024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.752 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22881:20240913T172211Z
84542024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.752 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84552024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.753 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84562024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.753 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22881:20240913T172212Z
84572024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.753 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22881:20240913T172212Z
84582024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.753 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22881:20240913T172212Z
84592024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.754 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22881:20240913T172213Z
84602024-09-17T14:04:30.026Z[ host-image] Sep 17 14:04:28.754 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22881:20240913T172213Z
84612024-09-17T14:04:30.030Z[ host-image] Sep 17 14:04:28.754 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22881:20240913T172213Z
84622024-09-17T14:04:30.030Z[ host-image] Sep 17 14:04:28.757 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84632024-09-17T14:04:30.030Z[ host-image] Sep 17 14:04:28.757 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22881:20240913T172214Z
84642024-09-17T14:04:30.030Z[ host-image] Sep 17 14:04:28.759 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22881:20240913T172214Z
84652024-09-17T14:04:30.030Z[ host-image] Sep 17 14:04:28.759 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22881:20240913T172214Z
84662024-09-17T14:04:30.030Z[ host-image] Sep 17 14:04:28.759 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22881:20240913T172215Z
84672024-09-17T14:04:30.032Z[ host-image] Sep 17 14:04:28.760 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22881:20240913T172215Z
84682024-09-17T14:04:30.032Z[ host-image] Sep 17 14:04:28.760 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22881:20240913T172215Z
84692024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.760 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84702024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.760 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84712024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.760 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22881:20240913T172217Z
84722024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.761 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22881:20240913T172218Z
84732024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.761 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84742024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.761 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84752024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.761 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84762024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.761 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84772024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.761 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84782024-09-17T14:04:30.033Z[ host-image] Sep 17 14:04:28.762 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84792024-09-17T14:04:30.035Z[ host-image] Sep 17 14:04:28.763 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84802024-09-17T14:04:30.035Z[ host-image] Sep 17 14:04:28.764 INFO O| tempdir @ "/tmp/.tmpXcorDo/tmp"
84812024-09-17T14:04:30.035Z[ host-image] Sep 17 14:04:28.764 INFO O| image root @ "/tmp/.tmpXcorDo/tmp/root"
84822024-09-17T14:04:30.035Z[ host-image] Sep 17 14:04:28.764 INFO O| creating image...
84832024-09-17T14:04:30.542Z[ host-image] Sep 17 14:04:29.271 INFO O| copying publishers...
84842024-09-17T14:04:32.169Z[ recovery-image] Sep 17 14:04:30.898 INFO E| Compiling bitflags v1.3.2
84852024-09-17T14:04:32.169Z[ recovery-image] Sep 17 14:04:30.898 INFO E| Compiling bit_field v0.10.2
84862024-09-17T14:04:32.172Z[ recovery-image] Sep 17 14:04:30.898 INFO E| Compiling plain v0.2.3
84872024-09-17T14:04:32.172Z[ recovery-image] Sep 17 14:04:30.898 INFO E| Compiling log v0.4.22
84882024-09-17T14:04:32.172Z[ recovery-image] Sep 17 14:04:30.898 INFO E| Compiling scroll v0.12.0
84892024-09-17T14:04:32.172Z[ recovery-image] Sep 17 14:04:30.899 INFO E| Compiling adler v1.0.2
84902024-09-17T14:04:32.172Z[ recovery-image] Sep 17 14:04:30.899 INFO E| Compiling bitstruct v0.1.1
84912024-09-17T14:04:32.260Z[ recovery-image] Sep 17 14:04:30.989 INFO E| Compiling raw-cpuid v10.7.0
84922024-09-17T14:04:32.292Z[ recovery-image] Sep 17 14:04:31.021 INFO E| Compiling cpio_reader v0.1.1
84932024-09-17T14:04:32.317Z[ recovery-image] Sep 17 14:04:31.047 INFO E| Compiling static_assertions v1.1.0
84942024-09-17T14:04:32.407Z[ recovery-image] Sep 17 14:04:31.137 INFO E| Compiling miniz_oxide v0.7.4
84952024-09-17T14:04:32.637Z[ recovery-image] Sep 17 14:04:31.366 INFO E| Compiling goblin v0.8.2
84962024-09-17T14:04:38.074Z[ host-image] Sep 17 14:04:36.803 INFO O| adding properties...
84972024-09-17T14:04:38.972Z[ recovery-image] Sep 17 14:04:37.700 INFO E| Finished `release` profile [optimized] target(s) in 30.55s
84982024-09-17T14:04:38.994Z[ recovery-image] Sep 17 14:04:37.723 INFO building host image...
84992024-09-17T14:04:38.997Z[ recovery-image] Sep 17 14:04:37.723 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")
85002024-09-17T14:04:39.227Z[ host-image] Sep 17 14:04:37.955 INFO O| installing packages...
85012024-09-17T14:04:39.458Z[ recovery-image] Sep 17 14:04:38.186 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
85022024-09-17T14:04:40.833Z[ recovery-image] Sep 17 14:04:39.561 INFO image complete! materials are in "/work/os-recovery"
85032024-09-17T14:04:40.836Z[ recovery-image]
85042024-09-17T14:04:40.836Z[ recovery-image] real 7:54.775685014
85052024-09-17T14:04:40.836Z[ recovery-image] user 4:30.882269002
85062024-09-17T14:04:40.836Z[ recovery-image] sys 45.776132640
85072024-09-17T14:04:40.836Z[ recovery-image] trap 0.129807722
85082024-09-17T14:04:40.836Z[ recovery-image] tflt 0.190721115
85092024-09-17T14:04:40.836Z[ recovery-image] dflt 1.177699970
85102024-09-17T14:04:40.836Z[ recovery-image] kflt 0.000001759
85112024-09-17T14:04:40.837Z[ recovery-image] lock 8:56.922360859
85122024-09-17T14:04:40.837Z[ recovery-image] slp 49:18.874032554
85132024-09-17T14:04:40.837Z[ recovery-image] lat 58.389746361
85142024-09-17T14:04:40.839Z[ recovery-image] stop 3.962416587
85152024-09-17T14:04:40.839ZSep 17 14:04:39.565 INFO [recovery-image] process exited with exit status: 0 (474.791007849s)
85162024-09-17T14:04:54.553Z[ host-image] Sep 17 14:04:53.280 INFO O| seeding SMF database...
85172024-09-17T14:05:02.096Z[ host-image] Sep 17 14:05:00.821 INFO O| configuring SMF profile...
85182024-09-17T14:05:02.098Z[ host-image] Sep 17 14:05:00.821 INFO O| modifying shadow(5)...
85192024-09-17T14:05:02.098Z[ host-image] Sep 17 14:05:00.821 INFO O| loading user and group database...
85202024-09-17T14:05:02.099Z[ host-image] Sep 17 14:05:00.821 INFO O| assessing packaged files...
85212024-09-17T14:05:04.205Z[ host-image] Sep 17 14:05:02.930 INFO O| creating archive...
85222024-09-17T14:05:04.238Z[ host-image] Sep 17 14:05:02.963 INFO O| missing from packaging:
85232024-09-17T14:05:04.241Z[ host-image] Sep 17 14:05:02.963 INFO O| "etc/.pwd.lock"
85242024-09-17T14:05:04.241Z[ host-image] Sep 17 14:05:02.964 INFO O| "etc/bash"
85252024-09-17T14:05:04.244Z[ host-image] Sep 17 14:05:02.969 INFO O| "etc/svc/profile/generic.xml"
85262024-09-17T14:05:04.244Z[ host-image] Sep 17 14:05:02.969 INFO O| "etc/svc/profile/inetd_services.xml"
85272024-09-17T14:05:04.244Z[ host-image] Sep 17 14:05:02.969 INFO O| "etc/svc/profile/name_service.xml"
85282024-09-17T14:05:04.244Z[ host-image] Sep 17 14:05:02.969 INFO O| "etc/svc/profile/platform.xml"
85292024-09-17T14:05:04.244Z[ host-image] Sep 17 14:05:02.969 INFO O| "etc/svc/profile/platform_omicron1.xml"
85302024-09-17T14:05:04.244Z[ host-image] Sep 17 14:05:02.969 INFO O| "etc/svc/repository.db"
85312024-09-17T14:05:04.252Z[ host-image] Sep 17 14:05:02.977 INFO O| "opt/ooce/share"
85322024-09-17T14:05:04.252Z[ host-image] Sep 17 14:05:02.977 INFO O| "opt/ooce/share/man"
85332024-09-17T14:05:04.254Z[ host-image] Sep 17 14:05:02.977 INFO O| "opt/ooce/share/man/man1"
85342024-09-17T14:05:04.260Z[ host-image] Sep 17 14:05:02.986 INFO O| finishing archive...
85352024-09-17T14:05:07.102Z[ host-image] Sep 17 14:05:05.827 INFO O| creating gzonly manifest...
85362024-09-17T14:05:07.114Z[ host-image] Sep 17 14:05:05.839 INFO O| ok
85372024-09-17T14:05:07.208Z[ host-image] Sep 17 14:05:05.932 INFO image builder template: ramdisk-02-trim...
85382024-09-17T14:05:07.208Z[ host-image] Sep 17 14:05:05.932 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/.tmpUb1DXk/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
85392024-09-17T14:05:07.231Z[ host-image] Sep 17 14:05:05.955 INFO O| Sep 17 14:05:05.955 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85402024-09-17T14:05:07.234Z[ host-image] Sep 17 14:05:05.959 INFO O| Sep 17 14:05:05.959 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85412024-09-17T14:05:07.383Z[ host-image] Sep 17 14:05:06.107 INFO O| Sep 17 14:05:06.107 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85422024-09-17T14:05:07.493Z[ host-image] Sep 17 14:05:06.218 INFO O| Sep 17 14:05:06.218 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85432024-09-17T14:05:07.496Z[ host-image] Sep 17 14:05:06.218 INFO O| Sep 17 14:05:06.218 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85442024-09-17T14:05:07.498Z[ host-image] Sep 17 14:05:06.223 INFO O| Sep 17 14:05:06.223 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85452024-09-17T14:05:07.502Z[ host-image] Sep 17 14:05:06.227 INFO O| Sep 17 14:05:06.227 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85462024-09-17T14:05:07.507Z[ host-image] Sep 17 14:05:06.232 INFO O| Sep 17 14:05:06.232 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85472024-09-17T14:05:07.772Z[ host-image] Sep 17 14:05:06.496 INFO O| Sep 17 14:05:06.496 INFO rolled back to input snapshot; work may begin
85482024-09-17T14:05:07.772Z[ host-image] Sep 17 14:05:06.496 INFO O| Sep 17 14:05:06.496 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85492024-09-17T14:05:07.777Z[ host-image] Sep 17 14:05:06.502 INFO O| Sep 17 14:05:06.502 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-09-17T14:05:07.787Z[ host-image] Sep 17 14:05:06.512 INFO O| Sep 17 14:05:06.512 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85512024-09-17T14:05:07.831Z[ host-image] Sep 17 14:05:06.556 INFO O| Sep 17 14:05:06.556 INFO STEP 0 (remove_files) COMPLETE
85522024-09-17T14:05:07.832Z[ host-image] Sep 17 14:05:06.556 INFO O| Sep 17 14:05:06.556 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-09-17T14:05:07.842Z[ host-image] Sep 17 14:05:06.566 INFO O| Sep 17 14:05:06.566 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85542024-09-17T14:05:07.844Z[ host-image] Sep 17 14:05:06.568 INFO O| Sep 17 14:05:06.568 INFO STEP 1 (remove_files) COMPLETE
85552024-09-17T14:05:07.844Z[ host-image] Sep 17 14:05:06.568 INFO O| Sep 17 14:05:06.568 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-09-17T14:05:07.853Z[ host-image] Sep 17 14:05:06.578 INFO O| Sep 17 14:05:06.578 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85572024-09-17T14:05:07.866Z[ host-image] Sep 17 14:05:06.591 INFO O| Sep 17 14:05:06.591 INFO STEP 2 (remove_files) COMPLETE
85582024-09-17T14:05:07.866Z[ host-image] Sep 17 14:05:06.591 INFO O| Sep 17 14:05:06.591 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-09-17T14:05:07.876Z[ host-image] Sep 17 14:05:06.601 INFO O| Sep 17 14:05:06.601 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85602024-09-17T14:05:07.878Z[ host-image] Sep 17 14:05:06.603 INFO O| Sep 17 14:05:06.603 INFO STEP 3 (remove_files) COMPLETE
85612024-09-17T14:05:07.879Z[ host-image] Sep 17 14:05:06.603 INFO O| Sep 17 14:05:06.603 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-09-17T14:05:07.887Z[ host-image] Sep 17 14:05:06.612 INFO O| Sep 17 14:05:06.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85632024-09-17T14:05:07.891Z[ host-image] Sep 17 14:05:06.615 INFO O| Sep 17 14:05:06.615 INFO STEP 4 (remove_files) COMPLETE
85642024-09-17T14:05:07.891Z[ host-image] Sep 17 14:05:06.616 INFO O| Sep 17 14:05:06.615 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-09-17T14:05:07.900Z[ host-image] Sep 17 14:05:06.625 INFO O| Sep 17 14:05:06.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85662024-09-17T14:05:07.904Z[ host-image] Sep 17 14:05:06.627 INFO O| Sep 17 14:05:06.627 INFO STEP 5 (remove_files) COMPLETE
85672024-09-17T14:05:07.904Z[ host-image] Sep 17 14:05:06.627 INFO O| Sep 17 14:05:06.627 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-09-17T14:05:07.912Z[ host-image] Sep 17 14:05:06.636 INFO O| Sep 17 14:05:06.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85692024-09-17T14:05:07.921Z[ host-image] Sep 17 14:05:06.646 INFO O| Sep 17 14:05:06.646 INFO STEP 6 (remove_files) COMPLETE
85702024-09-17T14:05:07.921Z[ host-image] Sep 17 14:05:06.646 INFO O| Sep 17 14:05:06.646 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-09-17T14:05:07.930Z[ host-image] Sep 17 14:05:06.655 INFO O| Sep 17 14:05:06.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85722024-09-17T14:05:07.941Z[ host-image] Sep 17 14:05:06.666 INFO O| Sep 17 14:05:06.666 INFO STEP 7 (remove_files) COMPLETE
85732024-09-17T14:05:07.942Z[ host-image] Sep 17 14:05:06.666 INFO O| Sep 17 14:05:06.666 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-09-17T14:05:07.951Z[ host-image] Sep 17 14:05:06.675 INFO O| Sep 17 14:05:06.675 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85752024-09-17T14:05:08.021Z[ host-image] Sep 17 14:05:06.745 INFO O| Sep 17 14:05:06.745 INFO STEP 8 (remove_files) COMPLETE
85762024-09-17T14:05:08.021Z[ host-image] Sep 17 14:05:06.745 INFO O| Sep 17 14:05:06.745 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-09-17T14:05:08.030Z[ host-image] Sep 17 14:05:06.755 INFO O| Sep 17 14:05:06.755 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85782024-09-17T14:05:08.104Z[ host-image] Sep 17 14:05:06.829 INFO O| Sep 17 14:05:06.829 INFO STEP 9 (remove_files) COMPLETE
85792024-09-17T14:05:08.104Z[ host-image] Sep 17 14:05:06.829 INFO O| Sep 17 14:05:06.829 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-09-17T14:05:08.113Z[ host-image] Sep 17 14:05:06.838 INFO O| Sep 17 14:05:06.838 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85812024-09-17T14:05:08.117Z[ host-image] Sep 17 14:05:06.842 INFO O| Sep 17 14:05:06.842 INFO STEP 10 (remove_files) COMPLETE
85822024-09-17T14:05:08.117Z[ host-image] Sep 17 14:05:06.842 INFO O| Sep 17 14:05:06.842 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-09-17T14:05:08.126Z[ host-image] Sep 17 14:05:06.851 INFO O| Sep 17 14:05:06.851 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85842024-09-17T14:05:08.128Z[ host-image] Sep 17 14:05:06.852 INFO O| Sep 17 14:05:06.852 INFO STEP 11 (remove_files) COMPLETE
85852024-09-17T14:05:08.128Z[ host-image] Sep 17 14:05:06.852 INFO O| Sep 17 14:05:06.852 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-09-17T14:05:08.136Z[ host-image] Sep 17 14:05:06.861 INFO O| Sep 17 14:05:06.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85872024-09-17T14:05:08.138Z[ host-image] Sep 17 14:05:06.862 INFO O| Sep 17 14:05:06.862 INFO STEP 12 (remove_files) COMPLETE
85882024-09-17T14:05:08.138Z[ host-image] Sep 17 14:05:06.862 INFO O| Sep 17 14:05:06.862 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-09-17T14:05:08.155Z[ host-image] Sep 17 14:05:06.880 INFO O| Sep 17 14:05:06.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85902024-09-17T14:05:08.167Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85912024-09-17T14:05:08.167Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85922024-09-17T14:05:08.169Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85932024-09-17T14:05:08.169Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85942024-09-17T14:05:08.169Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85952024-09-17T14:05:08.169Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85962024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85972024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85982024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.892 INFO O| Sep 17 14:05:06.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85992024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.893 INFO O| Sep 17 14:05:06.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86002024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.893 INFO O| Sep 17 14:05:06.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86012024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.893 INFO O| Sep 17 14:05:06.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86022024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.893 INFO O| Sep 17 14:05:06.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86032024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.893 INFO O| Sep 17 14:05:06.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86042024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.894 INFO O| Sep 17 14:05:06.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86052024-09-17T14:05:08.170Z[ host-image] Sep 17 14:05:06.894 INFO O| Sep 17 14:05:06.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86062024-09-17T14:05:08.313Z[ host-image] Sep 17 14:05:07.037 INFO O| Sep 17 14:05:07.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86072024-09-17T14:05:08.315Z[ host-image] Sep 17 14:05:07.037 INFO O| Sep 17 14:05:07.037 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86082024-09-17T14:05:08.315Z[ host-image] Sep 17 14:05:07.038 INFO O| Sep 17 14:05:07.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86092024-09-17T14:05:08.322Z[ host-image] Sep 17 14:05:07.046 INFO O| Sep 17 14:05:07.046 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86102024-09-17T14:05:08.524Z[ host-image] Sep 17 14:05:07.248 INFO O| Sep 17 14:05:07.248 INFO STEP 13 (remove_files) COMPLETE
86112024-09-17T14:05:08.524Z[ host-image] Sep 17 14:05:07.248 INFO O| Sep 17 14:05:07.248 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-09-17T14:05:08.535Z[ host-image] Sep 17 14:05:07.260 INFO O| Sep 17 14:05:07.260 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86132024-09-17T14:05:08.539Z[ host-image] Sep 17 14:05:07.261 INFO O| Sep 17 14:05:07.261 INFO STEP 14 (remove_files) COMPLETE
86142024-09-17T14:05:08.539Z[ host-image] Sep 17 14:05:07.261 INFO O| Sep 17 14:05:07.261 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-09-17T14:05:08.546Z[ host-image] Sep 17 14:05:07.270 INFO O| Sep 17 14:05:07.270 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86162024-09-17T14:05:08.551Z[ host-image] Sep 17 14:05:07.276 INFO O| Sep 17 14:05:07.276 INFO STEP 15 (remove_files) COMPLETE
86172024-09-17T14:05:08.551Z[ host-image] Sep 17 14:05:07.276 INFO O| Sep 17 14:05:07.276 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-09-17T14:05:08.560Z[ host-image] Sep 17 14:05:07.285 INFO O| Sep 17 14:05:07.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86192024-09-17T14:05:08.563Z[ host-image] Sep 17 14:05:07.285 INFO O| Sep 17 14:05:07.285 INFO STEP 16 (remove_files) COMPLETE
86202024-09-17T14:05:08.563Z[ host-image] Sep 17 14:05:07.285 INFO O| Sep 17 14:05:07.285 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-09-17T14:05:08.570Z[ host-image] Sep 17 14:05:07.294 INFO O| Sep 17 14:05:07.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86222024-09-17T14:05:08.572Z[ host-image] Sep 17 14:05:07.296 INFO O| Sep 17 14:05:07.296 INFO STEP 17 (remove_files) COMPLETE
86232024-09-17T14:05:08.572Z[ host-image] Sep 17 14:05:07.296 INFO O| Sep 17 14:05:07.296 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-09-17T14:05:08.580Z[ host-image] Sep 17 14:05:07.305 INFO O| Sep 17 14:05:07.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86252024-09-17T14:05:08.580Z[ host-image] Sep 17 14:05:07.305 INFO O| Sep 17 14:05:07.305 INFO STEP 18 (remove_files) COMPLETE
86262024-09-17T14:05:08.580Z[ host-image] Sep 17 14:05:07.305 INFO O| Sep 17 14:05:07.305 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-09-17T14:05:08.589Z[ host-image] Sep 17 14:05:07.314 INFO O| Sep 17 14:05:07.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86282024-09-17T14:05:08.589Z[ host-image] Sep 17 14:05:07.314 INFO O| Sep 17 14:05:07.314 INFO STEP 19 (remove_files) COMPLETE
86292024-09-17T14:05:08.589Z[ host-image] Sep 17 14:05:07.314 INFO O| Sep 17 14:05:07.314 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-09-17T14:05:08.598Z[ host-image] Sep 17 14:05:07.323 INFO O| Sep 17 14:05:07.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86312024-09-17T14:05:08.598Z[ host-image] Sep 17 14:05:07.323 INFO O| Sep 17 14:05:07.323 INFO STEP 20 (remove_files) COMPLETE
86322024-09-17T14:05:08.601Z[ host-image] Sep 17 14:05:07.323 INFO O| Sep 17 14:05:07.323 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-09-17T14:05:08.607Z[ host-image] Sep 17 14:05:07.332 INFO O| Sep 17 14:05:07.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86342024-09-17T14:05:08.607Z[ host-image] Sep 17 14:05:07.332 INFO O| Sep 17 14:05:07.332 INFO STEP 21 (remove_files) COMPLETE
86352024-09-17T14:05:08.610Z[ host-image] Sep 17 14:05:07.332 INFO O| Sep 17 14:05:07.332 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-09-17T14:05:08.616Z[ host-image] Sep 17 14:05:07.341 INFO O| Sep 17 14:05:07.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86372024-09-17T14:05:08.616Z[ host-image] Sep 17 14:05:07.341 INFO O| Sep 17 14:05:07.341 INFO STEP 22 (remove_files) COMPLETE
86382024-09-17T14:05:08.616Z[ host-image] Sep 17 14:05:07.341 INFO O| Sep 17 14:05:07.341 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-09-17T14:05:08.626Z[ host-image] Sep 17 14:05:07.350 INFO O| Sep 17 14:05:07.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86402024-09-17T14:05:08.626Z[ host-image] Sep 17 14:05:07.350 INFO O| Sep 17 14:05:07.350 INFO STEP 23 (remove_files) COMPLETE
86412024-09-17T14:05:08.628Z[ host-image] Sep 17 14:05:07.350 INFO O| Sep 17 14:05:07.350 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-09-17T14:05:08.635Z[ host-image] Sep 17 14:05:07.359 INFO O| Sep 17 14:05:07.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86432024-09-17T14:05:08.635Z[ host-image] Sep 17 14:05:07.359 INFO O| Sep 17 14:05:07.359 INFO STEP 24 (remove_files) COMPLETE
86442024-09-17T14:05:08.637Z[ host-image] Sep 17 14:05:07.359 INFO O| Sep 17 14:05:07.359 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-09-17T14:05:08.644Z[ host-image] Sep 17 14:05:07.368 INFO O| Sep 17 14:05:07.368 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86462024-09-17T14:05:08.644Z[ host-image] Sep 17 14:05:07.368 INFO O| Sep 17 14:05:07.368 INFO STEP 25 (remove_files) COMPLETE
86472024-09-17T14:05:08.644Z[ host-image] Sep 17 14:05:07.369 INFO O| Sep 17 14:05:07.368 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-09-17T14:05:08.653Z[ host-image] Sep 17 14:05:07.378 INFO O| Sep 17 14:05:07.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86492024-09-17T14:05:08.653Z[ host-image] Sep 17 14:05:07.378 INFO O| Sep 17 14:05:07.378 INFO STEP 26 (remove_files) COMPLETE
86502024-09-17T14:05:08.655Z[ host-image] Sep 17 14:05:07.378 INFO O| Sep 17 14:05:07.378 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-09-17T14:05:08.662Z[ host-image] Sep 17 14:05:07.387 INFO O| Sep 17 14:05:07.387 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86522024-09-17T14:05:08.664Z[ host-image] Sep 17 14:05:07.387 INFO O| Sep 17 14:05:07.387 INFO STEP 27 (remove_files) COMPLETE
86532024-09-17T14:05:08.664Z[ host-image] Sep 17 14:05:07.387 INFO O| Sep 17 14:05:07.387 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-09-17T14:05:08.671Z[ host-image] Sep 17 14:05:07.396 INFO O| Sep 17 14:05:07.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86552024-09-17T14:05:08.672Z[ host-image] Sep 17 14:05:07.396 INFO O| Sep 17 14:05:07.396 INFO STEP 28 (remove_files) COMPLETE
86562024-09-17T14:05:08.674Z[ host-image] Sep 17 14:05:07.396 INFO O| Sep 17 14:05:07.396 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-09-17T14:05:08.680Z[ host-image] Sep 17 14:05:07.405 INFO O| Sep 17 14:05:07.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86582024-09-17T14:05:08.680Z[ host-image] Sep 17 14:05:07.405 INFO O| Sep 17 14:05:07.405 INFO STEP 29 (remove_files) COMPLETE
86592024-09-17T14:05:08.683Z[ host-image] Sep 17 14:05:07.405 INFO O| Sep 17 14:05:07.405 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-09-17T14:05:08.689Z[ host-image] Sep 17 14:05:07.414 INFO O| Sep 17 14:05:07.414 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86612024-09-17T14:05:08.689Z[ host-image] Sep 17 14:05:07.414 INFO O| Sep 17 14:05:07.414 INFO STEP 30 (remove_files) COMPLETE
86622024-09-17T14:05:08.692Z[ host-image] Sep 17 14:05:07.414 INFO O| Sep 17 14:05:07.414 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-09-17T14:05:08.699Z[ host-image] Sep 17 14:05:07.423 INFO O| Sep 17 14:05:07.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86642024-09-17T14:05:08.699Z[ host-image] Sep 17 14:05:07.423 INFO O| Sep 17 14:05:07.423 INFO STEP 31 (remove_files) COMPLETE
86652024-09-17T14:05:08.701Z[ host-image] Sep 17 14:05:07.423 INFO O| Sep 17 14:05:07.423 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-09-17T14:05:08.707Z[ host-image] Sep 17 14:05:07.432 INFO O| Sep 17 14:05:07.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86672024-09-17T14:05:08.707Z[ host-image] Sep 17 14:05:07.432 INFO O| Sep 17 14:05:07.432 INFO STEP 32 (remove_files) COMPLETE
86682024-09-17T14:05:08.710Z[ host-image] Sep 17 14:05:07.432 INFO O| Sep 17 14:05:07.432 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-09-17T14:05:08.717Z[ host-image] Sep 17 14:05:07.441 INFO O| Sep 17 14:05:07.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86702024-09-17T14:05:08.717Z[ host-image] Sep 17 14:05:07.441 INFO O| Sep 17 14:05:07.441 INFO STEP 33 (remove_files) COMPLETE
86712024-09-17T14:05:08.719Z[ host-image] Sep 17 14:05:07.441 INFO O| Sep 17 14:05:07.441 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-09-17T14:05:08.726Z[ host-image] Sep 17 14:05:07.450 INFO O| Sep 17 14:05:07.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86732024-09-17T14:05:08.726Z[ host-image] Sep 17 14:05:07.450 INFO O| Sep 17 14:05:07.450 INFO STEP 34 (remove_files) COMPLETE
86742024-09-17T14:05:08.728Z[ host-image] Sep 17 14:05:07.450 INFO O| Sep 17 14:05:07.450 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-09-17T14:05:08.735Z[ host-image] Sep 17 14:05:07.459 INFO O| Sep 17 14:05:07.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86762024-09-17T14:05:08.735Z[ host-image] Sep 17 14:05:07.460 INFO O| Sep 17 14:05:07.460 INFO STEP 35 (remove_files) COMPLETE
86772024-09-17T14:05:08.735Z[ host-image] Sep 17 14:05:07.460 INFO O| Sep 17 14:05:07.460 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-09-17T14:05:08.744Z[ host-image] Sep 17 14:05:07.469 INFO O| Sep 17 14:05:07.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86792024-09-17T14:05:08.744Z[ host-image] Sep 17 14:05:07.469 INFO O| Sep 17 14:05:07.469 INFO STEP 36 (remove_files) COMPLETE
86802024-09-17T14:05:08.746Z[ host-image] Sep 17 14:05:07.469 INFO O| Sep 17 14:05:07.469 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-09-17T14:05:08.753Z[ host-image] Sep 17 14:05:07.478 INFO O| Sep 17 14:05:07.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86822024-09-17T14:05:08.753Z[ host-image] Sep 17 14:05:07.478 INFO O| Sep 17 14:05:07.478 INFO STEP 37 (remove_files) COMPLETE
86832024-09-17T14:05:08.753Z[ host-image] Sep 17 14:05:07.478 INFO O| Sep 17 14:05:07.478 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-09-17T14:05:08.762Z[ host-image] Sep 17 14:05:07.487 INFO O| Sep 17 14:05:07.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86852024-09-17T14:05:08.762Z[ host-image] Sep 17 14:05:07.487 INFO O| Sep 17 14:05:07.487 INFO STEP 38 (remove_files) COMPLETE
86862024-09-17T14:05:08.765Z[ host-image] Sep 17 14:05:07.487 INFO O| Sep 17 14:05:07.487 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-09-17T14:05:08.771Z[ host-image] Sep 17 14:05:07.496 INFO O| Sep 17 14:05:07.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86882024-09-17T14:05:08.771Z[ host-image] Sep 17 14:05:07.496 INFO O| Sep 17 14:05:07.496 INFO STEP 39 (remove_files) COMPLETE
86892024-09-17T14:05:08.773Z[ host-image] Sep 17 14:05:07.496 INFO O| Sep 17 14:05:07.496 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-09-17T14:05:08.780Z[ host-image] Sep 17 14:05:07.505 INFO O| Sep 17 14:05:07.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86912024-09-17T14:05:08.780Z[ host-image] Sep 17 14:05:07.505 INFO O| Sep 17 14:05:07.505 INFO STEP 40 (remove_files) COMPLETE
86922024-09-17T14:05:08.783Z[ host-image] Sep 17 14:05:07.505 INFO O| Sep 17 14:05:07.505 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-09-17T14:05:08.789Z[ host-image] Sep 17 14:05:07.514 INFO O| Sep 17 14:05:07.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86942024-09-17T14:05:08.789Z[ host-image] Sep 17 14:05:07.514 INFO O| Sep 17 14:05:07.514 INFO STEP 41 (remove_files) COMPLETE
86952024-09-17T14:05:08.792Z[ host-image] Sep 17 14:05:07.514 INFO O| Sep 17 14:05:07.514 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-09-17T14:05:08.799Z[ host-image] Sep 17 14:05:07.523 INFO O| Sep 17 14:05:07.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86972024-09-17T14:05:08.799Z[ host-image] Sep 17 14:05:07.523 INFO O| Sep 17 14:05:07.523 INFO STEP 42 (remove_files) COMPLETE
86982024-09-17T14:05:08.799Z[ host-image] Sep 17 14:05:07.523 INFO O| Sep 17 14:05:07.523 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-09-17T14:05:08.808Z[ host-image] Sep 17 14:05:07.533 INFO O| Sep 17 14:05:07.532 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87002024-09-17T14:05:08.808Z[ host-image] Sep 17 14:05:07.533 INFO O| Sep 17 14:05:07.533 INFO STEP 43 (remove_files) COMPLETE
87012024-09-17T14:05:08.810Z[ host-image] Sep 17 14:05:07.533 INFO O| Sep 17 14:05:07.533 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-09-17T14:05:08.817Z[ host-image] Sep 17 14:05:07.542 INFO O| Sep 17 14:05:07.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87032024-09-17T14:05:08.819Z[ host-image] Sep 17 14:05:07.542 INFO O| Sep 17 14:05:07.542 INFO STEP 44 (remove_files) COMPLETE
87042024-09-17T14:05:08.819Z[ host-image] Sep 17 14:05:07.542 INFO O| Sep 17 14:05:07.542 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-09-17T14:05:08.826Z[ host-image] Sep 17 14:05:07.551 INFO O| Sep 17 14:05:07.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87062024-09-17T14:05:08.826Z[ host-image] Sep 17 14:05:07.551 INFO O| Sep 17 14:05:07.551 INFO STEP 45 (remove_files) COMPLETE
87072024-09-17T14:05:08.828Z[ host-image] Sep 17 14:05:07.551 INFO O| Sep 17 14:05:07.551 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-09-17T14:05:08.836Z[ host-image] Sep 17 14:05:07.560 INFO O| Sep 17 14:05:07.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87092024-09-17T14:05:08.836Z[ host-image] Sep 17 14:05:07.560 INFO O| Sep 17 14:05:07.560 INFO STEP 46 (remove_files) COMPLETE
87102024-09-17T14:05:08.838Z[ host-image] Sep 17 14:05:07.560 INFO O| Sep 17 14:05:07.560 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-09-17T14:05:08.844Z[ host-image] Sep 17 14:05:07.569 INFO O| Sep 17 14:05:07.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87122024-09-17T14:05:08.844Z[ host-image] Sep 17 14:05:07.569 INFO O| Sep 17 14:05:07.569 INFO STEP 47 (remove_files) COMPLETE
87132024-09-17T14:05:08.847Z[ host-image] Sep 17 14:05:07.569 INFO O| Sep 17 14:05:07.569 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-09-17T14:05:08.854Z[ host-image] Sep 17 14:05:07.579 INFO O| Sep 17 14:05:07.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87152024-09-17T14:05:08.854Z[ host-image] Sep 17 14:05:07.579 INFO O| Sep 17 14:05:07.579 INFO STEP 48 (remove_files) COMPLETE
87162024-09-17T14:05:08.856Z[ host-image] Sep 17 14:05:07.579 INFO O| Sep 17 14:05:07.579 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-09-17T14:05:08.863Z[ host-image] Sep 17 14:05:07.588 INFO O| Sep 17 14:05:07.588 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87182024-09-17T14:05:08.863Z[ host-image] Sep 17 14:05:07.588 INFO O| Sep 17 14:05:07.588 INFO STEP 49 (remove_files) COMPLETE
87192024-09-17T14:05:08.866Z[ host-image] Sep 17 14:05:07.588 INFO O| Sep 17 14:05:07.588 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-09-17T14:05:08.872Z[ host-image] Sep 17 14:05:07.597 INFO O| Sep 17 14:05:07.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87212024-09-17T14:05:08.872Z[ host-image] Sep 17 14:05:07.597 INFO O| Sep 17 14:05:07.597 INFO STEP 50 (remove_files) COMPLETE
87222024-09-17T14:05:08.874Z[ host-image] Sep 17 14:05:07.597 INFO O| Sep 17 14:05:07.597 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-09-17T14:05:08.881Z[ host-image] Sep 17 14:05:07.606 INFO O| Sep 17 14:05:07.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87242024-09-17T14:05:08.881Z[ host-image] Sep 17 14:05:07.606 INFO O| Sep 17 14:05:07.606 INFO STEP 51 (remove_files) COMPLETE
87252024-09-17T14:05:08.884Z[ host-image] Sep 17 14:05:07.606 INFO O| Sep 17 14:05:07.606 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-09-17T14:05:08.891Z[ host-image] Sep 17 14:05:07.615 INFO O| Sep 17 14:05:07.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87272024-09-17T14:05:08.893Z[ host-image] Sep 17 14:05:07.615 INFO O| Sep 17 14:05:07.615 INFO STEP 52 (remove_files) COMPLETE
87282024-09-17T14:05:08.893Z[ host-image] Sep 17 14:05:07.615 INFO O| Sep 17 14:05:07.615 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-09-17T14:05:08.899Z[ host-image] Sep 17 14:05:07.624 INFO O| Sep 17 14:05:07.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87302024-09-17T14:05:08.902Z[ host-image] Sep 17 14:05:07.624 INFO O| Sep 17 14:05:07.624 INFO STEP 53 (remove_files) COMPLETE
87312024-09-17T14:05:08.902Z[ host-image] Sep 17 14:05:07.624 INFO O| Sep 17 14:05:07.624 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-09-17T14:05:08.909Z[ host-image] Sep 17 14:05:07.633 INFO O| Sep 17 14:05:07.633 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87332024-09-17T14:05:08.909Z[ host-image] Sep 17 14:05:07.633 INFO O| Sep 17 14:05:07.633 INFO STEP 54 (remove_files) COMPLETE
87342024-09-17T14:05:08.911Z[ host-image] Sep 17 14:05:07.633 INFO O| Sep 17 14:05:07.633 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-09-17T14:05:08.918Z[ host-image] Sep 17 14:05:07.643 INFO O| Sep 17 14:05:07.643 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87362024-09-17T14:05:08.918Z[ host-image] Sep 17 14:05:07.643 INFO O| Sep 17 14:05:07.643 INFO STEP 55 (remove_files) COMPLETE
87372024-09-17T14:05:08.920Z[ host-image] Sep 17 14:05:07.643 INFO O| Sep 17 14:05:07.643 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-09-17T14:05:08.927Z[ host-image] Sep 17 14:05:07.652 INFO O| Sep 17 14:05:07.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87392024-09-17T14:05:08.927Z[ host-image] Sep 17 14:05:07.652 INFO O| Sep 17 14:05:07.652 INFO STEP 56 (remove_files) COMPLETE
87402024-09-17T14:05:08.927Z[ host-image] Sep 17 14:05:07.652 INFO O| Sep 17 14:05:07.652 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-09-17T14:05:08.936Z[ host-image] Sep 17 14:05:07.661 INFO O| Sep 17 14:05:07.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87422024-09-17T14:05:08.936Z[ host-image] Sep 17 14:05:07.661 INFO O| Sep 17 14:05:07.661 INFO STEP 57 (remove_files) COMPLETE
87432024-09-17T14:05:08.938Z[ host-image] Sep 17 14:05:07.661 INFO O| Sep 17 14:05:07.661 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-09-17T14:05:08.946Z[ host-image] Sep 17 14:05:07.670 INFO O| Sep 17 14:05:07.670 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87452024-09-17T14:05:08.946Z[ host-image] Sep 17 14:05:07.670 INFO O| Sep 17 14:05:07.670 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87462024-09-17T14:05:08.948Z[ host-image] Sep 17 14:05:07.671 INFO O| Sep 17 14:05:07.671 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87472024-09-17T14:05:08.948Z[ host-image] Sep 17 14:05:07.671 INFO O| Sep 17 14:05:07.671 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87482024-09-17T14:05:08.948Z[ host-image] Sep 17 14:05:07.671 INFO O| Sep 17 14:05:07.671 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87492024-09-17T14:05:08.948Z[ host-image] Sep 17 14:05:07.671 INFO O| Sep 17 14:05:07.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87502024-09-17T14:05:08.948Z[ host-image] Sep 17 14:05:07.671 INFO O| Sep 17 14:05:07.671 INFO ok!
87512024-09-17T14:05:08.948Z[ host-image] Sep 17 14:05:07.671 INFO O| Sep 17 14:05:07.671 INFO STEP 58 (ensure_file) COMPLETE
87522024-09-17T14:05:08.948Z[ host-image] Sep 17 14:05:07.671 INFO O| Sep 17 14:05:07.671 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-09-17T14:05:08.955Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87542024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87552024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87562024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87572024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87582024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87592024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO ok!
87602024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO STEP 59 (ensure_file) COMPLETE
87612024-09-17T14:05:08.958Z[ host-image] Sep 17 14:05:07.680 INFO O| Sep 17 14:05:07.680 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-09-17T14:05:08.965Z[ host-image] Sep 17 14:05:07.689 INFO O| Sep 17 14:05:07.689 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87632024-09-17T14:05:08.965Z[ host-image] Sep 17 14:05:07.689 INFO O| Sep 17 14:05:07.689 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87642024-09-17T14:05:08.967Z[ host-image] Sep 17 14:05:07.690 INFO O| Sep 17 14:05:07.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87652024-09-17T14:05:08.967Z[ host-image] Sep 17 14:05:07.690 INFO O| Sep 17 14:05:07.689 INFO ok!
87662024-09-17T14:05:08.967Z[ host-image] Sep 17 14:05:07.690 INFO O| Sep 17 14:05:07.690 INFO STEP 60 (ensure_file) COMPLETE
87672024-09-17T14:05:08.967Z[ host-image] Sep 17 14:05:07.690 INFO O| Sep 17 14:05:07.690 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-09-17T14:05:08.974Z[ host-image] Sep 17 14:05:07.699 INFO O| Sep 17 14:05:07.699 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87692024-09-17T14:05:08.976Z[ host-image] Sep 17 14:05:07.699 INFO O| Sep 17 14:05:07.699 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87702024-09-17T14:05:08.976Z[ host-image] Sep 17 14:05:07.699 INFO O| Sep 17 14:05:07.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87712024-09-17T14:05:08.976Z[ host-image] Sep 17 14:05:07.699 INFO O| Sep 17 14:05:07.699 INFO ok!
87722024-09-17T14:05:08.976Z[ host-image] Sep 17 14:05:07.699 INFO O| Sep 17 14:05:07.699 INFO STEP 61 (ensure_file) COMPLETE
87732024-09-17T14:05:08.976Z[ host-image] Sep 17 14:05:07.699 INFO O| Sep 17 14:05:07.699 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742024-09-17T14:05:08.983Z[ host-image] Sep 17 14:05:07.708 INFO O| Sep 17 14:05:07.708 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87752024-09-17T14:05:08.986Z[ host-image] Sep 17 14:05:07.708 INFO O| Sep 17 14:05:07.708 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87762024-09-17T14:05:08.986Z[ host-image] Sep 17 14:05:07.708 INFO O| Sep 17 14:05:07.708 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87772024-09-17T14:05:08.986Z[ host-image] Sep 17 14:05:07.708 INFO O| Sep 17 14:05:07.708 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87782024-09-17T14:05:08.986Z[ host-image] Sep 17 14:05:07.708 INFO O| Sep 17 14:05:07.708 INFO ok!
87792024-09-17T14:05:08.986Z[ host-image] Sep 17 14:05:07.708 INFO O| Sep 17 14:05:07.708 INFO STEP 62 (ensure_file) COMPLETE
87802024-09-17T14:05:08.986Z[ host-image] Sep 17 14:05:07.708 INFO O| Sep 17 14:05:07.708 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-09-17T14:05:08.993Z[ host-image] Sep 17 14:05:07.717 INFO O| Sep 17 14:05:07.717 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87822024-09-17T14:05:08.993Z[ host-image] Sep 17 14:05:07.717 INFO O| Sep 17 14:05:07.717 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87832024-09-17T14:05:08.996Z[ host-image] Sep 17 14:05:07.717 INFO O| Sep 17 14:05:07.717 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87842024-09-17T14:05:08.996Z[ host-image] Sep 17 14:05:07.717 INFO O| Sep 17 14:05:07.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87852024-09-17T14:05:08.996Z[ host-image] Sep 17 14:05:07.717 INFO O| Sep 17 14:05:07.717 INFO ok!
87862024-09-17T14:05:08.996Z[ host-image] Sep 17 14:05:07.717 INFO O| Sep 17 14:05:07.717 INFO STEP 63 (ensure_file) COMPLETE
87872024-09-17T14:05:08.996Z[ host-image] Sep 17 14:05:07.717 INFO O| Sep 17 14:05:07.717 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-09-17T14:05:09.002Z[ host-image] Sep 17 14:05:07.727 INFO O| Sep 17 14:05:07.727 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87892024-09-17T14:05:09.002Z[ host-image] Sep 17 14:05:07.727 INFO O| Sep 17 14:05:07.727 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87902024-09-17T14:05:09.005Z[ host-image] Sep 17 14:05:07.727 INFO O| Sep 17 14:05:07.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87912024-09-17T14:05:09.005Z[ host-image] Sep 17 14:05:07.727 INFO O| Sep 17 14:05:07.727 INFO ok!
87922024-09-17T14:05:09.005Z[ host-image] Sep 17 14:05:07.727 INFO O| Sep 17 14:05:07.727 INFO STEP 64 (assemble_files) COMPLETE
87932024-09-17T14:05:09.005Z[ host-image] Sep 17 14:05:07.727 INFO O| Sep 17 14:05:07.727 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-09-17T14:05:09.012Z[ host-image] Sep 17 14:05:07.736 INFO O| Sep 17 14:05:07.736 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87952024-09-17T14:05:09.012Z[ host-image] Sep 17 14:05:07.736 INFO O| Sep 17 14:05:07.736 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87962024-09-17T14:05:09.014Z[ host-image] Sep 17 14:05:07.736 INFO O| Sep 17 14:05:07.736 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87972024-09-17T14:05:09.014Z[ host-image] Sep 17 14:05:07.736 INFO O| Sep 17 14:05:07.736 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87982024-09-17T14:05:09.014Z[ host-image] Sep 17 14:05:07.736 INFO O| Sep 17 14:05:07.736 INFO ok!
87992024-09-17T14:05:09.014Z[ host-image] Sep 17 14:05:07.737 INFO O| Sep 17 14:05:07.736 INFO STEP 65 (ensure_file) COMPLETE
88002024-09-17T14:05:09.014Z[ host-image] Sep 17 14:05:07.737 INFO O| Sep 17 14:05:07.736 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012024-09-17T14:05:09.021Z[ host-image] Sep 17 14:05:07.746 INFO O| Sep 17 14:05:07.746 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88022024-09-17T14:05:09.024Z[ host-image] Sep 17 14:05:07.746 INFO O| Sep 17 14:05:07.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88032024-09-17T14:05:09.024Z[ host-image] Sep 17 14:05:07.746 INFO O| Sep 17 14:05:07.746 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88042024-09-17T14:05:09.024Z[ host-image] Sep 17 14:05:07.746 INFO O| Sep 17 14:05:07.746 INFO STEP 66 (ensure_dir) COMPLETE
88052024-09-17T14:05:09.024Z[ host-image] Sep 17 14:05:07.746 INFO O| Sep 17 14:05:07.746 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-09-17T14:05:09.031Z[ host-image] Sep 17 14:05:07.755 INFO O| Sep 17 14:05:07.755 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88072024-09-17T14:05:09.033Z[ host-image] Sep 17 14:05:07.755 INFO O| Sep 17 14:05:07.755 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 ...
88082024-09-17T14:05:09.038Z[ host-image] Sep 17 14:05:07.763 INFO O| Sep 17 14:05:07.763 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
88092024-09-17T14:05:09.038Z[ host-image] Sep 17 14:05:07.763 INFO O| Sep 17 14:05:07.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88102024-09-17T14:05:09.040Z[ host-image] Sep 17 14:05:07.763 INFO O| Sep 17 14:05:07.763 INFO ok!
88112024-09-17T14:05:09.041Z[ host-image] Sep 17 14:05:07.763 INFO O| Sep 17 14:05:07.763 INFO STEP 67 (ensure_file) COMPLETE
88122024-09-17T14:05:09.041Z[ host-image] Sep 17 14:05:07.763 INFO O| Sep 17 14:05:07.763 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-09-17T14:05:09.047Z[ host-image] Sep 17 14:05:07.772 INFO O| Sep 17 14:05:07.772 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88142024-09-17T14:05:09.047Z[ host-image] Sep 17 14:05:07.772 INFO O| Sep 17 14:05:07.772 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 ...
88152024-09-17T14:05:09.050Z[ host-image] Sep 17 14:05:07.772 INFO O| Sep 17 14:05:07.772 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
88162024-09-17T14:05:09.050Z[ host-image] Sep 17 14:05:07.772 INFO O| Sep 17 14:05:07.772 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88172024-09-17T14:05:09.050Z[ host-image] Sep 17 14:05:07.772 INFO O| Sep 17 14:05:07.772 INFO ok!
88182024-09-17T14:05:09.050Z[ host-image] Sep 17 14:05:07.772 INFO O| Sep 17 14:05:07.772 INFO STEP 68 (ensure_file) COMPLETE
88192024-09-17T14:05:09.050Z[ host-image] Sep 17 14:05:07.773 INFO O| Sep 17 14:05:07.772 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88202024-09-17T14:05:09.061Z[ host-image] Sep 17 14:05:07.786 INFO O| Sep 17 14:05:07.786 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88212024-09-17T14:05:09.061Z[ host-image] Sep 17 14:05:07.786 INFO O| Sep 17 14:05:07.786 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88222024-09-17T14:05:11.186Z[ host-image] Sep 17 14:05:09.910 INFO O| Sep 17 14:05:09.910 INFO STEP 69 (pack_tar) COMPLETE
88232024-09-17T14:05:11.186Z[ host-image] Sep 17 14:05:09.910 INFO O| Sep 17 14:05:09.910 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88242024-09-17T14:05:11.186Z[ host-image] Sep 17 14:05:09.910 INFO O| Sep 17 14:05:09.910 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88252024-09-17T14:05:11.398Z[ host-image] Sep 17 14:05:10.122 INFO O| Sep 17 14:05:10.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88262024-09-17T14:05:11.473Z[ host-image] Sep 17 14:05:10.198 INFO O| Sep 17 14:05:10.198 INFO completed processing gimlet/ramdisk-02-trim
88272024-09-17T14:05:11.476Z[ host-image] Sep 17 14:05:10.200 INFO image builder template: zfs...
88282024-09-17T14:05:11.476Z[ host-image] Sep 17 14:05:10.200 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpUb1DXk/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
88292024-09-17T14:05:11.489Z[ host-image] Sep 17 14:05:10.214 INFO O| Sep 17 14:05:10.214 INFO skip include "stress" because feature "stress" is not enabled
88302024-09-17T14:05:11.521Z[ host-image] Sep 17 14:05:10.245 INFO O| Sep 17 14:05:10.245 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88312024-09-17T14:05:11.525Z[ host-image] Sep 17 14:05:10.249 INFO O| Sep 17 14:05:10.249 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88322024-09-17T14:05:11.591Z[ host-image] Sep 17 14:05:10.315 INFO O| Sep 17 14:05:10.315 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88332024-09-17T14:05:11.647Z[ host-image] Sep 17 14:05:10.371 INFO O| Sep 17 14:05:10.371 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88342024-09-17T14:05:11.647Z[ host-image] Sep 17 14:05:10.371 INFO O| Sep 17 14:05:10.371 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88352024-09-17T14:05:11.650Z[ host-image] Sep 17 14:05:10.375 INFO O| Sep 17 14:05:10.375 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88362024-09-17T14:05:11.718Z[ host-image] Sep 17 14:05:10.442 INFO O| Sep 17 14:05:10.442 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88372024-09-17T14:05:11.760Z[ host-image] Sep 17 14:05:10.484 INFO O| Sep 17 14:05:10.484 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88382024-09-17T14:05:11.768Z[ host-image] Sep 17 14:05:10.492 INFO O| Sep 17 14:05:10.492 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88392024-09-17T14:05:11.773Z[ host-image] Sep 17 14:05:10.497 INFO O| Sep 17 14:05:10.497 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88402024-09-17T14:05:11.775Z[ host-image] Sep 17 14:05:10.497 INFO O| Sep 17 14:05:10.497 INFO no lofi found
88412024-09-17T14:05:11.775Z[ host-image] Sep 17 14:05:10.497 INFO O| Sep 17 14:05:10.497 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88422024-09-17T14:05:11.775Z[ host-image] Sep 17 14:05:10.497 INFO O| Sep 17 14:05:10.497 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88432024-09-17T14:05:13.289Z[ host-image] Sep 17 14:05:12.012 INFO O| Sep 17 14:05:12.012 INFO lofi device = /dev/dsk/c2t1d0p0
88442024-09-17T14:05:13.289Z[ host-image] Sep 17 14:05:12.012 INFO O| Sep 17 14:05:12.012 INFO pool device = /dev/dsk/c2t1d0p0
88452024-09-17T14:05:13.291Z[ host-image] Sep 17 14:05:12.013 INFO O| Sep 17 14:05:12.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88462024-09-17T14:05:13.361Z[ host-image] Sep 17 14:05:12.085 INFO O| Sep 17 14:05:12.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88472024-09-17T14:05:13.361Z[ host-image] Sep 17 14:05:12.085 INFO O| Sep 17 14:05:12.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88482024-09-17T14:05:13.380Z[ host-image] Sep 17 14:05:12.104 INFO O| Sep 17 14:05:12.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88492024-09-17T14:05:13.437Z[ host-image] Sep 17 14:05:12.161 INFO O| Sep 17 14:05:12.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88502024-09-17T14:05:13.473Z[ host-image] Sep 17 14:05:12.197 INFO O| Sep 17 14:05:12.197 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88512024-09-17T14:05:13.485Z[ host-image] Sep 17 14:05:12.209 INFO O| Sep 17 14:05:12.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88522024-09-17T14:05:13.495Z[ host-image] Sep 17 14:05:12.219 INFO O| Sep 17 14:05:12.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88532024-09-17T14:05:13.539Z[ host-image] Sep 17 14:05:12.262 INFO O| Sep 17 14:05:12.262 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88542024-09-17T14:05:13.541Z[ host-image] Sep 17 14:05:12.263 INFO O| Sep 17 14:05:12.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88552024-09-17T14:05:13.541Z[ host-image] Sep 17 14:05:12.263 INFO O| Sep 17 14:05:12.263 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88562024-09-17T14:05:13.548Z[ host-image] Sep 17 14:05:12.272 INFO O| Sep 17 14:05:12.272 INFO boot environment UUID: 4e342b38-397d-49e0-ad47-abe4a7d4e26b
88572024-09-17T14:05:13.548Z[ host-image] Sep 17 14:05:12.272 INFO O| Sep 17 14:05:12.272 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4e342b38-397d-49e0-ad47-abe4a7d4e26b
88582024-09-17T14:05:13.557Z[ host-image] Sep 17 14:05:12.281 INFO O| Sep 17 14:05:12.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88592024-09-17T14:05:13.566Z[ host-image] Sep 17 14:05:12.290 INFO O| Sep 17 14:05:12.290 INFO STEP 0 (create_be) COMPLETE
88602024-09-17T14:05:13.566Z[ host-image] Sep 17 14:05:12.290 INFO O| Sep 17 14:05:12.290 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88612024-09-17T14:05:13.580Z[ host-image] Sep 17 14:05:12.304 INFO O| Sep 17 14:05:12.304 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88622024-09-17T14:05:32.814Z[ host-image] Sep 17 14:05:31.535 INFO O| Sep 17 14:05:31.535 INFO STEP 1 (unpack_tar) COMPLETE
88632024-09-17T14:05:32.814Z[ host-image] Sep 17 14:05:31.535 INFO O| Sep 17 14:05:31.535 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88642024-09-17T14:05:32.824Z[ host-image] Sep 17 14:05:31.546 INFO O| Sep 17 14:05:31.545 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88652024-09-17T14:05:32.899Z[ host-image] Sep 17 14:05:31.620 INFO O| Sep 17 14:05:31.620 INFO STEP 2 (devfsadm) COMPLETE
88662024-09-17T14:05:32.901Z[ host-image] Sep 17 14:05:31.620 INFO O| Sep 17 14:05:31.620 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88672024-09-17T14:05:32.909Z[ host-image] Sep 17 14:05:31.631 INFO O| Sep 17 14:05:31.631 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88682024-09-17T14:05:32.909Z[ host-image] Sep 17 14:05:31.631 INFO O| Sep 17 14:05:31.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88692024-09-17T14:05:32.912Z[ host-image] Sep 17 14:05:31.631 INFO O| Sep 17 14:05:31.631 INFO STEP 3 (ensure_dir) COMPLETE
88702024-09-17T14:05:32.912Z[ host-image] Sep 17 14:05:31.631 INFO O| Sep 17 14:05:31.631 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88712024-09-17T14:05:32.919Z[ host-image] Sep 17 14:05:31.640 INFO O| Sep 17 14:05:31.640 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88722024-09-17T14:05:32.921Z[ host-image] Sep 17 14:05:31.640 INFO O| Sep 17 14:05:31.640 INFO STEP 4 (ensure_dir) COMPLETE
88732024-09-17T14:05:32.921Z[ host-image] Sep 17 14:05:31.640 INFO O| Sep 17 14:05:31.640 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88742024-09-17T14:05:32.928Z[ host-image] Sep 17 14:05:31.650 INFO O| Sep 17 14:05:31.650 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88752024-09-17T14:05:32.928Z[ host-image] Sep 17 14:05:31.650 INFO O| Sep 17 14:05:31.650 INFO STEP 5 (ensure_dir) COMPLETE
88762024-09-17T14:05:32.931Z[ host-image] Sep 17 14:05:31.650 INFO O| Sep 17 14:05:31.650 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88772024-09-17T14:05:32.938Z[ host-image] Sep 17 14:05:31.659 INFO O| Sep 17 14:05:31.659 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88782024-09-17T14:05:32.940Z[ host-image] Sep 17 14:05:31.659 INFO O| Sep 17 14:05:31.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88792024-09-17T14:05:32.940Z[ host-image] Sep 17 14:05:31.659 INFO O| Sep 17 14:05:31.659 INFO STEP 6 (ensure_dir) COMPLETE
88802024-09-17T14:05:32.940Z[ host-image] Sep 17 14:05:31.659 INFO O| Sep 17 14:05:31.659 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88812024-09-17T14:05:32.947Z[ host-image] Sep 17 14:05:31.669 INFO O| Sep 17 14:05:31.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88822024-09-17T14:05:32.950Z[ host-image] Sep 17 14:05:31.669 INFO O| Sep 17 14:05:31.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88832024-09-17T14:05:32.950Z[ host-image] Sep 17 14:05:31.669 INFO O| Sep 17 14:05:31.669 INFO STEP 7 (ensure_dir) COMPLETE
88842024-09-17T14:05:32.950Z[ host-image] Sep 17 14:05:31.669 INFO O| Sep 17 14:05:31.669 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88852024-09-17T14:05:32.957Z[ host-image] Sep 17 14:05:31.678 INFO O| Sep 17 14:05:31.678 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88862024-09-17T14:05:32.959Z[ host-image] Sep 17 14:05:31.678 INFO O| Sep 17 14:05:31.678 INFO STEP 8 (remove_files) COMPLETE
88872024-09-17T14:05:32.959Z[ host-image] Sep 17 14:05:31.678 INFO O| Sep 17 14:05:31.678 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88882024-09-17T14:05:32.966Z[ host-image] Sep 17 14:05:31.688 INFO O| Sep 17 14:05:31.688 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88892024-09-17T14:05:32.969Z[ host-image] Sep 17 14:05:31.688 INFO O| Sep 17 14:05:31.688 INFO STEP 9 (remove_files) COMPLETE
88902024-09-17T14:05:32.969Z[ host-image] Sep 17 14:05:31.688 INFO O| Sep 17 14:05:31.688 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88912024-09-17T14:05:32.976Z[ host-image] Sep 17 14:05:31.698 INFO O| Sep 17 14:05:31.698 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88922024-09-17T14:05:32.978Z[ host-image] Sep 17 14:05:31.698 INFO O| Sep 17 14:05:31.698 INFO STEP 10 (remove_files) COMPLETE
88932024-09-17T14:05:32.978Z[ host-image] Sep 17 14:05:31.698 INFO O| Sep 17 14:05:31.698 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88942024-09-17T14:05:32.986Z[ host-image] Sep 17 14:05:31.708 INFO O| Sep 17 14:05:31.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88952024-09-17T14:05:32.989Z[ host-image] Sep 17 14:05:31.708 INFO O| Sep 17 14:05:31.708 INFO STEP 11 (remove_files) COMPLETE
88962024-09-17T14:05:32.989Z[ host-image] Sep 17 14:05:31.708 INFO O| Sep 17 14:05:31.708 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88972024-09-17T14:05:32.996Z[ host-image] Sep 17 14:05:31.717 INFO O| Sep 17 14:05:31.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88982024-09-17T14:05:32.998Z[ host-image] Sep 17 14:05:31.717 INFO O| Sep 17 14:05:31.717 INFO STEP 12 (remove_files) COMPLETE
88992024-09-17T14:05:32.998Z[ host-image] Sep 17 14:05:31.717 INFO O| Sep 17 14:05:31.717 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89002024-09-17T14:05:33.005Z[ host-image] Sep 17 14:05:31.727 INFO O| Sep 17 14:05:31.727 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89012024-09-17T14:05:33.008Z[ host-image] Sep 17 14:05:31.727 INFO O| Sep 17 14:05:31.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89022024-09-17T14:05:33.008Z[ host-image] Sep 17 14:05:31.727 INFO O| Sep 17 14:05:31.727 INFO STEP 13 (ensure_dir) COMPLETE
89032024-09-17T14:05:33.008Z[ host-image] Sep 17 14:05:31.727 INFO O| Sep 17 14:05:31.727 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89042024-09-17T14:05:33.015Z[ host-image] Sep 17 14:05:31.736 INFO O| Sep 17 14:05:31.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89052024-09-17T14:05:33.015Z[ host-image] Sep 17 14:05:31.736 INFO O| Sep 17 14:05:31.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89062024-09-17T14:05:33.018Z[ host-image] Sep 17 14:05:31.736 INFO O| Sep 17 14:05:31.736 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89072024-09-17T14:05:33.018Z[ host-image] Sep 17 14:05:31.736 INFO O| Sep 17 14:05:31.736 INFO STEP 14 (ensure_dir) COMPLETE
89082024-09-17T14:05:33.018Z[ host-image] Sep 17 14:05:31.736 INFO O| Sep 17 14:05:31.736 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89092024-09-17T14:05:33.024Z[ host-image] Sep 17 14:05:31.746 INFO O| Sep 17 14:05:31.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89102024-09-17T14:05:33.027Z[ host-image] Sep 17 14:05:31.746 INFO O| Sep 17 14:05:31.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89112024-09-17T14:05:33.027Z[ host-image] Sep 17 14:05:31.746 INFO O| Sep 17 14:05:31.746 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89122024-09-17T14:05:33.027Z[ host-image] Sep 17 14:05:31.746 INFO O| Sep 17 14:05:31.746 INFO STEP 15 (ensure_dir) COMPLETE
89132024-09-17T14:05:33.027Z[ host-image] Sep 17 14:05:31.746 INFO O| Sep 17 14:05:31.746 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89142024-09-17T14:05:33.034Z[ host-image] Sep 17 14:05:31.755 INFO O| Sep 17 14:05:31.755 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89152024-09-17T14:05:33.034Z[ host-image] Sep 17 14:05:31.755 INFO O| Sep 17 14:05:31.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89162024-09-17T14:05:33.034Z[ host-image] Sep 17 14:05:31.756 INFO O| Sep 17 14:05:31.755 INFO STEP 16 (ensure_dir) COMPLETE
89172024-09-17T14:05:33.036Z[ host-image] Sep 17 14:05:31.756 INFO O| Sep 17 14:05:31.755 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182024-09-17T14:05:33.043Z[ host-image] Sep 17 14:05:31.765 INFO O| Sep 17 14:05:31.765 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89192024-09-17T14:05:33.046Z[ host-image] Sep 17 14:05:31.765 INFO O| Sep 17 14:05:31.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89202024-09-17T14:05:33.046Z[ host-image] Sep 17 14:05:31.765 INFO O| Sep 17 14:05:31.765 INFO STEP 17 (ensure_dir) COMPLETE
89212024-09-17T14:05:33.046Z[ host-image] Sep 17 14:05:31.765 INFO O| Sep 17 14:05:31.765 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89222024-09-17T14:05:33.053Z[ host-image] Sep 17 14:05:31.775 INFO O| Sep 17 14:05:31.775 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89232024-09-17T14:05:33.053Z[ host-image] Sep 17 14:05:31.775 INFO O| Sep 17 14:05:31.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89242024-09-17T14:05:33.055Z[ host-image] Sep 17 14:05:31.775 INFO O| Sep 17 14:05:31.775 INFO ok!
89252024-09-17T14:05:33.056Z[ host-image] Sep 17 14:05:31.775 INFO O| Sep 17 14:05:31.775 INFO STEP 18 (ensure_symlink) COMPLETE
89262024-09-17T14:05:33.056Z[ host-image] Sep 17 14:05:31.775 INFO O| Sep 17 14:05:31.775 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272024-09-17T14:05:33.063Z[ host-image] Sep 17 14:05:31.784 INFO O| Sep 17 14:05:31.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89282024-09-17T14:05:33.063Z[ host-image] Sep 17 14:05:31.784 INFO O| Sep 17 14:05:31.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89292024-09-17T14:05:33.065Z[ host-image] Sep 17 14:05:31.784 INFO O| Sep 17 14:05:31.784 INFO ok!
89302024-09-17T14:05:33.065Z[ host-image] Sep 17 14:05:31.784 INFO O| Sep 17 14:05:31.784 INFO STEP 19 (ensure_file) COMPLETE
89312024-09-17T14:05:33.066Z[ host-image] Sep 17 14:05:31.784 INFO O| Sep 17 14:05:31.784 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89322024-09-17T14:05:33.072Z[ host-image] Sep 17 14:05:31.794 INFO O| Sep 17 14:05:31.794 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89332024-09-17T14:05:33.072Z[ host-image] Sep 17 14:05:31.794 INFO O| Sep 17 14:05:31.794 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89342024-09-17T14:05:33.074Z[ host-image] Sep 17 14:05:31.794 INFO O| Sep 17 14:05:31.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89352024-09-17T14:05:33.075Z[ host-image] Sep 17 14:05:31.794 INFO O| Sep 17 14:05:31.794 INFO ok!
89362024-09-17T14:05:33.075Z[ host-image] Sep 17 14:05:31.794 INFO O| Sep 17 14:05:31.794 INFO STEP 20 (ensure_symlink) COMPLETE
89372024-09-17T14:05:33.075Z[ host-image] Sep 17 14:05:31.794 INFO O| Sep 17 14:05:31.794 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89382024-09-17T14:05:33.082Z[ host-image] Sep 17 14:05:31.803 INFO O| Sep 17 14:05:31.803 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89392024-09-17T14:05:33.082Z[ host-image] Sep 17 14:05:31.803 INFO O| Sep 17 14:05:31.803 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89402024-09-17T14:05:33.084Z[ host-image] Sep 17 14:05:31.803 INFO O| Sep 17 14:05:31.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89412024-09-17T14:05:33.084Z[ host-image] Sep 17 14:05:31.803 INFO O| Sep 17 14:05:31.803 INFO ok!
89422024-09-17T14:05:33.084Z[ host-image] Sep 17 14:05:31.803 INFO O| Sep 17 14:05:31.803 INFO STEP 21 (ensure_symlink) COMPLETE
89432024-09-17T14:05:33.084Z[ host-image] Sep 17 14:05:31.803 INFO O| Sep 17 14:05:31.803 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89442024-09-17T14:05:33.091Z[ host-image] Sep 17 14:05:31.813 INFO O| Sep 17 14:05:31.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89452024-09-17T14:05:33.091Z[ host-image] Sep 17 14:05:31.813 INFO O| Sep 17 14:05:31.813 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89462024-09-17T14:05:33.091Z[ host-image] Sep 17 14:05:31.813 INFO O| Sep 17 14:05:31.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89472024-09-17T14:05:33.094Z[ host-image] Sep 17 14:05:31.813 INFO O| Sep 17 14:05:31.813 INFO ok!
89482024-09-17T14:05:33.094Z[ host-image] Sep 17 14:05:31.813 INFO O| Sep 17 14:05:31.813 INFO STEP 22 (ensure_symlink) COMPLETE
89492024-09-17T14:05:33.094Z[ host-image] Sep 17 14:05:31.813 INFO O| Sep 17 14:05:31.813 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89502024-09-17T14:05:33.101Z[ host-image] Sep 17 14:05:31.822 INFO O| Sep 17 14:05:31.822 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89512024-09-17T14:05:33.101Z[ host-image] Sep 17 14:05:31.822 INFO O| Sep 17 14:05:31.822 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89522024-09-17T14:05:33.103Z[ host-image] Sep 17 14:05:31.822 INFO O| Sep 17 14:05:31.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89532024-09-17T14:05:33.103Z[ host-image] Sep 17 14:05:31.822 INFO O| Sep 17 14:05:31.822 INFO ok!
89542024-09-17T14:05:33.103Z[ host-image] Sep 17 14:05:31.822 INFO O| Sep 17 14:05:31.822 INFO STEP 23 (ensure_symlink) COMPLETE
89552024-09-17T14:05:33.103Z[ host-image] Sep 17 14:05:31.822 INFO O| Sep 17 14:05:31.822 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89562024-09-17T14:05:33.110Z[ host-image] Sep 17 14:05:31.832 INFO O| Sep 17 14:05:31.832 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89572024-09-17T14:05:33.113Z[ host-image] Sep 17 14:05:31.832 INFO O| Sep 17 14:05:31.832 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89582024-09-17T14:05:33.113Z[ host-image] Sep 17 14:05:31.832 INFO O| Sep 17 14:05:31.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89592024-09-17T14:05:33.113Z[ host-image] Sep 17 14:05:31.832 INFO O| Sep 17 14:05:31.832 INFO ok!
89602024-09-17T14:05:33.113Z[ host-image] Sep 17 14:05:31.832 INFO O| Sep 17 14:05:31.832 INFO STEP 24 (ensure_file) COMPLETE
89612024-09-17T14:05:33.113Z[ host-image] Sep 17 14:05:31.832 INFO O| Sep 17 14:05:31.832 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89622024-09-17T14:05:33.120Z[ host-image] Sep 17 14:05:31.842 INFO O| Sep 17 14:05:31.842 INFO updating shadow file
89632024-09-17T14:05:33.123Z[ host-image] Sep 17 14:05:31.842 INFO O| Sep 17 14:05:31.842 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89642024-09-17T14:05:33.123Z[ host-image] Sep 17 14:05:31.842 INFO O| Sep 17 14:05:31.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89652024-09-17T14:05:33.124Z[ host-image] Sep 17 14:05:31.842 INFO O| Sep 17 14:05:31.842 INFO STEP 25 (shadow) COMPLETE
89662024-09-17T14:05:33.124Z[ host-image] Sep 17 14:05:31.842 INFO O| Sep 17 14:05:31.842 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89672024-09-17T14:05:33.130Z[ host-image] Sep 17 14:05:31.851 INFO O| Sep 17 14:05:31.851 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89682024-09-17T14:05:33.130Z[ host-image] Sep 17 14:05:31.851 INFO O| Sep 17 14:05:31.851 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89692024-09-17T14:05:33.133Z[ host-image] Sep 17 14:05:31.852 INFO O| Sep 17 14:05:31.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89702024-09-17T14:05:33.133Z[ host-image] Sep 17 14:05:31.852 INFO O| Sep 17 14:05:31.852 INFO ok!
89712024-09-17T14:05:33.133Z[ host-image] Sep 17 14:05:31.852 INFO O| Sep 17 14:05:31.852 INFO STEP 26 (ensure_file) COMPLETE
89722024-09-17T14:05:33.133Z[ host-image] Sep 17 14:05:31.852 INFO O| Sep 17 14:05:31.852 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89732024-09-17T14:05:33.140Z[ host-image] Sep 17 14:05:31.861 INFO O| Sep 17 14:05:31.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89742024-09-17T14:05:33.143Z[ host-image] Sep 17 14:05:31.861 INFO O| Sep 17 14:05:31.861 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89752024-09-17T14:05:33.143Z[ host-image] Sep 17 14:05:31.861 INFO O| Sep 17 14:05:31.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89762024-09-17T14:05:33.143Z[ host-image] Sep 17 14:05:31.861 INFO O| Sep 17 14:05:31.861 INFO ok!
89772024-09-17T14:05:33.143Z[ host-image] Sep 17 14:05:31.861 INFO O| Sep 17 14:05:31.861 INFO STEP 27 (ensure_file) COMPLETE
89782024-09-17T14:05:33.143Z[ host-image] Sep 17 14:05:31.861 INFO O| Sep 17 14:05:31.861 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89792024-09-17T14:05:33.149Z[ host-image] Sep 17 14:05:31.871 INFO O| Sep 17 14:05:31.871 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89802024-09-17T14:05:33.150Z[ host-image] Sep 17 14:05:31.871 INFO O| Sep 17 14:05:31.871 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89812024-09-17T14:05:33.208Z[ host-image] Sep 17 14:05:31.871 INFO O| Sep 17 14:05:31.871 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89822024-09-17T14:05:33.208Z[ host-image] Sep 17 14:05:31.871 INFO O| Sep 17 14:05:31.871 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89832024-09-17T14:05:33.208Z[ host-image] Sep 17 14:05:31.871 INFO O| Sep 17 14:05:31.871 INFO ok!
89842024-09-17T14:05:33.208Z[ host-image] Sep 17 14:05:31.871 INFO O| Sep 17 14:05:31.871 INFO STEP 28 (ensure_file) COMPLETE
89852024-09-17T14:05:33.208Z[ host-image] Sep 17 14:05:31.871 INFO O| Sep 17 14:05:31.871 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89862024-09-17T14:05:33.211Z[ host-image] Sep 17 14:05:31.880 INFO O| Sep 17 14:05:31.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89872024-09-17T14:05:33.211Z[ host-image] Sep 17 14:05:31.880 INFO O| Sep 17 14:05:31.880 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89882024-09-17T14:05:33.211Z[ host-image] Sep 17 14:05:31.881 INFO O| Sep 17 14:05:31.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89892024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.881 INFO O| Sep 17 14:05:31.880 INFO ok!
89902024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.881 INFO O| Sep 17 14:05:31.881 INFO STEP 29 (ensure_file) COMPLETE
89912024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.881 INFO O| Sep 17 14:05:31.881 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89922024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.890 INFO O| Sep 17 14:05:31.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89932024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.890 INFO O| Sep 17 14:05:31.890 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89942024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.890 INFO O| Sep 17 14:05:31.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89952024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.890 INFO O| Sep 17 14:05:31.890 INFO ok!
89962024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.890 INFO O| Sep 17 14:05:31.890 INFO STEP 30 (ensure_file) COMPLETE
89972024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.890 INFO O| Sep 17 14:05:31.890 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89982024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.900 INFO O| Sep 17 14:05:31.900 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89992024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.900 INFO O| Sep 17 14:05:31.900 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90002024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.900 INFO O| Sep 17 14:05:31.900 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90012024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.900 INFO O| Sep 17 14:05:31.900 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90022024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.900 INFO O| Sep 17 14:05:31.900 INFO ok!
90032024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.900 INFO O| Sep 17 14:05:31.900 INFO STEP 31 (ensure_file) COMPLETE
90042024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.900 INFO O| Sep 17 14:05:31.900 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90052024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.909 INFO O| Sep 17 14:05:31.909 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90062024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.910 INFO O| Sep 17 14:05:31.909 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90072024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.910 INFO O| Sep 17 14:05:31.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90082024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.910 INFO O| Sep 17 14:05:31.910 INFO ok!
90092024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.910 INFO O| Sep 17 14:05:31.910 INFO STEP 32 (ensure_file) COMPLETE
90102024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.910 INFO O| Sep 17 14:05:31.910 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90112024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.919 INFO O| Sep 17 14:05:31.919 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90122024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.919 INFO O| Sep 17 14:05:31.919 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90132024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.919 INFO O| Sep 17 14:05:31.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90142024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.919 INFO O| Sep 17 14:05:31.919 INFO ok!
90152024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.919 INFO O| Sep 17 14:05:31.919 INFO STEP 33 (ensure_file) COMPLETE
90162024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.919 INFO O| Sep 17 14:05:31.919 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90172024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90182024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90192024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90202024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90212024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90222024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90232024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO ok!
90242024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO STEP 34 (ensure_file) COMPLETE
90252024-09-17T14:05:33.212Z[ host-image] Sep 17 14:05:31.929 INFO O| Sep 17 14:05:31.929 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90262024-09-17T14:05:33.217Z[ host-image] Sep 17 14:05:31.939 INFO O| Sep 17 14:05:31.939 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90272024-09-17T14:05:33.220Z[ host-image] Sep 17 14:05:31.939 INFO O| Sep 17 14:05:31.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90282024-09-17T14:05:33.220Z[ host-image] Sep 17 14:05:31.939 INFO O| Sep 17 14:05:31.939 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90292024-09-17T14:05:33.220Z[ host-image] Sep 17 14:05:31.939 INFO O| Sep 17 14:05:31.939 INFO STEP 35 (ensure_dir) COMPLETE
90302024-09-17T14:05:33.220Z[ host-image] Sep 17 14:05:31.939 INFO O| Sep 17 14:05:31.939 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90312024-09-17T14:05:33.227Z[ host-image] Sep 17 14:05:31.948 INFO O| Sep 17 14:05:31.948 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
90322024-09-17T14:05:33.227Z[ host-image] Sep 17 14:05:31.948 INFO O| Sep 17 14:05:31.948 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 ...
90332024-09-17T14:05:33.231Z[ host-image] Sep 17 14:05:31.949 INFO O| Sep 17 14:05:31.948 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
90342024-09-17T14:05:33.231Z[ host-image] Sep 17 14:05:31.949 INFO O| Sep 17 14:05:31.948 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
90352024-09-17T14:05:33.231Z[ host-image] Sep 17 14:05:31.949 INFO O| Sep 17 14:05:31.949 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
90362024-09-17T14:05:33.231Z[ host-image] Sep 17 14:05:31.949 INFO O| Sep 17 14:05:31.949 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
90372024-09-17T14:05:33.231Z[ host-image] Sep 17 14:05:31.949 INFO O| Sep 17 14:05:31.949 INFO ok!
90382024-09-17T14:05:33.231Z[ host-image] Sep 17 14:05:31.949 INFO O| Sep 17 14:05:31.949 INFO STEP 36 (ensure_file) COMPLETE
90392024-09-17T14:05:33.231Z[ host-image] Sep 17 14:05:31.949 INFO O| Sep 17 14:05:31.949 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90402024-09-17T14:05:33.237Z[ host-image] Sep 17 14:05:31.958 INFO O| Sep 17 14:05:31.958 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90412024-09-17T14:05:33.237Z[ host-image] Sep 17 14:05:31.958 INFO O| Sep 17 14:05:31.958 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 ...
90422024-09-17T14:05:33.239Z[ host-image] Sep 17 14:05:31.958 INFO O| Sep 17 14:05:31.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90432024-09-17T14:05:33.239Z[ host-image] Sep 17 14:05:31.958 INFO O| Sep 17 14:05:31.958 INFO ok!
90442024-09-17T14:05:33.239Z[ host-image] Sep 17 14:05:31.958 INFO O| Sep 17 14:05:31.958 INFO STEP 37 (ensure_symlink) COMPLETE
90452024-09-17T14:05:33.239Z[ host-image] Sep 17 14:05:31.958 INFO O| Sep 17 14:05:31.958 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90462024-09-17T14:05:33.246Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90472024-09-17T14:05:33.246Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90482024-09-17T14:05:33.249Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90492024-09-17T14:05:33.249Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90502024-09-17T14:05:33.249Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90512024-09-17T14:05:33.249Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90522024-09-17T14:05:33.249Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO ok!
90532024-09-17T14:05:33.249Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO STEP 38 (ensure_file) COMPLETE
90542024-09-17T14:05:33.249Z[ host-image] Sep 17 14:05:31.968 INFO O| Sep 17 14:05:31.968 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90552024-09-17T14:05:33.256Z[ host-image] Sep 17 14:05:31.977 INFO O| Sep 17 14:05:31.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90562024-09-17T14:05:33.256Z[ host-image] Sep 17 14:05:31.977 INFO O| Sep 17 14:05:31.977 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 ...
90572024-09-17T14:05:33.258Z[ host-image] Sep 17 14:05:31.977 INFO O| Sep 17 14:05:31.977 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
90582024-09-17T14:05:33.258Z[ host-image] Sep 17 14:05:31.978 INFO O| Sep 17 14:05:31.977 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90592024-09-17T14:05:33.258Z[ host-image] Sep 17 14:05:31.978 INFO O| Sep 17 14:05:31.978 INFO ok!
90602024-09-17T14:05:33.258Z[ host-image] Sep 17 14:05:31.978 INFO O| Sep 17 14:05:31.978 INFO STEP 39 (ensure_file) COMPLETE
90612024-09-17T14:05:33.258Z[ host-image] Sep 17 14:05:31.978 INFO O| Sep 17 14:05:31.978 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90622024-09-17T14:05:33.266Z[ host-image] Sep 17 14:05:31.987 INFO O| Sep 17 14:05:31.987 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90632024-09-17T14:05:33.268Z[ host-image] Sep 17 14:05:31.987 INFO O| Sep 17 14:05:31.987 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90642024-09-17T14:05:33.268Z[ host-image] Sep 17 14:05:31.987 INFO O| Sep 17 14:05:31.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90652024-09-17T14:05:33.268Z[ host-image] Sep 17 14:05:31.987 INFO O| Sep 17 14:05:31.987 INFO ok!
90662024-09-17T14:05:33.268Z[ host-image] Sep 17 14:05:31.987 INFO O| Sep 17 14:05:31.987 INFO STEP 40 (ensure_file) COMPLETE
90672024-09-17T14:05:33.268Z[ host-image] Sep 17 14:05:31.987 INFO O| Sep 17 14:05:31.987 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90682024-09-17T14:05:33.275Z[ host-image] Sep 17 14:05:31.997 INFO O| Sep 17 14:05:31.997 INFO updating shadow file
90692024-09-17T14:05:33.278Z[ host-image] Sep 17 14:05:31.997 INFO O| Sep 17 14:05:31.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90702024-09-17T14:05:33.278Z[ host-image] Sep 17 14:05:31.997 INFO O| Sep 17 14:05:31.997 INFO STEP 41 (shadow) COMPLETE
90712024-09-17T14:05:33.278Z[ host-image] Sep 17 14:05:31.997 INFO O| Sep 17 14:05:31.997 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90722024-09-17T14:05:33.285Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90732024-09-17T14:05:33.285Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90742024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90752024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90762024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO ok!
90772024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO STEP 42 (ensure_file) COMPLETE
90782024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90792024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO skip step because feature "mfg" is not enabled
90802024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90812024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO skip step because feature "mfg" is not enabled
90822024-09-17T14:05:33.290Z[ host-image] Sep 17 14:05:32.007 INFO O| Sep 17 14:05:32.007 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90832024-09-17T14:05:33.295Z[ host-image] Sep 17 14:05:32.017 INFO O| Sep 17 14:05:32.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90842024-09-17T14:05:33.297Z[ host-image] Sep 17 14:05:32.017 INFO O| Sep 17 14:05:32.017 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90852024-09-17T14:05:33.932Z[ host-image] Sep 17 14:05:32.653 INFO O| Sep 17 14:05:32.653 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90862024-09-17T14:05:33.932Z[ host-image] Sep 17 14:05:32.653 INFO O| Sep 17 14:05:32.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90872024-09-17T14:05:33.932Z[ host-image] Sep 17 14:05:32.653 INFO O| Sep 17 14:05:32.653 INFO ok!
90882024-09-17T14:05:33.935Z[ host-image] Sep 17 14:05:32.653 INFO O| Sep 17 14:05:32.653 INFO STEP 45 (ensure_file) COMPLETE
90892024-09-17T14:05:33.935Z[ host-image] Sep 17 14:05:32.653 INFO O| Sep 17 14:05:32.653 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90902024-09-17T14:05:33.944Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.665 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90912024-09-17T14:05:33.944Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90922024-09-17T14:05:33.944Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90932024-09-17T14:05:33.947Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90942024-09-17T14:05:33.947Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90952024-09-17T14:05:33.947Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90962024-09-17T14:05:33.947Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO ok!
90972024-09-17T14:05:33.947Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO STEP 46 (ensure_file) COMPLETE
90982024-09-17T14:05:33.947Z[ host-image] Sep 17 14:05:32.666 INFO O| Sep 17 14:05:32.666 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90992024-09-17T14:05:33.955Z[ host-image] Sep 17 14:05:32.676 INFO O| Sep 17 14:05:32.676 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91002024-09-17T14:05:33.957Z[ host-image] Sep 17 14:05:32.676 INFO O| Sep 17 14:05:32.676 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 ...
91012024-09-17T14:05:33.957Z[ host-image] Sep 17 14:05:32.676 INFO O| Sep 17 14:05:32.676 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
91022024-09-17T14:05:33.957Z[ host-image] Sep 17 14:05:32.676 INFO O| Sep 17 14:05:32.676 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91032024-09-17T14:05:33.957Z[ host-image] Sep 17 14:05:32.676 INFO O| Sep 17 14:05:32.676 INFO ok!
91042024-09-17T14:05:33.957Z[ host-image] Sep 17 14:05:32.676 INFO O| Sep 17 14:05:32.676 INFO STEP 47 (ensure_file) COMPLETE
91052024-09-17T14:05:33.957Z[ host-image] Sep 17 14:05:32.676 INFO O| Sep 17 14:05:32.676 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91062024-09-17T14:05:33.965Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91072024-09-17T14:05:33.965Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91082024-09-17T14:05:33.968Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91092024-09-17T14:05:33.968Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91102024-09-17T14:05:33.968Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91112024-09-17T14:05:33.968Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91122024-09-17T14:05:33.968Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO ok!
91132024-09-17T14:05:33.968Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO STEP 48 (ensure_file) COMPLETE
91142024-09-17T14:05:33.968Z[ host-image] Sep 17 14:05:32.686 INFO O| Sep 17 14:05:32.686 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91152024-09-17T14:05:33.975Z[ host-image] Sep 17 14:05:32.696 INFO O| Sep 17 14:05:32.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91162024-09-17T14:05:33.978Z[ host-image] Sep 17 14:05:32.697 INFO O| Sep 17 14:05:32.696 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 ...
91172024-09-17T14:05:33.978Z[ host-image] Sep 17 14:05:32.697 INFO O| Sep 17 14:05:32.697 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
91182024-09-17T14:05:33.978Z[ host-image] Sep 17 14:05:32.697 INFO O| Sep 17 14:05:32.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91192024-09-17T14:05:33.978Z[ host-image] Sep 17 14:05:32.697 INFO O| Sep 17 14:05:32.697 INFO ok!
91202024-09-17T14:05:33.978Z[ host-image] Sep 17 14:05:32.697 INFO O| Sep 17 14:05:32.697 INFO STEP 49 (ensure_file) COMPLETE
91212024-09-17T14:05:33.978Z[ host-image] Sep 17 14:05:32.697 INFO O| Sep 17 14:05:32.697 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91222024-09-17T14:05:33.985Z[ host-image] Sep 17 14:05:32.706 INFO O| Sep 17 14:05:32.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91232024-09-17T14:05:33.985Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.706 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91242024-09-17T14:05:33.988Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.707 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91252024-09-17T14:05:33.988Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.707 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91262024-09-17T14:05:33.988Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.707 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91272024-09-17T14:05:33.988Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.707 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91282024-09-17T14:05:33.988Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.707 INFO ok!
91292024-09-17T14:05:33.988Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.707 INFO STEP 50 (ensure_file) COMPLETE
91302024-09-17T14:05:33.988Z[ host-image] Sep 17 14:05:32.707 INFO O| Sep 17 14:05:32.707 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91312024-09-17T14:05:33.996Z[ host-image] Sep 17 14:05:32.717 INFO O| Sep 17 14:05:32.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91322024-09-17T14:05:33.996Z[ host-image] Sep 17 14:05:32.717 INFO O| Sep 17 14:05:32.717 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 ...
91332024-09-17T14:05:33.998Z[ host-image] Sep 17 14:05:32.717 INFO O| Sep 17 14:05:32.717 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
91342024-09-17T14:05:33.998Z[ host-image] Sep 17 14:05:32.717 INFO O| Sep 17 14:05:32.717 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91352024-09-17T14:05:33.998Z[ host-image] Sep 17 14:05:32.717 INFO O| Sep 17 14:05:32.717 INFO ok!
91362024-09-17T14:05:33.998Z[ host-image] Sep 17 14:05:32.717 INFO O| Sep 17 14:05:32.717 INFO STEP 51 (ensure_file) COMPLETE
91372024-09-17T14:05:33.998Z[ host-image] Sep 17 14:05:32.717 INFO O| Sep 17 14:05:32.717 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91382024-09-17T14:05:34.006Z[ host-image] Sep 17 14:05:32.727 INFO O| Sep 17 14:05:32.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91392024-09-17T14:05:34.006Z[ host-image] Sep 17 14:05:32.727 INFO O| Sep 17 14:05:32.727 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 ...
91402024-09-17T14:05:34.008Z[ host-image] Sep 17 14:05:32.727 INFO O| Sep 17 14:05:32.727 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
91412024-09-17T14:05:34.008Z[ host-image] Sep 17 14:05:32.727 INFO O| Sep 17 14:05:32.727 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91422024-09-17T14:05:34.008Z[ host-image] Sep 17 14:05:32.727 INFO O| Sep 17 14:05:32.727 INFO ok!
91432024-09-17T14:05:34.008Z[ host-image] Sep 17 14:05:32.727 INFO O| Sep 17 14:05:32.727 INFO STEP 52 (ensure_file) COMPLETE
91442024-09-17T14:05:34.008Z[ host-image] Sep 17 14:05:32.727 INFO O| Sep 17 14:05:32.727 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91452024-09-17T14:05:34.015Z[ host-image] Sep 17 14:05:32.737 INFO O| Sep 17 14:05:32.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91462024-09-17T14:05:34.015Z[ host-image] Sep 17 14:05:32.737 INFO O| Sep 17 14:05:32.737 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 ...
91472024-09-17T14:05:34.018Z[ host-image] Sep 17 14:05:32.737 INFO O| Sep 17 14:05:32.737 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
91482024-09-17T14:05:34.018Z[ host-image] Sep 17 14:05:32.737 INFO O| Sep 17 14:05:32.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91492024-09-17T14:05:34.018Z[ host-image] Sep 17 14:05:32.737 INFO O| Sep 17 14:05:32.737 INFO ok!
91502024-09-17T14:05:34.018Z[ host-image] Sep 17 14:05:32.737 INFO O| Sep 17 14:05:32.737 INFO STEP 53 (ensure_file) COMPLETE
91512024-09-17T14:05:34.018Z[ host-image] Sep 17 14:05:32.737 INFO O| Sep 17 14:05:32.737 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91522024-09-17T14:05:34.025Z[ host-image] Sep 17 14:05:32.746 INFO O| Sep 17 14:05:32.746 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91532024-09-17T14:05:34.027Z[ host-image] Sep 17 14:05:32.746 INFO O| Sep 17 14:05:32.746 INFO STEP 54 (ensure_dir) COMPLETE
91542024-09-17T14:05:34.028Z[ host-image] Sep 17 14:05:32.746 INFO O| Sep 17 14:05:32.746 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-09-17T14:05:34.034Z[ host-image] Sep 17 14:05:32.756 INFO O| Sep 17 14:05:32.756 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91562024-09-17T14:05:34.035Z[ host-image] Sep 17 14:05:32.756 INFO O| Sep 17 14:05:32.756 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91572024-09-17T14:05:34.037Z[ host-image] Sep 17 14:05:32.756 INFO O| Sep 17 14:05:32.756 INFO STEP 55 (ensure_dir) COMPLETE
91582024-09-17T14:05:34.037Z[ host-image] Sep 17 14:05:32.756 INFO O| Sep 17 14:05:32.756 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-09-17T14:05:34.044Z[ host-image] Sep 17 14:05:32.765 INFO O| Sep 17 14:05:32.765 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91602024-09-17T14:05:34.047Z[ host-image] Sep 17 14:05:32.765 INFO O| Sep 17 14:05:32.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91612024-09-17T14:05:34.047Z[ host-image] Sep 17 14:05:32.766 INFO O| Sep 17 14:05:32.765 INFO STEP 56 (ensure_dir) COMPLETE
91622024-09-17T14:05:34.047Z[ host-image] Sep 17 14:05:32.766 INFO O| Sep 17 14:05:32.765 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-09-17T14:05:34.053Z[ host-image] Sep 17 14:05:32.775 INFO O| Sep 17 14:05:32.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91642024-09-17T14:05:34.053Z[ host-image] Sep 17 14:05:32.775 INFO O| Sep 17 14:05:32.775 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91652024-09-17T14:05:34.068Z[ host-image] Sep 17 14:05:32.790 INFO O| Sep 17 14:05:32.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91662024-09-17T14:05:34.069Z[ host-image] Sep 17 14:05:32.790 INFO O| Sep 17 14:05:32.790 INFO ok!
91672024-09-17T14:05:34.069Z[ host-image] Sep 17 14:05:32.790 INFO O| Sep 17 14:05:32.790 INFO STEP 57 (ensure_file) COMPLETE
91682024-09-17T14:05:34.071Z[ host-image] Sep 17 14:05:32.790 INFO O| Sep 17 14:05:32.790 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-09-17T14:05:34.078Z[ host-image] Sep 17 14:05:32.799 INFO O| Sep 17 14:05:32.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91702024-09-17T14:05:34.080Z[ host-image] Sep 17 14:05:32.799 INFO O| Sep 17 14:05:32.799 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91712024-09-17T14:05:35.151Z[ host-image] Sep 17 14:05:33.872 INFO O| Sep 17 14:05:33.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91722024-09-17T14:05:35.151Z[ host-image] Sep 17 14:05:33.872 INFO O| Sep 17 14:05:33.872 INFO ok!
91732024-09-17T14:05:35.151Z[ host-image] Sep 17 14:05:33.872 INFO O| Sep 17 14:05:33.872 INFO STEP 58 (ensure_file) COMPLETE
91742024-09-17T14:05:35.154Z[ host-image] Sep 17 14:05:33.872 INFO O| Sep 17 14:05:33.872 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-09-17T14:05:35.163Z[ host-image] Sep 17 14:05:33.884 INFO O| Sep 17 14:05:33.884 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91762024-09-17T14:05:35.165Z[ host-image] Sep 17 14:05:33.884 INFO O| Sep 17 14:05:33.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91772024-09-17T14:05:35.165Z[ host-image] Sep 17 14:05:33.884 INFO O| Sep 17 14:05:33.884 INFO STEP 59 (ensure_dir) COMPLETE
91782024-09-17T14:05:35.165Z[ host-image] Sep 17 14:05:33.884 INFO O| Sep 17 14:05:33.884 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91792024-09-17T14:05:35.173Z[ host-image] Sep 17 14:05:33.894 INFO O| Sep 17 14:05:33.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91802024-09-17T14:05:35.173Z[ host-image] Sep 17 14:05:33.894 INFO O| Sep 17 14:05:33.894 INFO copying /tmp/.tmpUb1DXk/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 ...
91812024-09-17T14:05:35.175Z[ host-image] Sep 17 14:05:33.894 INFO O| Sep 17 14:05:33.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91822024-09-17T14:05:35.175Z[ host-image] Sep 17 14:05:33.894 INFO O| Sep 17 14:05:33.894 INFO ok!
91832024-09-17T14:05:35.175Z[ host-image] Sep 17 14:05:33.894 INFO O| Sep 17 14:05:33.894 INFO STEP 60 (ensure_file) COMPLETE
91842024-09-17T14:05:35.175Z[ host-image] Sep 17 14:05:33.894 INFO O| Sep 17 14:05:33.894 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-09-17T14:05:35.183Z[ host-image] Sep 17 14:05:33.904 INFO O| Sep 17 14:05:33.904 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91862024-09-17T14:05:35.183Z[ host-image] Sep 17 14:05:33.904 INFO O| Sep 17 14:05:33.904 INFO copying /tmp/.tmpUb1DXk/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 ...
91872024-09-17T14:05:35.183Z[ host-image] Sep 17 14:05:33.904 INFO O| Sep 17 14:05:33.904 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91882024-09-17T14:05:35.185Z[ host-image] Sep 17 14:05:33.904 INFO O| Sep 17 14:05:33.904 INFO ok!
91892024-09-17T14:05:35.185Z[ host-image] Sep 17 14:05:33.904 INFO O| Sep 17 14:05:33.904 INFO STEP 61 (ensure_file) COMPLETE
91902024-09-17T14:05:35.185Z[ host-image] Sep 17 14:05:33.904 INFO O| Sep 17 14:05:33.904 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-09-17T14:05:35.192Z[ host-image] Sep 17 14:05:33.913 INFO O| Sep 17 14:05:33.913 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91922024-09-17T14:05:35.194Z[ host-image] Sep 17 14:05:33.913 INFO O| Sep 17 14:05:33.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91932024-09-17T14:05:35.194Z[ host-image] Sep 17 14:05:33.913 INFO O| Sep 17 14:05:33.913 INFO STEP 62 (ensure_dir) COMPLETE
91942024-09-17T14:05:35.194Z[ host-image] Sep 17 14:05:33.913 INFO O| Sep 17 14:05:33.913 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-09-17T14:05:35.201Z[ host-image] Sep 17 14:05:33.923 INFO O| Sep 17 14:05:33.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91962024-09-17T14:05:35.201Z[ host-image] Sep 17 14:05:33.923 INFO O| Sep 17 14:05:33.923 INFO copying /tmp/.tmpUb1DXk/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 ...
91972024-09-17T14:05:35.204Z[ host-image] Sep 17 14:05:33.923 INFO O| Sep 17 14:05:33.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91982024-09-17T14:05:35.204Z[ host-image] Sep 17 14:05:33.923 INFO O| Sep 17 14:05:33.923 INFO ok!
91992024-09-17T14:05:35.204Z[ host-image] Sep 17 14:05:33.923 INFO O| Sep 17 14:05:33.923 INFO STEP 63 (ensure_file) COMPLETE
92002024-09-17T14:05:35.204Z[ host-image] Sep 17 14:05:33.923 INFO O| Sep 17 14:05:33.923 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-09-17T14:05:35.211Z[ host-image] Sep 17 14:05:33.932 INFO O| Sep 17 14:05:33.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92022024-09-17T14:05:35.214Z[ host-image] Sep 17 14:05:33.932 INFO O| Sep 17 14:05:33.932 INFO copying /tmp/.tmpUb1DXk/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 ...
92032024-09-17T14:05:35.214Z[ host-image] Sep 17 14:05:33.932 INFO O| Sep 17 14:05:33.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92042024-09-17T14:05:35.214Z[ host-image] Sep 17 14:05:33.932 INFO O| Sep 17 14:05:33.932 INFO ok!
92052024-09-17T14:05:35.214Z[ host-image] Sep 17 14:05:33.932 INFO O| Sep 17 14:05:33.932 INFO STEP 64 (ensure_file) COMPLETE
92062024-09-17T14:05:35.214Z[ host-image] Sep 17 14:05:33.932 INFO O| Sep 17 14:05:33.932 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-09-17T14:05:35.220Z[ host-image] Sep 17 14:05:33.942 INFO O| Sep 17 14:05:33.942 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92082024-09-17T14:05:35.223Z[ host-image] Sep 17 14:05:33.942 INFO O| Sep 17 14:05:33.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92092024-09-17T14:05:35.223Z[ host-image] Sep 17 14:05:33.942 INFO O| Sep 17 14:05:33.942 INFO STEP 65 (ensure_dir) COMPLETE
92102024-09-17T14:05:35.223Z[ host-image] Sep 17 14:05:33.942 INFO O| Sep 17 14:05:33.942 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-09-17T14:05:35.230Z[ host-image] Sep 17 14:05:33.951 INFO O| Sep 17 14:05:33.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92122024-09-17T14:05:35.230Z[ host-image] Sep 17 14:05:33.951 INFO O| Sep 17 14:05:33.951 INFO copying /tmp/.tmpUb1DXk/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 ...
92132024-09-17T14:05:35.232Z[ host-image] Sep 17 14:05:33.951 INFO O| Sep 17 14:05:33.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92142024-09-17T14:05:35.232Z[ host-image] Sep 17 14:05:33.951 INFO O| Sep 17 14:05:33.951 INFO ok!
92152024-09-17T14:05:35.232Z[ host-image] Sep 17 14:05:33.951 INFO O| Sep 17 14:05:33.951 INFO STEP 66 (ensure_file) COMPLETE
92162024-09-17T14:05:35.232Z[ host-image] Sep 17 14:05:33.951 INFO O| Sep 17 14:05:33.951 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-09-17T14:05:35.239Z[ host-image] Sep 17 14:05:33.960 INFO O| Sep 17 14:05:33.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92182024-09-17T14:05:35.239Z[ host-image] Sep 17 14:05:33.961 INFO O| Sep 17 14:05:33.960 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92192024-09-17T14:05:35.242Z[ host-image] Sep 17 14:05:33.961 INFO O| Sep 17 14:05:33.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92202024-09-17T14:05:35.242Z[ host-image] Sep 17 14:05:33.961 INFO O| Sep 17 14:05:33.961 INFO ok!
92212024-09-17T14:05:35.242Z[ host-image] Sep 17 14:05:33.961 INFO O| Sep 17 14:05:33.961 INFO STEP 67 (ensure_file) COMPLETE
92222024-09-17T14:05:35.242Z[ host-image] Sep 17 14:05:33.961 INFO O| Sep 17 14:05:33.961 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-09-17T14:05:35.249Z[ host-image] Sep 17 14:05:33.970 INFO O| Sep 17 14:05:33.970 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92242024-09-17T14:05:35.251Z[ host-image] Sep 17 14:05:33.970 INFO O| Sep 17 14:05:33.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92252024-09-17T14:05:35.251Z[ host-image] Sep 17 14:05:33.970 INFO O| Sep 17 14:05:33.970 INFO STEP 68 (ensure_dir) COMPLETE
92262024-09-17T14:05:35.251Z[ host-image] Sep 17 14:05:33.970 INFO O| Sep 17 14:05:33.970 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-09-17T14:05:35.258Z[ host-image] Sep 17 14:05:33.979 INFO O| Sep 17 14:05:33.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92282024-09-17T14:05:35.258Z[ host-image] Sep 17 14:05:33.979 INFO O| Sep 17 14:05:33.979 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92292024-09-17T14:05:35.814Z[ host-image] Sep 17 14:05:34.535 INFO O| Sep 17 14:05:34.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92302024-09-17T14:05:35.814Z[ host-image] Sep 17 14:05:34.535 INFO O| Sep 17 14:05:34.535 INFO ok!
92312024-09-17T14:05:35.814Z[ host-image] Sep 17 14:05:34.535 INFO O| Sep 17 14:05:34.535 INFO STEP 69 (ensure_file) COMPLETE
92322024-09-17T14:05:35.814Z[ host-image] Sep 17 14:05:34.535 INFO O| Sep 17 14:05:34.535 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-09-17T14:05:35.826Z[ host-image] Sep 17 14:05:34.547 INFO O| Sep 17 14:05:34.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92342024-09-17T14:05:35.826Z[ host-image] Sep 17 14:05:34.547 INFO O| Sep 17 14:05:34.547 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92352024-09-17T14:05:37.748Z[ host-image] Sep 17 14:05:36.469 INFO O| Sep 17 14:05:36.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92362024-09-17T14:05:37.748Z[ host-image] Sep 17 14:05:36.469 INFO O| Sep 17 14:05:36.469 INFO ok!
92372024-09-17T14:05:37.751Z[ host-image] Sep 17 14:05:36.469 INFO O| Sep 17 14:05:36.469 INFO STEP 70 (ensure_file) COMPLETE
92382024-09-17T14:05:37.751Z[ host-image] Sep 17 14:05:36.469 INFO O| Sep 17 14:05:36.469 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-09-17T14:05:37.761Z[ host-image] Sep 17 14:05:36.482 INFO O| Sep 17 14:05:36.482 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92402024-09-17T14:05:37.763Z[ host-image] Sep 17 14:05:36.482 INFO O| Sep 17 14:05:36.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92412024-09-17T14:05:37.763Z[ host-image] Sep 17 14:05:36.482 INFO O| Sep 17 14:05:36.482 INFO STEP 71 (ensure_dir) COMPLETE
92422024-09-17T14:05:37.764Z[ host-image] Sep 17 14:05:36.482 INFO O| Sep 17 14:05:36.482 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-09-17T14:05:37.772Z[ host-image] Sep 17 14:05:36.493 INFO O| Sep 17 14:05:36.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92442024-09-17T14:05:37.772Z[ host-image] Sep 17 14:05:36.493 INFO O| Sep 17 14:05:36.493 INFO copying /tmp/.tmpUb1DXk/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 ...
92452024-09-17T14:05:37.772Z[ host-image] Sep 17 14:05:36.493 INFO O| Sep 17 14:05:36.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92462024-09-17T14:05:37.772Z[ host-image] Sep 17 14:05:36.493 INFO O| Sep 17 14:05:36.493 INFO ok!
92472024-09-17T14:05:37.775Z[ host-image] Sep 17 14:05:36.493 INFO O| Sep 17 14:05:36.493 INFO STEP 72 (ensure_file) COMPLETE
92482024-09-17T14:05:37.775Z[ host-image] Sep 17 14:05:36.493 INFO O| Sep 17 14:05:36.493 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-09-17T14:05:37.782Z[ host-image] Sep 17 14:05:36.503 INFO O| Sep 17 14:05:36.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92502024-09-17T14:05:37.783Z[ host-image] Sep 17 14:05:36.503 INFO O| Sep 17 14:05:36.503 INFO copying /tmp/.tmpUb1DXk/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 ...
92512024-09-17T14:05:37.785Z[ host-image] Sep 17 14:05:36.503 INFO O| Sep 17 14:05:36.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92522024-09-17T14:05:37.785Z[ host-image] Sep 17 14:05:36.503 INFO O| Sep 17 14:05:36.503 INFO ok!
92532024-09-17T14:05:37.785Z[ host-image] Sep 17 14:05:36.503 INFO O| Sep 17 14:05:36.503 INFO STEP 73 (ensure_file) COMPLETE
92542024-09-17T14:05:37.785Z[ host-image] Sep 17 14:05:36.504 INFO O| Sep 17 14:05:36.503 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-09-17T14:05:37.792Z[ host-image] Sep 17 14:05:36.513 INFO O| Sep 17 14:05:36.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92562024-09-17T14:05:37.795Z[ host-image] Sep 17 14:05:36.513 INFO O| Sep 17 14:05:36.513 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92572024-09-17T14:05:37.795Z[ host-image] Sep 17 14:05:36.513 INFO O| Sep 17 14:05:36.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92582024-09-17T14:05:37.795Z[ host-image] Sep 17 14:05:36.513 INFO O| Sep 17 14:05:36.513 INFO ok!
92592024-09-17T14:05:37.795Z[ host-image] Sep 17 14:05:36.513 INFO O| Sep 17 14:05:36.513 INFO STEP 74 (ensure_file) COMPLETE
92602024-09-17T14:05:37.795Z[ host-image] Sep 17 14:05:36.513 INFO O| Sep 17 14:05:36.513 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-09-17T14:05:37.802Z[ host-image] Sep 17 14:05:36.523 INFO O| Sep 17 14:05:36.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92622024-09-17T14:05:37.802Z[ host-image] Sep 17 14:05:36.523 INFO O| Sep 17 14:05:36.523 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92632024-09-17T14:05:37.804Z[ host-image] Sep 17 14:05:36.523 INFO O| Sep 17 14:05:36.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92642024-09-17T14:05:37.804Z[ host-image] Sep 17 14:05:36.523 INFO O| Sep 17 14:05:36.523 INFO ok!
92652024-09-17T14:05:37.805Z[ host-image] Sep 17 14:05:36.523 INFO O| Sep 17 14:05:36.523 INFO STEP 75 (ensure_file) COMPLETE
92662024-09-17T14:05:37.805Z[ host-image] Sep 17 14:05:36.523 INFO O| Sep 17 14:05:36.523 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-09-17T14:05:37.812Z[ host-image] Sep 17 14:05:36.532 INFO O| Sep 17 14:05:36.532 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92682024-09-17T14:05:37.812Z[ host-image] Sep 17 14:05:36.533 INFO O| Sep 17 14:05:36.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92692024-09-17T14:05:37.814Z[ host-image] Sep 17 14:05:36.533 INFO O| Sep 17 14:05:36.532 INFO STEP 76 (ensure_dir) COMPLETE
92702024-09-17T14:05:37.814Z[ host-image] Sep 17 14:05:36.533 INFO O| Sep 17 14:05:36.533 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-09-17T14:05:37.821Z[ host-image] Sep 17 14:05:36.542 INFO O| Sep 17 14:05:36.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92722024-09-17T14:05:37.821Z[ host-image] Sep 17 14:05:36.542 INFO O| Sep 17 14:05:36.542 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92732024-09-17T14:05:37.824Z[ host-image] Sep 17 14:05:36.545 INFO O| Sep 17 14:05:36.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92742024-09-17T14:05:37.824Z[ host-image] Sep 17 14:05:36.545 INFO O| Sep 17 14:05:36.545 INFO ok!
92752024-09-17T14:05:37.824Z[ host-image] Sep 17 14:05:36.545 INFO O| Sep 17 14:05:36.545 INFO STEP 77 (ensure_file) COMPLETE
92762024-09-17T14:05:37.824Z[ host-image] Sep 17 14:05:36.545 INFO O| Sep 17 14:05:36.545 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-09-17T14:05:37.833Z[ host-image] Sep 17 14:05:36.554 INFO O| Sep 17 14:05:36.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92782024-09-17T14:05:37.833Z[ host-image] Sep 17 14:05:36.554 INFO O| Sep 17 14:05:36.554 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92792024-09-17T14:05:37.836Z[ host-image] Sep 17 14:05:36.554 INFO O| Sep 17 14:05:36.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92802024-09-17T14:05:37.836Z[ host-image] Sep 17 14:05:36.554 INFO O| Sep 17 14:05:36.554 INFO ok!
92812024-09-17T14:05:37.836Z[ host-image] Sep 17 14:05:36.554 INFO O| Sep 17 14:05:36.554 INFO STEP 78 (ensure_file) COMPLETE
92822024-09-17T14:05:37.836Z[ host-image] Sep 17 14:05:36.554 INFO O| Sep 17 14:05:36.554 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-09-17T14:05:37.843Z[ host-image] Sep 17 14:05:36.564 INFO O| Sep 17 14:05:36.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92842024-09-17T14:05:37.845Z[ host-image] Sep 17 14:05:36.564 INFO O| Sep 17 14:05:36.564 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92852024-09-17T14:05:38.433Z[ host-image] Sep 17 14:05:37.153 INFO O| Sep 17 14:05:37.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92862024-09-17T14:05:38.433Z[ host-image] Sep 17 14:05:37.153 INFO O| Sep 17 14:05:37.153 INFO ok!
92872024-09-17T14:05:38.433Z[ host-image] Sep 17 14:05:37.153 INFO O| Sep 17 14:05:37.153 INFO STEP 79 (ensure_file) COMPLETE
92882024-09-17T14:05:38.435Z[ host-image] Sep 17 14:05:37.153 INFO O| Sep 17 14:05:37.153 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-09-17T14:05:38.444Z[ host-image] Sep 17 14:05:37.165 INFO O| Sep 17 14:05:37.165 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92902024-09-17T14:05:38.446Z[ host-image] Sep 17 14:05:37.165 INFO O| Sep 17 14:05:37.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92912024-09-17T14:05:38.446Z[ host-image] Sep 17 14:05:37.165 INFO O| Sep 17 14:05:37.165 INFO STEP 80 (ensure_dir) COMPLETE
92922024-09-17T14:05:38.446Z[ host-image] Sep 17 14:05:37.165 INFO O| Sep 17 14:05:37.165 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-09-17T14:05:38.454Z[ host-image] Sep 17 14:05:37.175 INFO O| Sep 17 14:05:37.175 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92942024-09-17T14:05:38.454Z[ host-image] Sep 17 14:05:37.175 INFO O| Sep 17 14:05:37.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92952024-09-17T14:05:38.457Z[ host-image] Sep 17 14:05:37.175 INFO O| Sep 17 14:05:37.175 INFO STEP 81 (ensure_dir) COMPLETE
92962024-09-17T14:05:38.457Z[ host-image] Sep 17 14:05:37.175 INFO O| Sep 17 14:05:37.175 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-09-17T14:05:38.464Z[ host-image] Sep 17 14:05:37.185 INFO O| Sep 17 14:05:37.185 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92982024-09-17T14:05:38.466Z[ host-image] Sep 17 14:05:37.185 INFO O| Sep 17 14:05:37.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92992024-09-17T14:05:38.466Z[ host-image] Sep 17 14:05:37.185 INFO O| Sep 17 14:05:37.185 INFO STEP 82 (ensure_dir) COMPLETE
93002024-09-17T14:05:38.466Z[ host-image] Sep 17 14:05:37.185 INFO O| Sep 17 14:05:37.185 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-09-17T14:05:38.473Z[ host-image] Sep 17 14:05:37.194 INFO O| Sep 17 14:05:37.194 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93022024-09-17T14:05:38.473Z[ host-image] Sep 17 14:05:37.194 INFO O| Sep 17 14:05:37.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93032024-09-17T14:05:38.476Z[ host-image] Sep 17 14:05:37.194 INFO O| Sep 17 14:05:37.194 INFO STEP 83 (ensure_dir) COMPLETE
93042024-09-17T14:05:38.476Z[ host-image] Sep 17 14:05:37.194 INFO O| Sep 17 14:05:37.194 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-09-17T14:05:38.483Z[ host-image] Sep 17 14:05:37.203 INFO O| Sep 17 14:05:37.203 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93062024-09-17T14:05:38.485Z[ host-image] Sep 17 14:05:37.204 INFO O| Sep 17 14:05:37.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93072024-09-17T14:05:38.485Z[ host-image] Sep 17 14:05:37.204 INFO O| Sep 17 14:05:37.204 INFO STEP 84 (ensure_dir) COMPLETE
93082024-09-17T14:05:38.485Z[ host-image] Sep 17 14:05:37.204 INFO O| Sep 17 14:05:37.204 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-09-17T14:05:38.492Z[ host-image] Sep 17 14:05:37.213 INFO O| Sep 17 14:05:37.213 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93102024-09-17T14:05:38.492Z[ host-image] Sep 17 14:05:37.213 INFO O| Sep 17 14:05:37.213 INFO copying /tmp/.tmpUb1DXk/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 ...
93112024-09-17T14:05:38.495Z[ host-image] Sep 17 14:05:37.213 INFO O| Sep 17 14:05:37.213 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93122024-09-17T14:05:38.495Z[ host-image] Sep 17 14:05:37.213 INFO O| Sep 17 14:05:37.213 INFO ok!
93132024-09-17T14:05:38.495Z[ host-image] Sep 17 14:05:37.213 INFO O| Sep 17 14:05:37.213 INFO STEP 85 (ensure_file) COMPLETE
93142024-09-17T14:05:38.495Z[ host-image] Sep 17 14:05:37.213 INFO O| Sep 17 14:05:37.213 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-09-17T14:05:38.502Z[ host-image] Sep 17 14:05:37.222 INFO O| Sep 17 14:05:37.222 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93162024-09-17T14:05:38.502Z[ host-image] Sep 17 14:05:37.222 INFO O| Sep 17 14:05:37.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93172024-09-17T14:05:38.502Z[ host-image] Sep 17 14:05:37.223 INFO O| Sep 17 14:05:37.223 INFO STEP 86 (ensure_dir) COMPLETE
93182024-09-17T14:05:38.505Z[ host-image] Sep 17 14:05:37.223 INFO O| Sep 17 14:05:37.223 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-09-17T14:05:38.511Z[ host-image] Sep 17 14:05:37.232 INFO O| Sep 17 14:05:37.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93202024-09-17T14:05:38.511Z[ host-image] Sep 17 14:05:37.232 INFO O| Sep 17 14:05:37.232 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93212024-09-17T14:05:38.514Z[ host-image] Sep 17 14:05:37.232 INFO O| Sep 17 14:05:37.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93222024-09-17T14:05:38.514Z[ host-image] Sep 17 14:05:37.232 INFO O| Sep 17 14:05:37.232 INFO ok!
93232024-09-17T14:05:38.514Z[ host-image] Sep 17 14:05:37.232 INFO O| Sep 17 14:05:37.232 INFO STEP 87 (ensure_file) COMPLETE
93242024-09-17T14:05:38.514Z[ host-image] Sep 17 14:05:37.232 INFO O| Sep 17 14:05:37.232 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-09-17T14:05:38.521Z[ host-image] Sep 17 14:05:37.241 INFO O| Sep 17 14:05:37.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93262024-09-17T14:05:38.521Z[ host-image] Sep 17 14:05:37.241 INFO O| Sep 17 14:05:37.241 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93272024-09-17T14:05:38.533Z[ host-image] Sep 17 14:05:37.253 INFO O| Sep 17 14:05:37.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93282024-09-17T14:05:38.533Z[ host-image] Sep 17 14:05:37.253 INFO O| Sep 17 14:05:37.253 INFO ok!
93292024-09-17T14:05:38.536Z[ host-image] Sep 17 14:05:37.253 INFO O| Sep 17 14:05:37.253 INFO STEP 88 (ensure_file) COMPLETE
93302024-09-17T14:05:38.536Z[ host-image] Sep 17 14:05:37.253 INFO O| Sep 17 14:05:37.253 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-09-17T14:05:38.543Z[ host-image] Sep 17 14:05:37.263 INFO O| Sep 17 14:05:37.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93322024-09-17T14:05:38.543Z[ host-image] Sep 17 14:05:37.263 INFO O| Sep 17 14:05:37.263 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93332024-09-17T14:05:38.974Z[ host-image] Sep 17 14:05:37.694 INFO O| Sep 17 14:05:37.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93342024-09-17T14:05:38.974Z[ host-image] Sep 17 14:05:37.694 INFO O| Sep 17 14:05:37.694 INFO ok!
93352024-09-17T14:05:38.974Z[ host-image] Sep 17 14:05:37.694 INFO O| Sep 17 14:05:37.694 INFO STEP 89 (ensure_file) COMPLETE
93362024-09-17T14:05:38.977Z[ host-image] Sep 17 14:05:37.694 INFO O| Sep 17 14:05:37.694 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-09-17T14:05:38.987Z[ host-image] Sep 17 14:05:37.706 INFO O| Sep 17 14:05:37.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93382024-09-17T14:05:38.987Z[ host-image] Sep 17 14:05:37.706 INFO O| Sep 17 14:05:37.706 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93392024-09-17T14:05:38.989Z[ host-image] Sep 17 14:05:37.707 INFO O| Sep 17 14:05:37.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93402024-09-17T14:05:38.989Z[ host-image] Sep 17 14:05:37.707 INFO O| Sep 17 14:05:37.707 INFO ok!
93412024-09-17T14:05:38.990Z[ host-image] Sep 17 14:05:37.707 INFO O| Sep 17 14:05:37.707 INFO STEP 90 (ensure_file) COMPLETE
93422024-09-17T14:05:38.990Z[ host-image] Sep 17 14:05:37.707 INFO O| Sep 17 14:05:37.707 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-09-17T14:05:38.996Z[ host-image] Sep 17 14:05:37.716 INFO O| Sep 17 14:05:37.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93442024-09-17T14:05:38.998Z[ host-image] Sep 17 14:05:37.717 INFO O| Sep 17 14:05:37.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93452024-09-17T14:05:38.998Z[ host-image] Sep 17 14:05:37.717 INFO O| Sep 17 14:05:37.717 INFO STEP 91 (ensure_dir) COMPLETE
93462024-09-17T14:05:38.998Z[ host-image] Sep 17 14:05:37.717 INFO O| Sep 17 14:05:37.717 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-09-17T14:05:39.005Z[ host-image] Sep 17 14:05:37.726 INFO O| Sep 17 14:05:37.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93482024-09-17T14:05:39.008Z[ host-image] Sep 17 14:05:37.726 INFO O| Sep 17 14:05:37.726 INFO copying /tmp/.tmpUb1DXk/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 ...
93492024-09-17T14:05:39.008Z[ host-image] Sep 17 14:05:37.726 INFO O| Sep 17 14:05:37.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93502024-09-17T14:05:39.008Z[ host-image] Sep 17 14:05:37.726 INFO O| Sep 17 14:05:37.726 INFO ok!
93512024-09-17T14:05:39.008Z[ host-image] Sep 17 14:05:37.726 INFO O| Sep 17 14:05:37.726 INFO STEP 92 (ensure_file) COMPLETE
93522024-09-17T14:05:39.008Z[ host-image] Sep 17 14:05:37.726 INFO O| Sep 17 14:05:37.726 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532024-09-17T14:05:39.015Z[ host-image] Sep 17 14:05:37.736 INFO O| Sep 17 14:05:37.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93542024-09-17T14:05:39.015Z[ host-image] Sep 17 14:05:37.736 INFO O| Sep 17 14:05:37.736 INFO copying /tmp/.tmpUb1DXk/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 ...
93552024-09-17T14:05:39.017Z[ host-image] Sep 17 14:05:37.736 INFO O| Sep 17 14:05:37.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93562024-09-17T14:05:39.018Z[ host-image] Sep 17 14:05:37.736 INFO O| Sep 17 14:05:37.736 INFO ok!
93572024-09-17T14:05:39.018Z[ host-image] Sep 17 14:05:37.736 INFO O| Sep 17 14:05:37.736 INFO STEP 93 (ensure_file) COMPLETE
93582024-09-17T14:05:39.018Z[ host-image] Sep 17 14:05:37.736 INFO O| Sep 17 14:05:37.736 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93592024-09-17T14:05:39.025Z[ host-image] Sep 17 14:05:37.745 INFO O| Sep 17 14:05:37.745 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93602024-09-17T14:05:39.025Z[ host-image] Sep 17 14:05:37.745 INFO O| Sep 17 14:05:37.745 INFO copying /tmp/.tmpUb1DXk/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 ...
93612024-09-17T14:05:39.027Z[ host-image] Sep 17 14:05:37.745 INFO O| Sep 17 14:05:37.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93622024-09-17T14:05:39.027Z[ host-image] Sep 17 14:05:37.745 INFO O| Sep 17 14:05:37.745 INFO ok!
93632024-09-17T14:05:39.027Z[ host-image] Sep 17 14:05:37.745 INFO O| Sep 17 14:05:37.745 INFO STEP 94 (ensure_file) COMPLETE
93642024-09-17T14:05:39.027Z[ host-image] Sep 17 14:05:37.745 INFO O| Sep 17 14:05:37.745 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-09-17T14:05:39.034Z[ host-image] Sep 17 14:05:37.755 INFO O| Sep 17 14:05:37.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93662024-09-17T14:05:39.034Z[ host-image] Sep 17 14:05:37.755 INFO O| Sep 17 14:05:37.755 INFO copying /tmp/.tmpUb1DXk/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 ...
93672024-09-17T14:05:39.036Z[ host-image] Sep 17 14:05:37.755 INFO O| Sep 17 14:05:37.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93682024-09-17T14:05:39.036Z[ host-image] Sep 17 14:05:37.755 INFO O| Sep 17 14:05:37.755 INFO ok!
93692024-09-17T14:05:39.036Z[ host-image] Sep 17 14:05:37.755 INFO O| Sep 17 14:05:37.755 INFO STEP 95 (ensure_file) COMPLETE
93702024-09-17T14:05:39.036Z[ host-image] Sep 17 14:05:37.755 INFO O| Sep 17 14:05:37.755 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93712024-09-17T14:05:39.043Z[ host-image] Sep 17 14:05:37.764 INFO O| Sep 17 14:05:37.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93722024-09-17T14:05:39.043Z[ host-image] Sep 17 14:05:37.764 INFO O| Sep 17 14:05:37.764 INFO copying /tmp/.tmpUb1DXk/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 ...
93732024-09-17T14:05:39.043Z[ host-image] Sep 17 14:05:37.764 INFO O| Sep 17 14:05:37.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93742024-09-17T14:05:39.046Z[ host-image] Sep 17 14:05:37.764 INFO O| Sep 17 14:05:37.764 INFO ok!
93752024-09-17T14:05:39.046Z[ host-image] Sep 17 14:05:37.764 INFO O| Sep 17 14:05:37.764 INFO STEP 96 (ensure_file) COMPLETE
93762024-09-17T14:05:39.046Z[ host-image] Sep 17 14:05:37.764 INFO O| Sep 17 14:05:37.764 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-09-17T14:05:39.053Z[ host-image] Sep 17 14:05:37.774 INFO O| Sep 17 14:05:37.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93782024-09-17T14:05:39.053Z[ host-image] Sep 17 14:05:37.774 INFO O| Sep 17 14:05:37.774 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93792024-09-17T14:05:39.053Z[ host-image] Sep 17 14:05:37.774 INFO O| Sep 17 14:05:37.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93802024-09-17T14:05:39.053Z[ host-image] Sep 17 14:05:37.774 INFO O| Sep 17 14:05:37.774 INFO ok!
93812024-09-17T14:05:39.056Z[ host-image] Sep 17 14:05:37.774 INFO O| Sep 17 14:05:37.774 INFO STEP 97 (ensure_file) COMPLETE
93822024-09-17T14:05:39.056Z[ host-image] Sep 17 14:05:37.774 INFO O| Sep 17 14:05:37.774 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832024-09-17T14:05:39.062Z[ host-image] Sep 17 14:05:37.783 INFO O| Sep 17 14:05:37.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93842024-09-17T14:05:39.062Z[ host-image] Sep 17 14:05:37.783 INFO O| Sep 17 14:05:37.783 INFO copying /tmp/.tmpUb1DXk/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 ...
93852024-09-17T14:05:39.065Z[ host-image] Sep 17 14:05:37.783 INFO O| Sep 17 14:05:37.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93862024-09-17T14:05:39.065Z[ host-image] Sep 17 14:05:37.783 INFO O| Sep 17 14:05:37.783 INFO ok!
93872024-09-17T14:05:39.065Z[ host-image] Sep 17 14:05:37.783 INFO O| Sep 17 14:05:37.783 INFO STEP 98 (ensure_file) COMPLETE
93882024-09-17T14:05:39.065Z[ host-image] Sep 17 14:05:37.783 INFO O| Sep 17 14:05:37.783 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892024-09-17T14:05:39.072Z[ host-image] Sep 17 14:05:37.793 INFO O| Sep 17 14:05:37.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93902024-09-17T14:05:39.074Z[ host-image] Sep 17 14:05:37.793 INFO O| Sep 17 14:05:37.793 INFO copying /tmp/.tmpUb1DXk/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 ...
93912024-09-17T14:05:39.074Z[ host-image] Sep 17 14:05:37.793 INFO O| Sep 17 14:05:37.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93922024-09-17T14:05:39.075Z[ host-image] Sep 17 14:05:37.793 INFO O| Sep 17 14:05:37.793 INFO ok!
93932024-09-17T14:05:39.075Z[ host-image] Sep 17 14:05:37.793 INFO O| Sep 17 14:05:37.793 INFO STEP 99 (ensure_file) COMPLETE
93942024-09-17T14:05:39.075Z[ host-image] Sep 17 14:05:37.793 INFO O| Sep 17 14:05:37.793 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-09-17T14:05:39.082Z[ host-image] Sep 17 14:05:37.802 INFO O| Sep 17 14:05:37.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93962024-09-17T14:05:39.082Z[ host-image] Sep 17 14:05:37.802 INFO O| Sep 17 14:05:37.802 INFO copying /tmp/.tmpUb1DXk/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 ...
93972024-09-17T14:05:39.084Z[ host-image] Sep 17 14:05:37.802 INFO O| Sep 17 14:05:37.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93982024-09-17T14:05:39.084Z[ host-image] Sep 17 14:05:37.802 INFO O| Sep 17 14:05:37.802 INFO ok!
93992024-09-17T14:05:39.084Z[ host-image] Sep 17 14:05:37.802 INFO O| Sep 17 14:05:37.802 INFO STEP 100 (ensure_file) COMPLETE
94002024-09-17T14:05:39.084Z[ host-image] Sep 17 14:05:37.802 INFO O| Sep 17 14:05:37.802 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-09-17T14:05:39.091Z[ host-image] Sep 17 14:05:37.812 INFO O| Sep 17 14:05:37.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94022024-09-17T14:05:39.091Z[ host-image] Sep 17 14:05:37.812 INFO O| Sep 17 14:05:37.812 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94032024-09-17T14:05:39.094Z[ host-image] Sep 17 14:05:37.812 INFO O| Sep 17 14:05:37.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94042024-09-17T14:05:39.094Z[ host-image] Sep 17 14:05:37.812 INFO O| Sep 17 14:05:37.812 INFO ok!
94052024-09-17T14:05:39.094Z[ host-image] Sep 17 14:05:37.812 INFO O| Sep 17 14:05:37.812 INFO STEP 101 (ensure_file) COMPLETE
94062024-09-17T14:05:39.094Z[ host-image] Sep 17 14:05:37.812 INFO O| Sep 17 14:05:37.812 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-09-17T14:05:39.100Z[ host-image] Sep 17 14:05:37.821 INFO O| Sep 17 14:05:37.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94082024-09-17T14:05:39.100Z[ host-image] Sep 17 14:05:37.821 INFO O| Sep 17 14:05:37.821 INFO copying /tmp/.tmpUb1DXk/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 ...
94092024-09-17T14:05:39.103Z[ host-image] Sep 17 14:05:37.821 INFO O| Sep 17 14:05:37.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94102024-09-17T14:05:39.103Z[ host-image] Sep 17 14:05:37.821 INFO O| Sep 17 14:05:37.821 INFO ok!
94112024-09-17T14:05:39.103Z[ host-image] Sep 17 14:05:37.821 INFO O| Sep 17 14:05:37.821 INFO STEP 102 (ensure_file) COMPLETE
94122024-09-17T14:05:39.103Z[ host-image] Sep 17 14:05:37.821 INFO O| Sep 17 14:05:37.821 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-09-17T14:05:39.110Z[ host-image] Sep 17 14:05:37.831 INFO O| Sep 17 14:05:37.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94142024-09-17T14:05:39.113Z[ host-image] Sep 17 14:05:37.831 INFO O| Sep 17 14:05:37.831 INFO copying /tmp/.tmpUb1DXk/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 ...
94152024-09-17T14:05:39.113Z[ host-image] Sep 17 14:05:37.831 INFO O| Sep 17 14:05:37.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94162024-09-17T14:05:39.113Z[ host-image] Sep 17 14:05:37.831 INFO O| Sep 17 14:05:37.831 INFO ok!
94172024-09-17T14:05:39.113Z[ host-image] Sep 17 14:05:37.831 INFO O| Sep 17 14:05:37.831 INFO STEP 103 (ensure_file) COMPLETE
94182024-09-17T14:05:39.113Z[ host-image] Sep 17 14:05:37.831 INFO O| Sep 17 14:05:37.831 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192024-09-17T14:05:39.120Z[ host-image] Sep 17 14:05:37.841 INFO O| Sep 17 14:05:37.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94202024-09-17T14:05:39.120Z[ host-image] Sep 17 14:05:37.841 INFO O| Sep 17 14:05:37.841 INFO copying /tmp/.tmpUb1DXk/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 ...
94212024-09-17T14:05:39.123Z[ host-image] Sep 17 14:05:37.841 INFO O| Sep 17 14:05:37.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94222024-09-17T14:05:39.123Z[ host-image] Sep 17 14:05:37.841 INFO O| Sep 17 14:05:37.841 INFO ok!
94232024-09-17T14:05:39.123Z[ host-image] Sep 17 14:05:37.841 INFO O| Sep 17 14:05:37.841 INFO STEP 104 (ensure_file) COMPLETE
94242024-09-17T14:05:39.123Z[ host-image] Sep 17 14:05:37.841 INFO O| Sep 17 14:05:37.841 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252024-09-17T14:05:39.130Z[ host-image] Sep 17 14:05:37.851 INFO O| Sep 17 14:05:37.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94262024-09-17T14:05:39.130Z[ host-image] Sep 17 14:05:37.851 INFO O| Sep 17 14:05:37.850 INFO copying /tmp/.tmpUb1DXk/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 ...
94272024-09-17T14:05:39.133Z[ host-image] Sep 17 14:05:37.851 INFO O| Sep 17 14:05:37.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94282024-09-17T14:05:39.133Z[ host-image] Sep 17 14:05:37.851 INFO O| Sep 17 14:05:37.851 INFO ok!
94292024-09-17T14:05:39.133Z[ host-image] Sep 17 14:05:37.851 INFO O| Sep 17 14:05:37.851 INFO STEP 105 (ensure_file) COMPLETE
94302024-09-17T14:05:39.133Z[ host-image] Sep 17 14:05:37.851 INFO O| Sep 17 14:05:37.851 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312024-09-17T14:05:39.139Z[ host-image] Sep 17 14:05:37.860 INFO O| Sep 17 14:05:37.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94322024-09-17T14:05:39.139Z[ host-image] Sep 17 14:05:37.860 INFO O| Sep 17 14:05:37.860 INFO copying /tmp/.tmpUb1DXk/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 ...
94332024-09-17T14:05:39.142Z[ host-image] Sep 17 14:05:37.860 INFO O| Sep 17 14:05:37.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94342024-09-17T14:05:39.142Z[ host-image] Sep 17 14:05:37.860 INFO O| Sep 17 14:05:37.860 INFO ok!
94352024-09-17T14:05:39.142Z[ host-image] Sep 17 14:05:37.860 INFO O| Sep 17 14:05:37.860 INFO STEP 106 (ensure_file) COMPLETE
94362024-09-17T14:05:39.142Z[ host-image] Sep 17 14:05:37.860 INFO O| Sep 17 14:05:37.860 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372024-09-17T14:05:39.149Z[ host-image] Sep 17 14:05:37.870 INFO O| Sep 17 14:05:37.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94382024-09-17T14:05:39.149Z[ host-image] Sep 17 14:05:37.870 INFO O| Sep 17 14:05:37.870 INFO copying /tmp/.tmpUb1DXk/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 ...
94392024-09-17T14:05:39.151Z[ host-image] Sep 17 14:05:37.870 INFO O| Sep 17 14:05:37.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94402024-09-17T14:05:39.151Z[ host-image] Sep 17 14:05:37.870 INFO O| Sep 17 14:05:37.870 INFO ok!
94412024-09-17T14:05:39.151Z[ host-image] Sep 17 14:05:37.870 INFO O| Sep 17 14:05:37.870 INFO STEP 107 (ensure_file) COMPLETE
94422024-09-17T14:05:39.151Z[ host-image] Sep 17 14:05:37.870 INFO O| Sep 17 14:05:37.870 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-09-17T14:05:39.159Z[ host-image] Sep 17 14:05:37.879 INFO O| Sep 17 14:05:37.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94442024-09-17T14:05:39.159Z[ host-image] Sep 17 14:05:37.879 INFO O| Sep 17 14:05:37.879 INFO copying /tmp/.tmpUb1DXk/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 ...
94452024-09-17T14:05:39.159Z[ host-image] Sep 17 14:05:37.879 INFO O| Sep 17 14:05:37.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94462024-09-17T14:05:39.159Z[ host-image] Sep 17 14:05:37.879 INFO O| Sep 17 14:05:37.879 INFO ok!
94472024-09-17T14:05:39.161Z[ host-image] Sep 17 14:05:37.879 INFO O| Sep 17 14:05:37.879 INFO STEP 108 (ensure_file) COMPLETE
94482024-09-17T14:05:39.161Z[ host-image] Sep 17 14:05:37.879 INFO O| Sep 17 14:05:37.879 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-09-17T14:05:39.168Z[ host-image] Sep 17 14:05:37.889 INFO O| Sep 17 14:05:37.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94502024-09-17T14:05:39.168Z[ host-image] Sep 17 14:05:37.889 INFO O| Sep 17 14:05:37.889 INFO copying /tmp/.tmpUb1DXk/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 ...
94512024-09-17T14:05:39.170Z[ host-image] Sep 17 14:05:37.889 INFO O| Sep 17 14:05:37.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94522024-09-17T14:05:39.170Z[ host-image] Sep 17 14:05:37.889 INFO O| Sep 17 14:05:37.889 INFO ok!
94532024-09-17T14:05:39.170Z[ host-image] Sep 17 14:05:37.889 INFO O| Sep 17 14:05:37.889 INFO STEP 109 (ensure_file) COMPLETE
94542024-09-17T14:05:39.170Z[ host-image] Sep 17 14:05:37.889 INFO O| Sep 17 14:05:37.889 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-09-17T14:05:39.178Z[ host-image] Sep 17 14:05:37.898 INFO O| Sep 17 14:05:37.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94562024-09-17T14:05:39.178Z[ host-image] Sep 17 14:05:37.898 INFO O| Sep 17 14:05:37.898 INFO copying /tmp/.tmpUb1DXk/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 ...
94572024-09-17T14:05:39.180Z[ host-image] Sep 17 14:05:37.898 INFO O| Sep 17 14:05:37.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94582024-09-17T14:05:39.180Z[ host-image] Sep 17 14:05:37.898 INFO O| Sep 17 14:05:37.898 INFO ok!
94592024-09-17T14:05:39.180Z[ host-image] Sep 17 14:05:37.898 INFO O| Sep 17 14:05:37.898 INFO STEP 110 (ensure_file) COMPLETE
94602024-09-17T14:05:39.180Z[ host-image] Sep 17 14:05:37.898 INFO O| Sep 17 14:05:37.898 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-09-17T14:05:39.187Z[ host-image] Sep 17 14:05:37.908 INFO O| Sep 17 14:05:37.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94622024-09-17T14:05:39.189Z[ host-image] Sep 17 14:05:37.908 INFO O| Sep 17 14:05:37.908 INFO copying /tmp/.tmpUb1DXk/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 ...
94632024-09-17T14:05:39.190Z[ host-image] Sep 17 14:05:37.908 INFO O| Sep 17 14:05:37.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94642024-09-17T14:05:39.190Z[ host-image] Sep 17 14:05:37.908 INFO O| Sep 17 14:05:37.908 INFO ok!
94652024-09-17T14:05:39.190Z[ host-image] Sep 17 14:05:37.908 INFO O| Sep 17 14:05:37.908 INFO STEP 111 (ensure_file) COMPLETE
94662024-09-17T14:05:39.190Z[ host-image] Sep 17 14:05:37.908 INFO O| Sep 17 14:05:37.908 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-09-17T14:05:39.197Z[ host-image] Sep 17 14:05:37.917 INFO O| Sep 17 14:05:37.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94682024-09-17T14:05:39.197Z[ host-image] Sep 17 14:05:37.917 INFO O| Sep 17 14:05:37.917 INFO copying /tmp/.tmpUb1DXk/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 ...
94692024-09-17T14:05:39.199Z[ host-image] Sep 17 14:05:37.918 INFO O| Sep 17 14:05:37.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94702024-09-17T14:05:39.199Z[ host-image] Sep 17 14:05:37.918 INFO O| Sep 17 14:05:37.918 INFO ok!
94712024-09-17T14:05:39.199Z[ host-image] Sep 17 14:05:37.918 INFO O| Sep 17 14:05:37.918 INFO STEP 112 (ensure_file) COMPLETE
94722024-09-17T14:05:39.199Z[ host-image] Sep 17 14:05:37.918 INFO O| Sep 17 14:05:37.918 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-09-17T14:05:39.206Z[ host-image] Sep 17 14:05:37.927 INFO O| Sep 17 14:05:37.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94742024-09-17T14:05:39.206Z[ host-image] Sep 17 14:05:37.927 INFO O| Sep 17 14:05:37.927 INFO copying /tmp/.tmpUb1DXk/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 ...
94752024-09-17T14:05:39.209Z[ host-image] Sep 17 14:05:37.927 INFO O| Sep 17 14:05:37.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94762024-09-17T14:05:39.209Z[ host-image] Sep 17 14:05:37.927 INFO O| Sep 17 14:05:37.927 INFO ok!
94772024-09-17T14:05:39.209Z[ host-image] Sep 17 14:05:37.927 INFO O| Sep 17 14:05:37.927 INFO STEP 113 (ensure_file) COMPLETE
94782024-09-17T14:05:39.209Z[ host-image] Sep 17 14:05:37.927 INFO O| Sep 17 14:05:37.927 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-09-17T14:05:39.216Z[ host-image] Sep 17 14:05:37.937 INFO O| Sep 17 14:05:37.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94802024-09-17T14:05:39.216Z[ host-image] Sep 17 14:05:37.937 INFO O| Sep 17 14:05:37.937 INFO copying /tmp/.tmpUb1DXk/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 ...
94812024-09-17T14:05:39.219Z[ host-image] Sep 17 14:05:37.937 INFO O| Sep 17 14:05:37.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94822024-09-17T14:05:39.219Z[ host-image] Sep 17 14:05:37.937 INFO O| Sep 17 14:05:37.937 INFO ok!
94832024-09-17T14:05:39.219Z[ host-image] Sep 17 14:05:37.937 INFO O| Sep 17 14:05:37.937 INFO STEP 114 (ensure_file) COMPLETE
94842024-09-17T14:05:39.219Z[ host-image] Sep 17 14:05:37.937 INFO O| Sep 17 14:05:37.937 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-09-17T14:05:39.226Z[ host-image] Sep 17 14:05:37.946 INFO O| Sep 17 14:05:37.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94862024-09-17T14:05:39.226Z[ host-image] Sep 17 14:05:37.946 INFO O| Sep 17 14:05:37.946 INFO copying /tmp/.tmpUb1DXk/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 ...
94872024-09-17T14:05:39.228Z[ host-image] Sep 17 14:05:37.946 INFO O| Sep 17 14:05:37.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94882024-09-17T14:05:39.228Z[ host-image] Sep 17 14:05:37.946 INFO O| Sep 17 14:05:37.946 INFO ok!
94892024-09-17T14:05:39.228Z[ host-image] Sep 17 14:05:37.946 INFO O| Sep 17 14:05:37.946 INFO STEP 115 (ensure_file) COMPLETE
94902024-09-17T14:05:39.228Z[ host-image] Sep 17 14:05:37.946 INFO O| Sep 17 14:05:37.946 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-09-17T14:05:39.235Z[ host-image] Sep 17 14:05:37.956 INFO O| Sep 17 14:05:37.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94922024-09-17T14:05:39.235Z[ host-image] Sep 17 14:05:37.956 INFO O| Sep 17 14:05:37.956 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94932024-09-17T14:05:39.238Z[ host-image] Sep 17 14:05:37.956 INFO O| Sep 17 14:05:37.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94942024-09-17T14:05:39.238Z[ host-image] Sep 17 14:05:37.956 INFO O| Sep 17 14:05:37.956 INFO ok!
94952024-09-17T14:05:39.238Z[ host-image] Sep 17 14:05:37.956 INFO O| Sep 17 14:05:37.956 INFO STEP 116 (ensure_file) COMPLETE
94962024-09-17T14:05:39.238Z[ host-image] Sep 17 14:05:37.956 INFO O| Sep 17 14:05:37.956 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-09-17T14:05:39.245Z[ host-image] Sep 17 14:05:37.965 INFO O| Sep 17 14:05:37.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94982024-09-17T14:05:39.245Z[ host-image] Sep 17 14:05:37.965 INFO O| Sep 17 14:05:37.965 INFO copying /tmp/.tmpUb1DXk/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 ...
94992024-09-17T14:05:39.248Z[ host-image] Sep 17 14:05:37.965 INFO O| Sep 17 14:05:37.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95002024-09-17T14:05:39.248Z[ host-image] Sep 17 14:05:37.966 INFO O| Sep 17 14:05:37.965 INFO ok!
95012024-09-17T14:05:39.248Z[ host-image] Sep 17 14:05:37.966 INFO O| Sep 17 14:05:37.965 INFO STEP 117 (ensure_file) COMPLETE
95022024-09-17T14:05:39.248Z[ host-image] Sep 17 14:05:37.966 INFO O| Sep 17 14:05:37.966 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-09-17T14:05:39.256Z[ host-image] Sep 17 14:05:37.975 INFO O| Sep 17 14:05:37.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95042024-09-17T14:05:39.256Z[ host-image] Sep 17 14:05:37.975 INFO O| Sep 17 14:05:37.975 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95052024-09-17T14:05:39.258Z[ host-image] Sep 17 14:05:37.975 INFO O| Sep 17 14:05:37.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95062024-09-17T14:05:39.258Z[ host-image] Sep 17 14:05:37.975 INFO O| Sep 17 14:05:37.975 INFO ok!
95072024-09-17T14:05:39.258Z[ host-image] Sep 17 14:05:37.975 INFO O| Sep 17 14:05:37.975 INFO STEP 118 (ensure_file) COMPLETE
95082024-09-17T14:05:39.258Z[ host-image] Sep 17 14:05:37.975 INFO O| Sep 17 14:05:37.975 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-09-17T14:05:39.264Z[ host-image] Sep 17 14:05:37.985 INFO O| Sep 17 14:05:37.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95102024-09-17T14:05:39.264Z[ host-image] Sep 17 14:05:37.985 INFO O| Sep 17 14:05:37.984 INFO copying /tmp/.tmpUb1DXk/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95112024-09-17T14:05:42.591Z[ host-image] Sep 17 14:05:41.311 INFO O| Sep 17 14:05:41.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95122024-09-17T14:05:42.591Z[ host-image] Sep 17 14:05:41.311 INFO O| Sep 17 14:05:41.311 INFO ok!
95132024-09-17T14:05:42.593Z[ host-image] Sep 17 14:05:41.311 INFO O| Sep 17 14:05:41.311 INFO STEP 119 (ensure_file) COMPLETE
95142024-09-17T14:05:42.593Z[ host-image] Sep 17 14:05:41.311 INFO O| Sep 17 14:05:41.311 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-09-17T14:05:42.603Z[ host-image] Sep 17 14:05:41.324 INFO O| Sep 17 14:05:41.323 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95162024-09-17T14:05:42.603Z[ host-image] Sep 17 14:05:41.324 INFO O| Sep 17 14:05:41.323 INFO STEP 120 (ensure_dir) COMPLETE
95172024-09-17T14:05:42.606Z[ host-image] Sep 17 14:05:41.324 INFO O| Sep 17 14:05:41.324 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-09-17T14:05:42.614Z[ host-image] Sep 17 14:05:41.334 INFO O| Sep 17 14:05:41.334 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95192024-09-17T14:05:42.616Z[ host-image] Sep 17 14:05:41.335 INFO O| Sep 17 14:05:41.334 INFO STEP 121 (ensure_dir) COMPLETE
95202024-09-17T14:05:42.617Z[ host-image] Sep 17 14:05:41.335 INFO O| Sep 17 14:05:41.334 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-09-17T14:05:42.624Z[ host-image] Sep 17 14:05:41.345 INFO O| Sep 17 14:05:41.344 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95222024-09-17T14:05:42.624Z[ host-image] Sep 17 14:05:41.345 INFO O| Sep 17 14:05:41.344 INFO STEP 122 (ensure_dir) COMPLETE
95232024-09-17T14:05:42.627Z[ host-image] Sep 17 14:05:41.345 INFO O| Sep 17 14:05:41.344 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-09-17T14:05:42.634Z[ host-image] Sep 17 14:05:41.354 INFO O| Sep 17 14:05:41.354 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95252024-09-17T14:05:42.637Z[ host-image] Sep 17 14:05:41.354 INFO O| Sep 17 14:05:41.354 INFO STEP 123 (ensure_dir) COMPLETE
95262024-09-17T14:05:42.637Z[ host-image] Sep 17 14:05:41.354 INFO O| Sep 17 14:05:41.354 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-09-17T14:05:42.645Z[ host-image] Sep 17 14:05:41.365 INFO O| Sep 17 14:05:41.365 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95282024-09-17T14:05:42.645Z[ host-image] Sep 17 14:05:41.365 INFO O| Sep 17 14:05:41.365 INFO copying /tmp/.tmpUb1DXk/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 ...
95292024-09-17T14:05:42.647Z[ host-image] Sep 17 14:05:41.365 INFO O| Sep 17 14:05:41.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95302024-09-17T14:05:42.647Z[ host-image] Sep 17 14:05:41.365 INFO O| Sep 17 14:05:41.365 INFO ok!
95312024-09-17T14:05:42.647Z[ host-image] Sep 17 14:05:41.365 INFO O| Sep 17 14:05:41.365 INFO STEP 124 (ensure_file) COMPLETE
95322024-09-17T14:05:42.647Z[ host-image] Sep 17 14:05:41.365 INFO O| Sep 17 14:05:41.365 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-09-17T14:05:42.654Z[ host-image] Sep 17 14:05:41.375 INFO O| Sep 17 14:05:41.375 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95342024-09-17T14:05:42.654Z[ host-image] Sep 17 14:05:41.375 INFO O| Sep 17 14:05:41.375 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95352024-09-17T14:05:42.657Z[ host-image] Sep 17 14:05:41.375 INFO O| Sep 17 14:05:41.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95362024-09-17T14:05:42.657Z[ host-image] Sep 17 14:05:41.375 INFO O| Sep 17 14:05:41.375 INFO STEP 125 (ensure_dir) COMPLETE
95372024-09-17T14:05:42.657Z[ host-image] Sep 17 14:05:41.375 INFO O| Sep 17 14:05:41.375 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-09-17T14:05:42.664Z[ host-image] Sep 17 14:05:41.385 INFO O| Sep 17 14:05:41.385 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95392024-09-17T14:05:42.664Z[ host-image] Sep 17 14:05:41.385 INFO O| Sep 17 14:05:41.385 INFO copying /tmp/.tmpUb1DXk/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95402024-09-17T14:05:42.667Z[ host-image] Sep 17 14:05:41.385 INFO O| Sep 17 14:05:41.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95412024-09-17T14:05:42.667Z[ host-image] Sep 17 14:05:41.385 INFO O| Sep 17 14:05:41.385 INFO ok!
95422024-09-17T14:05:42.667Z[ host-image] Sep 17 14:05:41.385 INFO O| Sep 17 14:05:41.385 INFO STEP 126 (ensure_file) COMPLETE
95432024-09-17T14:05:42.667Z[ host-image] Sep 17 14:05:41.385 INFO O| Sep 17 14:05:41.385 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95442024-09-17T14:05:42.674Z[ host-image] Sep 17 14:05:41.394 INFO O| Sep 17 14:05:41.394 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95452024-09-17T14:05:42.677Z[ host-image] Sep 17 14:05:41.395 INFO O| Sep 17 14:05:41.395 INFO STEP 127 (remove_files) COMPLETE
95462024-09-17T14:05:42.677Z[ host-image] Sep 17 14:05:41.395 INFO O| Sep 17 14:05:41.395 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95472024-09-17T14:05:42.684Z[ host-image] Sep 17 14:05:41.404 INFO O| Sep 17 14:05:41.404 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95482024-09-17T14:05:42.687Z[ host-image] Sep 17 14:05:41.405 INFO O| Sep 17 14:05:41.405 INFO STEP 128 (remove_files) COMPLETE
95492024-09-17T14:05:42.687Z[ host-image] Sep 17 14:05:41.405 INFO O| Sep 17 14:05:41.405 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95502024-09-17T14:05:42.694Z[ host-image] Sep 17 14:05:41.414 INFO O| Sep 17 14:05:41.414 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95512024-09-17T14:05:42.697Z[ host-image] Sep 17 14:05:41.415 INFO O| Sep 17 14:05:41.415 INFO STEP 129 (remove_files) COMPLETE
95522024-09-17T14:05:42.697Z[ host-image] Sep 17 14:05:41.415 INFO O| Sep 17 14:05:41.415 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95532024-09-17T14:05:42.704Z[ host-image] Sep 17 14:05:41.425 INFO O| Sep 17 14:05:41.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95542024-09-17T14:05:42.707Z[ host-image] Sep 17 14:05:41.425 INFO O| Sep 17 14:05:41.425 INFO STEP 130 (remove_files) COMPLETE
95552024-09-17T14:05:42.707Z[ host-image] Sep 17 14:05:41.425 INFO O| Sep 17 14:05:41.425 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95562024-09-17T14:05:42.714Z[ host-image] Sep 17 14:05:41.434 INFO O| Sep 17 14:05:41.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95572024-09-17T14:05:42.717Z[ host-image] Sep 17 14:05:41.434 INFO O| Sep 17 14:05:41.434 INFO STEP 131 (remove_files) COMPLETE
95582024-09-17T14:05:42.717Z[ host-image] Sep 17 14:05:41.435 INFO O| Sep 17 14:05:41.434 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95592024-09-17T14:05:42.724Z[ host-image] Sep 17 14:05:41.444 INFO O| Sep 17 14:05:41.444 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95602024-09-17T14:05:42.726Z[ host-image] Sep 17 14:05:41.444 INFO O| Sep 17 14:05:41.444 INFO STEP 132 (remove_files) COMPLETE
95612024-09-17T14:05:42.726Z[ host-image] Sep 17 14:05:41.444 INFO O| Sep 17 14:05:41.444 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95622024-09-17T14:05:42.734Z[ host-image] Sep 17 14:05:41.455 INFO O| Sep 17 14:05:41.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95632024-09-17T14:05:42.735Z[ host-image] Sep 17 14:05:41.455 INFO O| Sep 17 14:05:41.455 INFO STEP 133 (remove_files) COMPLETE
95642024-09-17T14:05:42.737Z[ host-image] Sep 17 14:05:41.455 INFO O| Sep 17 14:05:41.455 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95652024-09-17T14:05:42.744Z[ host-image] Sep 17 14:05:41.464 INFO O| Sep 17 14:05:41.464 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95662024-09-17T14:05:42.746Z[ host-image] Sep 17 14:05:41.464 INFO O| Sep 17 14:05:41.464 INFO STEP 134 (remove_files) COMPLETE
95672024-09-17T14:05:42.747Z[ host-image] Sep 17 14:05:41.464 INFO O| Sep 17 14:05:41.464 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95682024-09-17T14:05:42.754Z[ host-image] Sep 17 14:05:41.474 INFO O| Sep 17 14:05:41.474 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95692024-09-17T14:05:42.757Z[ host-image] Sep 17 14:05:41.474 INFO O| Sep 17 14:05:41.474 INFO STEP 135 (remove_files) COMPLETE
95702024-09-17T14:05:42.757Z[ host-image] Sep 17 14:05:41.474 INFO O| Sep 17 14:05:41.474 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95712024-09-17T14:05:42.764Z[ host-image] Sep 17 14:05:41.484 INFO O| Sep 17 14:05:41.484 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95722024-09-17T14:05:42.764Z[ host-image] Sep 17 14:05:41.484 INFO O| Sep 17 14:05:41.484 INFO STEP 136 (remove_files) COMPLETE
95732024-09-17T14:05:42.767Z[ host-image] Sep 17 14:05:41.484 INFO O| Sep 17 14:05:41.484 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95742024-09-17T14:05:42.774Z[ host-image] Sep 17 14:05:41.494 INFO O| Sep 17 14:05:41.494 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95752024-09-17T14:05:42.774Z[ host-image] Sep 17 14:05:41.495 INFO O| Sep 17 14:05:41.495 INFO STEP 137 (remove_files) COMPLETE
95762024-09-17T14:05:42.777Z[ host-image] Sep 17 14:05:41.495 INFO O| Sep 17 14:05:41.495 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95772024-09-17T14:05:42.784Z[ host-image] Sep 17 14:05:41.505 INFO O| Sep 17 14:05:41.504 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95782024-09-17T14:05:42.784Z[ host-image] Sep 17 14:05:41.505 INFO O| Sep 17 14:05:41.505 INFO STEP 138 (remove_files) COMPLETE
95792024-09-17T14:05:42.784Z[ host-image] Sep 17 14:05:41.505 INFO O| Sep 17 14:05:41.505 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95802024-09-17T14:05:42.796Z[ host-image] Sep 17 14:05:41.515 INFO O| Sep 17 14:05:41.515 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95812024-09-17T14:05:42.796Z[ host-image] Sep 17 14:05:41.515 INFO O| Sep 17 14:05:41.515 INFO STEP 139 (remove_files) COMPLETE
95822024-09-17T14:05:42.798Z[ host-image] Sep 17 14:05:41.515 INFO O| Sep 17 14:05:41.515 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95832024-09-17T14:05:42.804Z[ host-image] Sep 17 14:05:41.524 INFO O| Sep 17 14:05:41.524 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95842024-09-17T14:05:42.807Z[ host-image] Sep 17 14:05:41.524 INFO O| Sep 17 14:05:41.524 INFO STEP 140 (remove_files) COMPLETE
95852024-09-17T14:05:42.807Z[ host-image] Sep 17 14:05:41.524 INFO O| Sep 17 14:05:41.524 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95862024-09-17T14:05:42.815Z[ host-image] Sep 17 14:05:41.535 INFO O| Sep 17 14:05:41.535 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95872024-09-17T14:05:42.815Z[ host-image] Sep 17 14:05:41.535 INFO O| Sep 17 14:05:41.535 INFO STEP 141 (remove_files) COMPLETE
95882024-09-17T14:05:42.817Z[ host-image] Sep 17 14:05:41.535 INFO O| Sep 17 14:05:41.535 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95892024-09-17T14:05:42.825Z[ host-image] Sep 17 14:05:41.545 INFO O| Sep 17 14:05:41.545 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95902024-09-17T14:05:42.827Z[ host-image] Sep 17 14:05:41.545 INFO O| Sep 17 14:05:41.545 INFO STEP 142 (remove_files) COMPLETE
95912024-09-17T14:05:42.827Z[ host-image] Sep 17 14:05:41.545 INFO O| Sep 17 14:05:41.545 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95922024-09-17T14:05:42.835Z[ host-image] Sep 17 14:05:41.555 INFO O| Sep 17 14:05:41.555 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95932024-09-17T14:05:42.835Z[ host-image] Sep 17 14:05:41.555 INFO O| Sep 17 14:05:41.555 INFO STEP 143 (remove_files) COMPLETE
95942024-09-17T14:05:42.835Z[ host-image] Sep 17 14:05:41.555 INFO O| Sep 17 14:05:41.555 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95952024-09-17T14:05:42.845Z[ host-image] Sep 17 14:05:41.565 INFO O| Sep 17 14:05:41.565 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95962024-09-17T14:05:42.845Z[ host-image] Sep 17 14:05:41.565 INFO O| Sep 17 14:05:41.565 INFO STEP 144 (remove_files) COMPLETE
95972024-09-17T14:05:42.847Z[ host-image] Sep 17 14:05:41.565 INFO O| Sep 17 14:05:41.565 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95982024-09-17T14:05:42.855Z[ host-image] Sep 17 14:05:41.575 INFO O| Sep 17 14:05:41.575 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95992024-09-17T14:05:42.855Z[ host-image] Sep 17 14:05:41.575 INFO O| Sep 17 14:05:41.575 INFO STEP 145 (remove_files) COMPLETE
96002024-09-17T14:05:42.855Z[ host-image] Sep 17 14:05:41.575 INFO O| Sep 17 14:05:41.575 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96012024-09-17T14:05:42.865Z[ host-image] Sep 17 14:05:41.585 INFO O| Sep 17 14:05:41.585 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96022024-09-17T14:05:42.868Z[ host-image] Sep 17 14:05:41.585 INFO O| Sep 17 14:05:41.585 INFO STEP 146 (remove_files) COMPLETE
96032024-09-17T14:05:42.868Z[ host-image] Sep 17 14:05:41.585 INFO O| Sep 17 14:05:41.585 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042024-09-17T14:05:42.875Z[ host-image] Sep 17 14:05:41.595 INFO O| Sep 17 14:05:41.595 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96052024-09-17T14:05:42.877Z[ host-image] Sep 17 14:05:41.595 INFO O| Sep 17 14:05:41.595 INFO STEP 147 (remove_files) COMPLETE
96062024-09-17T14:05:42.877Z[ host-image] Sep 17 14:05:41.595 INFO O| Sep 17 14:05:41.595 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-09-17T14:05:42.884Z[ host-image] Sep 17 14:05:41.605 INFO O| Sep 17 14:05:41.605 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96082024-09-17T14:05:42.887Z[ host-image] Sep 17 14:05:41.605 INFO O| Sep 17 14:05:41.605 INFO STEP 148 (remove_files) COMPLETE
96092024-09-17T14:05:42.887Z[ host-image] Sep 17 14:05:41.605 INFO O| Sep 17 14:05:41.605 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-09-17T14:05:42.894Z[ host-image] Sep 17 14:05:41.614 INFO O| Sep 17 14:05:41.614 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96112024-09-17T14:05:42.894Z[ host-image] Sep 17 14:05:41.615 INFO O| Sep 17 14:05:41.614 INFO STEP 149 (remove_files) COMPLETE
96122024-09-17T14:05:42.894Z[ host-image] Sep 17 14:05:41.615 INFO O| Sep 17 14:05:41.614 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-09-17T14:05:42.904Z[ host-image] Sep 17 14:05:41.624 INFO O| Sep 17 14:05:41.624 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96142024-09-17T14:05:42.907Z[ host-image] Sep 17 14:05:41.625 INFO O| Sep 17 14:05:41.625 INFO STEP 150 (remove_files) COMPLETE
96152024-09-17T14:05:42.907Z[ host-image] Sep 17 14:05:41.625 INFO O| Sep 17 14:05:41.625 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-09-17T14:05:42.914Z[ host-image] Sep 17 14:05:41.634 INFO O| Sep 17 14:05:41.634 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96172024-09-17T14:05:42.914Z[ host-image] Sep 17 14:05:41.634 INFO O| Sep 17 14:05:41.634 INFO STEP 151 (remove_files) COMPLETE
96182024-09-17T14:05:42.916Z[ host-image] Sep 17 14:05:41.634 INFO O| Sep 17 14:05:41.634 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-09-17T14:05:42.924Z[ host-image] Sep 17 14:05:41.644 INFO O| Sep 17 14:05:41.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96202024-09-17T14:05:42.924Z[ host-image] Sep 17 14:05:41.644 INFO O| Sep 17 14:05:41.644 INFO STEP 152 (remove_files) COMPLETE
96212024-09-17T14:05:42.924Z[ host-image] Sep 17 14:05:41.644 INFO O| Sep 17 14:05:41.644 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-09-17T14:05:42.934Z[ host-image] Sep 17 14:05:41.654 INFO O| Sep 17 14:05:41.654 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96232024-09-17T14:05:42.937Z[ host-image] Sep 17 14:05:41.654 INFO O| Sep 17 14:05:41.654 INFO STEP 153 (remove_files) COMPLETE
96242024-09-17T14:05:42.937Z[ host-image] Sep 17 14:05:41.654 INFO O| Sep 17 14:05:41.654 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-09-17T14:05:42.944Z[ host-image] Sep 17 14:05:41.664 INFO O| Sep 17 14:05:41.664 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96262024-09-17T14:05:42.946Z[ host-image] Sep 17 14:05:41.664 INFO O| Sep 17 14:05:41.664 INFO STEP 154 (remove_files) COMPLETE
96272024-09-17T14:05:42.946Z[ host-image] Sep 17 14:05:41.664 INFO O| Sep 17 14:05:41.664 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-09-17T14:05:42.954Z[ host-image] Sep 17 14:05:41.674 INFO O| Sep 17 14:05:41.674 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96292024-09-17T14:05:42.957Z[ host-image] Sep 17 14:05:41.674 INFO O| Sep 17 14:05:41.674 INFO STEP 155 (remove_files) COMPLETE
96302024-09-17T14:05:42.957Z[ host-image] Sep 17 14:05:41.674 INFO O| Sep 17 14:05:41.674 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96312024-09-17T14:05:42.969Z[ host-image] Sep 17 14:05:41.689 INFO O| Sep 17 14:05:41.689 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96322024-09-17T14:05:42.969Z[ host-image] Sep 17 14:05:41.689 INFO O| Sep 17 14:05:41.689 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96332024-09-17T14:05:51.090Z[ host-image] Sep 17 14:05:49.808 INFO O| Sep 17 14:05:49.808 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
96342024-09-17T14:05:51.092Z[ host-image] Sep 17 14:05:49.808 INFO O| Sep 17 14:05:49.808 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96352024-09-17T14:05:51.105Z[ host-image] Sep 17 14:05:49.824 INFO O| Sep 17 14:05:49.824 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
96362024-09-17T14:05:51.185Z[ host-image] Sep 17 14:05:49.904 INFO O| Sep 17 14:05:49.903 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96372024-09-17T14:05:51.185Z[ host-image] Sep 17 14:05:49.904 INFO O| Sep 17 14:05:49.904 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96382024-09-17T14:05:51.187Z[ host-image] Sep 17 14:05:49.906 INFO O| Sep 17 14:05:49.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96392024-09-17T14:05:51.187Z[ host-image] Sep 17 14:05:49.906 INFO O| Sep 17 14:05:49.906 INFO ok!
96402024-09-17T14:05:51.187Z[ host-image] Sep 17 14:05:49.906 INFO O| Sep 17 14:05:49.906 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96412024-09-17T14:05:51.187Z[ host-image] Sep 17 14:05:49.906 INFO O| Sep 17 14:05:49.906 INFO STEP 156 (seed_smf) COMPLETE
96422024-09-17T14:05:51.187Z[ host-image] Sep 17 14:05:49.906 INFO O| Sep 17 14:05:49.906 INFO steps complete; finalising image!
96432024-09-17T14:05:51.188Z[ host-image] Sep 17 14:05:49.906 INFO O| Sep 17 14:05:49.906 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96442024-09-17T14:05:51.326Z[ host-image] Sep 17 14:05:50.044 INFO O| Sep 17 14:05:50.044 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Sep 17 14:05:49 2024)
96452024-09-17T14:05:51.548Z[ host-image] Sep 17 14:05:50.267 INFO O| Sep 17 14:05:50.267 INFO temporary pool has 676M used, 156M avail, 1.87x compressratio
96462024-09-17T14:05:51.548Z[ host-image] Sep 17 14:05:50.267 INFO O| Sep 17 14:05:50.267 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96472024-09-17T14:05:51.841Z[ host-image] Sep 17 14:05:50.560 INFO O| Sep 17 14:05:50.560 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96482024-09-17T14:05:51.841Z[ host-image] Sep 17 14:05:50.560 INFO O| Sep 17 14:05:50.560 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96492024-09-17T14:05:52.932Z[ host-image] Sep 17 14:05:51.650 INFO O| Sep 17 14:05:51.650 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96502024-09-17T14:05:52.932Z[ host-image] Sep 17 14:05:51.650 INFO O| Sep 17 14:05:51.650 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96512024-09-17T14:05:52.935Z[ host-image] Sep 17 14:05:51.650 INFO O| Sep 17 14:05:51.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96522024-09-17T14:05:52.935Z[ host-image] Sep 17 14:05:51.650 INFO O| Sep 17 14:05:51.650 INFO completed processing gimlet/zfs
96532024-09-17T14:05:52.935Z[ host-image] Sep 17 14:05:51.650 INFO O| Sep 17 14:05:51.650 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96542024-09-17T14:05:58.851Z[ host-image] Sep 17 14:05:57.569 INFO O| Sep 17 14:05:57.569 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96552024-09-17T14:05:58.931Z[ host-image] Sep 17 14:05:57.649 INFO BUILD STRING "heads/stlouis-0-g84ef9e5979\n"
96562024-09-17T14:05:58.931Z[ host-image] Sep 17 14:05:57.649 INFO expanded image name: "ci a4ce8b1/${os_short_commit} 2024-09-17 13:35" -> "ci a4ce8b1/84ef9e5 2024-09-17 13:35"
96572024-09-17T14:05:58.934Z[ host-image] Sep 17 14:05:57.649 INFO output artefacts stored in: "/work/os-host"
96582024-09-17T14:05:58.934Z[ host-image] Sep 17 14:05:57.649 INFO collecting git info from project "amd-host-image-builder"...
96592024-09-17T14:05:58.947Z[ host-image] Sep 17 14:05:57.665 INFO collecting git info from project "chelsio-t6-roms"...
96602024-09-17T14:05:58.952Z[ host-image] Sep 17 14:05:57.670 INFO collecting git info from project "image-builder"...
96612024-09-17T14:05:58.956Z[ host-image] Sep 17 14:05:57.674 INFO collecting git info from project "pilot"...
96622024-09-17T14:05:58.962Z[ host-image] Sep 17 14:05:57.680 INFO collecting git info from project "amd-firmware"...
96632024-09-17T14:05:58.970Z[ host-image] Sep 17 14:05:57.688 INFO collecting git info from project "pinprick"...
96642024-09-17T14:05:58.975Z[ host-image] Sep 17 14:05:57.693 INFO collecting git info from project "phbl"...
96652024-09-17T14:05:58.979Z[ host-image] Sep 17 14:05:57.697 INFO collecting git info from project "bootserver"...
96662024-09-17T14:05:58.983Z[ host-image] Sep 17 14:05:57.702 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96672024-09-17T14:05:59.338Z[ host-image] Sep 17 14:05:58.056 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96682024-09-17T14:05:59.675Z[ host-image] Sep 17 14:05:58.393 INFO creating Oxide boot image...
96692024-09-17T14:05:59.678Z[ host-image] Sep 17 14:05:58.393 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci a4ce8b1/84ef9e5 2024-09-17 13:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96702024-09-17T14:06:00.604Z[ host-image] Sep 17 14:05:59.322 INFO O| ok, image written!
96712024-09-17T14:06:00.604Z[ host-image] Sep 17 14:05:59.322 INFO O| ok, boot_image_csum file written!
96722024-09-17T14:06:00.608Z[ host-image] Sep 17 14:05:59.325 INFO creating boot archive (CPIO)...
96732024-09-17T14:06:00.608Z[ host-image] Sep 17 14:05:59.325 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
96742024-09-17T14:06:00.616Z[ host-image] Sep 17 14:05:59.334 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96752024-09-17T14:06:00.616Z[ host-image] Sep 17 14:05:59.334 INFO E| + outfile=/work/os-host/cpio
96762024-09-17T14:06:00.619Z[ host-image] Sep 17 14:05:59.334 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96772024-09-17T14:06:00.619Z[ host-image] Sep 17 14:05:59.336 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96782024-09-17T14:06:00.619Z[ host-image] Sep 17 14:05:59.337 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96792024-09-17T14:06:00.654Z[ host-image] Sep 17 14:05:59.372 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96802024-09-17T14:06:00.656Z[ host-image] Sep 17 14:05:59.372 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96812024-09-17T14:06:00.662Z[ host-image] Sep 17 14:05:59.380 INFO creating compressed cpio/unix for nanobl-rs...
96822024-09-17T14:06:00.664Z[ host-image] Sep 17 14:05:59.380 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
96832024-09-17T14:06:00.954Z[ host-image] Sep 17 14:05:59.672 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96842024-09-17T14:06:05.292Z[ host-image] Sep 17 14:06:04.008 INFO creating reset image...
96852024-09-17T14:06:05.292Z[ host-image] Sep 17 14:06:04.008 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96862024-09-17T14:06:05.390Z[ host-image] Sep 17 14:06:04.106 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96872024-09-17T14:06:05.392Z[ host-image] Sep 17 14:06:04.107 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96882024-09-17T14:06:05.448Z[ host-image] Sep 17 14:06:04.165 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96892024-09-17T14:06:07.501Z[ host-image] Sep 17 14:06:06.217 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
96902024-09-17T14:06:07.512Z[ host-image] Sep 17 14:06:06.229 INFO building host image...
96912024-09-17T14:06:07.517Z[ host-image] Sep 17 14:06:06.229 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")
96922024-09-17T14:06:07.995Z[ host-image] Sep 17 14:06:06.711 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96932024-09-17T14:06:54.966Z[ host-image] Sep 17 14:06:53.676 INFO image complete! materials are in "/work/os-host"
96942024-09-17T14:06:54.968Z[ host-image]
96952024-09-17T14:06:54.968Z[ host-image] real 10:22.214487838
96962024-09-17T14:06:54.968Z[ host-image] user 4:00.556687307
96972024-09-17T14:06:54.968Z[ host-image] sys 46.107143761
96982024-09-17T14:06:54.971Z[ host-image] trap 0.113655643
96992024-09-17T14:06:54.971Z[ host-image] tflt 0.011468329
97002024-09-17T14:06:54.971Z[ host-image] dflt 0.048686951
97012024-09-17T14:06:54.971Z[ host-image] kflt 0.000005299
97022024-09-17T14:06:54.971Z[ host-image] lock 50.423832308
97032024-09-17T14:06:54.971Z[ host-image] slp 59:54.085822014
97042024-09-17T14:06:54.971Z[ host-image] lat 51.743018782
97052024-09-17T14:06:54.971Z[ host-image] stop 0.648536167
97062024-09-17T14:06:54.971ZSep 17 14:06:53.680 INFO [host-image] process exited with exit status: 0 (622.226673535s)
97072024-09-17T14:06:54.971ZSep 17 14:06:53.680 INFO [tuf-repo] running task
97082024-09-17T14:07:01.525ZSep 17 14:07:00.235 INFO assembling repository in `/tmp/tufaceousBJlj8x`, component: OmicronRepoAssembler
97092024-09-17T14:07:06.250ZSep 17 14:07:04.959 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97102024-09-17T14:07:06.547ZSep 17 14:07:05.255 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97112024-09-17T14:07:17.849ZSep 17 14:07:16.556 INFO [tuf-repo] task succeeded (22.876362611s)
97122024-09-17T14:07:17.849ZSep 17 14:07:16.556 INFO all jobs completed in 1934.83197566s
97132024-09-17T14:07:18.373Zprocess exited: duration 2552017 ms, exit code 0
 
97142024-09-17T14:07:18.383Zfound 33 output files
97152024-09-17T14:07:18.383Zuploading: /work/manifest.toml (8404 bytes)
97162024-09-17T14:07:19.393Zuploaded: /work/manifest.toml
97172024-09-17T14:07:19.393Zuploading: /work/repo.zip (1799692172 bytes)
97182024-09-17T14:07:53.509Zuploaded: /work/repo.zip
97192024-09-17T14:07:53.509Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97202024-09-17T14:07:54.525Zuploaded: /work/repo.zip.sha256.txt
97212024-09-17T14:07:54.531Zuploading: /work/helios-setup.log (52390 bytes)
97222024-09-17T14:07:55.539Zuploaded: /work/helios-setup.log
97232024-09-17T14:07:55.539Zuploading: /work/host-image.log (196731 bytes)
97242024-09-17T14:07:56.555Zuploaded: /work/host-image.log
97252024-09-17T14:07:56.555Zuploading: /work/host-package.log (20067 bytes)
97262024-09-17T14:07:57.565Zuploaded: /work/host-package.log
97272024-09-17T14:07:57.565Zuploading: /work/host-target.log (101 bytes)
97282024-09-17T14:07:58.575Zuploaded: /work/host-target.log
97292024-09-17T14:07:58.575Zuploading: /work/omicron-package.log (4389 bytes)
97302024-09-17T14:07:59.588Zuploaded: /work/omicron-package.log
97312024-09-17T14:07:59.588Zuploading: /work/phbl-toolchain.log (881 bytes)
97322024-09-17T14:08:00.599Zuploaded: /work/phbl-toolchain.log
97332024-09-17T14:08:00.599Zuploading: /work/recovery-image.log (592619 bytes)
97342024-09-17T14:08:01.619Zuploaded: /work/recovery-image.log
97352024-09-17T14:08:01.619Zuploading: /work/recovery-package.log (282 bytes)
97362024-09-17T14:08:02.629Zuploaded: /work/recovery-package.log
97372024-09-17T14:08:02.629Zuploading: /work/recovery-target.log (98 bytes)
97382024-09-17T14:08:03.637Zuploaded: /work/recovery-target.log
97392024-09-17T14:08:03.637Zuploading: /work/stamp-clickhouse.log (117 bytes)
97402024-09-17T14:08:04.646Zuploaded: /work/stamp-clickhouse.log
97412024-09-17T14:08:04.649Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97422024-09-17T14:08:05.656Zuploaded: /work/stamp-clickhouse_keeper.log
97432024-09-17T14:08:05.656Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97442024-09-17T14:08:06.666Zuploaded: /work/stamp-cockroachdb.log
97452024-09-17T14:08:06.670Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97462024-09-17T14:08:07.678Zuploaded: /work/stamp-crucible-dtrace.log
97472024-09-17T14:08:07.682Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97482024-09-17T14:08:08.686Zuploaded: /work/stamp-crucible-pantry-zone.log
97492024-09-17T14:08:08.686Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97502024-09-17T14:08:09.696Zuploaded: /work/stamp-crucible-zone.log
97512024-09-17T14:08:09.696Zuploading: /work/stamp-external-dns.log (119 bytes)
97522024-09-17T14:08:10.705Zuploaded: /work/stamp-external-dns.log
97532024-09-17T14:08:10.705Zuploading: /work/stamp-installinator.log (103 bytes)
97542024-09-17T14:08:11.716Zuploaded: /work/stamp-installinator.log
97552024-09-17T14:08:11.716Zuploading: /work/stamp-internal-dns.log (119 bytes)
97562024-09-17T14:08:12.727Zuploaded: /work/stamp-internal-dns.log
97572024-09-17T14:08:12.731Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97582024-09-17T14:08:13.737Zuploaded: /work/stamp-mg-ddm-gz.log
97592024-09-17T14:08:13.737Zuploading: /work/stamp-nexus.log (112 bytes)
97602024-09-17T14:08:14.745Zuploaded: /work/stamp-nexus.log
97612024-09-17T14:08:14.745Zuploading: /work/stamp-ntp.log (110 bytes)
97622024-09-17T14:08:15.756Zuploaded: /work/stamp-ntp.log
97632024-09-17T14:08:15.756Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97642024-09-17T14:08:16.769Zuploaded: /work/stamp-omicron-sled-agent.log
97652024-09-17T14:08:16.769Zuploading: /work/stamp-overlay.log (114 bytes)
97662024-09-17T14:08:17.781Zuploaded: /work/stamp-overlay.log
97672024-09-17T14:08:17.781Zuploading: /work/stamp-oximeter.log (115 bytes)
97682024-09-17T14:08:18.794Zuploaded: /work/stamp-oximeter.log
97692024-09-17T14:08:18.794Zuploading: /work/stamp-oxlog.log (109 bytes)
97702024-09-17T14:08:19.807Zuploaded: /work/stamp-oxlog.log
97712024-09-17T14:08:19.807Zuploading: /work/stamp-probe.log (112 bytes)
97722024-09-17T14:08:25.021Zuploaded: /work/stamp-probe.log
97732024-09-17T14:08:25.021Zuploading: /work/stamp-propolis-server.log (122 bytes)
97742024-09-17T14:08:26.027Zuploaded: /work/stamp-propolis-server.log
97752024-09-17T14:08:26.027Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97762024-09-17T14:08:27.036Zuploaded: /work/stamp-pumpkind-gz.log
97772024-09-17T14:08:27.036Zuploading: /work/stamp-switch-asic.log (118 bytes)
97782024-09-17T14:08:28.044Zuploaded: /work/stamp-switch-asic.log
97792024-09-17T14:08:28.044Zuploading: /work/verify-libraries.log (2908 bytes)
97802024-09-17T14:08:29.052Zuploaded: /work/verify-libraries.log